aws-sdk 2.1020.0 → 2.1024.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 (39) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
  4. package/apis/chime-sdk-meetings-2021-07-15.min.json +474 -0
  5. package/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
  6. package/apis/connect-2017-08-08.min.json +230 -61
  7. package/apis/connect-2017-08-08.paginators.json +6 -0
  8. package/apis/datasync-2018-11-09.min.json +207 -56
  9. package/apis/ec2-2016-11-15.min.json +513 -499
  10. package/apis/finspace-2021-03-12.min.json +24 -4
  11. package/apis/iotwireless-2020-11-22.min.json +993 -100
  12. package/apis/iotwireless-2020-11-22.paginators.json +15 -0
  13. package/apis/macie2-2020-01-01.min.json +104 -77
  14. package/apis/metadata.json +4 -0
  15. package/apis/sagemaker-2017-07-24.min.json +617 -537
  16. package/apis/translate-2017-07-01.min.json +4 -1
  17. package/apis/wafv2-2019-07-29.min.json +130 -79
  18. package/clients/all.d.ts +1 -0
  19. package/clients/all.js +2 -1
  20. package/clients/chimesdkmeetings.d.ts +486 -0
  21. package/clients/chimesdkmeetings.js +18 -0
  22. package/clients/connect.d.ts +194 -21
  23. package/clients/connectparticipant.d.ts +1 -1
  24. package/clients/datasync.d.ts +241 -11
  25. package/clients/ec2.d.ts +23 -6
  26. package/clients/finspace.d.ts +26 -0
  27. package/clients/iotwireless.d.ts +577 -6
  28. package/clients/macie2.d.ts +36 -16
  29. package/clients/resourcegroupstaggingapi.d.ts +29 -29
  30. package/clients/sagemaker.d.ts +111 -16
  31. package/clients/translate.d.ts +13 -12
  32. package/clients/wafv2.d.ts +70 -10
  33. package/dist/aws-sdk-core-react-native.js +2 -2
  34. package/dist/aws-sdk-react-native.js +52 -15
  35. package/dist/aws-sdk.js +760 -564
  36. package/dist/aws-sdk.min.js +71 -71
  37. package/lib/config_service_placeholders.d.ts +2 -0
  38. package/lib/core.js +1 -1
  39. package/package.json +1 -1
@@ -503,6 +503,40 @@
503
503
  }
504
504
  }
505
505
  },
506
+ "CreateSecurityProfile": {
507
+ "http": {
508
+ "method": "PUT",
509
+ "requestUri": "/security-profiles/{InstanceId}"
510
+ },
511
+ "input": {
512
+ "type": "structure",
513
+ "required": [
514
+ "SecurityProfileName",
515
+ "InstanceId"
516
+ ],
517
+ "members": {
518
+ "SecurityProfileName": {},
519
+ "Description": {},
520
+ "Permissions": {
521
+ "shape": "S39"
522
+ },
523
+ "InstanceId": {
524
+ "location": "uri",
525
+ "locationName": "InstanceId"
526
+ },
527
+ "Tags": {
528
+ "shape": "S1e"
529
+ }
530
+ }
531
+ },
532
+ "output": {
533
+ "type": "structure",
534
+ "members": {
535
+ "SecurityProfileId": {},
536
+ "SecurityProfileArn": {}
537
+ }
538
+ }
539
+ },
506
540
  "CreateUseCase": {
507
541
  "http": {
508
542
  "method": "PUT",
@@ -556,14 +590,14 @@
556
590
  "Username": {},
557
591
  "Password": {},
558
592
  "IdentityInfo": {
559
- "shape": "S3d"
593
+ "shape": "S3k"
560
594
  },
561
595
  "PhoneConfig": {
562
- "shape": "S3h"
596
+ "shape": "S3o"
563
597
  },
564
598
  "DirectoryUserId": {},
565
599
  "SecurityProfileIds": {
566
- "shape": "S3m"
600
+ "shape": "S3t"
567
601
  },
568
602
  "RoutingProfileId": {},
569
603
  "HierarchyGroupId": {},
@@ -699,6 +733,29 @@
699
733
  }
700
734
  }
