diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a325ae0f9..f167d6bf92b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +Release v1.52.5 (2024-05-08) +=== + +### Service Client Updates +* `service/cognito-idp`: Updates service API +* `service/ec2`: Updates service API and documentation + * Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes +* `service/ecr`: Updates service API and documentation + * This release adds pull through cache rules support for GitLab container registry in Amazon ECR. +* `service/fms`: Updates service documentation +* `service/polly`: Updates service API and documentation + * Add new engine - generative - that builds the most expressive conversational voices. +* `service/sqs`: Updates service API and documentation + * This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames. + Release v1.52.4 (2024-05-07) === diff --git a/aws/version.go b/aws/version.go index c6a231d33f3..586e42ed71e 100644 --- a/aws/version.go +++ b/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.52.4" +const SDKVersion = "1.52.5" diff --git a/models/apis/cognito-idp/2016-04-18/api-2.json b/models/apis/cognito-idp/2016-04-18/api-2.json index dc034a044ae..f993db5e9e7 100644 --- a/models/apis/cognito-idp/2016-04-18/api-2.json +++ b/models/apis/cognito-idp/2016-04-18/api-2.json @@ -5,6 +5,7 @@ "endpointPrefix":"cognito-idp", "jsonVersion":"1.1", "protocol":"json", + "protocols":["json"], "serviceFullName":"Amazon Cognito Identity Provider", "serviceId":"Cognito Identity Provider", "signatureVersion":"v4", @@ -5698,7 +5699,8 @@ "COMPROMISED", "UNKNOWN", "RESET_REQUIRED", - "FORCE_CHANGE_PASSWORD" + "FORCE_CHANGE_PASSWORD", + "EXTERNAL_PROVIDER" ] }, "UserType":{ diff --git a/models/apis/ec2/2016-11-15/api-2.json b/models/apis/ec2/2016-11-15/api-2.json index a9ff4f33b5c..83cbba82f5e 100755 --- a/models/apis/ec2/2016-11-15/api-2.json +++ b/models/apis/ec2/2016-11-15/api-2.json @@ -28829,6 +28829,10 @@ "NeuronInfo":{ "shape":"NeuronInfo", "locationName":"neuronInfo" + }, + "PhcSupport":{ + "shape":"PhcSupport", + "locationName":"phcSupport" } } }, @@ -36230,6 +36234,13 @@ "Value":{"shape":"String"} } }, + "PhcSupport":{ + "type":"string", + "enum":[ + "unsupported", + "supported" + ] + }, "Placement":{ "type":"structure", "members":{ diff --git a/models/apis/ec2/2016-11-15/docs-2.json b/models/apis/ec2/2016-11-15/docs-2.json index 4e48821a182..b411ca9e6fc 100755 --- a/models/apis/ec2/2016-11-15/docs-2.json +++ b/models/apis/ec2/2016-11-15/docs-2.json @@ -16556,6 +16556,12 @@ "Phase2IntegrityAlgorithmsRequestList$member": null } }, + "PhcSupport": { + "base": null, + "refs": { + "InstanceTypeInfo$PhcSupport": "

Indicates whether a local Precision Time Protocol (PTP) hardware clock (PHC) is supported.

" + } + }, "Placement": { "base": "

Describes the placement of an instance.

", "refs": { diff --git a/models/apis/ecr/2015-09-21/api-2.json b/models/apis/ecr/2015-09-21/api-2.json index 8ffe6c4c305..19c9292f8bd 100644 --- a/models/apis/ecr/2015-09-21/api-2.json +++ b/models/apis/ecr/2015-09-21/api-2.json @@ -5,6 +5,7 @@ "endpointPrefix":"api.ecr", "jsonVersion":"1.1", "protocol":"json", + "protocols":["json"], "serviceAbbreviation":"Amazon ECR", "serviceFullName":"Amazon EC2 Container Registry", "serviceId":"ECR", @@ -2598,7 +2599,8 @@ "k8s", "docker-hub", "github-container-registry", - "azure-container-registry" + "azure-container-registry", + "gitlab-container-registry" ] }, "Url":{"type":"string"}, diff --git a/models/apis/ecr/2015-09-21/docs-2.json b/models/apis/ecr/2015-09-21/docs-2.json index 2b1079dbb89..ed097ad4e6c 100644 --- a/models/apis/ecr/2015-09-21/docs-2.json +++ b/models/apis/ecr/2015-09-21/docs-2.json @@ -2013,7 +2013,7 @@ "Url": { "base": null, "refs": { - "CreatePullThroughCacheRuleRequest$upstreamRegistryUrl": "

The registry URL of the upstream public registry to use as the source for the pull through cache rule. The following is the syntax to use for each supported upstream registry.

", + "CreatePullThroughCacheRuleRequest$upstreamRegistryUrl": "

The registry URL of the upstream public registry to use as the source for the pull through cache rule. The following is the syntax to use for each supported upstream registry.

", "CreatePullThroughCacheRuleResponse$upstreamRegistryUrl": "

The upstream registry URL associated with the pull through cache rule.

", "DeletePullThroughCacheRuleResponse$upstreamRegistryUrl": "

The upstream registry URL associated with the pull through cache rule.

", "GetDownloadUrlForLayerResponse$downloadUrl": "

The pre-signed Amazon S3 download URL for the requested layer.

", diff --git a/models/apis/fms/2018-01-01/docs-2.json b/models/apis/fms/2018-01-01/docs-2.json index 520a0977078..583fa26bbbb 100644 --- a/models/apis/fms/2018-01-01/docs-2.json +++ b/models/apis/fms/2018-01-01/docs-2.json @@ -39,7 +39,7 @@ "PutAdminAccount": "

Creates or updates an Firewall Manager administrator account. The account must be a member of the organization that was onboarded to Firewall Manager by AssociateAdminAccount. Only the organization's management account can create an Firewall Manager administrator account. When you create an Firewall Manager administrator account, the service checks to see if the account is already a delegated administrator within Organizations. If the account isn't a delegated administrator, Firewall Manager calls Organizations to delegate the account within Organizations. For more information about administrator accounts within Organizations, see Managing the Amazon Web Services Accounts in Your Organization.

", "PutAppsList": "

Creates an Firewall Manager applications list.

", "PutNotificationChannel": "

Designates the IAM role and Amazon Simple Notification Service (SNS) topic that Firewall Manager uses to record SNS logs.

To perform this action outside of the console, you must first configure the SNS topic's access policy to allow the SnsRoleName to publish SNS logs. If the SnsRoleName provided is a role other than the AWSServiceRoleForFMS service-linked role, this role must have a trust relationship configured to allow the Firewall Manager service principal fms.amazonaws.com to assume this role. For information about configuring an SNS access policy, see Service roles for Firewall Manager in the Firewall Manager Developer Guide.

", - "PutPolicy": "

Creates an Firewall Manager policy.

A Firewall Manager policy is specific to the individual policy type. If you want to enforce multiple policy types across accounts, you can create multiple policies. You can create more than one policy for each type.

If you add a new account to an organization that you created with Organizations, Firewall Manager automatically applies the policy to the resources in that account that are within scope of the policy.

Firewall Manager provides the following types of policies:

", + "PutPolicy": "

Creates an Firewall Manager policy.

A Firewall Manager policy is specific to the individual policy type. If you want to enforce multiple policy types across accounts, you can create multiple policies. You can create more than one policy for each type.

If you add a new account to an organization that you created with Organizations, Firewall Manager automatically applies the policy to the resources in that account that are within scope of the policy.

Firewall Manager provides the following types of policies:

", "PutProtocolsList": "

Creates an Firewall Manager protocols list.

", "PutResourceSet": "

Creates the resource set.

