aws-sdk 2.992.0 → 2.996.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 +27 -1
  2. package/README.md +1 -1
  3. package/apis/appintegrations-2020-07-29.min.json +222 -8
  4. package/apis/appsync-2017-07-25.min.json +97 -77
  5. package/apis/connect-2017-08-08.min.json +25 -11
  6. package/apis/ec2-2016-11-15.min.json +25 -15
  7. package/apis/imagebuilder-2019-12-02.min.json +116 -82
  8. package/apis/license-manager-2018-08-01.min.json +186 -72
  9. package/apis/mediaconvert-2017-08-29.min.json +194 -83
  10. package/apis/mediapackage-vod-2018-11-07.min.json +3 -0
  11. package/apis/mediatailor-2018-04-23.min.json +198 -149
  12. package/apis/metadata.json +7 -0
  13. package/apis/models.lex.v2-2020-08-07.min.json +179 -22
  14. package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  15. package/apis/pinpoint-2016-12-01.min.json +226 -213
  16. package/apis/ssm-2014-11-06.min.json +105 -100
  17. package/apis/ssm-2014-11-06.waiters2.json +5 -0
  18. package/apis/voice-id-2021-09-27.examples.json +5 -0
  19. package/apis/voice-id-2021-09-27.min.json +903 -0
  20. package/apis/voice-id-2021-09-27.paginators.json +24 -0
  21. package/apis/wafv2-2019-07-29.min.json +114 -97
  22. package/apis/wisdom-2020-10-19.examples.json +5 -0
  23. package/apis/wisdom-2020-10-19.min.json +1525 -0
  24. package/apis/wisdom-2020-10-19.paginators.json +46 -0
  25. package/clients/all.d.ts +2 -0
  26. package/clients/all.js +3 -1
  27. package/clients/appintegrations.d.ts +273 -2
  28. package/clients/appsync.d.ts +35 -13
  29. package/clients/connect.d.ts +60 -32
  30. package/clients/ec2.d.ts +17 -5
  31. package/clients/elbv2.d.ts +7 -7
  32. package/clients/iam.d.ts +85 -85
  33. package/clients/imagebuilder.d.ts +73 -25
  34. package/clients/lexmodelsv2.d.ts +188 -0
  35. package/clients/licensemanager.d.ts +215 -42
  36. package/clients/mediaconvert.d.ts +154 -17
  37. package/clients/mediapackagevod.d.ts +4 -0
  38. package/clients/mediatailor.d.ts +47 -1
  39. package/clients/pinpoint.d.ts +24 -0
  40. package/clients/ssm.d.ts +40 -19
  41. package/clients/voiceid.d.ts +1133 -0
  42. package/clients/voiceid.js +18 -0
  43. package/clients/wafv2.d.ts +18 -0
  44. package/clients/wisdom.d.ts +1499 -0
  45. package/clients/wisdom.js +18 -0
  46. package/dist/aws-sdk-core-react-native.js +5 -5
  47. package/dist/aws-sdk-react-native.js +96 -22
  48. package/dist/aws-sdk.js +173 -132
  49. package/dist/aws-sdk.min.js +70 -70
  50. package/lib/config.js +1 -1
  51. package/lib/config_service_placeholders.d.ts +4 -0
  52. package/lib/core.js +1 -1
  53. package/lib/event_listeners.js +1 -1
  54. package/lib/http_request.d.ts +1 -1
  55. package/lib/signers/v4.js +1 -1
  56. package/package.json +1 -1
@@ -1875,7 +1875,7 @@
1875
1875
  "shape": "S9e"
1876
1876
  },
1877
1877
  "TargetCapacitySpecification": {
1878
- "shape": "S9n"
1878
+ "shape": "S9o"
1879
1879
  },