701
735
  },
736
+ "DeleteSecurityProfile": {
737
+ "http": {
738
+ "method": "DELETE",
739
+ "requestUri": "/security-profiles/{InstanceId}/{SecurityProfileId}"
740
+ },
741
+ "input": {
742
+ "type": "structure",
743
+ "required": [
744
+ "InstanceId",
745
+ "SecurityProfileId"
746
+ ],
747
+ "members": {
748
+ "InstanceId": {
749
+ "location": "uri",
750
+ "locationName": "InstanceId"
751
+ },
752
+ "SecurityProfileId": {
753
+ "location": "uri",
754
+ "locationName": "SecurityProfileId"
755
+ }
756
+ }
757
+ }
758
+ },
702
759
  "DeleteUseCase": {
703
760
  "http": {
704
761
  "method": "DELETE",
@@ -981,7 +1038,7 @@
981
1038
  "type": "structure",
982
1039
  "members": {
983
1040
  "Attribute": {
984
- "shape": "S4k"
1041
+ "shape": "S4r"
985
1042
  }
986
1043
  }
987
1044
  }
@@ -1158,6 +1215,47 @@
1158
1215
  }
1159
1216
  }
1160
1217
  },
1218
+ "DescribeSecurityProfile": {
1219
+ "http": {
1220
+ "method": "GET",
1221
+ "requestUri": "/security-profiles/{InstanceId}/{SecurityProfileId}"
1222
+ },
1223
+ "input": {
1224
+ "type": "structure",
1225
+ "required": [
1226
+ "SecurityProfileId",
1227
+ "InstanceId"
1228
+ ],
1229
+ "members": {
1230
+ "SecurityProfileId": {
1231
+ "location": "uri",
1232
+ "locationName": "SecurityProfileId"
1233
+ },
1234
+ "InstanceId": {
1235
+ "location": "uri",
1236
+ "locationName": "InstanceId"
1237
+ }
1238
+ }
1239
+ },
1240
+ "output": {
1241
+ "type": "structure",
1242
+ "members": {
1243
+ "SecurityProfile": {
1244
+ "type": "structure",
1245
+ "members": {
1246
+ "Id": {},
1247
+ "OrganizationResourceId": {},
1248
+ "Arn": {},
1249
+ "SecurityProfileName": {},
1250
+ "Description": {},
1251
+ "Tags": {
1252
+ "shape": "S1e"
1253
+ }
1254
+ }
1255
+ }
1256
+ }
1257
+ }
1258
+ },
1161
1259
  "DescribeUser": {
1162
1260
  "http": {
1163
1261
  "method": "GET",
@@ -1190,14 +1288,14 @@
1190
1288
  "Arn": {},
1191
1289
  "Username": {},
1192
1290
  "IdentityInfo": {
1193
- "shape": "S3d"
1291
+ "shape": "S3k"
1194
1292
  },
1195
1293
  "PhoneConfig": {
1196
- "shape": "S3h"
1294
+ "shape": "S3o"
1197
1295
  },
1198
1296
  "DirectoryUserId": {},
1199
1297
  "SecurityProfileIds": {
1200
- "shape": "S3m"
1298
+ "shape": "S3t"
1201
1299
  },
1202
1300
  "RoutingProfileId": {},
1203
1301
  "HierarchyGroupId": {},
@@ -1245,19 +1343,19 @@
1245
1343
  "type": "structure",
1246
1344
  "members": {
1247
1345
  "LevelOne": {
1248
- "shape": "S56"
1346
+ "shape": "S5g"
1249
1347
  },
1250
1348
  "LevelTwo": {
1251
- "shape": "S56"
1349
+ "shape": "S5g"
1252
1350
  },
1253
1351
  "LevelThree": {
1254
- "shape": "S56"
1352
+ "shape": "S5g"
1255
1353
  },
1256
1354
  "LevelFour": {
1257
- "shape": "S56"
1355
+ "shape": "S5g"
1258
1356
  },
1259
1357
  "LevelFive": {
1260
- "shape": "S56"
1358
+ "shape": "S5g"
1261
1359
  }
1262
1360
  }
1263
1361
  }
@@ -1290,19 +1388,19 @@
1290
1388
  "type": "structure",
1291
1389
  "members": {
1292
1390
  "LevelOne": {
1293
- "shape": "S5a"
1391
+ "shape": "S5k"
1294
1392
  },
1295
1393
  "LevelTwo": {
1296
- "shape": "S5a"
1394
+ "shape": "S5k"
1297
1395
  },
1298
1396
  "LevelThree": {
1299
- "shape": "S5a"
1397
+ "shape": "S5k"
1300
1398
  },
1301
1399
  "LevelFour": {
1302
- "shape": "S5a"
1400
+ "shape": "S5k"
1303
1401
  },
1304
1402
  "LevelFive": {
1305
- "shape": "S5a"
1403
+ "shape": "S5k"
1306
1404
  }
1307
1405
  }
1308
1406
  }
