Skip to content

Commit

Permalink
Merge branch 'release-1.34.113'
Browse files Browse the repository at this point in the history
* release-1.34.113:
  Bumping version to 1.34.113
  Update endpoints model
  Update to latest models
  Revert "Remove alexaforbusiness client following the service deprecation (#3187)"
  Revert "Remove honeycode client following the service deprecation (#3186)"
  Remove alexaforbusiness client following the service deprecation (#3187)
  Remove honeycode client following the service deprecation (#3186)
  • Loading branch information
aws-sdk-python-automation committed May 24, 2024
2 parents 884539e + 0b92c88 commit d3e7607
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 36 deletions.
17 changes: 17 additions & 0 deletions .changes/1.34.113.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``dynamodb``",
"description": "Documentation only updates for DynamoDB.",
"type": "api-change"
},
{
"category": "``iotfleetwise``",
"description": "AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.",
"type": "api-change"
},
{
"category": "``managedblockchain``",
"description": "This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.34.113
========

* api-change:``dynamodb``: Documentation only updates for DynamoDB.
* api-change:``iotfleetwise``: AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.
* api-change:``managedblockchain``: This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.


1.34.112
========

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.34.112'
__version__ = '1.34.113'


class NullHandler(logging.Handler):
Expand Down
47 changes: 24 additions & 23 deletions botocore/data/dynamodb/2012-08-10/service-2.json

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8953,11 +8953,6 @@
"us-west-2" : { }
}
},
"honeycode" : {
"endpoints" : {
"us-west-2" : { }
}
},
"iam" : {
"endpoints" : {
"aws-global" : {
Expand Down Expand Up @@ -28943,4 +28938,4 @@
"services" : { }
} ],
"version" : 3
}
}
22 changes: 21 additions & 1 deletion botocore/data/iotfleetwise/2021-06-17/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@
},
"signalCatalogArn":{
"shape":"arn",
"documentation":"<p>(Optional) The Amazon Resource Name (ARN) of the signal catalog to associate with the campaign. </p>"
"documentation":"<p>The Amazon Resource Name (ARN) of the signal catalog to associate with the campaign. </p>"
},
"targetArn":{
"shape":"arn",
Expand Down Expand Up @@ -3251,6 +3251,14 @@
"shape":"arn",
"documentation":"<p> The Amazon Resource Name (ARN) of a vehicle model (model manifest). You can use this optional parameter to list only the vehicles created from a certain vehicle model. </p>"
},
"attributeNames":{
"shape":"attributeNamesList",
"documentation":"<p>The fully qualified names of the attributes. For example, the fully qualified name of an attribute might be <code>Vehicle.Body.Engine.Type</code>.</p>"
},
"attributeValues":{
"shape":"attributeValuesList",
"documentation":"<p>Static information about a vehicle attribute value in string format. For example:</p> <p> <code>\"1.3 L R2\"</code> </p>"
},
"nextToken":{
"shape":"nextToken",
"documentation":"<p>A pagination token for the next set of results.</p> <p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value. </p>"
Expand Down Expand Up @@ -4884,7 +4892,19 @@
"min":1,
"pattern":"[a-zA-Z0-9_.-]+"
},
"attributeNamesList":{
"type":"list",
"member":{"shape":"attributeName"},
"max":5,
"min":1
},
"attributeValue":{"type":"string"},
"attributeValuesList":{
"type":"list",
"member":{"shape":"attributeValue"},
"max":5,
"min":1
},
"attributesMap":{
"type":"map",
"key":{"shape":"attributeName"},
Expand Down
9 changes: 5 additions & 4 deletions botocore/data/managedblockchain/2018-09-24/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"managedblockchain",
"jsonVersion":"1.1",
"protocol":"rest-json",
"protocols":["rest-json"],
"serviceAbbreviation":"ManagedBlockchain",
"serviceFullName":"Amazon Managed Blockchain",
"serviceId":"ManagedBlockchain",
Expand Down Expand Up @@ -652,7 +653,7 @@
},
"NetworkType":{
"shape":"AccessorNetworkType",
"documentation":"<p>The blockchain network that the <code>Accessor</code> token is created for.</p> <note> <p>We recommend using the appropriate <code>networkType</code> value for the blockchain network that you are creating the <code>Accessor</code> token for. You cannnot use the value <code>ETHEREUM_MAINNET_AND_GOERLI</code> to specify a <code>networkType</code> for your Accessor token.</p> <p>The default value of <code>ETHEREUM_MAINNET_AND_GOERLI</code> is only applied:</p> <ul> <li> <p>when the <code>CreateAccessor</code> action does not set a <code>networkType</code>.</p> </li> <li> <p>to all existing <code>Accessor</code> tokens that were created before the <code>networkType</code> property was introduced. </p> </li> </ul> </note>"
"documentation":"<p>The blockchain network that the <code>Accessor</code> token is created for.</p> <note> <ul> <li> <p>Use the actual <code>networkType</code> value for the blockchain network that you are creating the <code>Accessor</code> token for.</p> </li> <li> <p>With the shut down of the <i>Ethereum Goerli</i> and <i>Polygon Mumbai Testnet</i> networks the following <code>networkType</code> values are no longer available for selection and use.</p> <ul> <li> <p> <code>ETHEREUM_MAINNET_AND_GOERLI</code> </p> </li> <li> <p> <code>ETHEREUM_GOERLI</code> </p> </li> <li> <p> <code>POLYGON_MUMBAI</code> </p> </li> </ul> <p>However, your existing <code>Accessor</code> tokens with these <code>networkType</code> values will remain unchanged.</p> </li> </ul> </note>"
}
}
},
Expand Down Expand Up @@ -790,7 +791,7 @@
},
"NetworkId":{
"shape":"ResourceIdString",
"documentation":"<p>The unique identifier of the network for the node.</p> <p>Ethereum public networks have the following <code>NetworkId</code>s:</p> <ul> <li> <p> <code>n-ethereum-mainnet</code> </p> </li> <li> <p> <code>n-ethereum-goerli</code> </p> </li> </ul>",
"documentation":"<p>The unique identifier of the network for the node.</p> <p>Ethereum public networks have the following <code>NetworkId</code>s:</p> <ul> <li> <p> <code>n-ethereum-mainnet</code> </p> </li> </ul>",
"location":"uri",
"locationName":"networkId"
},
Expand Down Expand Up @@ -916,7 +917,7 @@
"members":{
"NetworkId":{
"shape":"ResourceIdString",
"documentation":"<p>The unique identifier of the network that the node is on.</p> <p>Ethereum public networks have the following <code>NetworkId</code>s:</p> <ul> <li> <p> <code>n-ethereum-mainnet</code> </p> </li> <li> <p> <code>n-ethereum-goerli</code> </p> </li> </ul>",
"documentation":"<p>The unique identifier of the network that the node is on.</p> <p>Ethereum public networks have the following <code>NetworkId</code>s:</p> <ul> <li> <p> <code>n-ethereum-mainnet</code> </p> </li> </ul>",
"location":"uri",
"locationName":"networkId"
},
Expand Down Expand Up @@ -1818,7 +1819,7 @@
"members":{
"ChainId":{
"shape":"String",
"documentation":"<p>The Ethereum <code>CHAIN_ID</code> associated with the Ethereum network. Chain IDs are as follows:</p> <ul> <li> <p>mainnet = <code>1</code> </p> </li> <li> <p>goerli = <code>5</code> </p> </li> </ul>"
"documentation":"<p>The Ethereum <code>CHAIN_ID</code> associated with the Ethereum network. Chain IDs are as follows:</p> <ul> <li> <p>mainnet = <code>1</code> </p> </li> </ul>"
}
},
"documentation":"<p>Attributes of Ethereum for a network. </p>"
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.34.1'
# The full version, including alpha/beta/rc tags.
release = '1.34.112'
release = '1.34.113'

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

0 comments on commit d3e7607

Please sign in to comment.