An Firewall Manager resource set defines the resources to import into an Firewall Manager policy from another Amazon Web Services service.

", "TagResource": "

Adds one or more tags to an Amazon Web Services resource.

", @@ -297,8 +297,8 @@ "base": null, "refs": { "NetworkAclEntry$Egress": "

Indicates whether the rule is an egress, or outbound, rule (applied to traffic leaving the subnet). If it's not an egress rule, then it's an ingress, or inbound, rule.

", - "NetworkAclEntrySet$ForceRemediateForFirstEntries": "

Applies only when remediation is enabled for the policy as a whole. Firewall Manager uses this setting when it finds policy violations that involve conflicts between the custom entries and the policy entries.

If forced remediation is disabled, Firewall Manager marks the network ACL as noncompliant and does not try to remediate. For more information about the remediation behavior, see Network access control list (ACL) policies in the Firewall Manager Developer Guide.

", - "NetworkAclEntrySet$ForceRemediateForLastEntries": "

Applies only when remediation is enabled for the policy as a whole. Firewall Manager uses this setting when it finds policy violations that involve conflicts between the custom entries and the policy entries.

If forced remediation is disabled, Firewall Manager marks the network ACL as noncompliant and does not try to remediate. For more information about the remediation behavior, see Network access control list (ACL) policies in the Firewall Manager Developer Guide.

" + "NetworkAclEntrySet$ForceRemediateForFirstEntries": "

Applies only when remediation is enabled for the policy as a whole. Firewall Manager uses this setting when it finds policy violations that involve conflicts between the custom entries and the policy entries.

If forced remediation is disabled, Firewall Manager marks the network ACL as noncompliant and does not try to remediate. For more information about the remediation behavior, see Remediation for managed network ACLs in the Firewall Manager Developer Guide.

", + "NetworkAclEntrySet$ForceRemediateForLastEntries": "

Applies only when remediation is enabled for the policy as a whole. Firewall Manager uses this setting when it finds policy violations that involve conflicts between the custom entries and the policy entries.

If forced remediation is disabled, Firewall Manager marks the network ACL as noncompliant and does not try to remediate. For more information about the remediation behavior, see Remediation for managed network ACLs in the Firewall Manager Developer Guide.

" } }, "CIDR": { @@ -1632,7 +1632,7 @@ "ResourceDescription": { "base": null, "refs": { - "Policy$PolicyDescription": "

The definition of the Network Firewall firewall policy.

" + "Policy$PolicyDescription": "

Your description of the Firewall Manager policy.

" } }, "ResourceId": { @@ -1772,7 +1772,7 @@ } }, "ResourceTag": { - "base": "

The resource tags that Firewall Manager uses to determine if a particular resource should be included or excluded from the Firewall Manager policy. Tags enable you to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value. Firewall Manager combines the tags with \"AND\" so that, if you add more than one tag to a policy scope, a resource must have all the specified tags to be included or excluded. For more information, see Working with Tag Editor.

", + "base": "

The resource tags that Firewall Manager uses to determine if a particular resource should be included or excluded from the Firewall Manager policy. Tags enable you to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value. Firewall Manager combines the tags with \"AND\" so that, if you add more than one tag to a policy scope, a resource must have all the specified tags to be included or excluded. For more information, see Working with Tag Editor.

Every resource tag must have a string value, either a non-empty string or an empty string. If you don't provide a value for a resource tag, Firewall Manager saves the value as an empty string: \"\". When Firewall Manager compares tags, it only matches two tags if they have the same key and the same value. A tag with an empty string value only matches with tags that also have an empty string value.

", "refs": { "ResourceTags$member": null } @@ -1786,7 +1786,7 @@ "ResourceTagValue": { "base": null, "refs": { - "ResourceTag$Value": "

The resource tag value.

" + "ResourceTag$Value": "

The resource tag value. To specify an empty string value, either don't provide this or specify it as \"\".

" } }, "ResourceTags": { diff --git a/models/apis/polly/2016-06-10/api-2.json b/models/apis/polly/2016-06-10/api-2.json index a423cffc9dd..df64b077020 100644 --- a/models/apis/polly/2016-06-10/api-2.json +++ b/models/apis/polly/2016-06-10/api-2.json @@ -221,7 +221,8 @@ "enum":[ "standard", "neural", - "long-form" + "long-form", + "generative" ] }, "EngineList":{ @@ -592,7 +593,7 @@ "Size":{"type":"integer"}, "SnsTopicArn":{ "type":"string", - "pattern":"^arn:aws(-(cn|iso(-b)?|us-gov))?:sns:[a-z0-9_-]{1,50}:\\d{12}:[a-zA-Z0-9_-]{1,256}$" + "pattern":"^arn:aws(-(cn|iso(-b)?|us-gov))?:sns:[a-z0-9_-]{1,50}:\\d{12}:[a-zA-Z0-9_-]{1,251}([a-zA-Z0-9_-]{0,5}|\\.fifo)$" }, "SpeechMarkType":{ "type":"string", diff --git a/models/apis/polly/2016-06-10/docs-2.json b/models/apis/polly/2016-06-10/docs-2.json index 0b301a99e47..8a0236f3f70 100644 --- a/models/apis/polly/2016-06-10/docs-2.json +++ b/models/apis/polly/2016-06-10/docs-2.json @@ -60,17 +60,17 @@ "Engine": { "base": null, "refs": { - "DescribeVoicesInput$Engine": "

Specifies the engine (standard, neural or long-form) used by Amazon Polly when processing input text for speech synthesis.

", + "DescribeVoicesInput$Engine": "

Specifies the engine (standard, neural, long-form or generative) used by Amazon Polly when processing input text for speech synthesis.

", "EngineList$member": null, - "StartSpeechSynthesisTaskInput$Engine": "

Specifies the engine (standard, neural or long-form) for Amazon Polly to use when processing input text for speech synthesis. Using a voice that is not supported for the engine selected will result in an error.

", - "SynthesisTask$Engine": "

Specifies the engine (standard, neural or long-form) for Amazon Polly to use when processing input text for speech synthesis. Using a voice that is not supported for the engine selected will result in an error.

", - "SynthesizeSpeechInput$Engine": "

Specifies the engine (standard, neural or long-form) for Amazon Polly to use when processing input text for speech synthesis. For information on Amazon Polly voices and which voices are available for each engine, see Available Voices.

NTTS-only voices

When using NTTS-only voices such as Kevin (en-US), this parameter is required and must be set to neural. If the engine is not specified, or is set to standard, this will result in an error.

long-form-only voices

When using long-form-only voices such as Danielle (en-US), this parameter is required and must be set to long-form. If the engine is not specified, or is set to standard or neural, this will result in an error.

Type: String

Valid Values: standard | neural | long-form

Required: Yes

Standard voices

For standard voices, this is not required; the engine parameter defaults to standard. If the engine is not specified, or is set to standard and an NTTS-only voice is selected, this will result in an error.

" + "StartSpeechSynthesisTaskInput$Engine": "

Specifies the engine (standard, neural, long-form or generative) for Amazon Polly to use when processing input text for speech synthesis. Using a voice that is not supported for the engine selected will result in an error.

", + "SynthesisTask$Engine": "

Specifies the engine (standard, neural, long-form or generative) for Amazon Polly to use when processing input text for speech synthesis. Using a voice that is not supported for the engine selected will result in an error.

", + "SynthesizeSpeechInput$Engine": "

Specifies the engine (standard, neural, long-form, or generative) for Amazon Polly to use when processing input text for speech synthesis. Provide an engine that is supported by the voice you select. If you don't provide an engine, the standard engine is selected by default. If a chosen voice isn't supported by the standard engine, this will result in an error. For information on Amazon Polly voices and which voices are available for each engine, see Available Voices.

