From 86383b1cc77fd4296b4cc114bb22ad049ee49cca Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 28 Aug 2019 18:31:11 +0000 Subject: [PATCH 1/2] Update to latest models --- .../api-change-globalaccelerator-68140.json | 5 ++ .../api-change-mediaconvert-13207.json | 5 ++ .../next-release/api-change-sqs-51929.json | 5 ++ .../2018-08-08/service-2.json | 50 +++++++++---- .../mediaconvert/2017-08-29/service-2.json | 18 +++++ botocore/data/sqs/2012-11-05/service-2.json | 70 ++++++++++++++++++- 6 files changed, 139 insertions(+), 14 deletions(-) create mode 100644 .changes/next-release/api-change-globalaccelerator-68140.json create mode 100644 .changes/next-release/api-change-mediaconvert-13207.json create mode 100644 .changes/next-release/api-change-sqs-51929.json diff --git a/.changes/next-release/api-change-globalaccelerator-68140.json b/.changes/next-release/api-change-globalaccelerator-68140.json new file mode 100644 index 0000000000..019a8739af --- /dev/null +++ b/.changes/next-release/api-change-globalaccelerator-68140.json @@ -0,0 +1,5 @@ +{ + "category": "``globalaccelerator``", + "type": "api-change", + "description": "Update globalaccelerator client to latest version" +} diff --git a/.changes/next-release/api-change-mediaconvert-13207.json b/.changes/next-release/api-change-mediaconvert-13207.json new file mode 100644 index 0000000000..8c603c04fc --- /dev/null +++ b/.changes/next-release/api-change-mediaconvert-13207.json @@ -0,0 +1,5 @@ +{ + "category": "``mediaconvert``", + "type": "api-change", + "description": "Update mediaconvert client to latest version" +} diff --git a/.changes/next-release/api-change-sqs-51929.json b/.changes/next-release/api-change-sqs-51929.json new file mode 100644 index 0000000000..5b8d75111e --- /dev/null +++ b/.changes/next-release/api-change-sqs-51929.json @@ -0,0 +1,5 @@ +{ + "category": "``sqs``", + "type": "api-change", + "description": "Update sqs client to latest version" +} diff --git a/botocore/data/globalaccelerator/2018-08-08/service-2.json b/botocore/data/globalaccelerator/2018-08-08/service-2.json index c1b523e690..f31f33bb93 100644 --- a/botocore/data/globalaccelerator/2018-08-08/service-2.json +++ b/botocore/data/globalaccelerator/2018-08-08/service-2.json @@ -26,7 +26,7 @@ {"shape":"InvalidArgumentException"}, {"shape":"LimitExceededException"} ], - "documentation":"

Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. To see an AWS CLI example of creating an accelerator, scroll down to Example.

" + "documentation":"

Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. To see an AWS CLI example of creating an accelerator, scroll down to Example.

You must specify the US-West-2 (Oregon) Region to create or update accelerators.

" }, "CreateEndpointGroup":{ "name":"CreateEndpointGroup", @@ -42,7 +42,8 @@ {"shape":"ListenerNotFoundException"}, {"shape":"InternalServiceErrorException"}, {"shape":"InvalidArgumentException"}, - {"shape":"LimitExceededException"} + {"shape":"LimitExceededException"}, + {"shape":"AccessDeniedException"} ], "documentation":"

Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS Region. To see an AWS CLI example of creating an endpoint group, scroll down to Example.

