aws-sdk 2.987.0 → 2.991.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 (46) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/chime-2018-05-01.min.json +148 -139
  4. package/apis/comprehend-2017-11-27.min.json +114 -97
  5. package/apis/dms-2016-01-01.min.json +3 -0
  6. package/apis/ec2-2016-11-15.min.json +48 -48
  7. package/apis/es-2015-01-01.min.json +14 -4
  8. package/apis/iot-2015-05-28.min.json +136 -119
  9. package/apis/kafkaconnect-2021-09-14.examples.json +5 -0
  10. package/apis/kafkaconnect-2021-09-14.min.json +960 -0
  11. package/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
  12. package/apis/macie2-2020-01-01.min.json +159 -108
  13. package/apis/metadata.json +3 -0
  14. package/apis/opensearch-2021-01-01.min.json +14 -4
  15. package/apis/pinpoint-2016-12-01.min.json +719 -329
  16. package/apis/robomaker-2018-06-29.min.json +138 -86
  17. package/apis/s3-2006-03-01.examples.json +145 -145
  18. package/apis/s3-2006-03-01.min.json +80 -78
  19. package/apis/sagemaker-2017-07-24.min.json +71 -22
  20. package/apis/transcribe-2017-10-26.min.json +30 -6
  21. package/apis/wafv2-2019-07-29.min.json +1 -0
  22. package/clients/all.d.ts +1 -0
  23. package/clients/all.js +2 -1
  24. package/clients/chime.d.ts +10 -5
  25. package/clients/comprehend.d.ts +35 -0
  26. package/clients/dms.d.ts +14 -10
  27. package/clients/ec2.d.ts +73 -73
  28. package/clients/es.d.ts +18 -3
  29. package/clients/iot.d.ts +28 -2
  30. package/clients/kafkaconnect.d.ts +1132 -0
  31. package/clients/kafkaconnect.js +18 -0
  32. package/clients/macie2.d.ts +75 -23
  33. package/clients/opensearch.d.ts +22 -1
  34. package/clients/pinpoint.d.ts +408 -4
  35. package/clients/robomaker.d.ts +85 -4
  36. package/clients/s3.d.ts +53 -44
  37. package/clients/sagemaker.d.ts +90 -17
  38. package/clients/transcribeservice.d.ts +27 -0
  39. package/clients/wafv2.d.ts +22 -18
  40. package/dist/aws-sdk-core-react-native.js +2 -2
  41. package/dist/aws-sdk-react-native.js +55 -18
  42. package/dist/aws-sdk.js +384 -345
  43. package/dist/aws-sdk.min.js +72 -72
  44. package/lib/config_service_placeholders.d.ts +2 -0
  45. package/lib/core.js +1 -1
  46. package/package.json +1 -1
@@ -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
  },
@@ -1941,7 +1941,7 @@
1941
1941
  "locationName": "lifecycle"
1942
1942
  },
1943
1943
  "InstanceIds": {
1944
- "shape": "Sa1",
1944
+ "shape": "Sa2",
1945
1945
  "locationName": "instanceIds"
1946
1946
  },
1947
1947
  "InstanceType": {
@@ -2020,10 +2020,10 @@
2020
2020
  "type": "boolean"
2021
2021
  },
2022
2022
  "InputStorageLocation": {
2023
- "shape": "Sab"
2023
+ "shape": "Sac"
2024
2024
  },
2025
2025
  "LogsStorageLocation": {
2026
- "shape": "Sab"
2026
+ "shape": "Sac"
2027
2027
  },
2028
2028
  "Description": {},
2029
2029
  "Name": {},
@@ -2055,7 +2055,7 @@
2055
2055
  ],
