aws-sdk 2.1644.0 → 2.1646.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/README.md +1 -1
  2. package/apis/artifact-2018-05-10.examples.json +113 -0
  3. package/apis/artifact-2018-05-10.min.json +47 -41
  4. package/apis/artifact-2018-05-10.waiters2.json +5 -0
  5. package/apis/athena-2017-05-18.min.json +4 -1
  6. package/apis/bedrock-runtime-2023-09-30.min.json +72 -45
  7. package/apis/codeartifact-2018-09-22.min.json +7 -1
  8. package/apis/compute-optimizer-2019-11-01.min.json +447 -134
  9. package/apis/cost-optimization-hub-2022-07-26.min.json +310 -262
  10. package/apis/cost-optimization-hub-2022-07-26.waiters2.json +5 -0
  11. package/apis/cur-2017-01-06.min.json +7 -1
  12. package/apis/directconnect-2012-10-25.min.json +7 -1
  13. package/apis/dynamodb-2011-12-05.min.json +4 -1
  14. package/apis/dynamodb-2012-08-10.min.json +4 -1
  15. package/apis/elastictranscoder-2012-09-25.min.json +7 -1
  16. package/apis/glue-2017-03-31.paginators.json +16 -8
  17. package/apis/ivs-realtime-2020-07-14.min.json +272 -245
  18. package/apis/ivs-realtime-2020-07-14.waiters2.json +5 -0
  19. package/apis/opensearch-2021-01-01.min.json +137 -112
  20. package/apis/sagemaker-2017-07-24.min.json +1261 -1207
  21. package/apis/securityhub-2018-10-26.min.json +4 -1
  22. package/clients/artifact.d.ts +68 -64
  23. package/clients/artifact.js +1 -0
  24. package/clients/bedrockruntime.d.ts +31 -0
  25. package/clients/codeartifact.d.ts +28 -28
  26. package/clients/computeoptimizer.d.ts +449 -47
  27. package/clients/costoptimizationhub.d.ts +380 -328
  28. package/clients/costoptimizationhub.js +1 -0
  29. package/clients/dynamodb.d.ts +12 -12
  30. package/clients/ivsrealtime.d.ts +282 -233
  31. package/clients/ivsrealtime.js +1 -0
  32. package/clients/opensearch.d.ts +48 -2
  33. package/clients/sagemaker.d.ts +134 -34
  34. package/dist/aws-sdk-core-react-native.js +1 -1
  35. package/dist/aws-sdk-react-native.js +347 -326
  36. package/dist/aws-sdk.js +36 -9
  37. package/dist/aws-sdk.min.js +105 -105
  38. package/lib/core.js +1 -1
  39. package/package.json +1 -1
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1644.0
1
+ // AWS SDK for JavaScript v2.1646.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){
@@ -7116,7 +7116,10 @@ module.exports={
7116
7116
  "serviceId": "Athena",
7117
7117
  "signatureVersion": "v4",
7118
7118
  "targetPrefix": "AmazonAthena",
7119
- "uid": "athena-2017-05-18"
7119
+ "uid": "athena-2017-05-18",
7120
+ "auth": [
7121
+ "aws.auth#sigv4"
7122
+ ]
7120
7123
  },
