aws-sdk 2.1643.0 → 2.1644.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 +248 -28
- package/apis/cloudtrail-2013-11-01.min.json +4 -1
- package/apis/config-2014-11-12.min.json +7 -1
- package/apis/eks-2017-11-01.min.json +63 -42
- package/apis/lightsail-2016-11-28.min.json +4 -1
- package/apis/polly-2016-06-10.min.json +7 -1
- package/apis/rekognition-2016-06-27.min.json +7 -1
- package/apis/sagemaker-2017-07-24.min.json +1188 -945
- package/apis/sagemaker-2017-07-24.paginators.json +6 -0
- package/apis/shield-2016-06-02.min.json +7 -1
- package/apis/snowball-2016-06-30.min.json +7 -1
- package/clients/bedrockruntime.d.ts +264 -14
- package/clients/eks.d.ts +26 -0
- package/clients/sagemaker.d.ts +364 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +28 -7
- package/dist/aws-sdk.min.js +31 -31
- 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.1644.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){
|
@@ -41772,7 +41772,10 @@ module.exports={
|
|
41772
41772
|
"serviceId": "CloudTrail",
|
41773
41773
|
"signatureVersion": "v4",
|
41774
41774
|
"targetPrefix": "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101",
|
41775
|
-
"uid": "cloudtrail-2013-11-01"
|
41775
|
+
"uid": "cloudtrail-2013-11-01",
|
41776
|
+
"auth": [
|
41777
|
+
"aws.auth#sigv4"
|
41778
|
+
]
|
41776
41779
|
},
|
41777
41780
|
"operations": {
|
41778
41781
|
"AddTags": {
|
@@ -63319,12 +63322,18 @@ module.exports={
|
|
63319
63322
|
"endpointPrefix": "config",
|
63320
63323
|
"jsonVersion": "1.1",
|
63321
63324
|
"protocol": "json",
|
63325
|
+
"protocols": [
|
63326
|
+
"json"
|
63327
|
+
],
|
63322
63328
|
"serviceAbbreviation": "Config Service",
|
63323
63329
|
"serviceFullName": "AWS Config",
|
63324
63330
|
"serviceId": "Config Service",
|
63325
63331
|
"signatureVersion": "v4",
|
63326
63332
|
"targetPrefix": "StarlingDoveService",
|
63327
|
-
"uid": "config-2014-11-12"
|
63333
|
+
"uid": "config-2014-11-12",
|
63334
|
+
"auth": [
|
63335
|
+
"aws.auth#sigv4"
|
63336
|
+
]
|
63328
63337
|
},
|
63329
63338
|
"operations": {
|
63330
63339
|
"BatchGetAggregateResourceConfig": {
|
@@ -206961,10 +206970,16 @@ module.exports={
|
|
206961
206970
|
"apiVersion": "2016-06-10",
|
206962
206971
|
"endpointPrefix": "polly",
|
206963
206972
|
"protocol": "rest-json",
|
206973
|
+
"protocols": [
|
206974
|
+
"rest-json"
|
206975
|
+
],
|
206964
206976
|
"serviceFullName": "Amazon Polly",
|
206965
206977
|
"serviceId": "Polly",
|
206966
206978
|
"signatureVersion": "v4",
|
206967
|
-
"uid": "polly-2016-06-10"
|
206979
|
+
"uid": "polly-2016-06-10",
|
206980
|
+
"auth": [
|
206981
|
+
"aws.auth#sigv4"
|
206982
|
+
]
|
206968
206983
|
},
|
206969
206984
|
"operations": {
|
206970
206985
|
"DeleteLexicon": {
|
@@ -229616,11 +229631,17 @@ module.exports={
|
|
229616
229631
|
"endpointPrefix": "rekognition",
|
229617
229632
|
"jsonVersion": "1.1",
|
229618
229633
|
"protocol": "json",
|
229634
|
+
"protocols": [
|
229635
|
+
"json"
|
229636
|
+
],
|
229619
229637
|
"serviceFullName": "Amazon Rekognition",
|
229620
229638
|
"serviceId": "Rekognition",
|
229621
229639
|
"signatureVersion": "v4",
|
229622
229640
|
"targetPrefix": "RekognitionService",
|
229623
|
-
"uid": "rekognition-2016-06-27"
|
229641
|
+
"uid": "rekognition-2016-06-27",
|
229642
|
+
"auth": [
|
229643
|
+
"aws.auth#sigv4"
|
229644
|
+
]
|
229624
229645
|
},
|
229625
229646
|
"operations": {
|
229626
229647
|
"AssociateFaces": {
|
@@ -275854,7 +275875,7 @@ AWS.util.update(AWS, {
|
|
275854
275875
|
/**
|
275855
275876
|
* @constant
|
275856
275877
|
*/
|
275857
|
-
VERSION: '2.
|
275878
|
+
VERSION: '2.1644.0',
|
275858
275879
|
|
275859
275880
|
/**
|
275860
275881
|
* @api private
|
@@ -298125,7 +298146,7 @@ var LRUCache = /** @class */ (function () {
|
|
298125
298146
|
}());
|
298126
298147
|
exports.LRUCache = LRUCache;
|
298127
298148
|
},{}],467:[function(require,module,exports){
|
298128
|
-
// AWS SDK for JavaScript v2.
|
298149
|
+
// AWS SDK for JavaScript v2.1644.0
|
298129
298150
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
298130
298151
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
298131
298152
|
require('./browser_loader');
|