2056
2056
  "members": {
2057
2057
  "BlockDeviceMappings": {
2058
- "shape": "Sae",
2058
+ "shape": "Saf",
2059
2059
  "locationName": "blockDeviceMapping"
2060
2060
  },
2061
2061
  "Description": {
@@ -2099,7 +2099,7 @@
2099
2099
  },
2100
2100
  "Name": {},
2101
2101
  "TimeRanges": {
2102
- "shape": "Sak",
2102
+ "shape": "Sam",
2103
2103
  "locationName": "TimeRange"
2104
2104
  },
2105
2105
  "CronExpression": {},
@@ -2165,7 +2165,7 @@
2165
2165
  "type": "structure",
2166
2166
  "members": {
2167
2167
  "ExportTask": {
2168
- "shape": "Sat",
2168
+ "shape": "Sav",
2169
2169
  "locationName": "exportTask"
2170
2170
  }
2171
2171
  }
@@ -2189,7 +2189,7 @@
2189
2189
  "type": "structure",
2190
2190
  "members": {
2191
2191
  "InternetGateway": {
2192
- "shape": "Saz",
2192
+ "shape": "Sb1",
2193
2193
  "locationName": "internetGateway"
2194
2194
  }
2195
2195
  }
@@ -2253,7 +2253,7 @@
2253
2253
  "LaunchTemplateName": {},
2254
2254
  "VersionDescription": {},
2255
2255
  "LaunchTemplateData": {
2256
- "shape": "Sb6"
2256
+ "shape": "Sb8"
2257
2257
  },
2258
2258
  "TagSpecifications": {
2259
2259
  "shape": "S1t",
@@ -2291,7 +2291,7 @@
2291
2291
  "SourceVersion": {},
2292
2292
  "VersionDescription": {},
2293
2293
  "LaunchTemplateData": {
2294
- "shape": "Sb6"
2294
+ "shape": "Sb8"
2295
2295
  }
2296
2296
  }
2297
2297
  },
@@ -2574,7 +2574,7 @@
2574
2574
  "type": "boolean"
2575
2575
  },
2576
2576
  "Groups": {
2577
- "shape": "Sbf",
2577
+ "shape": "Sbg",
2578
2578
  "locationName": "SecurityGroupId"
2579
2579
  },
2580
2580
  "Ipv6AddressCount": {
@@ -2589,7 +2589,7 @@
2589
2589
  "locationName": "privateIpAddress"
2590
2590
  },
2591
2591
  "PrivateIpAddresses": {
2592
- "shape": "Sbi",
2592
+ "shape": "Sbj",
2593
2593
  "locationName": "privateIpAddresses"
2594
2594
  },
2595
2595
  "SecondaryPrivateIpAddressCount": {
@@ -2597,14 +2597,14 @@
2597
2597
  "type": "integer"
2598
2598
  },
2599
2599
  "Ipv4Prefixes": {
2600
- "shape": "Sbk",
2600
+ "shape": "Sbl",
2601
2601
  "locationName": "Ipv4Prefix"
2602
2602
  },
2603
2603
  "Ipv4PrefixCount": {
2604
2604
  "type": "integer"
2605
2605
  },
2606
2606
  "Ipv6Prefixes": {
2607
- "shape": "Sbm",
2607
+ "shape": "Sbn",
2608
2608
  "locationName": "Ipv6Prefix"
2609
2609
  },
2610
2610
  "Ipv6PrefixCount": {
@@ -3714,6 +3714,7 @@
3714
3714
  "CidrBlock"
3715
3715
  ],
3716
3716
  "members": {
3717
+ "CidrBlock": {},
3717
3718
  "AmazonProvidedIpv6CidrBlock": {
3718
3719
  "locationName": "amazonProvidedIpv6CidrBlock",
3719
3720
  "type": "boolean"
@@ -3731,8 +3732,7 @@
3731
3732
  "TagSpecifications": {
3732
3733
  "shape": "S1t",
3733
3734
  "locationName": "TagSpecification"
3734
- },
3735
- "CidrBlock": {}
3735
+ }
3736
3736
  }
3737
3737
  },
3738
3738
  "output": {
@@ -6860,7 +6860,7 @@
6860
6860
  "locationName": "exportTaskSet",
6861
6861
  "type": "list",
6862
6862
  "member": {
6863
- "shape": "Sat",
6863
+ "shape": "Sav",
6864
6864
  "locationName": "item"
6865
6865
  }
6866
6866
  }