Type: String

Valid Values: standard | neural | long-form | generative

Required: Yes

" } }, "EngineList": { "base": null, "refs": { - "Voice$SupportedEngines": "

Specifies which engines (standard, neural or long-form) are supported by a given voice.

" + "Voice$SupportedEngines": "

Specifies which engines (standard, neural, long-form or generative) are supported by a given voice.

" } }, "EngineNotSupportedException": { @@ -382,9 +382,9 @@ "SampleRate": { "base": null, "refs": { - "StartSpeechSynthesisTaskInput$SampleRate": "

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", \"22050\", and \"24000\". The default value for standard voices is \"22050\". The default value for neural voices is \"24000\". The default value for long-form voices is \"24000\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

", - "SynthesisTask$SampleRate": "

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", \"22050\", and \"24000\". The default value for standard voices is \"22050\". The default value for neural voices is \"24000\". The default value for long-form voices is \"24000\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

", - "SynthesizeSpeechInput$SampleRate": "

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", \"22050\", and \"24000\". The default value for standard voices is \"22050\". The default value for neural voices is \"24000\". The default value for long-form voices is \"24000\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

" + "StartSpeechSynthesisTaskInput$SampleRate": "

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", \"22050\", and \"24000\". The default value for standard voices is \"22050\". The default value for neural voices is \"24000\". The default value for long-form voices is \"24000\". The default value for generative voices is \"24000\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

", + "SynthesisTask$SampleRate": "

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", \"22050\", and \"24000\". The default value for standard voices is \"22050\". The default value for neural voices is \"24000\". The default value for long-form voices is \"24000\". The default value for generative voices is \"24000\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

", + "SynthesizeSpeechInput$SampleRate": "

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", \"22050\", and \"24000\". The default value for standard voices is \"22050\". The default value for neural voices is \"24000\". The default value for long-form voices is \"24000\". The default value for generative voices is \"24000\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

" } }, "ServiceFailureException": { diff --git a/models/apis/sqs/2012-11-05/api-2.json b/models/apis/sqs/2012-11-05/api-2.json index 79cf0bae9a2..2ab3b11e8bc 100644 --- a/models/apis/sqs/2012-11-05/api-2.json +++ b/models/apis/sqs/2012-11-05/api-2.json @@ -932,6 +932,11 @@ }, "exception":true }, + "MessageSystemAttributeList":{ + "type":"list", + "member":{"shape":"MessageSystemAttributeName"}, + "flattened":true + }, "MessageSystemAttributeMap":{ "type":"map", "key":{"shape":"MessageSystemAttributeName"}, @@ -941,6 +946,7 @@ "MessageSystemAttributeName":{ "type":"string", "enum":[ + "All", "SenderId", "SentTimestamp", "ApproximateReceiveCount", @@ -1067,7 +1073,12 @@ "required":["QueueUrl"], "members":{ "QueueUrl":{"shape":"String"}, - "AttributeNames":{"shape":"AttributeNameList"}, + "AttributeNames":{ + "shape":"AttributeNameList", + "deprecated":true, + "deprecatedMessage":"AttributeNames has been replaced by MessageSystemAttributeNames" + }, + "MessageSystemAttributeNames":{"shape":"MessageSystemAttributeList"}, "MessageAttributeNames":{"shape":"MessageAttributeNameList"}, "MaxNumberOfMessages":{"shape":"NullableInteger"}, "VisibilityTimeout":{"shape":"NullableInteger"}, diff --git a/models/apis/sqs/2012-11-05/docs-2.json b/models/apis/sqs/2012-11-05/docs-2.json index be9872237ef..0361fa02ca5 100644 --- a/models/apis/sqs/2012-11-05/docs-2.json +++ b/models/apis/sqs/2012-11-05/docs-2.json @@ -3,7 +3,7 @@ "service": "

Welcome to the Amazon SQS API Reference.

Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel between applications or microservices. Amazon SQS moves data between distributed application components and helps you decouple these components.

For information on the permissions you need to use this API, see Identity and access management in the Amazon SQS Developer Guide.

You can use Amazon Web Services SDKs to access Amazon SQS using your favorite programming language. The SDKs perform tasks such as the following automatically:

Additional information

", "operations": { "AddPermission": "

Adds a permission to a queue for a specific principal. This allows sharing access to the queue.

When you create a queue, you have full control access rights for the queue. Only you, the owner of the queue, can grant or deny permissions to the queue. For more information about these permissions, see Allow Developers to Write Messages to a Shared Queue in the Amazon SQS Developer Guide.

Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a username in the Amazon SQS Developer Guide.

", - "CancelMessageMoveTask": "

Cancels a specified message movement task. A message movement can only be cancelled when the current status is RUNNING. Cancelling a message movement task does not revert the messages that have already been moved. It can only stop the messages that have not been moved yet.

", + "CancelMessageMoveTask": "

Cancels a specified message movement task. A message movement can only be cancelled when the current status is RUNNING. Cancelling a message movement task does not revert the messages that have already been moved. It can only stop the messages that have not been moved yet.

", "ChangeMessageVisibility": "

Changes the visibility timeout of a specified message in a queue to a new value. The default visibility timeout for a message is 30 seconds. The minimum is 0 seconds. The maximum is 12 hours. For more information, see Visibility Timeout in the Amazon SQS Developer Guide.

For example, if the default timeout for a queue is 60 seconds, 15 seconds have elapsed since you received the message, and you send a ChangeMessageVisibility call with VisibilityTimeout set to 10 seconds, the 10 seconds begin to count from the time that you make the ChangeMessageVisibility call. Thus, any attempt to change the visibility timeout or to delete that message 10 seconds after you initially change the visibility timeout (a total of 25 seconds) might result in an error.

An Amazon SQS message has three basic states:

  1. Sent to a queue by a producer.

  2. Received from the queue by a consumer.

  3. Deleted from the queue.

A message is considered to be stored after it is sent to a queue by a producer, but not yet received from the queue by a consumer (that is, between states 1 and 2). There is no limit to the number of stored messages. A message is considered to be in flight after it is received from a queue by a consumer, but not yet deleted from the queue (that is, between states 2 and 3). There is a limit to the number of in flight messages.

Limits that apply to in flight messages are unrelated to the unlimited number of stored messages.

For most standard queues (depending on queue traffic and message backlog), there can be a maximum of approximately 120,000 in flight messages (received from a queue by a consumer, but not yet deleted from the queue). If you reach this limit, Amazon SQS returns the OverLimit error message. To avoid reaching the limit, you should delete messages from the queue after they're processed. You can also increase the number of queues you use to process your messages. To request a limit increase, file a support request.

For FIFO queues, there can be a maximum of 20,000 in flight messages (received from a queue by a consumer, but not yet deleted from the queue). If you reach this limit, Amazon SQS returns no error messages.

If you attempt to set the VisibilityTimeout to a value greater than the maximum time left, Amazon SQS returns an error. Amazon SQS doesn't automatically recalculate and increase the timeout to the maximum remaining time.

Unlike with a queue, when you change the visibility timeout for a specific message the timeout value is applied immediately but isn't saved in memory for that message. If you don't delete a message after it is received, the visibility timeout for the message reverts to the original timeout value (not to the value you set using the ChangeMessageVisibility action) the next time the message is received.

", "ChangeMessageVisibilityBatch": "

Changes the visibility timeout of multiple messages. This is a batch version of ChangeMessageVisibility. The result of the action on each message is reported individually in the response. You can send up to 10 ChangeMessageVisibility requests with each ChangeMessageVisibilityBatch action.

Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

", "CreateQueue": "

Creates a new standard or FIFO queue. You can pass one or more attributes in the request. Keep the following in mind:

