aws-sdk 2.1008.0 → 2.1012.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.
Files changed (43) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/README.md +1 -1
  3. package/apis/appflow-2020-08-23.min.json +43 -37
  4. package/apis/chime-sdk-messaging-2021-05-15.min.json +601 -88
  5. package/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
  6. package/apis/dataexchange-2017-07-25.min.json +65 -13
  7. package/apis/directconnect-2012-10-25.min.json +119 -35
  8. package/apis/glue-2017-03-31.min.json +341 -339
  9. package/apis/ivs-2020-07-14.min.json +127 -100
  10. package/apis/ivs-2020-07-14.paginators.json +4 -14
  11. package/apis/mediaconvert-2017-08-29.min.json +137 -134
  12. package/apis/mediapackage-2017-10-12.min.json +4 -0
  13. package/apis/mediapackage-vod-2018-11-07.min.json +4 -0
  14. package/apis/metadata.json +3 -0
  15. package/apis/panorama-2019-07-24.examples.json +5 -0
  16. package/apis/panorama-2019-07-24.min.json +1622 -0
  17. package/apis/panorama-2019-07-24.paginators.json +49 -0
  18. package/apis/quicksight-2018-04-01.min.json +237 -159
  19. package/apis/securityhub-2018-10-26.min.json +282 -137
  20. package/apis/securityhub-2018-10-26.paginators.json +6 -0
  21. package/clients/all.d.ts +1 -0
  22. package/clients/all.js +2 -1
  23. package/clients/appflow.d.ts +8 -0
  24. package/clients/chimesdkmessaging.d.ts +475 -2
  25. package/clients/dataexchange.d.ts +110 -20
  26. package/clients/directconnect.d.ts +186 -49
  27. package/clients/efs.d.ts +10 -10
  28. package/clients/glue.d.ts +11 -2
  29. package/clients/ivs.d.ts +158 -133
  30. package/clients/mediaconvert.d.ts +57 -58
  31. package/clients/mediapackage.d.ts +4 -0
  32. package/clients/mediapackagevod.d.ts +4 -0
  33. package/clients/panorama.d.ts +1926 -0
  34. package/clients/panorama.js +18 -0
  35. package/clients/quicksight.d.ts +158 -75
  36. package/clients/securityhub.d.ts +161 -2
  37. package/dist/aws-sdk-core-react-native.js +2 -2
  38. package/dist/aws-sdk-react-native.js +55 -18
  39. package/dist/aws-sdk.js +125 -38
  40. package/dist/aws-sdk.min.js +68 -68
  41. package/lib/config_service_placeholders.d.ts +2 -0
  42. package/lib/core.js +1 -1
  43. package/package.json +1 -1
@@ -5,6 +5,11 @@
5
5
  "output_token": "NextToken",
6
6
  "limit_key": "MaxResults"
7
7
  },
8
+ "ListChannelFlows": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
8
13
  "ListChannelMemberships": {
9
14
  "input_token": "NextToken",
10
15
  "output_token": "NextToken",
@@ -30,6 +35,11 @@
30
35
  "output_token": "NextToken",
31
36
  "limit_key": "MaxResults"
32
37
  },
38
+ "ListChannelsAssociatedWithChannelFlow": {
39
+ "input_token": "NextToken",
40
+ "output_token": "NextToken",
41
+ "limit_key": "MaxResults"
42
+ },
33
43
  "ListChannelsModeratedByAppInstanceUser": {
34
44
  "input_token": "NextToken",
35
45
  "output_token": "NextToken",
@@ -203,6 +203,21 @@
203
203
  "AssetSources",
204
204
  "RevisionId"
205
205
  ]
206
+ },
207
+ "ImportAssetsFromRedshiftDataShares": {
208
+ "type": "structure",
209
+ "members": {
210
+ "AssetSources": {
211
+ "shape": "S13"
212
+ },
213
+ "DataSetId": {},
214
+ "RevisionId": {}
215
+ },
216
+ "required": [
217
+ "DataSetId",
218
+ "AssetSources",
219
+ "RevisionId"
220
+ ]
206
221
  }
207
222
  }
208
223
  },
@@ -221,10 +236,10 @@
221
236
  "shape": "Sa"
222
237
  },
223
238
  "Details": {
224
- "shape": "S14"
239
+ "shape": "S17"
225
240
  },
