aws-sdk 2.996.0 → 2.1000.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 (56) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/account-2021-02-01.examples.json +5 -0
  4. package/apis/account-2021-02-01.min.json +123 -0
  5. package/apis/account-2021-02-01.paginators.json +4 -0
  6. package/apis/amp-2020-08-01.min.json +442 -11
  7. package/apis/amp-2020-08-01.paginators.json +6 -0
  8. package/apis/amp-2020-08-01.waiters2.json +43 -0
  9. package/apis/apprunner-2020-05-15.min.json +10 -10
  10. package/apis/cloudcontrol-2021-09-30.examples.json +5 -0
  11. package/apis/cloudcontrol-2021-09-30.min.json +271 -0
  12. package/apis/cloudcontrol-2021-09-30.paginators.json +14 -0
  13. package/apis/cloudcontrol-2021-09-30.waiters2.json +31 -0
  14. package/apis/codebuild-2016-10-06.min.json +74 -73
  15. package/apis/dataexchange-2017-07-25.min.json +277 -38
  16. package/apis/dataexchange-2017-07-25.paginators.json +6 -0
  17. package/apis/kms-2014-11-01.examples.json +608 -8
  18. package/apis/lambda-2015-03-31.min.json +79 -42
  19. package/apis/macie2-2020-01-01.min.json +79 -67
  20. package/apis/metadata.json +6 -0
  21. package/apis/network-firewall-2020-11-12.min.json +65 -31
  22. package/apis/sesv2-2019-09-27.min.json +72 -70
  23. package/apis/ssm-2014-11-06.min.json +3 -0
  24. package/apis/synthetics-2017-10-11.min.json +39 -9
  25. package/apis/workmail-2017-10-01.min.json +139 -27
  26. package/apis/workmail-2017-10-01.paginators.json +5 -0
  27. package/apis/workspaces-2015-04-08.min.json +83 -50
  28. package/clients/account.d.ts +136 -0
  29. package/clients/account.js +18 -0
  30. package/clients/all.d.ts +2 -0
  31. package/clients/all.js +3 -1
  32. package/clients/amp.d.ts +387 -0
  33. package/clients/amp.js +1 -0
  34. package/clients/apprunner.d.ts +55 -54
  35. package/clients/cloudcontrol.d.ts +385 -0
  36. package/clients/cloudcontrol.js +19 -0
  37. package/clients/codebuild.d.ts +8 -3
  38. package/clients/dataexchange.d.ts +226 -2
  39. package/clients/imagebuilder.d.ts +27 -27
  40. package/clients/kms.d.ts +2 -2
  41. package/clients/lambda.d.ts +61 -22
  42. package/clients/macie2.d.ts +29 -12
  43. package/clients/networkfirewall.d.ts +61 -10
  44. package/clients/sesv2.d.ts +128 -108
  45. package/clients/ssm.d.ts +7 -3
  46. package/clients/synthetics.d.ts +40 -0
  47. package/clients/transfer.d.ts +12 -12
  48. package/clients/workmail.d.ts +173 -0
  49. package/clients/workspaces.d.ts +87 -40
  50. package/dist/aws-sdk-core-react-native.js +2 -2
  51. package/dist/aws-sdk-react-native.js +307 -219
  52. package/dist/aws-sdk.js +165 -118
  53. package/dist/aws-sdk.min.js +53 -53
  54. package/lib/config_service_placeholders.d.ts +4 -0
  55. package/lib/core.js +1 -1
  56. package/package.json +1 -1
@@ -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",
@@ -551,7 +570,7 @@
551
570
  "Name": {},
552
571
  "Type": {},
553
572
  "BookingOptions": {
554
- "shape": "S2j"
573
+ "shape": "S2n"
555
574
  },
556
575
  "State": {},
557
576
  "EnabledDate": {
@@ -679,7 +698,7 @@
679
698
  "Name": {},
680
699
  "Description": {},
681
700
  "FolderConfigurations": {
682
- "shape": "S2z"
701
+ "shape": "S33"
683
702
  }
684
703
  }
685
704
  },
@@ -741,6 +760,36 @@
741
760
  }
742
761
  }
743
762
  },
