aws-sdk 2.1594.0 → 2.1596.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/controlcatalog-2018-05-10.examples.json +5 -0
- package/apis/controlcatalog-2018-05-10.min.json +228 -0
- package/apis/controlcatalog-2018-05-10.paginators.json +22 -0
- package/apis/mediaconvert-2017-08-29.min.json +107 -80
- package/apis/metadata.json +3 -0
- package/apis/pinpoint-2016-12-01.min.json +3 -1
- package/apis/rds-2014-10-31.min.json +7 -3
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/codebuild.d.ts +3 -3
- package/clients/controlcatalog.d.ts +260 -0
- package/clients/controlcatalog.js +18 -0
- package/clients/mediaconvert.d.ts +46 -4
- package/clients/mgn.d.ts +4 -4
- package/clients/networkmonitor.d.ts +16 -16
- package/clients/pinpoint.d.ts +10 -2
- package/clients/rds.d.ts +17 -1
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +44 -7
- package/dist/aws-sdk.js +13 -6
- package/dist/aws-sdk.min.js +39 -39
- package/lib/config_service_placeholders.d.ts +2 -0
- 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.1596.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){
|
@@ -195862,6 +195862,9 @@ module.exports={
|
|
195862
195862
|
},
|
195863
195863
|
"deadline": {
|
195864
195864
|
"name": "Deadline"
|
195865
|
+
},
|
195866
|
+
"controlcatalog": {
|
195867
|
+
"name": "ControlCatalog"
|
195865
195868
|
}
|
195866
195869
|
}
|
195867
195870
|
},{}],169:[function(require,module,exports){
|
@@ -214864,6 +214867,7 @@ module.exports={
|
|
214864
214867
|
"UpgradeStorageConfig": {
|
214865
214868
|
"type": "boolean"
|
214866
214869
|
},
|
214870
|
+
"CACertificateIdentifier": {},
|
214867
214871
|
"SourceRegion": {}
|
214868
214872
|
}
|
214869
214873
|
},
|
@@ -218907,7 +218911,8 @@ module.exports={
|
|
218907
218911
|
},
|
218908
218912
|
"DedicatedLogVolume": {
|
218909
218913
|
"type": "boolean"
|
218910
|
-
}
|
218914
|
+
},
|
218915
|
+
"CACertificateIdentifier": {}
|
218911
218916
|
}
|
218912
218917
|
},
|
218913
218918
|
"output": {
|
@@ -219029,7 +219034,8 @@ module.exports={
|
|
219029
219034
|
"MasterUserSecretKmsKeyId": {},
|
219030
219035
|
"DedicatedLogVolume": {
|
219031
219036
|
"type": "boolean"
|
219032
|
-
}
|
219037
|
+
},
|
219038
|
+
"CACertificateIdentifier": {}
|
219033
219039
|
}
|
219034
219040
|
},
|
219035
219041
|
"output": {
|
@@ -219134,7 +219140,8 @@ module.exports={
|
|
219134
219140
|
},
|
219135
219141
|
"DedicatedLogVolume": {
|
219136
219142
|
"type": "boolean"
|
219137
|
-
}
|
219143
|
+
},
|
219144
|
+
"CACertificateIdentifier": {}
|
219138
219145
|
}
|
219139
219146
|
},
|
219140
219147
|
"output": {
|
@@ -273429,7 +273436,7 @@ AWS.util.update(AWS, {
|
|
273429
273436
|
/**
|
273430
273437
|
* @constant
|
273431
273438
|
*/
|
273432
|
-
VERSION: '2.
|
273439
|
+
VERSION: '2.1596.0',
|
273433
273440
|
|
273434
273441
|
/**
|
273435
273442
|
* @api private
|
@@ -295684,7 +295691,7 @@ var LRUCache = /** @class */ (function () {
|
|
295684
295691
|
}());
|
295685
295692
|
exports.LRUCache = LRUCache;
|
295686
295693
|
},{}],467:[function(require,module,exports){
|
295687
|
-
// AWS SDK for JavaScript v2.
|
295694
|
+
// AWS SDK for JavaScript v2.1596.0
|
295688
295695
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
295689
295696
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
295690
295697
|
require('./browser_loader');
|