Skip to content

Commit

Permalink
Merge branch 'release-1.35.34'
Browse files Browse the repository at this point in the history
* release-1.35.34:
  Bumping version to 1.35.34
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Oct 4, 2024
2 parents 90e4953 + 61716e1 commit dbc8fd9
Show file tree
Hide file tree
Showing 8 changed files with 2,125 additions and 2,091 deletions.
12 changes: 12 additions & 0 deletions .changes/1.35.34.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``ec2``",
"description": "Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``iot-data``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"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.34
=======

* api-change:``ec2``: Documentation updates for Amazon EC2.
* api-change:``iot-data``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.


1.35.33
=======

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.33'
__version__ = '1.35.34'


class NullHandler(logging.Handler):
Expand Down
4,147 changes: 2,079 additions & 2,068 deletions botocore/data/ec2/2016-11-15/service-2.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -24081,6 +24082,7 @@
},
"aoss" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
Expand Down
40 changes: 20 additions & 20 deletions botocore/data/iot-data/2015-05-28/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -179,14 +175,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -216,11 +212,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -364,14 +360,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -385,7 +383,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -405,7 +402,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -416,14 +412,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand Down Expand Up @@ -528,9 +526,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
4 changes: 3 additions & 1 deletion botocore/data/iot-data/2015-05-28/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
"apiVersion":"2015-05-28",
"endpointPrefix":"data-ats.iot",
"protocol":"rest-json",
"protocols":["rest-json"],
"serviceFullName":"AWS IoT Data Plane",
"serviceId":"IoT Data Plane",
"signatureVersion":"v4",
"signingName":"iotdata",
"uid":"iot-data-2015-05-28"
"uid":"iot-data-2015-05-28",
"auth":["aws.auth#sigv4"]
},
"operations":{
"DeleteThingShadow":{
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.33'
release = '1.35.34'

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

0 comments on commit dbc8fd9

Please sign in to comment.