763
+ "GetMobileDeviceAccessOverride": {
764
+ "input": {
765
+ "type": "structure",
766
+ "required": [
767
+ "OrganizationId",
768
+ "UserId",
769
+ "DeviceId"
770
+ ],
771
+ "members": {
772
+ "OrganizationId": {},
773
+ "UserId": {},
774
+ "DeviceId": {}
775
+ }
776
+ },
777
+ "output": {
778
+ "type": "structure",
779
+ "members": {
780
+ "UserId": {},
781
+ "DeviceId": {},
782
+ "Effect": {},
783
+ "Description": {},
784
+ "DateCreated": {
785
+ "type": "timestamp"
786
+ },
787
+ "DateModified": {
788
+ "type": "timestamp"
789
+ }
790
+ }
791
+ }
792
+ },
744
793
  "ListAccessControlRules": {
745
794
  "input": {
746
795
  "type": "structure",
@@ -763,22 +812,22 @@
763
812
  "Effect": {},
764
813
  "Description": {},
765
814
  "IpRanges": {
766
- "shape": "S3h"
815
+ "shape": "S3n"
767
816
  },
768
817
  "NotIpRanges": {
769
- "shape": "S3h"
818
+ "shape": "S3n"
770
819
  },
771
820
  "Actions": {
772
- "shape": "S3j"
821
+ "shape": "S3p"
773
822
  },
774
823
  "NotActions": {
775
- "shape": "S3j"
824
+ "shape": "S3p"
776
825
  },
777
826
  "UserIds": {
778
- "shape": "S3k"
827
+ "shape": "S3q"
779
828
  },
780
829
  "NotUserIds": {
781
- "shape": "S3k"
830
+ "shape": "S3q"
782
831
  },
783
832
  "DateCreated": {
784
833
  "type": "timestamp"
@@ -979,7 +1028,7 @@
979
1028
  "GranteeId": {},
980
1029
  "GranteeType": {},
981
1030
  "PermissionValues": {
982
- "shape": "S47"
1031
+ "shape": "S4d"
983
1032
  }
984
1033
  }
985
1034
  }
@@ -989,6 +1038,47 @@
989
1038
  },
990
1039
  "idempotent": true
991
1040
  },
1041
+ "ListMobileDeviceAccessOverrides": {
1042
+ "input": {
1043
+ "type": "structure",
1044
+ "required": [
1045
+ "OrganizationId"
1046
+ ],
1047
+ "members": {
1048
+ "OrganizationId": {},
1049
+ "UserId": {},
1050
+ "DeviceId": {},
1051
+ "NextToken": {},
1052
+ "MaxResults": {
1053
+ "type": "integer"
1054
+ }
1055
+ }
1056
+ },
1057
+ "output": {
1058
+ "type": "structure",
1059
+ "members": {
1060
+ "Overrides": {
1061
+ "type": "list",
1062
+ "member": {
1063
+ "type": "structure",
1064
+ "members": {
1065
+ "UserId": {},
1066
+ "DeviceId": {},
1067
+ "Effect": {},
1068
+ "Description": {},
1069
+ "DateCreated": {
1070
+ "type": "timestamp"
1071
+ },
1072
+ "DateModified": {
1073
+ "type": "timestamp"
1074
+ }
1075
+ }
1076
+ }
1077
+ },
1078
+ "NextToken": {}
1079
+ }
1080
+ }
1081
+ },
992
1082
  "ListMobileDeviceAccessRules": {
993
1083
  "input": {
994
1084
  "type": "structure",
@@ -1171,7 +1261,7 @@
1171
1261
  "type": "structure",
1172
1262
  "members": {
1173
1263
  "Tags": {
1174
- "shape": "S4r"
1264
+ "shape": "S51"
1175
1265
  }
1176
1266
  }
1177
1267
  }
@@ -1232,22 +1322,22 @@
1232
1322
  "Effect": {},
1233
1323
  "Description": {},
1234
1324
  "IpRanges": {
1235
- "shape": "S3h"
1325
+ "shape": "S3n"
1236
1326
  },
1237
1327
  "NotIpRanges": {
1238
- "shape": "S3h"
1328
+ "shape": "S3n"
1239
1329
  },
1240
1330
  "Actions": {
1241
- "shape": "S3j"
1331
+ "shape": "S3p"
1242
1332
  },
1243
1333
  "NotActions": {
1244
- "shape": "S3j"
1334
+ "shape": "S3p"
1245
1335
  },
1246
1336
  "UserIds": {
1247
- "shape": "S3k"
1337
+ "shape": "S3q"
1248
1338
  },
1249
1339
  "NotUserIds": {
1250
- "shape": "S3k"
1340
+ "shape": "S3q"
1251
1341
  },
1252
1342
  "OrganizationId": {}
1253
1343
  }
