aws-sdk 2.1440.0 → 2.1442.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/CHANGELOG.md +11 -1
- package/README.md +1 -1
- package/apis/ce-2017-10-25.min.json +3 -1
- package/apis/ec2-2016-11-15.min.json +605 -593
- package/apis/finspace-2021-03-12.min.json +74 -13
- package/apis/rds-2014-10-31.min.json +146 -110
- package/apis/verifiedpermissions-2021-12-01.min.json +127 -33
- package/clients/costexplorer.d.ts +10 -2
- package/clients/ec2.d.ts +12 -2
- package/clients/finspace.d.ts +73 -5
- package/clients/globalaccelerator.d.ts +2 -2
- package/clients/rds.d.ts +59 -13
- package/clients/route53domains.d.ts +1 -1
- package/clients/verifiedpermissions.d.ts +11 -11
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +757 -707
- package/dist/aws-sdk.min.js +70 -70
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -734,7 +734,7 @@
|
|
734
734
|
"shape": "S3p"
|
735
735
|
},
|
736
736
|
"customDNSConfiguration": {
|
737
|
-
"shape": "
|
737
|
+
"shape": "S42"
|
738
738
|
},
|
739
739
|
"creationTimestamp": {
|
740
740
|
"type": "timestamp"
|
@@ -743,7 +743,7 @@
|
|
743
743
|
"type": "timestamp"
|
744
744
|
},
|
745
745
|
"availabilityZoneIds": {
|
746
|
-
"shape": "
|
746
|
+
"shape": "S46"
|
747
747
|
},
|
748
748
|
"certificateAuthorityArn": {}
|
749
749
|
}
|
@@ -1072,7 +1072,7 @@
|
|
1072
1072
|
"shape": "S3p"
|
1073
1073
|
},
|
1074
1074
|
"customDNSConfiguration": {
|
1075
|
-
"shape": "
|
1075
|
+
"shape": "S42"
|
1076
1076
|
},
|
1077
1077
|
"creationTimestamp": {
|
1078
1078
|
"type": "timestamp"
|
@@ -1081,7 +1081,7 @@
|
|
1081
1081
|
"type": "timestamp"
|
1082
1082
|
},
|
1083
1083
|
"availabilityZoneIds": {
|
1084
|
-
"shape": "
|
1084
|
+
"shape": "S46"
|
1085
1085
|
},
|
1086
1086
|
"certificateAuthorityArn": {}
|
1087
1087
|
}
|
@@ -1274,9 +1274,20 @@
|
|
1274
1274
|
"location": "uri",
|
1275
1275
|
"locationName": "clusterName"
|
1276
1276
|
},
|
1277
|
-
"clientToken": {
|
1277
|
+
"clientToken": {
|
1278
|
+
"idempotencyToken": true
|
1279
|
+
},
|
1278
1280
|
"databases": {
|
1279
1281
|
"shape": "S1a"
|
1282
|
+
},
|
1283
|
+
"deploymentConfiguration": {
|
1284
|
+
"type": "structure",
|
1285
|
+
"required": [
|
1286
|
+
"deploymentStrategy"
|
1287
|
+
],
|
1288
|
+
"members": {
|
1289
|
+
"deploymentStrategy": {}
|
1290
|
+
}
|
1280
1291
|
}
|
1281
1292
|
}
|
1282
1293
|
},
|
@@ -1362,7 +1373,7 @@
|
|
1362
1373
|
"shape": "S3p"
|
1363
1374
|
},
|
1364
1375
|
"customDNSConfiguration": {
|
1365
|
-
"shape": "
|
1376
|
+
"shape": "S42"
|
1366
1377
|
},
|
1367
1378
|
"creationTimestamp": {
|
1368
1379
|
"type": "timestamp"
|
@@ -1371,7 +1382,7 @@
|
|
1371
1382
|
"type": "timestamp"
|
1372
1383
|
},
|
1373
1384
|
"availabilityZoneIds": {
|
1374
|
-
"shape": "
|
1385
|
+
"shape": "S46"
|
1375
1386
|
}
|
1376
1387
|
}
|
1377
1388
|
}
|
@@ -1395,7 +1406,7 @@
|
|
1395
1406
|
"shape": "S3p"
|
1396
1407
|
},
|
1397
1408
|
"customDNSConfiguration": {
|
1398
|
-
"shape": "
|
1409
|
+
"shape": "S42"
|
1399
1410
|
},
|
1400
1411
|
"clientToken": {}
|
1401
1412
|
}
|
@@ -1418,7 +1429,7 @@
|
|
1418
1429
|
"shape": "S3p"
|
1419
1430
|
},
|
1420
1431
|
"customDNSConfiguration": {
|
1421
|
-
"shape": "
|
1432
|
+
"shape": "S42"
|
1422
1433
|
},
|
1423
1434
|
"creationTimestamp": {
|
1424
1435
|
"type": "timestamp"
|
@@ -1427,7 +1438,7 @@
|
|
1427
1438
|
"type": "timestamp"
|
1428
1439
|
},
|
1429
1440
|
"availabilityZoneIds": {
|
1430
|
-
"shape": "
|
1441
|
+
"shape": "S46"
|
1431
1442
|
}
|
1432
1443
|
}
|
1433
1444
|
}
|
@@ -1660,10 +1671,60 @@
|
|
1660
1671
|
],
|
1661
1672
|
"members": {
|
1662
1673
|
"transitGatewayID": {},
|
1663
|
-
"routableCIDRSpace": {}
|
1674
|
+
"routableCIDRSpace": {},
|
1675
|
+
"attachmentNetworkAclConfiguration": {
|
1676
|
+
"type": "list",
|
1677
|
+
"member": {
|
1678
|
+
"type": "structure",
|
1679
|
+
"required": [
|
1680
|
+
"ruleNumber",
|
1681
|
+
"protocol",
|
1682
|
+
"ruleAction",
|
1683
|
+
"cidrBlock"
|
1684
|
+
],
|
1685
|
+
"members": {
|
1686
|
+
"ruleNumber": {
|
1687
|
+
"type": "integer"
|
1688
|
+
},
|
1689
|
+
"protocol": {},
|
1690
|
+
"ruleAction": {},
|
1691
|
+
"portRange": {
|
1692
|
+
"type": "structure",
|
1693
|
+
"required": [
|
1694
|
+
"from",
|
1695
|
+
"to"
|
1696
|
+
],
|
1697
|
+
"members": {
|
1698
|
+
"from": {
|
1699
|
+
"type": "integer"
|
1700
|
+
},
|
1701
|
+
"to": {
|
1702
|
+
"type": "integer"
|
1703
|
+
}
|
1704
|
+
}
|
1705
|
+
},
|
1706
|
+
"icmpTypeCode": {
|
1707
|
+
"type": "structure",
|
1708
|
+
"required": [
|
1709
|
+
"type",
|
1710
|
+
"code"
|
1711
|
+
],
|
1712
|
+
"members": {
|
1713
|
+
"type": {
|
1714
|
+
"type": "integer"
|
1715
|
+
},
|
1716
|
+
"code": {
|
1717
|
+
"type": "integer"
|
1718
|
+
}
|
1719
|
+
}
|
1720
|
+
},
|
1721
|
+
"cidrBlock": {}
|
1722
|
+
}
|
1723
|
+
}
|
1724
|
+
}
|
1664
1725
|
}
|
1665
1726
|
},
|
1666
|
-
"
|
1727
|
+
"S42": {
|
1667
1728
|
"type": "list",
|
1668
1729
|
"member": {
|
1669
1730
|
"type": "structure",
|
@@ -1677,7 +1738,7 @@
|
|
1677
1738
|
}
|
1678
1739
|
}
|
1679
1740
|
},
|
1680
|
-
"
|
1741
|
+
"S46": {
|
1681
1742
|
"type": "list",
|
1682
1743
|
"member": {}
|
1683
1744
|
}
|