To successfully create a new queue, you must provide a queue name that adheres to the limits related to queues and is unique within the scope of your queues.

After you create a queue, you must wait at least one second after the queue is created to be able to use the queue.

To get the queue URL, use the GetQueueUrl action. GetQueueUrl requires only the QueueName parameter. be aware of existing queue names:

Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a username in the Amazon SQS Developer Guide.

", @@ -13,7 +13,7 @@ "GetQueueAttributes": "

Gets attributes for the specified queue.

To determine whether a queue is FIFO, you can check whether QueueName ends with the .fifo suffix.

", "GetQueueUrl": "

Returns the URL of an existing Amazon SQS queue.

To access a queue that belongs to another AWS account, use the QueueOwnerAWSAccountId parameter to specify the account ID of the queue's owner. The queue's owner must grant you permission to access the queue. For more information about shared queue access, see AddPermission or see Allow Developers to Write Messages to a Shared Queue in the Amazon SQS Developer Guide.

", "ListDeadLetterSourceQueues": "

Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead-letter queue.

The ListDeadLetterSourceQueues methods supports pagination. Set parameter MaxResults in the request to specify the maximum number of results to be returned in the response. If you do not set MaxResults, the response includes a maximum of 1,000 results. If you set MaxResults and there are additional results to display, the response includes a value for NextToken. Use NextToken as a parameter in your next request to ListDeadLetterSourceQueues to receive the next page of results.

For more information about using dead-letter queues, see Using Amazon SQS Dead-Letter Queues in the Amazon SQS Developer Guide.

", - "ListMessageMoveTasks": "

Gets the most recent message movement tasks (up to 10) under a specific source queue.

", + "ListMessageMoveTasks": "

Gets the most recent message movement tasks (up to 10) under a specific source queue.

", "ListQueueTags": "

List all cost allocation tags added to the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon SQS Developer Guide.

Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a username in the Amazon SQS Developer Guide.

", "ListQueues": "

Returns a list of your queues in the current region. The response includes a maximum of 1,000 results. If you specify a value for the optional QueueNamePrefix parameter, only queues with a name that begins with the specified value are returned.

The listQueues methods supports pagination. Set parameter MaxResults in the request to specify the maximum number of results to be returned in the response. If you do not set MaxResults, the response includes a maximum of 1,000 results. If you set MaxResults and there are additional results to display, the response includes a value for NextToken. Use NextToken as a parameter in your next request to listQueues to receive the next page of results.

Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a username in the Amazon SQS Developer Guide.

", "PurgeQueue": "

Deletes available messages in a queue (including in-flight messages) specified by the QueueURL parameter.

When you use the PurgeQueue action, you can't retrieve any messages deleted from a queue.

The message deletion process takes up to 60 seconds. We recommend waiting for 60 seconds regardless of your queue's size.

Messages sent to the queue before you call PurgeQueue might be received but are deleted within the next minute.

Messages sent to the queue after you call PurgeQueue might be deleted while the queue is being purged.

", @@ -21,8 +21,8 @@ "RemovePermission": "

Revokes any permissions in the queue policy that matches the specified Label parameter.

", "SendMessage": "

Delivers a message to the specified queue.

A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed:

#x9 | #xA | #xD | #x20 to #xD7FF | #xE000 to #xFFFD | #x10000 to #x10FFFF

Any characters not included in this list will be rejected. For more information, see the W3C specification for characters.

", "SendMessageBatch": "

You can use SendMessageBatch to send up to 10 messages to the specified queue by assigning either identical or different values to each message (or by not assigning values at all). This is a batch version of SendMessage. For a FIFO queue, multiple messages within a single batch are enqueued in the order they are sent.

The result of sending each message is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.

The maximum allowed individual message size and the maximum total payload size (the sum of the individual lengths of all of the batched messages) are both 256 KiB (262,144 bytes).

A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed:

#x9 | #xA | #xD | #x20 to #xD7FF | #xE000 to #xFFFD | #x10000 to #x10FFFF

Any characters not included in this list will be rejected. For more information, see the W3C specification for characters.

If you don't specify the DelaySeconds parameter for an entry, Amazon SQS uses the default value for the queue.

", - "SetQueueAttributes": "

Sets the value of one or more queue attributes. When you change a queue's attributes, the change can take up to 60 seconds for most of the attributes to propagate throughout the Amazon SQS system. Changes made to the MessageRetentionPeriod attribute can take up to 15 minutes and will impact existing messages in the queue potentially causing them to be expired and deleted if the MessageRetentionPeriod is reduced below the age of existing messages.

", - "StartMessageMoveTask": "

Starts an asynchronous task to move messages from a specified source queue to a specified destination queue.

", + "SetQueueAttributes": "

Sets the value of one or more queue attributes, like a policy. When you change a queue's attributes, the change can take up to 60 seconds for most of the attributes to propagate throughout the Amazon SQS system. Changes made to the MessageRetentionPeriod attribute can take up to 15 minutes and will impact existing messages in the queue potentially causing them to be expired and deleted if the MessageRetentionPeriod is reduced below the age of existing messages.

", + "StartMessageMoveTask": "

Starts an asynchronous task to move messages from a specified source queue to a specified destination queue.

", "TagQueue": "

Add cost allocation tags to the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon SQS Developer Guide.

When you use queue tags, keep the following guidelines in mind:

For a full list of tag restrictions, see Quotas related to queues in the Amazon SQS Developer Guide.

Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a username in the Amazon SQS Developer Guide.

", "UntagQueue": "

Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see Tagging Your Amazon SQS Queues in the Amazon SQS Developer Guide.

Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a username in the Amazon SQS Developer Guide.

" }, @@ -48,7 +48,7 @@ "base": null, "refs": { "GetQueueAttributesRequest$AttributeNames": "

A list of attributes for which to retrieve information.

The AttributeNames parameter is optional, but if you don't specify values for this parameter, the request returns empty results.

In the future, new attributes might be added. If you write code that calls this action, we recommend that you structure your code so that it can handle new attributes gracefully.

The following attributes are supported:

The ApproximateNumberOfMessagesDelayed, ApproximateNumberOfMessagesNotVisible, and ApproximateNumberOfMessages metrics may not achieve consistency until at least 1 minute after the producers stop sending messages. This period is required for the queue metadata to reach eventual consistency.

The following attributes apply only to dead-letter queues:

The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.

The following attributes apply only to server-side-encryption:

The following attributes apply only to FIFO (first-in-first-out) queues:

The following attributes apply only to high throughput for FIFO queues:

To enable high throughput for FIFO queues, do the following:

If you set these attributes to anything other than the values shown for enabling high throughput, normal throughput is in effect and deduplication occurs as specified.

For information on throughput quotas, see Quotas related to messages in the Amazon SQS Developer Guide.

", - "ReceiveMessageRequest$AttributeNames": "

A list of attributes that need to be returned along with each message. These attributes include:

" + "ReceiveMessageRequest$AttributeNames": "

This parameter has been deprecated but will be supported for backward compatibility. To provide attribute names, you are encouraged to use MessageSystemAttributeNames.

A list of attributes that need to be returned along with each message. These attributes include:

" } }, "BatchEntryIdsNotDistinct": { @@ -442,6 +442,12 @@ "refs": { } }, + "MessageSystemAttributeList": { + "base": null, + "refs": { + "ReceiveMessageRequest$MessageSystemAttributeNames": "

A list of attributes that need to be returned along with each message. These attributes include:

" + } + }, "MessageSystemAttributeMap": { "base": null, "refs": { @@ -451,6 +457,7 @@ "MessageSystemAttributeName": { "base": null, "refs": { + "MessageSystemAttributeList$member": null, "MessageSystemAttributeMap$key": null } }, @@ -475,7 +482,7 @@ "ListMessageMoveTasksResultEntry$MaxNumberOfMessagesPerSecond": "

