aws-sdk 2.990.0 → 2.994.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 (49) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/appsync-2017-07-25.min.json +97 -77
  4. package/apis/comprehend-2017-11-27.min.json +205 -123
  5. package/apis/comprehend-2017-11-27.paginators.json +10 -0
  6. package/apis/dms-2016-01-01.min.json +3 -0
  7. package/apis/ec2-2016-11-15.min.json +125 -54
  8. package/apis/ec2-2016-11-15.paginators.json +6 -0
  9. package/apis/ecr-2015-09-21.min.json +66 -14
  10. package/apis/es-2015-01-01.min.json +14 -4
  11. package/apis/imagebuilder-2019-12-02.min.json +116 -82
  12. package/apis/iot-2015-05-28.min.json +80 -44
  13. package/apis/license-manager-2018-08-01.min.json +184 -71
  14. package/apis/mediaconvert-2017-08-29.min.json +194 -83
  15. package/apis/mediapackage-vod-2018-11-07.min.json +3 -0
  16. package/apis/mediatailor-2018-04-23.min.json +198 -149
  17. package/apis/models.lex.v2-2020-08-07.min.json +179 -22
  18. package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  19. package/apis/opensearch-2021-01-01.min.json +14 -4
  20. package/apis/ssm-2014-11-06.min.json +105 -100
  21. package/apis/ssm-2014-11-06.waiters2.json +5 -0
  22. package/apis/wafv2-2019-07-29.min.json +114 -97
  23. package/clients/appsync.d.ts +35 -13
  24. package/clients/comprehend.d.ts +165 -1
  25. package/clients/dms.d.ts +14 -10
  26. package/clients/ec2.d.ts +147 -61
  27. package/clients/ecr.d.ts +76 -4
  28. package/clients/es.d.ts +18 -3
  29. package/clients/iam.d.ts +85 -85
  30. package/clients/imagebuilder.d.ts +73 -25
  31. package/clients/iot.d.ts +55 -5
  32. package/clients/lexmodelsv2.d.ts +188 -0
  33. package/clients/licensemanager.d.ts +211 -42
  34. package/clients/mediaconvert.d.ts +154 -17
  35. package/clients/mediapackagevod.d.ts +4 -0
  36. package/clients/mediatailor.d.ts +47 -1
  37. package/clients/opensearch.d.ts +22 -1
  38. package/clients/ssm.d.ts +40 -19
  39. package/clients/wafv2.d.ts +18 -0
  40. package/dist/aws-sdk-core-react-native.js +4 -4
  41. package/dist/aws-sdk-react-native.js +24 -24
  42. package/dist/aws-sdk.js +608 -341
  43. package/dist/aws-sdk.min.js +72 -72
  44. package/lib/config.js +1 -1
  45. package/lib/core.js +1 -1
  46. package/lib/event_listeners.js +1 -1
  47. package/lib/http_request.d.ts +1 -1
  48. package/lib/signers/v4.js +1 -1
  49. package/package.json +1 -1
@@ -5,6 +5,11 @@
5
5
  "output_token": "NextToken",
6
6
  "limit_key": "MaxResults"
7
7
  },
8
+ "ListDocumentClassifierSummaries": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
8
13
  "ListDocumentClassifiers": {
9
14
  "input_token": "NextToken",
10
15
  "output_token": "NextToken",
@@ -20,6 +25,11 @@
20
25
  "output_token": "NextToken",
21
26
  "limit_key": "MaxResults"
22
27
  },
28
+ "ListEntityRecognizerSummaries": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
32
+ },
23
33
  "ListEntityRecognizers": {
24
34
  "input_token": "NextToken",
25
35
  "output_token": "NextToken",
@@ -1482,6 +1482,9 @@
1482
1482
  "ReplicationInstanceArn": {},
1483
1483
  "ForceFailover": {
1484
1484
  "type": "boolean"
1485
+ },
1486
+ "ForcePlannedFailover": {
1487
+ "type": "boolean"
1485
1488
  }
1486
1489
  }
1487
1490
  },
@@ -15125,6 +15125,77 @@
15125
15125
  }
15126
15126
  }
15127
15127
  },
