aws-sdk 2.1625.0 → 2.1627.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/chatbot-2017-10-11.min.json +138 -24
- package/apis/cloudformation-2010-05-15.min.json +48 -43
- package/apis/emr-serverless-2021-07-13.min.json +35 -13
- package/apis/kms-2014-11-01.min.json +3 -0
- package/apis/opensearch-2021-01-01.min.json +18 -12
- package/apis/opsworks-2013-02-18.min.json +3 -0
- package/apis/wafv2-2019-07-29.min.json +42 -32
- package/clients/chatbot.d.ts +100 -0
- package/clients/cloudformation.d.ts +11 -2
- package/clients/emrserverless.d.ts +22 -0
- package/clients/kms.d.ts +6 -6
- package/clients/opensearch.d.ts +14 -1
- package/clients/opsworks.d.ts +117 -117
- package/clients/wafv2.d.ts +34 -4
- package/dist/aws-sdk-core-react-native.js +6 -3
- package/dist/aws-sdk-react-native.js +13 -10
- package/dist/aws-sdk.js +63 -49
- package/dist/aws-sdk.min.js +53 -53
- package/lib/core.js +1 -1
- package/lib/credentials/sso_credentials.js +1 -1
- package/lib/credentials/token_file_web_identity_credentials.d.ts +2 -2
- package/lib/metadata_service.d.ts +4 -0
- package/lib/metadata_service.js +1 -2
- package/lib/protocol/rest_json.js +2 -1
- package/lib/query/query_param_serializer.js +3 -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.1627.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){
|
@@ -14875,6 +14875,9 @@ module.exports={
|
|
14875
14875
|
"apiVersion": "2010-05-15",
|
14876
14876
|
"endpointPrefix": "cloudformation",
|
14877
14877
|
"protocol": "query",
|
14878
|
+
"protocols": [
|
14879
|
+
"query"
|
14880
|
+
],
|
14878
14881
|
"serviceFullName": "AWS CloudFormation",
|
14879
14882
|
"serviceId": "CloudFormation",
|
14880
14883
|
"signatureVersion": "v4",
|
@@ -15321,7 +15324,8 @@ module.exports={
|
|
15321
15324
|
"member": {}
|
15322
15325
|
},
|
15323
15326
|
"RoleARN": {},
|
15324
|
-
"ClientRequestToken": {}
|
15327
|
+
"ClientRequestToken": {},
|
15328
|
+
"DeletionMode": {}
|
15325
15329
|
}
|
15326
15330
|
}
|
15327
15331
|
},
|
@@ -15517,7 +15521,7 @@ module.exports={
|
|
15517
15521
|
},
|
15518
15522
|
"ChangeSetId": {},
|
15519
15523
|
"ModuleInfo": {
|
15520
|
-
"shape": "
|
15524
|
+
"shape": "S58"
|
15521
15525
|
},
|
15522
15526
|
"BeforeContext": {},
|
15523
15527
|
"AfterContext": {}
|
@@ -15866,7 +15870,7 @@ module.exports={
|
|
15866
15870
|
},
|
15867
15871
|
"Status": {},
|
15868
15872
|
"StackInstanceStatus": {
|
15869
|
-
"shape": "
|
15873
|
+
"shape": "S7g"
|
15870
15874
|
},
|
15871
15875
|
"StatusReason": {},
|
15872
15876
|
"OrganizationalUnitId": {},
|
@@ -15918,10 +15922,10 @@ module.exports={
|
|
15918
15922
|
"Description": {},
|
15919
15923
|
"Metadata": {},
|
15920
15924
|
"DriftInformation": {
|
15921
|
-
"shape": "
|
15925
|
+
"shape": "S7n"
|
15922
15926
|
},
|
15923
15927
|
"ModuleInfo": {
|
15924
|
-
"shape": "
|
15928
|
+
"shape": "S58"
|
15925
15929
|
}
|
15926
15930
|
}
|
15927
15931
|
}
|
@@ -15937,7 +15941,7 @@ module.exports={
|
|
15937
15941
|
"members": {
|
15938
15942
|
"StackName": {},
|
15939
15943
|
"StackResourceDriftStatusFilters": {
|
15940
|
-
"shape": "
|
15944
|
+
"shape": "S7q"
|
15941
15945
|
},
|
15942
15946
|
"NextToken": {},
|
15943
15947
|
"MaxResults": {
|
@@ -15955,7 +15959,7 @@ module.exports={
|
|
15955
15959
|
"StackResourceDrifts": {
|
15956
15960
|
"type": "list",
|
15957
15961
|
"member": {
|
15958
|
-
"shape": "
|
15962
|
+
"shape": "S7u"
|
15959
15963
|
}
|
15960
15964
|
},
|
15961
15965
|
"NextToken": {}
|
@@ -15998,10 +16002,10 @@ module.exports={
|
|
15998
16002
|
"ResourceStatusReason": {},
|
15999
16003
|
"Description": {},
|
16000
16004
|
"DriftInformation": {
|
16001
|
-
"shape": "
|
16005
|
+
"shape": "S7n"
|
16002
16006
|
},
|
16003
16007
|
"ModuleInfo": {
|
16004
|
-
"shape": "
|
16008
|
+
"shape": "S58"
|
16005
16009
|
}
|
16006
16010
|
}
|
16007
16011
|
}
|
@@ -16045,7 +16049,7 @@ module.exports={
|
|
16045
16049
|
"AdministrationRoleARN": {},
|
16046
16050
|
"ExecutionRoleName": {},
|
16047
16051
|
"StackSetDriftDetectionDetails": {
|
16048
|
-
"shape": "
|
16052
|
+
"shape": "S8d"
|
16049
16053
|
},
|
16050
16054
|
"AutoDeployment": {
|
16051
16055
|
"shape": "S3g"
|
@@ -16107,11 +16111,11 @@ module.exports={
|
|
16107
16111
|
"shape": "S2x"
|
16108
16112
|
},
|
16109
16113
|
"StackSetDriftDetectionDetails": {
|
16110
|
-
"shape": "
|
16114
|
+
"shape": "S8d"
|
16111
16115
|
},
|
16112
16116
|
"StatusReason": {},
|
16113
16117
|
"StatusDetails": {
|
16114
|
-
"shape": "
|
16118
|
+
"shape": "S8s"
|
16115
16119
|
}
|
16116
16120
|
}
|
16117
16121
|
}
|
@@ -16209,6 +16213,7 @@ module.exports={
|
|
16209
16213
|
"RetainExceptOnCreate": {
|
16210
16214
|
"type": "boolean"
|
16211
16215
|
},
|
16216
|
+
"DeletionMode": {},
|
16212
16217
|
"DetailedStatus": {}
|
16213
16218
|
}
|
16214
16219
|
}
|
@@ -16323,7 +16328,7 @@ module.exports={
|
|
16323
16328
|
"members": {
|
16324
16329
|
"StackName": {},
|
16325
16330
|
"LogicalResourceIds": {
|
16326
|
-
"shape": "
|
16331
|
+
"shape": "S9s"
|
16327
16332
|
}
|
16328
16333
|
}
|
16329
16334
|
},
|
@@ -16358,7 +16363,7 @@ module.exports={
|
|
16358
16363
|
],
|
16359
16364
|
"members": {
|
16360
16365
|
"StackResourceDrift": {
|
16361
|
-
"shape": "
|
16366
|
+
"shape": "S7u"
|
16362
16367
|
}
|
16363
16368
|
}
|
16364
16369
|
}
|
@@ -16548,7 +16553,7 @@ module.exports={
|
|
16548
16553
|
"Version": {},
|
16549
16554
|
"Metadata": {},
|
16550
16555
|
"DeclaredTransforms": {
|
16551
|
-
"shape": "
|
16556
|
+
"shape": "Saq"
|
16552
16557
|
},
|
16553
16558
|
"ResourceIdentifierSummaries": {
|
16554
16559
|
"type": "list",
|
@@ -16557,7 +16562,7 @@ module.exports={
|
|
16557
16562
|
"members": {
|
16558
16563
|
"ResourceType": {},
|
16559
16564
|
"LogicalResourceIds": {
|
16560
|
-
"shape": "
|
16565
|
+
"shape": "S9s"
|
16561
16566
|
},
|
16562
16567
|
"ResourceIdentifiers": {
|
16563
16568
|
"type": "list",
|
@@ -16764,7 +16769,7 @@ module.exports={
|
|
16764
16769
|
"members": {
|
16765
16770
|
"ResourceType": {},
|
16766
16771
|
"ResourceIdentifier": {
|
16767
|
-
"shape": "
|
16772
|
+
"shape": "Sbl"
|
16768
16773
|
}
|
16769
16774
|
}
|
16770
16775
|
}
|
@@ -16782,7 +16787,7 @@ module.exports={
|
|
16782
16787
|
"RelatedResources": {
|
16783
16788
|
"type": "list",
|
16784
16789
|
"member": {
|
16785
|
-
"shape": "
|
16790
|
+
"shape": "Sbq"
|
16786
16791
|
}
|
16787
16792
|
},
|
16788
16793
|
"NextToken": {}
|
@@ -16814,7 +16819,7 @@ module.exports={
|
|
16814
16819
|
"Resources": {
|
16815
16820
|
"type": "list",
|
16816
16821
|
"member": {
|
16817
|
-
"shape": "
|
16822
|
+
"shape": "Sbq"
|
16818
16823
|
}
|
16819
16824
|
},
|
16820
16825
|
"NextToken": {}
|
@@ -16875,7 +16880,7 @@ module.exports={
|
|
16875
16880
|
"type": "integer"
|
16876
16881
|
},
|
16877
16882
|
"StackInstanceResourceDriftStatuses": {
|
16878
|
-
"shape": "
|
16883
|
+
"shape": "S7q"
|
16879
16884
|
},
|
16880
16885
|
"StackInstanceAccount": {},
|
16881
16886
|
"StackInstanceRegion": {},
|
@@ -16903,11 +16908,11 @@ module.exports={
|
|
16903
16908
|
"LogicalResourceId": {},
|
16904
16909
|
"PhysicalResourceId": {},
|
16905
16910
|
"PhysicalResourceIdContext": {
|
16906
|
-
"shape": "
|
16911
|
+
"shape": "S7v"
|
16907
16912
|
},
|
16908
16913
|
"ResourceType": {},
|
16909
16914
|
"PropertyDifferences": {
|
16910
|
-
"shape": "
|
16915
|
+
"shape": "S80"
|
16911
16916
|
},
|
16912
16917
|
"StackResourceDriftStatus": {},
|
16913
16918
|
"Timestamp": {
|
@@ -16963,7 +16968,7 @@ module.exports={
|
|
16963
16968
|
"Status": {},
|
16964
16969
|
"StatusReason": {},
|
16965
16970
|
"StackInstanceStatus": {
|
16966
|
-
"shape": "
|
16971
|
+
"shape": "S7g"
|
16967
16972
|
},
|
16968
16973
|
"OrganizationalUnitId": {},
|
16969
16974
|
"DriftStatus": {},
|
@@ -17025,7 +17030,7 @@ module.exports={
|
|
17025
17030
|
}
|
17026
17031
|
},
|
17027
17032
|
"ModuleInfo": {
|
17028
|
-
"shape": "
|
17033
|
+
"shape": "S58"
|
17029
17034
|
}
|
17030
17035
|
}
|
17031
17036
|
}
|
@@ -17159,7 +17164,7 @@ module.exports={
|
|
17159
17164
|
},
|
17160
17165
|
"StatusReason": {},
|
17161
17166
|
"StatusDetails": {
|
17162
|
-
"shape": "
|
17167
|
+
"shape": "S8s"
|
17163
17168
|
},
|
17164
17169
|
"OperationPreferences": {
|
17165
17170
|
"shape": "S34"
|
@@ -17871,7 +17876,7 @@ module.exports={
|
|
17871
17876
|
},
|
17872
17877
|
"CapabilitiesReason": {},
|
17873
17878
|
"DeclaredTransforms": {
|
17874
|
-
"shape": "
|
17879
|
+
"shape": "Saq"
|
17875
17880
|
}
|
17876
17881
|
}
|
17877
17882
|
}
|
@@ -18056,20 +18061,20 @@ module.exports={
|
|
18056
18061
|
}
|
18057
18062
|
}
|
18058
18063
|
},
|
18059
|
-
"
|
18064
|
+
"S58": {
|
18060
18065
|
"type": "structure",
|
18061
18066
|
"members": {
|
18062
18067
|
"TypeHierarchy": {},
|
18063
18068
|
"LogicalIdHierarchy": {}
|
18064
18069
|
}
|
18065
18070
|
},
|
18066
|
-
"
|
18071
|
+
"S7g": {
|
18067
18072
|
"type": "structure",
|
18068
18073
|
"members": {
|
18069
18074
|
"DetailedStatus": {}
|
18070
18075
|
}
|
18071
18076
|
},
|
18072
|
-
"
|
18077
|
+
"S7n": {
|
18073
18078
|
"type": "structure",
|
18074
18079
|
"required": [
|
18075
18080
|
"StackResourceDriftStatus"
|
@@ -18081,11 +18086,11 @@ module.exports={
|
|
18081
18086
|
}
|
18082
18087
|
}
|
18083
18088
|
},
|
18084
|
-
"
|
18089
|
+
"S7q": {
|
18085
18090
|
"type": "list",
|
18086
18091
|
"member": {}
|
18087
18092
|
},
|
18088
|
-
"
|
18093
|
+
"S7u": {
|
18089
18094
|
"type": "structure",
|
18090
18095
|
"required": [
|
18091
18096
|
"StackId",
|
@@ -18099,24 +18104,24 @@ module.exports={
|
|
18099
18104
|
"LogicalResourceId": {},
|
18100
18105
|
"PhysicalResourceId": {},
|
18101
18106
|
"PhysicalResourceIdContext": {
|
18102
|
-
"shape": "
|
18107
|
+
"shape": "S7v"
|
18103
18108
|
},
|
18104
18109
|
"ResourceType": {},
|
18105
18110
|
"ExpectedProperties": {},
|
18106
18111
|
"ActualProperties": {},
|
18107
18112
|
"PropertyDifferences": {
|
18108
|
-
"shape": "
|
18113
|
+
"shape": "S80"
|
18109
18114
|
},
|
18110
18115
|
"StackResourceDriftStatus": {},
|
18111
18116
|
"Timestamp": {
|
18112
18117
|
"type": "timestamp"
|
18113
18118
|
},
|
18114
18119
|
"ModuleInfo": {
|
18115
|
-
"shape": "
|
18120
|
+
"shape": "S58"
|
18116
18121
|
}
|
18117
18122
|
}
|
18118
18123
|
},
|
18119
|
-
"
|
18124
|
+
"S7v": {
|
18120
18125
|
"type": "list",
|
18121
18126
|
"member": {
|
18122
18127
|
"type": "structure",
|
@@ -18130,7 +18135,7 @@ module.exports={
|
|
18130
18135
|
}
|
18131
18136
|
}
|
18132
18137
|
},
|
18133
|
-
"
|
18138
|
+
"S80": {
|
18134
18139
|
"type": "list",
|
18135
18140
|
"member": {
|
18136
18141
|
"type": "structure",
|
@@ -18148,7 +18153,7 @@ module.exports={
|
|
18148
18153
|
}
|
18149
18154
|
}
|
18150
18155
|
},
|
18151
|
-
"
|
18156
|
+
"S8d": {
|
18152
18157
|
"type": "structure",
|
18153
18158
|
"members": {
|
18154
18159
|
"DriftStatus": {},
|
@@ -18173,7 +18178,7 @@ module.exports={
|
|
18173
18178
|
}
|
18174
18179
|
}
|
18175
18180
|
},
|
18176
|
-
"
|
18181
|
+
"S8s": {
|
18177
18182
|
"type": "structure",
|
18178
18183
|
"members": {
|
18179
18184
|
"FailedStackInstancesCount": {
|
@@ -18181,25 +18186,25 @@ module.exports={
|
|
18181
18186
|
}
|
18182
18187
|
}
|
18183
18188
|
},
|
18184
|
-
"
|
18189
|
+
"S9s": {
|
18185
18190
|
"type": "list",
|
18186
18191
|
"member": {}
|
18187
18192
|
},
|
18188
|
-
"
|
18193
|
+
"Saq": {
|
18189
18194
|
"type": "list",
|
18190
18195
|
"member": {}
|
18191
18196
|
},
|
18192
|
-
"
|
18197
|
+
"Sbl": {
|
18193
18198
|
"type": "map",
|
18194
18199
|
"key": {},
|
18195
18200
|
"value": {}
|
18196
18201
|
},
|
18197
|
-
"
|
18202
|
+
"Sbq": {
|
18198
18203
|
"type": "structure",
|
18199
18204
|
"members": {
|
18200
18205
|
"ResourceType": {},
|
18201
18206
|
"ResourceIdentifier": {
|
18202
|
-
"shape": "
|
18207
|
+
"shape": "Sbl"
|
18203
18208
|
},
|
18204
18209
|
"ManagedByStack": {
|
18205
18210
|
"type": "boolean"
|
@@ -179591,6 +179596,9 @@ module.exports={
|
|
179591
179596
|
"endpointPrefix": "kms",
|
179592
179597
|
"jsonVersion": "1.1",
|
179593
179598
|
"protocol": "json",
|
179599
|
+
"protocols": [
|
179600
|
+
"json"
|
179601
|
+
],
|
179594
179602
|
"serviceAbbreviation": "KMS",
|
179595
179603
|
"serviceFullName": "AWS Key Management Service",
|
179596
179604
|
"serviceId": "KMS",
|
@@ -200372,6 +200380,9 @@ module.exports={
|
|
200372
200380
|
"endpointPrefix": "opsworks",
|
200373
200381
|
"jsonVersion": "1.1",
|
200374
200382
|
"protocol": "json",
|
200383
|
+
"protocols": [
|
200384
|
+
"json"
|
200385
|
+
],
|
200375
200386
|
"serviceFullName": "AWS OpsWorks",
|
200376
200387
|
"serviceId": "OpsWorks",
|
200377
200388
|
"signatureVersion": "v4",
|
@@ -274954,7 +274965,7 @@ AWS.util.update(AWS, {
|
|
274954
274965
|
/**
|
274955
274966
|
* @constant
|
274956
274967
|
*/
|
274957
|
-
VERSION: '2.
|
274968
|
+
VERSION: '2.1627.0',
|
274958
274969
|
|
274959
274970
|
/**
|
274960
274971
|
* @api private
|
@@ -281205,6 +281216,7 @@ module.exports = {
|
|
281205
281216
|
};
|
281206
281217
|
|
281207
281218
|
},{"../util":428,"./helpers":385}],389:[function(require,module,exports){
|
281219
|
+
var AWS = require('../core');
|
281208
281220
|
var util = require('../util');
|
281209
281221
|
var Rest = require('./rest');
|
281210
281222
|
var Json = require('./json');
|
@@ -281282,7 +281294,7 @@ function extractData(resp) {
|
|
281282
281294
|
var body = resp.httpResponse.body;
|
281283
281295
|
if (payloadMember.isEventStream) {
|
281284
281296
|
parser = new JsonParser();
|
281285
|
-
resp.data[payload] = util.createEventStream(
|
281297
|
+
resp.data[rules.payload] = util.createEventStream(
|
281286
281298
|
AWS.HttpClient.streamsApiVersion === 2 ? resp.httpResponse.stream : body,
|
281287
281299
|
parser,
|
281288
281300
|
payloadMember
|
@@ -281312,7 +281324,7 @@ module.exports = {
|
|
281312
281324
|
unsetContentLength: unsetContentLength
|
281313
281325
|
};
|
281314
281326
|
|
281315
|
-
},{"../json/builder":374,"../json/parser":375,"../util":428,"./json":386,"./rest":388}],390:[function(require,module,exports){
|
281327
|
+
},{"../core":350,"../json/builder":374,"../json/parser":375,"../util":428,"./json":386,"./rest":388}],390:[function(require,module,exports){
|
281316
281328
|
var AWS = require('../core');
|
281317
281329
|
var util = require('../util');
|
281318
281330
|
var Rest = require('./rest');
|
@@ -281467,7 +281479,9 @@ function serializeList(name, list, rules, fn) {
|
|
281467
281479
|
var memberRules = rules.member || {};
|
281468
281480
|
|
281469
281481
|
if (list.length === 0) {
|
281470
|
-
|
281482
|
+
if (rules.api.protocol !== 'ec2') {
|
281483
|
+
fn.call(this, name, null);
|
281484
|
+
}
|
281471
281485
|
return;
|
281472
281486
|
}
|
281473
281487
|
|
@@ -297213,7 +297227,7 @@ var LRUCache = /** @class */ (function () {
|
|
297213
297227
|
}());
|
297214
297228
|
exports.LRUCache = LRUCache;
|
297215
297229
|
},{}],467:[function(require,module,exports){
|
297216
|
-
// AWS SDK for JavaScript v2.
|
297230
|
+
// AWS SDK for JavaScript v2.1627.0
|
297217
297231
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
297218
297232
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
297219
297233
|
require('./browser_loader');
|