" }, @@ -87,6 +88,7 @@ }, "input":{"shape":"DeleteEndpointGroupRequest"}, "errors":[ + {"shape":"InvalidArgumentException"}, {"shape":"EndpointGroupNotFoundException"}, {"shape":"InternalServiceErrorException"} ], @@ -100,6 +102,7 @@ }, "input":{"shape":"DeleteListenerRequest"}, "errors":[ + {"shape":"InvalidArgumentException"}, {"shape":"ListenerNotFoundException"}, {"shape":"AssociatedEndpointGroupFoundException"}, {"shape":"InternalServiceErrorException"} @@ -145,6 +148,7 @@ "input":{"shape":"DescribeEndpointGroupRequest"}, "output":{"shape":"DescribeEndpointGroupResponse"}, "errors":[ + {"shape":"InvalidArgumentException"}, {"shape":"EndpointGroupNotFoundException"}, {"shape":"InternalServiceErrorException"} ], @@ -174,6 +178,7 @@ "input":{"shape":"ListAcceleratorsRequest"}, "output":{"shape":"ListAcceleratorsResponse"}, "errors":[ + {"shape":"InvalidArgumentException"}, {"shape":"InvalidNextTokenException"}, {"shape":"InternalServiceErrorException"} ], @@ -204,6 +209,7 @@ "input":{"shape":"ListListenersRequest"}, "output":{"shape":"ListListenersResponse"}, "errors":[ + {"shape":"InvalidArgumentException"}, {"shape":"AcceleratorNotFoundException"}, {"shape":"InvalidNextTokenException"}, {"shape":"InternalServiceErrorException"} @@ -223,7 +229,7 @@ {"shape":"InternalServiceErrorException"}, {"shape":"InvalidArgumentException"} ], - "documentation":"

Update an accelerator.

" + "documentation":"

Update an accelerator. To see an AWS CLI example of updating an accelerator, scroll down to Example.

You must specify the US-West-2 (Oregon) Region to create or update accelerators.

" }, "UpdateAcceleratorAttributes":{ "name":"UpdateAcceleratorAttributes", @@ -236,7 +242,8 @@ "errors":[ {"shape":"AcceleratorNotFoundException"}, {"shape":"InternalServiceErrorException"}, - {"shape":"InvalidArgumentException"} + {"shape":"InvalidArgumentException"}, + {"shape":"AccessDeniedException"} ], "documentation":"

Update the attributes for an accelerator. To see an AWS CLI example of updating an accelerator to enable flow logs, scroll down to Example.

" }, @@ -252,7 +259,8 @@ {"shape":"InvalidArgumentException"}, {"shape":"EndpointGroupNotFoundException"}, {"shape":"InternalServiceErrorException"}, - {"shape":"LimitExceededException"} + {"shape":"LimitExceededException"}, + {"shape":"AccessDeniedException"} ], "documentation":"

Update an endpoint group. To see an AWS CLI example of updating an endpoint group, scroll down to Example.

" }, @@ -284,7 +292,7 @@ }, "Name":{ "shape":"GenericString", - "documentation":"

The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

" + "documentation":"

The name of the accelerator. The name must contain only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.

" }, "IpAddressType":{ "shape":"IpAddressType", @@ -292,11 +300,11 @@ }, "Enabled":{ "shape":"GenericBoolean", - "documentation":"

Indicates whether theaccelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

" + "documentation":"

Indicates whether the accelerator is enabled. The value is true or false. The default value is true.

If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.

" }, "IpSets":{ "shape":"IpSets", - "documentation":"

IP address set associated with the accelerator.

" + "documentation":"

The static IP addresses that Global Accelerator associates with the accelerator.

" }, "Status":{ "shape":"AcceleratorStatus", @@ -358,6 +366,14 @@ "type":"list", "member":{"shape":"Accelerator"} }, + "AccessDeniedException":{ + "type":"structure", + "members":{ + "Message":{"shape":"ErrorMessage"} + }, + "documentation":"

You don't have access permission.

", + "exception":true + }, "AssociatedEndpointGroupFoundException":{ "type":"structure", "members":{ @@ -546,10 +562,11 @@ }, "DescribeAcceleratorAttributesRequest":{ "type":"structure", + "required":["AcceleratorArn"], "members":{ "AcceleratorArn":{ "shape":"GenericString", - "documentation":"

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe. Value is required.

" + "documentation":"

The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.

" } } }, @@ -629,6 +646,10 @@ "Weight":{ "shape":"EndpointWeight", "documentation":"

The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.

" + }, + "ClientIPPreservationEnabled":{ + "shape":"GenericBoolean", + "documentation":"

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

" } }, "documentation":"

A complex type for endpoints.

" @@ -644,7 +665,7 @@ "members":{ "EndpointId":{ "shape":"GenericString", - "documentation":"

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID.

" + "documentation":"

