aws-sdk 2.997.0 → 2.1001.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 +28 -1
- package/README.md +1 -1
- package/apis/account-2021-02-01.examples.json +5 -0
- package/apis/account-2021-02-01.min.json +123 -0
- package/apis/account-2021-02-01.paginators.json +4 -0
- package/apis/apprunner-2020-05-15.min.json +10 -10
- package/apis/backup-2018-11-15.min.json +54 -42
- package/apis/cloudcontrol-2021-09-30.examples.json +5 -0
- package/apis/cloudcontrol-2021-09-30.min.json +271 -0
- package/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
- package/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
- package/apis/codebuild-2016-10-06.min.json +74 -73
- package/apis/dataexchange-2017-07-25.min.json +277 -38
- package/apis/dataexchange-2017-07-25.paginators.json +6 -0
- package/apis/ec2-2016-11-15.min.json +1212 -879
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/ec2-2016-11-15.waiters2.json +6 -0
- package/apis/glue-2017-03-31.min.json +3 -0
- package/apis/kms-2014-11-01.examples.json +608 -8
- package/apis/location-2020-11-19.min.json +9 -6
- package/apis/macie2-2020-01-01.min.json +79 -67
- package/apis/metadata.json +6 -0
- package/apis/network-firewall-2020-11-12.min.json +65 -31
- package/apis/ssm-2014-11-06.min.json +3 -0
- package/apis/synthetics-2017-10-11.min.json +39 -9
- package/apis/workmail-2017-10-01.min.json +179 -27
- package/apis/workmail-2017-10-01.paginators.json +5 -0
- package/apis/workspaces-2015-04-08.min.json +83 -50
- package/clients/account.d.ts +136 -0
- package/clients/account.js +18 -0
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/applicationautoscaling.d.ts +38 -38
- package/clients/apprunner.d.ts +55 -54
- package/clients/backup.d.ts +22 -10
- package/clients/cloudcontrol.d.ts +385 -0
- package/clients/cloudcontrol.js +19 -0
- package/clients/codebuild.d.ts +8 -3
- package/clients/dataexchange.d.ts +226 -2
- package/clients/ec2.d.ts +377 -2
- package/clients/glue.d.ts +7 -0
- package/clients/kms.d.ts +2 -2
- package/clients/location.d.ts +37 -24
- package/clients/macie2.d.ts +29 -12
- package/clients/networkfirewall.d.ts +61 -10
- package/clients/ssm.d.ts +7 -3
- package/clients/synthetics.d.ts +40 -0
- package/clients/workmail.d.ts +214 -0
- package/clients/workspaces.d.ts +87 -40
- package/dist/aws-sdk-core-react-native.js +2 -3
- package/dist/aws-sdk-react-native.js +102 -37
- package/dist/aws-sdk.js +1319 -977
- package/dist/aws-sdk.min.js +77 -77
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/lib/event_listeners.js +0 -1
- package/lib/services/s3.js +0 -15
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +7 -7
|
@@ -322,6 +322,25 @@
|
|
|
322
322
|
},
|
|
323
323
|
"idempotent": true
|
|
324
324
|
},
|
|
325
|
+
"DeleteMobileDeviceAccessOverride": {
|
|
326
|
+
"input": {
|
|
327
|
+
"type": "structure",
|
|
328
|
+
"required": [
|
|
329
|
+
"OrganizationId",
|
|
330
|
+
"UserId",
|
|
331
|
+
"DeviceId"
|
|
332
|
+
],
|
|
333
|
+
"members": {
|
|
334
|
+
"OrganizationId": {},
|
|
335
|
+
"UserId": {},
|
|
336
|
+
"DeviceId": {}
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
"output": {
|
|
340
|
+
"type": "structure",
|
|
341
|
+
"members": {}
|
|
342
|
+
}
|
|
343
|
+
},
|
|
325
344
|
"DeleteMobileDeviceAccessRule": {
|
|
326
345
|
"input": {
|
|
327
346
|
"type": "structure",
|
|
@@ -466,6 +485,26 @@
|
|
|
466
485
|
},
|
|
467
486
|
"idempotent": true
|
|
468
487
|
},
|
|
488
|
+
"DescribeInboundDmarcSettings": {
|
|
489
|
+
"input": {
|
|
490
|
+
"type": "structure",
|
|
491
|
+
"required": [
|
|
492
|
+
"OrganizationId"
|
|
493
|
+
],
|
|
494
|
+
"members": {
|
|
495
|
+
"OrganizationId": {}
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
"output": {
|
|
499
|
+
"type": "structure",
|
|
500
|
+
"members": {
|
|
501
|
+
"Enforced": {
|
|
502
|
+
"type": "boolean"
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
},
|
|
506
|
+
"idempotent": true
|
|
507
|
+
},
|
|
469
508
|
"DescribeMailboxExportJob": {
|
|
470
509
|
"input": {
|
|
471
510
|
"type": "structure",
|
|
@@ -551,7 +590,7 @@
|
|
|
551
590
|
"Name": {},
|
|
552
591
|
"Type": {},
|
|
553
592
|
"BookingOptions": {
|
|
554
|
-
"shape": "
|
|
593
|
+
"shape": "S2p"
|
|
555
594
|
},
|
|
556
595
|
"State": {},
|
|
557
596
|
"EnabledDate": {
|
|
@@ -679,7 +718,7 @@
|
|
|
679
718
|
"Name": {},
|
|
680
719
|
"Description": {},
|
|
681
720
|
"FolderConfigurations": {
|
|
682
|
-
"shape": "
|
|
721
|
+
"shape": "S35"
|
|
683
722
|
}
|
|
684
723
|
}
|
|
685
724
|
},
|
|
@@ -741,6 +780,36 @@
|
|
|
741
780
|
}
|
|
742
781
|
}
|
|
743
782
|
},
|
|
783
|
+
"GetMobileDeviceAccessOverride": {
|
|
784
|
+
"input": {
|
|
785
|
+
"type": "structure",
|
|
786
|
+
"required": [
|
|
787
|
+
"OrganizationId",
|
|
788
|
+
"UserId",
|
|
789
|
+
"DeviceId"
|
|
790
|
+
],
|
|
791
|
+
"members": {
|
|
792
|
+
"OrganizationId": {},
|
|
793
|
+
"UserId": {},
|
|
794
|
+
"DeviceId": {}
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"output": {
|
|
798
|
+
"type": "structure",
|
|
799
|
+
"members": {
|
|
800
|
+
"UserId": {},
|
|
801
|
+
"DeviceId": {},
|
|
802
|
+
"Effect": {},
|
|
803
|
+
"Description": {},
|
|
804
|
+
"DateCreated": {
|
|
805
|
+
"type": "timestamp"
|
|
806
|
+
},
|
|
807
|
+
"DateModified": {
|
|
808
|
+
"type": "timestamp"
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
},
|
|
744
813
|
"ListAccessControlRules": {
|
|
745
814
|
"input": {
|
|
746
815
|
"type": "structure",
|
|
@@ -763,22 +832,22 @@
|
|
|
763
832
|
"Effect": {},
|
|
764
833
|
"Description": {},
|
|
765
834
|
"IpRanges": {
|
|
766
|
-
"shape": "
|
|
835
|
+
"shape": "S3p"
|
|
767
836
|
},
|
|
768
837
|
"NotIpRanges": {
|
|
769
|
-
"shape": "
|
|
838
|
+
"shape": "S3p"
|
|
770
839
|
},
|
|
771
840
|
"Actions": {
|
|
772
|
-
"shape": "
|
|
841
|
+
"shape": "S3r"
|
|
773
842
|
},
|
|
774
843
|
"NotActions": {
|
|
775
|
-
"shape": "
|
|
844
|
+
"shape": "S3r"
|
|
776
845
|
},
|
|
777
846
|
"UserIds": {
|
|
778
|
-
"shape": "
|
|
847
|
+
"shape": "S3s"
|
|
779
848
|
},
|
|
780
849
|
"NotUserIds": {
|
|
781
|
-
"shape": "
|
|
850
|
+
"shape": "S3s"
|
|
782
851
|
},
|
|
783
852
|
"DateCreated": {
|
|
784
853
|
"type": "timestamp"
|
|
@@ -979,7 +1048,7 @@
|
|
|
979
1048
|
"GranteeId": {},
|
|
980
1049
|
"GranteeType": {},
|
|
981
1050
|
"PermissionValues": {
|
|
982
|
-
"shape": "
|
|
1051
|
+
"shape": "S4f"
|
|
983
1052
|
}
|
|
984
1053
|
}
|
|
985
1054
|
}
|
|
@@ -989,6 +1058,47 @@
|
|
|
989
1058
|
},
|
|
990
1059
|
"idempotent": true
|
|
991
1060
|
},
|
|
1061
|
+
"ListMobileDeviceAccessOverrides": {
|
|
1062
|
+
"input": {
|
|
1063
|
+
"type": "structure",
|
|
1064
|
+
"required": [
|
|
1065
|
+
"OrganizationId"
|
|
1066
|
+
],
|
|
1067
|
+
"members": {
|
|
1068
|
+
"OrganizationId": {},
|
|
1069
|
+
"UserId": {},
|
|
1070
|
+
"DeviceId": {},
|
|
1071
|
+
"NextToken": {},
|
|
1072
|
+
"MaxResults": {
|
|
1073
|
+
"type": "integer"
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
"output": {
|
|
1078
|
+
"type": "structure",
|
|
1079
|
+
"members": {
|
|
1080
|
+
"Overrides": {
|
|
1081
|
+
"type": "list",
|
|
1082
|
+
"member": {
|
|
1083
|
+
"type": "structure",
|
|
1084
|
+
"members": {
|
|
1085
|
+
"UserId": {},
|
|
1086
|
+
"DeviceId": {},
|
|
1087
|
+
"Effect": {},
|
|
1088
|
+
"Description": {},
|
|
1089
|
+
"DateCreated": {
|
|
1090
|
+
"type": "timestamp"
|
|
1091
|
+
},
|
|
1092
|
+
"DateModified": {
|
|
1093
|
+
"type": "timestamp"
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
}
|
|
1097
|
+
},
|
|
1098
|
+
"NextToken": {}
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
992
1102
|
"ListMobileDeviceAccessRules": {
|
|
993
1103
|
"input": {
|
|
994
1104
|
"type": "structure",
|
|
@@ -1171,7 +1281,7 @@
|
|
|
1171
1281
|
"type": "structure",
|
|
1172
1282
|
"members": {
|
|
1173
1283
|
"Tags": {
|
|
1174
|
-
"shape": "
|
|
1284
|
+
"shape": "S53"
|
|
1175
1285
|
}
|
|
1176
1286
|
}
|
|
1177
1287
|
}
|
|
@@ -1232,22 +1342,22 @@
|
|
|
1232
1342
|
"Effect": {},
|
|
1233
1343
|
"Description": {},
|
|
1234
1344
|
"IpRanges": {
|
|
1235
|
-
"shape": "
|
|
1345
|
+
"shape": "S3p"
|
|
1236
1346
|
},
|
|
1237
1347
|
"NotIpRanges": {
|
|
1238
|
-
"shape": "
|
|
1348
|
+
"shape": "S3p"
|
|
1239
1349
|
},
|
|
1240
1350
|
"Actions": {
|
|
1241
|
-
"shape": "
|
|
1351
|
+
"shape": "S3r"
|
|
1242
1352
|
},
|
|
1243
1353
|
"NotActions": {
|
|
1244
|
-
"shape": "
|
|
1354
|
+
"shape": "S3r"
|
|
1245
1355
|
},
|
|
1246
1356
|
"UserIds": {
|
|
1247
|
-
"shape": "
|
|
1357
|
+
"shape": "S3s"
|
|
1248
1358
|
},
|
|
1249
1359
|
"NotUserIds": {
|
|
1250
|
-
"shape": "
|
|
1360
|
+
"shape": "S3s"
|
|
1251
1361
|
},
|
|
1252
1362
|
"OrganizationId": {}
|
|
1253
1363
|
}
|
|
@@ -1257,6 +1367,26 @@
|
|
|
1257
1367
|
"members": {}
|
|
1258
1368
|
}
|
|
1259
1369
|
},
|
|
1370
|
+
"PutInboundDmarcSettings": {
|
|
1371
|
+
"input": {
|
|
1372
|
+
"type": "structure",
|
|
1373
|
+
"required": [
|
|
1374
|
+
"OrganizationId",
|
|
1375
|
+
"Enforced"
|
|
1376
|
+
],
|
|
1377
|
+
"members": {
|
|
1378
|
+
"OrganizationId": {},
|
|
1379
|
+
"Enforced": {
|
|
1380
|
+
"type": "boolean"
|
|
1381
|
+
}
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
"output": {
|
|
1385
|
+
"type": "structure",
|
|
1386
|
+
"members": {}
|
|
1387
|
+
},
|
|
1388
|
+
"idempotent": true
|
|
1389
|
+
},
|
|
1260
1390
|
"PutMailboxPermissions": {
|
|
1261
1391
|
"input": {
|
|
1262
1392
|
"type": "structure",
|
|
@@ -1271,7 +1401,7 @@
|
|
|
1271
1401
|
"EntityId": {},
|
|
1272
1402
|
"GranteeId": {},
|
|
1273
1403
|
"PermissionValues": {
|
|
1274
|
-
"shape": "
|
|
1404
|
+
"shape": "S4f"
|
|
1275
1405
|
}
|
|
1276
1406
|
}
|
|
1277
1407
|
},
|
|
@@ -1281,6 +1411,28 @@
|
|
|
1281
1411
|
},
|
|
1282
1412
|
"idempotent": true
|
|
1283
1413
|
},
|
|
1414
|
+
"PutMobileDeviceAccessOverride": {
|
|
1415
|
+
"input": {
|
|
1416
|
+
"type": "structure",
|
|
1417
|
+
"required": [
|
|
1418
|
+
"OrganizationId",
|
|
1419
|
+
"UserId",
|
|
1420
|
+
"DeviceId",
|
|
1421
|
+
"Effect"
|
|
1422
|
+
],
|
|
1423
|
+
"members": {
|
|
1424
|
+
"OrganizationId": {},
|
|
1425
|
+
"UserId": {},
|
|
1426
|
+
"DeviceId": {},
|
|
1427
|
+
"Effect": {},
|
|
1428
|
+
"Description": {}
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
"output": {
|
|
1432
|
+
"type": "structure",
|
|
1433
|
+
"members": {}
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1284
1436
|
"PutRetentionPolicy": {
|
|
1285
1437
|
"input": {
|
|
1286
1438
|
"type": "structure",
|
|
@@ -1298,7 +1450,7 @@
|
|
|
1298
1450
|
"sensitive": true
|
|
1299
1451
|
},
|
|
1300
1452
|
"FolderConfigurations": {
|
|
1301
|
-
"shape": "
|
|
1453
|
+
"shape": "S35"
|
|
1302
1454
|
}
|
|
1303
1455
|
}
|
|
1304
1456
|
},
|
|
@@ -1393,7 +1545,7 @@
|
|
|
1393
1545
|
"members": {
|
|
1394
1546
|
"ResourceARN": {},
|
|
1395
1547
|
"Tags": {
|
|
1396
|
-
"shape": "
|
|
1548
|
+
"shape": "S53"
|
|
1397
1549
|
}
|
|
1398
1550
|
}
|
|
1399
1551
|
},
|
|
@@ -1522,7 +1674,7 @@
|
|
|
1522
1674
|
"ResourceId": {},
|
|
1523
1675
|
"Name": {},
|
|
1524
1676
|
"BookingOptions": {
|
|
1525
|
-
"shape": "
|
|
1677
|
+
"shape": "S2p"
|
|
1526
1678
|
}
|
|
1527
1679
|
}
|
|
1528
1680
|
},
|
|
@@ -1554,7 +1706,7 @@
|
|
|
1554
1706
|
"type": "string",
|
|
1555
1707
|
"sensitive": true
|
|
1556
1708
|
},
|
|
1557
|
-
"
|
|
1709
|
+
"S2p": {
|
|
1558
1710
|
"type": "structure",
|
|
1559
1711
|
"members": {
|
|
1560
1712
|
"AutoAcceptRequests": {
|
|
@@ -1568,7 +1720,7 @@
|
|
|
1568
1720
|
}
|
|
1569
1721
|
}
|
|
1570
1722
|
},
|
|
1571
|
-
"
|
|
1723
|
+
"S35": {
|
|
1572
1724
|
"type": "list",
|
|
1573
1725
|
"member": {
|
|
1574
1726
|
"type": "structure",
|
|
@@ -1585,23 +1737,23 @@
|
|
|
1585
1737
|
}
|
|
1586
1738
|
}
|
|
1587
1739
|
},
|
|
1588
|
-
"
|
|
1740
|
+
"S3p": {
|
|
1589
1741
|
"type": "list",
|
|
1590
1742
|
"member": {}
|
|
1591
1743
|
},
|
|
1592
|
-
"
|
|
1744
|
+
"S3r": {
|
|
1593
1745
|
"type": "list",
|
|
1594
1746
|
"member": {}
|
|
1595
1747
|
},
|
|
1596
|
-
"
|
|
1748
|
+
"S3s": {
|
|
1597
1749
|
"type": "list",
|
|
1598
1750
|
"member": {}
|
|
1599
1751
|
},
|
|
1600
|
-
"
|
|
1752
|
+
"S4f": {
|
|
1601
1753
|
"type": "list",
|
|
1602
1754
|
"member": {}
|
|
1603
1755
|
},
|
|
1604
|
-
"
|
|
1756
|
+
"S53": {
|
|
1605
1757
|
"type": "list",
|
|
1606
1758
|
"member": {
|
|
1607
1759
|
"type": "structure",
|
|
@@ -25,6 +25,11 @@
|
|
|
25
25
|
"output_token": "NextToken",
|
|
26
26
|
"limit_key": "MaxResults"
|
|
27
27
|
},
|
|
28
|
+
"ListMobileDeviceAccessOverrides": {
|
|
29
|
+
"input_token": "NextToken",
|
|
30
|
+
"output_token": "NextToken",
|
|
31
|
+
"limit_key": "MaxResults"
|
|
32
|
+
},
|
|
28
33
|
"ListOrganizations": {
|
|
29
34
|
"input_token": "NextToken",
|
|
30
35
|
"output_token": "NextToken",
|