7121
7124
  "operations": {
7122
7125
  "BatchGetNamedQuery": {
@@ -79474,12 +79477,18 @@ module.exports={
79474
79477
  "endpointPrefix": "cur",
79475
79478
  "jsonVersion": "1.1",
79476
79479
  "protocol": "json",
79480
+ "protocols": [
79481
+ "json"
79482
+ ],
79477
79483
  "serviceFullName": "AWS Cost and Usage Report Service",
79478
79484
  "serviceId": "Cost and Usage Report Service",
79479
79485
  "signatureVersion": "v4",
79480
79486
  "signingName": "cur",
79481
79487
  "targetPrefix": "AWSOrigamiServiceGatewayService",
79482
- "uid": "cur-2017-01-06"
79488
+ "uid": "cur-2017-01-06",
79489
+ "auth": [
79490
+ "aws.auth#sigv4"
79491
+ ]
79483
79492
  },
79484
79493
  "operations": {
79485
79494
  "DeleteReportDefinition": {
@@ -82468,11 +82477,17 @@ module.exports={
82468
82477
  "endpointPrefix": "directconnect",
82469
82478
  "jsonVersion": "1.1",
82470
82479
  "protocol": "json",
82480
+ "protocols": [
82481
+ "json"
82482
+ ],
82471
82483
  "serviceFullName": "AWS Direct Connect",
82472
82484
  "serviceId": "Direct Connect",
82473
82485
  "signatureVersion": "v4",
82474
82486
  "targetPrefix": "OvertureService",
82475
- "uid": "directconnect-2012-10-25"
82487
+ "uid": "directconnect-2012-10-25",
82488
+ "auth": [
82489
+ "aws.auth#sigv4"
82490
+ ]
82476
82491
  },
82477
82492
  "operations": {
82478
82493
  "AcceptDirectConnectGatewayAssociationProposal": {
@@ -84316,7 +84331,10 @@ module.exports={
84316
84331
  "serviceId": "DynamoDB",
84317
84332
  "signatureVersion": "v4",
84318
84333
  "targetPrefix": "DynamoDB_20111205",
84319
- "uid": "dynamodb-2011-12-05"
84334
+ "uid": "dynamodb-2011-12-05",
84335
+ "auth": [
84336
+ "aws.auth#sigv4"
84337
+ ]
84320
84338
  },
84321
84339
  "operations": {
84322
84340
  "BatchGetItem": {
@@ -85049,7 +85067,10 @@ module.exports={
85049
85067
  "serviceId": "DynamoDB",
85050
85068
  "signatureVersion": "v4",
85051
85069
  "targetPrefix": "DynamoDB_20120810",
85052
- "uid": "dynamodb-2012-08-10"
85070
+ "uid": "dynamodb-2012-08-10",
85071
+ "auth": [
85072
+ "aws.auth#sigv4"
85073
+ ]
85053
85074
  },
85054
85075
  "operations": {
85055
85076
  "BatchExecuteStatement": {
@@ -143970,10 +143991,16 @@ module.exports={
143970
143991
  "apiVersion": "2012-09-25",
143971
143992
  "endpointPrefix": "elastictranscoder",
143972
143993
  "protocol": "rest-json",
143994
+ "protocols": [
143995
+ "rest-json"
143996
+ ],
143973
143997
  "serviceFullName": "Amazon Elastic Transcoder",
143974
143998
  "serviceId": "Elastic Transcoder",
143975
143999
  "signatureVersion": "v4",
143976
- "uid": "elastictranscoder-2012-09-25"
144000
+ "uid": "elastictranscoder-2012-09-25",
144001
+ "auth": [
144002
+ "aws.auth#sigv4"
144003
+ ]
143977
144004
  },
143978
144005
  "operations": {
143979
144006
  "CancelJob": {
@@ -275875,7 +275902,7 @@ AWS.util.update(AWS, {
275875
275902
  /**
275876
275903
  * @constant
275877
275904
  */
275878
- VERSION: '2.1644.0',
275905
+ VERSION: '2.1646.0',
275879
275906
 
275880
275907
  /**
275881
275908
  * @api private
@@ -298146,7 +298173,7 @@ var LRUCache = /** @class */ (function () {
298146
298173
  }());
298147
298174
  exports.LRUCache = LRUCache;
298148
298175
  },{}],467:[function(require,module,exports){
298149
- // AWS SDK for JavaScript v2.1644.0
298176
+ // AWS SDK for JavaScript v2.1646.0
298150
298177
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
298151
298178
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
298152
298179
  require('./browser_loader');