An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. An Application Load Balancer can be either internal or internet-facing.

" }, "Weight":{ "shape":"EndpointWeight", @@ -657,6 +678,10 @@ "HealthReason":{ "shape":"GenericString", "documentation":"

The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.

If the endpoint state is unhealthy, the reason code can be one of the following values:

If the endpoint state is initial, the reason code can be one of the following values:

" + }, + "ClientIPPreservationEnabled":{ + "shape":"GenericBoolean", + "documentation":"

Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.

If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.

For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.

" } }, "documentation":"

A complex type for an endpoint. Each endpoint group can include one or more endpoints, such as load balancers.

" @@ -1009,10 +1034,11 @@ }, "UpdateAcceleratorAttributesRequest":{ "type":"structure", + "required":["AcceleratorArn"], "members":{ "AcceleratorArn":{ "shape":"GenericString", - "documentation":"

The Amazon Resource Name (ARN) of the accelerator that you want to update. Attribute is required.

" + "documentation":"

The Amazon Resource Name (ARN) of the accelerator that you want to update.

" }, "FlowLogsEnabled":{ "shape":"GenericBoolean", @@ -1147,5 +1173,5 @@ } } }, - "documentation":"AWS Global Accelerator

This is the AWS Global Accelerator API Reference. This guide is for developers who need detailed information about AWS Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the AWS Global Accelerator Developer Guide.

AWS Global Accelerator is a network layer service in which you create accelerators to improve availability and performance for internet applications used by a global audience.

Global Accelerator provides you with static IP addresses that you associate with your accelerator. These IP addresses are anycast from the AWS edge network and distribute incoming application traffic across multiple endpoint resources in multiple AWS Regions, which increases the availability of your applications. Endpoints can be Elastic IP addresses, Network Load Balancers, and Application Load Balancers that are located in one AWS Region or multiple Regions.

Global Accelerator uses the AWS global network to route traffic to the optimal regional endpoint based on health, client location, and policies that you configure. The service reacts instantly to changes in health or configuration to ensure that internet traffic from clients is directed to only healthy endpoints.

Global Accelerator includes components that work together to help you improve performance and availability for your applications:

Static IP address

AWS Global Accelerator provides you with a set of static IP addresses which are anycast from the AWS edge network and serve as the single fixed entry points for your clients. If you already have Elastic Load Balancing or Elastic IP address resources set up for your applications, you can easily add those to Global Accelerator to allow the resources to be accessed by a Global Accelerator static IP address.

Accelerator

An accelerator directs traffic to optimal endpoints over the AWS global network to improve availability and performance for your internet applications that have a global audience. Each accelerator includes one or more listeners.

Network zone

A network zone services the static IP addresses for your accelerator from a unique IP subnet. Similar to an AWS Availability Zone, a network zone is an isolated unit with its own set of physical infrastructure. When you configure an accelerator, Global Accelerator allocates two IPv4 addresses for it. If one IP address from a network zone becomes unavailable due to IP address blocking by certain client networks, or network disruptions, then client applications can retry on the healthy static IP address from the other isolated network zone.

Listener

A listener processes inbound connections from clients to Global Accelerator, based on the protocol and port that you configure. Each listener has one or more endpoint groups associated with it, and traffic is forwarded to endpoints in one of the groups. You associate endpoint groups with listeners by specifying the Regions that you want to distribute traffic to. Traffic is distributed to optimal endpoints within the endpoint groups associated with a listener.

Endpoint group

Each endpoint group is associated with a specific AWS Region. Endpoint groups include one or more endpoints in the Region. You can increase or reduce the percentage of traffic that would be otherwise directed to an endpoint group by adjusting a setting called a traffic dial. The traffic dial lets you easily do performance testing or blue/green deployment testing for new releases across different AWS Regions, for example.

Endpoint

An endpoint is an Elastic IP address, Network Load Balancer, or Application Load Balancer. Traffic is routed to endpoints based on several factors, including the geo-proximity to the user, the health of the endpoint, and the configuration options that you choose, such as endpoint weights. For each endpoint, you can configure weights, which are numbers that you can use to specify the proportion of traffic to route to each one. This can be useful, for example, to do performance testing within a Region.

