aws-sdk 2.1427.0 → 2.1429.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 +13 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.examples.json +2 -2
- package/apis/cognito-idp-2016-04-18.min.json +102 -56
- package/apis/dms-2016-01-01.min.json +1079 -217
- package/apis/dms-2016-01-01.paginators.json +45 -0
- package/apis/ec2-2016-11-15.min.json +27 -0
- package/apis/resiliencehub-2020-04-30.min.json +354 -125
- package/apis/resiliencehub-2020-04-30.paginators.json +5 -0
- package/apis/sagemaker-2017-07-24.min.json +151 -42
- package/clients/autoscaling.d.ts +1 -1
- package/clients/budgets.d.ts +1 -1
- package/clients/cloud9.d.ts +1 -1
- package/clients/cognitoidentityserviceprovider.d.ts +290 -213
- package/clients/dms.d.ts +1224 -12
- package/clients/ec2.d.ts +33 -1
- package/clients/glue.d.ts +2 -2
- package/clients/resiliencehub.d.ts +588 -274
- package/clients/sagemaker.d.ts +153 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +132 -59
- package/dist/aws-sdk.min.js +85 -85
- 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.1429.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){
|
@@ -51781,9 +51781,7 @@ module.exports={
|
|
51781
51781
|
"type": "structure",
|
51782
51782
|
"members": {
|
51783
51783
|
"ChallengeName": {},
|
51784
|
-
"Session": {
|
51785
|
-
"shape": "S1s"
|
51786
|
-
},
|
51784
|
+
"Session": {},
|
51787
51785
|
"ChallengeParameters": {
|
51788
51786
|
"shape": "S1t"
|
51789
51787
|
},
|
@@ -52011,9 +52009,7 @@ module.exports={
|
|
52011
52009
|
"ChallengeResponses": {
|
52012
52010
|
"shape": "S2y"
|
52013
52011
|
},
|
52014
|
-
"Session": {
|
52015
|
-
"shape": "S1s"
|
52016
|
-
},
|
52012
|
+
"Session": {},
|
52017
52013
|
"AnalyticsMetadata": {
|
52018
52014
|
"shape": "S1m"
|
52019
52015
|
},
|
@@ -52029,9 +52025,7 @@ module.exports={
|
|
52029
52025
|
"type": "structure",
|
52030
52026
|
"members": {
|
52031
52027
|
"ChallengeName": {},
|
52032
|
-
"Session": {
|
52033
|
-
"shape": "S1s"
|
52034
|
-
},
|
52028
|
+
"Session": {},
|
52035
52029
|
"ChallengeParameters": {
|
52036
52030
|
"shape": "S1t"
|
52037
52031
|
},
|
@@ -52212,9 +52206,7 @@ module.exports={
|
|
52212
52206
|
"AccessToken": {
|
52213
52207
|
"shape": "S1v"
|
52214
52208
|
},
|
52215
|
-
"Session": {
|
52216
|
-
"shape": "S1s"
|
52217
|
-
}
|
52209
|
+
"Session": {}
|
52218
52210
|
}
|
52219
52211
|
},
|
52220
52212
|
"output": {
|
@@ -52224,9 +52216,7 @@ module.exports={
|
|
52224
52216
|
"type": "string",
|
52225
52217
|
"sensitive": true
|
52226
52218
|
},
|
52227
|
-
"Session": {
|
52228
|
-
"shape": "S1s"
|
52229
|
-
}
|
52219
|
+
"Session": {}
|
52230
52220
|
}
|
52231
52221
|
}
|
52232
52222
|
},
|
@@ -53080,6 +53070,25 @@ module.exports={
|
|
53080
53070
|
}
|
53081
53071
|
}
|
53082
53072
|
},
|
53073
|
+
"GetLogDeliveryConfiguration": {
|
53074
|
+
"input": {
|
53075
|
+
"type": "structure",
|
53076
|
+
"required": [
|
53077
|
+
"UserPoolId"
|
53078
|
+
],
|
53079
|
+
"members": {
|
53080
|
+
"UserPoolId": {}
|
53081
|
+
}
|
53082
|
+
},
|
53083
|
+
"output": {
|
53084
|
+
"type": "structure",
|
53085
|
+
"members": {
|
53086
|
+
"LogDeliveryConfiguration": {
|
53087
|
+
"shape": "S8u"
|
53088
|
+
}
|
53089
|
+
}
|
53090
|
+
}
|
53091
|
+
},
|
53083
53092
|
"GetSigningCertificate": {
|
53084
53093
|
"input": {
|
53085
53094
|
"type": "structure",
|
@@ -53117,7 +53126,7 @@ module.exports={
|
|
53117
53126
|
],
|
53118
53127
|
"members": {
|
53119
53128
|
"UICustomization": {
|
53120
|
-
"shape": "
|
53129
|
+
"shape": "S94"
|
53121
53130
|
}
|
53122
53131
|
}
|
53123
53132
|
}
|
@@ -53199,10 +53208,10 @@ module.exports={
|
|
53199
53208
|
"type": "structure",
|
53200
53209
|
"members": {
|
53201
53210
|
"SmsMfaConfiguration": {
|
53202
|
-
"shape": "
|
53211
|
+
"shape": "S9e"
|
53203
53212
|
},
|
53204
53213
|
"SoftwareTokenMfaConfiguration": {
|
53205
|
-
"shape": "
|
53214
|
+
"shape": "S9f"
|
53206
53215
|
},
|
53207
53216
|
"MfaConfiguration": {}
|
53208
53217
|
}
|
@@ -53255,9 +53264,7 @@ module.exports={
|
|
53255
53264
|
"type": "structure",
|
53256
53265
|
"members": {
|
53257
53266
|
"ChallengeName": {},
|
53258
|
-
"Session": {
|
53259
|
-
"shape": "S1s"
|
53260
|
-
},
|
53267
|
+
"Session": {},
|
53261
53268
|
"ChallengeParameters": {
|
53262
53269
|
"shape": "S1t"
|
53263
53270
|
},
|
@@ -53532,7 +53539,7 @@ module.exports={
|
|
53532
53539
|
"type": "structure",
|
53533
53540
|
"members": {
|
53534
53541
|
"Users": {
|
53535
|
-
"shape": "
|
53542
|
+
"shape": "Sah"
|
53536
53543
|
},
|
53537
53544
|
"PaginationToken": {}
|
53538
53545
|
}
|
@@ -53558,7 +53565,7 @@ module.exports={
|
|
53558
53565
|
"type": "structure",
|
53559
53566
|
"members": {
|
53560
53567
|
"Users": {
|
53561
|
-
"shape": "
|
53568
|
+
"shape": "Sah"
|
53562
53569
|
},
|
53563
53570
|
"NextToken": {}
|
53564
53571
|
}
|
@@ -53614,9 +53621,7 @@ module.exports={
|
|
53614
53621
|
"shape": "S1j"
|
53615
53622
|
},
|
53616
53623
|
"ChallengeName": {},
|
53617
|
-
"Session": {
|
53618
|
-
"shape": "S1s"
|
53619
|
-
},
|
53624
|
+
"Session": {},
|
53620
53625
|
"ChallengeResponses": {
|
53621
53626
|
"shape": "S2y"
|
53622
53627
|
},
|
@@ -53635,9 +53640,7 @@ module.exports={
|
|
53635
53640
|
"type": "structure",
|
53636
53641
|
"members": {
|
53637
53642
|
"ChallengeName": {},
|
53638
|
-
"Session": {
|
53639
|
-
"shape": "S1s"
|
53640
|
-
},
|
53643
|
+
"Session": {},
|
53641
53644
|
"ChallengeParameters": {
|
53642
53645
|
"shape": "S1t"
|
53643
53646
|
},
|
@@ -53672,6 +53675,29 @@ module.exports={
|
|
53672
53675
|
"members": {}
|
53673
53676
|
}
|
53674
53677
|
},
|
53678
|
+
"SetLogDeliveryConfiguration": {
|
53679
|
+
"input": {
|
53680
|
+
"type": "structure",
|
53681
|
+
"required": [
|
53682
|
+
"UserPoolId",
|
53683
|
+
"LogConfigurations"
|
53684
|
+
],
|
53685
|
+
"members": {
|
53686
|
+
"UserPoolId": {},
|
53687
|
+
"LogConfigurations": {
|
53688
|
+
"shape": "S8v"
|
53689
|
+
}
|
53690
|
+
}
|
53691
|
+
},
|
53692
|
+
"output": {
|
53693
|
+
"type": "structure",
|
53694
|
+
"members": {
|
53695
|
+
"LogDeliveryConfiguration": {
|
53696
|
+
"shape": "S8u"
|
53697
|
+
}
|
53698
|
+
}
|
53699
|
+
}
|
53700
|
+
},
|
53675
53701
|
"SetRiskConfiguration": {
|
53676
53702
|
"input": {
|
53677
53703
|
"type": "structure",
|
@@ -53730,7 +53756,7 @@ module.exports={
|
|
53730
53756
|
],
|
53731
53757
|
"members": {
|
53732
53758
|
"UICustomization": {
|
53733
|
-
"shape": "
|
53759
|
+
"shape": "S94"
|
53734
53760
|
}
|
53735
53761
|
}
|
53736
53762
|
}
|
@@ -53767,10 +53793,10 @@ module.exports={
|
|
53767
53793
|
"members": {
|
53768
53794
|
"UserPoolId": {},
|
53769
53795
|
"SmsMfaConfiguration": {
|
53770
|
-
"shape": "
|
53796
|
+
"shape": "S9e"
|
53771
53797
|
},
|
53772
53798
|
"SoftwareTokenMfaConfiguration": {
|
53773
|
-
"shape": "
|
53799
|
+
"shape": "S9f"
|
53774
53800
|
},
|
53775
53801
|
"MfaConfiguration": {}
|
53776
53802
|
}
|
@@ -53779,10 +53805,10 @@ module.exports={
|
|
53779
53805
|
"type": "structure",
|
53780
53806
|
"members": {
|
53781
53807
|
"SmsMfaConfiguration": {
|
53782
|
-
"shape": "
|
53808
|
+
"shape": "S9e"
|
53783
53809
|
},
|
53784
53810
|
"SoftwareTokenMfaConfiguration": {
|
53785
|
-
"shape": "
|
53811
|
+
"shape": "S9f"
|
53786
53812
|
},
|
53787
53813
|
"MfaConfiguration": {}
|
53788
53814
|
}
|
@@ -54281,13 +54307,8 @@ module.exports={
|
|
54281
54307
|
"AccessToken": {
|
54282
54308
|
"shape": "S1v"
|
54283
54309
|
},
|
54284
|
-
"Session": {
|
54285
|
-
|
54286
|
-
},
|
54287
|
-
"UserCode": {
|
54288
|
-
"type": "string",
|
54289
|
-
"sensitive": true
|
54290
|
-
},
|
54310
|
+
"Session": {},
|
54311
|
+
"UserCode": {},
|
54291
54312
|
"FriendlyDeviceName": {}
|
54292
54313
|
}
|
54293
54314
|
},
|
@@ -54295,9 +54316,7 @@ module.exports={
|
|
54295
54316
|
"type": "structure",
|
54296
54317
|
"members": {
|
54297
54318
|
"Status": {},
|
54298
|
-
"Session": {
|
54299
|
-
"shape": "S1s"
|
54300
|
-
}
|
54319
|
+
"Session": {}
|
54301
54320
|
}
|
54302
54321
|
}
|
54303
54322
|
},
|
@@ -54493,10 +54512,6 @@ module.exports={
|
|
54493
54512
|
"EncodedData": {}
|
54494
54513
|
}
|
54495
54514
|
},
|
54496
|
-
"S1s": {
|
54497
|
-
"type": "string",
|
54498
|
-
"sensitive": true
|
54499
|
-
},
|
54500
54515
|
"S1t": {
|
54501
54516
|
"type": "map",
|
54502
54517
|
"key": {},
|
@@ -54564,8 +54579,7 @@ module.exports={
|
|
54564
54579
|
"S2y": {
|
54565
54580
|
"type": "map",
|
54566
54581
|
"key": {},
|
54567
|
-
"value": {}
|
54568
|
-
"sensitive": true
|
54582
|
+
"value": {}
|
54569
54583
|
},
|
54570
54584
|
"S31": {
|
54571
54585
|
"type": "structure",
|
@@ -54598,8 +54612,7 @@ module.exports={
|
|
54598
54612
|
"members": {
|
54599
54613
|
"IpAddress": {},
|
54600
54614
|
"EncodedData": {}
|
54601
|
-
}
|
54602
|
-
"sensitive": true
|
54615
|
+
}
|
54603
54616
|
},
|
54604
54617
|
"S43": {
|
54605
54618
|
"type": "map",
|
@@ -55232,7 +55245,40 @@ module.exports={
|
|
55232
55245
|
"AttributeName": {}
|
55233
55246
|
}
|
55234
55247
|
},
|
55235
|
-
"
|
55248
|
+
"S8u": {
|
55249
|
+
"type": "structure",
|
55250
|
+
"required": [
|
55251
|
+
"UserPoolId",
|
55252
|
+
"LogConfigurations"
|
55253
|
+
],
|
55254
|
+
"members": {
|
55255
|
+
"UserPoolId": {},
|
55256
|
+
"LogConfigurations": {
|
55257
|
+
"shape": "S8v"
|
55258
|
+
}
|
55259
|
+
}
|
55260
|
+
},
|
55261
|
+
"S8v": {
|
55262
|
+
"type": "list",
|
55263
|
+
"member": {
|
55264
|
+
"type": "structure",
|
55265
|
+
"required": [
|
55266
|
+
"LogLevel",
|
55267
|
+
"EventSource"
|
55268
|
+
],
|
55269
|
+
"members": {
|
55270
|
+
"LogLevel": {},
|
55271
|
+
"EventSource": {},
|
55272
|
+
"CloudWatchLogsConfiguration": {
|
55273
|
+
"type": "structure",
|
55274
|
+
"members": {
|
55275
|
+
"LogGroupArn": {}
|
55276
|
+
}
|
55277
|
+
}
|
55278
|
+
}
|
55279
|
+
}
|
55280
|
+
},
|
55281
|
+
"S94": {
|
55236
55282
|
"type": "structure",
|
55237
55283
|
"members": {
|
55238
55284
|
"UserPoolId": {},
|
@@ -55250,7 +55296,7 @@ module.exports={
|
|
55250
55296
|
}
|
55251
55297
|
}
|
55252
55298
|
},
|
55253
|
-
"
|
55299
|
+
"S9e": {
|
55254
55300
|
"type": "structure",
|
55255
55301
|
"members": {
|
55256
55302
|
"SmsAuthenticationMessage": {},
|
@@ -55259,7 +55305,7 @@ module.exports={
|
|
55259
55305
|
}
|
55260
55306
|
}
|
55261
55307
|
},
|
55262
|
-
"
|
55308
|
+
"S9f": {
|
55263
55309
|
"type": "structure",
|
55264
55310
|
"members": {
|
55265
55311
|
"Enabled": {
|
@@ -55267,7 +55313,7 @@ module.exports={
|
|
55267
55313
|
}
|
55268
55314
|
}
|
55269
55315
|
},
|
55270
|
-
"
|
55316
|
+
"Sah": {
|
55271
55317
|
"type": "list",
|
55272
55318
|
"member": {
|
55273
55319
|
"shape": "St"
|
@@ -85670,6 +85716,9 @@ module.exports={
|
|
85670
85716
|
},
|
85671
85717
|
"ClientToken": {
|
85672
85718
|
"idempotencyToken": true
|
85719
|
+
},
|
85720
|
+
"EnablePrimaryIpv6": {
|
85721
|
+
"type": "boolean"
|
85673
85722
|
}
|
85674
85723
|
}
|
85675
85724
|
},
|
@@ -102967,6 +103016,9 @@ module.exports={
|
|
102967
103016
|
},
|
102968
103017
|
"EnaSrdSpecification": {
|
102969
103018
|
"shape": "S5t"
|
103019
|
+
},
|
103020
|
+
"EnablePrimaryIpv6": {
|
103021
|
+
"type": "boolean"
|
102970
103022
|
}
|
102971
103023
|
}
|
102972
103024
|
}
|
@@ -106084,6 +106136,9 @@ module.exports={
|
|
106084
106136
|
},
|
106085
106137
|
"DisableApiStop": {
|
106086
106138
|
"type": "boolean"
|
106139
|
+
},
|
106140
|
+
"EnablePrimaryIpv6": {
|
106141
|
+
"type": "boolean"
|
106087
106142
|
}
|
106088
106143
|
}
|
106089
106144
|
},
|
@@ -109851,6 +109906,9 @@ module.exports={
|
|
109851
109906
|
},
|
109852
109907
|
"Ipv6PrefixCount": {
|
109853
109908
|
"type": "integer"
|
109909
|
+
},
|
109910
|
+
"PrimaryIpv6": {
|
109911
|
+
"type": "boolean"
|
109854
109912
|
}
|
109855
109913
|
}
|
109856
109914
|
}
|
@@ -110375,6 +110433,10 @@ module.exports={
|
|
110375
110433
|
"Ipv6PrefixCount": {
|
110376
110434
|
"locationName": "ipv6PrefixCount",
|
110377
110435
|
"type": "integer"
|
110436
|
+
},
|
110437
|
+
"PrimaryIpv6": {
|
110438
|
+
"locationName": "primaryIpv6",
|
110439
|
+
"type": "boolean"
|
110378
110440
|
}
|
110379
110441
|
}
|
110380
110442
|
}
|
@@ -110674,6 +110736,10 @@ module.exports={
|
|
110674
110736
|
"members": {
|
110675
110737
|
"Ipv6Address": {
|
110676
110738
|
"locationName": "ipv6Address"
|
110739
|
+
},
|
110740
|
+
"IsPrimaryIpv6": {
|
110741
|
+
"locationName": "isPrimaryIpv6",
|
110742
|
+
"type": "boolean"
|
110677
110743
|
}
|
110678
110744
|
}
|
110679
110745
|
}
|
@@ -111408,6 +111474,10 @@ module.exports={
|
|
111408
111474
|
"members": {
|
111409
111475
|
"Ipv6Address": {
|
111410
111476
|
"locationName": "ipv6Address"
|
111477
|
+
},
|
111478
|
+
"IsPrimaryIpv6": {
|
111479
|
+
"locationName": "isPrimaryIpv6",
|
111480
|
+
"type": "boolean"
|
111411
111481
|
}
|
111412
111482
|
}
|
111413
111483
|
}
|
@@ -115891,6 +115961,9 @@ module.exports={
|
|
115891
115961
|
},
|
115892
115962
|
"Ipv6PrefixCount": {
|
115893
115963
|
"type": "integer"
|
115964
|
+
},
|
115965
|
+
"PrimaryIpv6": {
|
115966
|
+
"type": "boolean"
|
115894
115967
|
}
|
115895
115968
|
}
|
115896
115969
|
}
|
@@ -260721,7 +260794,7 @@ AWS.util.update(AWS, {
|
|
260721
260794
|
/**
|
260722
260795
|
* @constant
|
260723
260796
|
*/
|
260724
|
-
VERSION: '2.
|
260797
|
+
VERSION: '2.1429.0',
|
260725
260798
|
|
260726
260799
|
/**
|
260727
260800
|
* @api private
|
@@ -282902,7 +282975,7 @@ var LRUCache = /** @class */ (function () {
|
|
282902
282975
|
}());
|
282903
282976
|
exports.LRUCache = LRUCache;
|
282904
282977
|
},{}],467:[function(require,module,exports){
|
282905
|
-
// AWS SDK for JavaScript v2.
|
282978
|
+
// AWS SDK for JavaScript v2.1429.0
|
282906
282979
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
282907
282980
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
282908
282981
|
require('./browser_loader');
|