1880
1880
  "TerminateInstancesWithExpiration": {
1881
1881
  "type": "boolean"
@@ -1911,7 +1911,7 @@
1911
1911
  "type": "structure",
1912
1912
  "members": {
1913
1913
  "LaunchTemplateAndOverrides": {
1914
- "shape": "S9u",
1914
+ "shape": "S9v",
1915
1915
  "locationName": "launchTemplateAndOverrides"
1916
1916
  },
1917
1917
  "Lifecycle": {
@@ -1934,7 +1934,7 @@
1934
1934
  "type": "structure",
1935
1935
  "members": {
1936
1936
  "LaunchTemplateAndOverrides": {
1937
- "shape": "S9u",
1937
+ "shape": "S9v",
1938
1938
  "locationName": "launchTemplateAndOverrides"
1939
1939
  },
1940
1940
  "Lifecycle": {
@@ -7110,14 +7110,14 @@
7110
7110
  "type": "structure",
7111
7111
  "members": {
7112
7112
  "LaunchTemplateSpecification": {
7113
- "shape": "S9v",
7113
+ "shape": "S9w",
7114
7114
  "locationName": "launchTemplateSpecification"
7115
7115
  },
7116
7116
  "Overrides": {
7117
7117
  "locationName": "overrides",
7118
7118
  "type": "list",
7119
7119
  "member": {
7120
- "shape": "S9w",
7120
+ "shape": "S9x",
7121
7121
  "locationName": "item"
7122
7122
  }
7123
7123
  }
@@ -7255,7 +7255,7 @@
7255
7255
  "type": "structure",
7256
7256
  "members": {
7257
7257
  "LaunchTemplateAndOverrides": {
7258
- "shape": "S9u",
7258
+ "shape": "S9v",
7259
7259
  "locationName": "launchTemplateAndOverrides"
7260
7260
  },
7261
7261
  "Lifecycle": {
@@ -7278,7 +7278,7 @@
7278
7278
  "type": "structure",
7279
7279
  "members": {
7280
7280
  "LaunchTemplateAndOverrides": {
7281
- "shape": "S9u",
7281
+ "shape": "S9v",
7282
7282
  "locationName": "launchTemplateAndOverrides"
7283
7283
  },
7284
7284
  "Lifecycle": {
@@ -15768,7 +15768,7 @@
15768
15768
  },
15769
15769
  "FleetId": {},
15770
15770
  "TargetCapacitySpecification": {
15771
- "shape": "S9n"
15771
+ "shape": "S9o"
15772
15772
  },
15773
15773
  "Context": {}
15774
15774
  }
@@ -20902,7 +20902,7 @@
20902
20902
  }
20903
20903
  }
20904
20904
  },
20905
- "S9n": {
20905
+ "S9o": {
20906
20906
  "type": "structure",
20907
20907
  "required": [
20908
20908
  "TotalTargetCapacity"
@@ -20920,20 +20920,20 @@
20920
20920
  "DefaultTargetCapacityType": {}
20921
20921
  }
20922
20922
  },
20923
- "S9u": {
20923
+ "S9v": {
20924
20924
  "type": "structure",
20925
20925
  "members": {
20926
20926
  "LaunchTemplateSpecification": {
20927
- "shape": "S9v",
20927
+ "shape": "S9w",
20928
20928
  "locationName": "launchTemplateSpecification"
20929
20929
  },
20930
20930
  "Overrides": {
20931
- "shape": "S9w",
20931
+ "shape": "S9x",
20932
20932
  "locationName": "overrides"
20933
20933
  }
20934
20934
  }
20935
20935
  },
20936
- "S9v": {
20936
+ "S9w": {
20937
20937
  "type": "structure",
20938
20938
  "members": {
20939
20939
  "LaunchTemplateId": {
@@ -20947,7 +20947,7 @@
20947
20947
  }
20948
20948
  }
20949
20949
  },
20950
- "S9w": {
20950
+ "S9x": {
20951
20951
  "type": "structure",
20952
20952
  "members": {
20953
20953
  "InstanceType": {
@@ -25011,6 +25011,16 @@
25011
25011
  },
25012
25012
  "BootMode": {
25013
25013
  "locationName": "bootMode"
25014
+ },
25015
+ "PlatformDetails": {
25016
+ "locationName": "platformDetails"
25017
+ },
25018
+ "UsageOperation": {
25019
+ "locationName": "usageOperation"
25020
+ },
25021
+ "UsageOperationUpdateTime": {
25022
+ "locationName": "usageOperationUpdateTime",
25023
+ "type": "timestamp"
25014
25024
  }
25015
25025
  }
25016
25026
  }
@@ -26045,7 +26055,7 @@
26045
26055
  "type": "structure",
26046
26056
  "members": {
26047
26057
  "LaunchTemplateSpecification": {
26048
- "shape": "S9v",
26058
+ "shape": "S9w",
26049
26059
  "locationName": "launchTemplateSpecification"
26050
26060
  },
26051
26061
  "Overrides": {