" + "documentation":"AWS Global Accelerator

This is the AWS Global Accelerator API Reference. This guide is for developers who need detailed information about AWS Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the AWS Global Accelerator Developer Guide.

AWS Global Accelerator is a network layer service in which you create accelerators to improve availability and performance for internet applications used by a global audience.

You must specify the US-West-2 (Oregon) Region to create or update accelerators.

Global Accelerator provides you with static IP addresses that you associate with your accelerator. These IP addresses are anycast from the AWS edge network and distribute incoming application traffic across multiple endpoint resources in multiple AWS Regions, which increases the availability of your applications. Endpoints can be Elastic IP addresses, Network Load Balancers, and Application Load Balancers that are located in one AWS Region or multiple Regions.

Global Accelerator uses the AWS global network to route traffic to the optimal regional endpoint based on health, client location, and policies that you configure. The service reacts instantly to changes in health or configuration to ensure that internet traffic from clients is directed to only healthy endpoints.

Global Accelerator includes components that work together to help you improve performance and availability for your applications:

Static IP address

AWS Global Accelerator provides you with a set of static IP addresses which are anycast from the AWS edge network and serve as the single fixed entry points for your clients. If you already have Elastic Load Balancing or Elastic IP address resources set up for your applications, you can easily add those to Global Accelerator to allow the resources to be accessed by a Global Accelerator static IP address.

Accelerator

An accelerator directs traffic to optimal endpoints over the AWS global network to improve availability and performance for your internet applications that have a global audience. Each accelerator includes one or more listeners.

Network zone

A network zone services the static IP addresses for your accelerator from a unique IP subnet. Similar to an AWS Availability Zone, a network zone is an isolated unit with its own set of physical infrastructure. When you configure an accelerator, Global Accelerator allocates two IPv4 addresses for it. If one IP address from a network zone becomes unavailable due to IP address blocking by certain client networks, or network disruptions, then client applications can retry on the healthy static IP address from the other isolated network zone.

Listener

A listener processes inbound connections from clients to Global Accelerator, based on the protocol and port that you configure. Each listener has one or more endpoint groups associated with it, and traffic is forwarded to endpoints in one of the groups. You associate endpoint groups with listeners by specifying the Regions that you want to distribute traffic to. Traffic is distributed to optimal endpoints within the endpoint groups associated with a listener.

Endpoint group

Each endpoint group is associated with a specific AWS Region. Endpoint groups include one or more endpoints in the Region. You can increase or reduce the percentage of traffic that would be otherwise directed to an endpoint group by adjusting a setting called a traffic dial. The traffic dial lets you easily do performance testing or blue/green deployment testing for new releases across different AWS Regions, for example.

Endpoint

An endpoint is an Elastic IP address, Network Load Balancer, or Application Load Balancer. Traffic is routed to endpoints based on several factors, including the geo-proximity to the user, the health of the endpoint, and the configuration options that you choose, such as endpoint weights. For each endpoint, you can configure weights, which are numbers that you can use to specify the proportion of traffic to route to each one. This can be useful, for example, to do performance testing within a Region.

