aws-sdk 2.1108.0 → 2.1111.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 +19 -1
- package/README.md +1 -1
- package/apis/apigateway-2015-07-09.paginators.json +5 -0
- package/apis/docdb-2014-10-31.min.json +10 -2
- package/apis/eventbridge-2015-10-07.min.json +262 -19
- package/apis/kendra-2019-02-03.min.json +99 -55
- package/apis/lambda-2015-03-31.min.json +401 -153
- package/apis/lambda-2015-03-31.paginators.json +6 -0
- package/apis/mediaconvert-2017-08-29.min.json +83 -74
- package/apis/mediapackage-vod-2018-11-07.min.json +16 -13
- package/apis/panorama-2019-07-24.min.json +14 -12
- package/apis/personalize-2018-05-22.min.json +150 -42
- package/apis/wafv2-2019-07-29.min.json +5 -1
- package/clients/configservice.d.ts +5 -5
- package/clients/docdb.d.ts +56 -40
- package/clients/eventbridge.d.ts +380 -7
- package/clients/kendra.d.ts +74 -15
- package/clients/lambda.d.ts +263 -0
- package/clients/mediaconvert.d.ts +17 -2
- package/clients/mediapackagevod.d.ts +5 -0
- package/clients/panorama.d.ts +13 -4
- package/clients/personalize.d.ts +144 -22
- package/clients/pi.d.ts +26 -26
- package/clients/sagemaker.d.ts +1 -1
- package/clients/wafv2.d.ts +10 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +565 -198
- package/dist/aws-sdk.min.js +92 -92
- 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.1111.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){
|
|
@@ -4985,6 +4985,11 @@ module.exports={
|
|
|
4985
4985
|
"GetUsage": {
|
|
4986
4986
|
"input_token": "position",
|
|
4987
4987
|
"limit_key": "limit",
|
|
4988
|
+
"non_aggregate_keys": [
|
|
4989
|
+
"usagePlanId",
|
|
4990
|
+
"startDate",
|
|
4991
|
+
"endDate"
|
|
4992
|
+
],
|
|
4988
4993
|
"output_token": "position",
|
|
4989
4994
|
"result_key": "items"
|
|
4990
4995
|
},
|
|
@@ -154724,7 +154729,8 @@ module.exports={
|
|
|
154724
154729
|
"locationName": "Qualifier"
|
|
154725
154730
|
},
|
|
154726
154731
|
"RevisionId": {},
|
|
154727
|
-
"PrincipalOrgID": {}
|
|
154732
|
+
"PrincipalOrgID": {},
|
|
154733
|
+
"FunctionUrlAuthType": {}
|
|
154728
154734
|
}
|
|
154729
154735
|
},
|
|
154730
154736
|
"output": {
|
|
@@ -154755,12 +154761,12 @@ module.exports={
|
|
|
154755
154761
|
"FunctionVersion": {},
|
|
154756
154762
|
"Description": {},
|
|
154757
154763
|
"RoutingConfig": {
|
|
154758
|
-
"shape": "
|
|
154764
|
+
"shape": "Sp"
|
|
154759
154765
|
}
|
|
154760
154766
|
}
|
|
154761
154767
|
},
|
|
154762
154768
|
"output": {
|
|
154763
|
-
"shape": "
|
|
154769
|
+
"shape": "St"
|
|
154764
154770
|
}
|
|
154765
154771
|
},
|
|
154766
154772
|
"CreateCodeSigningConfig": {
|
|
@@ -154776,10 +154782,10 @@ module.exports={
|
|
|
154776
154782
|
"members": {
|
|
154777
154783
|
"Description": {},
|
|
154778
154784
|
"AllowedPublishers": {
|
|
154779
|
-
"shape": "
|
|
154785
|
+
"shape": "Sw"
|
|
154780
154786
|
},
|
|
154781
154787
|
"CodeSigningPolicies": {
|
|
154782
|
-
"shape": "
|
|
154788
|
+
"shape": "Sy"
|
|
154783
154789
|
}
|
|
154784
154790
|
}
|
|
154785
154791
|
},
|
|
@@ -154790,7 +154796,7 @@ module.exports={
|
|
|
154790
154796
|
],
|
|
154791
154797
|
"members": {
|
|
154792
154798
|
"CodeSigningConfig": {
|
|
154793
|
-
"shape": "
|
|
154799
|
+
"shape": "S11"
|
|
154794
154800
|
}
|
|
154795
154801
|
}
|
|
154796
154802
|
}
|
|
@@ -154815,7 +154821,7 @@ module.exports={
|
|
|
154815
154821
|
"type": "integer"
|
|
154816
154822
|
},
|
|
154817
154823
|
"FilterCriteria": {
|
|
154818
|
-
"shape": "
|
|
154824
|
+
"shape": "S18"
|
|
154819
154825
|
},
|
|
154820
154826
|
"MaximumBatchingWindowInSeconds": {
|
|
154821
154827
|
"type": "integer"
|
|
@@ -154828,7 +154834,7 @@ module.exports={
|
|
|
154828
154834
|
"type": "timestamp"
|
|
154829
154835
|
},
|
|
154830
154836
|
"DestinationConfig": {
|
|
154831
|
-
"shape": "
|
|
154837
|
+
"shape": "S1g"
|
|
154832
154838
|
},
|
|
154833
154839
|
"MaximumRecordAgeInSeconds": {
|
|
154834
154840
|
"type": "integer"
|
|
@@ -154843,24 +154849,24 @@ module.exports={
|
|
|
154843
154849
|
"type": "integer"
|
|
154844
154850
|
},
|
|
154845
154851
|
"Topics": {
|
|
154846
|
-
"shape": "
|
|
154852
|
+
"shape": "S1o"
|
|
154847
154853
|
},
|
|
154848
154854
|
"Queues": {
|
|
154849
|
-
"shape": "
|
|
154855
|
+
"shape": "S1q"
|
|
154850
154856
|
},
|
|
154851
154857
|
"SourceAccessConfigurations": {
|
|
154852
|
-
"shape": "
|
|
154858
|
+
"shape": "S1s"
|
|
154853
154859
|
},
|
|
154854
154860
|
"SelfManagedEventSource": {
|
|
154855
|
-
"shape": "
|
|
154861
|
+
"shape": "S1w"
|
|
154856
154862
|
},
|
|
154857
154863
|
"FunctionResponseTypes": {
|
|
154858
|
-
"shape": "
|
|
154864
|
+
"shape": "S21"
|
|
154859
154865
|
}
|
|
154860
154866
|
}
|
|
154861
154867
|
},
|
|
154862
154868
|
"output": {
|
|
154863
|
-
"shape": "
|
|
154869
|
+
"shape": "S23"
|
|
154864
154870
|
}
|
|
154865
154871
|
},
|
|
154866
154872
|
"CreateFunction": {
|
|
@@ -154884,7 +154890,7 @@ module.exports={
|
|
|
154884
154890
|
"type": "structure",
|
|
154885
154891
|
"members": {
|
|
154886
154892
|
"ZipFile": {
|
|
154887
|
-
"shape": "
|
|
154893
|
+
"shape": "S29"
|
|
154888
154894
|
},
|
|
154889
154895
|
"S3Bucket": {},
|
|
154890
154896
|
"S3Key": {},
|
|
@@ -154903,42 +154909,87 @@ module.exports={
|
|
|
154903
154909
|
"type": "boolean"
|
|
154904
154910
|
},
|
|
154905
154911
|
"VpcConfig": {
|
|
154906
|
-
"shape": "
|
|
154912
|
+
"shape": "S2g"
|
|
154907
154913
|
},
|
|
154908
154914
|
"PackageType": {},
|
|
154909
154915
|
"DeadLetterConfig": {
|
|
154910
|
-
"shape": "
|
|
154916
|
+
"shape": "S2m"
|
|
154911
154917
|
},
|
|
154912
154918
|
"Environment": {
|
|
154913
|
-
"shape": "
|
|
154919
|
+
"shape": "S2o"
|
|
154914
154920
|
},
|
|
154915
154921
|
"KMSKeyArn": {},
|
|
154916
154922
|
"TracingConfig": {
|
|
154917
|
-
"shape": "
|
|
154923
|
+
"shape": "S2t"
|
|
154918
154924
|
},
|
|
154919
154925
|
"Tags": {
|
|
154920
|
-
"shape": "
|
|
154926
|
+
"shape": "S2v"
|
|
154921
154927
|
},
|
|
154922
154928
|
"Layers": {
|
|
154923
|
-
"shape": "
|
|
154929
|
+
"shape": "S2y"
|
|
154924
154930
|
},
|
|
154925
154931
|
"FileSystemConfigs": {
|
|
154926
|
-
"shape": "
|
|
154932
|
+
"shape": "S30"
|
|
154927
154933
|
},
|
|
154928
154934
|
"ImageConfig": {
|
|
154929
|
-
"shape": "
|
|
154935
|
+
"shape": "S34"
|
|
154930
154936
|
},
|
|
154931
154937
|
"CodeSigningConfigArn": {},
|
|
154932
154938
|
"Architectures": {
|
|
154933
|
-
"shape": "
|
|
154939
|
+
"shape": "S37"
|
|
154934
154940
|
},
|
|
154935
154941
|
"EphemeralStorage": {
|
|
154936
|
-
"shape": "
|
|
154942
|
+
"shape": "S39"
|
|
154937
154943
|
}
|
|
154938
154944
|
}
|
|
154939
154945
|
},
|
|
154940
154946
|
"output": {
|
|
154941
|
-
"shape": "
|
|
154947
|
+
"shape": "S3b"
|
|
154948
|
+
}
|
|
154949
|
+
},
|
|
154950
|
+
"CreateFunctionUrlConfig": {
|
|
154951
|
+
"http": {
|
|
154952
|
+
"requestUri": "/2021-10-31/functions/{FunctionName}/url",
|
|
154953
|
+
"responseCode": 201
|
|
154954
|
+
},
|
|
154955
|
+
"input": {
|
|
154956
|
+
"type": "structure",
|
|
154957
|
+
"required": [
|
|
154958
|
+
"FunctionName",
|
|
154959
|
+
"AuthType"
|
|
154960
|
+
],
|
|
154961
|
+
"members": {
|
|
154962
|
+
"FunctionName": {
|
|
154963
|
+
"location": "uri",
|
|
154964
|
+
"locationName": "FunctionName"
|
|
154965
|
+
},
|
|
154966
|
+
"Qualifier": {
|
|
154967
|
+
"location": "querystring",
|
|
154968
|
+
"locationName": "Qualifier"
|
|
154969
|
+
},
|
|
154970
|
+
"AuthType": {},
|
|
154971
|
+
"Cors": {
|
|
154972
|
+
"shape": "S3x"
|
|
154973
|
+
}
|
|
154974
|
+
}
|
|
154975
|
+
},
|
|
154976
|
+
"output": {
|
|
154977
|
+
"type": "structure",
|
|
154978
|
+
"required": [
|
|
154979
|
+
"FunctionUrl",
|
|
154980
|
+
"FunctionArn",
|
|
154981
|
+
"AuthType",
|
|
154982
|
+
"CreationTime"
|
|
154983
|
+
],
|
|
154984
|
+
"members": {
|
|
154985
|
+
"FunctionUrl": {},
|
|
154986
|
+
"FunctionArn": {},
|
|
154987
|
+
"AuthType": {},
|
|
154988
|
+
"Cors": {
|
|
154989
|
+
"shape": "S3x"
|
|
154990
|
+
},
|
|
154991
|
+
"CreationTime": {}
|
|
154992
|
+
}
|
|
154942
154993
|
}
|
|
154943
154994
|
},
|
|
154944
154995
|
"DeleteAlias": {
|
|
@@ -155007,7 +155058,7 @@ module.exports={
|
|
|
155007
155058
|
}
|
|
155008
155059
|
},
|
|
155009
155060
|
"output": {
|
|
155010
|
-
"shape": "
|
|
155061
|
+
"shape": "S23"
|
|
155011
155062
|
}
|
|
155012
155063
|
},
|
|
155013
155064
|
"DeleteFunction": {
|
|
@@ -155094,6 +155145,29 @@ module.exports={
|
|
|
155094
155145
|
}
|
|
155095
155146
|
}
|
|
155096
155147
|
},
|
|
155148
|
+
"DeleteFunctionUrlConfig": {
|
|
155149
|
+
"http": {
|
|
155150
|
+
"method": "DELETE",
|
|
155151
|
+
"requestUri": "/2021-10-31/functions/{FunctionName}/url",
|
|
155152
|
+
"responseCode": 204
|
|
155153
|
+
},
|
|
155154
|
+
"input": {
|
|
155155
|
+
"type": "structure",
|
|
155156
|
+
"required": [
|
|
155157
|
+
"FunctionName"
|
|
155158
|
+
],
|
|
155159
|
+
"members": {
|
|
155160
|
+
"FunctionName": {
|
|
155161
|
+
"location": "uri",
|
|
155162
|
+
"locationName": "FunctionName"
|
|
155163
|
+
},
|
|
155164
|
+
"Qualifier": {
|
|
155165
|
+
"location": "querystring",
|
|
155166
|
+
"locationName": "Qualifier"
|
|
155167
|
+
}
|
|
155168
|
+
}
|
|
155169
|
+
}
|
|
155170
|
+
},
|
|
155097
155171
|
"DeleteLayerVersion": {
|
|
155098
155172
|
"http": {
|
|
155099
155173
|
"method": "DELETE",
|
|
@@ -155214,7 +155288,7 @@ module.exports={
|
|
|
155214
155288
|
}
|
|
155215
155289
|
},
|
|
155216
155290
|
"output": {
|
|
155217
|
-
"shape": "
|
|
155291
|
+
"shape": "St"
|
|
155218
155292
|
}
|
|
155219
155293
|
},
|
|
155220
155294
|
"GetCodeSigningConfig": {
|
|
@@ -155242,7 +155316,7 @@ module.exports={
|
|
|
155242
155316
|
],
|
|
155243
155317
|
"members": {
|
|
155244
155318
|
"CodeSigningConfig": {
|
|
155245
|
-
"shape": "
|
|
155319
|
+
"shape": "S11"
|
|
155246
155320
|
}
|
|
155247
155321
|
}
|
|
155248
155322
|
}
|
|
@@ -155266,7 +155340,7 @@ module.exports={
|
|
|
155266
155340
|
}
|
|
155267
155341
|
},
|
|
155268
155342
|
"output": {
|
|
155269
|
-
"shape": "
|
|
155343
|
+
"shape": "S23"
|
|
155270
155344
|
}
|
|
155271
155345
|
},
|
|
155272
155346
|
"GetFunction": {
|
|
@@ -155295,7 +155369,7 @@ module.exports={
|
|
|
155295
155369
|
"type": "structure",
|
|
155296
155370
|
"members": {
|
|
155297
155371
|
"Configuration": {
|
|
155298
|
-
"shape": "
|
|
155372
|
+
"shape": "S3b"
|
|
155299
155373
|
},
|
|
155300
155374
|
"Code": {
|
|
155301
155375
|
"type": "structure",
|
|
@@ -155307,10 +155381,10 @@ module.exports={
|
|
|
155307
155381
|
}
|
|
155308
155382
|
},
|
|
155309
155383
|
"Tags": {
|
|
155310
|
-
"shape": "
|
|
155384
|
+
"shape": "S2v"
|
|
155311
155385
|
},
|
|
155312
155386
|
"Concurrency": {
|
|
155313
|
-
"shape": "
|
|
155387
|
+
"shape": "S4w"
|
|
155314
155388
|
}
|
|
155315
155389
|
}
|
|
155316
155390
|
}
|
|
@@ -155395,7 +155469,7 @@ module.exports={
|
|
|
155395
155469
|
}
|
|
155396
155470
|
},
|
|
155397
155471
|
"output": {
|
|
155398
|
-
"shape": "
|
|
155472
|
+
"shape": "S3b"
|
|
155399
155473
|
}
|
|
155400
155474
|
},
|
|
155401
155475
|
"GetFunctionEventInvokeConfig": {
|
|
@@ -155421,7 +155495,50 @@ module.exports={
|
|
|
155421
155495
|
}
|
|
155422
155496
|
},
|
|
155423
155497
|
"output": {
|
|
155424
|
-
"shape": "
|
|
155498
|
+
"shape": "S54"
|
|
155499
|
+
}
|
|
155500
|
+
},
|
|
155501
|
+
"GetFunctionUrlConfig": {
|
|
155502
|
+
"http": {
|
|
155503
|
+
"method": "GET",
|
|
155504
|
+
"requestUri": "/2021-10-31/functions/{FunctionName}/url",
|
|
155505
|
+
"responseCode": 200
|
|
155506
|
+
},
|
|
155507
|
+
"input": {
|
|
155508
|
+
"type": "structure",
|
|
155509
|
+
"required": [
|
|
155510
|
+
"FunctionName"
|
|
155511
|
+
],
|
|
155512
|
+
"members": {
|
|
155513
|
+
"FunctionName": {
|
|
155514
|
+
"location": "uri",
|
|
155515
|
+
"locationName": "FunctionName"
|
|
155516
|
+
},
|
|
155517
|
+
"Qualifier": {
|
|
155518
|
+
"location": "querystring",
|
|
155519
|
+
"locationName": "Qualifier"
|
|
155520
|
+
}
|
|
155521
|
+
}
|
|
155522
|
+
},
|
|
155523
|
+
"output": {
|
|
155524
|
+
"type": "structure",
|
|
155525
|
+
"required": [
|
|
155526
|
+
"FunctionUrl",
|
|
155527
|
+
"FunctionArn",
|
|
155528
|
+
"AuthType",
|
|
155529
|
+
"CreationTime",
|
|
155530
|
+
"LastModifiedTime"
|
|
155531
|
+
],
|
|
155532
|
+
"members": {
|
|
155533
|
+
"FunctionUrl": {},
|
|
155534
|
+
"FunctionArn": {},
|
|
155535
|
+
"AuthType": {},
|
|
155536
|
+
"Cors": {
|
|
155537
|
+
"shape": "S3x"
|
|
155538
|
+
},
|
|
155539
|
+
"CreationTime": {},
|
|
155540
|
+
"LastModifiedTime": {}
|
|
155541
|
+
}
|
|
155425
155542
|
}
|
|
155426
155543
|
},
|
|
155427
155544
|
"GetLayerVersion": {
|
|
@@ -155449,7 +155566,7 @@ module.exports={
|
|
|
155449
155566
|
}
|
|
155450
155567
|
},
|
|
155451
155568
|
"output": {
|
|
155452
|
-
"shape": "
|
|
155569
|
+
"shape": "S5a"
|
|
155453
155570
|
}
|
|
155454
155571
|
},
|
|
155455
155572
|
"GetLayerVersionByArn": {
|
|
@@ -155471,7 +155588,7 @@ module.exports={
|
|
|
155471
155588
|
}
|
|
155472
155589
|
},
|
|
155473
155590
|
"output": {
|
|
155474
|
-
"shape": "
|
|
155591
|
+
"shape": "S5a"
|
|
155475
155592
|
}
|
|
155476
155593
|
},
|
|
155477
155594
|
"GetLayerVersionPolicy": {
|
|
@@ -155604,7 +155721,7 @@ module.exports={
|
|
|
155604
155721
|
"locationName": "X-Amz-Client-Context"
|
|
155605
155722
|
},
|
|
155606
155723
|
"Payload": {
|
|
155607
|
-
"shape": "
|
|
155724
|
+
"shape": "S29"
|
|
155608
155725
|
},
|
|
155609
155726
|
"Qualifier": {
|
|
155610
155727
|
"location": "querystring",
|
|
@@ -155629,7 +155746,7 @@ module.exports={
|
|
|
155629
155746
|
"locationName": "X-Amz-Log-Result"
|
|
155630
155747
|
},
|
|
155631
155748
|
"Payload": {
|
|
155632
|
-
"shape": "
|
|
155749
|
+
"shape": "S29"
|
|
155633
155750
|
},
|
|
155634
155751
|
"ExecutedVersion": {
|
|
155635
155752
|
"location": "header",
|
|
@@ -155713,7 +155830,7 @@ module.exports={
|
|
|
155713
155830
|
"Aliases": {
|
|
155714
155831
|
"type": "list",
|
|
155715
155832
|
"member": {
|
|
155716
|
-
"shape": "
|
|
155833
|
+
"shape": "St"
|
|
155717
155834
|
}
|
|
155718
155835
|
}
|
|
155719
155836
|
}
|
|
@@ -155746,7 +155863,7 @@ module.exports={
|
|
|
155746
155863
|
"CodeSigningConfigs": {
|
|
155747
155864
|
"type": "list",
|
|
155748
155865
|
"member": {
|
|
155749
|
-
"shape": "
|
|
155866
|
+
"shape": "S11"
|
|
155750
155867
|
}
|
|
155751
155868
|
}
|
|
155752
155869
|
}
|
|
@@ -155787,7 +155904,7 @@ module.exports={
|
|
|
155787
155904
|
"EventSourceMappings": {
|
|
155788
155905
|
"type": "list",
|
|
155789
155906
|
"member": {
|
|
155790
|
-
"shape": "
|
|
155907
|
+
"shape": "S23"
|
|
155791
155908
|
}
|
|
155792
155909
|
}
|
|
155793
155910
|
}
|
|
@@ -155826,7 +155943,67 @@ module.exports={
|
|
|
155826
155943
|
"FunctionEventInvokeConfigs": {
|
|
155827
155944
|
"type": "list",
|
|
155828
155945
|
"member": {
|
|
155829
|
-
"shape": "
|
|
155946
|
+
"shape": "S54"
|
|
155947
|
+
}
|
|
155948
|
+
},
|
|
155949
|
+
"NextMarker": {}
|
|
155950
|
+
}
|
|
155951
|
+
}
|
|
155952
|
+
},
|
|
155953
|
+
"ListFunctionUrlConfigs": {
|
|
155954
|
+
"http": {
|
|
155955
|
+
"method": "GET",
|
|
155956
|
+
"requestUri": "/2021-10-31/functions/{FunctionName}/urls",
|
|
155957
|
+
"responseCode": 200
|
|
155958
|
+
},
|
|
155959
|
+
"input": {
|
|
155960
|
+
"type": "structure",
|
|
155961
|
+
"required": [
|
|
155962
|
+
"FunctionName"
|
|
155963
|
+
],
|
|
155964
|
+
"members": {
|
|
155965
|
+
"FunctionName": {
|
|
155966
|
+
"location": "uri",
|
|
155967
|
+
"locationName": "FunctionName"
|
|
155968
|
+
},
|
|
155969
|
+
"Marker": {
|
|
155970
|
+
"location": "querystring",
|
|
155971
|
+
"locationName": "Marker"
|
|
155972
|
+
},
|
|
155973
|
+
"MaxItems": {
|
|
155974
|
+
"location": "querystring",
|
|
155975
|
+
"locationName": "MaxItems",
|
|
155976
|
+
"type": "integer"
|
|
155977
|
+
}
|
|
155978
|
+
}
|
|
155979
|
+
},
|
|
155980
|
+
"output": {
|
|
155981
|
+
"type": "structure",
|
|
155982
|
+
"required": [
|
|
155983
|
+
"FunctionUrlConfigs"
|
|
155984
|
+
],
|
|
155985
|
+
"members": {
|
|
155986
|
+
"FunctionUrlConfigs": {
|
|
155987
|
+
"type": "list",
|
|
155988
|
+
"member": {
|
|
155989
|
+
"type": "structure",
|
|
155990
|
+
"required": [
|
|
155991
|
+
"FunctionUrl",
|
|
155992
|
+
"FunctionArn",
|
|
155993
|
+
"CreationTime",
|
|
155994
|
+
"LastModifiedTime",
|
|
155995
|
+
"AuthType"
|
|
155996
|
+
],
|
|
155997
|
+
"members": {
|
|
155998
|
+
"FunctionUrl": {},
|
|
155999
|
+
"FunctionArn": {},
|
|
156000
|
+
"CreationTime": {},
|
|
156001
|
+
"LastModifiedTime": {},
|
|
156002
|
+
"Cors": {
|
|
156003
|
+
"shape": "S3x"
|
|
156004
|
+
},
|
|
156005
|
+
"AuthType": {}
|
|
156006
|
+
}
|
|
155830
156007
|
}
|
|
155831
156008
|
},
|
|
155832
156009
|
"NextMarker": {}
|
|
@@ -155866,7 +156043,7 @@ module.exports={
|
|
|
155866
156043
|
"members": {
|
|
155867
156044
|
"NextMarker": {},
|
|
155868
156045
|
"Functions": {
|
|
155869
|
-
"shape": "
|
|
156046
|
+
"shape": "S6l"
|
|
155870
156047
|
}
|
|
155871
156048
|
}
|
|
155872
156049
|
}
|
|
@@ -155951,7 +156128,7 @@ module.exports={
|
|
|
155951
156128
|
"LayerVersions": {
|
|
155952
156129
|
"type": "list",
|
|
155953
156130
|
"member": {
|
|
155954
|
-
"shape": "
|
|
156131
|
+
"shape": "S6t"
|
|
155955
156132
|
}
|
|
155956
156133
|
}
|
|
155957
156134
|
}
|
|
@@ -155997,7 +156174,7 @@ module.exports={
|
|
|
155997
156174
|
"LayerName": {},
|
|
155998
156175
|
"LayerArn": {},
|
|
155999
156176
|
"LatestMatchingVersion": {
|
|
156000
|
-
"shape": "
|
|
156177
|
+
"shape": "S6t"
|
|
156001
156178
|
}
|
|
156002
156179
|
}
|
|
156003
156180
|
}
|
|
@@ -156081,7 +156258,7 @@ module.exports={
|
|
|
156081
156258
|
"type": "structure",
|
|
156082
156259
|
"members": {
|
|
156083
156260
|
"Tags": {
|
|
156084
|
-
"shape": "
|
|
156261
|
+
"shape": "S2v"
|
|
156085
156262
|
}
|
|
156086
156263
|
}
|
|
156087
156264
|
}
|
|
@@ -156118,7 +156295,7 @@ module.exports={
|
|
|
156118
156295
|
"members": {
|
|
156119
156296
|
"NextMarker": {},
|
|
156120
156297
|
"Versions": {
|
|
156121
|
-
"shape": "
|
|
156298
|
+
"shape": "S6l"
|
|
156122
156299
|
}
|
|
156123
156300
|
}
|
|
156124
156301
|
}
|
|
@@ -156147,16 +156324,16 @@ module.exports={
|
|
|
156147
156324
|
"S3Key": {},
|
|
156148
156325
|
"S3ObjectVersion": {},
|
|
156149
156326
|
"ZipFile": {
|
|
156150
|
-
"shape": "
|
|
156327
|
+
"shape": "S29"
|
|
156151
156328
|
}
|
|
156152
156329
|
}
|
|
156153
156330
|
},
|
|
156154
156331
|
"CompatibleRuntimes": {
|
|
156155
|
-
"shape": "
|
|
156332
|
+
"shape": "S5d"
|
|
156156
156333
|
},
|
|
156157
156334
|
"LicenseInfo": {},
|
|
156158
156335
|
"CompatibleArchitectures": {
|
|
156159
|
-
"shape": "
|
|
156336
|
+
"shape": "S5f"
|
|
156160
156337
|
}
|
|
156161
156338
|
}
|
|
156162
156339
|
},
|
|
@@ -156164,7 +156341,7 @@ module.exports={
|
|
|
156164
156341
|
"type": "structure",
|
|
156165
156342
|
"members": {
|
|
156166
156343
|
"Content": {
|
|
156167
|
-
"shape": "
|
|
156344
|
+
"shape": "S5b"
|
|
156168
156345
|
},
|
|
156169
156346
|
"LayerArn": {},
|
|
156170
156347
|
"LayerVersionArn": {},
|
|
@@ -156174,11 +156351,11 @@ module.exports={
|
|
|
156174
156351
|
"type": "long"
|
|
156175
156352
|
},
|
|
156176
156353
|
"CompatibleRuntimes": {
|
|
156177
|
-
"shape": "
|
|
156354
|
+
"shape": "S5d"
|
|
156178
156355
|
},
|
|
156179
156356
|
"LicenseInfo": {},
|
|
156180
156357
|
"CompatibleArchitectures": {
|
|
156181
|
-
"shape": "
|
|
156358
|
+
"shape": "S5f"
|
|
156182
156359
|
}
|
|
156183
156360
|
}
|
|
156184
156361
|
}
|
|
@@ -156204,7 +156381,7 @@ module.exports={
|
|
|
156204
156381
|
}
|
|
156205
156382
|
},
|
|
156206
156383
|
"output": {
|
|
156207
|
-
"shape": "
|
|
156384
|
+
"shape": "S3b"
|
|
156208
156385
|
}
|
|
156209
156386
|
},
|
|
156210
156387
|
"PutFunctionCodeSigningConfig": {
|
|
@@ -156262,7 +156439,7 @@ module.exports={
|
|
|
156262
156439
|
}
|
|
156263
156440
|
},
|
|
156264
156441
|
"output": {
|
|
156265
|
-
"shape": "
|
|
156442
|
+
"shape": "S4w"
|
|
156266
156443
|
}
|
|
156267
156444
|
},
|
|
156268
156445
|
"PutFunctionEventInvokeConfig": {
|
|
@@ -156292,12 +156469,12 @@ module.exports={
|
|
|
156292
156469
|
"type": "integer"
|
|
156293
156470
|
},
|
|
156294
156471
|
"DestinationConfig": {
|
|
156295
|
-
"shape": "
|
|
156472
|
+
"shape": "S1g"
|
|
156296
156473
|
}
|
|
156297
156474
|
}
|
|
156298
156475
|
},
|
|
156299
156476
|
"output": {
|
|
156300
|
-
"shape": "
|
|
156477
|
+
"shape": "S54"
|
|
156301
156478
|
}
|
|
156302
156479
|
},
|
|
156303
156480
|
"PutProvisionedConcurrencyConfig": {
|
|
@@ -156428,7 +156605,7 @@ module.exports={
|
|
|
156428
156605
|
"locationName": "ARN"
|
|
156429
156606
|
},
|
|
156430
156607
|
"Tags": {
|
|
156431
|
-
"shape": "
|
|
156608
|
+
"shape": "S2v"
|
|
156432
156609
|
}
|
|
156433
156610
|
}
|
|
156434
156611
|
}
|
|
@@ -156483,13 +156660,13 @@ module.exports={
|
|
|
156483
156660
|
"FunctionVersion": {},
|
|
156484
156661
|
"Description": {},
|
|
156485
156662
|
"RoutingConfig": {
|
|
156486
|
-
"shape": "
|
|
156663
|
+
"shape": "Sp"
|
|
156487
156664
|
},
|
|
156488
156665
|
"RevisionId": {}
|
|
156489
156666
|
}
|
|
156490
156667
|
},
|
|
156491
156668
|
"output": {
|
|
156492
|
-
"shape": "
|
|
156669
|
+
"shape": "St"
|
|
156493
156670
|
}
|
|
156494
156671
|
},
|
|
156495
156672
|
"UpdateCodeSigningConfig": {
|
|
@@ -156510,10 +156687,10 @@ module.exports={
|
|
|
156510
156687
|
},
|
|
156511
156688
|
"Description": {},
|
|
156512
156689
|
"AllowedPublishers": {
|
|
156513
|
-
"shape": "
|
|
156690
|
+
"shape": "Sw"
|
|
156514
156691
|
},
|
|
156515
156692
|
"CodeSigningPolicies": {
|
|
156516
|
-
"shape": "
|
|
156693
|
+
"shape": "Sy"
|
|
156517
156694
|
}
|
|
156518
156695
|
}
|
|
156519
156696
|
},
|
|
@@ -156524,7 +156701,7 @@ module.exports={
|
|
|
156524
156701
|
],
|
|
156525
156702
|
"members": {
|
|
156526
156703
|
"CodeSigningConfig": {
|
|
156527
|
-
"shape": "
|
|
156704
|
+
"shape": "S11"
|
|
156528
156705
|
}
|
|
156529
156706
|
}
|
|
156530
156707
|
}
|
|
@@ -156553,13 +156730,13 @@ module.exports={
|
|
|
156553
156730
|
"type": "integer"
|
|
156554
156731
|
},
|
|
156555
156732
|
"FilterCriteria": {
|
|
156556
|
-
"shape": "
|
|
156733
|
+
"shape": "S18"
|
|
156557
156734
|
},
|
|
156558
156735
|
"MaximumBatchingWindowInSeconds": {
|
|
156559
156736
|
"type": "integer"
|
|
156560
156737
|
},
|
|
156561
156738
|
"DestinationConfig": {
|
|
156562
|
-
"shape": "
|
|
156739
|
+
"shape": "S1g"
|
|
156563
156740
|
},
|
|
156564
156741
|
"MaximumRecordAgeInSeconds": {
|
|
156565
156742
|
"type": "integer"
|
|
@@ -156574,18 +156751,18 @@ module.exports={
|
|
|
156574
156751
|
"type": "integer"
|
|
156575
156752
|
},
|
|
156576
156753
|
"SourceAccessConfigurations": {
|
|
156577
|
-
"shape": "
|
|
156754
|
+
"shape": "S1s"
|
|
156578
156755
|
},
|
|
156579
156756
|
"TumblingWindowInSeconds": {
|
|
156580
156757
|
"type": "integer"
|
|
156581
156758
|
},
|
|
156582
156759
|
"FunctionResponseTypes": {
|
|
156583
|
-
"shape": "
|
|
156760
|
+
"shape": "S21"
|
|
156584
156761
|
}
|
|
156585
156762
|
}
|
|
156586
156763
|
},
|
|
156587
156764
|
"output": {
|
|
156588
|
-
"shape": "
|
|
156765
|
+
"shape": "S23"
|
|
156589
156766
|
}
|
|
156590
156767
|
},
|
|
156591
156768
|
"UpdateFunctionCode": {
|
|
@@ -156605,7 +156782,7 @@ module.exports={
|
|
|
156605
156782
|
"locationName": "FunctionName"
|
|
156606
156783
|
},
|
|
156607
156784
|
"ZipFile": {
|
|
156608
|
-
"shape": "
|
|
156785
|
+
"shape": "S29"
|
|
156609
156786
|
},
|
|
156610
156787
|
"S3Bucket": {},
|
|
156611
156788
|
"S3Key": {},
|
|
@@ -156619,12 +156796,12 @@ module.exports={
|
|
|
156619
156796
|
},
|
|
156620
156797
|
"RevisionId": {},
|
|
156621
156798
|
"Architectures": {
|
|
156622
|
-
"shape": "
|
|
156799
|
+
"shape": "S37"
|
|
156623
156800
|
}
|
|
156624
156801
|
}
|
|
156625
156802
|
},
|
|
156626
156803
|
"output": {
|
|
156627
|
-
"shape": "
|
|
156804
|
+
"shape": "S3b"
|
|
156628
156805
|
}
|
|
156629
156806
|
},
|
|
156630
156807
|
"UpdateFunctionConfiguration": {
|
|
@@ -156653,36 +156830,36 @@ module.exports={
|
|
|
156653
156830
|
"type": "integer"
|
|
156654
156831
|
},
|
|
156655
156832
|
"VpcConfig": {
|
|
156656
|
-
"shape": "
|
|
156833
|
+
"shape": "S2g"
|
|
156657
156834
|
},
|
|
156658
156835
|
"Environment": {
|
|
156659
|
-
"shape": "
|
|
156836
|
+
"shape": "S2o"
|
|
156660
156837
|
},
|
|
156661
156838
|
"Runtime": {},
|
|
156662
156839
|
"DeadLetterConfig": {
|
|
156663
|
-
"shape": "
|
|
156840
|
+
"shape": "S2m"
|
|
156664
156841
|
},
|
|
156665
156842
|
"KMSKeyArn": {},
|
|
156666
156843
|
"TracingConfig": {
|
|
156667
|
-
"shape": "
|
|
156844
|
+
"shape": "S2t"
|
|
156668
156845
|
},
|
|
156669
156846
|
"RevisionId": {},
|
|
156670
156847
|
"Layers": {
|
|
156671
|
-
"shape": "
|
|
156848
|
+
"shape": "S2y"
|
|
156672
156849
|
},
|
|
156673
156850
|
"FileSystemConfigs": {
|
|
156674
|
-
"shape": "
|
|
156851
|
+
"shape": "S30"
|
|
156675
156852
|
},
|
|
156676
156853
|
"ImageConfig": {
|
|
156677
|
-
"shape": "
|
|
156854
|
+
"shape": "S34"
|
|
156678
156855
|
},
|
|
156679
156856
|
"EphemeralStorage": {
|
|
156680
|
-
"shape": "
|
|
156857
|
+
"shape": "S39"
|
|
156681
156858
|
}
|
|
156682
156859
|
}
|
|
156683
156860
|
},
|
|
156684
156861
|
"output": {
|
|
156685
|
-
"shape": "
|
|
156862
|
+
"shape": "S3b"
|
|
156686
156863
|
}
|
|
156687
156864
|
},
|
|
156688
156865
|
"UpdateFunctionEventInvokeConfig": {
|
|
@@ -156711,17 +156888,64 @@ module.exports={
|
|
|
156711
156888
|
"type": "integer"
|
|
156712
156889
|
},
|
|
156713
156890
|
"DestinationConfig": {
|
|
156714
|
-
"shape": "
|
|
156891
|
+
"shape": "S1g"
|
|
156892
|
+
}
|
|
156893
|
+
}
|
|
156894
|
+
},
|
|
156895
|
+
"output": {
|
|
156896
|
+
"shape": "S54"
|
|
156897
|
+
}
|
|
156898
|
+
},
|
|
156899
|
+
"UpdateFunctionUrlConfig": {
|
|
156900
|
+
"http": {
|
|
156901
|
+
"method": "PUT",
|
|
156902
|
+
"requestUri": "/2021-10-31/functions/{FunctionName}/url",
|
|
156903
|
+
"responseCode": 200
|
|
156904
|
+
},
|
|
156905
|
+
"input": {
|
|
156906
|
+
"type": "structure",
|
|
156907
|
+
"required": [
|
|
156908
|
+
"FunctionName"
|
|
156909
|
+
],
|
|
156910
|
+
"members": {
|
|
156911
|
+
"FunctionName": {
|
|
156912
|
+
"location": "uri",
|
|
156913
|
+
"locationName": "FunctionName"
|
|
156914
|
+
},
|
|
156915
|
+
"Qualifier": {
|
|
156916
|
+
"location": "querystring",
|
|
156917
|
+
"locationName": "Qualifier"
|
|
156918
|
+
},
|
|
156919
|
+
"AuthType": {},
|
|
156920
|
+
"Cors": {
|
|
156921
|
+
"shape": "S3x"
|
|
156715
156922
|
}
|
|
156716
156923
|
}
|
|
156717
156924
|
},
|
|
156718
156925
|
"output": {
|
|
156719
|
-
"
|
|
156926
|
+
"type": "structure",
|
|
156927
|
+
"required": [
|
|
156928
|
+
"FunctionUrl",
|
|
156929
|
+
"FunctionArn",
|
|
156930
|
+
"AuthType",
|
|
156931
|
+
"CreationTime",
|
|
156932
|
+
"LastModifiedTime"
|
|
156933
|
+
],
|
|
156934
|
+
"members": {
|
|
156935
|
+
"FunctionUrl": {},
|
|
156936
|
+
"FunctionArn": {},
|
|
156937
|
+
"AuthType": {},
|
|
156938
|
+
"Cors": {
|
|
156939
|
+
"shape": "S3x"
|
|
156940
|
+
},
|
|
156941
|
+
"CreationTime": {},
|
|
156942
|
+
"LastModifiedTime": {}
|
|
156943
|
+
}
|
|
156720
156944
|
}
|
|
156721
156945
|
}
|
|
156722
156946
|
},
|
|
156723
156947
|
"shapes": {
|
|
156724
|
-
"
|
|
156948
|
+
"Sp": {
|
|
156725
156949
|
"type": "structure",
|
|
156726
156950
|
"members": {
|
|
156727
156951
|
"AdditionalVersionWeights": {
|
|
@@ -156733,7 +156957,7 @@ module.exports={
|
|
|
156733
156957
|
}
|
|
156734
156958
|
}
|
|
156735
156959
|
},
|
|
156736
|
-
"
|
|
156960
|
+
"St": {
|
|
156737
156961
|
"type": "structure",
|
|
156738
156962
|
"members": {
|
|
156739
156963
|
"AliasArn": {},
|
|
@@ -156741,12 +156965,12 @@ module.exports={
|
|
|
156741
156965
|
"FunctionVersion": {},
|
|
156742
156966
|
"Description": {},
|
|
156743
156967
|
"RoutingConfig": {
|
|
156744
|
-
"shape": "
|
|
156968
|
+
"shape": "Sp"
|
|
156745
156969
|
},
|
|
156746
156970
|
"RevisionId": {}
|
|
156747
156971
|
}
|
|
156748
156972
|
},
|
|
156749
|
-
"
|
|
156973
|
+
"Sw": {
|
|
156750
156974
|
"type": "structure",
|
|
156751
156975
|
"required": [
|
|
156752
156976
|
"SigningProfileVersionArns"
|
|
@@ -156758,13 +156982,13 @@ module.exports={
|
|
|
156758
156982
|
}
|
|
156759
156983
|
}
|
|
156760
156984
|
},
|
|
156761
|
-
"
|
|
156985
|
+
"Sy": {
|
|
156762
156986
|
"type": "structure",
|
|
156763
156987
|
"members": {
|
|
156764
156988
|
"UntrustedArtifactOnDeployment": {}
|
|
156765
156989
|
}
|
|
156766
156990
|
},
|
|
156767
|
-
"
|
|
156991
|
+
"S11": {
|
|
156768
156992
|
"type": "structure",
|
|
156769
156993
|
"required": [
|
|
156770
156994
|
"CodeSigningConfigId",
|
|
@@ -156778,15 +157002,15 @@ module.exports={
|
|
|
156778
157002
|
"CodeSigningConfigArn": {},
|
|
156779
157003
|
"Description": {},
|
|
156780
157004
|
"AllowedPublishers": {
|
|
156781
|
-
"shape": "
|
|
157005
|
+
"shape": "Sw"
|
|
156782
157006
|
},
|
|
156783
157007
|
"CodeSigningPolicies": {
|
|
156784
|
-
"shape": "
|
|
157008
|
+
"shape": "Sy"
|
|
156785
157009
|
},
|
|
156786
157010
|
"LastModified": {}
|
|
156787
157011
|
}
|
|
156788
157012
|
},
|
|
156789
|
-
"
|
|
157013
|
+
"S18": {
|
|
156790
157014
|
"type": "structure",
|
|
156791
157015
|
"members": {
|
|
156792
157016
|
"Filters": {
|
|
@@ -156800,7 +157024,7 @@ module.exports={
|
|
|
156800
157024
|
}
|
|
156801
157025
|
}
|
|
156802
157026
|
},
|
|
156803
|
-
"
|
|
157027
|
+
"S1g": {
|
|
156804
157028
|
"type": "structure",
|
|
156805
157029
|
"members": {
|
|
156806
157030
|
"OnSuccess": {
|
|
@@ -156817,15 +157041,15 @@ module.exports={
|
|
|
156817
157041
|
}
|
|
156818
157042
|
}
|
|
156819
157043
|
},
|
|
156820
|
-
"
|
|
157044
|
+
"S1o": {
|
|
156821
157045
|
"type": "list",
|
|
156822
157046
|
"member": {}
|
|
156823
157047
|
},
|
|
156824
|
-
"
|
|
157048
|
+
"S1q": {
|
|
156825
157049
|
"type": "list",
|
|
156826
157050
|
"member": {}
|
|
156827
157051
|
},
|
|
156828
|
-
"
|
|
157052
|
+
"S1s": {
|
|
156829
157053
|
"type": "list",
|
|
156830
157054
|
"member": {
|
|
156831
157055
|
"type": "structure",
|
|
@@ -156835,7 +157059,7 @@ module.exports={
|
|
|
156835
157059
|
}
|
|
156836
157060
|
}
|
|
156837
157061
|
},
|
|
156838
|
-
"
|
|
157062
|
+
"S1w": {
|
|
156839
157063
|
"type": "structure",
|
|
156840
157064
|
"members": {
|
|
156841
157065
|
"Endpoints": {
|
|
@@ -156848,11 +157072,11 @@ module.exports={
|
|
|
156848
157072
|
}
|
|
156849
157073
|
}
|
|
156850
157074
|
},
|
|
156851
|
-
"
|
|
157075
|
+
"S21": {
|
|
156852
157076
|
"type": "list",
|
|
156853
157077
|
"member": {}
|
|
156854
157078
|
},
|
|
156855
|
-
"
|
|
157079
|
+
"S23": {
|
|
156856
157080
|
"type": "structure",
|
|
156857
157081
|
"members": {
|
|
156858
157082
|
"UUID": {},
|
|
@@ -156871,7 +157095,7 @@ module.exports={
|
|
|
156871
157095
|
},
|
|
156872
157096
|
"EventSourceArn": {},
|
|
156873
157097
|
"FilterCriteria": {
|
|
156874
|
-
"shape": "
|
|
157098
|
+
"shape": "S18"
|
|
156875
157099
|
},
|
|
156876
157100
|
"FunctionArn": {},
|
|
156877
157101
|
"LastModified": {
|
|
@@ -156881,19 +157105,19 @@ module.exports={
|
|
|
156881
157105
|
"State": {},
|
|
156882
157106
|
"StateTransitionReason": {},
|
|
156883
157107
|
"DestinationConfig": {
|
|
156884
|
-
"shape": "
|
|
157108
|
+
"shape": "S1g"
|
|
156885
157109
|
},
|
|
156886
157110
|
"Topics": {
|
|
156887
|
-
"shape": "
|
|
157111
|
+
"shape": "S1o"
|
|
156888
157112
|
},
|
|
156889
157113
|
"Queues": {
|
|
156890
|
-
"shape": "
|
|
157114
|
+
"shape": "S1q"
|
|
156891
157115
|
},
|
|
156892
157116
|
"SourceAccessConfigurations": {
|
|
156893
|
-
"shape": "
|
|
157117
|
+
"shape": "S1s"
|
|
156894
157118
|
},
|
|
156895
157119
|
"SelfManagedEventSource": {
|
|
156896
|
-
"shape": "
|
|
157120
|
+
"shape": "S1w"
|
|
156897
157121
|
},
|
|
156898
157122
|
"MaximumRecordAgeInSeconds": {
|
|
156899
157123
|
"type": "integer"
|
|
@@ -156908,48 +157132,48 @@ module.exports={
|
|
|
156908
157132
|
"type": "integer"
|
|
156909
157133
|
},
|
|
156910
157134
|
"FunctionResponseTypes": {
|
|
156911
|
-
"shape": "
|
|
157135
|
+
"shape": "S21"
|
|
156912
157136
|
}
|
|
156913
157137
|
}
|
|
156914
157138
|
},
|
|
156915
|
-
"
|
|
157139
|
+
"S29": {
|
|
156916
157140
|
"type": "blob",
|
|
156917
157141
|
"sensitive": true
|
|
156918
157142
|
},
|
|
156919
|
-
"
|
|
157143
|
+
"S2g": {
|
|
156920
157144
|
"type": "structure",
|
|
156921
157145
|
"members": {
|
|
156922
157146
|
"SubnetIds": {
|
|
156923
|
-
"shape": "
|
|
157147
|
+
"shape": "S2h"
|
|
156924
157148
|
},
|
|
156925
157149
|
"SecurityGroupIds": {
|
|
156926
|
-
"shape": "
|
|
157150
|
+
"shape": "S2j"
|
|
156927
157151
|
}
|
|
156928
157152
|
}
|
|
156929
157153
|
},
|
|
156930
|
-
"
|
|
157154
|
+
"S2h": {
|
|
156931
157155
|
"type": "list",
|
|
156932
157156
|
"member": {}
|
|
156933
157157
|
},
|
|
156934
|
-
"
|
|
157158
|
+
"S2j": {
|
|
156935
157159
|
"type": "list",
|
|
156936
157160
|
"member": {}
|
|
156937
157161
|
},
|
|
156938
|
-
"
|
|
157162
|
+
"S2m": {
|
|
156939
157163
|
"type": "structure",
|
|
156940
157164
|
"members": {
|
|
156941
157165
|
"TargetArn": {}
|
|
156942
157166
|
}
|
|
156943
157167
|
},
|
|
156944
|
-
"
|
|
157168
|
+
"S2o": {
|
|
156945
157169
|
"type": "structure",
|
|
156946
157170
|
"members": {
|
|
156947
157171
|
"Variables": {
|
|
156948
|
-
"shape": "
|
|
157172
|
+
"shape": "S2p"
|
|
156949
157173
|
}
|
|
156950
157174
|
}
|
|
156951
157175
|
},
|
|
156952
|
-
"
|
|
157176
|
+
"S2p": {
|
|
156953
157177
|
"type": "map",
|
|
156954
157178
|
"key": {
|
|
156955
157179
|
"type": "string",
|
|
@@ -156961,22 +157185,22 @@ module.exports={
|
|
|
156961
157185
|
},
|
|
156962
157186
|
"sensitive": true
|
|
156963
157187
|
},
|
|
156964
|
-
"
|
|
157188
|
+
"S2t": {
|
|
156965
157189
|
"type": "structure",
|
|
156966
157190
|
"members": {
|
|
156967
157191
|
"Mode": {}
|
|
156968
157192
|
}
|
|
156969
157193
|
},
|
|
156970
|
-
"
|
|
157194
|
+
"S2v": {
|
|
156971
157195
|
"type": "map",
|
|
156972
157196
|
"key": {},
|
|
156973
157197
|
"value": {}
|
|
156974
157198
|
},
|
|
156975
|
-
"
|
|
157199
|
+
"S2y": {
|
|
156976
157200
|
"type": "list",
|
|
156977
157201
|
"member": {}
|
|
156978
157202
|
},
|
|
156979
|
-
"
|
|
157203
|
+
"S30": {
|
|
156980
157204
|
"type": "list",
|
|
156981
157205
|
"member": {
|
|
156982
157206
|
"type": "structure",
|
|
@@ -156990,27 +157214,27 @@ module.exports={
|
|
|
156990
157214
|
}
|
|
156991
157215
|
}
|
|
156992
157216
|
},
|
|
156993
|
-
"
|
|
157217
|
+
"S34": {
|
|
156994
157218
|
"type": "structure",
|
|
156995
157219
|
"members": {
|
|
156996
157220
|
"EntryPoint": {
|
|
156997
|
-
"shape": "
|
|
157221
|
+
"shape": "S35"
|
|
156998
157222
|
},
|
|
156999
157223
|
"Command": {
|
|
157000
|
-
"shape": "
|
|
157224
|
+
"shape": "S35"
|
|
157001
157225
|
},
|
|
157002
157226
|
"WorkingDirectory": {}
|
|
157003
157227
|
}
|
|
157004
157228
|
},
|
|
157005
|
-
"
|
|
157229
|
+
"S35": {
|
|
157006
157230
|
"type": "list",
|
|
157007
157231
|
"member": {}
|
|
157008
157232
|
},
|
|
157009
|
-
"
|
|
157233
|
+
"S37": {
|
|
157010
157234
|
"type": "list",
|
|
157011
157235
|
"member": {}
|
|
157012
157236
|
},
|
|
157013
|
-
"
|
|
157237
|
+
"S39": {
|
|
157014
157238
|
"type": "structure",
|
|
157015
157239
|
"required": [
|
|
157016
157240
|
"Size"
|
|
@@ -157021,7 +157245,7 @@ module.exports={
|
|
|
157021
157245
|
}
|
|
157022
157246
|
}
|
|
157023
157247
|
},
|
|
157024
|
-
"
|
|
157248
|
+
"S3b": {
|
|
157025
157249
|
"type": "structure",
|
|
157026
157250
|
"members": {
|
|
157027
157251
|
"FunctionName": {},
|
|
@@ -157046,29 +157270,29 @@ module.exports={
|
|
|
157046
157270
|
"type": "structure",
|
|
157047
157271
|
"members": {
|
|
157048
157272
|
"SubnetIds": {
|
|
157049
|
-
"shape": "
|
|
157273
|
+
"shape": "S2h"
|
|
157050
157274
|
},
|
|
157051
157275
|
"SecurityGroupIds": {
|
|
157052
|
-
"shape": "
|
|
157276
|
+
"shape": "S2j"
|
|
157053
157277
|
},
|
|
157054
157278
|
"VpcId": {}
|
|
157055
157279
|
}
|
|
157056
157280
|
},
|
|
157057
157281
|
"DeadLetterConfig": {
|
|
157058
|
-
"shape": "
|
|
157282
|
+
"shape": "S2m"
|
|
157059
157283
|
},
|
|
157060
157284
|
"Environment": {
|
|
157061
157285
|
"type": "structure",
|
|
157062
157286
|
"members": {
|
|
157063
157287
|
"Variables": {
|
|
157064
|
-
"shape": "
|
|
157288
|
+
"shape": "S2p"
|
|
157065
157289
|
},
|
|
157066
157290
|
"Error": {
|
|
157067
157291
|
"type": "structure",
|
|
157068
157292
|
"members": {
|
|
157069
157293
|
"ErrorCode": {},
|
|
157070
157294
|
"Message": {
|
|
157071
|
-
"shape": "
|
|
157295
|
+
"shape": "S3j"
|
|
157072
157296
|
}
|
|
157073
157297
|
}
|
|
157074
157298
|
}
|
|
@@ -157104,21 +157328,21 @@ module.exports={
|
|
|
157104
157328
|
"LastUpdateStatusReason": {},
|
|
157105
157329
|
"LastUpdateStatusReasonCode": {},
|
|
157106
157330
|
"FileSystemConfigs": {
|
|
157107
|
-
"shape": "
|
|
157331
|
+
"shape": "S30"
|
|
157108
157332
|
},
|
|
157109
157333
|
"PackageType": {},
|
|
157110
157334
|
"ImageConfigResponse": {
|
|
157111
157335
|
"type": "structure",
|
|
157112
157336
|
"members": {
|
|
157113
157337
|
"ImageConfig": {
|
|
157114
|
-
"shape": "
|
|
157338
|
+
"shape": "S34"
|
|
157115
157339
|
},
|
|
157116
157340
|
"Error": {
|
|
157117
157341
|
"type": "structure",
|
|
157118
157342
|
"members": {
|
|
157119
157343
|
"ErrorCode": {},
|
|
157120
157344
|
"Message": {
|
|
157121
|
-
"shape": "
|
|
157345
|
+
"shape": "S3j"
|
|
157122
157346
|
}
|
|
157123
157347
|
}
|
|
157124
157348
|
}
|
|
@@ -157127,18 +157351,47 @@ module.exports={
|
|
|
157127
157351
|
"SigningProfileVersionArn": {},
|
|
157128
157352
|
"SigningJobArn": {},
|
|
157129
157353
|
"Architectures": {
|
|
157130
|
-
"shape": "
|
|
157354
|
+
"shape": "S37"
|
|
157131
157355
|
},
|
|
157132
157356
|
"EphemeralStorage": {
|
|
157133
|
-
"shape": "
|
|
157357
|
+
"shape": "S39"
|
|
157134
157358
|
}
|
|
157135
157359
|
}
|
|
157136
157360
|
},
|
|
157137
|
-
"
|
|
157361
|
+
"S3j": {
|
|
157138
157362
|
"type": "string",
|
|
157139
157363
|
"sensitive": true
|
|
157140
157364
|
},
|
|
157141
|
-
"
|
|
157365
|
+
"S3x": {
|
|
157366
|
+
"type": "structure",
|
|
157367
|
+
"members": {
|
|
157368
|
+
"AllowCredentials": {
|
|
157369
|
+
"type": "boolean"
|
|
157370
|
+
},
|
|
157371
|
+
"AllowHeaders": {
|
|
157372
|
+
"shape": "S3z"
|
|
157373
|
+
},
|
|
157374
|
+
"AllowMethods": {
|
|
157375
|
+
"type": "list",
|
|
157376
|
+
"member": {}
|
|
157377
|
+
},
|
|
157378
|
+
"AllowOrigins": {
|
|
157379
|
+
"type": "list",
|
|
157380
|
+
"member": {}
|
|
157381
|
+
},
|
|
157382
|
+
"ExposeHeaders": {
|
|
157383
|
+
"shape": "S3z"
|
|
157384
|
+
},
|
|
157385
|
+
"MaxAge": {
|
|
157386
|
+
"type": "integer"
|
|
157387
|
+
}
|
|
157388
|
+
}
|
|
157389
|
+
},
|
|
157390
|
+
"S3z": {
|
|
157391
|
+
"type": "list",
|
|
157392
|
+
"member": {}
|
|
157393
|
+
},
|
|
157394
|
+
"S4w": {
|
|
157142
157395
|
"type": "structure",
|
|
157143
157396
|
"members": {
|
|
157144
157397
|
"ReservedConcurrentExecutions": {
|
|
@@ -157146,7 +157399,7 @@ module.exports={
|
|
|
157146
157399
|
}
|
|
157147
157400
|
}
|
|
157148
157401
|
},
|
|
157149
|
-
"
|
|
157402
|
+
"S54": {
|
|
157150
157403
|
"type": "structure",
|
|
157151
157404
|
"members": {
|
|
157152
157405
|
"LastModified": {
|
|
@@ -157160,15 +157413,15 @@ module.exports={
|
|
|
157160
157413
|
"type": "integer"
|
|
157161
157414
|
},
|
|
157162
157415
|
"DestinationConfig": {
|
|
157163
|
-
"shape": "
|
|
157416
|
+
"shape": "S1g"
|
|
157164
157417
|
}
|
|
157165
157418
|
}
|
|
157166
157419
|
},
|
|
157167
|
-
"
|
|
157420
|
+
"S5a": {
|
|
157168
157421
|
"type": "structure",
|
|
157169
157422
|
"members": {
|
|
157170
157423
|
"Content": {
|
|
157171
|
-
"shape": "
|
|
157424
|
+
"shape": "S5b"
|
|
157172
157425
|
},
|
|
157173
157426
|
"LayerArn": {},
|
|
157174
157427
|
"LayerVersionArn": {},
|
|
@@ -157178,15 +157431,15 @@ module.exports={
|
|
|
157178
157431
|
"type": "long"
|
|
157179
157432
|
},
|
|
157180
157433
|
"CompatibleRuntimes": {
|
|
157181
|
-
"shape": "
|
|
157434
|
+
"shape": "S5d"
|
|
157182
157435
|
},
|
|
157183
157436
|
"LicenseInfo": {},
|
|
157184
157437
|
"CompatibleArchitectures": {
|
|
157185
|
-
"shape": "
|
|
157438
|
+
"shape": "S5f"
|
|
157186
157439
|
}
|
|
157187
157440
|
}
|
|
157188
157441
|
},
|
|
157189
|
-
"
|
|
157442
|
+
"S5b": {
|
|
157190
157443
|
"type": "structure",
|
|
157191
157444
|
"members": {
|
|
157192
157445
|
"Location": {},
|
|
@@ -157198,21 +157451,21 @@ module.exports={
|
|
|
157198
157451
|
"SigningJobArn": {}
|
|
157199
157452
|
}
|
|
157200
157453
|
},
|
|
157201
|
-
"
|
|
157454
|
+
"S5d": {
|
|
157202
157455
|
"type": "list",
|
|
157203
157456
|
"member": {}
|
|
157204
157457
|
},
|
|
157205
|
-
"
|
|
157458
|
+
"S5f": {
|
|
157206
157459
|
"type": "list",
|
|
157207
157460
|
"member": {}
|
|
157208
157461
|
},
|
|
157209
|
-
"
|
|
157462
|
+
"S6l": {
|
|
157210
157463
|
"type": "list",
|
|
157211
157464
|
"member": {
|
|
157212
|
-
"shape": "
|
|
157465
|
+
"shape": "S3b"
|
|
157213
157466
|
}
|
|
157214
157467
|
},
|
|
157215
|
-
"
|
|
157468
|
+
"S6t": {
|
|
157216
157469
|
"type": "structure",
|
|
157217
157470
|
"members": {
|
|
157218
157471
|
"LayerVersionArn": {},
|
|
@@ -157222,11 +157475,11 @@ module.exports={
|
|
|
157222
157475
|
"Description": {},
|
|
157223
157476
|
"CreatedDate": {},
|
|
157224
157477
|
"CompatibleRuntimes": {
|
|
157225
|
-
"shape": "
|
|
157478
|
+
"shape": "S5d"
|
|
157226
157479
|
},
|
|
157227
157480
|
"LicenseInfo": {},
|
|
157228
157481
|
"CompatibleArchitectures": {
|
|
157229
|
-
"shape": "
|
|
157482
|
+
"shape": "S5f"
|
|
157230
157483
|
}
|
|
157231
157484
|
}
|
|
157232
157485
|
}
|
|
@@ -157259,6 +157512,12 @@ module.exports={
|
|
|
157259
157512
|
"output_token": "NextMarker",
|
|
157260
157513
|
"result_key": "FunctionEventInvokeConfigs"
|
|
157261
157514
|
},
|
|
157515
|
+
"ListFunctionUrlConfigs": {
|
|
157516
|
+
"input_token": "Marker",
|
|
157517
|
+
"limit_key": "MaxItems",
|
|
157518
|
+
"output_token": "NextMarker",
|
|
157519
|
+
"result_key": "FunctionUrlConfigs"
|
|
157520
|
+
},
|
|
157262
157521
|
"ListFunctions": {
|
|
157263
157522
|
"input_token": "Marker",
|
|
157264
157523
|
"limit_key": "MaxItems",
|
|
@@ -172413,6 +172672,9 @@ module.exports={
|
|
|
172413
172672
|
"roleArn": {},
|
|
172414
172673
|
"batchInferenceJobConfig": {
|
|
172415
172674
|
"shape": "Sb"
|
|
172675
|
+
},
|
|
172676
|
+
"tags": {
|
|
172677
|
+
"shape": "Sf"
|
|
172416
172678
|
}
|
|
172417
172679
|
}
|
|
172418
172680
|
},
|
|
@@ -172441,12 +172703,15 @@ module.exports={
|
|
|
172441
172703
|
"type": "integer"
|
|
172442
172704
|
},
|
|
172443
172705
|
"jobInput": {
|
|
172444
|
-
"shape": "
|
|
172706
|
+
"shape": "Sl"
|
|
172445
172707
|
},
|
|
172446
172708
|
"jobOutput": {
|
|
172447
|
-
"shape": "
|
|
172709
|
+
"shape": "Sm"
|
|
172448
172710
|
},
|
|
172449
|
-
"roleArn": {}
|
|
172711
|
+
"roleArn": {},
|
|
172712
|
+
"tags": {
|
|
172713
|
+
"shape": "Sf"
|
|
172714
|
+
}
|
|
172450
172715
|
}
|
|
172451
172716
|
},
|
|
172452
172717
|
"output": {
|
|
@@ -172470,7 +172735,10 @@ module.exports={
|
|
|
172470
172735
|
"type": "integer"
|
|
172471
172736
|
},
|
|
172472
172737
|
"campaignConfig": {
|
|
172473
|
-
"shape": "
|
|
172738
|
+
"shape": "Sq"
|
|
172739
|
+
},
|
|
172740
|
+
"tags": {
|
|
172741
|
+
"shape": "Sf"
|
|
172474
172742
|
}
|
|
172475
172743
|
}
|
|
172476
172744
|
},
|
|
@@ -172495,7 +172763,10 @@ module.exports={
|
|
|
172495
172763
|
"name": {},
|
|
172496
172764
|
"schemaArn": {},
|
|
172497
172765
|
"datasetGroupArn": {},
|
|
172498
|
-
"datasetType": {}
|
|
172766
|
+
"datasetType": {},
|
|
172767
|
+
"tags": {
|
|
172768
|
+
"shape": "Sf"
|
|
172769
|
+
}
|
|
172499
172770
|
}
|
|
172500
172771
|
},
|
|
172501
172772
|
"output": {
|
|
@@ -172521,7 +172792,10 @@ module.exports={
|
|
|
172521
172792
|
"ingestionMode": {},
|
|
172522
172793
|
"roleArn": {},
|
|
172523
172794
|
"jobOutput": {
|
|
172524
|
-
"shape": "
|
|
172795
|
+
"shape": "Sx"
|
|
172796
|
+
},
|
|
172797
|
+
"tags": {
|
|
172798
|
+
"shape": "Sf"
|
|
172525
172799
|
}
|
|
172526
172800
|
}
|
|
172527
172801
|
},
|
|
@@ -172543,7 +172817,10 @@ module.exports={
|
|
|
172543
172817
|
"name": {},
|
|
172544
172818
|
"roleArn": {},
|
|
172545
172819
|
"kmsKeyArn": {},
|
|
172546
|
-
"domain": {}
|
|
172820
|
+
"domain": {},
|
|
172821
|
+
"tags": {
|
|
172822
|
+
"shape": "Sf"
|
|
172823
|
+
}
|
|
172547
172824
|
}
|
|
172548
172825
|
},
|
|
172549
172826
|
"output": {
|
|
@@ -172567,9 +172844,12 @@ module.exports={
|
|
|
172567
172844
|
"jobName": {},
|
|
172568
172845
|
"datasetArn": {},
|
|
172569
172846
|
"dataSource": {
|
|
172570
|
-
"shape": "
|
|
172847
|
+
"shape": "S13"
|
|
172571
172848
|
},
|
|
172572
|
-
"roleArn": {}
|
|
172849
|
+
"roleArn": {},
|
|
172850
|
+
"tags": {
|
|
172851
|
+
"shape": "Sf"
|
|
172852
|
+
}
|
|
172573
172853
|
}
|
|
172574
172854
|
},
|
|
172575
172855
|
"output": {
|
|
@@ -172588,7 +172868,10 @@ module.exports={
|
|
|
172588
172868
|
],
|
|
172589
172869
|
"members": {
|
|
172590
172870
|
"name": {},
|
|
172591
|
-
"datasetGroupArn": {}
|
|
172871
|
+
"datasetGroupArn": {},
|
|
172872
|
+
"tags": {
|
|
172873
|
+
"shape": "Sf"
|
|
172874
|
+
}
|
|
172592
172875
|
}
|
|
172593
172876
|
},
|
|
172594
172877
|
"output": {
|
|
@@ -172612,7 +172895,10 @@ module.exports={
|
|
|
172612
172895
|
"name": {},
|
|
172613
172896
|
"datasetGroupArn": {},
|
|
172614
172897
|
"filterExpression": {
|
|
172615
|
-
"shape": "
|
|
172898
|
+
"shape": "S19"
|
|
172899
|
+
},
|
|
172900
|
+
"tags": {
|
|
172901
|
+
"shape": "Sf"
|
|
172616
172902
|
}
|
|
172617
172903
|
}
|
|
172618
172904
|
},
|
|
@@ -172636,7 +172922,10 @@ module.exports={
|
|
|
172636
172922
|
"datasetGroupArn": {},
|
|
172637
172923
|
"recipeArn": {},
|
|
172638
172924
|
"recommenderConfig": {
|
|
172639
|
-
"shape": "
|
|
172925
|
+
"shape": "S1c"
|
|
172926
|
+
},
|
|
172927
|
+
"tags": {
|
|
172928
|
+
"shape": "Sf"
|
|
172640
172929
|
}
|
|
172641
172930
|
}
|
|
172642
172931
|
},
|
|
@@ -172688,7 +172977,10 @@ module.exports={
|
|
|
172688
172977
|
"datasetGroupArn": {},
|
|
172689
172978
|
"eventType": {},
|
|
172690
172979
|
"solutionConfig": {
|
|
172691
|
-
"shape": "
|
|
172980
|
+
"shape": "S1l"
|
|
172981
|
+
},
|
|
172982
|
+
"tags": {
|
|
172983
|
+
"shape": "Sf"
|
|
172692
172984
|
}
|
|
172693
172985
|
}
|
|
172694
172986
|
},
|
|
@@ -172707,7 +172999,10 @@ module.exports={
|
|
|
172707
172999
|
],
|
|
172708
173000
|
"members": {
|
|
172709
173001
|
"solutionArn": {},
|
|
172710
|
-
"trainingMode": {}
|
|
173002
|
+
"trainingMode": {},
|
|
173003
|
+
"tags": {
|
|
173004
|
+
"shape": "Sf"
|
|
173005
|
+
}
|
|
172711
173006
|
}
|
|
172712
173007
|
},
|
|
172713
173008
|
"output": {
|
|
@@ -172889,7 +173184,7 @@ module.exports={
|
|
|
172889
173184
|
"members": {
|
|
172890
173185
|
"name": {},
|
|
172891
173186
|
"values": {
|
|
172892
|
-
"shape": "
|
|
173187
|
+
"shape": "S25"
|
|
172893
173188
|
},
|
|
172894
173189
|
"isTunable": {
|
|
172895
173190
|
"type": "boolean"
|
|
@@ -172990,10 +173285,10 @@ module.exports={
|
|
|
172990
173285
|
"type": "integer"
|
|
172991
173286
|
},
|
|
172992
173287
|
"jobInput": {
|
|
172993
|
-
"shape": "
|
|
173288
|
+
"shape": "Sl"
|
|
172994
173289
|
},
|
|
172995
173290
|
"jobOutput": {
|
|
172996
|
-
"shape": "
|
|
173291
|
+
"shape": "Sm"
|
|
172997
173292
|
},
|
|
172998
173293
|
"roleArn": {},
|
|
172999
173294
|
"status": {},
|
|
@@ -173032,7 +173327,7 @@ module.exports={
|
|
|
173032
173327
|
"type": "integer"
|
|
173033
173328
|
},
|
|
173034
173329
|
"campaignConfig": {
|
|
173035
|
-
"shape": "
|
|
173330
|
+
"shape": "Sq"
|
|
173036
173331
|
},
|
|
173037
173332
|
"status": {},
|
|
173038
173333
|
"failureReason": {},
|
|
@@ -173050,7 +173345,7 @@ module.exports={
|
|
|
173050
173345
|
"type": "integer"
|
|
173051
173346
|
},
|
|
173052
173347
|
"campaignConfig": {
|
|
173053
|
-
"shape": "
|
|
173348
|
+
"shape": "Sq"
|
|
173054
173349
|
},
|
|
173055
173350
|
"status": {},
|
|
173056
173351
|
"failureReason": {},
|
|
@@ -173125,7 +173420,7 @@ module.exports={
|
|
|
173125
173420
|
"roleArn": {},
|
|
173126
173421
|
"status": {},
|
|
173127
173422
|
"jobOutput": {
|
|
173128
|
-
"shape": "
|
|
173423
|
+
"shape": "Sx"
|
|
173129
173424
|
},
|
|
173130
173425
|
"creationDateTime": {
|
|
173131
173426
|
"type": "timestamp"
|
|
@@ -173195,7 +173490,7 @@ module.exports={
|
|
|
173195
173490
|
"datasetImportJobArn": {},
|
|
173196
173491
|
"datasetArn": {},
|
|
173197
173492
|
"dataSource": {
|
|
173198
|
-
"shape": "
|
|
173493
|
+
"shape": "S13"
|
|
173199
173494
|
},
|
|
173200
173495
|
"roleArn": {},
|
|
173201
173496
|
"status": {},
|
|
@@ -173309,7 +173604,7 @@ module.exports={
|
|
|
173309
173604
|
"datasetGroupArn": {},
|
|
173310
173605
|
"failureReason": {},
|
|
173311
173606
|
"filterExpression": {
|
|
173312
|
-
"shape": "
|
|
173607
|
+
"shape": "S19"
|
|
173313
173608
|
},
|
|
173314
173609
|
"status": {}
|
|
173315
173610
|
}
|
|
@@ -173374,7 +173669,7 @@ module.exports={
|
|
|
173374
173669
|
"name": {},
|
|
173375
173670
|
"recipeArn": {},
|
|
173376
173671
|
"recommenderConfig": {
|
|
173377
|
-
"shape": "
|
|
173672
|
+
"shape": "S1c"
|
|
173378
173673
|
},
|
|
173379
173674
|
"creationDateTime": {
|
|
173380
173675
|
"type": "timestamp"
|
|
@@ -173388,7 +173683,7 @@ module.exports={
|
|
|
173388
173683
|
"type": "structure",
|
|
173389
173684
|
"members": {
|
|
173390
173685
|
"recommenderConfig": {
|
|
173391
|
-
"shape": "
|
|
173686
|
+
"shape": "S1c"
|
|
173392
173687
|
},
|
|
173393
173688
|
"creationDateTime": {
|
|
173394
173689
|
"type": "timestamp"
|
|
@@ -173466,7 +173761,7 @@ module.exports={
|
|
|
173466
173761
|
"datasetGroupArn": {},
|
|
173467
173762
|
"eventType": {},
|
|
173468
173763
|
"solutionConfig": {
|
|
173469
|
-
"shape": "
|
|
173764
|
+
"shape": "S1l"
|
|
173470
173765
|
},
|
|
173471
173766
|
"autoMLResult": {
|
|
173472
173767
|
"type": "structure",
|
|
@@ -173482,7 +173777,7 @@ module.exports={
|
|
|
173482
173777
|
"type": "timestamp"
|
|
173483
173778
|
},
|
|
173484
173779
|
"latestSolutionVersion": {
|
|
173485
|
-
"shape": "
|
|
173780
|
+
"shape": "S4l"
|
|
173486
173781
|
}
|
|
173487
173782
|
}
|
|
173488
173783
|
}
|
|
@@ -173518,7 +173813,7 @@ module.exports={
|
|
|
173518
173813
|
"eventType": {},
|
|
173519
173814
|
"datasetGroupArn": {},
|
|
173520
173815
|
"solutionConfig": {
|
|
173521
|
-
"shape": "
|
|
173816
|
+
"shape": "S1l"
|
|
173522
173817
|
},
|
|
173523
173818
|
"trainingHours": {
|
|
173524
173819
|
"type": "double"
|
|
@@ -173967,7 +174262,7 @@ module.exports={
|
|
|
173967
174262
|
"datasetGroupArn": {},
|
|
173968
174263
|
"recipeArn": {},
|
|
173969
174264
|
"recommenderConfig": {
|
|
173970
|
-
"shape": "
|
|
174265
|
+
"shape": "S1c"
|
|
173971
174266
|
},
|
|
173972
174267
|
"status": {},
|
|
173973
174268
|
"creationDateTime": {
|
|
@@ -174036,7 +174331,7 @@ module.exports={
|
|
|
174036
174331
|
"solutionVersions": {
|
|
174037
174332
|
"type": "list",
|
|
174038
174333
|
"member": {
|
|
174039
|
-
"shape": "
|
|
174334
|
+
"shape": "S4l"
|
|
174040
174335
|
}
|
|
174041
174336
|
},
|
|
174042
174337
|
"nextToken": {}
|
|
@@ -174080,6 +174375,25 @@ module.exports={
|
|
|
174080
174375
|
},
|
|
174081
174376
|
"idempotent": true
|
|
174082
174377
|
},
|
|
174378
|
+
"ListTagsForResource": {
|
|
174379
|
+
"input": {
|
|
174380
|
+
"type": "structure",
|
|
174381
|
+
"required": [
|
|
174382
|
+
"resourceArn"
|
|
174383
|
+
],
|
|
174384
|
+
"members": {
|
|
174385
|
+
"resourceArn": {}
|
|
174386
|
+
}
|
|
174387
|
+
},
|
|
174388
|
+
"output": {
|
|
174389
|
+
"type": "structure",
|
|
174390
|
+
"members": {
|
|
174391
|
+
"tags": {
|
|
174392
|
+
"shape": "Sf"
|
|
174393
|
+
}
|
|
174394
|
+
}
|
|
174395
|
+
}
|
|
174396
|
+
},
|
|
174083
174397
|
"StopSolutionVersionCreation": {
|
|
174084
174398
|
"input": {
|
|
174085
174399
|
"type": "structure",
|
|
@@ -174092,6 +174406,45 @@ module.exports={
|
|
|
174092
174406
|
},
|
|
174093
174407
|
"idempotent": true
|
|
174094
174408
|
},
|
|
174409
|
+
"TagResource": {
|
|
174410
|
+
"input": {
|
|
174411
|
+
"type": "structure",
|
|
174412
|
+
"required": [
|
|
174413
|
+
"resourceArn",
|
|
174414
|
+
"tags"
|
|
174415
|
+
],
|
|
174416
|
+
"members": {
|
|
174417
|
+
"resourceArn": {},
|
|
174418
|
+
"tags": {
|
|
174419
|
+
"shape": "Sf"
|
|
174420
|
+
}
|
|
174421
|
+
}
|
|
174422
|
+
},
|
|
174423
|
+
"output": {
|
|
174424
|
+
"type": "structure",
|
|
174425
|
+
"members": {}
|
|
174426
|
+
}
|
|
174427
|
+
},
|
|
174428
|
+
"UntagResource": {
|
|
174429
|
+
"input": {
|
|
174430
|
+
"type": "structure",
|
|
174431
|
+
"required": [
|
|
174432
|
+
"resourceArn",
|
|
174433
|
+
"tagKeys"
|
|
174434
|
+
],
|
|
174435
|
+
"members": {
|
|
174436
|
+
"resourceArn": {},
|
|
174437
|
+
"tagKeys": {
|
|
174438
|
+
"type": "list",
|
|
174439
|
+
"member": {}
|
|
174440
|
+
}
|
|
174441
|
+
}
|
|
174442
|
+
},
|
|
174443
|
+
"output": {
|
|
174444
|
+
"type": "structure",
|
|
174445
|
+
"members": {}
|
|
174446
|
+
}
|
|
174447
|
+
},
|
|
174095
174448
|
"UpdateCampaign": {
|
|
174096
174449
|
"input": {
|
|
174097
174450
|
"type": "structure",
|
|
@@ -174105,7 +174458,7 @@ module.exports={
|
|
|
174105
174458
|
"type": "integer"
|
|
174106
174459
|
},
|
|
174107
174460
|
"campaignConfig": {
|
|
174108
|
-
"shape": "
|
|
174461
|
+
"shape": "Sq"
|
|
174109
174462
|
}
|
|
174110
174463
|
}
|
|
174111
174464
|
},
|
|
@@ -174127,7 +174480,7 @@ module.exports={
|
|
|
174127
174480
|
"members": {
|
|
174128
174481
|
"recommenderArn": {},
|
|
174129
174482
|
"recommenderConfig": {
|
|
174130
|
-
"shape": "
|
|
174483
|
+
"shape": "S1c"
|
|
174131
174484
|
}
|
|
174132
174485
|
}
|
|
174133
174486
|
},
|
|
@@ -174186,7 +174539,21 @@ module.exports={
|
|
|
174186
174539
|
"key": {},
|
|
174187
174540
|
"value": {}
|
|
174188
174541
|
},
|
|
174189
|
-
"
|
|
174542
|
+
"Sf": {
|
|
174543
|
+
"type": "list",
|
|
174544
|
+
"member": {
|
|
174545
|
+
"type": "structure",
|
|
174546
|
+
"required": [
|
|
174547
|
+
"tagKey",
|
|
174548
|
+
"tagValue"
|
|
174549
|
+
],
|
|
174550
|
+
"members": {
|
|
174551
|
+
"tagKey": {},
|
|
174552
|
+
"tagValue": {}
|
|
174553
|
+
}
|
|
174554
|
+
}
|
|
174555
|
+
},
|
|
174556
|
+
"Sl": {
|
|
174190
174557
|
"type": "structure",
|
|
174191
174558
|
"required": [
|
|
174192
174559
|
"s3DataSource"
|
|
@@ -174197,7 +174564,7 @@ module.exports={
|
|
|
174197
174564
|
}
|
|
174198
174565
|
}
|
|
174199
174566
|
},
|
|
174200
|
-
"
|
|
174567
|
+
"Sm": {
|
|
174201
174568
|
"type": "structure",
|
|
174202
174569
|
"required": [
|
|
174203
174570
|
"s3DataDestination"
|
|
@@ -174208,7 +174575,7 @@ module.exports={
|
|
|
174208
174575
|
}
|
|
174209
174576
|
}
|
|
174210
174577
|
},
|
|
174211
|
-
"
|
|
174578
|
+
"Sq": {
|
|
174212
174579
|
"type": "structure",
|
|
174213
174580
|
"members": {
|
|
174214
174581
|
"itemExplorationConfig": {
|
|
@@ -174216,7 +174583,7 @@ module.exports={
|
|
|
174216
174583
|
}
|
|
174217
174584
|
}
|
|
174218
174585
|
},
|
|
174219
|
-
"
|
|
174586
|
+
"Sx": {
|
|
174220
174587
|
"type": "structure",
|
|
174221
174588
|
"required": [
|
|
174222
174589
|
"s3DataDestination"
|
|
@@ -174227,17 +174594,17 @@ module.exports={
|
|
|
174227
174594
|
}
|
|
174228
174595
|
}
|
|
174229
174596
|
},
|
|
174230
|
-
"
|
|
174597
|
+
"S13": {
|
|
174231
174598
|
"type": "structure",
|
|
174232
174599
|
"members": {
|
|
174233
174600
|
"dataLocation": {}
|
|
174234
174601
|
}
|
|
174235
174602
|
},
|
|
174236
|
-
"
|
|
174603
|
+
"S19": {
|
|
174237
174604
|
"type": "string",
|
|
174238
174605
|
"sensitive": true
|
|
174239
174606
|
},
|
|
174240
|
-
"
|
|
174607
|
+
"S1c": {
|
|
174241
174608
|
"type": "structure",
|
|
174242
174609
|
"members": {
|
|
174243
174610
|
"itemExplorationConfig": {
|
|
@@ -174248,7 +174615,7 @@ module.exports={
|
|
|
174248
174615
|
}
|
|
174249
174616
|
}
|
|
174250
174617
|
},
|
|
174251
|
-
"
|
|
174618
|
+
"S1l": {
|
|
174252
174619
|
"type": "structure",
|
|
174253
174620
|
"members": {
|
|
174254
174621
|
"eventValueThreshold": {},
|
|
@@ -174310,7 +174677,7 @@ module.exports={
|
|
|
174310
174677
|
"members": {
|
|
174311
174678
|
"name": {},
|
|
174312
174679
|
"values": {
|
|
174313
|
-
"shape": "
|
|
174680
|
+
"shape": "S25"
|
|
174314
174681
|
}
|
|
174315
174682
|
}
|
|
174316
174683
|
}
|
|
@@ -174346,11 +174713,11 @@ module.exports={
|
|
|
174346
174713
|
}
|
|
174347
174714
|
}
|
|
174348
174715
|
},
|
|
174349
|
-
"
|
|
174716
|
+
"S25": {
|
|
174350
174717
|
"type": "list",
|
|
174351
174718
|
"member": {}
|
|
174352
174719
|
},
|
|
174353
|
-
"
|
|
174720
|
+
"S4l": {
|
|
174354
174721
|
"type": "structure",
|
|
174355
174722
|
"members": {
|
|
174356
174723
|
"solutionVersionArn": {},
|
|
@@ -237239,7 +237606,7 @@ AWS.util.update(AWS, {
|
|
|
237239
237606
|
/**
|
|
237240
237607
|
* @constant
|
|
237241
237608
|
*/
|
|
237242
|
-
VERSION: '2.
|
|
237609
|
+
VERSION: '2.1111.0',
|
|
237243
237610
|
|
|
237244
237611
|
/**
|
|
237245
237612
|
* @api private
|
|
@@ -258689,7 +259056,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
258689
259056
|
}());
|
|
258690
259057
|
exports.LRUCache = LRUCache;
|
|
258691
259058
|
},{}],452:[function(require,module,exports){
|
|
258692
|
-
// AWS SDK for JavaScript v2.
|
|
259059
|
+
// AWS SDK for JavaScript v2.1111.0
|
|
258693
259060
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
258694
259061
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
258695
259062
|
require('./browser_loader');
|