Skip to content

Commit 7d49adb

Browse files
author
awstools
committed
Updates SDK to v2.1628.0
1 parent cfab73d commit 7d49adb

21 files changed

+202
-126
lines changed

Diff for: .changes/2.1628.0.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "IoTFleetWise",
5+
"description": "AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter."
6+
}
7+
]

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1627.0-->
2+
<!--LATEST=2.1628.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1628.0
6+
* feature: IoTFleetWise: AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.
7+
58
## 2.1627.0
69
* bugfix: SSO: fix sso credential resolution failure when sso-session access token requires a refresh
710
* bugfix: Typing: Align the typing for constructor param of TokenFileWebIdentityCredentials with STS client

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1627.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1628.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

Diff for: apis/dynamodb-2011-12-05.min.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "dynamodb",
66
"jsonVersion": "1.0",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceAbbreviation": "DynamoDB",
912
"serviceFullName": "Amazon DynamoDB",
1013
"serviceId": "DynamoDB",

Diff for: apis/dynamodb-2011-12-05.normal.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "dynamodb",
66
"jsonVersion": "1.0",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceAbbreviation": "DynamoDB",
912
"serviceFullName": "Amazon DynamoDB",
1013
"serviceId": "DynamoDB",

Diff for: apis/dynamodb-2012-08-10.min.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "dynamodb",
66
"jsonVersion": "1.0",
77
"protocol": "json",
8+
"protocols": [
9+
"json"
10+
],
811
"serviceAbbreviation": "DynamoDB",
912
"serviceFullName": "Amazon DynamoDB",
1013
"serviceId": "DynamoDB",

Diff for: apis/dynamodb-2012-08-10.normal.json

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

Diff for: apis/iotfleetwise-2021-06-17.min.json