" } diff --git a/botocore/data/mediaconvert/2017-08-29/service-2.json b/botocore/data/mediaconvert/2017-08-29/service-2.json index 2bca4a5346..db0abd8d6c 100644 --- a/botocore/data/mediaconvert/2017-08-29/service-2.json +++ b/botocore/data/mediaconvert/2017-08-29/service-2.json @@ -2429,6 +2429,11 @@ "locationName": "settings", "documentation": "JobSettings contains all the transcode settings for a job." }, + "SimulateReservedQueue": { + "shape": "SimulateReservedQueue", + "locationName": "simulateReservedQueue", + "documentation": "Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default." + }, "StatusUpdateInterval": { "shape": "StatusUpdateInterval", "locationName": "statusUpdateInterval", @@ -5619,6 +5624,11 @@ "locationName": "settings", "documentation": "JobSettings contains all the transcode settings for a job." }, + "SimulateReservedQueue": { + "shape": "SimulateReservedQueue", + "locationName": "simulateReservedQueue", + "documentation": "Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default." + }, "Status": { "shape": "JobStatus", "locationName": "status", @@ -8093,6 +8103,14 @@ }, "documentation": "Settings for SCC caption output." }, + "SimulateReservedQueue": { + "type": "string", + "documentation": "Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default.", + "enum": [ + "DISABLED", + "ENABLED" + ] + }, "SpekeKeyProvider": { "type": "structure", "members": { diff --git a/botocore/data/sqs/2012-11-05/service-2.json b/botocore/data/sqs/2012-11-05/service-2.json index 6811ca3c57..2a50ef1333 100644 --- a/botocore/data/sqs/2012-11-05/service-2.json +++ b/botocore/data/sqs/2012-11-05/service-2.json @@ -911,6 +911,18 @@ }, "flattened":true }, + "MessageBodySystemAttributeMap":{ + "type":"map", + "key":{ + "shape":"MessageSystemAttributeNameForSends", + "locationName":"Name" + }, + "value":{ + "shape":"MessageSystemAttributeValue", + "locationName":"Value" + }, + "flattened":true + }, "MessageList":{ "type":"list", "member":{ @@ -953,9 +965,45 @@ "ApproximateFirstReceiveTimestamp", "SequenceNumber", "MessageDeduplicationId", - "MessageGroupId" + "MessageGroupId", + "AWSTraceHeader" ] }, + "MessageSystemAttributeNameForSends":{ + "type":"string", + "enum":["AWSTraceHeader"] + }, + "MessageSystemAttributeValue":{ + "type":"structure", + "required":["DataType"], + "members":{ + "StringValue":{ + "shape":"String", + "documentation":"

Strings are Unicode with UTF-8 binary encoding. For a list of code values, see ASCII Printable Characters.

" + }, + "BinaryValue":{ + "shape":"Binary", + "documentation":"

Binary type attributes can store any binary data, such as compressed data, encrypted data, or images.

" + }, + "StringListValues":{ + "shape":"StringList", + "documentation":"

Not implemented. Reserved for future use.

", + "flattened":true, + "locationName":"StringListValue" + }, + "BinaryListValues":{ + "shape":"BinaryList", + "documentation":"

Not implemented. Reserved for future use.

", + "flattened":true, + "locationName":"BinaryListValue" + }, + "DataType":{ + "shape":"String", + "documentation":"

Amazon SQS supports the following logical data types: String, Number, and Binary. For the Number data type, you must use StringValue.

You can also append custom labels. For more information, see Amazon SQS Message Attributes in the Amazon Simple Queue Service Developer Guide.

" + } + }, + "documentation":"

The user-specified message system attribute value. For string data types, the Value attribute has the same restrictions on the content as the message body. For more information, see SendMessage.

Name, type, value and the message body must not be empty or null.

" + }, "OverLimit":{ "type":"structure", "members":{ @@ -1088,7 +1136,7 @@ }, "AttributeNames":{ "shape":"AttributeNameList", - "documentation":"

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

" + "documentation":"

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

" }, "MessageAttributeNames":{ "shape":"MessageAttributeNameList", @@ -1183,6 +1231,11 @@ "documentation":"

Each message attribute consists of a Name, Type, and Value. For more information, see Amazon SQS Message Attributes in the Amazon Simple Queue Service Developer Guide.

", "locationName":"MessageAttribute" }, + "MessageSystemAttributes":{ + "shape":"MessageBodySystemAttributeMap", + "documentation":"

The message system attribute to send Each message system attribute consists of a Name, Type, and Value.

", + "locationName":"MessageSystemAttribute" + }, "MessageDeduplicationId":{ "shape":"String", "documentation":"

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

The token used for deduplication of messages within a 5-minute minimum deduplication interval. If a message with a particular MessageDeduplicationId is sent successfully, subsequent messages with the same MessageDeduplicationId are accepted successfully but aren't delivered. For more information, see Exactly-Once Processing in the Amazon Simple Queue Service 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 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 Simple Queue Service Developer Guide.

" @@ -1244,6 +1297,10 @@ "shape":"String", "documentation":"

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.

" }, + "MD5OfMessageSystemAttributes":{ + "shape":"String", + "documentation":"

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. For information about MD5, see RFC1321.

