aws-sdk 2.1645.0 → 2.1647.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 (36) hide show
  1. package/README.md +1 -1
  2. package/apis/bedrock-runtime-2023-09-30.min.json +72 -45
  3. package/apis/codeartifact-2018-09-22.min.json +7 -1
  4. package/apis/compute-optimizer-2019-11-01.min.json +447 -134
  5. package/apis/cost-optimization-hub-2022-07-26.min.json +310 -262
  6. package/apis/cost-optimization-hub-2022-07-26.waiters2.json +5 -0
  7. package/apis/customer-profiles-2020-08-15.min.json +52 -25
  8. package/apis/dynamodb-2011-12-05.min.json +4 -1
  9. package/apis/dynamodb-2012-08-10.min.json +4 -1
  10. package/apis/ec2-2016-11-15.min.json +1 -1
  11. package/apis/glue-2017-03-31.paginators.json +16 -8
  12. package/apis/ivs-realtime-2020-07-14.min.json +272 -245
  13. package/apis/ivs-realtime-2020-07-14.waiters2.json +5 -0
  14. package/apis/qbusiness-2023-11-27.min.json +75 -54
  15. package/apis/sagemaker-2017-07-24.min.json +1261 -1207
  16. package/apis/securityhub-2018-10-26.min.json +4 -1
  17. package/apis/ssm-2014-11-06.min.json +14 -3
  18. package/apis/workspaces-web-2020-07-08.min.json +8 -1
  19. package/clients/bedrockruntime.d.ts +31 -0
  20. package/clients/codeartifact.d.ts +28 -28
  21. package/clients/computeoptimizer.d.ts +449 -47
  22. package/clients/costoptimizationhub.d.ts +380 -328
  23. package/clients/costoptimizationhub.js +1 -0
  24. package/clients/customerprofiles.d.ts +35 -5
  25. package/clients/dynamodb.d.ts +12 -12
  26. package/clients/ivsrealtime.d.ts +282 -233
  27. package/clients/ivsrealtime.js +1 -0
  28. package/clients/qbusiness.d.ts +22 -3
  29. package/clients/sagemaker.d.ts +134 -34
  30. package/clients/workspacesweb.d.ts +21 -1
  31. package/dist/aws-sdk-core-react-native.js +1 -1
  32. package/dist/aws-sdk-react-native.js +341 -327
  33. package/dist/aws-sdk.js +26 -9
  34. package/dist/aws-sdk.min.js +17 -17
  35. package/lib/core.js +1 -1
  36. package/package.json +1 -1
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1645.0
1
+ // AWS SDK for JavaScript v2.1647.0
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
4
4
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -84331,7 +84331,10 @@ module.exports={
84331
84331
  "serviceId": "DynamoDB",
84332
84332
  "signatureVersion": "v4",
84333
84333
  "targetPrefix": "DynamoDB_20111205",
84334
- "uid": "dynamodb-2011-12-05"
84334
+ "uid": "dynamodb-2011-12-05",
84335
+ "auth": [
84336
+ "aws.auth#sigv4"
84337
+ ]
84335
84338
  },
84336
84339
  "operations": {
84337
84340
  "BatchGetItem": {
@@ -85064,7 +85067,10 @@ module.exports={
85064
85067
  "serviceId": "DynamoDB",
85065
85068
  "signatureVersion": "v4",
85066
85069
  "targetPrefix": "DynamoDB_20120810",
85067
- "uid": "dynamodb-2012-08-10"
85070
+ "uid": "dynamodb-2012-08-10",
85071
+ "auth": [
85072
+ "aws.auth#sigv4"
85073
+ ]
85068
85074
  },
85069
85075
  "operations": {
85070
85076
  "BatchExecuteStatement": {
@@ -88439,7 +88445,7 @@ module.exports={
88439
88445
  "endpointPrefix": "ec2",
88440
88446
  "protocol": "ec2",
88441
88447
  "protocols": [
88442
- "query"
88448
+ "ec2"
88443
88449
  ],
88444
88450
  "serviceAbbreviation": "Amazon EC2",
88445
88451
  "serviceFullName": "Amazon Elastic Compute Cloud",
@@ -253959,7 +253965,10 @@ module.exports={
253959
253965
  "serviceId": "SSM",
253960
253966
  "signatureVersion": "v4",
253961
253967
  "targetPrefix": "AmazonSSM",
253962
- "uid": "ssm-2014-11-06"
253968
+ "uid": "ssm-2014-11-06",
253969
+ "auth": [
253970
+ "aws.auth#sigv4"
253971
+ ]
253963
253972
  },
253964
253973
  "operations": {
253965
253974
  "AddTagsToResource": {
@@ -255322,7 +255331,9 @@ module.exports={
255322
255331
  },
255323
255332
  "ResourceType": {},
255324
255333
  "Name": {},
255325
- "IPAddress": {},
255334
+ "IPAddress": {
255335
+ "shape": "Scp"
255336
+ },
255326
255337
  "ComputerName": {},
255327
255338
  "AssociationStatus": {},
255328
255339
  "LastAssociationExecutionDate": {
@@ -255525,7 +255536,9 @@ module.exports={
255525
255536
  "KeyName": {},
255526
255537
  "InstanceState": {},
255527
255538
  "Architecture": {},
255528
- "IPAddress": {},
255539
+ "IPAddress": {
255540
+ "shape": "Scp"
255541
+ },
255529
255542
  "LaunchTime": {
255530
255543
  "type": "timestamp"
255531
255544
  },
@@ -260197,6 +260210,10 @@ module.exports={
260197
260210
  "type": "list",
260198
260211
  "member": {}
260199
260212
  },
260213
+ "Scp": {
260214
+ "type": "string",
260215
+ "sensitive": true
260216
+ },
260200
260217
  "Scr": {
260201
260218
  "type": "structure",
260202
260219
  "members": {
@@ -275896,7 +275913,7 @@ AWS.util.update(AWS, {
275896
275913
  /**
275897
275914
  * @constant
275898
275915
  */
275899
- VERSION: '2.1645.0',
275916
+ VERSION: '2.1647.0',
275900
275917
 
275901
275918
  /**
275902
275919
  * @api private
@@ -298167,7 +298184,7 @@ var LRUCache = /** @class */ (function () {
298167
298184
  }());
298168
298185
  exports.LRUCache = LRUCache;
298169
298186
  },{}],467:[function(require,module,exports){
298170
- // AWS SDK for JavaScript v2.1645.0
298187
+ // AWS SDK for JavaScript v2.1647.0
298171
298188
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
298172
298189
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
298173
298190
  require('./browser_loader');