Skip to content

Commit a4a17f5

Browse files
Update models for release
1 parent 079dd48 commit a4a17f5

File tree

16 files changed

+89
-35
lines changed

16 files changed

+89
-35
lines changed

.changes/3.308.3

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "enhancement",
4+
"category": "DynamoDB",
5+
"description": "Documentation only updates for DynamoDB."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "IoTFleetWise",
10+
"description": "AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter."
11+
},
12+
{
13+
"type": "enhancement",
14+
"category": "ManagedBlockchain",
15+
"description": "This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks."
16+
}
17+
]

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\DynamoDB` - Documentation only updates for DynamoDB.
6+
* `Aws\IoTFleetWise` - AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.
7+
* `Aws\ManagedBlockchain` - This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.
8+
39
## 3.308.2 - 2024-05-23
410

511
* `Aws\OpsWorks` - Documentation-only update for OpsWorks Stacks.

src/data/dynamodb/2011-12-05/api-2.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"dynamodb",
66
"jsonVersion":"1.0",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceAbbreviation":"DynamoDB",
910
"serviceFullName":"Amazon DynamoDB",
1011
"serviceId":"DynamoDB",

src/data/dynamodb/2011-12-05/api-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/dynamodb/2012-08-10/api-2.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"dynamodb",
66
"jsonVersion":"1.0",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceAbbreviation":"DynamoDB",
910
"serviceFullName":"Amazon DynamoDB",
1011
"serviceId":"DynamoDB",

src/data/dynamodb/2012-08-10/api-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/dynamodb/2012-08-10/docs-2.json

+23-23
Large diffs are not rendered by default.

src/data/dynamodb/2012-08-10/docs-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/iotfleetwise/2021-06-17/api-2.json

+14
Original file line numberDiff line numberDiff line change
@@ -2143,6 +2143,8 @@
21432143
"type":"structure",
21442144
"members":{
21452145
"modelManifestArn":{"shape":"arn"},
2146+
"attributeNames":{"shape":"attributeNamesList"},
2147+
"attributeValues":{"shape":"attributeValuesList"},
21462148
"nextToken":{"shape":"nextToken"},
21472149
"maxResults":{"shape":"listVehiclesMaxResults"}
21482150
}
@@ -3175,7 +3177,19 @@
31753177
"min":1,
31763178
"pattern":"[a-zA-Z0-9_.-]+"
31773179
},
3180+
"attributeNamesList":{
3181+
"type":"list",
3182+
"member":{"shape":"attributeName"},
3183+
"max":5,
3184+
"min":1
3185+
},
31783186
"attributeValue":{"type":"string"},
3187+
"attributeValuesList":{
3188+
"type":"list",
3189+
"member":{"shape":"attributeValue"},
3190+
"max":5,
3191+
"min":1
3192+
},
31793193
"attributesMap":{
31803194
"type":"map",
31813195
"key":{"shape":"attributeName"},

src/data/iotfleetwise/2021-06-17/api-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/iotfleetwise/2021-06-17/docs-2.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@
14971497
"CampaignSummary$arn": "<p>The Amazon Resource Name (ARN) of a campaign.</p>",
14981498
"CampaignSummary$signalCatalogArn": "<p>The ARN of the signal catalog associated with the campaign.</p>",
14991499
"CampaignSummary$targetArn": "<p>The ARN of a vehicle or fleet to which the campaign is deployed.</p>",
1500-
"CreateCampaignRequest$signalCatalogArn": "<p>(Optional) The Amazon Resource Name (ARN) of the signal catalog to associate with the campaign. </p>",
1500+
"CreateCampaignRequest$signalCatalogArn": "<p>The Amazon Resource Name (ARN) of the signal catalog to associate with the campaign. </p>",
15011501
"CreateCampaignRequest$targetArn": "<p> The ARN of the vehicle or fleet to deploy a campaign to. </p>",
15021502
"CreateCampaignResponse$arn": "<p> The ARN of the created campaign. </p>",
15031503
"CreateDecoderManifestRequest$modelManifestArn": "<p> The Amazon Resource Name (ARN) of the vehicle model (model manifest). </p>",
@@ -1568,15 +1568,29 @@
15681568
"attributeName": {
15691569
"base": null,
15701570
"refs": {
1571+
"attributeNamesList$member": null,
15711572
"attributesMap$key": null
15721573
}
15731574
},
1575+
"attributeNamesList": {
1576+
"base": null,
1577+
"refs": {
1578+
"ListVehiclesRequest$attributeNames": "<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>"
1579+
}
1580+
},
15741581
"attributeValue": {
15751582
"base": null,
15761583
"refs": {
1584+
"attributeValuesList$member": null,
15771585
"attributesMap$value": null
15781586
}
15791587
},
1588+
"attributeValuesList": {
1589+
"base": null,
1590+
"refs": {
1591+
"ListVehiclesRequest$attributeValues": "<p>Static information about a vehicle attribute value in string format. For example:</p> <p> <code>\"1.3 L R2\"</code> </p>"
1592+
}
1593+
},
15801594
"attributesMap": {
15811595
"base": null,
15821596
"refs": {

src/data/iotfleetwise/2021-06-17/docs-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/managedblockchain/2018-09-24/api-2.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"managedblockchain",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceAbbreviation":"ManagedBlockchain",
910
"serviceFullName":"Amazon Managed Blockchain",
1011
"serviceId":"ManagedBlockchain",

src/data/managedblockchain/2018-09-24/api-2.json.php

+1-1
Large diffs are not rendered by default.

src/data/managedblockchain/2018-09-24/docs-2.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"refs": {
6161
"Accessor$NetworkType": "<p>The blockchain network that the Accessor token is created for.</p>",
6262
"AccessorSummary$NetworkType": "<p>The blockchain network that the Accessor token is created for.</p>",
63-
"CreateAccessorInput$NetworkType": "<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>",
63+
"CreateAccessorInput$NetworkType": "<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>",
6464
"CreateAccessorOutput$NetworkType": "<p>The blockchain network that the accessor token is created for.</p>",
6565
"ListAccessorsInput$NetworkType": "<p>The blockchain network that the <code>Accessor</code> token is created for.</p> <note> <p>Use the value <code>ETHEREUM_MAINNET_AND_GOERLI</code> for all existing <code>Accessors</code> tokens that were created before the <code>networkType</code> property was introduced.</p> </note>"
6666
}
@@ -844,7 +844,7 @@
844844
"CreateMemberOutput$MemberId": "<p>The unique identifier of the member.</p>",
845845
"CreateNetworkOutput$NetworkId": "<p>The unique identifier for the network.</p>",
846846
"CreateNetworkOutput$MemberId": "<p>The unique identifier for the first member within the network.</p>",
847-
"CreateNodeInput$NetworkId": "<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>",
847+
"CreateNodeInput$NetworkId": "<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>",
848848
"CreateNodeInput$MemberId": "<p>The unique identifier of the member that owns this node.</p> <p>Applies only to Hyperledger Fabric.</p>",
849849
"CreateNodeOutput$NodeId": "<p>The unique identifier of the node.</p>",
850850
"CreateProposalInput$NetworkId": "<p> The unique identifier of the network for which the proposal is made.</p>",
@@ -853,7 +853,7 @@
853853
"DeleteAccessorInput$AccessorId": "<p>The unique identifier of the accessor.</p>",
854854
"DeleteMemberInput$NetworkId": "<p>The unique identifier of the network from which the member is removed.</p>",
855855
"DeleteMemberInput$MemberId": "<p>The unique identifier of the member to remove.</p>",
856-
"DeleteNodeInput$NetworkId": "<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>",
856+
"DeleteNodeInput$NetworkId": "<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>",
857857
"DeleteNodeInput$MemberId": "<p>The unique identifier of the member that owns this node.</p> <p>Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.</p>",
858858
"DeleteNodeInput$NodeId": "<p>The unique identifier of the node.</p>",
859859
"GetAccessorInput$AccessorId": "<p>The unique identifier of the accessor.</p>",
@@ -932,7 +932,7 @@
932932
"Member$KmsKeyArn": "<p>The Amazon Resource Name (ARN) of the customer managed key in Key Management Service (KMS) that the member uses for encryption at rest. If the value of this parameter is <code>\"AWS Owned KMS Key\"</code>, the member uses an Amazon Web Services owned KMS key for encryption. This parameter is inherited by the nodes that this member owns.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/managed-blockchain-encryption-at-rest.html\">Encryption at Rest</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.</p>",
933933
"MemberFabricAttributes$CaEndpoint": "<p>The endpoint used to access the member's certificate authority.</p>",
934934
"Network$VpcEndpointServiceName": "<p>The VPC endpoint service name of the VPC endpoint service of the network. Members use the VPC endpoint service name to create a VPC endpoint to access network resources.</p>",
935-
"NetworkEthereumAttributes$ChainId": "<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>",
935+
"NetworkEthereumAttributes$ChainId": "<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>",
936936
"NetworkFabricAttributes$OrderingServiceEndpoint": "<p>The endpoint of the ordering service for the network.</p>",
937937
"Node$KmsKeyArn": "<p>The Amazon Resource Name (ARN) of the customer managed key in Key Management Service (KMS) that the node uses for encryption at rest. If the value of this parameter is <code>\"AWS Owned KMS Key\"</code>, the node uses an Amazon Web Services owned KMS key for encryption. The node inherits this parameter from the member that it belongs to.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/managed-blockchain-encryption-at-rest.html\">Encryption at Rest</a> in the <i>Amazon Managed Blockchain Hyperledger Fabric Developer Guide</i>.</p> <p>Applies only to Hyperledger Fabric.</p>",
938938
"NodeEthereumAttributes$HttpEndpoint": "<p>The endpoint on which the Ethereum node listens to run Ethereum API methods over HTTP connections from a client. Use this endpoint in client code for smart contracts when using an HTTP connection. Connections to this endpoint are authenticated using <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4</a>.</p>",

src/data/managedblockchain/2018-09-24/docs-2.json.php

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)