" + }, "SequenceNumber":{ "shape":"String", "documentation":"

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

The large, non-consecutive number that Amazon SQS assigns to each message.

The length of SequenceNumber is 128 bits. As SequenceNumber continues to increase for a particular MessageGroupId.

" @@ -1283,6 +1340,11 @@ "documentation":"

Each message attribute consists of a Name, Type, and Value. For more information, see Amazon SQS Message Attributes in the Amazon Simple Queue Service Developer Guide.

", "locationName":"MessageAttribute" }, + "MessageSystemAttributes":{ + "shape":"MessageBodySystemAttributeMap", + "documentation":"

The message system attribute to send. Each message system attribute consists of a Name, Type, and Value.

", + "locationName":"MessageSystemAttribute" + }, "MessageDeduplicationId":{ "shape":"String", "documentation":"

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 Simple Queue Service 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 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 Simple Queue Service Developer Guide.

" @@ -1305,6 +1367,10 @@ "shape":"String", "documentation":"

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.

" }, + "MD5OfMessageSystemAttributes":{ + "shape":"String", + "documentation":"

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.

" + }, "MessageId":{ "shape":"String", "documentation":"

An attribute containing the MessageId of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon Simple Queue Service Developer Guide.

" From e9ec1e10d540291587efc29b491922665e51ca04 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 28 Aug 2019 18:31:18 +0000 Subject: [PATCH 2/2] Bumping version to 1.12.218 --- .changes/1.12.218.json | 17 +++++++++++++++++ .../api-change-globalaccelerator-68140.json | 5 ----- .../api-change-mediaconvert-13207.json | 5 ----- .changes/next-release/api-change-sqs-51929.json | 5 ----- CHANGELOG.rst | 8 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 7 files changed, 27 insertions(+), 17 deletions(-) create mode 100644 .changes/1.12.218.json delete mode 100644 .changes/next-release/api-change-globalaccelerator-68140.json delete mode 100644 .changes/next-release/api-change-mediaconvert-13207.json delete mode 100644 .changes/next-release/api-change-sqs-51929.json diff --git a/.changes/1.12.218.json b/.changes/1.12.218.json new file mode 100644 index 0000000000..4b1e6cdb43 --- /dev/null +++ b/.changes/1.12.218.json @@ -0,0 +1,17 @@ +[ + { + "category": "``sqs``", + "description": "Update sqs client to latest version", + "type": "api-change" + }, + { + "category": "``globalaccelerator``", + "description": "Update globalaccelerator client to latest version", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "Update mediaconvert client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-globalaccelerator-68140.json b/.changes/next-release/api-change-globalaccelerator-68140.json deleted file mode 100644 index 019a8739af..0000000000 --- a/.changes/next-release/api-change-globalaccelerator-68140.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``globalaccelerator``", - "type": "api-change", - "description": "Update globalaccelerator client to latest version" -} diff --git a/.changes/next-release/api-change-mediaconvert-13207.json b/.changes/next-release/api-change-mediaconvert-13207.json deleted file mode 100644 index 8c603c04fc..0000000000 --- a/.changes/next-release/api-change-mediaconvert-13207.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``mediaconvert``", - "type": "api-change", - "description": "Update mediaconvert client to latest version" -} diff --git a/.changes/next-release/api-change-sqs-51929.json b/.changes/next-release/api-change-sqs-51929.json deleted file mode 100644 index 5b8d75111e..0000000000 --- a/.changes/next-release/api-change-sqs-51929.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``sqs``", - "type": "api-change", - "description": "Update sqs client to latest version" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 29a965f780..323580e626 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.12.218 +======== + +* api-change:``sqs``: Update sqs client to latest version +* api-change:``globalaccelerator``: Update globalaccelerator client to latest version +* api-change:``mediaconvert``: Update mediaconvert client to latest version + + 1.12.217 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index a85738daed..101ec231c5 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import re import logging -__version__ = '1.12.217' +__version__ = '1.12.218' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index e320334abb..256664bdf2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '1.12.2' # The full version, including alpha/beta/rc tags. -release = '1.12.217' +release = '1.12.218' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.