The number of messages to be moved per second (the message movement rate), if it has been specified in the StartMessageMoveTask request. If a MaxNumberOfMessagesPerSecond has not been specified in the StartMessageMoveTask request, this field value will be NULL.

", "ReceiveMessageRequest$MaxNumberOfMessages": "

The maximum number of messages to return. Amazon SQS never returns more messages than this value (however, fewer messages might be returned). Valid values: 1 to 10. Default: 1.

", "ReceiveMessageRequest$VisibilityTimeout": "

The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request.

", - "ReceiveMessageRequest$WaitTimeSeconds": "

The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. If a message is available, the call returns sooner than WaitTimeSeconds. If no messages are available and the wait time expires, the call returns successfully with an empty list of messages.

To avoid HTTP errors, ensure that the HTTP response timeout for ReceiveMessage requests is longer than the WaitTimeSeconds parameter. For example, with the Java SDK, you can set HTTP transport settings using the NettyNioAsyncHttpClient for asynchronous clients, or the ApacheHttpClient for synchronous clients.

", + "ReceiveMessageRequest$WaitTimeSeconds": "

The duration (in seconds) for which the call waits for a message to arrive in the queue before returning. If a message is available, the call returns sooner than WaitTimeSeconds. If no messages are available and the wait time expires, the call does not return a message list.

To avoid HTTP errors, ensure that the HTTP response timeout for ReceiveMessage requests is longer than the WaitTimeSeconds parameter. For example, with the Java SDK, you can set HTTP transport settings using the NettyNioAsyncHttpClient for asynchronous clients, or the ApacheHttpClient for synchronous clients.

", "SendMessageBatchRequestEntry$DelaySeconds": "

The length of time, in seconds, for which a specific message is delayed. Valid values: 0 to 900. Maximum: 15 minutes. Messages with a positive DelaySeconds value become available for processing after the delay period is finished. If you don't specify a value, the default value for the queue is applied.

When you set FifoQueue, you can't set DelaySeconds per message. You can set this parameter only on a queue level.

", "SendMessageRequest$DelaySeconds": "

The length of time, in seconds, for which to delay a specific message. Valid values: 0 to 900. Maximum: 15 minutes. Messages with a positive DelaySeconds value become available for processing after the delay period is finished. If you don't specify a value, the default value for the queue applies.

When you set FifoQueue, you can't set DelaySeconds per message. You can set this parameter only on a queue level.

", "StartMessageMoveTaskRequest$MaxNumberOfMessagesPerSecond": "

The number of messages to be moved per second (the message movement rate). You can use this field to define a fixed message movement rate. The maximum value for messages per second is 500. If this field is left blank, the system will optimize the rate based on the queue message backlog size, which may vary throughout the duration of the message movement task.

" @@ -484,7 +491,7 @@ "NullableLong": { "base": null, "refs": { - "ListMessageMoveTasksResultEntry$ApproximateNumberOfMessagesToMove": "

The number of messages to be moved from the source queue. This number is obtained at the time of starting the message movement task.

" + "ListMessageMoveTasksResultEntry$ApproximateNumberOfMessagesToMove": "

The number of messages to be moved from the source queue. This number is obtained at the time of starting the message movement task and is only included after the message movement task is selected to start.

" } }, "OverLimit": { @@ -682,7 +689,7 @@ "QueueAttributeMap$value": null, "QueueUrlList$member": null, "ReceiveMessageRequest$QueueUrl": "

The URL of the Amazon SQS queue from which messages are received.

Queue URLs and names are case-sensitive.

", - "ReceiveMessageRequest$ReceiveRequestAttemptId": "

This parameter applies only to FIFO (first-in-first-out) queues.

The token used for deduplication of ReceiveMessage calls. If a networking issue occurs after a ReceiveMessage action, and instead of a response you receive a generic error, it is possible to retry the same action with an identical ReceiveRequestAttemptId to retrieve the same set of messages, even if their visibility timeout has not yet expired.

The maximum length of ReceiveRequestAttemptId is 128 characters. ReceiveRequestAttemptId can contain alphanumeric characters (a-z, A-Z, 0-9) and punctuation (!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~).

For best practices of using ReceiveRequestAttemptId, see Using the ReceiveRequestAttemptId Request Parameter in the Amazon SQS Developer Guide.

", + "ReceiveMessageRequest$ReceiveRequestAttemptId": "

This parameter applies only to FIFO (first-in-first-out) queues.

The token used for deduplication of ReceiveMessage calls. If a networking issue occurs after a ReceiveMessage action, and instead of a response you receive a generic error, it is possible to retry the same action with an identical ReceiveRequestAttemptId to retrieve the same set of messages, even if their visibility timeout has not yet expired.

The maximum length of ReceiveRequestAttemptId is 128 characters. ReceiveRequestAttemptId can contain alphanumeric characters (a-z, A-Z, 0-9) and punctuation (!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~).

For best practices of using ReceiveRequestAttemptId, see Using the ReceiveRequestAttemptId Request Parameter in the Amazon SQS Developer Guide.

", "RemovePermissionRequest$QueueUrl": "

The URL of the Amazon SQS queue from which permissions are removed.

Queue URLs and names are case-sensitive.

", "RemovePermissionRequest$Label": "

The identification of the permission to remove. This is the label added using the AddPermission action.

", "SendMessageBatchRequest$QueueUrl": "

The URL of the Amazon SQS queue to which batched messages are sent.

Queue URLs and names are case-sensitive.

", @@ -699,7 +706,7 @@ "SendMessageRequest$QueueUrl": "

The URL of the Amazon SQS queue to which a message is sent.

Queue URLs and names are case-sensitive.

", "SendMessageRequest$MessageBody": "

The message to send. The minimum size is one character. The maximum size is 256 KiB.

A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed:

#x9 | #xA | #xD | #x20 to #xD7FF | #xE000 to #xFFFD | #x10000 to #x10FFFF

Any characters not included in this list will be rejected. For more information, see the W3C specification for characters.

", "SendMessageRequest$MessageDeduplicationId": "

This parameter applies only to FIFO (first-in-first-out) queues.

The token used for deduplication of sent messages. If a message with a particular MessageDeduplicationId is sent successfully, any messages sent with the same MessageDeduplicationId are accepted successfully but aren't delivered during the 5-minute deduplication interval. For more information, see Exactly-once processing in the Amazon SQS Developer Guide.

The MessageDeduplicationId is available to the consumer of the message (this can be useful for troubleshooting delivery issues).

If a message is sent successfully but the acknowledgement is lost and the message is resent with the same MessageDeduplicationId after the deduplication interval, Amazon SQS can't detect duplicate messages.

Amazon SQS continues to keep track of the message deduplication ID even after the message is received and deleted.

The maximum length of MessageDeduplicationId is 128 characters. MessageDeduplicationId can contain alphanumeric characters (a-z, A-Z, 0-9) and punctuation (!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~).

For best practices of using MessageDeduplicationId, see Using the MessageDeduplicationId Property in the Amazon SQS Developer Guide.

", - "SendMessageRequest$MessageGroupId": "

This parameter applies only to FIFO (first-in-first-out) queues.

The tag that specifies that a message belongs to a specific message group. Messages that belong to the same message group are processed in a FIFO manner (however, messages in different message groups might be processed out of order). To interleave multiple ordered streams within a single queue, use MessageGroupId values (for example, session data for multiple users). In this scenario, multiple consumers can process the queue, but the session data of each user is processed in a FIFO fashion.

The length of MessageGroupId is 128 characters. Valid values: alphanumeric characters and punctuation (!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~).