226
241
  "Errors": {
227
- "shape": "S1a"
242
+ "shape": "S1e"
228
243
  },
229
244
  "Id": {},
230
245
  "State": {},
@@ -403,7 +418,7 @@
403
418
  "members": {
404
419
  "Arn": {},
405
420
  "AssetDetails": {
406
- "shape": "S1t"
421
+ "shape": "S1x"
407
422
  },
408
423
  "AssetType": {},
409
424
  "CreatedAt": {
@@ -527,10 +542,10 @@
527
542
  "shape": "Sa"
528
543
  },
529
544
  "Details": {
530
- "shape": "S14"
545
+ "shape": "S17"
531
546
  },
532
547
  "Errors": {
533
- "shape": "S1a"
548
+ "shape": "S1e"
534
549
  },
535
550
  "Id": {},
536
551
  "State": {},
@@ -817,10 +832,10 @@
817
832
  "shape": "Sa"
818
833
  },
819
834
  "Details": {
820
- "shape": "S14"
835
+ "shape": "S17"
821
836
  },
822
837
  "Errors": {
823
- "shape": "S1a"
838
+ "shape": "S1e"
824
839
  },
825
840
  "Id": {},
826
841
  "State": {},
@@ -886,7 +901,7 @@
886
901
  "members": {
887
902
  "Arn": {},
888
903
  "AssetDetails": {
889
- "shape": "S1t"
904
+ "shape": "S1x"
890
905
  },
891
906
  "AssetType": {},
892
907
  "CreatedAt": {
@@ -1053,7 +1068,7 @@
1053
1068
  "members": {
1054
1069
  "Arn": {},
1055
1070
  "AssetDetails": {
1056
- "shape": "S1t"
1071
+ "shape": "S1x"
1057
1072
  },
1058
1073
  "AssetType": {},
1059
1074
  "CreatedAt": {
@@ -1314,7 +1329,19 @@
1314
1329
  ]
1315
1330
  }
1316
1331
  },
1317
- "S14": {
1332
+ "S13": {
1333
+ "type": "list",
1334
+ "member": {
1335
+ "type": "structure",
1336
+ "members": {
1337
+ "DataShareArn": {}
1338
+ },
1339
+ "required": [
1340
+ "DataShareArn"
1341
+ ]
1342
+ }
1343
+ },
1344
+ "S17": {
1318
1345
  "type": "structure",
1319
1346
  "members": {
1320
1347
  "ExportAssetToSignedUrl": {
@@ -1361,7 +1388,8 @@
1361
1388
  },
1362
1389
  "RevisionDestinations": {
1363
1390
  "shape": "Su"
1364
- }
1391
+ },
1392
+ "EventActionArn": {}
1365
1393
  },
1366
1394
  "required": [
1367
1395
  "RevisionDestinations",
@@ -1400,10 +1428,25 @@
1400
1428
  "AssetSources",
1401
1429
  "RevisionId"
1402
1430
  ]
1431
+ },
1432
+ "ImportAssetsFromRedshiftDataShares": {
1433
+ "type": "structure",
1434
+ "members": {
1435
+ "AssetSources": {
1436
+ "shape": "S13"
1437
+ },
1438
+ "DataSetId": {},
1439
+ "RevisionId": {}
1440
+ },
1441
+ "required": [
1442
+ "DataSetId",
1443
+ "AssetSources",
1444
+ "RevisionId"
1445
+ ]
1403
1446
  }
1404
1447
  }
1405
1448
  },
1406
- "S1a": {
1449
+ "S1e": {
1407
1450
  "type": "list",
1408
1451
  "member": {
1409
1452
  "type": "structure",
@@ -1440,7 +1483,7 @@
1440
1483
  ]
1441
1484
  }
1442
1485
  },
1443
- "S1t": {
1486
+ "S1x": {
1444
1487
  "type": "structure",
1445
1488
  "members": {
1446
1489
  "S3SnapshotAsset": {
@@ -1453,6 +1496,15 @@
1453
1496
  "required": [
1454
1497
  "Size"
1455
1498
  ]
1499
+ },
1500
+ "RedshiftDataShareAsset": {
1501
+ "type": "structure",
1502
+ "members": {
1503
+ "Arn": {}
1504
+ },
1505
+ "required": [
1506
+ "Arn"
1507
+ ]
1456
1508
  }
1457
1509
  }
1458
1510
  }
@@ -310,6 +310,20 @@
310
310
  }