15128
+ "GetVpnConnectionDeviceSampleConfiguration": {
15129
+ "input": {
15130
+ "type": "structure",
15131
+ "required": [
15132
+ "VpnConnectionId",
15133
+ "VpnConnectionDeviceTypeId"
15134
+ ],
15135
+ "members": {
15136
+ "VpnConnectionId": {},
15137
+ "VpnConnectionDeviceTypeId": {},
15138
+ "InternetKeyExchangeVersion": {},
15139
+ "DryRun": {
15140
+ "type": "boolean"
15141
+ }
15142
+ }
15143
+ },
15144
+ "output": {
15145
+ "type": "structure",
15146
+ "members": {
15147
+ "VpnConnectionDeviceSampleConfiguration": {
15148
+ "locationName": "vpnConnectionDeviceSampleConfiguration",
15149
+ "type": "string",
15150
+ "sensitive": true
15151
+ }
15152
+ }
15153
+ }
15154
+ },
15155
+ "GetVpnConnectionDeviceTypes": {
15156
+ "input": {
15157
+ "type": "structure",
15158
+ "members": {
15159
+ "MaxResults": {
15160
+ "type": "integer"
15161
+ },
15162
+ "NextToken": {},
15163
+ "DryRun": {
15164
+ "type": "boolean"
15165
+ }
15166
+ }
15167
+ },
15168
+ "output": {
15169
+ "type": "structure",
15170
+ "members": {
15171
+ "VpnConnectionDeviceTypes": {
15172
+ "locationName": "vpnConnectionDeviceTypeSet",
15173
+ "type": "list",
15174
+ "member": {
15175
+ "locationName": "item",
15176
+ "type": "structure",
15177
+ "members": {
15178
+ "VpnConnectionDeviceTypeId": {
15179
+ "locationName": "vpnConnectionDeviceTypeId"
15180
+ },
15181
+ "Vendor": {
15182
+ "locationName": "vendor"
15183
+ },
15184
+ "Platform": {
15185
+ "locationName": "platform"
15186
+ },
15187
+ "Software": {
15188
+ "locationName": "software"
15189
+ }
15190
+ }
15191
+ }
15192
+ },
15193
+ "NextToken": {
15194
+ "locationName": "nextToken"
15195
+ }
15196
+ }
15197
+ }
15198
+ },
15128
15199
  "ImportClientVpnClientCertificateRevocationList": {
15129
15200
  "input": {
15130
15201
  "type": "structure",
@@ -15156,7 +15227,7 @@
15156
15227
  "members": {
15157
15228
  "Architecture": {},
15158
15229
  "ClientData": {
15159
- "shape": "S1kk"
15230
+ "shape": "S1kt"
15160
15231
  },
15161
15232
  "ClientToken": {},
15162
15233
  "Description": {},
@@ -15173,7 +15244,7 @@
15173
15244
  "SnapshotId": {},
15174
15245
  "Url": {},
15175
15246
  "UserBucket": {
15176
- "shape": "S1kn"
15247
+ "shape": "S1kw"
15177
15248
  }
15178
15249
  }
15179
15250
  }
@@ -15283,10 +15354,10 @@
15283
15354
  "members": {
15284
15355
  "Description": {},
15285
15356
  "Image": {
15286
- "shape": "S1ku"
15357
+ "shape": "S1l3"
15287
15358
  },
15288
15359
  "Volume": {
15289
- "shape": "S1kv"
15360
+ "shape": "S1l4"
15290
15361
  }
15291
15362
  }
15292
15363
  }
@@ -15409,7 +15480,7 @@
15409
15480
  "type": "structure",
15410
15481
  "members": {
15411
15482
  "ClientData": {
15412
- "shape": "S1kk"
15483
+ "shape": "S1kt"
15413
15484
  },
15414
15485
  "ClientToken": {},
15415
15486
  "Description": {},
@@ -15420,7 +15491,7 @@
15420
15491
  "Format": {},
15421
15492
  "Url": {},
15422
15493
  "UserBucket": {
15423
- "shape": "S1kn"
15494
+ "shape": "S1kw"
15424
15495
  }
15425
15496
  }
15426
15497
  },
@@ -15478,11 +15549,11 @@
15478
15549
  "type": "boolean"
15479
15550
  },
15480
15551
  "Image": {
15481
- "shape": "S1ku",
15552
+ "shape": "S1l3",
15482
15553
  "locationName": "image"
15483
15554
  },
15484
15555
  "Volume": {
15485
- "shape": "S1kv",
15556
+ "shape": "S1l4",
15486
15557
  "locationName": "volume"
15487
15558
  }
15488
15559
  }
@@ -15726,25 +15797,25 @@
15726
15797
  "Attribute": {},
15727
15798
  "OperationType": {},
