aws-sdk 2.1524.0 → 2.1526.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/elasticmapreduce-2009-03-31.min.json +17 -0
- package/apis/glue-2017-03-31.min.json +64 -18
- package/apis/lakeformation-2017-03-31.min.json +24 -3
- package/apis/mediaconnect-2018-11-14.min.json +151 -20
- package/apis/metadata.json +3 -0
- package/apis/networkmonitor-2023-08-01.examples.json +5 -0
- package/apis/networkmonitor-2023-08-01.min.json +617 -0
- package/apis/networkmonitor-2023-08-01.paginators.json +10 -0
- package/apis/networkmonitor-2023-08-01.waiters2.json +5 -0
- package/apis/s3-2006-03-01.examples.json +121 -121
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/emr.d.ts +18 -0
- package/clients/glue.d.ts +84 -2
- package/clients/iam.d.ts +4 -4
- package/clients/lakeformation.d.ts +42 -1
- package/clients/mediaconnect.d.ts +101 -0
- package/clients/networkmonitor.d.ts +696 -0
- package/clients/networkmonitor.js +19 -0
- package/clients/omics.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +52 -8
- package/dist/aws-sdk.js +23 -3
- package/dist/aws-sdk.min.js +56 -56
- 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.1526.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){
|
@@ -140176,6 +140176,23 @@ module.exports={
|
|
140176
140176
|
}
|
140177
140177
|
}
|
140178
140178
|
},
|
140179
|
+
"SetKeepJobFlowAliveWhenNoSteps": {
|
140180
|
+
"input": {
|
140181
|
+
"type": "structure",
|
140182
|
+
"required": [
|
140183
|
+
"JobFlowIds",
|
140184
|
+
"KeepJobFlowAliveWhenNoSteps"
|
140185
|
+
],
|
140186
|
+
"members": {
|
140187
|
+
"JobFlowIds": {
|
140188
|
+
"shape": "S1t"
|
140189
|
+
},
|
140190
|
+
"KeepJobFlowAliveWhenNoSteps": {
|
140191
|
+
"type": "boolean"
|
140192
|
+
}
|
140193
|
+
}
|
140194
|
+
}
|
140195
|
+
},
|
140179
140196
|
"SetTerminationProtection": {
|
140180
140197
|
"input": {
|
140181
140198
|
"type": "structure",
|
@@ -193959,6 +193976,9 @@ module.exports={
|
|
193959
193976
|
"neptunegraph": {
|
193960
193977
|
"prefix": "neptune-graph",
|
193961
193978
|
"name": "NeptuneGraph"
|
193979
|
+
},
|
193980
|
+
"networkmonitor": {
|
193981
|
+
"name": "NetworkMonitor"
|
193962
193982
|
}
|
193963
193983
|
}
|
193964
193984
|
},{}],169:[function(require,module,exports){
|
@@ -271132,7 +271152,7 @@ AWS.util.update(AWS, {
|
|
271132
271152
|
/**
|
271133
271153
|
* @constant
|
271134
271154
|
*/
|
271135
|
-
VERSION: '2.
|
271155
|
+
VERSION: '2.1526.0',
|
271136
271156
|
|
271137
271157
|
/**
|
271138
271158
|
* @api private
|
@@ -293356,7 +293376,7 @@ var LRUCache = /** @class */ (function () {
|
|
293356
293376
|
}());
|
293357
293377
|
exports.LRUCache = LRUCache;
|
293358
293378
|
},{}],467:[function(require,module,exports){
|
293359
|
-
// AWS SDK for JavaScript v2.
|
293379
|
+
// AWS SDK for JavaScript v2.1526.0
|
293360
293380
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
293361
293381
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
293362
293382
|
require('./browser_loader');
|