@@ -1271,7 +1361,7 @@
1271
1361
  "EntityId": {},
1272
1362
  "GranteeId": {},
1273
1363
  "PermissionValues": {
1274
- "shape": "S47"
1364
+ "shape": "S4d"
1275
1365
  }
1276
1366
  }
1277
1367
  },
@@ -1281,6 +1371,28 @@
1281
1371
  },
1282
1372
  "idempotent": true
1283
1373
  },
1374
+ "PutMobileDeviceAccessOverride": {
1375
+ "input": {
1376
+ "type": "structure",
1377
+ "required": [
1378
+ "OrganizationId",
1379
+ "UserId",
1380
+ "DeviceId",
1381
+ "Effect"
1382
+ ],
1383
+ "members": {
1384
+ "OrganizationId": {},
1385
+ "UserId": {},
1386
+ "DeviceId": {},
1387
+ "Effect": {},
1388
+ "Description": {}
1389
+ }
1390
+ },
1391
+ "output": {
1392
+ "type": "structure",
1393
+ "members": {}
1394
+ }
1395
+ },
1284
1396
  "PutRetentionPolicy": {
1285
1397
  "input": {
1286
1398
  "type": "structure",
@@ -1298,7 +1410,7 @@
1298
1410
  "sensitive": true
1299
1411
  },
1300
1412
  "FolderConfigurations": {
1301
- "shape": "S2z"
1413
+ "shape": "S33"
1302
1414
  }
1303
1415
  }
1304
1416
  },
@@ -1393,7 +1505,7 @@
1393
1505
  "members": {
1394
1506
  "ResourceARN": {},
1395
1507
  "Tags": {
1396
- "shape": "S4r"
1508
+ "shape": "S51"
1397
1509
  }
1398
1510
  }
1399
1511
  },
@@ -1522,7 +1634,7 @@
1522
1634
  "ResourceId": {},
1523
1635
  "Name": {},
1524
1636
  "BookingOptions": {
1525
- "shape": "S2j"
1637
+ "shape": "S2n"
1526
1638
  }
1527
1639
  }
1528
1640
  },
@@ -1554,7 +1666,7 @@
1554
1666
  "type": "string",
1555
1667
  "sensitive": true
1556
1668
  },
1557
- "S2j": {
1669
+ "S2n": {
1558
1670
  "type": "structure",
1559
1671
  "members": {
1560
1672
  "AutoAcceptRequests": {
@@ -1568,7 +1680,7 @@
1568
1680
  }
1569
1681
  }
1570
1682
  },
1571
- "S2z": {
1683
+ "S33": {
1572
1684
  "type": "list",
1573
1685
  "member": {
1574
1686
  "type": "structure",
@@ -1585,23 +1697,23 @@
1585
1697
  }
1586
1698
  }
1587
1699
  },
1588
- "S3h": {
1700
+ "S3n": {
1589
1701
  "type": "list",
1590
1702
  "member": {}
1591
1703
  },
1592
- "S3j": {
1704
+ "S3p": {
1593
1705
  "type": "list",
1594
1706
  "member": {}
1595
1707
  },
1596
- "S3k": {
1708
+ "S3q": {
1597
1709
  "type": "list",
1598
1710
  "member": {}
1599
1711
  },
1600
- "S47": {
1712
+ "S4d": {
1601
1713
  "type": "list",
1602
1714
  "member": {}
1603
1715
  },
1604
- "S4r": {
1716
+ "S51": {
1605
1717
  "type": "list",
1606
1718
  "member": {
1607
1719
  "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",