15728
15799
  "UserIds": {
15729
- "shape": "S1lo",
15800
+ "shape": "S1lx",
15730
15801
  "locationName": "UserId"
15731
15802
  },
15732
15803
  "UserGroups": {
15733
- "shape": "S1lp",
15804
+ "shape": "S1ly",
15734
15805
  "locationName": "UserGroup"
15735
15806
  },
15736
15807
  "ProductCodes": {
15737
- "shape": "S1lq",
15808
+ "shape": "S1lz",
15738
15809
  "locationName": "ProductCode"
15739
15810
  },
15740
15811
  "LoadPermission": {
15741
15812
  "type": "structure",
15742
15813
  "members": {
15743
15814
  "Add": {
15744
- "shape": "S1ls"
15815
+ "shape": "S1m1"
15745
15816
  },
15746
15817
  "Remove": {
15747
- "shape": "S1ls"
15818
+ "shape": "S1m1"
15748
15819
  }
15749
15820
  }
15750
15821
  },
@@ -15789,7 +15860,7 @@
15789
15860
  "locationName": "successful"
15790
15861
  },
15791
15862
  "Unsuccessful": {
15792
- "shape": "S1lx",
15863
+ "shape": "S1m6",
15793
15864
  "locationName": "unsuccessful"
15794
15865
  }
15795
15866
  }
@@ -15857,15 +15928,15 @@
15857
15928
  },
15858
15929
  "OperationType": {},
15859
15930
  "ProductCodes": {
15860
- "shape": "S1lq",
15931
+ "shape": "S1lz",
15861
15932
  "locationName": "ProductCode"
15862
15933
  },
15863
15934
  "UserGroups": {
15864
- "shape": "S1lp",
15935
+ "shape": "S1ly",
15865
15936
  "locationName": "UserGroup"
15866
15937
  },
15867
15938
  "UserIds": {
15868
- "shape": "S1lo",
15939
+ "shape": "S1lx",
15869
15940
  "locationName": "UserId"
15870
15941
  },
15871
15942
  "Value": {},
@@ -15990,7 +16061,7 @@
15990
16061
  "members": {
15991
16062
  "InstanceId": {},
15992
16063
  "CapacityReservationSpecification": {
15993
- "shape": "S1m8"
16064
+ "shape": "S1mh"
15994
16065
  },
15995
16066
  "DryRun": {
15996
16067
  "type": "boolean"
@@ -16428,7 +16499,7 @@
16428
16499
  "OperationType": {},
16429
16500
  "SnapshotId": {},
16430
16501
  "UserIds": {
16431
- "shape": "S1lo",
16502
+ "shape": "S1lx",
16432
16503
  "locationName": "UserId"
16433
16504
  },
16434
16505
  "DryRun": {
@@ -16959,13 +17030,13 @@
16959
17030
  ],
16960
17031
  "members": {
16961
17032
  "AccepterPeeringConnectionOptions": {
16962
- "shape": "S1oa"
17033
+ "shape": "S1oj"
16963
17034
  },
16964
17035
  "DryRun": {
16965
17036
  "type": "boolean"
16966
17037
  },
16967
17038
  "RequesterPeeringConnectionOptions": {
16968
- "shape": "S1oa"
17039
+ "shape": "S1oj"
16969
17040
  },
16970
17041
  "VpcPeeringConnectionId": {}
16971
17042
  }
@@ -16974,11 +17045,11 @@
16974
17045
  "type": "structure",
16975
17046
  "members": {
16976
17047
  "AccepterPeeringConnectionOptions": {
16977
- "shape": "S1oc",
17048
+ "shape": "S1ol",
16978
17049
  "locationName": "accepterPeeringConnectionOptions"
16979
17050
  },
16980
17051
  "RequesterPeeringConnectionOptions": {
16981
- "shape": "S1oc",
17052
+ "shape": "S1ol",
16982
17053
  "locationName": "requesterPeeringConnectionOptions"
16983
17054
  }
16984
17055
  }
@@ -17190,7 +17261,7 @@
17190
17261
  "type": "structure",
17191
17262
  "members": {
17192
17263
  "InstanceMonitorings": {
17193
- "shape": "S1or",
17264
+ "shape": "S1p0",
17194
17265
  "locationName": "instancesSet"
17195
17266
  }
17196
17267
  }
@@ -17745,7 +17816,7 @@
17745
17816
  "locationName": "successful"
17746
17817
  },
17747
17818
  "Unsuccessful": {
17748
- "shape": "S1lx",
17819
+ "shape": "S1m6",
17749
17820
  "locationName": "unsuccessful"
17750
17821
  }
17751
17822
  }