311
311
  }
312
312
  },
313
+ "ConfirmCustomerAgreement": {
314
+ "input": {
315
+ "type": "structure",
316
+ "members": {
317
+ "agreementName": {}
318
+ }
319
+ },
320
+ "output": {
321
+ "type": "structure",
322
+ "members": {
323
+ "status": {}
324
+ }
325
+ }
326
+ },
313
327
  "ConfirmPrivateVirtualInterface": {
314
328
  "input": {
315
329
  "type": "structure",
@@ -436,7 +450,7 @@
436
450
  "type": "structure",
437
451
  "members": {
438
452
  "directConnectGateway": {
439
- "shape": "S2q"
453
+ "shape": "S2u"
440
454
  }
441
455
  }
442
456
  }
@@ -489,7 +503,7 @@
489
503
  "type": "structure",
490
504
  "members": {
491
505
  "directConnectGatewayAssociationProposal": {
492
- "shape": "S2x"
506
+ "shape": "S31"
493
507
  }
494
508
  }
495
509
  }
@@ -514,7 +528,7 @@
514
528
  }
515
529
  },
516
530
  "output": {
517
- "shape": "S31"
531
+ "shape": "S35"
518
532
  }
519
533
  },
520
534
  "CreateLag": {
@@ -547,7 +561,7 @@
547
561
  }
548
562
  },
549
563
  "output": {
550
- "shape": "S36"
564
+ "shape": "S3a"
551
565
  }
552
566
  },
553
567
  "CreatePrivateVirtualInterface": {
@@ -728,7 +742,7 @@
728
742
  "type": "structure",
729
743
  "members": {
730
744
  "directConnectGateway": {
731
- "shape": "S2q"
745
+ "shape": "S2u"
732
746
  }
733
747
  }
734
748
  }
@@ -765,7 +779,7 @@
765
779
  "type": "structure",
766
780
  "members": {
767
781
  "directConnectGatewayAssociationProposal": {
768
- "shape": "S2x"
782
+ "shape": "S31"
769
783
  }
770
784
  }
771
785
  }
@@ -798,7 +812,7 @@
798
812
  }
799
813
  },
800
814
  "output": {
801
- "shape": "S36"
815
+ "shape": "S3a"
802
816
  }
803
817
  },
804
818
  "DeleteVirtualInterface": {
@@ -834,7 +848,7 @@
834
848
  "type": "structure",
835
849
  "members": {
836
850
  "loa": {
837
- "shape": "S3y"
851
+ "shape": "S42"
838
852
  }
839
853
  }
840
854
  },
@@ -848,7 +862,7 @@
848
862
  }
849
863
  },
850
864
  "output": {
851
- "shape": "S41"
865
+ "shape": "S45"
852
866
  }
853
867
  },
854
868
  "DescribeConnectionsOnInterconnect": {
@@ -862,10 +876,28 @@
862
876
  }
863
877
  },
864
878
  "output": {
865
- "shape": "S41"
879
+ "shape": "S45"
866
880
  },
867
881
  "deprecated": true
868
882
  },
883
+ "DescribeCustomerMetadata": {
884
+ "output": {
885
+ "type": "structure",
886
+ "members": {
887
+ "agreements": {
888
+ "type": "list",
889
+ "member": {
890
+ "type": "structure",
891
+ "members": {
892
+ "agreementName": {},
893
+ "status": {}
894
+ }
895
+ }
896
+ },
897
+ "nniPartnerType": {}
898
+ }
899
+ }
900
+ },
869
901
  "DescribeDirectConnectGatewayAssociationProposals": {
870
902
  "input": {
871
903
  "type": "structure",
@@ -885,7 +917,7 @@
885
917
  "directConnectGatewayAssociationProposals": {
886
918
  "type": "list",
887
919
  "member": {
888
- "shape": "S2x"
920
+ "shape": "S31"
889
921
  }
890
922
  },
891
923
  "nextToken": {}
@@ -970,7 +1002,7 @@
970
1002
  "directConnectGateways": {
971
1003
  "type": "list",
972
1004
  "member": {
973
- "shape": "S2q"
1005
+ "shape": "S2u"
974
1006
  }
975
1007
  },
976
1008
  "nextToken": {}
@@ -988,7 +1020,7 @@
988
1020
  }
989
1021
  },
