aws-sdk 2.1644.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/cur-2017-01-06.min.json +7 -1
- package/apis/directconnect-2012-10-25.min.json +7 -1
- package/apis/elastictranscoder-2012-09-25.min.json +7 -1
- package/apis/opensearch-2021-01-01.min.json +137 -112
- package/clients/artifact.d.ts +68 -64
- package/clients/artifact.js +1 -0
- package/clients/opensearch.d.ts +48 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +85 -78
- package/dist/aws-sdk.js +28 -7
- 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": {
|
@@ -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": {
|
@@ -143970,10 +143985,16 @@ module.exports={
|
|
143970
143985
|
"apiVersion": "2012-09-25",
|
143971
143986
|
"endpointPrefix": "elastictranscoder",
|
143972
143987
|
"protocol": "rest-json",
|
143988
|
+
"protocols": [
|
143989
|
+
"rest-json"
|
143990
|
+
],
|
143973
143991
|
"serviceFullName": "Amazon Elastic Transcoder",
|
143974
143992
|
"serviceId": "Elastic Transcoder",
|
143975
143993
|
"signatureVersion": "v4",
|
143976
|
-
"uid": "elastictranscoder-2012-09-25"
|
143994
|
+
"uid": "elastictranscoder-2012-09-25",
|
143995
|
+
"auth": [
|
143996
|
+
"aws.auth#sigv4"
|
143997
|
+
]
|
143977
143998
|
},
|
143978
143999
|
"operations": {
|
143979
144000
|
"CancelJob": {
|
@@ -275875,7 +275896,7 @@ AWS.util.update(AWS, {
|
|
275875
275896
|
/**
|
275876
275897
|
* @constant
|
275877
275898
|
*/
|
275878
|
-
VERSION: '2.
|
275899
|
+
VERSION: '2.1645.0',
|
275879
275900
|
|
275880
275901
|
/**
|
275881
275902
|
* @api private
|
@@ -298146,7 +298167,7 @@ var LRUCache = /** @class */ (function () {
|
|
298146
298167
|
}());
|
298147
298168
|
exports.LRUCache = LRUCache;
|
298148
298169
|
},{}],467:[function(require,module,exports){
|
298149
|
-
// AWS SDK for JavaScript v2.
|
298170
|
+
// AWS SDK for JavaScript v2.1645.0
|
298150
298171
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
298151
298172
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
298152
298173
|
require('./browser_loader');
|