@@ -18635,7 +18706,7 @@
18635
18706
  }
18636
18707
  },
18637
18708
  "CapacityReservationSpecification": {
18638
- "shape": "S1m8"
18709
+ "shape": "S1mh"
18639
18710
  },
18640
18711
  "HibernationOptions": {
18641
18712
  "type": "structure",
@@ -18776,7 +18847,7 @@
18776
18847
  "type": "integer"
18777
18848
  },
18778
18849
  "Groups": {
18779
- "shape": "S1ru",
18850
+ "shape": "S1s3",
18780
18851
  "locationName": "Group"
18781
18852
  },
18782
18853
  "Ipv6AddressCount": {
@@ -18825,7 +18896,7 @@
18825
18896
  },
18826
18897
  "RamdiskId": {},
18827
18898
  "SecurityGroupIds": {
18828
- "shape": "S1ru",
18899
+ "shape": "S1s3",
18829
18900
  "locationName": "SecurityGroupId"
18830
18901
  },
18831
18902
  "SubnetId": {},
@@ -18857,16 +18928,16 @@
18857
18928
  ],
18858
18929
  "members": {
18859
18930
  "LocalGatewayRouteTableId": {},
18860
- "Filters": {
18861
- "shape": "Sq6",
18862
- "locationName": "Filter"
18863
- },
18864
18931
  "MaxResults": {
18865
18932
  "type": "integer"
18866
18933
  },
18867
18934
  "NextToken": {},
18868
18935
  "DryRun": {
18869
18936
  "type": "boolean"
18937
+ },
18938
+ "Filters": {
18939
+ "shape": "Sq6",
18940
+ "locationName": "Filter"
18870
18941
  }
18871
18942
  }
18872
18943
  },
@@ -19036,7 +19107,7 @@
19036
19107
  "type": "structure",
19037
19108
  "members": {
19038
19109
  "StartingInstances": {
19039
- "shape": "S1si",
19110
+ "shape": "S1sr",
19040
19111
  "locationName": "instancesSet"
19041
19112
  }
19042
19113
  }
@@ -19128,7 +19199,7 @@
19128
19199
  "type": "structure",
19129
19200
  "members": {
19130
19201
  "StoppingInstances": {
19131
- "shape": "S1si",
19202
+ "shape": "S1sr",
19132
19203
  "locationName": "instancesSet"
19133
19204
  }
19134
19205
  }
@@ -19203,7 +19274,7 @@
19203
19274
  "type": "structure",
19204
19275
  "members": {
19205
19276
  "TerminatingInstances": {
19206
- "shape": "S1si",
19277
+ "shape": "S1sr",
19207
19278
  "locationName": "instancesSet"
19208
19279
  }
19209
19280
  }
@@ -19288,7 +19359,7 @@
19288
19359
  "type": "structure",
19289
19360
  "members": {
19290
19361
  "InstanceMonitorings": {
19291
- "shape": "S1or",
19362
+ "shape": "S1p0",
19292
19363
  "locationName": "instancesSet"
19293
19364
  }
19294
19365
  }
@@ -19307,7 +19378,7 @@
19307
19378
  "shape": "S50"
19308
19379
  },
19309
19380
  "SecurityGroupRuleDescriptions": {
19310
- "shape": "S1t2",
19381
+ "shape": "S1tb",
19311
19382
  "locationName": "SecurityGroupRuleDescription"
19312
19383
  }
19313
19384
  }
@@ -19335,7 +19406,7 @@
19335
19406
  "shape": "S50"
19336
19407
  },
19337
19408
  "SecurityGroupRuleDescriptions": {
19338
- "shape": "S1t2",
19409
+ "shape": "S1tb",
19339
19410
  "locationName": "SecurityGroupRuleDescription"
19340
19411
  }
19341
19412
  }
@@ -26383,7 +26454,7 @@
26383
26454
  "locationName": "item"
26384
26455
  }
26385
26456
  },
26386
- "S1kk": {
26457
+ "S1kt": {
26387
26458
  "type": "structure",
26388
26459
  "members": {
26389
26460
  "Comment": {},
@@ -26398,14 +26469,14 @@
26398
26469
  }
26399
26470
  }
26400
26471
  },