990
1022
  "output": {
991
- "shape": "S41"
1023
+ "shape": "S45"
992
1024
  }
993
1025
  },
994
1026
  "DescribeInterconnectLoa": {
@@ -1007,7 +1039,7 @@
1007
1039
  "type": "structure",
1008
1040
  "members": {
1009
1041
  "loa": {
1010
- "shape": "S3y"
1042
+ "shape": "S42"
1011
1043
  }
1012
1044
  }
1013
1045
  },
@@ -1026,7 +1058,7 @@
1026
1058
  "interconnects": {
1027
1059
  "type": "list",
1028
1060
  "member": {
1029
- "shape": "S31"
1061
+ "shape": "S35"
1030
1062
  }
1031
1063
  }
1032
1064
  }
@@ -1045,7 +1077,7 @@
1045
1077
  "lags": {
1046
1078
  "type": "list",
1047
1079
  "member": {
1048
- "shape": "S36"
1080
+ "shape": "S3a"
1049
1081
  }
1050
1082
  }
1051
1083
  }
@@ -1064,7 +1096,7 @@
1064
1096
  }
1065
1097
  },
1066
1098
  "output": {
1067
- "shape": "S3y"
1099
+ "shape": "S42"
1068
1100
  }
1069
1101
  },
1070
1102
  "DescribeLocations": {
@@ -1097,6 +1129,37 @@
1097
1129
  }
1098
1130
  }
1099
1131
  },
1132
+ "DescribeRouterConfiguration": {
1133
+ "input": {
1134
+ "type": "structure",
1135
+ "required": [
1136
+ "virtualInterfaceId"
1137
+ ],
1138
+ "members": {
1139
+ "virtualInterfaceId": {},
1140
+ "routerTypeIdentifier": {}
1141
+ }
1142
+ },
1143
+ "output": {
1144
+ "type": "structure",
1145
+ "members": {
1146
+ "customerRouterConfig": {},
1147
+ "router": {
1148
+ "type": "structure",
1149
+ "members": {
1150
+ "vendor": {},
1151
+ "platform": {},
1152
+ "software": {},
1153
+ "xsltTemplateName": {},
1154
+ "xsltTemplateNameForMacSec": {},
1155
+ "routerTypeIdentifier": {}
1156
+ }
1157
+ },
1158
+ "virtualInterfaceId": {},
1159
+ "virtualInterfaceName": {}
1160
+ }
1161
+ }
1162
+ },
1100
1163
  "DescribeTags": {
1101
1164
  "input": {
1102
1165
  "type": "structure",
@@ -1210,7 +1273,7 @@
1210
1273
  "testId": {},
1211
1274
  "virtualInterfaceId": {},
1212
1275
  "bgpPeers": {
1213
- "shape": "S5m"
1276
+ "shape": "S63"
1214
1277
  },
1215
1278
  "status": {},
1216
1279
  "maxResults": {
@@ -1225,7 +1288,7 @@
1225
1288
  "virtualInterfaceTestHistory": {
1226
1289
  "type": "list",
1227
1290
  "member": {
1228
- "shape": "S5q"
1291
+ "shape": "S67"
1229
1292
  }
1230
1293
  },
1231
1294
  "nextToken": {}
@@ -1241,7 +1304,7 @@
1241
1304
  "members": {
1242
1305
  "virtualInterfaceId": {},
1243
1306
  "bgpPeers": {
1244
- "shape": "S5m"
1307
+ "shape": "S63"
1245
1308
  },
1246
1309
  "testDurationInMinutes": {
1247
1310
  "type": "integer"
@@ -1252,7 +1315,7 @@
1252
1315
  "type": "structure",
1253
1316
  "members": {
1254
1317
  "virtualInterfaceTest": {
1255
- "shape": "S5q"
1318
+ "shape": "S67"
1256
1319
  }
1257
1320
  }
1258
1321
  }
@@ -1271,7 +1334,7 @@
1271
1334
  "type": "structure",
1272
1335
  "members": {
1273
1336
  "virtualInterfaceTest": {
1274
- "shape": "S5q"
1337
+ "shape": "S67"
1275
1338
  }
1276
1339
  }
1277
1340
  }
@@ -1331,6 +1394,27 @@
1331
1394
  "shape": "So"
1332
1395
  }
1333
1396
  },
1397
+ "UpdateDirectConnectGateway": {
1398
+ "input": {
1399
+ "type": "structure",
1400
+ "required": [
1401
+ "directConnectGatewayId",
1402
+ "newDirectConnectGatewayName"
1403
+ ],
1404
+ "members": {
1405
+ "directConnectGatewayId": {},
1406
+ "newDirectConnectGatewayName": {}
1407
+ }
1408
+ },
1409
+ "output": {
1410
+ "type": "structure",
1411
+ "members": {
1412
+ "directConnectGateway": {
1413
+ "shape": "S2u"
1414
+ }
1415
+ }
1416
+ }
1417
+ },
1334
1418
  "UpdateDirectConnectGatewayAssociation": {
1335
1419
  "input": {
1336
1420
  "type": "structure",
@@ -1369,7 +1453,7 @@
1369
1453
  }
1370
1454
  },
1371
1455
  "output": {
1372
- "shape": "S36"
1456
+ "shape": "S3a"
1373
1457
  }
1374
1458
  },