+18-10
Original file line numberDiff line numberDiff line change
@@ -1307,6 +1307,14 @@
13071307
"type": "structure",
13081308
"members": {
13091309
"modelManifestArn": {},
1310+
"attributeNames": {
1311+
"type": "list",
1312+
"member": {}
1313+
},
1314+
"attributeValues": {
1315+
"type": "list",
1316+
"member": {}
1317+
},
13101318
"nextToken": {},
13111319
"maxResults": {
13121320
"type": "integer"
@@ -1421,12 +1429,12 @@
14211429
"type": "structure",
14221430
"members": {
14231431
"timestreamResources": {
1424-
"shape": "S6s",
1432+
"shape": "S6u",
14251433
"deprecated": true,
14261434
"deprecatedMessage": "Amazon Timestream metadata is now passed in the CreateCampaign API."
14271435
},
14281436
"iamResources": {
1429-
"shape": "S6t",
1437+
"shape": "S6v",
14301438
"deprecated": true,
14311439
"deprecatedMessage": "iamResources is no longer used or needed as input"
14321440
}
@@ -1443,10 +1451,10 @@
14431451
"members": {
14441452
"registerAccountStatus": {},
14451453
"timestreamResources": {
1446-
"shape": "S6s"
1454+
"shape": "S6u"
14471455
},
14481456
"iamResources": {
1449-
"shape": "S6t"
1457+
"shape": "S6v"
14501458
},
14511459
"creationTime": {
14521460
"type": "timestamp"
@@ -1597,10 +1605,10 @@
15971605
"name": {},
15981606
"description": {},
15991607
"nodesToAdd": {
1600-
"shape": "S7a"
1608+
"shape": "S7c"
16011609
},
16021610
"nodesToRemove": {
1603-
"shape": "S7a"
1611+
"shape": "S7c"
16041612
},
16051613
"status": {}
16061614
}
@@ -1634,7 +1642,7 @@
16341642
"shape": "S36"
16351643
},
16361644
"nodesToRemove": {
1637-
"shape": "S7a"
1645+
"shape": "S7c"
16381646
}
16391647
}
16401648
},
@@ -2161,7 +2169,7 @@
21612169
"logGroupName": {}
21622170
}
21632171
},
2164-
"S6s": {
2172+
"S6u": {
21652173
"type": "structure",
21662174
"required": [
21672175
"timestreamDatabaseName",
@@ -2172,7 +2180,7 @@
21722180
"timestreamTableName": {}
21732181
}
21742182
},
2175-
"S6t": {
2183+
"S6v": {
21762184
"type": "structure",
21772185
"required": [
21782186
"roleArn"
@@ -2181,7 +2189,7 @@
21812189
"roleArn": {}
21822190
}
21832191
},
2184-
"S7a": {
2192+
"S7c": {
21852193
"type": "list",
21862194
"member": {}
21872195
}

Diff for: apis/iotfleetwise-2021-06-17.normal.json

+25-1
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,7 @@
21862186
},
21872187
"signalCatalogArn": {
21882188
"shape": "arn",
2189-
"documentation": "<p>(Optional) The Amazon Resource Name (ARN) of the signal catalog to associate with the campaign. </p>"
2189+
"documentation": "<p>The Amazon Resource Name (ARN) of the signal catalog to associate with the campaign. </p>"
21902190
},
21912191
"targetArn": {
21922192
"shape": "arn",
@@ -3935,6 +3935,14 @@
39353935
"shape": "arn",
39363936
"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>"
39373937
},
3938+
"attributeNames": {
3939+
"shape": "attributeNamesList",
3940+
"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>"
3941+
},
3942+
"attributeValues": {
3943+
"shape": "attributeValuesList",
3944+
"documentation": "<p>Static information about a vehicle attribute value in string format. For example:</p> <p> <code>\"1.3 L R2\"</code> </p>"
3945+
},
39383946
"nextToken": {
39393947
"shape": "nextToken",
39403948
"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>"
@@ -5504,9 +5512,25 @@
55045512
"min": 1,
55055513
"pattern": "[a-zA-Z0-9_.-]+"
55065514
},
5515+
"attributeNamesList": {
5516+
"type": "list",
5517+
"member": {
5518+
"shape": "attributeName"
5519+
},
5520+
"max": 5,
5521+
"min": 1
5522+
},
55075523
"attributeValue": {
55085524
"type": "string"
55095525
},
5526+
"attributeValuesList": {
5527+
"type": "list",
5528+
"member": {
5529+
"shape": "attributeValue"
5530+
},
5531+
"max": 5,
5532+
"min": 1
5533+
},
55105534
"attributesMap": {
55115535
"type": "map",
55125536
"key": {

Diff for: apis/managedblockchain-2018-09-24.min.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "managedblockchain",
66
"jsonVersion": "1.1",
77
"protocol": "rest-json",
8+
"protocols": [
9+
"rest-json"
10+
],
811
"serviceAbbreviation": "ManagedBlockchain",
912
"serviceFullName": "Amazon Managed Blockchain",
1013
"serviceId": "ManagedBlockchain",

Diff for: apis/managedblockchain-2018-09-24.normal.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "managedblockchain",
66
"jsonVersion": "1.1",
77
"protocol": "rest-json",
8+
"protocols": [
9+
"rest-json"
10+
],
811
"serviceAbbreviation": "ManagedBlockchain",
912
"serviceFullName": "Amazon Managed Blockchain",
1013
"serviceId": "ManagedBlockchain",
@@ -1051,7 +1054,7 @@
10511054
},
10521055
"NetworkType": {
10531056
"shape": "AccessorNetworkType",
1054-
"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>"
1057+
"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>"
10551058
}
10561059
}
10571060
},
@@ -1189,7 +1192,7 @@
11891192
},
11901193
"NetworkId": {
11911194
"shape": "ResourceIdString",
1192-
"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>",
1195+
"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>",
11931196
"location": "uri",
11941197
"locationName": "networkId"
11951198
},
@@ -1315,7 +1318,7 @@
13151318
"members": {
13161319
"NetworkId": {
13171320
"shape": "ResourceIdString",
1318-
"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>",
1321+
"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>",
13191322
"location": "uri",
13201323
"locationName": "networkId"
13211324
},
@@ -2217,7 +2220,7 @@
22172220
"members": {
22182221
"ChainId": {
22192222
"shape": "String",
2220-
"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>"
2223+
"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>"
22212224
}
22222225
},
22232226
"documentation": "<p>Attributes of Ethereum for a network. </p>"

0 commit comments

Comments
 (0)