For best practices of using MessageGroupId, see Using the MessageGroupId Property in the Amazon SQS Developer Guide.

MessageGroupId is required for FIFO queues. You can't use it for Standard queues.

", + "SendMessageRequest$MessageGroupId": "

This parameter applies only to FIFO (first-in-first-out) queues.

The tag that specifies that a message belongs to a specific message group. Messages that belong to the same message group are processed in a FIFO manner (however, messages in different message groups might be processed out of order). To interleave multiple ordered streams within a single queue, use MessageGroupId values (for example, session data for multiple users). In this scenario, multiple consumers can process the queue, but the session data of each user is processed in a FIFO fashion.

The maximum length of MessageGroupId is 128 characters. Valid values: alphanumeric characters and punctuation (!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~).

For best practices of using MessageGroupId, see Using the MessageGroupId Property in the Amazon SQS Developer Guide.

MessageGroupId is required for FIFO queues. You can't use it for Standard queues.

", "SendMessageResult$MD5OfMessageBody": "

An MD5 digest of the non-URL-encoded message body string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.

", "SendMessageResult$MD5OfMessageAttributes": "

An MD5 digest of the non-URL-encoded message attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.

", "SendMessageResult$MD5OfMessageSystemAttributes": "

An MD5 digest of the non-URL-encoded message system attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest.

