From 5335b4e9129bc82309bb5c0a6e9a641d04eada3d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 26 May 2023 18:07:49 +0000 Subject: [PATCH 1/3] Update to latest models --- .../api-change-connect-64015.json | 5 ++ .../api-change-iotwireless-72297.json | 5 ++ .../api-change-sagemaker-27201.json | 5 ++ .../data/connect/2017-08-08/service-2.json | 3 +- .../iotwireless/2020-11-22/service-2.json | 53 +++++++++++++++---- .../data/sagemaker/2017-07-24/service-2.json | 8 ++- 6 files changed, 66 insertions(+), 13 deletions(-) create mode 100644 .changes/next-release/api-change-connect-64015.json create mode 100644 .changes/next-release/api-change-iotwireless-72297.json create mode 100644 .changes/next-release/api-change-sagemaker-27201.json diff --git a/.changes/next-release/api-change-connect-64015.json b/.changes/next-release/api-change-connect-64015.json new file mode 100644 index 0000000000..51ce22adec --- /dev/null +++ b/.changes/next-release/api-change-connect-64015.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "Documentation update for a new Initiation Method value in DescribeContact API" +} diff --git a/.changes/next-release/api-change-iotwireless-72297.json b/.changes/next-release/api-change-iotwireless-72297.json new file mode 100644 index 0000000000..ca1837d1f3 --- /dev/null +++ b/.changes/next-release/api-change-iotwireless-72297.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iotwireless``", + "description": "Add Multicast Group support in Network Analyzer Configuration." +} diff --git a/.changes/next-release/api-change-sagemaker-27201.json b/.changes/next-release/api-change-sagemaker-27201.json new file mode 100644 index 0000000000..267b5b6b4d --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-27201.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances." +} diff --git a/botocore/data/connect/2017-08-08/service-2.json b/botocore/data/connect/2017-08-08/service-2.json index 54ff68c7c1..0d00fdfa23 100644 --- a/botocore/data/connect/2017-08-08/service-2.json +++ b/botocore/data/connect/2017-08-08/service-2.json @@ -4412,7 +4412,8 @@ "CALLBACK", "API", "DISCONNECT", - "MONITOR" + "MONITOR", + "EXTERNAL_OUTBOUND" ] }, "ContactNotFoundException":{ diff --git a/botocore/data/iotwireless/2020-11-22/service-2.json b/botocore/data/iotwireless/2020-11-22/service-2.json index 98a3c110d1..fde87c0f53 100644 --- a/botocore/data/iotwireless/2020-11-22/service-2.json +++ b/botocore/data/iotwireless/2020-11-22/service-2.json @@ -2756,6 +2756,10 @@ "ClientRequestToken":{ "shape":"ClientRequestToken", "idempotencyToken":true + }, + "MulticastGroups":{ + "shape":"NetworkAnalyzerMulticastGroupList", + "documentation":"

Multicast Group resources to add to the network analyzer configruation. Provide the MulticastGroupId of the resource to add in the input array.

" } } }, @@ -3813,12 +3817,12 @@ }, "FragmentIntervalMS":{ "type":"integer", - "documentation":"

The interval of sending fragments in milliseconds. Currently the interval will be rounded to the nearest second. Note that this interval only controls the timing when the cloud sends the fragments down. The actual delay of receiving fragments at device side depends on the device's class and the communication delay with the cloud.

", + "documentation":"

The interval for sending fragments in milliseconds, rounded to the nearest second.

This interval only determines the timing for when the Cloud sends down the fragments to yor device. There can be a delay for when your device will receive these fragments. This delay depends on the device's class and the communication delay with the cloud.

", "min":1 }, "FragmentSizeBytes":{ "type":"integer", - "documentation":"

The size of each fragment in bytes. Currently only supported in fuota tasks with multicast groups.

", + "documentation":"

The size of each fragment in bytes. This parameter is supported only for FUOTA tasks with multicast groups.

", "min":1 }, "FuotaDeviceStatus":{ @@ -4137,7 +4141,11 @@ "shape":"NetworkAnalyzerConfigurationArn", "documentation":"

The Amazon Resource Name of the new resource.

" }, - "Name":{"shape":"NetworkAnalyzerConfigurationName"} + "Name":{"shape":"NetworkAnalyzerConfigurationName"}, + "MulticastGroups":{ + "shape":"NetworkAnalyzerMulticastGroupList", + "documentation":"

List of multicast group resources that have been added to the network analyzer configuration.

" + } } }, "GetPartnerAccountRequest":{ @@ -4623,7 +4631,7 @@ }, "LastUplinkReceivedAt":{ "shape":"ISODateTimeString", - "documentation":"

The date and time when the most recent uplink was received.

" + "documentation":"

The date and time when the most recent uplink was received.

This value is only valid for 3 months.

" }, "LoRaWAN":{ "shape":"LoRaWANDeviceMetadata", @@ -4756,7 +4764,7 @@ }, "LastUplinkReceivedAt":{ "shape":"ISODateTimeString", - "documentation":"

The date and time when the most recent uplink was received.

" + "documentation":"

The date and time when the most recent uplink was received.

This value is only valid for 3 months.

" }, "ConnectionStatus":{ "shape":"ConnectionStatus", @@ -4822,7 +4830,7 @@ }, "LastUplinkReceivedAt":{ "shape":"ISODateTimeString", - "documentation":"

The date and time when the most recent uplink was received.

" + "documentation":"

The date and time when the most recent uplink was received.

This value is only valid for 3 months.

" }, "TaskCreatedAt":{ "shape":"ISODateTimeString", @@ -6462,6 +6470,14 @@ "type":"string", "max":256 }, + "MulticastFrameInfo":{ + "type":"string", + "documentation":"

FrameInfo of your multicast group resources for the trace content. Use FrameInfo to debug the multicast communication between your LoRaWAN end devices and the network server.

", + "enum":[ + "ENABLED", + "DISABLED" + ] + }, "MulticastGroup":{ "type":"structure", "members":{ @@ -6559,6 +6575,12 @@ }, "documentation":"

Network analyzer configurations.

" }, + "NetworkAnalyzerMulticastGroupList":{ + "type":"list", + "member":{"shape":"MulticastGroupId"}, + "max":10, + "min":0 + }, "NetworkId":{ "type":"integer", "max":65535, @@ -6951,7 +6973,7 @@ "RaAllowed":{"type":"boolean"}, "RedundancyPercent":{ "type":"integer", - "documentation":"

The percentage of added redundant fragments. For example, if firmware file is 100 bytes and fragment size is 10 bytes, with RedundancyPercent set to 50(%), the final number of encoded fragments is (100 / 10) + (100 / 10 * 50%) = 15.

", + "documentation":"

The percentage of the added fragments that are redundant. For example, if the size of the firmware image file is 100 bytes and the fragment size is 10 bytes, with RedundancyPercent set to 50(%), the final number of encoded fragments is (100 / 10) + (100 / 10 * 50%) = 15.

", "max":100, "min":0 }, @@ -7954,7 +7976,8 @@ "type":"structure", "members":{ "WirelessDeviceFrameInfo":{"shape":"WirelessDeviceFrameInfo"}, - "LogLevel":{"shape":"LogLevel"} + "LogLevel":{"shape":"LogLevel"}, + "MulticastFrameInfo":{"shape":"MulticastFrameInfo"} }, "documentation":"

Trace content for your wireless gateway and wireless device resources.

" }, @@ -8202,7 +8225,15 @@ "shape":"WirelessGatewayList", "documentation":"

Wireless gateway resources to remove from the network analyzer configuration. Provide the WirelessGatewayId of the resources to remove in the input array.

" }, - "Description":{"shape":"Description"} + "Description":{"shape":"Description"}, + "MulticastGroupsToAdd":{ + "shape":"NetworkAnalyzerMulticastGroupList", + "documentation":"

Multicast group resources to add to the network analyzer configuration. Provide the MulticastGroupId of the resource to add in the input array.

" + }, + "MulticastGroupsToRemove":{ + "shape":"NetworkAnalyzerMulticastGroupList", + "documentation":"

Multicast group resources to remove from the network analyzer configuration. Provide the MulticastGroupId of the resource to remove in the input array.

" + } } }, "UpdateNetworkAnalyzerConfigurationResponse":{ @@ -8807,7 +8838,7 @@ }, "LastUplinkReceivedAt":{ "shape":"ISODateTimeString", - "documentation":"

The date and time when the most recent uplink was received.

" + "documentation":"

The date and time when the most recent uplink was received.

Theis value is only valid for 3 months.

" }, "LoRaWAN":{ "shape":"LoRaWANListDevice", @@ -8933,7 +8964,7 @@ }, "LastUplinkReceivedAt":{ "shape":"ISODateTimeString", - "documentation":"

The date and time when the most recent uplink was received.

" + "documentation":"

The date and time when the most recent uplink was received.

This value is only valid for 3 months.

" } }, "documentation":"

Information about a wireless gateway's operation.

" diff --git a/botocore/data/sagemaker/2017-07-24/service-2.json b/botocore/data/sagemaker/2017-07-24/service-2.json index 5207c68808..bed442e48b 100644 --- a/botocore/data/sagemaker/2017-07-24/service-2.json +++ b/botocore/data/sagemaker/2017-07-24/service-2.json @@ -18976,7 +18976,13 @@ "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", - "ml.g5.48xlarge" + "ml.g5.48xlarge", + "ml.inf1.xlarge", + "ml.inf1.2xlarge", + "ml.inf1.6xlarge", + "ml.inf1.24xlarge", + "ml.p4d.24xlarge", + "ml.p4de.24xlarge" ] }, "Integer":{"type":"integer"}, From 025c405796be8d55382cff1ff66ceaf4184a3b01 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 26 May 2023 18:07:50 +0000 Subject: [PATCH 2/3] Update to latest partitions and endpoints --- botocore/data/endpoints.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/botocore/data/endpoints.json b/botocore/data/endpoints.json index 2bfd13117c..db464c3bb4 100644 --- a/botocore/data/endpoints.json +++ b/botocore/data/endpoints.json @@ -1076,6 +1076,7 @@ "ap-southeast-1" : { }, "ap-southeast-2" : { }, "ap-southeast-3" : { }, + "ap-southeast-4" : { }, "ca-central-1" : { }, "eu-central-1" : { }, "eu-central-2" : { }, @@ -8526,6 +8527,7 @@ "ap-southeast-1" : { }, "ap-southeast-2" : { }, "ap-southeast-3" : { }, + "ap-southeast-4" : { }, "ca-central-1" : { "variants" : [ { "hostname" : "kafka-fips.ca-central-1.amazonaws.com", @@ -13925,6 +13927,7 @@ "ap-southeast-1" : { }, "ap-southeast-2" : { }, "ap-southeast-3" : { }, + "ap-southeast-4" : { }, "ca-central-1" : { }, "eu-central-1" : { }, "eu-central-2" : { }, From 687a595aa52e857a5d908794ad667cb64ff1bf08 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 26 May 2023 18:07:53 +0000 Subject: [PATCH 3/3] Bumping version to 1.29.142 --- .changes/1.29.142.json | 22 +++++++++++++++++++ .../api-change-connect-64015.json | 5 ----- .../api-change-iotwireless-72297.json | 5 ----- .../api-change-sagemaker-27201.json | 5 ----- .../bugfix-generatepresignedurl-96454.json | 5 ----- CHANGELOG.rst | 9 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 8 files changed, 33 insertions(+), 22 deletions(-) create mode 100644 .changes/1.29.142.json delete mode 100644 .changes/next-release/api-change-connect-64015.json delete mode 100644 .changes/next-release/api-change-iotwireless-72297.json delete mode 100644 .changes/next-release/api-change-sagemaker-27201.json delete mode 100644 .changes/next-release/bugfix-generatepresignedurl-96454.json diff --git a/.changes/1.29.142.json b/.changes/1.29.142.json new file mode 100644 index 0000000000..b113276542 --- /dev/null +++ b/.changes/1.29.142.json @@ -0,0 +1,22 @@ +[ + { + "category": "``Polly``", + "description": "Remove `Content-Type` header from ``synthesize_speech`` URL presigning.", + "type": "bugfix" + }, + { + "category": "``connect``", + "description": "Documentation update for a new Initiation Method value in DescribeContact API", + "type": "api-change" + }, + { + "category": "``iotwireless``", + "description": "Add Multicast Group support in Network Analyzer Configuration.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connect-64015.json b/.changes/next-release/api-change-connect-64015.json deleted file mode 100644 index 51ce22adec..0000000000 --- a/.changes/next-release/api-change-connect-64015.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Documentation update for a new Initiation Method value in DescribeContact API" -} diff --git a/.changes/next-release/api-change-iotwireless-72297.json b/.changes/next-release/api-change-iotwireless-72297.json deleted file mode 100644 index ca1837d1f3..0000000000 --- a/.changes/next-release/api-change-iotwireless-72297.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotwireless``", - "description": "Add Multicast Group support in Network Analyzer Configuration." -} diff --git a/.changes/next-release/api-change-sagemaker-27201.json b/.changes/next-release/api-change-sagemaker-27201.json deleted file mode 100644 index 267b5b6b4d..0000000000 --- a/.changes/next-release/api-change-sagemaker-27201.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances." -} diff --git a/.changes/next-release/bugfix-generatepresignedurl-96454.json b/.changes/next-release/bugfix-generatepresignedurl-96454.json deleted file mode 100644 index 1f1bed810e..0000000000 --- a/.changes/next-release/bugfix-generatepresignedurl-96454.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "bugfix", - "category": "``Polly``", - "description": "Remove `Content-Type` header from ``synthesize_speech`` URL presigning." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3b44ecb75a..84043df1c8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.29.142 +======== + +* bugfix:``Polly``: Remove `Content-Type` header from ``synthesize_speech`` URL presigning. +* api-change:``connect``: Documentation update for a new Initiation Method value in DescribeContact API +* api-change:``iotwireless``: Add Multicast Group support in Network Analyzer Configuration. +* api-change:``sagemaker``: Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances. + + 1.29.141 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index 2681df6c40..d71f75beff 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.29.141' +__version__ = '1.29.142' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 3019c5607b..1b87872e68 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.29.1' # The full version, including alpha/beta/rc tags. -release = '1.29.141' +release = '1.29.142' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.