@@ -7285,7 +7285,7 @@
7285
7285
  "locationName": "lifecycle"
7286
7286
  },
7287
7287
  "InstanceIds": {
7288
- "shape": "Sa1",
7288
+ "shape": "Sa2",
7289
7289
  "locationName": "instanceIds"
7290
7290
  },
7291
7291
  "InstanceType": {
@@ -9096,7 +9096,7 @@
9096
9096
  "locationName": "internetGatewaySet",
9097
9097
  "type": "list",
9098
9098
  "member": {
9099
- "shape": "Saz",
9099
+ "shape": "Sb1",
9100
9100
  "locationName": "item"
9101
9101
  }
9102
9102
  },
@@ -15306,7 +15306,7 @@
15306
15306
  "locationName": "architecture"
15307
15307
  },
15308
15308
  "GroupIds": {
15309
- "shape": "Sbf",
15309
+ "shape": "Sbg",
15310
15310
  "locationName": "GroupId"
15311
15311
  },
15312
15312
  "GroupNames": {
@@ -16118,7 +16118,7 @@
16118
16118
  "Name": {},
16119
16119
  "InstanceEventWindowId": {},
16120
16120
  "TimeRanges": {
16121
- "shape": "Sak",
16121
+ "shape": "Sam",
16122
16122
  "locationName": "TimeRange"
16123
16123
  },
16124
16124
  "CronExpression": {}
@@ -16303,7 +16303,7 @@
16303
16303
  "type": "boolean"
16304
16304
  },
16305
16305
  "Groups": {
16306
- "shape": "Sbf",
16306
+ "shape": "Sbg",
16307
16307
  "locationName": "SecurityGroupId"
16308
16308
  },
16309
16309
  "NetworkInterfaceId": {
@@ -17432,7 +17432,7 @@
17432
17432
  "locationName": "architecture"
17433
17433
  },
17434
17434
  "BlockDeviceMappings": {
17435
- "shape": "Sae",
17435
+ "shape": "Saf",
17436
17436
  "locationName": "BlockDeviceMapping"
17437
17437
  },
17438
17438
  "Description": {
@@ -18494,7 +18494,7 @@
18494
18494
  ],
18495
18495
  "members": {
18496
18496
  "BlockDeviceMappings": {
18497
- "shape": "Sae",
18497
+ "shape": "Saf",
18498
18498
  "locationName": "BlockDeviceMapping"
18499
18499
  },
18500
18500
  "ImageId": {},
@@ -18522,7 +18522,7 @@
18522
18522
  },
18523
18523
  "RamdiskId": {},
18524
18524
  "SecurityGroupIds": {
18525
- "shape": "Sbf",
18525
+ "shape": "Sbg",
18526
18526
  "locationName": "SecurityGroupId"
18527
18527
  },
18528
18528
  "SecurityGroups": {
@@ -20910,27 +20910,27 @@
20910
20910
  }
20911
20911
  }
20912
20912
  },