@@ -1538,7 +1636,7 @@
1538
1636
  "type": "structure",
1539
1637
  "members": {
1540
1638
  "Attributes": {
1541
- "shape": "S5o"
1639
+ "shape": "S5y"
1542
1640
  }
1543
1641
  }
1544
1642
  }
@@ -1560,15 +1658,15 @@
1560
1658
  "locationName": "InstanceId"
1561
1659
  },
1562
1660
  "Filters": {
1563
- "shape": "S5s"
1661
+ "shape": "S62"
1564
1662
  },
1565
1663
  "Groupings": {
1566
- "shape": "S5v"
1664
+ "shape": "S65"
1567
1665
  },
1568
1666
  "CurrentMetrics": {
1569
1667
  "type": "list",
1570
1668
  "member": {
1571
- "shape": "S5y"
1669
+ "shape": "S68"
1572
1670
  }
1573
1671
  },
1574
1672
  "NextToken": {},
@@ -1587,7 +1685,7 @@
1587
1685
  "type": "structure",
1588
1686
  "members": {
1589
1687
  "Dimensions": {
1590
- "shape": "S66"
1688
+ "shape": "S6g"
1591
1689
  },
1592
1690
  "Collections": {
1593
1691
  "type": "list",
@@ -1595,7 +1693,7 @@
1595
1693
  "type": "structure",
1596
1694
  "members": {
1597
1695
  "Metric": {
1598
- "shape": "S5y"
1696
+ "shape": "S68"
1599
1697
  },
1600
1698
  "Value": {
1601
1699
  "type": "double"
@@ -1636,13 +1734,13 @@
1636
1734
  "type": "structure",
1637
1735
  "members": {
1638
1736
  "AccessToken": {
1639
- "shape": "S6f"
1737
+ "shape": "S6p"
1640
1738
  },
1641
1739
  "AccessTokenExpiration": {
1642
1740
  "type": "timestamp"
1643
1741
  },
1644
1742
  "RefreshToken": {
1645
- "shape": "S6f"
1743
+ "shape": "S6p"
1646
1744
  },
1647
1745
  "RefreshTokenExpiration": {
1648
1746
  "type": "timestamp"
@@ -1677,15 +1775,15 @@
1677
1775
  "type": "timestamp"
1678
1776
  },
1679
1777
  "Filters": {
1680
- "shape": "S5s"
1778
+ "shape": "S62"
1681
1779
  },
1682
1780
  "Groupings": {
1683
- "shape": "S5v"
1781
+ "shape": "S65"
1684
1782
  },
1685
1783
  "HistoricalMetrics": {
1686
1784
  "type": "list",
1687
1785
  "member": {
1688
- "shape": "S6i"
1786
+ "shape": "S6s"
1689
1787
  }
1690
1788
  },
1691
1789
  "NextToken": {},
@@ -1704,7 +1802,7 @@
1704
1802
  "type": "structure",
1705
1803
  "members": {
1706
1804
  "Dimensions": {
1707
- "shape": "S66"
1805
+ "shape": "S6g"
1708
1806
  },
1709
1807
  "Collections": {
1710
1808
  "type": "list",
@@ -1712,7 +1810,7 @@
1712
1810
  "type": "structure",
1713
1811
  "members": {
1714
1812
  "Metric": {
1715
- "shape": "S6i"
1813
+ "shape": "S6s"
1716
1814
  },
1717
1815
  "Value": {
1718
1816
  "type": "double"
@@ -1993,7 +2091,7 @@
1993
2091
  "Attributes": {
1994
2092
  "type": "list",
1995
2093
  "member": {
1996
- "shape": "S4k"
2094
+ "shape": "S4r"
1997
2095
  }
1998
2096
  },
1999
2097
  "NextToken": {}
@@ -2362,7 +2460,7 @@
2362
2460
  "members": {
2363
2461
  "NextToken": {},
2364
2462
  "QuickConnectSummaryList": {
2365
- "shape": "S8k"
2463
+ "shape": "S8u"
2366
2464
  }
2367
2465
  }
2368
2466
  }
@@ -2454,7 +2552,7 @@
2454
2552
  "type": "structure",
2455
2553
  "members": {
2456
2554
  "QuickConnectSummaryList": {
2457
- "shape": "S8k"
2555
+ "shape": "S8u"
2458
2556
  },
2459
2557
  "NextToken": {}
2460
2558
  }
@@ -2614,6 +2712,47 @@
2614
2712
  }
2615
2713
  }
2616
2714
  },
2715
+ "ListSecurityProfilePermissions": {
2716
+ "http": {
2717
+ "method": "GET",
2718
+ "requestUri": "/security-profiles-permissions/{InstanceId}/{SecurityProfileId}"
2719
+ },
2720
+ "input": {
2721
+ "type": "structure",
2722
+ "required": [
2723
+ "SecurityProfileId",
2724
+ "InstanceId"
2725
+ ],
2726
+ "members": {
2727
+ "SecurityProfileId": {
2728
+ "location": "uri",
2729
+ "locationName": "SecurityProfileId"
2730
+ },
2731
+ "InstanceId": {
2732
+ "location": "uri",
2733
+ "locationName": "InstanceId"
2734
+ },
2735
+ "NextToken": {
2736
+ "location": "querystring",
2737
+ "locationName": "nextToken"
2738
+ },
2739
+ "MaxResults": {
2740
+ "location": "querystring",
2741
+ "locationName": "maxResults",
2742
+ "type": "integer"
2743
+ }
2744
+ }
2745
+ },
2746
+ "output": {
2747
+ "type": "structure",
2748
+ "members": {
2749
+ "Permissions": {
2750
+ "shape": "S39"
2751
+ },
2752
+ "NextToken": {}
2753
+ }
2754
+ }
2755
+ },
2617
2756
  "ListSecurityProfiles": {
2618
2757
  "http": {
2619
2758
  "method": "GET",
@@ -2765,7 +2904,7 @@
2765
2904
  "UserHierarchyGroupSummaryList": {
2766
2905
  "type": "list",
2767
2906
  "member": {
2768
- "shape": "S56"
2907
+ "shape": "S5g"
2769
2908
  }
2770
2909
  },
2771
2910
  "NextToken": {}
@@ -2854,7 +2993,7 @@
2854
2993
  "InstanceId": {},
2855
2994
  "ContactFlowId": {},
2856
2995
  "Attributes": {
2857
- "shape": "S5o"
2996
+ "shape": "S5y"
2858
2997
  },
2859
2998
  "ParticipantDetails": {
2860
2999
  "type": "structure",
@@ -2980,7 +3119,7 @@
2980
3119
  "SourcePhoneNumber": {},
2981
3120
  "QueueId": {},
2982
3121
  "Attributes": {
2983
- "shape": "S5o"
3122
+ "shape": "S5y"
2984
3123
  },
2985
3124
  "AnswerMachineDetectionConfig": {
2986
3125
  "type": "structure",
@@ -3021,7 +3160,7 @@
3021
3160
  "PreviousContactId": {},
3022
3161
  "ContactFlowId": {},
3023
3162
  "Attributes": {
3024
- "shape": "S5o"
3163
+ "shape": "S5y"
3025
3164
  },
3026
3165
  "Name": {},
3027
3166
  "References": {
@@ -3230,7 +3369,7 @@
3230
3369
  "InitialContactId": {},
3231
3370
  "InstanceId": {},
3232
3371
  "Attributes": {
3233
- "shape": "S5o"
3372
+ "shape": "S5y"
3234
3373
  }
3235
3374
  }
3236
3375
  },
@@ -3643,6 +3782,32 @@
3643
3782
  }
3644
3783
  }
3645
3784
  },
3785
+ "UpdateSecurityProfile": {
3786
+ "http": {
3787
+ "requestUri": "/security-profiles/{InstanceId}/{SecurityProfileId}"
3788
+ },
3789
+ "input": {
3790
+ "type": "structure",
3791
+ "required": [
3792
+ "SecurityProfileId",
3793
+ "InstanceId"
3794
+ ],
3795
+ "members": {
3796
+ "Description": {},
3797
+ "Permissions": {
3798
+ "shape": "S39"
3799
+ },
3800
+ "SecurityProfileId": {
3801
+ "location": "uri",
3802
+ "locationName": "SecurityProfileId"
3803
+ },
3804
+ "InstanceId": {
3805
+ "location": "uri",
3806
+ "locationName": "InstanceId"
3807
+ }
3808
+ }
3809
+ }
3810
+ },
3646
3811
  "UpdateUserHierarchy": {
3647
3812
  "http": {
3648
3813
  "requestUri": "/users/{InstanceId}/{UserId}/hierarchy"
@@ -3705,19 +3870,19 @@
3705
3870
  "type": "structure",
3706
3871
  "members": {
3707
3872
  "LevelOne": {
3708
- "shape": "Sbr"
3873
+ "shape": "Sc3"
3709
3874
  },
3710
3875
  "LevelTwo": {
3711
- "shape": "Sbr"
3876
+ "shape": "Sc3"
3712
3877
  },
3713
3878
  "LevelThree": {
3714
- "shape": "Sbr"
3879
+ "shape": "Sc3"
3715
3880
  },
3716
3881
  "LevelFour": {
3717
- "shape": "Sbr"
3882
+ "shape": "Sc3"
3718
3883
  },
3719
3884
  "LevelFive": {
3720
- "shape": "Sbr"
3885
+ "shape": "Sc3"
3721
3886
  }
3722
3887
  }
3723
3888
  },
@@ -3741,7 +3906,7 @@
3741
3906
  ],
3742
3907
  "members": {
3743
3908
  "IdentityInfo": {
3744
- "shape": "S3d"
3909
+ "shape": "S3k"
3745
3910
  },
3746
3911
  "UserId": {
3747
3912
  "location": "uri",
@@ -3767,7 +3932,7 @@
3767
3932
  ],
3768
3933
  "members": {
3769
3934
  "PhoneConfig": {
3770
- "shape": "S3h"
3935
+ "shape": "S3o"
3771
3936
  },
3772
3937
  "UserId": {
3773
3938
  "location": "uri",
@@ -3817,7 +3982,7 @@
3817
3982
  ],
3818
3983
  "members": {
3819
3984
  "SecurityProfileIds": {
3820
- "shape": "S3m"
3985
+ "shape": "S3t"
3821
3986
  },
3822
3987
  "UserId": {
3823
3988
  "location": "uri",
@@ -4060,7 +4225,11 @@
4060
4225
  }
4061
4226
  }
4062
4227
  },
4063
- "S3d": {
4228
+ "S39": {
4229
+ "type": "list",
4230
+ "member": {}
4231
+ },
4232
+ "S3k": {
4064
4233
  "type": "structure",
4065
4234
  "members": {
4066
4235
  "FirstName": {},
@@ -4068,7 +4237,7 @@
4068
4237
  "Email": {}
4069
4238
  }
4070
4239
  },
4071
- "S3h": {
4240
+ "S3o": {
4072
4241
  "type": "structure",
4073
4242
  "required": [
4074
4243
  "PhoneType"
@@ -4084,18 +4253,18 @@
4084
4253
  "DeskPhoneNumber": {}
4085
4254
  }
4086
4255
  },
4087
- "S3m": {
4256
+ "S3t": {
4088
4257
  "type": "list",
4089
4258
  "member": {}
4090
4259
  },
4091
- "S4k": {
4260
+ "S4r": {
4092
4261
  "type": "structure",
4093
4262
  "members": {
4094
4263
  "AttributeType": {},
4095
4264
  "Value": {}
4096
4265
  }
4097
4266
  },
4098
- "S56": {
4267
+ "S5g": {
4099
4268
  "type": "structure",
4100
4269
  "members": {
4101
4270
  "Id": {},
@@ -4103,7 +4272,7 @@
4103
4272
  "Name": {}
4104
4273
  }
4105
4274
  },
4106
- "S5a": {
4275
+ "S5k": {
4107
4276
  "type": "structure",
4108
4277
  "members": {
4109
4278
  "Id": {},
@@ -4111,12 +4280,12 @@
4111
4280
  "Name": {}
4112
4281
  }
4113
4282
  },
4114
- "S5o": {
4283
+ "S5y": {
4115
4284
  "type": "map",
4116
4285
  "key": {},
4117
4286
  "value": {}
4118
4287
  },
4119
- "S5s": {
4288
+ "S62": {
4120
4289
  "type": "structure",
4121
4290
  "members": {
4122
4291
  "Queues": {
@@ -4129,18 +4298,18 @@
4129
4298
  }
4130
4299
  }
4131
4300
  },
4132
- "S5v": {
4301
+ "S65": {
4133
4302
  "type": "list",
4134
4303
  "member": {}
4135
4304
  },
4136
- "S5y": {
4305
+ "S68": {
4137
4306
  "type": "structure",
4138
4307
  "members": {
4139
4308
  "Name": {},
4140
4309
  "Unit": {}
4141
4310
  }
4142
4311
  },
4143
- "S66": {
4312
+ "S6g": {
4144
4313
  "type": "structure",
4145
4314
  "members": {
4146
4315
  "Queue": {
@@ -4153,11 +4322,11 @@
4153
4322
  "Channel": {}
4154
4323
  }
4155
4324
  },
4156
- "S6f": {
4325
+ "S6p": {
4157
4326
  "type": "string",
4158
4327
  "sensitive": true
4159
4328
  },
4160
- "S6i": {
4329
+ "S6s": {
4161
4330
  "type": "structure",
4162
4331
  "members": {
4163
4332
  "Name": {},
@@ -4174,7 +4343,7 @@
4174
4343
  "Unit": {}
4175
4344
  }
4176
4345
  },
4177
- "S8k": {
4346
+ "S8u": {
4178
4347
  "type": "list",
4179
4348
  "member": {
4180
4349
  "type": "structure",
@@ -4186,7 +4355,7 @@
4186
4355
  }
4187
4356
  }
4188
4357
  },
4189
- "Sbr": {
4358
+ "Sc3": {
4190
4359
  "type": "structure",
4191
4360
  "required": [
4192
4361
  "Name"
@@ -124,6 +124,12 @@
124
124
  "output_token": "NextToken",
125
125
  "result_key": "SecurityKeys"
126
126
  },
127
+ "ListSecurityProfilePermissions": {
128
+ "input_token": "NextToken",
129
+ "limit_key": "MaxResults",
130
+ "output_token": "NextToken",
131
+ "result_key": "Permissions"
132
+ },
127
133
  "ListSecurityProfiles": {
128
134
  "input_token": "NextToken",
129
135
  "limit_key": "MaxResults",