aws-sdk 2.1643.0 → 2.1645.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/artifact-2018-05-10.examples.json +113 -0
- package/apis/artifact-2018-05-10.min.json +47 -41
- package/apis/artifact-2018-05-10.waiters2.json +5 -0
- package/apis/athena-2017-05-18.min.json +4 -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/cur-2017-01-06.min.json +7 -1
- package/apis/directconnect-2012-10-25.min.json +7 -1
- package/apis/eks-2017-11-01.min.json +63 -42
- package/apis/elastictranscoder-2012-09-25.min.json +7 -1
- package/apis/lightsail-2016-11-28.min.json +4 -1
- package/apis/opensearch-2021-01-01.min.json +137 -112
- 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/artifact.d.ts +68 -64
- package/clients/artifact.js +1 -0
- package/clients/bedrockruntime.d.ts +264 -14
- package/clients/eks.d.ts +26 -0
- package/clients/opensearch.d.ts +48 -2
- package/clients/sagemaker.d.ts +364 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +96 -89
- package/dist/aws-sdk.js +53 -11
- package/dist/aws-sdk.min.js +105 -105
- 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.1645.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": {
|
@@ -41772,7 +41775,10 @@ module.exports={
|
|
41772
41775
|
"serviceId": "CloudTrail",
|
41773
41776
|
"signatureVersion": "v4",
|
41774
41777
|
"targetPrefix": "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101",
|
41775
|
-
"uid": "cloudtrail-2013-11-01"
|
41778
|
+
"uid": "cloudtrail-2013-11-01",
|
41779
|
+
"auth": [
|
41780
|
+
"aws.auth#sigv4"
|
41781
|
+
]
|
41776
41782
|
},
|
41777
41783
|
"operations": {
|
41778
41784
|
"AddTags": {
|
@@ -63319,12 +63325,18 @@ module.exports={
|
|
63319
63325
|
"endpointPrefix": "config",
|
63320
63326
|
"jsonVersion": "1.1",
|
63321
63327
|
"protocol": "json",
|
63328
|
+
"protocols": [
|
63329
|
+
"json"
|
63330
|
+
],
|
63322
63331
|
"serviceAbbreviation": "Config Service",
|
63323
63332
|
"serviceFullName": "AWS Config",
|
63324
63333
|
"serviceId": "Config Service",
|
63325
63334
|
"signatureVersion": "v4",
|
63326
63335
|
"targetPrefix": "StarlingDoveService",
|
63327
|
-
"uid": "config-2014-11-12"
|
63336
|
+
"uid": "config-2014-11-12",
|
63337
|
+
"auth": [
|
63338
|
+
"aws.auth#sigv4"
|
63339
|
+
]
|
63328
63340
|
},
|
63329
63341
|
"operations": {
|
63330
63342
|
"BatchGetAggregateResourceConfig": {
|
@@ -79465,12 +79477,18 @@ module.exports={
|
|
79465
79477
|
"endpointPrefix": "cur",
|
79466
79478
|
"jsonVersion": "1.1",
|
79467
79479
|
"protocol": "json",
|
79480
|
+
"protocols": [
|
79481
|
+
"json"
|
79482
|
+
],
|
79468
79483
|
"serviceFullName": "AWS Cost and Usage Report Service",
|
79469
79484
|
"serviceId": "Cost and Usage Report Service",
|
79470
79485
|
"signatureVersion": "v4",
|
79471
79486
|
"signingName": "cur",
|
79472
79487
|
"targetPrefix": "AWSOrigamiServiceGatewayService",
|
79473
|
-
"uid": "cur-2017-01-06"
|
79488
|
+
"uid": "cur-2017-01-06",
|
79489
|
+
"auth": [
|
79490
|
+
"aws.auth#sigv4"
|
79491
|
+
]
|
79474
79492
|
},
|
79475
79493
|
"operations": {
|
79476
79494
|
"DeleteReportDefinition": {
|
@@ -82459,11 +82477,17 @@ module.exports={
|
|
82459
82477
|
"endpointPrefix": "directconnect",
|
82460
82478
|
"jsonVersion": "1.1",
|
82461
82479
|
"protocol": "json",
|
82480
|
+
"protocols": [
|
82481
|
+
"json"
|
82482
|
+
],
|
82462
82483
|
"serviceFullName": "AWS Direct Connect",
|
82463
82484
|
"serviceId": "Direct Connect",
|
82464
82485
|
"signatureVersion": "v4",
|
82465
82486
|
"targetPrefix": "OvertureService",
|
82466
|
-
"uid": "directconnect-2012-10-25"
|
82487
|
+
"uid": "directconnect-2012-10-25",
|
82488
|
+
"auth": [
|
82489
|
+
"aws.auth#sigv4"
|
82490
|
+
]
|
82467
82491
|
},
|
82468
82492
|
"operations": {
|
82469
82493
|
"AcceptDirectConnectGatewayAssociationProposal": {
|
@@ -143961,10 +143985,16 @@ module.exports={
|
|
143961
143985
|
"apiVersion": "2012-09-25",
|
143962
143986
|
"endpointPrefix": "elastictranscoder",
|
143963
143987
|
"protocol": "rest-json",
|
143988
|
+
"protocols": [
|
143989
|
+
"rest-json"
|
143990
|
+
],
|
143964
143991
|
"serviceFullName": "Amazon Elastic Transcoder",
|
143965
143992
|
"serviceId": "Elastic Transcoder",
|
143966
143993
|
"signatureVersion": "v4",
|
143967
|
-
"uid": "elastictranscoder-2012-09-25"
|
143994
|
+
"uid": "elastictranscoder-2012-09-25",
|
143995
|
+
"auth": [
|
143996
|
+
"aws.auth#sigv4"
|
143997
|
+
]
|
143968
143998
|
},
|
143969
143999
|
"operations": {
|
143970
144000
|
"CancelJob": {
|
@@ -206961,10 +206991,16 @@ module.exports={
|
|
206961
206991
|
"apiVersion": "2016-06-10",
|
206962
206992
|
"endpointPrefix": "polly",
|
206963
206993
|
"protocol": "rest-json",
|
206994
|
+
"protocols": [
|
206995
|
+
"rest-json"
|
206996
|
+
],
|
206964
206997
|
"serviceFullName": "Amazon Polly",
|
206965
206998
|
"serviceId": "Polly",
|
206966
206999
|
"signatureVersion": "v4",
|
206967
|
-
"uid": "polly-2016-06-10"
|
207000
|
+
"uid": "polly-2016-06-10",
|
207001
|
+
"auth": [
|
207002
|
+
"aws.auth#sigv4"
|
207003
|
+
]
|
206968
207004
|
},
|
206969
207005
|
"operations": {
|
206970
207006
|
"DeleteLexicon": {
|
@@ -229616,11 +229652,17 @@ module.exports={
|
|
229616
229652
|
"endpointPrefix": "rekognition",
|
229617
229653
|
"jsonVersion": "1.1",
|
229618
229654
|
"protocol": "json",
|
229655
|
+
"protocols": [
|
229656
|
+
"json"
|
229657
|
+
],
|
229619
229658
|
"serviceFullName": "Amazon Rekognition",
|
229620
229659
|
"serviceId": "Rekognition",
|
229621
229660
|
"signatureVersion": "v4",
|
229622
229661
|
"targetPrefix": "RekognitionService",
|
229623
|
-
"uid": "rekognition-2016-06-27"
|
229662
|
+
"uid": "rekognition-2016-06-27",
|
229663
|
+
"auth": [
|
229664
|
+
"aws.auth#sigv4"
|
229665
|
+
]
|
229624
229666
|
},
|
229625
229667
|
"operations": {
|
229626
229668
|
"AssociateFaces": {
|
@@ -275854,7 +275896,7 @@ AWS.util.update(AWS, {
|
|
275854
275896
|
/**
|
275855
275897
|
* @constant
|
275856
275898
|
*/
|
275857
|
-
VERSION: '2.
|
275899
|
+
VERSION: '2.1645.0',
|
275858
275900
|
|
275859
275901
|
/**
|
275860
275902
|
* @api private
|
@@ -298125,7 +298167,7 @@ var LRUCache = /** @class */ (function () {
|
|
298125
298167
|
}());
|
298126
298168
|
exports.LRUCache = LRUCache;
|
298127
298169
|
},{}],467:[function(require,module,exports){
|
298128
|
-
// AWS SDK for JavaScript v2.
|
298170
|
+
// AWS SDK for JavaScript v2.1645.0
|
298129
298171
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
298130
298172
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
298131
298173
|
require('./browser_loader');
|