aws-sdk 2.1401.0 → 2.1403.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/CHANGELOG.md +15 -1
- package/README.md +1 -1
- package/apis/chime-sdk-identity-2021-04-20.min.json +67 -80
- package/apis/chime-sdk-messaging-2021-05-15.min.json +48 -30
- package/apis/elasticmapreduce-2009-03-31.min.json +56 -3
- package/apis/elasticmapreduce-2009-03-31.paginators.json +4 -0
- package/apis/inspector2-2020-06-08.min.json +529 -150
- package/apis/kendra-2019-02-03.min.json +72 -14
- package/apis/mediaconvert-2017-08-29.min.json +103 -93
- package/apis/mq-2017-11-27.min.json +132 -32
- package/apis/sagemaker-2017-07-24.min.json +995 -973
- package/apis/states-2016-11-23.min.json +367 -89
- package/apis/transfer-2018-11-05.min.json +44 -31
- package/clients/chimesdkidentity.d.ts +38 -17
- package/clients/chimesdkmessaging.d.ts +47 -28
- package/clients/dynamodb.d.ts +2 -2
- package/clients/emr.d.ts +77 -1
- package/clients/inspector2.d.ts +417 -9
- package/clients/kendra.d.ts +104 -23
- package/clients/mediaconvert.d.ts +11 -2
- package/clients/mq.d.ts +136 -30
- package/clients/sagemaker.d.ts +45 -13
- package/clients/stepfunctions.d.ts +356 -25
- package/clients/transfer.d.ts +13 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +63 -6
- package/dist/aws-sdk.min.js +55 -55
- 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.1403.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){
|
@@ -133128,6 +133128,59 @@ module.exports={
|
|
133128
133128
|
}
|
133129
133129
|
}
|
133130
133130
|
},
|
133131
|
+
"ListSupportedInstanceTypes": {
|
133132
|
+
"input": {
|
133133
|
+
"type": "structure",
|
133134
|
+
"required": [
|
133135
|
+
"ReleaseLabel"
|
133136
|
+
],
|
133137
|
+
"members": {
|
133138
|
+
"ReleaseLabel": {},
|
133139
|
+
"Marker": {}
|
133140
|
+
}
|
133141
|
+
},
|
133142
|
+
"output": {
|
133143
|
+
"type": "structure",
|
133144
|
+
"members": {
|
133145
|
+
"SupportedInstanceTypes": {
|
133146
|
+
"type": "list",
|
133147
|
+
"member": {
|
133148
|
+
"type": "structure",
|
133149
|
+
"members": {
|
133150
|
+
"Type": {},
|
133151
|
+
"MemoryGB": {
|
133152
|
+
"type": "float"
|
133153
|
+
},
|
133154
|
+
"StorageGB": {
|
133155
|
+
"type": "integer"
|
133156
|
+
},
|
133157
|
+
"VCPU": {
|
133158
|
+
"type": "integer"
|
133159
|
+
},
|
133160
|
+
"Is64BitsOnly": {
|
133161
|
+
"type": "boolean"
|
133162
|
+
},
|
133163
|
+
"InstanceFamilyId": {},
|
133164
|
+
"EbsOptimizedAvailable": {
|
133165
|
+
"type": "boolean"
|
133166
|
+
},
|
133167
|
+
"EbsOptimizedByDefault": {
|
133168
|
+
"type": "boolean"
|
133169
|
+
},
|
133170
|
+
"NumberOfDisks": {
|
133171
|
+
"type": "integer"
|
133172
|
+
},
|
133173
|
+
"EbsStorageOnly": {
|
133174
|
+
"type": "boolean"
|
133175
|
+
},
|
133176
|
+
"Architecture": {}
|
133177
|
+
}
|
133178
|
+
}
|
133179
|
+
},
|
133180
|
+
"Marker": {}
|
133181
|
+
}
|
133182
|
+
}
|
133183
|
+
},
|
133131
133184
|
"ModifyCluster": {
|
133132
133185
|
"input": {
|
133133
133186
|
"type": "structure",
|
@@ -133412,10 +133465,10 @@ module.exports={
|
|
133412
133465
|
"EmrManagedSlaveSecurityGroup": {},
|
133413
133466
|
"ServiceAccessSecurityGroup": {},
|
133414
133467
|
"AdditionalMasterSecurityGroups": {
|
133415
|
-
"shape": "
|
133468
|
+
"shape": "S8l"
|
133416
133469
|
},
|
133417
133470
|
"AdditionalSlaveSecurityGroups": {
|
133418
|
-
"shape": "
|
133471
|
+
"shape": "S8l"
|
133419
133472
|
}
|
133420
133473
|
}
|
133421
133474
|
},
|
@@ -134342,7 +134395,7 @@ module.exports={
|
|
134342
134395
|
}
|
134343
134396
|
}
|
134344
134397
|
},
|
134345
|
-
"
|
134398
|
+
"S8l": {
|
134346
134399
|
"type": "list",
|
134347
134400
|
"member": {}
|
134348
134401
|
}
|
@@ -134408,6 +134461,10 @@ module.exports={
|
|
134408
134461
|
"input_token": "Marker",
|
134409
134462
|
"output_token": "Marker",
|
134410
134463
|
"result_key": "Studios"
|
134464
|
+
},
|
134465
|
+
"ListSupportedInstanceTypes": {
|
134466
|
+
"input_token": "Marker",
|
134467
|
+
"output_token": "Marker"
|
134411
134468
|
}
|
134412
134469
|
}
|
134413
134470
|
}
|
@@ -259741,7 +259798,7 @@ AWS.util.update(AWS, {
|
|
259741
259798
|
/**
|
259742
259799
|
* @constant
|
259743
259800
|
*/
|
259744
|
-
VERSION: '2.
|
259801
|
+
VERSION: '2.1403.0',
|
259745
259802
|
|
259746
259803
|
/**
|
259747
259804
|
* @api private
|
@@ -281910,7 +281967,7 @@ var LRUCache = /** @class */ (function () {
|
|
281910
281967
|
}());
|
281911
281968
|
exports.LRUCache = LRUCache;
|
281912
281969
|
},{}],467:[function(require,module,exports){
|
281913
|
-
// AWS SDK for JavaScript v2.
|
281970
|
+
// AWS SDK for JavaScript v2.1403.0
|
281914
281971
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
281915
281972
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
281916
281973
|
require('./browser_loader');
|