aws-sdk 2.1642.0 → 2.1644.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/acm-pca-2017-08-22.min.json +4 -1
- package/apis/batch-2016-08-10.min.json +4 -1
- package/apis/bedrock-runtime-2023-09-30.min.json +248 -28
- package/apis/cloudtrail-2013-11-01.min.json +4 -1
- package/apis/codebuild-2016-10-06.min.json +50 -29
- package/apis/cognito-idp-2016-04-18.min.json +108 -27
- package/apis/config-2014-11-12.min.json +7 -1
- package/apis/ds-2015-04-16.min.json +7 -1
- package/apis/eks-2017-11-01.min.json +63 -42
- package/apis/elasticfilesystem-2015-02-01.min.json +7 -1
- package/apis/glue-2017-03-31.min.json +294 -142
- package/apis/glue-2017-03-31.paginators.json +6 -0
- package/apis/kms-2014-11-01.examples.json +4 -2
- package/apis/lightsail-2016-11-28.min.json +4 -1
- package/apis/mediaconvert-2017-08-29.min.json +155 -130
- package/apis/polly-2016-06-10.min.json +7 -1
- package/apis/rekognition-2016-06-27.min.json +7 -1
- package/apis/sagemaker-2017-07-24.min.json +1188 -945
- package/apis/sagemaker-2017-07-24.paginators.json +6 -0
- package/apis/shield-2016-06-02.min.json +7 -1
- package/apis/snowball-2016-06-30.min.json +7 -1
- package/apis/waf-2015-08-24.min.json +7 -1
- package/clients/acmpca.d.ts +2 -2
- package/clients/bedrockruntime.d.ts +264 -14
- package/clients/codebuild.d.ts +24 -1
- package/clients/eks.d.ts +26 -0
- package/clients/glue.d.ts +206 -4
- package/clients/mediaconvert.d.ts +31 -4
- package/clients/sagemaker.d.ts +364 -4
- package/clients/secretsmanager.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +22 -22
- package/dist/aws-sdk.js +200 -65
- package/dist/aws-sdk.min.js +93 -93
- 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.1644.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){
|
@@ -41772,7 +41772,10 @@ module.exports={
|
|
41772
41772
|
"serviceId": "CloudTrail",
|
41773
41773
|
"signatureVersion": "v4",
|
41774
41774
|
"targetPrefix": "com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101",
|
41775
|
-
"uid": "cloudtrail-2013-11-01"
|
41775
|
+
"uid": "cloudtrail-2013-11-01",
|
41776
|
+
"auth": [
|
41777
|
+
"aws.auth#sigv4"
|
41778
|
+
]
|
41776
41779
|
},
|
41777
41780
|
"operations": {
|
41778
41781
|
"AddTags": {
|
@@ -43683,7 +43686,10 @@ module.exports={
|
|
43683
43686
|
"serviceId": "CodeBuild",
|
43684
43687
|
"signatureVersion": "v4",
|
43685
43688
|
"targetPrefix": "CodeBuild_20161006",
|
43686
|
-
"uid": "codebuild-2016-10-06"
|
43689
|
+
"uid": "codebuild-2016-10-06",
|
43690
|
+
"auth": [
|
43691
|
+
"aws.auth#sigv4"
|
43692
|
+
]
|
43687
43693
|
},
|
43688
43694
|
"operations": {
|
43689
43695
|
"BatchDeleteBuilds": {
|
@@ -43826,7 +43832,7 @@ module.exports={
|
|
43826
43832
|
],
|
43827
43833
|
"members": {
|
43828
43834
|
"reportGroupArns": {
|
43829
|
-
"shape": "
|
43835
|
+
"shape": "S3n"
|
43830
43836
|
}
|
43831
43837
|
}
|
43832
43838
|
},
|
@@ -43836,11 +43842,11 @@ module.exports={
|
|
43836
43842
|
"reportGroups": {
|
43837
43843
|
"type": "list",
|
43838
43844
|
"member": {
|
43839
|
-
"shape": "
|
43845
|
+
"shape": "S3q"
|
43840
43846
|
}
|
43841
43847
|
},
|
43842
43848
|
"reportGroupsNotFound": {
|
43843
|
-
"shape": "
|
43849
|
+
"shape": "S3n"
|
43844
43850
|
}
|
43845
43851
|
}
|
43846
43852
|
}
|
@@ -43853,7 +43859,7 @@ module.exports={
|
|
43853
43859
|
],
|
43854
43860
|
"members": {
|
43855
43861
|
"reportArns": {
|
43856
|
-
"shape": "
|
43862
|
+
"shape": "S3z"
|
43857
43863
|
}
|
43858
43864
|
}
|
43859
43865
|
},
|
@@ -43878,7 +43884,7 @@ module.exports={
|
|
43878
43884
|
"type": "timestamp"
|
43879
43885
|
},
|
43880
43886
|
"exportConfig": {
|
43881
|
-
"shape": "
|
43887
|
+
"shape": "S3t"
|
43882
43888
|
},
|
43883
43889
|
"truncated": {
|
43884
43890
|
"type": "boolean"
|
@@ -43933,7 +43939,7 @@ module.exports={
|
|
43933
43939
|
}
|
43934
43940
|
},
|
43935
43941
|
"reportsNotFound": {
|
43936
|
-
"shape": "
|
43942
|
+
"shape": "S3z"
|
43937
43943
|
}
|
43938
43944
|
}
|
43939
43945
|
}
|
@@ -43955,7 +43961,7 @@ module.exports={
|
|
43955
43961
|
"environmentType": {},
|
43956
43962
|
"computeType": {},
|
43957
43963
|
"scalingConfiguration": {
|
43958
|
-
"shape": "
|
43964
|
+
"shape": "S4a"
|
43959
43965
|
},
|
43960
43966
|
"overflowBehavior": {},
|
43961
43967
|
"vpcConfig": {
|
@@ -44063,7 +44069,7 @@ module.exports={
|
|
44063
44069
|
"name": {},
|
44064
44070
|
"type": {},
|
44065
44071
|
"exportConfig": {
|
44066
|
-
"shape": "
|
44072
|
+
"shape": "S3t"
|
44067
44073
|
},
|
44068
44074
|
"tags": {
|
44069
44075
|
"shape": "S2v"
|
@@ -44074,7 +44080,7 @@ module.exports={
|
|
44074
44080
|
"type": "structure",
|
44075
44081
|
"members": {
|
44076
44082
|
"reportGroup": {
|
44077
|
-
"shape": "
|
44083
|
+
"shape": "S3q"
|
44078
44084
|
}
|
44079
44085
|
}
|
44080
44086
|
}
|
@@ -44094,6 +44100,9 @@ module.exports={
|
|
44094
44100
|
"buildType": {},
|
44095
44101
|
"manualCreation": {
|
44096
44102
|
"type": "boolean"
|
44103
|
+
},
|
44104
|
+
"scopeConfiguration": {
|
44105
|
+
"shape": "S3i"
|
44097
44106
|
}
|
44098
44107
|
}
|
44099
44108
|
},
|
@@ -44452,7 +44461,7 @@ module.exports={
|
|
44452
44461
|
"type": "structure",
|
44453
44462
|
"members": {
|
44454
44463
|
"filter": {
|
44455
|
-
"shape": "
|
44464
|
+
"shape": "S5q"
|
44456
44465
|
},
|
44457
44466
|
"maxResults": {
|
44458
44467
|
"type": "integer"
|
@@ -44477,7 +44486,7 @@ module.exports={
|
|
44477
44486
|
"members": {
|
44478
44487
|
"projectName": {},
|
44479
44488
|
"filter": {
|
44480
|
-
"shape": "
|
44489
|
+
"shape": "S5q"
|
44481
44490
|
},
|
44482
44491
|
"maxResults": {
|
44483
44492
|
"type": "integer"
|
@@ -44641,7 +44650,7 @@ module.exports={
|
|
44641
44650
|
"members": {
|
44642
44651
|
"nextToken": {},
|
44643
44652
|
"reportGroups": {
|
44644
|
-
"shape": "
|
44653
|
+
"shape": "S3n"
|
44645
44654
|
}
|
44646
44655
|
}
|
44647
44656
|
}
|
@@ -44656,7 +44665,7 @@ module.exports={
|
|
44656
44665
|
"type": "integer"
|
44657
44666
|
},
|
44658
44667
|
"filter": {
|
44659
|
-
"shape": "
|
44668
|
+
"shape": "S6l"
|
44660
44669
|
}
|
44661
44670
|
}
|
44662
44671
|
},
|
@@ -44665,7 +44674,7 @@ module.exports={
|
|
44665
44674
|
"members": {
|
44666
44675
|
"nextToken": {},
|
44667
44676
|
"reports": {
|
44668
|
-
"shape": "
|
44677
|
+
"shape": "S3z"
|
44669
44678
|
}
|
44670
44679
|
}
|
44671
44680
|
}
|
@@ -44684,7 +44693,7 @@ module.exports={
|
|
44684
44693
|
"type": "integer"
|
44685
44694
|
},
|
44686
44695
|
"filter": {
|
44687
|
-
"shape": "
|
44696
|
+
"shape": "S6l"
|
44688
44697
|
}
|
44689
44698
|
}
|
44690
44699
|
},
|
@@ -44693,7 +44702,7 @@ module.exports={
|
|
44693
44702
|
"members": {
|
44694
44703
|
"nextToken": {},
|
44695
44704
|
"reports": {
|
44696
|
-
"shape": "
|
44705
|
+
"shape": "S3z"
|
44697
44706
|
}
|
44698
44707
|
}
|
44699
44708
|
}
|
@@ -44738,7 +44747,7 @@ module.exports={
|
|
44738
44747
|
"members": {
|
44739
44748
|
"nextToken": {},
|
44740
44749
|
"reportGroups": {
|
44741
|
-
"shape": "
|
44750
|
+
"shape": "S3n"
|
44742
44751
|
}
|
44743
44752
|
}
|
44744
44753
|
}
|
@@ -45045,7 +45054,7 @@ module.exports={
|
|
45045
45054
|
"environmentType": {},
|
45046
45055
|
"computeType": {},
|
45047
45056
|
"scalingConfiguration": {
|
45048
|
-
"shape": "
|
45057
|
+
"shape": "S4a"
|
45049
45058
|
},
|
45050
45059
|
"overflowBehavior": {},
|
45051
45060
|
"vpcConfig": {
|
@@ -45168,7 +45177,7 @@ module.exports={
|
|
45168
45177
|
"members": {
|
45169
45178
|
"arn": {},
|
45170
45179
|
"exportConfig": {
|
45171
|
-
"shape": "
|
45180
|
+
"shape": "S3t"
|
45172
45181
|
},
|
45173
45182
|
"tags": {
|
45174
45183
|
"shape": "S2v"
|
@@ -45179,7 +45188,7 @@ module.exports={
|
|
45179
45188
|
"type": "structure",
|
45180
45189
|
"members": {
|
45181
45190
|
"reportGroup": {
|
45182
|
-
"shape": "
|
45191
|
+
"shape": "S3q"
|
45183
45192
|
}
|
45184
45193
|
}
|
45185
45194
|
}
|
@@ -45976,6 +45985,9 @@ module.exports={
|
|
45976
45985
|
},
|
45977
45986
|
"lastModifiedSecret": {
|
45978
45987
|
"type": "timestamp"
|
45988
|
+
},
|
45989
|
+
"scopeConfiguration": {
|
45990
|
+
"shape": "S3i"
|
45979
45991
|
}
|
45980
45992
|
}
|
45981
45993
|
},
|
@@ -45999,18 +46011,30 @@ module.exports={
|
|
45999
46011
|
}
|
46000
46012
|
}
|
46001
46013
|
},
|
46002
|
-
"
|
46014
|
+
"S3i": {
|
46015
|
+
"type": "structure",
|
46016
|
+
"required": [
|
46017
|
+
"name",
|
46018
|
+
"scope"
|
46019
|
+
],
|
46020
|
+
"members": {
|
46021
|
+
"name": {},
|
46022
|
+
"domain": {},
|
46023
|
+
"scope": {}
|
46024
|
+
}
|
46025
|
+
},
|
46026
|
+
"S3n": {
|
46003
46027
|
"type": "list",
|
46004
46028
|
"member": {}
|
46005
46029
|
},
|
46006
|
-
"
|
46030
|
+
"S3q": {
|
46007
46031
|
"type": "structure",
|
46008
46032
|
"members": {
|
46009
46033
|
"arn": {},
|
46010
46034
|
"name": {},
|
46011
46035
|
"type": {},
|
46012
46036
|
"exportConfig": {
|
46013
|
-
"shape": "
|
46037
|
+
"shape": "S3t"
|
46014
46038
|
},
|
46015
46039
|
"created": {
|
46016
46040
|
"type": "timestamp"
|
@@ -46024,7 +46048,7 @@ module.exports={
|
|
46024
46048
|
"status": {}
|
46025
46049
|
}
|
46026
46050
|
},
|
46027
|
-
"
|
46051
|
+
"S3t": {
|
46028
46052
|
"type": "structure",
|
46029
46053
|
"members": {
|
46030
46054
|
"exportConfigType": {},
|
@@ -46043,11 +46067,11 @@ module.exports={
|
|
46043
46067
|
}
|
46044
46068
|
}
|
46045
46069
|
},
|
46046
|
-
"
|
46070
|
+
"S3z": {
|
46047
46071
|
"type": "list",
|
46048
46072
|
"member": {}
|
46049
46073
|
},
|
46050
|
-
"
|
46074
|
+
"S4a": {
|
46051
46075
|
"type": "structure",
|
46052
46076
|
"members": {
|
46053
46077
|
"scalingType": {},
|
@@ -46059,13 +46083,13 @@ module.exports={
|
|
46059
46083
|
}
|
46060
46084
|
}
|
46061
46085
|
},
|
46062
|
-
"
|
46086
|
+
"S5q": {
|
46063
46087
|
"type": "structure",
|
46064
46088
|
"members": {
|
46065
46089
|
"status": {}
|
46066
46090
|
}
|
46067
46091
|
},
|
46068
|
-
"
|
46092
|
+
"S6l": {
|
46069
46093
|
"type": "structure",
|
46070
46094
|
"members": {
|
46071
46095
|
"status": {}
|
@@ -53677,7 +53701,10 @@ module.exports={
|
|
53677
53701
|
"serviceId": "Cognito Identity Provider",
|
53678
53702
|
"signatureVersion": "v4",
|
53679
53703
|
"targetPrefix": "AWSCognitoIdentityProviderService",
|
53680
|
-
"uid": "cognito-idp-2016-04-18"
|
53704
|
+
"uid": "cognito-idp-2016-04-18",
|
53705
|
+
"auth": [
|
53706
|
+
"aws.auth#sigv4"
|
53707
|
+
]
|
53681
53708
|
},
|
53682
53709
|
"operations": {
|
53683
53710
|
"AddCustomAttributes": {
|
@@ -54450,7 +54477,10 @@ module.exports={
|
|
54450
54477
|
}
|
54451
54478
|
}
|
54452
54479
|
},
|
54453
|
-
"authtype": "none"
|
54480
|
+
"authtype": "none",
|
54481
|
+
"auth": [
|
54482
|
+
"smithy.api#noAuth"
|
54483
|
+
]
|
54454
54484
|
},
|
54455
54485
|
"ChangePassword": {
|
54456
54486
|
"input": {
|
@@ -54476,7 +54506,10 @@ module.exports={
|
|
54476
54506
|
"type": "structure",
|
54477
54507
|
"members": {}
|
54478
54508
|
},
|
54479
|
-
"authtype": "none"
|
54509
|
+
"authtype": "none",
|
54510
|
+
"auth": [
|
54511
|
+
"smithy.api#noAuth"
|
54512
|
+
]
|
54480
54513
|
},
|
54481
54514
|
"ConfirmDevice": {
|
54482
54515
|
"input": {
|
@@ -54508,7 +54541,10 @@ module.exports={
|
|
54508
54541
|
}
|
54509
54542
|
}
|
54510
54543
|
},
|
54511
|
-
"authtype": "none"
|
54544
|
+
"authtype": "none",
|
54545
|
+
"auth": [
|
54546
|
+
"smithy.api#noAuth"
|
54547
|
+
]
|
54512
54548
|
},
|
54513
54549
|
"ConfirmForgotPassword": {
|
54514
54550
|
"input": {
|
@@ -54548,7 +54584,10 @@ module.exports={
|
|
54548
54584
|
"type": "structure",
|
54549
54585
|
"members": {}
|
54550
54586
|
},
|
54551
|
-
"authtype": "none"
|
54587
|
+
"authtype": "none",
|
54588
|
+
"auth": [
|
54589
|
+
"smithy.api#noAuth"
|
54590
|
+
]
|
54552
54591
|
},
|
54553
54592
|
"ConfirmSignUp": {
|
54554
54593
|
"input": {
|
@@ -54587,7 +54626,10 @@ module.exports={
|
|
54587
54626
|
"type": "structure",
|
54588
54627
|
"members": {}
|
54589
54628
|
},
|
54590
|
-
"authtype": "none"
|
54629
|
+
"authtype": "none",
|
54630
|
+
"auth": [
|
54631
|
+
"smithy.api#noAuth"
|
54632
|
+
]
|
54591
54633
|
},
|
54592
54634
|
"CreateGroup": {
|
54593
54635
|
"input": {
|
@@ -54926,7 +54968,10 @@ module.exports={
|
|
54926
54968
|
}
|
54927
54969
|
}
|
54928
54970
|
},
|
54929
|
-
"authtype": "none"
|
54971
|
+
"authtype": "none",
|
54972
|
+
"auth": [
|
54973
|
+
"smithy.api#noAuth"
|
54974
|
+
]
|
54930
54975
|
},
|
54931
54976
|
"DeleteUserAttributes": {
|
54932
54977
|
"input": {
|
@@ -54948,7 +54993,10 @@ module.exports={
|
|
54948
54993
|
"type": "structure",
|
54949
54994
|
"members": {}
|
54950
54995
|
},
|
54951
|
-
"authtype": "none"
|
54996
|
+
"authtype": "none",
|
54997
|
+
"auth": [
|
54998
|
+
"smithy.api#noAuth"
|
54999
|
+
]
|
54952
55000
|
},
|
54953
55001
|
"DeleteUserPool": {
|
54954
55002
|
"input": {
|
@@ -55173,7 +55221,10 @@ module.exports={
|
|
55173
55221
|
"DeviceKey": {}
|
55174
55222
|
}
|
55175
55223
|
},
|
55176
|
-
"authtype": "none"
|
55224
|
+
"authtype": "none",
|
55225
|
+
"auth": [
|
55226
|
+
"smithy.api#noAuth"
|
55227
|
+
]
|
55177
55228
|
},
|
55178
55229
|
"ForgotPassword": {
|
55179
55230
|
"input": {
|
@@ -55211,7 +55262,10 @@ module.exports={
|
|
55211
55262
|
}
|
55212
55263
|
}
|
55213
55264
|
},
|
55214
|
-
"authtype": "none"
|
55265
|
+
"authtype": "none",
|
55266
|
+
"auth": [
|
55267
|
+
"smithy.api#noAuth"
|
55268
|
+
]
|
55215
55269
|
},
|
55216
55270
|
"GetCSVHeader": {
|
55217
55271
|
"input": {
|
@@ -55258,7 +55312,10 @@ module.exports={
|
|
55258
55312
|
}
|
55259
55313
|
}
|
55260
55314
|
},
|
55261
|
-
"authtype": "none"
|
55315
|
+
"authtype": "none",
|
55316
|
+
"auth": [
|
55317
|
+
"smithy.api#noAuth"
|
55318
|
+
]
|
55262
55319
|
},
|
55263
55320
|
"GetGroup": {
|
55264
55321
|
"input": {
|
@@ -55400,7 +55457,10 @@ module.exports={
|
|
55400
55457
|
}
|
55401
55458
|
}
|
55402
55459
|
},
|
55403
|
-
"authtype": "none"
|
55460
|
+
"authtype": "none",
|
55461
|
+
"auth": [
|
55462
|
+
"smithy.api#noAuth"
|
55463
|
+
]
|
55404
55464
|
},
|
55405
55465
|
"GetUserAttributeVerificationCode": {
|
55406
55466
|
"input": {
|
@@ -55427,7 +55487,10 @@ module.exports={
|
|
55427
55487
|
}
|
55428
55488
|
}
|
55429
55489
|
},
|
55430
|
-
"authtype": "none"
|
55490
|
+
"authtype": "none",
|
55491
|
+
"auth": [
|
55492
|
+
"smithy.api#noAuth"
|
55493
|
+
]
|
55431
55494
|
},
|
55432
55495
|
"GetUserPoolMfaConfig": {
|
55433
55496
|
"input": {
|
@@ -55468,7 +55531,10 @@ module.exports={
|
|
55468
55531
|
"type": "structure",
|
55469
55532
|
"members": {}
|
55470
55533
|
},
|
55471
|
-
"authtype": "none"
|
55534
|
+
"authtype": "none",
|
55535
|
+
"auth": [
|
55536
|
+
"smithy.api#noAuth"
|
55537
|
+
]
|
55472
55538
|
},
|
55473
55539
|
"InitiateAuth": {
|
55474
55540
|
"input": {
|
@@ -55511,7 +55577,10 @@ module.exports={
|
|
55511
55577
|
}
|
55512
55578
|
}
|
55513
55579
|
},
|
55514
|
-
"authtype": "none"
|
55580
|
+
"authtype": "none",
|
55581
|
+
"auth": [
|
55582
|
+
"smithy.api#noAuth"
|
55583
|
+
]
|
55515
55584
|
},
|
55516
55585
|
"ListDevices": {
|
55517
55586
|
"input": {
|
@@ -55538,7 +55607,10 @@ module.exports={
|
|
55538
55607
|
"PaginationToken": {}
|
55539
55608
|
}
|
55540
55609
|
},
|
55541
|
-
"authtype": "none"
|
55610
|
+
"authtype": "none",
|
55611
|
+
"auth": [
|
55612
|
+
"smithy.api#noAuth"
|
55613
|
+
]
|
55542
55614
|
},
|
55543
55615
|
"ListGroups": {
|
55544
55616
|
"input": {
|
@@ -55849,7 +55921,10 @@ module.exports={
|
|
55849
55921
|
}
|
55850
55922
|
}
|
55851
55923
|
},
|
55852
|
-
"authtype": "none"
|
55924
|
+
"authtype": "none",
|
55925
|
+
"auth": [
|
55926
|
+
"smithy.api#noAuth"
|
55927
|
+
]
|
55853
55928
|
},
|
55854
55929
|
"RespondToAuthChallenge": {
|
55855
55930
|
"input": {
|
@@ -55895,7 +55970,10 @@ module.exports={
|
|
55895
55970
|
}
|
55896
55971
|
}
|
55897
55972
|
},
|
55898
|
-
"authtype": "none"
|
55973
|
+
"authtype": "none",
|
55974
|
+
"auth": [
|
55975
|
+
"smithy.api#noAuth"
|
55976
|
+
]
|
55899
55977
|
},
|
55900
55978
|
"RevokeToken": {
|
55901
55979
|
"input": {
|
@@ -55920,7 +55998,10 @@ module.exports={
|
|
55920
55998
|
"type": "structure",
|
55921
55999
|
"members": {}
|
55922
56000
|
},
|
55923
|
-
"authtype": "none"
|
56001
|
+
"authtype": "none",
|
56002
|
+
"auth": [
|
56003
|
+
"smithy.api#noAuth"
|
56004
|
+
]
|
55924
56005
|
},
|
55925
56006
|
"SetLogDeliveryConfiguration": {
|
55926
56007
|
"input": {
|
@@ -56030,7 +56111,10 @@ module.exports={
|
|
56030
56111
|
"type": "structure",
|
56031
56112
|
"members": {}
|
56032
56113
|
},
|
56033
|
-
"authtype": "none"
|
56114
|
+
"authtype": "none",
|
56115
|
+
"auth": [
|
56116
|
+
"smithy.api#noAuth"
|
56117
|
+
]
|
56034
56118
|
},
|
56035
56119
|
"SetUserPoolMfaConfig": {
|
56036
56120
|
"input": {
|
@@ -56082,7 +56166,10 @@ module.exports={
|
|
56082
56166
|
"type": "structure",
|
56083
56167
|
"members": {}
|
56084
56168
|
},
|
56085
|
-
"authtype": "none"
|
56169
|
+
"authtype": "none",
|
56170
|
+
"auth": [
|
56171
|
+
"smithy.api#noAuth"
|
56172
|
+
]
|
56086
56173
|
},
|
56087
56174
|
"SignUp": {
|
56088
56175
|
"input": {
|
@@ -56138,7 +56225,10 @@ module.exports={
|
|
56138
56225
|
"UserSub": {}
|
56139
56226
|
}
|
56140
56227
|
},
|
56141
|
-
"authtype": "none"
|
56228
|
+
"authtype": "none",
|
56229
|
+
"auth": [
|
56230
|
+
"smithy.api#noAuth"
|
56231
|
+
]
|
56142
56232
|
},
|
56143
56233
|
"StartUserImportJob": {
|
56144
56234
|
"input": {
|
@@ -56247,7 +56337,10 @@ module.exports={
|
|
56247
56337
|
"type": "structure",
|
56248
56338
|
"members": {}
|
56249
56339
|
},
|
56250
|
-
"authtype": "none"
|
56340
|
+
"authtype": "none",
|
56341
|
+
"auth": [
|
56342
|
+
"smithy.api#noAuth"
|
56343
|
+
]
|
56251
56344
|
},
|
56252
56345
|
"UpdateDeviceStatus": {
|
56253
56346
|
"input": {
|
@@ -56268,7 +56361,10 @@ module.exports={
|
|
56268
56361
|
"type": "structure",
|
56269
56362
|
"members": {}
|
56270
56363
|
},
|
56271
|
-
"authtype": "none"
|
56364
|
+
"authtype": "none",
|
56365
|
+
"auth": [
|
56366
|
+
"smithy.api#noAuth"
|
56367
|
+
]
|
56272
56368
|
},
|
56273
56369
|
"UpdateGroup": {
|
56274
56370
|
"input": {
|
@@ -56388,7 +56484,10 @@ module.exports={
|
|
56388
56484
|
}
|
56389
56485
|
}
|
56390
56486
|
},
|
56391
|
-
"authtype": "none"
|
56487
|
+
"authtype": "none",
|
56488
|
+
"auth": [
|
56489
|
+
"smithy.api#noAuth"
|
56490
|
+
]
|
56392
56491
|
},
|
56393
56492
|
"UpdateUserPool": {
|
56394
56493
|
"input": {
|
@@ -56576,7 +56675,10 @@ module.exports={
|
|
56576
56675
|
}
|
56577
56676
|
}
|
56578
56677
|
},
|
56579
|
-
"authtype": "none"
|
56678
|
+
"authtype": "none",
|
56679
|
+
"auth": [
|
56680
|
+
"smithy.api#noAuth"
|
56681
|
+
]
|
56580
56682
|
},
|
56581
56683
|
"VerifyUserAttribute": {
|
56582
56684
|
"input": {
|
@@ -56598,7 +56700,10 @@ module.exports={
|
|
56598
56700
|
"type": "structure",
|
56599
56701
|
"members": {}
|
56600
56702
|
},
|
56601
|
-
"authtype": "none"
|
56703
|
+
"authtype": "none",
|
56704
|
+
"auth": [
|
56705
|
+
"smithy.api#noAuth"
|
56706
|
+
]
|
56602
56707
|
}
|
56603
56708
|
},
|
56604
56709
|
"shapes": {
|
@@ -63217,12 +63322,18 @@ module.exports={
|
|
63217
63322
|
"endpointPrefix": "config",
|
63218
63323
|
"jsonVersion": "1.1",
|
63219
63324
|
"protocol": "json",
|
63325
|
+
"protocols": [
|
63326
|
+
"json"
|
63327
|
+
],
|
63220
63328
|
"serviceAbbreviation": "Config Service",
|
63221
63329
|
"serviceFullName": "AWS Config",
|
63222
63330
|
"serviceId": "Config Service",
|
63223
63331
|
"signatureVersion": "v4",
|
63224
63332
|
"targetPrefix": "StarlingDoveService",
|
63225
|
-
"uid": "config-2014-11-12"
|
63333
|
+
"uid": "config-2014-11-12",
|
63334
|
+
"auth": [
|
63335
|
+
"aws.auth#sigv4"
|
63336
|
+
]
|
63226
63337
|
},
|
63227
63338
|
"operations": {
|
63228
63339
|
"BatchGetAggregateResourceConfig": {
|
@@ -136781,11 +136892,17 @@ module.exports={
|
|
136781
136892
|
"apiVersion": "2015-02-01",
|
136782
136893
|
"endpointPrefix": "elasticfilesystem",
|
136783
136894
|
"protocol": "rest-json",
|
136895
|
+
"protocols": [
|
136896
|
+
"rest-json"
|
136897
|
+
],
|
136784
136898
|
"serviceAbbreviation": "EFS",
|
136785
136899
|
"serviceFullName": "Amazon Elastic File System",
|
136786
136900
|
"serviceId": "EFS",
|
136787
136901
|
"signatureVersion": "v4",
|
136788
|
-
"uid": "elasticfilesystem-2015-02-01"
|
136902
|
+
"uid": "elasticfilesystem-2015-02-01",
|
136903
|
+
"auth": [
|
136904
|
+
"aws.auth#sigv4"
|
136905
|
+
]
|
136789
136906
|
},
|
136790
136907
|
"operations": {
|
136791
136908
|
"CreateAccessPoint": {
|
@@ -206853,10 +206970,16 @@ module.exports={
|
|
206853
206970
|
"apiVersion": "2016-06-10",
|
206854
206971
|
"endpointPrefix": "polly",
|
206855
206972
|
"protocol": "rest-json",
|
206973
|
+
"protocols": [
|
206974
|
+
"rest-json"
|
206975
|
+
],
|
206856
206976
|
"serviceFullName": "Amazon Polly",
|
206857
206977
|
"serviceId": "Polly",
|
206858
206978
|
"signatureVersion": "v4",
|
206859
|
-
"uid": "polly-2016-06-10"
|
206979
|
+
"uid": "polly-2016-06-10",
|
206980
|
+
"auth": [
|
206981
|
+
"aws.auth#sigv4"
|
206982
|
+
]
|
206860
206983
|
},
|
206861
206984
|
"operations": {
|
206862
206985
|
"DeleteLexicon": {
|
@@ -229508,11 +229631,17 @@ module.exports={
|
|
229508
229631
|
"endpointPrefix": "rekognition",
|
229509
229632
|
"jsonVersion": "1.1",
|
229510
229633
|
"protocol": "json",
|
229634
|
+
"protocols": [
|
229635
|
+
"json"
|
229636
|
+
],
|
229511
229637
|
"serviceFullName": "Amazon Rekognition",
|
229512
229638
|
"serviceId": "Rekognition",
|
229513
229639
|
"signatureVersion": "v4",
|
229514
229640
|
"targetPrefix": "RekognitionService",
|
229515
|
-
"uid": "rekognition-2016-06-27"
|
229641
|
+
"uid": "rekognition-2016-06-27",
|
229642
|
+
"auth": [
|
229643
|
+
"aws.auth#sigv4"
|
229644
|
+
]
|
229516
229645
|
},
|
229517
229646
|
"operations": {
|
229518
229647
|
"AssociateFaces": {
|
@@ -265347,12 +265476,18 @@ module.exports={
|
|
265347
265476
|
"endpointPrefix": "waf",
|
265348
265477
|
"jsonVersion": "1.1",
|
265349
265478
|
"protocol": "json",
|
265479
|
+
"protocols": [
|
265480
|
+
"json"
|
265481
|
+
],
|
265350
265482
|
"serviceAbbreviation": "WAF",
|
265351
265483
|
"serviceFullName": "AWS WAF",
|
265352
265484
|
"serviceId": "WAF",
|
265353
265485
|
"signatureVersion": "v4",
|
265354
265486
|
"targetPrefix": "AWSWAF_20150824",
|
265355
|
-
"uid": "waf-2015-08-24"
|
265487
|
+
"uid": "waf-2015-08-24",
|
265488
|
+
"auth": [
|
265489
|
+
"aws.auth#sigv4"
|
265490
|
+
]
|
265356
265491
|
},
|
265357
265492
|
"operations": {
|
265358
265493
|
"CreateByteMatchSet": {
|
@@ -275740,7 +275875,7 @@ AWS.util.update(AWS, {
|
|
275740
275875
|
/**
|
275741
275876
|
* @constant
|
275742
275877
|
*/
|
275743
|
-
VERSION: '2.
|
275878
|
+
VERSION: '2.1644.0',
|
275744
275879
|
|
275745
275880
|
/**
|
275746
275881
|
* @api private
|
@@ -298011,7 +298146,7 @@ var LRUCache = /** @class */ (function () {
|
|
298011
298146
|
}());
|
298012
298147
|
exports.LRUCache = LRUCache;
|
298013
298148
|
},{}],467:[function(require,module,exports){
|
298014
|
-
// AWS SDK for JavaScript v2.
|
298149
|
+
// AWS SDK for JavaScript v2.1644.0
|
298015
298150
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
298016
298151
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
298017
298152
|
require('./browser_loader');
|