Skip to content

Commit

Permalink
Merge branch 'release-1.35.93'
Browse files Browse the repository at this point in the history
* release-1.35.93:
  Bumping version to 1.35.93
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jan 6, 2025
2 parents 0df18e8 + b004f85 commit 635ee59
Show file tree
Hide file tree
Showing 9 changed files with 609 additions and 84 deletions.
12 changes: 12 additions & 0 deletions .changes/1.35.93.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``iotsecuretunneling``",
"description": "Adds dualstack endpoint support for IoT Secure Tunneling",
"type": "api-change"
},
{
"category": "``supplychain``",
"description": "Allow vanity DNS domain when creating a new ASC instance",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.35.93
=======

* api-change:``iotsecuretunneling``: Adds dualstack endpoint support for IoT Secure Tunneling
* api-change:``supplychain``: Allow vanity DNS domain when creating a new ASC instance


1.35.92
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.92'
__version__ = '1.35.93'


class NullHandler(logging.Handler):
Expand Down
18 changes: 15 additions & 3 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -11913,9 +11913,21 @@
},
"iotfleetwise" : {
"endpoints" : {
"ap-south-1" : { },
"eu-central-1" : { },
"us-east-1" : { }
"ap-south-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"eu-central-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"us-east-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
}
}
},
"iotsecuredtunneling" : {
Expand Down
190 changes: 170 additions & 20 deletions botocore/data/iotsecuretunneling/2018-10-05/endpoint-rule-set-1.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion botocore/data/iotsecuretunneling/2018-10-05/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"endpointPrefix":"api.tunneling.iot",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"AWS IoT Secure Tunneling",
"serviceId":"IoTSecureTunneling",
"signatureVersion":"v4",
"signingName":"IoTSecuredTunneling",
"targetPrefix":"IoTSecuredTunneling",
"uid":"iotsecuretunneling-2018-10-05"
"uid":"iotsecuretunneling-2018-10-05",
"auth":["aws.auth#sigv4"]
},
"operations":{
"CloseTunnel":{
Expand Down
18 changes: 11 additions & 7 deletions botocore/data/supplychain/2024-01-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@
},
"schema":{
"shape":"DataLakeDatasetSchema",
"documentation":"<p>The custom schema of the data lake dataset and is only required when the name space is <i>default</i>.</p>"
"documentation":"<p>The custom schema of the data lake dataset and is only required when the name space is <b>default</b>.</p>"
},
"description":{
"shape":"DataLakeDatasetDescription",
Expand Down Expand Up @@ -698,6 +698,10 @@
"shape":"KmsKeyArn",
"documentation":"<p>The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon Web Services owned KMS key. If you don't provide anything here, AWS Supply Chain uses the Amazon Web Services owned KMS key.</p>"
},
"webAppDnsDomain":{
"shape":"InstanceWebAppDnsDomain",
"documentation":"<p>The DNS subdomain of the web app. This would be \"example\" in the URL \"example.scn.global.on.aws\". You can set this to a custom value, as long as the domain isn't already being used by someone else. The name may only include alphanumeric characters and hyphens.</p>"
},
"tags":{
"shape":"TagMap",
"documentation":"<p>The Amazon Web Services tags of an instance to be created.</p>"
Expand Down Expand Up @@ -1255,13 +1259,13 @@
},
"namespace":{
"shape":"DataLakeDatasetNamespace",
"documentation":"<p>The namespace of the dataset. The available values are:</p> <ul> <li> <p>asc: for <a href=\"https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html\"> AWS Supply Chain supported datasets </a>.</p> </li> <li> <p>default: for datasets with custom user-defined schemas.</p> </li> </ul>",
"documentation":"<p>The name space of the dataset. The available values are:</p> <ul> <li> <p> <b>asc</b> - For information on the Amazon Web Services Supply Chain supported datasets see <a href=\"https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html\">https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html</a>.</p> </li> <li> <p> <b>default</b> - For datasets with custom user-defined schemas.</p> </li> </ul>",
"location":"uri",
"locationName":"namespace"
},
"name":{
"shape":"DataLakeDatasetName",
"documentation":"<p>The name of the dataset. If the namespace is <i>asc</i>, the name must be one of the supported <a href=\"https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html\">data entities </a>.</p>",
"documentation":"<p>The name of the dataset. For <b>asc</b> name space, the name must be one of the supported data entities under <a href=\"https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html\">https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html</a>.</p>",
"location":"uri",
"locationName":"name"
}
Expand All @@ -1282,7 +1286,7 @@
},
"namespace":{
"shape":"DataLakeDatasetNamespace",
"documentation":"<p>The namespace of deleted dataset.</p>"
"documentation":"<p>The name space of deleted dataset.</p>"
},
"name":{
"shape":"DataLakeDatasetName",
Expand Down Expand Up @@ -1556,7 +1560,7 @@
},
"InstanceWebAppDnsDomain":{
"type":"string",
"pattern":"[A-Za-z0-9]+(.[A-Za-z0-9]+)+"
"pattern":"(?![-])[a-zA-Z0-9-]{1,62}[a-zA-Z0-9]"
},
"InternalServerException":{
"type":"structure",
Expand Down Expand Up @@ -1630,7 +1634,7 @@
},
"namespace":{
"shape":"DataLakeDatasetNamespace",
"documentation":"<p>The namespace of the dataset. The available values are:</p> <ul> <li> <p>asc: for <a href=\"https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html\"> AWS Supply Chain supported datasets </a>.</p> </li> <li> <p>default: for datasets with custom user-defined schemas.</p> </li> </ul>",
"documentation":"<p>The name space of the dataset. The available values are:</p> <ul> <li> <p> <b>asc</b> - For information on the Amazon Web Services Supply Chain supported datasets see <a href=\"https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html\">https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html</a>.</p> </li> <li> <p> <b>default</b> - For datasets with custom user-defined schemas.</p> </li> </ul>",
"location":"uri",
"locationName":"namespace"
},
Expand Down Expand Up @@ -1772,7 +1776,7 @@
},
"data":{
"shape":"DataIntegrationEventData",
"documentation":"<p>The data payload of the event. For more information on the data schema to use, see <a href=\"https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html\">Data entities supported in AWS Supply Chain </a>.</p>"
"documentation":"<p>The data payload of the event. For more information on the data schema to use, see <a href=\"https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html\">Data entities supported in AWS Supply Chain</a>.</p>"
},
"eventGroupId":{
"shape":"DataIntegrationEventGroupId",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.92'
release = '1.35.93'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Loading

0 comments on commit 635ee59

Please sign in to comment.