cdk-docker-image-deployment 0.0.151 → 0.0.153
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +5 -2
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +41 -33
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +50 -0
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +68 -65
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +175 -75
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +417 -262
- package/node_modules/aws-sdk/clients/appconfig.d.ts +25 -13
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +7 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +45 -45
- package/node_modules/aws-sdk/clients/elbv2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +52 -39
- package/node_modules/aws-sdk/clients/iam.d.ts +18 -18
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +119 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +234 -17
- package/node_modules/aws-sdk/clients/sns.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +121 -68
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +73 -73
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1308.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){
|
|
@@ -78412,6 +78412,9 @@ module.exports={
|
|
|
78412
78412
|
"AcceptVpcPeeringConnection": {
|
|
78413
78413
|
"input": {
|
|
78414
78414
|
"type": "structure",
|
|
78415
|
+
"required": [
|
|
78416
|
+
"VpcPeeringConnectionId"
|
|
78417
|
+
],
|
|
78415
78418
|
"members": {
|
|
78416
78419
|
"DryRun": {
|
|
78417
78420
|
"locationName": "dryRun",
|
|
@@ -78835,6 +78838,10 @@ module.exports={
|
|
|
78835
78838
|
"AssociateEnclaveCertificateIamRole": {
|
|
78836
78839
|
"input": {
|
|
78837
78840
|
"type": "structure",
|
|
78841
|
+
"required": [
|
|
78842
|
+
"CertificateArn",
|
|
78843
|
+
"RoleArn"
|
|
78844
|
+
],
|
|
78838
78845
|
"members": {
|
|
78839
78846
|
"CertificateArn": {},
|
|
78840
78847
|
"RoleArn": {},
|
|
@@ -79055,6 +79062,11 @@ module.exports={
|
|
|
79055
79062
|
"AssociateTransitGatewayMulticastDomain": {
|
|
79056
79063
|
"input": {
|
|
79057
79064
|
"type": "structure",
|
|
79065
|
+
"required": [
|
|
79066
|
+
"TransitGatewayMulticastDomainId",
|
|
79067
|
+
"TransitGatewayAttachmentId",
|
|
79068
|
+
"SubnetIds"
|
|
79069
|
+
],
|
|
79058
79070
|
"members": {
|
|
79059
79071
|
"TransitGatewayMulticastDomainId": {},
|
|
79060
79072
|
"TransitGatewayAttachmentId": {},
|
|
@@ -83176,6 +83188,9 @@ module.exports={
|
|
|
83176
83188
|
"CreateVpcPeeringConnection": {
|
|
83177
83189
|
"input": {
|
|
83178
83190
|
"type": "structure",
|
|
83191
|
+
"required": [
|
|
83192
|
+
"VpcId"
|
|
83193
|
+
],
|
|
83179
83194
|
"members": {
|
|
83180
83195
|
"DryRun": {
|
|
83181
83196
|
"locationName": "dryRun",
|
|
@@ -94335,6 +94350,10 @@ module.exports={
|
|
|
94335
94350
|
"DisassociateEnclaveCertificateIamRole": {
|
|
94336
94351
|
"input": {
|
|
94337
94352
|
"type": "structure",
|
|
94353
|
+
"required": [
|
|
94354
|
+
"CertificateArn",
|
|
94355
|
+
"RoleArn"
|
|
94356
|
+
],
|
|
94338
94357
|
"members": {
|
|
94339
94358
|
"CertificateArn": {},
|
|
94340
94359
|
"RoleArn": {},
|
|
@@ -94519,6 +94538,11 @@ module.exports={
|
|
|
94519
94538
|
"DisassociateTransitGatewayMulticastDomain": {
|
|
94520
94539
|
"input": {
|
|
94521
94540
|
"type": "structure",
|
|
94541
|
+
"required": [
|
|
94542
|
+
"TransitGatewayMulticastDomainId",
|
|
94543
|
+
"TransitGatewayAttachmentId",
|
|
94544
|
+
"SubnetIds"
|
|
94545
|
+
],
|
|
94522
94546
|
"members": {
|
|
94523
94547
|
"TransitGatewayMulticastDomainId": {},
|
|
94524
94548
|
"TransitGatewayAttachmentId": {},
|
|
@@ -95250,6 +95274,9 @@ module.exports={
|
|
|
95250
95274
|
"GetAssociatedEnclaveCertificateIamRoles": {
|
|
95251
95275
|
"input": {
|
|
95252
95276
|
"type": "structure",
|
|
95277
|
+
"required": [
|
|
95278
|
+
"CertificateArn"
|
|
95279
|
+
],
|
|
95253
95280
|
"members": {
|
|
95254
95281
|
"CertificateArn": {},
|
|
95255
95282
|
"DryRun": {
|
|
@@ -96705,6 +96732,9 @@ module.exports={
|
|
|
96705
96732
|
"GetTransitGatewayMulticastDomainAssociations": {
|
|
96706
96733
|
"input": {
|
|
96707
96734
|
"type": "structure",
|
|
96735
|
+
"required": [
|
|
96736
|
+
"TransitGatewayMulticastDomainId"
|
|
96737
|
+
],
|
|
96708
96738
|
"members": {
|
|
96709
96739
|
"TransitGatewayMulticastDomainId": {},
|
|
96710
96740
|
"Filters": {
|
|
@@ -98198,6 +98228,9 @@ module.exports={
|
|
|
98198
98228
|
"member": {
|
|
98199
98229
|
"locationName": "item",
|
|
98200
98230
|
"type": "structure",
|
|
98231
|
+
"required": [
|
|
98232
|
+
"InstanceId"
|
|
98233
|
+
],
|
|
98201
98234
|
"members": {
|
|
98202
98235
|
"InstanceId": {},
|
|
98203
98236
|
"CpuCredits": {}
|
|
@@ -98720,6 +98753,9 @@ module.exports={
|
|
|
98720
98753
|
"ModifyPrivateDnsNameOptions": {
|
|
98721
98754
|
"input": {
|
|
98722
98755
|
"type": "structure",
|
|
98756
|
+
"required": [
|
|
98757
|
+
"InstanceId"
|
|
98758
|
+
],
|
|
98723
98759
|
"members": {
|
|
98724
98760
|
"DryRun": {
|
|
98725
98761
|
"type": "boolean"
|
|
@@ -98793,6 +98829,9 @@ module.exports={
|
|
|
98793
98829
|
"member": {
|
|
98794
98830
|
"locationName": "item",
|
|
98795
98831
|
"type": "structure",
|
|
98832
|
+
"required": [
|
|
98833
|
+
"SecurityGroupRuleId"
|
|
98834
|
+
],
|
|
98796
98835
|
"members": {
|
|
98797
98836
|
"SecurityGroupRuleId": {},
|
|
98798
98837
|
"SecurityGroupRule": {
|
|
@@ -100434,6 +100473,10 @@ module.exports={
|
|
|
100434
100473
|
"RegisterTransitGatewayMulticastGroupMembers": {
|
|
100435
100474
|
"input": {
|
|
100436
100475
|
"type": "structure",
|
|
100476
|
+
"required": [
|
|
100477
|
+
"TransitGatewayMulticastDomainId",
|
|
100478
|
+
"NetworkInterfaceIds"
|
|
100479
|
+
],
|
|
100437
100480
|
"members": {
|
|
100438
100481
|
"TransitGatewayMulticastDomainId": {},
|
|
100439
100482
|
"GroupIpAddress": {},
|
|
@@ -100470,6 +100513,10 @@ module.exports={
|
|
|
100470
100513
|
"RegisterTransitGatewayMulticastGroupSources": {
|
|
100471
100514
|
"input": {
|
|
100472
100515
|
"type": "structure",
|
|
100516
|
+
"required": [
|
|
100517
|
+
"TransitGatewayMulticastDomainId",
|
|
100518
|
+
"NetworkInterfaceIds"
|
|
100519
|
+
],
|
|
100473
100520
|
"members": {
|
|
100474
100521
|
"TransitGatewayMulticastDomainId": {},
|
|
100475
100522
|
"GroupIpAddress": {},
|
|
@@ -101974,6 +102021,9 @@ module.exports={
|
|
|
101974
102021
|
"SearchTransitGatewayMulticastGroups": {
|
|
101975
102022
|
"input": {
|
|
101976
102023
|
"type": "structure",
|
|
102024
|
+
"required": [
|
|
102025
|
+
"TransitGatewayMulticastDomainId"
|
|
102026
|
+
],
|
|
101977
102027
|
"members": {
|
|
101978
102028
|
"TransitGatewayMulticastDomainId": {},
|
|
101979
102029
|
"Filters": {
|
|
@@ -136745,7 +136795,8 @@ module.exports={
|
|
|
136745
136795
|
"Tags": {
|
|
136746
136796
|
"shape": "Sm"
|
|
136747
136797
|
},
|
|
136748
|
-
"Format": {}
|
|
136798
|
+
"Format": {},
|
|
136799
|
+
"ImportMode": {}
|
|
136749
136800
|
}
|
|
136750
136801
|
},
|
|
136751
136802
|
"output": {
|
|
@@ -136767,7 +136818,7 @@ module.exports={
|
|
|
136767
136818
|
"ExplainabilityName": {},
|
|
136768
136819
|
"ResourceArn": {},
|
|
136769
136820
|
"ExplainabilityConfig": {
|
|
136770
|
-
"shape": "
|
|
136821
|
+
"shape": "S1k"
|
|
136771
136822
|
},
|
|
136772
136823
|
"DataSource": {
|
|
136773
136824
|
"shape": "S19"
|
|
@@ -136804,7 +136855,7 @@ module.exports={
|
|
|
136804
136855
|
"ExplainabilityExportName": {},
|
|
136805
136856
|
"ExplainabilityArn": {},
|
|
136806
136857
|
"Destination": {
|
|
136807
|
-
"shape": "
|
|
136858
|
+
"shape": "S1q"
|
|
136808
136859
|
},
|
|
136809
136860
|
"Tags": {
|
|
136810
136861
|
"shape": "Sm"
|
|
@@ -136836,7 +136887,7 @@ module.exports={
|
|
|
136836
136887
|
"shape": "Sm"
|
|
136837
136888
|
},
|
|
136838
136889
|
"TimeSeriesSelector": {
|
|
136839
|
-
"shape": "
|
|
136890
|
+
"shape": "S1t"
|
|
136840
136891
|
}
|
|
136841
136892
|
}
|
|
136842
136893
|
},
|
|
@@ -136859,7 +136910,7 @@ module.exports={
|
|
|
136859
136910
|
"ForecastExportJobName": {},
|
|
136860
136911
|
"ForecastArn": {},
|
|
136861
136912
|
"Destination": {
|
|
136862
|
-
"shape": "
|
|
136913
|
+
"shape": "S1q"
|
|
136863
136914
|
},
|
|
136864
136915
|
"Tags": {
|
|
136865
136916
|
"shape": "Sm"
|
|
@@ -136922,19 +136973,19 @@ module.exports={
|
|
|
136922
136973
|
"type": "boolean"
|
|
136923
136974
|
},
|
|
136924
136975
|
"TrainingParameters": {
|
|
136925
|
-
"shape": "
|
|
136976
|
+
"shape": "S22"
|
|
136926
136977
|
},
|
|
136927
136978
|
"EvaluationParameters": {
|
|
136928
|
-
"shape": "
|
|
136979
|
+
"shape": "S25"
|
|
136929
136980
|
},
|
|
136930
136981
|
"HPOConfig": {
|
|
136931
|
-
"shape": "
|
|
136982
|
+
"shape": "S26"
|
|
136932
136983
|
},
|
|
136933
136984
|
"InputDataConfig": {
|
|
136934
|
-
"shape": "
|
|
136985
|
+
"shape": "S2g"
|
|
136935
136986
|
},
|
|
136936
136987
|
"FeaturizationConfig": {
|
|
136937
|
-
"shape": "
|
|
136988
|
+
"shape": "S2j"
|
|
136938
136989
|
},
|
|
136939
136990
|
"EncryptionConfig": {
|
|
136940
136991
|
"shape": "Si"
|
|
@@ -136964,7 +137015,7 @@ module.exports={
|
|
|
136964
137015
|
"PredictorBacktestExportJobName": {},
|
|
136965
137016
|
"PredictorArn": {},
|
|
136966
137017
|
"Destination": {
|
|
136967
|
-
"shape": "
|
|
137018
|
+
"shape": "S1q"
|
|
136968
137019
|
},
|
|
136969
137020
|
"Tags": {
|
|
136970
137021
|
"shape": "Sm"
|
|
@@ -136990,7 +137041,7 @@ module.exports={
|
|
|
136990
137041
|
"WhatIfAnalysisName": {},
|
|
136991
137042
|
"ForecastArn": {},
|
|
136992
137043
|
"TimeSeriesSelector": {
|
|
136993
|
-
"shape": "
|
|
137044
|
+
"shape": "S1t"
|
|
136994
137045
|
},
|
|
136995
137046
|
"Tags": {
|
|
136996
137047
|
"shape": "Sm"
|
|
@@ -137015,10 +137066,10 @@ module.exports={
|
|
|
137015
137066
|
"WhatIfForecastName": {},
|
|
137016
137067
|
"WhatIfAnalysisArn": {},
|
|
137017
137068
|
"TimeSeriesTransformations": {
|
|
137018
|
-
"shape": "
|
|
137069
|
+
"shape": "S2w"
|
|
137019
137070
|
},
|
|
137020
137071
|
"TimeSeriesReplacementsDataSource": {
|
|
137021
|
-
"shape": "
|
|
137072
|
+
"shape": "S34"
|
|
137022
137073
|
},
|
|
137023
137074
|
"Tags": {
|
|
137024
137075
|
"shape": "Sm"
|
|
@@ -137043,10 +137094,10 @@ module.exports={
|
|
|
137043
137094
|
"members": {
|
|
137044
137095
|
"WhatIfForecastExportName": {},
|
|
137045
137096
|
"WhatIfForecastArns": {
|
|
137046
|
-
"shape": "
|
|
137097
|
+
"shape": "S38"
|
|
137047
137098
|
},
|
|
137048
137099
|
"Destination": {
|
|
137049
|
-
"shape": "
|
|
137100
|
+
"shape": "S1q"
|
|
137050
137101
|
},
|
|
137051
137102
|
"Tags": {
|
|
137052
137103
|
"shape": "Sm"
|
|
@@ -137264,7 +137315,7 @@ module.exports={
|
|
|
137264
137315
|
"shape": "Si"
|
|
137265
137316
|
},
|
|
137266
137317
|
"ReferencePredictorSummary": {
|
|
137267
|
-
"shape": "
|
|
137318
|
+
"shape": "S3q"
|
|
137268
137319
|
},
|
|
137269
137320
|
"EstimatedTimeRemainingInMinutes": {
|
|
137270
137321
|
"type": "long"
|
|
@@ -137444,7 +137495,8 @@ module.exports={
|
|
|
137444
137495
|
"LastModificationTime": {
|
|
137445
137496
|
"type": "timestamp"
|
|
137446
137497
|
},
|
|
137447
|
-
"Format": {}
|
|
137498
|
+
"Format": {},
|
|
137499
|
+
"ImportMode": {}
|
|
137448
137500
|
}
|
|
137449
137501
|
},
|
|
137450
137502
|
"idempotent": true
|
|
@@ -137466,7 +137518,7 @@ module.exports={
|
|
|
137466
137518
|
"ExplainabilityName": {},
|
|
137467
137519
|
"ResourceArn": {},
|
|
137468
137520
|
"ExplainabilityConfig": {
|
|
137469
|
-
"shape": "
|
|
137521
|
+
"shape": "S1k"
|
|
137470
137522
|
},
|
|
137471
137523
|
"EnableVisualization": {
|
|
137472
137524
|
"type": "boolean"
|
|
@@ -137511,7 +137563,7 @@ module.exports={
|
|
|
137511
137563
|
"ExplainabilityExportName": {},
|
|
137512
137564
|
"ExplainabilityArn": {},
|
|
137513
137565
|
"Destination": {
|
|
137514
|
-
"shape": "
|
|
137566
|
+
"shape": "S1q"
|
|
137515
137567
|
},
|
|
137516
137568
|
"Message": {},
|
|
137517
137569
|
"Status": {},
|
|
@@ -137558,7 +137610,7 @@ module.exports={
|
|
|
137558
137610
|
"type": "timestamp"
|
|
137559
137611
|
},
|
|
137560
137612
|
"TimeSeriesSelector": {
|
|
137561
|
-
"shape": "
|
|
137613
|
+
"shape": "S1t"
|
|
137562
137614
|
}
|
|
137563
137615
|
}
|
|
137564
137616
|
},
|
|
@@ -137581,7 +137633,7 @@ module.exports={
|
|
|
137581
137633
|
"ForecastExportJobName": {},
|
|
137582
137634
|
"ForecastArn": {},
|
|
137583
137635
|
"Destination": {
|
|
137584
|
-
"shape": "
|
|
137636
|
+
"shape": "S1q"
|
|
137585
137637
|
},
|
|
137586
137638
|
"Message": {},
|
|
137587
137639
|
"Status": {},
|
|
@@ -137686,19 +137738,19 @@ module.exports={
|
|
|
137686
137738
|
"type": "boolean"
|
|
137687
137739
|
},
|
|
137688
137740
|
"TrainingParameters": {
|
|
137689
|
-
"shape": "
|
|
137741
|
+
"shape": "S22"
|
|
137690
137742
|
},
|
|
137691
137743
|
"EvaluationParameters": {
|
|
137692
|
-
"shape": "
|
|
137744
|
+
"shape": "S25"
|
|
137693
137745
|
},
|
|
137694
137746
|
"HPOConfig": {
|
|
137695
|
-
"shape": "
|
|
137747
|
+
"shape": "S26"
|
|
137696
137748
|
},
|
|
137697
137749
|
"InputDataConfig": {
|
|
137698
|
-
"shape": "
|
|
137750
|
+
"shape": "S2g"
|
|
137699
137751
|
},
|
|
137700
137752
|
"FeaturizationConfig": {
|
|
137701
|
-
"shape": "
|
|
137753
|
+
"shape": "S2j"
|
|
137702
137754
|
},
|
|
137703
137755
|
"EncryptionConfig": {
|
|
137704
137756
|
"shape": "Si"
|
|
@@ -137772,7 +137824,7 @@ module.exports={
|
|
|
137772
137824
|
"PredictorBacktestExportJobName": {},
|
|
137773
137825
|
"PredictorArn": {},
|
|
137774
137826
|
"Destination": {
|
|
137775
|
-
"shape": "
|
|
137827
|
+
"shape": "S1q"
|
|
137776
137828
|
},
|
|
137777
137829
|
"Message": {},
|
|
137778
137830
|
"Status": {},
|
|
@@ -137815,7 +137867,7 @@ module.exports={
|
|
|
137815
137867
|
"type": "timestamp"
|
|
137816
137868
|
},
|
|
137817
137869
|
"TimeSeriesSelector": {
|
|
137818
|
-
"shape": "
|
|
137870
|
+
"shape": "S1t"
|
|
137819
137871
|
}
|
|
137820
137872
|
}
|
|
137821
137873
|
},
|
|
@@ -137849,10 +137901,10 @@ module.exports={
|
|
|
137849
137901
|
"type": "timestamp"
|
|
137850
137902
|
},
|
|
137851
137903
|
"TimeSeriesTransformations": {
|
|
137852
|
-
"shape": "
|
|
137904
|
+
"shape": "S2w"
|
|
137853
137905
|
},
|
|
137854
137906
|
"TimeSeriesReplacementsDataSource": {
|
|
137855
|
-
"shape": "
|
|
137907
|
+
"shape": "S34"
|
|
137856
137908
|
},
|
|
137857
137909
|
"ForecastTypes": {
|
|
137858
137910
|
"shape": "S4"
|
|
@@ -137881,7 +137933,7 @@ module.exports={
|
|
|
137881
137933
|
"member": {}
|
|
137882
137934
|
},
|
|
137883
137935
|
"Destination": {
|
|
137884
|
-
"shape": "
|
|
137936
|
+
"shape": "S1q"
|
|
137885
137937
|
},
|
|
137886
137938
|
"Message": {},
|
|
137887
137939
|
"Status": {},
|
|
@@ -138039,7 +138091,7 @@ module.exports={
|
|
|
138039
138091
|
"type": "integer"
|
|
138040
138092
|
},
|
|
138041
138093
|
"Filters": {
|
|
138042
|
-
"shape": "
|
|
138094
|
+
"shape": "S5m"
|
|
138043
138095
|
}
|
|
138044
138096
|
}
|
|
138045
138097
|
},
|
|
@@ -138063,7 +138115,8 @@ module.exports={
|
|
|
138063
138115
|
},
|
|
138064
138116
|
"LastModificationTime": {
|
|
138065
138117
|
"type": "timestamp"
|
|
138066
|
-
}
|
|
138118
|
+
},
|
|
138119
|
+
"ImportMode": {}
|
|
138067
138120
|
}
|
|
138068
138121
|
}
|
|
138069
138122
|
},
|
|
@@ -138117,7 +138170,7 @@ module.exports={
|
|
|
138117
138170
|
"type": "integer"
|
|
138118
138171
|
},
|
|
138119
138172
|
"Filters": {
|
|
138120
|
-
"shape": "
|
|
138173
|
+
"shape": "S5m"
|
|
138121
138174
|
}
|
|
138122
138175
|
}
|
|
138123
138176
|
},
|
|
@@ -138133,7 +138186,7 @@ module.exports={
|
|
|
138133
138186
|
"ExplainabilityName": {},
|
|
138134
138187
|
"ResourceArn": {},
|
|
138135
138188
|
"ExplainabilityConfig": {
|
|
138136
|
-
"shape": "
|
|
138189
|
+
"shape": "S1k"
|
|
138137
138190
|
},
|
|
138138
138191
|
"Status": {},
|
|
138139
138192
|
"Message": {},
|
|
@@ -138160,7 +138213,7 @@ module.exports={
|
|
|
138160
138213
|
"type": "integer"
|
|
138161
138214
|
},
|
|
138162
138215
|
"Filters": {
|
|
138163
|
-
"shape": "
|
|
138216
|
+
"shape": "S5m"
|
|
138164
138217
|
}
|
|
138165
138218
|
}
|
|
138166
138219
|
},
|
|
@@ -138175,7 +138228,7 @@ module.exports={
|
|
|
138175
138228
|
"ExplainabilityExportArn": {},
|
|
138176
138229
|
"ExplainabilityExportName": {},
|
|
138177
138230
|
"Destination": {
|
|
138178
|
-
"shape": "
|
|
138231
|
+
"shape": "S1q"
|
|
138179
138232
|
},
|
|
138180
138233
|
"Status": {},
|
|
138181
138234
|
"Message": {},
|
|
@@ -138202,7 +138255,7 @@ module.exports={
|
|
|
138202
138255
|
"type": "integer"
|
|
138203
138256
|
},
|
|
138204
138257
|
"Filters": {
|
|
138205
|
-
"shape": "
|
|
138258
|
+
"shape": "S5m"
|
|
138206
138259
|
}
|
|
138207
138260
|
}
|
|
138208
138261
|
},
|
|
@@ -138217,7 +138270,7 @@ module.exports={
|
|
|
138217
138270
|
"ForecastExportJobArn": {},
|
|
138218
138271
|
"ForecastExportJobName": {},
|
|
138219
138272
|
"Destination": {
|
|
138220
|
-
"shape": "
|
|
138273
|
+
"shape": "S1q"
|
|
138221
138274
|
},
|
|
138222
138275
|
"Status": {},
|
|
138223
138276
|
"Message": {},
|
|
@@ -138244,7 +138297,7 @@ module.exports={
|
|
|
138244
138297
|
"type": "integer"
|
|
138245
138298
|
},
|
|
138246
138299
|
"Filters": {
|
|
138247
|
-
"shape": "
|
|
138300
|
+
"shape": "S5m"
|
|
138248
138301
|
}
|
|
138249
138302
|
}
|
|
138250
138303
|
},
|
|
@@ -138292,7 +138345,7 @@ module.exports={
|
|
|
138292
138345
|
},
|
|
138293
138346
|
"MonitorArn": {},
|
|
138294
138347
|
"Filters": {
|
|
138295
|
-
"shape": "
|
|
138348
|
+
"shape": "S5m"
|
|
138296
138349
|
}
|
|
138297
138350
|
}
|
|
138298
138351
|
},
|
|
@@ -138366,7 +138419,7 @@ module.exports={
|
|
|
138366
138419
|
"type": "integer"
|
|
138367
138420
|
},
|
|
138368
138421
|
"Filters": {
|
|
138369
|
-
"shape": "
|
|
138422
|
+
"shape": "S5m"
|
|
138370
138423
|
}
|
|
138371
138424
|
}
|
|
138372
138425
|
},
|
|
@@ -138405,7 +138458,7 @@ module.exports={
|
|
|
138405
138458
|
"type": "integer"
|
|
138406
138459
|
},
|
|
138407
138460
|
"Filters": {
|
|
138408
|
-
"shape": "
|
|
138461
|
+
"shape": "S5m"
|
|
138409
138462
|
}
|
|
138410
138463
|
}
|
|
138411
138464
|
},
|
|
@@ -138420,7 +138473,7 @@ module.exports={
|
|
|
138420
138473
|
"PredictorBacktestExportJobArn": {},
|
|
138421
138474
|
"PredictorBacktestExportJobName": {},
|
|
138422
138475
|
"Destination": {
|
|
138423
|
-
"shape": "
|
|
138476
|
+
"shape": "S1q"
|
|
138424
138477
|
},
|
|
138425
138478
|
"Status": {},
|
|
138426
138479
|
"Message": {},
|
|
@@ -138447,7 +138500,7 @@ module.exports={
|
|
|
138447
138500
|
"type": "integer"
|
|
138448
138501
|
},
|
|
138449
138502
|
"Filters": {
|
|
138450
|
-
"shape": "
|
|
138503
|
+
"shape": "S5m"
|
|
138451
138504
|
}
|
|
138452
138505
|
}
|
|
138453
138506
|
},
|
|
@@ -138466,7 +138519,7 @@ module.exports={
|
|
|
138466
138519
|
"type": "boolean"
|
|
138467
138520
|
},
|
|
138468
138521
|
"ReferencePredictorSummary": {
|
|
138469
|
-
"shape": "
|
|
138522
|
+
"shape": "S3q"
|
|
138470
138523
|
},
|
|
138471
138524
|
"Status": {},
|
|
138472
138525
|
"Message": {},
|
|
@@ -138512,7 +138565,7 @@ module.exports={
|
|
|
138512
138565
|
"type": "integer"
|
|
138513
138566
|
},
|
|
138514
138567
|
"Filters": {
|
|
138515
|
-
"shape": "
|
|
138568
|
+
"shape": "S5m"
|
|
138516
138569
|
}
|
|
138517
138570
|
}
|
|
138518
138571
|
},
|
|
@@ -138552,7 +138605,7 @@ module.exports={
|
|
|
138552
138605
|
"type": "integer"
|
|
138553
138606
|
},
|
|
138554
138607
|
"Filters": {
|
|
138555
|
-
"shape": "
|
|
138608
|
+
"shape": "S5m"
|
|
138556
138609
|
}
|
|
138557
138610
|
}
|
|
138558
138611
|
},
|
|
@@ -138566,11 +138619,11 @@ module.exports={
|
|
|
138566
138619
|
"members": {
|
|
138567
138620
|
"WhatIfForecastExportArn": {},
|
|
138568
138621
|
"WhatIfForecastArns": {
|
|
138569
|
-
"shape": "
|
|
138622
|
+
"shape": "S38"
|
|
138570
138623
|
},
|
|
138571
138624
|
"WhatIfForecastExportName": {},
|
|
138572
138625
|
"Destination": {
|
|
138573
|
-
"shape": "
|
|
138626
|
+
"shape": "S1q"
|
|
138574
138627
|
},
|
|
138575
138628
|
"Status": {},
|
|
138576
138629
|
"Message": {},
|
|
@@ -138597,7 +138650,7 @@ module.exports={
|
|
|
138597
138650
|
"type": "integer"
|
|
138598
138651
|
},
|
|
138599
138652
|
"Filters": {
|
|
138600
|
-
"shape": "
|
|
138653
|
+
"shape": "S5m"
|
|
138601
138654
|
}
|
|
138602
138655
|
}
|
|
138603
138656
|
},
|
|
@@ -138862,7 +138915,7 @@ module.exports={
|
|
|
138862
138915
|
"KMSKeyArn": {}
|
|
138863
138916
|
}
|
|
138864
138917
|
},
|
|
138865
|
-
"
|
|
138918
|
+
"S1k": {
|
|
138866
138919
|
"type": "structure",
|
|
138867
138920
|
"required": [
|
|
138868
138921
|
"TimeSeriesGranularity",
|
|
@@ -138873,7 +138926,7 @@ module.exports={
|
|
|
138873
138926
|
"TimePointGranularity": {}
|
|
138874
138927
|
}
|
|
138875
138928
|
},
|
|
138876
|
-
"
|
|
138929
|
+
"S1q": {
|
|
138877
138930
|
"type": "structure",
|
|
138878
138931
|
"required": [
|
|
138879
138932
|
"S3Config"
|
|
@@ -138884,7 +138937,7 @@ module.exports={
|
|
|
138884
138937
|
}
|
|
138885
138938
|
}
|
|
138886
138939
|
},
|
|
138887
|
-
"
|
|
138940
|
+
"S1t": {
|
|
138888
138941
|
"type": "structure",
|
|
138889
138942
|
"members": {
|
|
138890
138943
|
"TimeSeriesIdentifiers": {
|
|
@@ -138901,12 +138954,12 @@ module.exports={
|
|
|
138901
138954
|
}
|
|
138902
138955
|
}
|
|
138903
138956
|
},
|
|
138904
|
-
"
|
|
138957
|
+
"S22": {
|
|
138905
138958
|
"type": "map",
|
|
138906
138959
|
"key": {},
|
|
138907
138960
|
"value": {}
|
|
138908
138961
|
},
|
|
138909
|
-
"
|
|
138962
|
+
"S25": {
|
|
138910
138963
|
"type": "structure",
|
|
138911
138964
|
"members": {
|
|
138912
138965
|
"NumberOfBacktestWindows": {
|
|
@@ -138917,7 +138970,7 @@ module.exports={
|
|
|
138917
138970
|
}
|
|
138918
138971
|
}
|
|
138919
138972
|
},
|
|
138920
|
-
"
|
|
138973
|
+
"S26": {
|
|
138921
138974
|
"type": "structure",
|
|
138922
138975
|
"members": {
|
|
138923
138976
|
"ParameterRanges": {
|
|
@@ -138985,7 +139038,7 @@ module.exports={
|
|
|
138985
139038
|
}
|
|
138986
139039
|
}
|
|
138987
139040
|
},
|
|
138988
|
-
"
|
|
139041
|
+
"S2g": {
|
|
138989
139042
|
"type": "structure",
|
|
138990
139043
|
"required": [
|
|
138991
139044
|
"DatasetGroupArn"
|
|
@@ -139008,7 +139061,7 @@ module.exports={
|
|
|
139008
139061
|
}
|
|
139009
139062
|
}
|
|
139010
139063
|
},
|
|
139011
|
-
"
|
|
139064
|
+
"S2j": {
|
|
139012
139065
|
"type": "structure",
|
|
139013
139066
|
"required": [
|
|
139014
139067
|
"ForecastFrequency"
|
|
@@ -139049,7 +139102,7 @@ module.exports={
|
|
|
139049
139102
|
}
|
|
139050
139103
|
}
|
|
139051
139104
|
},
|
|
139052
|
-
"
|
|
139105
|
+
"S2w": {
|
|
139053
139106
|
"type": "list",
|
|
139054
139107
|
"member": {
|
|
139055
139108
|
"type": "structure",
|
|
@@ -139088,7 +139141,7 @@ module.exports={
|
|
|
139088
139141
|
}
|
|
139089
139142
|
}
|
|
139090
139143
|
},
|
|
139091
|
-
"
|
|
139144
|
+
"S34": {
|
|
139092
139145
|
"type": "structure",
|
|
139093
139146
|
"required": [
|
|
139094
139147
|
"S3Config",
|
|
@@ -139105,18 +139158,18 @@ module.exports={
|
|
|
139105
139158
|
"TimestampFormat": {}
|
|
139106
139159
|
}
|
|
139107
139160
|
},
|
|
139108
|
-
"
|
|
139161
|
+
"S38": {
|
|
139109
139162
|
"type": "list",
|
|
139110
139163
|
"member": {}
|
|
139111
139164
|
},
|
|
139112
|
-
"
|
|
139165
|
+
"S3q": {
|
|
139113
139166
|
"type": "structure",
|
|
139114
139167
|
"members": {
|
|
139115
139168
|
"Arn": {},
|
|
139116
139169
|
"State": {}
|
|
139117
139170
|
}
|
|
139118
139171
|
},
|
|
139119
|
-
"
|
|
139172
|
+
"S5m": {
|
|
139120
139173
|
"type": "list",
|
|
139121
139174
|
"member": {
|
|
139122
139175
|
"type": "structure",
|
|
@@ -252694,7 +252747,7 @@ AWS.util.update(AWS, {
|
|
|
252694
252747
|
/**
|
|
252695
252748
|
* @constant
|
|
252696
252749
|
*/
|
|
252697
|
-
VERSION: '2.
|
|
252750
|
+
VERSION: '2.1308.0',
|
|
252698
252751
|
|
|
252699
252752
|
/**
|
|
252700
252753
|
* @api private
|
|
@@ -274757,7 +274810,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
274757
274810
|
}());
|
|
274758
274811
|
exports.LRUCache = LRUCache;
|
|
274759
274812
|
},{}],461:[function(require,module,exports){
|
|
274760
|
-
// AWS SDK for JavaScript v2.
|
|
274813
|
+
// AWS SDK for JavaScript v2.1308.0
|
|
274761
274814
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
274762
274815
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
274763
274816
|
require('./browser_loader');
|