aws-sdk 2.1627.0 → 2.1629.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
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.1629.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "dynamodb",
6
6
  "jsonVersion": "1.0",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "DynamoDB",
9
12
  "serviceFullName": "Amazon DynamoDB",
10
13
  "serviceId": "DynamoDB",
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "dynamodb",
6
6
  "jsonVersion": "1.0",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceAbbreviation": "DynamoDB",
9
12
  "serviceFullName": "Amazon DynamoDB",
10
13
  "serviceId": "DynamoDB",
@@ -2217,6 +2217,9 @@
2217
2217
  "DryRun": {
2218
2218
  "locationName": "dryRun",
2219
2219
  "type": "boolean"
2220
+ },
2221
+ "BgpAsnExtended": {
2222
+ "type": "long"
2220
2223
  }
2221
2224
  }
2222
2225
  },
@@ -27605,6 +27608,9 @@
27605
27608
  "Tags": {
27606
27609
  "shape": "S6",
27607
27610
  "locationName": "tagSet"
27611
+ },
27612
+ "BgpAsnExtended": {
27613
+ "locationName": "bgpAsnExtended"
27608
27614
  }
27609
27615
  }
27610
27616
  },
@@ -1307,6 +1307,14 @@
1307
1307
  "type": "structure",
1308
1308
  "members": {
1309
1309
  "modelManifestArn": {},
1310
+ "attributeNames": {
1311
+ "type": "list",
1312
+ "member": {}
1313
+ },
1314
+ "attributeValues": {
1315
+ "type": "list",
1316
+ "member": {}
1317
+ },
1310
1318
  "nextToken": {},
1311
1319
  "maxResults": {
1312
1320
  "type": "integer"
@@ -1421,12 +1429,12 @@
1421
1429
  "type": "structure",
1422
1430
  "members": {
1423
1431
  "timestreamResources": {
1424
- "shape": "S6s",
1432
+ "shape": "S6u",
1425
1433
  "deprecated": true,
1426
1434
  "deprecatedMessage": "Amazon Timestream metadata is now passed in the CreateCampaign API."
1427
1435
  },
1428
1436
  "iamResources": {
1429
- "shape": "S6t",
1437
+ "shape": "S6v",
1430
1438
  "deprecated": true,
1431
1439
  "deprecatedMessage": "iamResources is no longer used or needed as input"
1432
1440
  }
@@ -1443,10 +1451,10 @@
1443
1451
  "members": {
1444
1452
  "registerAccountStatus": {},
1445
1453
  "timestreamResources": {
1446
- "shape": "S6s"
1454
+ "shape": "S6u"
1447
1455
  },
1448
1456
  "iamResources": {
1449
- "shape": "S6t"
1457
+ "shape": "S6v"
1450
1458
  },
1451
1459
  "creationTime": {
1452
1460
  "type": "timestamp"
@@ -1597,10 +1605,10 @@
1597
1605
  "name": {},
1598
1606
  "description": {},
1599
1607
  "nodesToAdd": {
1600
- "shape": "S7a"
1608
+ "shape": "S7c"
1601
1609
  },
1602
1610
  "nodesToRemove": {
1603
- "shape": "S7a"
1611
+ "shape": "S7c"
1604
1612
  },
1605
1613
  "status": {}
1606
1614
  }
@@ -1634,7 +1642,7 @@
1634
1642
  "shape": "S36"
1635
1643
  },
1636
1644
  "nodesToRemove": {
1637
- "shape": "S7a"
1645
+ "shape": "S7c"
1638
1646
  }
1639
1647
  }
1640
1648
  },
@@ -2161,7 +2169,7 @@
2161
2169
  "logGroupName": {}
2162
2170
  }
2163
2171
  },
2164
- "S6s": {
2172
+ "S6u": {
2165
2173
  "type": "structure",
2166
2174
  "required": [
2167
2175
  "timestreamDatabaseName",
@@ -2172,7 +2180,7 @@
2172
2180
  "timestreamTableName": {}
2173
2181
  }
2174
2182
  },
2175
- "S6t": {
2183
+ "S6v": {
2176
2184
  "type": "structure",
2177
2185
  "required": [
2178
2186
  "roleArn"
@@ -2181,7 +2189,7 @@
2181
2189
  "roleArn": {}
2182
2190
  }
2183
2191
  },
2184
- "S7a": {
2192
+ "S7c": {
2185
2193
  "type": "list",
2186
2194
  "member": {}
2187
2195
  }
@@ -1631,6 +1631,16 @@
1631
1631
  }
1632
1632
  }
1633
1633
  },
1634
+ "ControllerNodeInfo": {
1635
+ "locationName": "controllerNodeInfo",
1636
+ "type": "structure",
1637
+ "members": {
1638
+ "Endpoints": {
1639
+ "shape": "S3",
1640
+ "locationName": "endpoints"
1641
+ }
1642
+ }
1643
+ },
1634
1644
  "InstanceType": {
1635
1645
  "locationName": "instanceType"
1636
1646
  },
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "managedblockchain",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceAbbreviation": "ManagedBlockchain",
9
12
  "serviceFullName": "Amazon Managed Blockchain",
10
13
  "serviceId": "ManagedBlockchain",