1375
1459
  "UpdateVirtualInterfaceAttributes": {
@@ -1564,7 +1648,7 @@
1564
1648
  }
1565
1649
  }
1566
1650
  },
1567
- "S2q": {
1651
+ "S2u": {
1568
1652
  "type": "structure",
1569
1653
  "members": {
1570
1654
  "directConnectGatewayId": {},
@@ -1577,7 +1661,7 @@
1577
1661
  "stateChangeError": {}
1578
1662
  }
1579
1663
  },
1580
- "S2x": {
1664
+ "S31": {
1581
1665
  "type": "structure",
1582
1666
  "members": {
1583
1667
  "proposalId": {},
@@ -1595,7 +1679,7 @@
1595
1679
  }
1596
1680
  }
1597
1681
  },
1598
- "S31": {
1682
+ "S35": {
1599
1683
  "type": "structure",
1600
1684
  "members": {
1601
1685
  "interconnectId": {},
@@ -1623,7 +1707,7 @@
1623
1707
  "providerName": {}
1624
1708
  }
1625
1709
  },
1626
- "S36": {
1710
+ "S3a": {
1627
1711
  "type": "structure",
1628
1712
  "members": {
1629
1713
  "connectionsBandwidth": {},
@@ -1645,7 +1729,7 @@
1645
1729
  "awsDeviceV2": {},
1646
1730
  "awsLogicalDeviceId": {},
1647
1731
  "connections": {
1648
- "shape": "S38"
1732
+ "shape": "S3c"
1649
1733
  },
1650
1734
  "allowsHostedConnections": {
1651
1735
  "type": "boolean"
@@ -1667,13 +1751,13 @@
1667
1751
  }
1668
1752
  }
1669
1753
  },
1670
- "S38": {
1754
+ "S3c": {
1671
1755
  "type": "list",
1672
1756
  "member": {
1673
1757
  "shape": "So"
1674
1758
  }
1675
1759
  },
1676
- "S3y": {
1760
+ "S42": {
1677
1761
  "type": "structure",
1678
1762
  "members": {
1679
1763
  "loaContent": {
@@ -1682,25 +1766,25 @@
1682
1766
  "loaContentType": {}
1683
1767
  }
1684
1768
  },
1685
- "S41": {
1769
+ "S45": {
1686
1770
  "type": "structure",
1687
1771
  "members": {
1688
1772
  "connections": {
1689
- "shape": "S38"
1773
+ "shape": "S3c"
1690
1774
  }
1691
1775
  }
1692
1776
  },
1693
- "S5m": {
1777
+ "S63": {
1694
1778
  "type": "list",
1695
1779
  "member": {}
1696
1780
  },
1697
- "S5q": {
1781
+ "S67": {
1698
1782
  "type": "structure",
1699
1783
  "members": {
1700
1784
  "testId": {},
1701
1785
  "virtualInterfaceId": {},
1702
1786
  "bgpPeers": {
1703
- "shape": "S5m"
1787
+ "shape": "S63"
1704
1788
  },
1705
1789
  "status": {},
1706
1790
  "ownerAccount": {},