aws-sdk 2.1645.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.
- package/README.md +1 -1
- package/apis/bedrock-runtime-2023-09-30.min.json +72 -45
- package/apis/codeartifact-2018-09-22.min.json +7 -1
- package/apis/compute-optimizer-2019-11-01.min.json +447 -134
- package/apis/cost-optimization-hub-2022-07-26.min.json +310 -262
- package/apis/cost-optimization-hub-2022-07-26.waiters2.json +5 -0
- package/apis/dynamodb-2011-12-05.min.json +4 -1
- package/apis/dynamodb-2012-08-10.min.json +4 -1
- package/apis/glue-2017-03-31.paginators.json +16 -8
- package/apis/ivs-realtime-2020-07-14.min.json +272 -245
- package/apis/ivs-realtime-2020-07-14.waiters2.json +5 -0
- package/apis/sagemaker-2017-07-24.min.json +1261 -1207
- package/apis/securityhub-2018-10-26.min.json +4 -1
- package/clients/bedrockruntime.d.ts +31 -0
- package/clients/codeartifact.d.ts +28 -28
- package/clients/computeoptimizer.d.ts +449 -47
- package/clients/costoptimizationhub.d.ts +380 -328
- package/clients/costoptimizationhub.js +1 -0
- package/clients/dynamodb.d.ts +12 -12
- package/clients/ivsrealtime.d.ts +282 -233
- package/clients/ivsrealtime.js +1 -0
- package/clients/sagemaker.d.ts +134 -34
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +336 -322
- package/dist/aws-sdk.js +11 -5
- package/dist/aws-sdk.min.js +5 -5
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
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){
|
@@ -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": {
|
@@ -275896,7 +275902,7 @@ AWS.util.update(AWS, {
|
|
275896
275902
|
/**
|
275897
275903
|
* @constant
|
275898
275904
|
*/
|
275899
|
-
VERSION: '2.
|
275905
|
+
VERSION: '2.1646.0',
|
275900
275906
|
|
275901
275907
|
/**
|
275902
275908
|
* @api private
|
@@ -298167,7 +298173,7 @@ var LRUCache = /** @class */ (function () {
|
|
298167
298173
|
}());
|
298168
298174
|
exports.LRUCache = LRUCache;
|
298169
298175
|
},{}],467:[function(require,module,exports){
|
298170
|
-
// AWS SDK for JavaScript v2.
|
298176
|
+
// AWS SDK for JavaScript v2.1646.0
|
298171
298177
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
298172
298178
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
298173
298179
|
require('./browser_loader');
|