20913
- "Sa1": {
20913
+ "Sa2": {
20914
20914
  "type": "list",
20915
20915
  "member": {
20916
20916
  "locationName": "item"
20917
20917
  }
20918
20918
  },
20919
- "Sab": {
20919
+ "Sac": {
20920
20920
  "type": "structure",
20921
20921
  "members": {
20922
20922
  "Bucket": {},
20923
20923
  "Key": {}
20924
20924
  }
20925
20925
  },
20926
- "Sae": {
20926
+ "Saf": {
20927
20927
  "type": "list",
20928
20928
  "member": {
20929
- "shape": "Saf",
20929
+ "shape": "Sag",
20930
20930
  "locationName": "BlockDeviceMapping"
20931
20931
  }
20932
20932
  },
20933
- "Saf": {
20933
+ "Sag": {
20934
20934
  "type": "structure",
20935
20935
  "members": {
20936
20936
  "DeviceName": {
@@ -20980,7 +20980,7 @@
20980
20980
  }
20981
20981
  }
20982
20982
  },
20983
- "Sak": {
20983
+ "Sam": {
20984
20984
  "type": "list",
20985
20985
  "member": {
20986
20986
  "type": "structure",
@@ -20996,7 +20996,7 @@
20996
20996
  }
20997
20997
  }
20998
20998
  },
20999
- "Sat": {
20999
+ "Sav": {
21000
21000
  "type": "structure",
21001
21001
  "members": {
21002
21002
  "Description": {
@@ -21047,7 +21047,7 @@
21047
21047
  }
21048
21048
  }
21049
21049
  },
21050
- "Saz": {
21050
+ "Sb1": {
21051
21051
  "type": "structure",
21052
21052
  "members": {
21053
21053
  "Attachments": {
@@ -21066,7 +21066,7 @@
21066
21066
  }
21067
21067
  }
21068
21068
  },
21069
- "Sb6": {
21069
+ "Sb8": {
21070
21070
  "type": "structure",
21071
21071
  "members": {
21072
21072
  "KernelId": {},
@@ -21137,7 +21137,7 @@
21137
21137
  "type": "integer"
21138
21138
  },
21139
21139
  "Groups": {
21140
- "shape": "Sbf",
21140
+ "shape": "Sbg",
21141
21141
  "locationName": "SecurityGroupId"
21142
21142
  },
21143
21143
  "InterfaceType": {},
@@ -21157,7 +21157,7 @@
21157
21157
  "NetworkInterfaceId": {},
21158
21158
  "PrivateIpAddress": {},
21159
21159
  "PrivateIpAddresses": {
21160
- "shape": "Sbi"
21160
+ "shape": "Sbj"
21161
21161
  },
21162
21162
  "SecondaryPrivateIpAddressCount": {
21163
21163
  "type": "integer"
@@ -21167,14 +21167,14 @@
21167
21167
  "type": "integer"
21168
21168
  },
21169
21169
  "Ipv4Prefixes": {
21170
- "shape": "Sbk",
21170
+ "shape": "Sbl",
21171
21171
  "locationName": "Ipv4Prefix"
21172
21172
  },
21173
21173
  "Ipv4PrefixCount": {
21174
21174
  "type": "integer"
21175
21175
  },
21176
21176
  "Ipv6Prefixes": {
21177
- "shape": "Sbm",
21177
+ "shape": "Sbn",
21178
21178
  "locationName": "Ipv6Prefix"
21179
21179
  },
21180
21180
  "Ipv6PrefixCount": {
@@ -21256,7 +21256,7 @@
21256
21256
  }
21257
21257
  },
21258
21258
  "SecurityGroupIds": {
21259
- "shape": "Sbf",
21259
+ "shape": "Sbg",
21260
21260
  "locationName": "SecurityGroupId"
21261
21261
  },
21262
21262
  "SecurityGroups": {
@@ -21346,13 +21346,13 @@
21346
21346
  }
21347
21347
  }
21348
21348
  },
21349
- "Sbf": {
21349
+ "Sbg": {
21350
21350
  "type": "list",
21351
21351
  "member": {
21352
21352
  "locationName": "SecurityGroupId"
21353
21353
  }
21354
21354
  },
21355
- "Sbi": {
21355
+ "Sbj": {
21356
21356
  "type": "list",
21357
21357
  "member": {
21358
21358
  "locationName": "item",
@@ -21368,7 +21368,7 @@
21368
21368
  }
21369
21369
  }
21370
21370
  },
21371
- "Sbk": {
21371
+ "Sbl": {
21372
21372
  "type": "list",
21373
21373
  "member": {
21374
21374
  "locationName": "item",
@@ -21378,7 +21378,7 @@
21378
21378
  }
21379
21379
  }
21380
21380
  },
21381
- "Sbm": {
21381
+ "Sbn": {
21382
21382
  "type": "list",
21383
21383
  "member": {
21384
21384
  "locationName": "item",
@@ -21627,7 +21627,7 @@
21627
21627
  "locationName": "privateIpAddress"
21628
21628
  },
21629
21629
  "PrivateIpAddresses": {
21630
- "shape": "Sbi",
21630
+ "shape": "Sbj",
21631
21631
  "locationName": "privateIpAddressesSet"
21632
21632
  },
21633
21633
  "SecondaryPrivateIpAddressCount": {
@@ -24305,7 +24305,7 @@
24305
24305
  "Sx4": {
24306
24306
  "type": "list",
24307
24307
  "member": {
24308
- "shape": "Saf",
24308
+ "shape": "Sag",
24309
24309
  "locationName": "item"
24310
24310
  }
24311
24311
  },
@@ -25899,7 +25899,7 @@
25899
25899
  "type": "integer"
25900
25900
  },
25901
25901
  "Groups": {
25902
- "shape": "Sbf",
25902
+ "shape": "Sbg",
25903
25903
  "locationName": "SecurityGroupId"
25904
25904
  },
25905
25905
  "Ipv6AddressCount": {
@@ -25918,7 +25918,7 @@
25918
25918
  "locationName": "privateIpAddress"
25919
25919
  },
25920
25920
  "PrivateIpAddresses": {
25921
- "shape": "Sbi",
25921
+ "shape": "Sbj",
25922
25922
  "locationName": "privateIpAddressesSet",
25923
25923
  "queryName": "PrivateIpAddresses"
25924
25924
  },
@@ -25937,14 +25937,14 @@
25937
25937
  "type": "integer"
25938
25938
  },
25939
25939
  "Ipv4Prefixes": {
25940
- "shape": "Sbk",
25940
+ "shape": "Sbl",
25941
25941
  "locationName": "Ipv4Prefix"
25942
25942
  },
25943
25943
  "Ipv4PrefixCount": {
25944
25944
  "type": "integer"
25945
25945
  },
25946
25946
  "Ipv6Prefixes": {
25947
- "shape": "Sbm",
25947
+ "shape": "Sbn",
25948
25948
  "locationName": "Ipv6Prefix"
25949
25949
  },
25950
25950
  "Ipv6PrefixCount": {
@@ -1002,6 +1002,15 @@
1002
1002
  "method": "GET",
1003
1003
  "requestUri": "/2015-01-01/domain"
1004
1004
  },
1005
+ "input": {
1006
+ "type": "structure",
1007
+ "members": {
1008
+ "EngineType": {
1009
+ "location": "querystring",
1010
+ "locationName": "engineType"
1011
+ }
1012
+ }
1013
+ },
1005
1014
  "output": {
1006
1015
  "type": "structure",
1007
1016
  "members": {
@@ -1010,7 +1019,8 @@
1010
1019
  "member": {
1011
1020
  "type": "structure",
1012
1021
  "members": {
1013
- "DomainName": {}
1022
+ "DomainName": {},
1023
+ "EngineType": {}
1014
1024
  }
1015
1025
  }
1016
1026
  }
@@ -1047,7 +1057,7 @@
1047
1057
  "type": "structure",
1048
1058
  "members": {
1049
1059
  "DomainPackageDetailsList": {
1050
- "shape": "S6s"
1060
+ "shape": "S6u"
1051
1061
  },
1052
1062
  "NextToken": {}
1053
1063
  }
@@ -1153,7 +1163,7 @@
1153
1163
  "type": "structure",
1154
1164
  "members": {
1155
1165
  "DomainPackageDetailsList": {
1156
- "shape": "S6s"
1166
+ "shape": "S6u"
1157
1167
  },
1158
1168
  "NextToken": {}
1159
1169
  }
@@ -2173,7 +2183,7 @@
2173
2183
  "type": "list",
2174
2184
  "member": {}
2175
2185
  },
2176
- "S6s": {
2186
+ "S6u": {
2177
2187
  "type": "list",
2178
2188
  "member": {
2179
2189
  "shape": "Sl"