26401
- "S1kn": {
26472
+ "S1kw": {
26402
26473
  "type": "structure",
26403
26474
  "members": {
26404
26475
  "S3Bucket": {},
26405
26476
  "S3Key": {}
26406
26477
  }
26407
26478
  },
26408
- "S1ku": {
26479
+ "S1l3": {
26409
26480
  "type": "structure",
26410
26481
  "required": [
26411
26482
  "Bytes",
@@ -26425,7 +26496,7 @@
26425
26496
  }
26426
26497
  }
26427
26498
  },
26428
- "S1kv": {
26499
+ "S1l4": {
26429
26500
  "type": "structure",
26430
26501
  "required": [
26431
26502
  "Size"
@@ -26437,25 +26508,25 @@
26437
26508
  }
26438
26509
  }
26439
26510
  },
26440
- "S1lo": {
26511
+ "S1lx": {
26441
26512
  "type": "list",
26442
26513
  "member": {
26443
26514
  "locationName": "UserId"
26444
26515
  }
26445
26516
  },
26446
- "S1lp": {
26517
+ "S1ly": {
26447
26518
  "type": "list",
26448
26519
  "member": {
26449
26520
  "locationName": "UserGroup"
26450
26521
  }
26451
26522
  },
26452
- "S1lq": {
26523
+ "S1lz": {
26453
26524
  "type": "list",
26454
26525
  "member": {
26455
26526
  "locationName": "ProductCode"
26456
26527
  }
26457
26528
  },
26458
- "S1ls": {
26529
+ "S1m1": {
26459
26530
  "type": "list",
26460
26531
  "member": {
26461
26532
  "locationName": "item",
@@ -26466,14 +26537,14 @@
26466
26537
  }
26467
26538
  }
26468
26539
  },
26469
- "S1lx": {
26540
+ "S1m6": {
26470
26541
  "type": "list",
26471
26542
  "member": {
26472
26543
  "shape": "S17",
26473
26544
  "locationName": "item"
26474
26545
  }
26475
26546
  },
26476
- "S1m8": {
26547
+ "S1mh": {
26477
26548
  "type": "structure",
26478
26549
  "members": {
26479
26550
  "CapacityReservationPreference": {},
@@ -26482,7 +26553,7 @@
26482
26553
  }
26483
26554
  }
26484
26555
  },
26485
- "S1oa": {
26556
+ "S1oj": {
26486
26557
  "type": "structure",
26487
26558
  "members": {
26488
26559
  "AllowDnsResolutionFromRemoteVpc": {
@@ -26496,7 +26567,7 @@
26496
26567
  }
26497
26568
  }
26498
26569
  },
26499
- "S1oc": {
26570
+ "S1ol": {
26500
26571
  "type": "structure",
26501
26572
  "members": {
26502
26573
  "AllowDnsResolutionFromRemoteVpc": {
@@ -26513,7 +26584,7 @@
26513
26584
  }
26514
26585
  }
26515
26586
  },
26516
- "S1or": {
26587
+ "S1p0": {
26517
26588
  "type": "list",
26518
26589
  "member": {
26519
26590
  "locationName": "item",
@@ -26529,13 +26600,13 @@
26529
26600
  }
26530
26601
  }
26531
26602
  },
26532
- "S1ru": {
26603
+ "S1s3": {
26533
26604
  "type": "list",
26534
26605
  "member": {
26535
26606
  "locationName": "SecurityGroupId"
26536
26607
  }
26537
26608
  },
26538
- "S1si": {
26609
+ "S1sr": {
26539
26610
  "type": "list",
26540
26611
  "member": {
26541
26612
  "locationName": "item",
@@ -26555,7 +26626,7 @@
26555
26626
  }
26556
26627
  }
26557
26628
  },
26558
- "S1t2": {
26629
+ "S1tb": {
26559
26630
  "type": "list",
26560
26631
  "member": {
26561
26632
  "locationName": "item",
@@ -638,6 +638,12 @@
638
638
  "output_token": "NextToken",
639
639
  "result_key": "TransitGatewayRouteTablePropagations"
640
640
  },
641
+ "GetVpnConnectionDeviceTypes": {
642
+ "input_token": "NextToken",
643
+ "limit_key": "MaxResults",
644
+ "output_token": "NextToken",
645
+ "result_key": "VpnConnectionDeviceTypes"
646
+ },
641
647
  "SearchLocalGatewayRoutes": {
642
648
  "input_token": "NextToken",
643
649
  "limit_key": "MaxResults",