", diff --git a/service/cognitoidentityprovider/api.go b/service/cognitoidentityprovider/api.go index 1ce5f5ac0a5..078b21148aa 100644 --- a/service/cognitoidentityprovider/api.go +++ b/service/cognitoidentityprovider/api.go @@ -36966,6 +36966,9 @@ const ( // UserStatusTypeForceChangePassword is a UserStatusType enum value UserStatusTypeForceChangePassword = "FORCE_CHANGE_PASSWORD" + + // UserStatusTypeExternalProvider is a UserStatusType enum value + UserStatusTypeExternalProvider = "EXTERNAL_PROVIDER" ) // UserStatusType_Values returns all elements of the UserStatusType enum @@ -36978,6 +36981,7 @@ func UserStatusType_Values() []string { UserStatusTypeUnknown, UserStatusTypeResetRequired, UserStatusTypeForceChangePassword, + UserStatusTypeExternalProvider, } } diff --git a/service/ec2/api.go b/service/ec2/api.go index 08ae0cc38ed..4f0147de2da 100644 --- a/service/ec2/api.go +++ b/service/ec2/api.go @@ -139307,6 +139307,10 @@ type InstanceTypeInfo struct { // Indicates whether NitroTPM is supported. NitroTpmSupport *string `locationName:"nitroTpmSupport" type:"string" enum:"NitroTpmSupport"` + // Indicates whether a local Precision Time Protocol (PTP) hardware clock (PHC) + // is supported. + PhcSupport *string `locationName:"phcSupport" type:"string" enum:"PhcSupport"` + // Describes the placement group settings for the instance type. PlacementGroupInfo *PlacementGroupInfo `locationName:"placementGroupInfo" type:"structure"` @@ -139480,6 +139484,12 @@ func (s *InstanceTypeInfo) SetNitroTpmSupport(v string) *InstanceTypeInfo { return s } +// SetPhcSupport sets the PhcSupport field's value. +func (s *InstanceTypeInfo) SetPhcSupport(v string) *InstanceTypeInfo { + s.PhcSupport = &v + return s +} + // SetPlacementGroupInfo sets the PlacementGroupInfo field's value. func (s *InstanceTypeInfo) SetPlacementGroupInfo(v *PlacementGroupInfo) *InstanceTypeInfo { s.PlacementGroupInfo = v @@ -199146,6 +199156,22 @@ func PermissionGroup_Values() []string { } } +const ( + // PhcSupportUnsupported is a PhcSupport enum value + PhcSupportUnsupported = "unsupported" + + // PhcSupportSupported is a PhcSupport enum value + PhcSupportSupported = "supported" +) + +// PhcSupport_Values returns all elements of the PhcSupport enum +func PhcSupport_Values() []string { + return []string{ + PhcSupportUnsupported, + PhcSupportSupported, + } +} + const ( // PlacementGroupStatePending is a PlacementGroupState enum value PlacementGroupStatePending = "pending" diff --git a/service/ecr/api.go b/service/ecr/api.go index 7146f5ff743..7eac525518c 100644 --- a/service/ecr/api.go +++ b/service/ecr/api.go @@ -5330,6 +5330,8 @@ type CreatePullThroughCacheRuleInput struct { // // * Microsoft Azure Container Registry (azure-container-registry) - .azurecr.io // + // * GitLab Container Registry (gitlab-container-registry) - registry.gitlab.com + // // UpstreamRegistryUrl is a required field UpstreamRegistryUrl *string `locationName:"upstreamRegistryUrl" type:"string" required:"true"` } @@ -15363,6 +15365,9 @@ const ( // UpstreamRegistryAzureContainerRegistry is a UpstreamRegistry enum value UpstreamRegistryAzureContainerRegistry = "azure-container-registry" + + // UpstreamRegistryGitlabContainerRegistry is a UpstreamRegistry enum value + UpstreamRegistryGitlabContainerRegistry = "gitlab-container-registry" ) // UpstreamRegistry_Values returns all elements of the UpstreamRegistry enum @@ -15374,5 +15379,6 @@ func UpstreamRegistry_Values() []string { UpstreamRegistryDockerHub, UpstreamRegistryGithubContainerRegistry, UpstreamRegistryAzureContainerRegistry, + UpstreamRegistryGitlabContainerRegistry, } } diff --git a/service/fms/api.go b/service/fms/api.go index 4c3c52210f0..1f38a8d93df 100644 --- a/service/fms/api.go +++ b/service/fms/api.go @@ -4066,7 +4066,7 @@ func (c *FMS) PutPolicyRequest(input *PutPolicyInput) (req *request.Request, out // - Third-party firewall policy - This policy applies third-party firewall // protections. Third-party firewalls are available by subscription through // the Amazon Web Services Marketplace console at Amazon Web Services Marketplace -// (https://aws.amazon.com/marketplace). Palo Alto Networks Cloud NGFW policy +// (http://aws.amazon.com/marketplace). Palo Alto Networks Cloud NGFW policy // // - This policy applies Palo Alto Networks Cloud Next Generation Firewall // (NGFW) protections and Palo Alto Networks Cloud NGFW rulestacks to your @@ -10665,8 +10665,7 @@ type NetworkAclEntrySet struct { // // If forced remediation is disabled, Firewall Manager marks the network ACL // as noncompliant and does not try to remediate. For more information about - // the remediation behavior, see Network access control list (ACL) policies - // (https://docs.aws.amazon.com/waf/latest/developerguide/network-acl-policies.html) + // the remediation behavior, see Remediation for managed network ACLs (https://docs.aws.amazon.com/waf/latest/developerguide/network-acl-policies.html#network-acls-remediation) // in the Firewall Manager Developer Guide. // // ForceRemediateForFirstEntries is a required field @@ -10678,8 +10677,7 @@ type NetworkAclEntrySet struct { // // If forced remediation is disabled, Firewall Manager marks the network ACL // as noncompliant and does not try to remediate. For more information about - // the remediation behavior, see Network access control list (ACL) policies - // (https://docs.aws.amazon.com/waf/latest/developerguide/network-acl-policies.html) + // the remediation behavior, see Remediation for managed network ACLs (https://docs.aws.amazon.com/waf/latest/developerguide/network-acl-policies.html#network-acls-remediation) // in the Firewall Manager Developer Guide. // // ForceRemediateForLastEntries is a required field @@ -12044,7 +12042,7 @@ type Policy struct { // “accountID2”], “ORG_UNIT” : [“ouid111”, “ouid112”]}. IncludeMap map[string][]*string `type:"map"` - // The definition of the Network Firewall firewall policy. + // Your description of the Firewall Manager policy. PolicyDescription *string `type:"string"` // The ID of the Firewall Manager policy. @@ -14208,6 +14206,13 @@ func (s *ResourceSetSummary) SetResourceSetStatus(v string) *ResourceSetSummary // so that, if you add more than one tag to a policy scope, a resource must // have all the specified tags to be included or excluded. For more information, // see Working with Tag Editor (https://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/tag-editor.html). +// +// Every resource tag must have a string value, either a non-empty string or +// an empty string. If you don't provide a value for a resource tag, Firewall +// Manager saves the value as an empty string: "". When Firewall Manager compares +// tags, it only matches two tags if they have the same key and the same value. +// A tag with an empty string value only matches with tags that also have an +// empty string value. type ResourceTag struct { _ struct{} `type:"structure"` @@ -14216,7 +14221,8 @@ type ResourceTag struct { // Key is a required field Key *string `min:"1" type:"string" required:"true"` - // The resource tag value. + // The resource tag value. To specify an empty string value, either don't provide + // this or specify it as "". Value *string `type:"string"` } diff --git a/service/polly/api.go b/service/polly/api.go index 404213aa57f..b48c4068692 100644 --- a/service/polly/api.go +++ b/service/polly/api.go @@ -1048,8 +1048,8 @@ func (s DeleteLexiconOutput) GoString() string { type DescribeVoicesInput struct { _ struct{} `type:"structure" nopayload:"true"` - // Specifies the engine (standard, neural or long-form) used by Amazon Polly - // when processing input text for speech synthesis. + // Specifies the engine (standard, neural, long-form or generative) used by + // Amazon Polly when processing input text for speech synthesis. Engine *string `location:"querystring" locationName:"Engine" type:"string" enum:"Engine"` // Boolean value indicating whether to return any bilingual voices that use @@ -2869,9 +2869,9 @@ func (s *SsmlMarksNotSupportedForTextTypeException) RequestID() string { type StartSpeechSynthesisTaskInput struct { _ struct{} `type:"structure"` - // Specifies the engine (standard, neural or long-form) for Amazon Polly to - // use when processing input text for speech synthesis. Using a voice that is - // not supported for the engine selected will result in an error. + // Specifies the engine (standard, neural, long-form or generative) for Amazon + // Polly to use when processing input text for speech synthesis. Using a voice + // that is not supported for the engine selected will result in an error. Engine *string `type:"string" enum:"Engine"` // Optional language code for the Speech Synthesis request. This is only necessary @@ -2909,6 +2909,7 @@ type StartSpeechSynthesisTaskInput struct { // The valid values for mp3 and ogg_vorbis are "8000", "16000", "22050", and // "24000". The default value for standard voices is "22050". The default value // for neural voices is "24000". The default value for long-form voices is "24000". + // The default value for generative voices is "24000". // // Valid values for pcm are "8000" and "16000" The default value is "16000". SampleRate *string `type:"string"` @@ -3087,9 +3088,9 @@ type SynthesisTask struct { // Timestamp for the time the synthesis task was started. CreationTime *time.Time `type:"timestamp"` - // Specifies the engine (standard, neural or long-form) for Amazon Polly to - // use when processing input text for speech synthesis. Using a voice that is - // not supported for the engine selected will result in an error. + // Specifies the engine (standard, neural, long-form or generative) for Amazon + // Polly to use when processing input text for speech synthesis. Using a voice + // that is not supported for the engine selected will result in an error. Engine *string `type:"string" enum:"Engine"` // Optional language code for a synthesis task. This is only necessary if using @@ -3123,6 +3124,7 @@ type SynthesisTask struct { // The valid values for mp3 and ogg_vorbis are "8000", "16000", "22050", and // "24000". The default value for standard voices is "22050". The default value // for neural voices is "24000". The default value for long-form voices is "24000". + // The default value for generative voices is "24000". // // Valid values for pcm are "8000" and "16000" The default value is "16000". SampleRate *string `type:"string"` @@ -3327,34 +3329,19 @@ func (s *SynthesisTaskNotFoundException) RequestID() string { type SynthesizeSpeechInput struct { _ struct{} `type:"structure"` - // Specifies the engine (standard, neural or long-form) for Amazon Polly to - // use when processing input text for speech synthesis. For information on Amazon - // Polly voices and which voices are available for each engine, see Available - // Voices (https://docs.aws.amazon.com/polly/latest/dg/voicelist.html). - // - // NTTS-only voices - // - // When using NTTS-only voices such as Kevin (en-US), this parameter is required - // and must be set to neural. If the engine is not specified, or is set to standard, - // this will result in an error. - // - // long-form-only voices - // - // When using long-form-only voices such as Danielle (en-US), this parameter - // is required and must be set to long-form. If the engine is not specified, - // or is set to standard or neural, this will result in an error. + // Specifies the engine (standard, neural, long-form, or generative) for Amazon + // Polly to use when processing input text for speech synthesis. Provide an + // engine that is supported by the voice you select. If you don't provide an + // engine, the standard engine is selected by default. If a chosen voice isn't + // supported by the standard engine, this will result in an error. For information + // on Amazon Polly voices and which voices are available for each engine, see + // Available Voices (https://docs.aws.amazon.com/polly/latest/dg/voicelist.html). // // Type: String // - // Valid Values: standard | neural | long-form + // Valid Values: standard | neural | long-form | generative // // Required: Yes - // - // Standard voices - // - // For standard voices, this is not required; the engine parameter defaults - // to standard. If the engine is not specified, or is set to standard and an - // NTTS-only voice is selected, this will result in an error. Engine *string `type:"string" enum:"Engine"` // Optional language code for the Synthesize Speech request. This is only necessary @@ -3388,6 +3375,7 @@ type SynthesizeSpeechInput struct { // The valid values for mp3 and ogg_vorbis are "8000", "16000", "22050", and // "24000". The default value for standard voices is "22050". The default value // for neural voices is "24000". The default value for long-form voices is "24000". + // The default value for generative voices is "24000". // // Valid values for pcm are "8000" and "16000" The default value is "16000". SampleRate *string `type:"string"` @@ -3793,8 +3781,8 @@ type Voice struct { // readable voice name that you might display in your application. Name *string `type:"string"` - // Specifies which engines (standard, neural or long-form) are supported by - // a given voice. + // Specifies which engines (standard, neural, long-form or generative) are supported + // by a given voice. SupportedEngines []*string `type:"list" enum:"Engine"` } @@ -3867,6 +3855,9 @@ const ( // EngineLongForm is a Engine enum value EngineLongForm = "long-form" + + // EngineGenerative is a Engine enum value + EngineGenerative = "generative" ) // Engine_Values returns all elements of the Engine enum @@ -3875,6 +3866,7 @@ func Engine_Values() []string { EngineStandard, EngineNeural, EngineLongForm, + EngineGenerative, } } diff --git a/service/sqs/api.go b/service/sqs/api.go index 3850f80a885..1ce22565ae3 100644 --- a/service/sqs/api.go +++ b/service/sqs/api.go @@ -201,8 +201,6 @@ func (c *SQS) CancelMessageMoveTaskRequest(input *CancelMessageMoveTaskInput) (r // the messages were driven to the dead-letter-queue), or a custom destination // queue. // -// - Currently, only standard queues are supported. -// // - Only one active message movement task is supported per queue at any // given time. // @@ -1516,8 +1514,6 @@ func (c *SQS) ListMessageMoveTasksRequest(input *ListMessageMoveTasksInput) (req // the messages were driven to the dead-letter-queue), or a custom destination // queue. // -// - Currently, only standard queues are supported. -// // - Only one active message movement task is supported per queue at any // given time. // @@ -2638,12 +2634,13 @@ func (c *SQS) SetQueueAttributesRequest(input *SetQueueAttributesInput) (req *re // SetQueueAttributes API operation for Amazon Simple Queue Service. // -// Sets the value of one or more queue attributes. When you change a queue's -// attributes, the change can take up to 60 seconds for most of the attributes -// to propagate throughout the Amazon SQS system. Changes made to the MessageRetentionPeriod -// attribute can take up to 15 minutes and will impact existing messages in -// the queue potentially causing them to be expired and deleted if the MessageRetentionPeriod -// is reduced below the age of existing messages. +// Sets the value of one or more queue attributes, like a policy. When you change +// a queue's attributes, the change can take up to 60 seconds for most of the +// attributes to propagate throughout the Amazon SQS system. Changes made to +// the MessageRetentionPeriod attribute can take up to 15 minutes and will impact +// existing messages in the queue potentially causing them to be expired and +// deleted if the MessageRetentionPeriod is reduced below the age of existing +// messages. // // - In the future, new attributes might be added. If you write code that // calls this action, we recommend that you structure your code so that it @@ -2783,9 +2780,6 @@ func (c *SQS) StartMessageMoveTaskRequest(input *StartMessageMoveTaskInput) (req // source queue (from which the messages were driven to the dead-letter-queue), // or a custom destination queue. // -// - Currently, only standard queues support redrive. FIFO queues don't support -// redrive. -// // - Only one active message movement task is supported per queue at any // given time. // @@ -6133,7 +6127,8 @@ type ListMessageMoveTasksResultEntry struct { ApproximateNumberOfMessagesMoved *int64 `type:"long"` // The number of messages to be moved from the source queue. This number is - // obtained at the time of starting the message movement task. + // obtained at the time of starting the message movement task and is only included + // after the message movement task is selected to start. ApproximateNumberOfMessagesToMove *int64 `type:"long"` // The ARN of the destination queue if it has been specified in the StartMessageMoveTask @@ -7316,6 +7311,10 @@ func (s *ReceiptHandleIsInvalid) RequestID() string { type ReceiveMessageInput struct { _ struct{} `type:"structure"` + // + // This parameter has been deprecated but will be supported for backward compatibility. + // To provide attribute names, you are encouraged to use MessageSystemAttributeNames. + // // A list of attributes that need to be returned along with each message. These // attributes include: // @@ -7349,7 +7348,9 @@ type ReceiveMessageInput struct { // in sequence. // // * SequenceNumber – Returns the value provided by Amazon SQS. - AttributeNames []*string `type:"list" flattened:"true" enum:"QueueAttributeName"` + // + // Deprecated: AttributeNames has been replaced by MessageSystemAttributeNames + AttributeNames []*string `deprecated:"true" type:"list" flattened:"true" enum:"QueueAttributeName"` // The maximum number of messages to return. Amazon SQS never returns more messages // than this value (however, fewer messages might be returned). Valid values: @@ -7378,6 +7379,41 @@ type ReceiveMessageInput struct { // bar.*. MessageAttributeNames []*string `type:"list" flattened:"true"` + // A list of attributes that need to be returned along with each message. These + // attributes include: + // + // * All – Returns all values. + // + // * ApproximateFirstReceiveTimestamp – Returns the time the message was + // first received from the queue (epoch time (http://en.wikipedia.org/wiki/Unix_time) + // in milliseconds). + // + // * ApproximateReceiveCount – Returns the number of times a message has + // been received across all queues but not deleted. + // + // * AWSTraceHeader – Returns the X-Ray trace header string. + // + // * SenderId For a user, returns the user ID, for example ABCDEFGHI1JKLMNOPQ23R. + // For an IAM role, returns the IAM role ID, for example ABCDE1F2GH3I4JK5LMNOP:i-a123b456. + // + // * SentTimestamp – Returns the time the message was sent to the queue + // (epoch time (http://en.wikipedia.org/wiki/Unix_time) in milliseconds). + // + // * SqsManagedSseEnabled – Enables server-side queue encryption using + // SQS owned encryption keys. Only one server-side encryption option is supported + // per queue (for example, SSE-KMS (https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-sse-existing-queue.html) + // or SSE-SQS (https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-sqs-sse-queue.html)). + // + // * MessageDeduplicationId – Returns the value provided by the producer + // that calls the SendMessage action. + // + // * MessageGroupId – Returns the value provided by the producer that calls + // the SendMessage action. Messages with the same MessageGroupId are returned + // in sequence. + // + // * SequenceNumber – Returns the value provided by Amazon SQS. + MessageSystemAttributeNames []*string `type:"list" flattened:"true" enum:"MessageSystemAttributeName"` + // The URL of the Amazon SQS queue from which messages are received. // // Queue URLs and names are case-sensitive. @@ -7399,9 +7435,6 @@ type ReceiveMessageInput struct { // * When you set FifoQueue, a caller of the ReceiveMessage action can provide // a ReceiveRequestAttemptId explicitly. // - // * If a caller of the ReceiveMessage action doesn't provide a ReceiveRequestAttemptId, - // Amazon SQS generates a ReceiveRequestAttemptId. - // // * It is possible to retry the ReceiveMessage action with the same ReceiveRequestAttemptId // if none of the messages have been modified (deleted or had their visibility // changes). @@ -7443,7 +7476,7 @@ type ReceiveMessageInput struct { // The duration (in seconds) for which the call waits for a message to arrive // in the queue before returning. If a message is available, the call returns // sooner than WaitTimeSeconds. If no messages are available and the wait time - // expires, the call returns successfully with an empty list of messages. + // expires, the call does not return a message list. // // To avoid HTTP errors, ensure that the HTTP response timeout for ReceiveMessage // requests is longer than the WaitTimeSeconds parameter. For example, with @@ -7503,6 +7536,12 @@ func (s *ReceiveMessageInput) SetMessageAttributeNames(v []*string) *ReceiveMess return s } +// SetMessageSystemAttributeNames sets the MessageSystemAttributeNames field's value. +func (s *ReceiveMessageInput) SetMessageSystemAttributeNames(v []*string) *ReceiveMessageInput { + s.MessageSystemAttributeNames = v + return s +} + // SetQueueUrl sets the QueueUrl field's value. func (s *ReceiveMessageInput) SetQueueUrl(v string) *ReceiveMessageInput { s.QueueUrl = &v @@ -8327,7 +8366,7 @@ type SendMessageInput struct { // For each MessageGroupId, the messages are sorted by time sent. The caller // can't specify a MessageGroupId. // - // The length of MessageGroupId is 128 characters. Valid values: alphanumeric + // The maximum length of MessageGroupId is 128 characters. Valid values: alphanumeric // characters and punctuation (!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~). // // For best practices of using MessageGroupId, see Using the MessageGroupId @@ -9177,6 +9216,9 @@ func (s UntagQueueOutput) GoString() string { } const ( + // MessageSystemAttributeNameAll is a MessageSystemAttributeName enum value + MessageSystemAttributeNameAll = "All" + // MessageSystemAttributeNameSenderId is a MessageSystemAttributeName enum value MessageSystemAttributeNameSenderId = "SenderId" @@ -9208,6 +9250,7 @@ const ( // MessageSystemAttributeName_Values returns all elements of the MessageSystemAttributeName enum func MessageSystemAttributeName_Values() []string { return []string{ + MessageSystemAttributeNameAll, MessageSystemAttributeNameSenderId, MessageSystemAttributeNameSentTimestamp, MessageSystemAttributeNameApproximateReceiveCount,