@cdklabs/cdk-ecs-codedeploy 0.0.6 → 0.0.8
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/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +211 -9
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +21 -3
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +5 -2
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +304 -51
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.paginators.json +6 -3
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +4 -0
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +33 -27
- package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +3 -0
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +13 -7
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +541 -524
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +796 -160
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +258 -0
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +12 -3
- package/node_modules/aws-sdk/clients/connect.d.ts +7 -7
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +33 -13
- package/node_modules/aws-sdk/clients/ecs.d.ts +15 -3
- package/node_modules/aws-sdk/clients/eks.d.ts +21 -21
- package/node_modules/aws-sdk/clients/glue.d.ts +4 -0
- package/node_modules/aws-sdk/clients/kinesis.d.ts +180 -60
- package/node_modules/aws-sdk/clients/location.d.ts +2 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +81 -65
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +6 -2
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +31 -22
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +60 -42
- package/node_modules/aws-sdk/clients/sagemakermetrics.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +971 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +10 -9
- 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 +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +372 -89
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +95 -95
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1276.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){
|
|
@@ -10874,6 +10874,15 @@ module.exports={
|
|
|
10874
10874
|
},
|
|
10875
10875
|
"TotalImpact": {
|
|
10876
10876
|
"type": "double"
|
|
10877
|
+
},
|
|
10878
|
+
"TotalActualSpend": {
|
|
10879
|
+
"type": "double"
|
|
10880
|
+
},
|
|
10881
|
+
"TotalExpectedSpend": {
|
|
10882
|
+
"type": "double"
|
|
10883
|
+
},
|
|
10884
|
+
"TotalImpactPercentage": {
|
|
10885
|
+
"type": "double"
|
|
10877
10886
|
}
|
|
10878
10887
|
}
|
|
10879
10888
|
},
|
|
@@ -12184,6 +12193,8 @@ module.exports={
|
|
|
12184
12193
|
"members": {
|
|
12185
12194
|
"SubscriptionArn": {},
|
|
12186
12195
|
"Threshold": {
|
|
12196
|
+
"deprecated": true,
|
|
12197
|
+
"deprecatedMessage": "Threshold has been deprecated in favor of ThresholdExpression",
|
|
12187
12198
|
"type": "double"
|
|
12188
12199
|
},
|
|
12189
12200
|
"Frequency": {},
|
|
@@ -12193,7 +12204,10 @@ module.exports={
|
|
|
12193
12204
|
"Subscribers": {
|
|
12194
12205
|
"shape": "St"
|
|
12195
12206
|
},
|
|
12196
|
-
"SubscriptionName": {}
|
|
12207
|
+
"SubscriptionName": {},
|
|
12208
|
+
"ThresholdExpression": {
|
|
12209
|
+
"shape": "S7"
|
|
12210
|
+
}
|
|
12197
12211
|
}
|
|
12198
12212
|
},
|
|
12199
12213
|
"output": {
|
|
@@ -12385,7 +12399,6 @@ module.exports={
|
|
|
12385
12399
|
"required": [
|
|
12386
12400
|
"MonitorArnList",
|
|
12387
12401
|
"Subscribers",
|
|
12388
|
-
"Threshold",
|
|
12389
12402
|
"Frequency",
|
|
12390
12403
|
"SubscriptionName"
|
|
12391
12404
|
],
|
|
@@ -12399,10 +12412,15 @@ module.exports={
|
|
|
12399
12412
|
"shape": "St"
|
|
12400
12413
|
},
|
|
12401
12414
|
"Threshold": {
|
|
12415
|
+
"deprecated": true,
|
|
12416
|
+
"deprecatedMessage": "Threshold has been deprecated in favor of ThresholdExpression",
|
|
12402
12417
|
"type": "double"
|
|
12403
12418
|
},
|
|
12404
12419
|
"Frequency": {},
|
|
12405
|
-
"SubscriptionName": {}
|
|
12420
|
+
"SubscriptionName": {},
|
|
12421
|
+
"ThresholdExpression": {
|
|
12422
|
+
"shape": "S7"
|
|
12423
|
+
}
|
|
12406
12424
|
}
|
|
12407
12425
|
},
|
|
12408
12426
|
"Sr": {
|
|
@@ -116560,7 +116578,8 @@ module.exports={
|
|
|
116560
116578
|
},
|
|
116561
116579
|
"protocol": {},
|
|
116562
116580
|
"name": {},
|
|
116563
|
-
"appProtocol": {}
|
|
116581
|
+
"appProtocol": {},
|
|
116582
|
+
"containerPortRange": {}
|
|
116564
116583
|
}
|
|
116565
116584
|
}
|
|
116566
116585
|
},
|
|
@@ -117151,7 +117170,9 @@ module.exports={
|
|
|
117151
117170
|
"hostPort": {
|
|
117152
117171
|
"type": "integer"
|
|
117153
117172
|
},
|
|
117154
|
-
"protocol": {}
|
|
117173
|
+
"protocol": {},
|
|
117174
|
+
"containerPortRange": {},
|
|
117175
|
+
"hostPortRange": {}
|
|
117155
117176
|
}
|
|
117156
117177
|
}
|
|
117157
117178
|
},
|
|
@@ -160509,7 +160530,6 @@ module.exports={
|
|
|
160509
160530
|
"input": {
|
|
160510
160531
|
"type": "structure",
|
|
160511
160532
|
"required": [
|
|
160512
|
-
"StreamName",
|
|
160513
160533
|
"Tags"
|
|
160514
160534
|
],
|
|
160515
160535
|
"members": {
|
|
@@ -160518,8 +160538,18 @@ module.exports={
|
|
|
160518
160538
|
"type": "map",
|
|
160519
160539
|
"key": {},
|
|
160520
160540
|
"value": {}
|
|
160541
|
+
},
|
|
160542
|
+
"StreamARN": {
|
|
160543
|
+
"contextParam": {
|
|
160544
|
+
"name": "StreamARN"
|
|
160545
|
+
}
|
|
160521
160546
|
}
|
|
160522
160547
|
}
|
|
160548
|
+
},
|
|
160549
|
+
"staticContextParams": {
|
|
160550
|
+
"OperationType": {
|
|
160551
|
+
"value": "control"
|
|
160552
|
+
}
|
|
160523
160553
|
}
|
|
160524
160554
|
},
|
|
160525
160555
|
"CreateStream": {
|
|
@@ -160534,7 +160564,7 @@ module.exports={
|
|
|
160534
160564
|
"type": "integer"
|
|
160535
160565
|
},
|
|
160536
160566
|
"StreamModeDetails": {
|
|
160537
|
-
"shape": "
|
|
160567
|
+
"shape": "S9"
|
|
160538
160568
|
}
|
|
160539
160569
|
}
|
|
160540
160570
|
}
|
|
@@ -160543,38 +160573,67 @@ module.exports={
|
|
|
160543
160573
|
"input": {
|
|
160544
160574
|
"type": "structure",
|
|
160545
160575
|
"required": [
|
|
160546
|
-
"StreamName",
|
|
160547
160576
|
"RetentionPeriodHours"
|
|
160548
160577
|
],
|
|
160549
160578
|
"members": {
|
|
160550
160579
|
"StreamName": {},
|
|
160551
160580
|
"RetentionPeriodHours": {
|
|
160552
160581
|
"type": "integer"
|
|
160582
|
+
},
|
|
160583
|
+
"StreamARN": {
|
|
160584
|
+
"contextParam": {
|
|
160585
|
+
"name": "StreamARN"
|
|
160586
|
+
}
|
|
160553
160587
|
}
|
|
160554
160588
|
}
|
|
160589
|
+
},
|
|
160590
|
+
"staticContextParams": {
|
|
160591
|
+
"OperationType": {
|
|
160592
|
+
"value": "control"
|
|
160593
|
+
}
|
|
160555
160594
|
}
|
|
160556
160595
|
},
|
|
160557
160596
|
"DeleteStream": {
|
|
160558
160597
|
"input": {
|
|
160559
160598
|
"type": "structure",
|
|
160560
|
-
"required": [
|
|
160561
|
-
"StreamName"
|
|
160562
|
-
],
|
|
160563
160599
|
"members": {
|
|
160564
160600
|
"StreamName": {},
|
|
160565
160601
|
"EnforceConsumerDeletion": {
|
|
160566
160602
|
"type": "boolean"
|
|
160603
|
+
},
|
|
160604
|
+
"StreamARN": {
|
|
160605
|
+
"contextParam": {
|
|
160606
|
+
"name": "StreamARN"
|
|
160607
|
+
}
|
|
160567
160608
|
}
|
|
160568
160609
|
}
|
|
160610
|
+
},
|
|
160611
|
+
"staticContextParams": {
|
|
160612
|
+
"OperationType": {
|
|
160613
|
+
"value": "control"
|
|
160614
|
+
}
|
|
160569
160615
|
}
|
|
160570
160616
|
},
|
|
160571
160617
|
"DeregisterStreamConsumer": {
|
|
160572
160618
|
"input": {
|
|
160573
160619
|
"type": "structure",
|
|
160574
160620
|
"members": {
|
|
160575
|
-
"StreamARN": {
|
|
160621
|
+
"StreamARN": {
|
|
160622
|
+
"contextParam": {
|
|
160623
|
+
"name": "StreamARN"
|
|
160624
|
+
}
|
|
160625
|
+
},
|
|
160576
160626
|
"ConsumerName": {},
|
|
160577
|
-
"ConsumerARN": {
|
|
160627
|
+
"ConsumerARN": {
|
|
160628
|
+
"contextParam": {
|
|
160629
|
+
"name": "ConsumerARN"
|
|
160630
|
+
}
|
|
160631
|
+
}
|
|
160632
|
+
}
|
|
160633
|
+
},
|
|
160634
|
+
"staticContextParams": {
|
|
160635
|
+
"OperationType": {
|
|
160636
|
+
"value": "control"
|
|
160578
160637
|
}
|
|
160579
160638
|
}
|
|
160580
160639
|
},
|
|
@@ -160610,15 +160669,17 @@ module.exports={
|
|
|
160610
160669
|
"DescribeStream": {
|
|
160611
160670
|
"input": {
|
|
160612
160671
|
"type": "structure",
|
|
160613
|
-
"required": [
|
|
160614
|
-
"StreamName"
|
|
160615
|
-
],
|
|
160616
160672
|
"members": {
|
|
160617
160673
|
"StreamName": {},
|
|
160618
160674
|
"Limit": {
|
|
160619
160675
|
"type": "integer"
|
|
160620
160676
|
},
|
|
160621
|
-
"ExclusiveStartShardId": {}
|
|
160677
|
+
"ExclusiveStartShardId": {},
|
|
160678
|
+
"StreamARN": {
|
|
160679
|
+
"contextParam": {
|
|
160680
|
+
"name": "StreamARN"
|
|
160681
|
+
}
|
|
160682
|
+
}
|
|
160622
160683
|
}
|
|
160623
160684
|
},
|
|
160624
160685
|
"output": {
|
|
@@ -160644,7 +160705,7 @@ module.exports={
|
|
|
160644
160705
|
"StreamARN": {},
|
|
160645
160706
|
"StreamStatus": {},
|
|
160646
160707
|
"StreamModeDetails": {
|
|
160647
|
-
"shape": "
|
|
160708
|
+
"shape": "S9"
|
|
160648
160709
|
},
|
|
160649
160710
|
"Shards": {
|
|
160650
160711
|
"shape": "St"
|
|
@@ -160666,15 +160727,28 @@ module.exports={
|
|
|
160666
160727
|
}
|
|
160667
160728
|
}
|
|
160668
160729
|
}
|
|
160730
|
+
},
|
|
160731
|
+
"staticContextParams": {
|
|
160732
|
+
"OperationType": {
|
|
160733
|
+
"value": "control"
|
|
160734
|
+
}
|
|
160669
160735
|
}
|
|
160670
160736
|
},
|
|
160671
160737
|
"DescribeStreamConsumer": {
|
|
160672
160738
|
"input": {
|
|
160673
160739
|
"type": "structure",
|
|
160674
160740
|
"members": {
|
|
160675
|
-
"StreamARN": {
|
|
160741
|
+
"StreamARN": {
|
|
160742
|
+
"contextParam": {
|
|
160743
|
+
"name": "StreamARN"
|
|
160744
|
+
}
|
|
160745
|
+
},
|
|
160676
160746
|
"ConsumerName": {},
|
|
160677
|
-
"ConsumerARN": {
|
|
160747
|
+
"ConsumerARN": {
|
|
160748
|
+
"contextParam": {
|
|
160749
|
+
"name": "ConsumerARN"
|
|
160750
|
+
}
|
|
160751
|
+
}
|
|
160678
160752
|
}
|
|
160679
160753
|
},
|
|
160680
160754
|
"output": {
|
|
@@ -160703,16 +160777,23 @@ module.exports={
|
|
|
160703
160777
|
}
|
|
160704
160778
|
}
|
|
160705
160779
|
}
|
|
160780
|
+
},
|
|
160781
|
+
"staticContextParams": {
|
|
160782
|
+
"OperationType": {
|
|
160783
|
+
"value": "control"
|
|
160784
|
+
}
|
|
160706
160785
|
}
|
|
160707
160786
|
},
|
|
160708
160787
|
"DescribeStreamSummary": {
|
|
160709
160788
|
"input": {
|
|
160710
160789
|
"type": "structure",
|
|
160711
|
-
"required": [
|
|
160712
|
-
"StreamName"
|
|
160713
|
-
],
|
|
160714
160790
|
"members": {
|
|
160715
|
-
"StreamName": {}
|
|
160791
|
+
"StreamName": {},
|
|
160792
|
+
"StreamARN": {
|
|
160793
|
+
"contextParam": {
|
|
160794
|
+
"name": "StreamARN"
|
|
160795
|
+
}
|
|
160796
|
+
}
|
|
160716
160797
|
}
|
|
160717
160798
|
},
|
|
160718
160799
|
"output": {
|
|
@@ -160737,7 +160818,7 @@ module.exports={
|
|
|
160737
160818
|
"StreamARN": {},
|
|
160738
160819
|
"StreamStatus": {},
|
|
160739
160820
|
"StreamModeDetails": {
|
|
160740
|
-
"shape": "
|
|
160821
|
+
"shape": "S9"
|
|
160741
160822
|
},
|
|
160742
160823
|
"RetentionPeriodHours": {
|
|
160743
160824
|
"type": "integer"
|
|
@@ -160759,42 +160840,65 @@ module.exports={
|
|
|
160759
160840
|
}
|
|
160760
160841
|
}
|
|
160761
160842
|
}
|
|
160843
|
+
},
|
|
160844
|
+
"staticContextParams": {
|
|
160845
|
+
"OperationType": {
|
|
160846
|
+
"value": "control"
|
|
160847
|
+
}
|
|
160762
160848
|
}
|
|
160763
160849
|
},
|
|
160764
160850
|
"DisableEnhancedMonitoring": {
|
|
160765
160851
|
"input": {
|
|
160766
160852
|
"type": "structure",
|
|
160767
160853
|
"required": [
|
|
160768
|
-
"StreamName",
|
|
160769
160854
|
"ShardLevelMetrics"
|
|
160770
160855
|
],
|
|
160771
160856
|
"members": {
|
|
160772
160857
|
"StreamName": {},
|
|
160773
160858
|
"ShardLevelMetrics": {
|
|
160774
160859
|
"shape": "S12"
|
|
160860
|
+
},
|
|
160861
|
+
"StreamARN": {
|
|
160862
|
+
"contextParam": {
|
|
160863
|
+
"name": "StreamARN"
|
|
160864
|
+
}
|
|
160775
160865
|
}
|
|
160776
160866
|
}
|
|
160777
160867
|
},
|
|
160778
160868
|
"output": {
|
|
160779
160869
|
"shape": "S1f"
|
|
160870
|
+
},
|
|
160871
|
+
"staticContextParams": {
|
|
160872
|
+
"OperationType": {
|
|
160873
|
+
"value": "control"
|
|
160874
|
+
}
|
|
160780
160875
|
}
|
|
160781
160876
|
},
|
|
160782
160877
|
"EnableEnhancedMonitoring": {
|
|
160783
160878
|
"input": {
|
|
160784
160879
|
"type": "structure",
|
|
160785
160880
|
"required": [
|
|
160786
|
-
"StreamName",
|
|
160787
160881
|
"ShardLevelMetrics"
|
|
160788
160882
|
],
|
|
160789
160883
|
"members": {
|
|
160790
160884
|
"StreamName": {},
|
|
160791
160885
|
"ShardLevelMetrics": {
|
|
160792
160886
|
"shape": "S12"
|
|
160887
|
+
},
|
|
160888
|
+
"StreamARN": {
|
|
160889
|
+
"contextParam": {
|
|
160890
|
+
"name": "StreamARN"
|
|
160891
|
+
}
|
|
160793
160892
|
}
|
|
160794
160893
|
}
|
|
160795
160894
|
},
|
|
160796
160895
|
"output": {
|
|
160797
160896
|
"shape": "S1f"
|
|
160897
|
+
},
|
|
160898
|
+
"staticContextParams": {
|
|
160899
|
+
"OperationType": {
|
|
160900
|
+
"value": "control"
|
|
160901
|
+
}
|
|
160798
160902
|
}
|
|
160799
160903
|
},
|
|
160800
160904
|
"GetRecords": {
|
|
@@ -160807,6 +160911,11 @@ module.exports={
|
|
|
160807
160911
|
"ShardIterator": {},
|
|
160808
160912
|
"Limit": {
|
|
160809
160913
|
"type": "integer"
|
|
160914
|
+
},
|
|
160915
|
+
"StreamARN": {
|
|
160916
|
+
"contextParam": {
|
|
160917
|
+
"name": "StreamARN"
|
|
160918
|
+
}
|
|
160810
160919
|
}
|
|
160811
160920
|
}
|
|
160812
160921
|
},
|
|
@@ -160864,13 +160973,17 @@ module.exports={
|
|
|
160864
160973
|
}
|
|
160865
160974
|
}
|
|
160866
160975
|
}
|
|
160976
|
+
},
|
|
160977
|
+
"staticContextParams": {
|
|
160978
|
+
"OperationType": {
|
|
160979
|
+
"value": "data"
|
|
160980
|
+
}
|
|
160867
160981
|
}
|
|
160868
160982
|
},
|
|
160869
160983
|
"GetShardIterator": {
|
|
160870
160984
|
"input": {
|
|
160871
160985
|
"type": "structure",
|
|
160872
160986
|
"required": [
|
|
160873
|
-
"StreamName",
|
|
160874
160987
|
"ShardId",
|
|
160875
160988
|
"ShardIteratorType"
|
|
160876
160989
|
],
|
|
@@ -160881,6 +160994,11 @@ module.exports={
|
|
|
160881
160994
|
"StartingSequenceNumber": {},
|
|
160882
160995
|
"Timestamp": {
|
|
160883
160996
|
"type": "timestamp"
|
|
160997
|
+
},
|
|
160998
|
+
"StreamARN": {
|
|
160999
|
+
"contextParam": {
|
|
161000
|
+
"name": "StreamARN"
|
|
161001
|
+
}
|
|
160884
161002
|
}
|
|
160885
161003
|
}
|
|
160886
161004
|
},
|
|
@@ -160889,21 +161007,35 @@ module.exports={
|
|
|
160889
161007
|
"members": {
|
|
160890
161008
|
"ShardIterator": {}
|
|
160891
161009
|
}
|
|
161010
|
+
},
|
|
161011
|
+
"staticContextParams": {
|
|
161012
|
+
"OperationType": {
|
|
161013
|
+
"value": "data"
|
|
161014
|
+
}
|
|
160892
161015
|
}
|
|
160893
161016
|
},
|
|
160894
161017
|
"IncreaseStreamRetentionPeriod": {
|
|
160895
161018
|
"input": {
|
|
160896
161019
|
"type": "structure",
|
|
160897
161020
|
"required": [
|
|
160898
|
-
"StreamName",
|
|
160899
161021
|
"RetentionPeriodHours"
|
|
160900
161022
|
],
|
|
160901
161023
|
"members": {
|
|
160902
161024
|
"StreamName": {},
|
|
160903
161025
|
"RetentionPeriodHours": {
|
|
160904
161026
|
"type": "integer"
|
|
161027
|
+
},
|
|
161028
|
+
"StreamARN": {
|
|
161029
|
+
"contextParam": {
|
|
161030
|
+
"name": "StreamARN"
|
|
161031
|
+
}
|
|
160905
161032
|
}
|
|
160906
161033
|
}
|
|
161034
|
+
},
|
|
161035
|
+
"staticContextParams": {
|
|
161036
|
+
"OperationType": {
|
|
161037
|
+
"value": "control"
|
|
161038
|
+
}
|
|
160907
161039
|
}
|
|
160908
161040
|
},
|
|
160909
161041
|
"ListShards": {
|
|
@@ -160931,6 +161063,11 @@ module.exports={
|
|
|
160931
161063
|
"type": "timestamp"
|
|
160932
161064
|
}
|
|
160933
161065
|
}
|
|
161066
|
+
},
|
|
161067
|
+
"StreamARN": {
|
|
161068
|
+
"contextParam": {
|
|
161069
|
+
"name": "StreamARN"
|
|
161070
|
+
}
|
|
160934
161071
|
}
|
|
160935
161072
|
}
|
|
160936
161073
|
},
|
|
@@ -160942,6 +161079,11 @@ module.exports={
|
|
|
160942
161079
|
},
|
|
160943
161080
|
"NextToken": {}
|
|
160944
161081
|
}
|
|
161082
|
+
},
|
|
161083
|
+
"staticContextParams": {
|
|
161084
|
+
"OperationType": {
|
|
161085
|
+
"value": "control"
|
|
161086
|
+
}
|
|
160945
161087
|
}
|
|
160946
161088
|
},
|
|
160947
161089
|
"ListStreamConsumers": {
|
|
@@ -160951,7 +161093,11 @@ module.exports={
|
|
|
160951
161093
|
"StreamARN"
|
|
160952
161094
|
],
|
|
160953
161095
|
"members": {
|
|
160954
|
-
"StreamARN": {
|
|
161096
|
+
"StreamARN": {
|
|
161097
|
+
"contextParam": {
|
|
161098
|
+
"name": "StreamARN"
|
|
161099
|
+
}
|
|
161100
|
+
},
|
|
160955
161101
|
"NextToken": {},
|
|
160956
161102
|
"MaxResults": {
|
|
160957
161103
|
"type": "integer"
|
|
@@ -160972,6 +161118,11 @@ module.exports={
|
|
|
160972
161118
|
},
|
|
160973
161119
|
"NextToken": {}
|
|
160974
161120
|
}
|
|
161121
|
+
},
|
|
161122
|
+
"staticContextParams": {
|
|
161123
|
+
"OperationType": {
|
|
161124
|
+
"value": "control"
|
|
161125
|
+
}
|
|
160975
161126
|
}
|
|
160976
161127
|
},
|
|
160977
161128
|
"ListStreams": {
|
|
@@ -160981,7 +161132,8 @@ module.exports={
|
|
|
160981
161132
|
"Limit": {
|
|
160982
161133
|
"type": "integer"
|
|
160983
161134
|
},
|
|
160984
|
-
"ExclusiveStartStreamName": {}
|
|
161135
|
+
"ExclusiveStartStreamName": {},
|
|
161136
|
+
"NextToken": {}
|
|
160985
161137
|
}
|
|
160986
161138
|
},
|
|
160987
161139
|
"output": {
|
|
@@ -160997,6 +161149,29 @@ module.exports={
|
|
|
160997
161149
|
},
|
|
160998
161150
|
"HasMoreStreams": {
|
|
160999
161151
|
"type": "boolean"
|
|
161152
|
+
},
|
|
161153
|
+
"NextToken": {},
|
|
161154
|
+
"StreamSummaries": {
|
|
161155
|
+
"type": "list",
|
|
161156
|
+
"member": {
|
|
161157
|
+
"type": "structure",
|
|
161158
|
+
"required": [
|
|
161159
|
+
"StreamName",
|
|
161160
|
+
"StreamARN",
|
|
161161
|
+
"StreamStatus"
|
|
161162
|
+
],
|
|
161163
|
+
"members": {
|
|
161164
|
+
"StreamName": {},
|
|
161165
|
+
"StreamARN": {},
|
|
161166
|
+
"StreamStatus": {},
|
|
161167
|
+
"StreamModeDetails": {
|
|
161168
|
+
"shape": "S9"
|
|
161169
|
+
},
|
|
161170
|
+
"StreamCreationTimestamp": {
|
|
161171
|
+
"type": "timestamp"
|
|
161172
|
+
}
|
|
161173
|
+
}
|
|
161174
|
+
}
|
|
161000
161175
|
}
|
|
161001
161176
|
}
|
|
161002
161177
|
}
|
|
@@ -161004,14 +161179,16 @@ module.exports={
|
|
|
161004
161179
|
"ListTagsForStream": {
|
|
161005
161180
|
"input": {
|
|
161006
161181
|
"type": "structure",
|
|
161007
|
-
"required": [
|
|
161008
|
-
"StreamName"
|
|
161009
|
-
],
|
|
161010
161182
|
"members": {
|
|
161011
161183
|
"StreamName": {},
|
|
161012
161184
|
"ExclusiveStartTagKey": {},
|
|
161013
161185
|
"Limit": {
|
|
161014
161186
|
"type": "integer"
|
|
161187
|
+
},
|
|
161188
|
+
"StreamARN": {
|
|
161189
|
+
"contextParam": {
|
|
161190
|
+
"name": "StreamARN"
|
|
161191
|
+
}
|
|
161015
161192
|
}
|
|
161016
161193
|
}
|
|
161017
161194
|
},
|
|
@@ -161039,20 +161216,34 @@ module.exports={
|
|
|
161039
161216
|
"type": "boolean"
|
|
161040
161217
|
}
|
|
161041
161218
|
}
|
|
161219
|
+
},
|
|
161220
|
+
"staticContextParams": {
|
|
161221
|
+
"OperationType": {
|
|
161222
|
+
"value": "control"
|
|
161223
|
+
}
|
|
161042
161224
|
}
|
|
161043
161225
|
},
|
|
161044
161226
|
"MergeShards": {
|
|
161045
161227
|
"input": {
|
|
161046
161228
|
"type": "structure",
|
|
161047
161229
|
"required": [
|
|
161048
|
-
"StreamName",
|
|
161049
161230
|
"ShardToMerge",
|
|
161050
161231
|
"AdjacentShardToMerge"
|
|
161051
161232
|
],
|
|
161052
161233
|
"members": {
|
|
161053
161234
|
"StreamName": {},
|
|
161054
161235
|
"ShardToMerge": {},
|
|
161055
|
-
"AdjacentShardToMerge": {}
|
|
161236
|
+
"AdjacentShardToMerge": {},
|
|
161237
|
+
"StreamARN": {
|
|
161238
|
+
"contextParam": {
|
|
161239
|
+
"name": "StreamARN"
|
|
161240
|
+
}
|
|
161241
|
+
}
|
|
161242
|
+
}
|
|
161243
|
+
},
|
|
161244
|
+
"staticContextParams": {
|
|
161245
|
+
"OperationType": {
|
|
161246
|
+
"value": "control"
|
|
161056
161247
|
}
|
|
161057
161248
|
}
|
|
161058
161249
|
},
|
|
@@ -161060,7 +161251,6 @@ module.exports={
|
|
|
161060
161251
|
"input": {
|
|
161061
161252
|
"type": "structure",
|
|
161062
161253
|
"required": [
|
|
161063
|
-
"StreamName",
|
|
161064
161254
|
"Data",
|
|
161065
161255
|
"PartitionKey"
|
|
161066
161256
|
],
|
|
@@ -161071,7 +161261,12 @@ module.exports={
|
|
|
161071
161261
|
},
|
|
161072
161262
|
"PartitionKey": {},
|
|
161073
161263
|
"ExplicitHashKey": {},
|
|
161074
|
-
"SequenceNumberForOrdering": {}
|
|
161264
|
+
"SequenceNumberForOrdering": {},
|
|
161265
|
+
"StreamARN": {
|
|
161266
|
+
"contextParam": {
|
|
161267
|
+
"name": "StreamARN"
|
|
161268
|
+
}
|
|
161269
|
+
}
|
|
161075
161270
|
}
|
|
161076
161271
|
},
|
|
161077
161272
|
"output": {
|
|
@@ -161085,14 +161280,18 @@ module.exports={
|
|
|
161085
161280
|
"SequenceNumber": {},
|
|
161086
161281
|
"EncryptionType": {}
|
|
161087
161282
|
}
|
|
161283
|
+
},
|
|
161284
|
+
"staticContextParams": {
|
|
161285
|
+
"OperationType": {
|
|
161286
|
+
"value": "data"
|
|
161287
|
+
}
|
|
161088
161288
|
}
|
|
161089
161289
|
},
|
|
161090
161290
|
"PutRecords": {
|
|
161091
161291
|
"input": {
|
|
161092
161292
|
"type": "structure",
|
|
161093
161293
|
"required": [
|
|
161094
|
-
"Records"
|
|
161095
|
-
"StreamName"
|
|
161294
|
+
"Records"
|
|
161096
161295
|
],
|
|
161097
161296
|
"members": {
|
|
161098
161297
|
"Records": {
|
|
@@ -161112,7 +161311,12 @@ module.exports={
|
|
|
161112
161311
|
}
|
|
161113
161312
|
}
|
|
161114
161313
|
},
|
|
161115
|
-
"StreamName": {}
|
|
161314
|
+
"StreamName": {},
|
|
161315
|
+
"StreamARN": {
|
|
161316
|
+
"contextParam": {
|
|
161317
|
+
"name": "StreamARN"
|
|
161318
|
+
}
|
|
161319
|
+
}
|
|
161116
161320
|
}
|
|
161117
161321
|
},
|
|
161118
161322
|
"output": {
|
|
@@ -161138,6 +161342,11 @@ module.exports={
|
|
|
161138
161342
|
},
|
|
161139
161343
|
"EncryptionType": {}
|
|
161140
161344
|
}
|
|
161345
|
+
},
|
|
161346
|
+
"staticContextParams": {
|
|
161347
|
+
"OperationType": {
|
|
161348
|
+
"value": "data"
|
|
161349
|
+
}
|
|
161141
161350
|
}
|
|
161142
161351
|
},
|
|
161143
161352
|
"RegisterStreamConsumer": {
|
|
@@ -161148,7 +161357,11 @@ module.exports={
|
|
|
161148
161357
|
"ConsumerName"
|
|
161149
161358
|
],
|
|
161150
161359
|
"members": {
|
|
161151
|
-
"StreamARN": {
|
|
161360
|
+
"StreamARN": {
|
|
161361
|
+
"contextParam": {
|
|
161362
|
+
"name": "StreamARN"
|
|
161363
|
+
}
|
|
161364
|
+
},
|
|
161152
161365
|
"ConsumerName": {}
|
|
161153
161366
|
}
|
|
161154
161367
|
},
|
|
@@ -161162,13 +161375,17 @@ module.exports={
|
|
|
161162
161375
|
"shape": "S27"
|
|
161163
161376
|
}
|
|
161164
161377
|
}
|
|
161378
|
+
},
|
|
161379
|
+
"staticContextParams": {
|
|
161380
|
+
"OperationType": {
|
|
161381
|
+
"value": "control"
|
|
161382
|
+
}
|
|
161165
161383
|
}
|
|
161166
161384
|
},
|
|
161167
161385
|
"RemoveTagsFromStream": {
|
|
161168
161386
|
"input": {
|
|
161169
161387
|
"type": "structure",
|
|
161170
161388
|
"required": [
|
|
161171
|
-
"StreamName",
|
|
161172
161389
|
"TagKeys"
|
|
161173
161390
|
],
|
|
161174
161391
|
"members": {
|
|
@@ -161176,22 +161393,41 @@ module.exports={
|
|
|
161176
161393
|
"TagKeys": {
|
|
161177
161394
|
"type": "list",
|
|
161178
161395
|
"member": {}
|
|
161396
|
+
},
|
|
161397
|
+
"StreamARN": {
|
|
161398
|
+
"contextParam": {
|
|
161399
|
+
"name": "StreamARN"
|
|
161400
|
+
}
|
|
161179
161401
|
}
|
|
161180
161402
|
}
|
|
161403
|
+
},
|
|
161404
|
+
"staticContextParams": {
|
|
161405
|
+
"OperationType": {
|
|
161406
|
+
"value": "control"
|
|
161407
|
+
}
|
|
161181
161408
|
}
|
|
161182
161409
|
},
|
|
161183
161410
|
"SplitShard": {
|
|
161184
161411
|
"input": {
|
|
161185
161412
|
"type": "structure",
|
|
161186
161413
|
"required": [
|
|
161187
|
-
"StreamName",
|
|
161188
161414
|
"ShardToSplit",
|
|
161189
161415
|
"NewStartingHashKey"
|
|
161190
161416
|
],
|
|
161191
161417
|
"members": {
|
|
161192
161418
|
"StreamName": {},
|
|
161193
161419
|
"ShardToSplit": {},
|
|
161194
|
-
"NewStartingHashKey": {}
|
|
161420
|
+
"NewStartingHashKey": {},
|
|
161421
|
+
"StreamARN": {
|
|
161422
|
+
"contextParam": {
|
|
161423
|
+
"name": "StreamARN"
|
|
161424
|
+
}
|
|
161425
|
+
}
|
|
161426
|
+
}
|
|
161427
|
+
},
|
|
161428
|
+
"staticContextParams": {
|
|
161429
|
+
"OperationType": {
|
|
161430
|
+
"value": "control"
|
|
161195
161431
|
}
|
|
161196
161432
|
}
|
|
161197
161433
|
},
|
|
@@ -161199,14 +161435,23 @@ module.exports={
|
|
|
161199
161435
|
"input": {
|
|
161200
161436
|
"type": "structure",
|
|
161201
161437
|
"required": [
|
|
161202
|
-
"StreamName",
|
|
161203
161438
|
"EncryptionType",
|
|
161204
161439
|
"KeyId"
|
|
161205
161440
|
],
|
|
161206
161441
|
"members": {
|
|
161207
161442
|
"StreamName": {},
|
|
161208
161443
|
"EncryptionType": {},
|
|
161209
|
-
"KeyId": {}
|
|
161444
|
+
"KeyId": {},
|
|
161445
|
+
"StreamARN": {
|
|
161446
|
+
"contextParam": {
|
|
161447
|
+
"name": "StreamARN"
|
|
161448
|
+
}
|
|
161449
|
+
}
|
|
161450
|
+
}
|
|
161451
|
+
},
|
|
161452
|
+
"staticContextParams": {
|
|
161453
|
+
"OperationType": {
|
|
161454
|
+
"value": "control"
|
|
161210
161455
|
}
|
|
161211
161456
|
}
|
|
161212
161457
|
},
|
|
@@ -161214,14 +161459,23 @@ module.exports={
|
|
|
161214
161459
|
"input": {
|
|
161215
161460
|
"type": "structure",
|
|
161216
161461
|
"required": [
|
|
161217
|
-
"StreamName",
|
|
161218
161462
|
"EncryptionType",
|
|
161219
161463
|
"KeyId"
|
|
161220
161464
|
],
|
|
161221
161465
|
"members": {
|
|
161222
161466
|
"StreamName": {},
|
|
161223
161467
|
"EncryptionType": {},
|
|
161224
|
-
"KeyId": {}
|
|
161468
|
+
"KeyId": {},
|
|
161469
|
+
"StreamARN": {
|
|
161470
|
+
"contextParam": {
|
|
161471
|
+
"name": "StreamARN"
|
|
161472
|
+
}
|
|
161473
|
+
}
|
|
161474
|
+
}
|
|
161475
|
+
},
|
|
161476
|
+
"staticContextParams": {
|
|
161477
|
+
"OperationType": {
|
|
161478
|
+
"value": "control"
|
|
161225
161479
|
}
|
|
161226
161480
|
}
|
|
161227
161481
|
},
|
|
@@ -161229,7 +161483,6 @@ module.exports={
|
|
|
161229
161483
|
"input": {
|
|
161230
161484
|
"type": "structure",
|
|
161231
161485
|
"required": [
|
|
161232
|
-
"StreamName",
|
|
161233
161486
|
"TargetShardCount",
|
|
161234
161487
|
"ScalingType"
|
|
161235
161488
|
],
|
|
@@ -161238,7 +161491,12 @@ module.exports={
|
|
|
161238
161491
|
"TargetShardCount": {
|
|
161239
161492
|
"type": "integer"
|
|
161240
161493
|
},
|
|
161241
|
-
"ScalingType": {}
|
|
161494
|
+
"ScalingType": {},
|
|
161495
|
+
"StreamARN": {
|
|
161496
|
+
"contextParam": {
|
|
161497
|
+
"name": "StreamARN"
|
|
161498
|
+
}
|
|
161499
|
+
}
|
|
161242
161500
|
}
|
|
161243
161501
|
},
|
|
161244
161502
|
"output": {
|
|
@@ -161250,7 +161508,13 @@ module.exports={
|
|
|
161250
161508
|
},
|
|
161251
161509
|
"TargetShardCount": {
|
|
161252
161510
|
"type": "integer"
|
|
161253
|
-
}
|
|
161511
|
+
},
|
|
161512
|
+
"StreamARN": {}
|
|
161513
|
+
}
|
|
161514
|
+
},
|
|
161515
|
+
"staticContextParams": {
|
|
161516
|
+
"OperationType": {
|
|
161517
|
+
"value": "control"
|
|
161254
161518
|
}
|
|
161255
161519
|
}
|
|
161256
161520
|
},
|
|
@@ -161262,16 +161526,25 @@ module.exports={
|
|
|
161262
161526
|
"StreamModeDetails"
|
|
161263
161527
|
],
|
|
161264
161528
|
"members": {
|
|
161265
|
-
"StreamARN": {
|
|
161529
|
+
"StreamARN": {
|
|
161530
|
+
"contextParam": {
|
|
161531
|
+
"name": "StreamARN"
|
|
161532
|
+
}
|
|
161533
|
+
},
|
|
161266
161534
|
"StreamModeDetails": {
|
|
161267
|
-
"shape": "
|
|
161535
|
+
"shape": "S9"
|
|
161268
161536
|
}
|
|
161269
161537
|
}
|
|
161538
|
+
},
|
|
161539
|
+
"staticContextParams": {
|
|
161540
|
+
"OperationType": {
|
|
161541
|
+
"value": "control"
|
|
161542
|
+
}
|
|
161270
161543
|
}
|
|
161271
161544
|
}
|
|
161272
161545
|
},
|
|
161273
161546
|
"shapes": {
|
|
161274
|
-
"
|
|
161547
|
+
"S9": {
|
|
161275
161548
|
"type": "structure",
|
|
161276
161549
|
"required": [
|
|
161277
161550
|
"StreamMode"
|
|
@@ -161344,7 +161617,8 @@ module.exports={
|
|
|
161344
161617
|
},
|
|
161345
161618
|
"DesiredShardLevelMetrics": {
|
|
161346
161619
|
"shape": "S12"
|
|
161347
|
-
}
|
|
161620
|
+
},
|
|
161621
|
+
"StreamARN": {}
|
|
161348
161622
|
}
|
|
161349
161623
|
},
|
|
161350
161624
|
"S27": {
|
|
@@ -161382,11 +161656,14 @@ module.exports={
|
|
|
161382
161656
|
"output_token": "NextToken"
|
|
161383
161657
|
},
|
|
161384
161658
|
"ListStreams": {
|
|
161385
|
-
"input_token": "
|
|
161659
|
+
"input_token": "NextToken",
|
|
161386
161660
|
"limit_key": "Limit",
|
|
161387
161661
|
"more_results": "HasMoreStreams",
|
|
161388
|
-
"output_token": "
|
|
161389
|
-
"result_key":
|
|
161662
|
+
"output_token": "NextToken",
|
|
161663
|
+
"result_key": [
|
|
161664
|
+
"StreamNames",
|
|
161665
|
+
"StreamSummaries"
|
|
161666
|
+
]
|
|
161390
161667
|
}
|
|
161391
161668
|
}
|
|
161392
161669
|
}
|
|
@@ -178129,7 +178406,7 @@ module.exports={
|
|
|
178129
178406
|
"deprecatedMessage": "Use SingleMetricAnomalyDetector.Stat property."
|
|
178130
178407
|
},
|
|
178131
178408
|
"Configuration": {
|
|
178132
|
-
"shape": "
|
|
178409
|
+
"shape": "S2n"
|
|
178133
178410
|
},
|
|
178134
178411
|
"StateValue": {},
|
|
178135
178412
|
"SingleMetricAnomalyDetector": {
|
|
@@ -178451,14 +178728,14 @@ module.exports={
|
|
|
178451
178728
|
},
|
|
178452
178729
|
"StatusCode": {},
|
|
178453
178730
|
"Messages": {
|
|
178454
|
-
"shape": "
|
|
178731
|
+
"shape": "S45"
|
|
178455
178732
|
}
|
|
178456
178733
|
}
|
|
178457
178734
|
}
|
|
178458
178735
|
},
|
|
178459
178736
|
"NextToken": {},
|
|
178460
178737
|
"Messages": {
|
|
178461
|
-
"shape": "
|
|
178738
|
+
"shape": "S45"
|
|
178462
178739
|
}
|
|
178463
178740
|
}
|
|
178464
178741
|
}
|
|
@@ -178568,10 +178845,10 @@ module.exports={
|
|
|
178568
178845
|
"Arn": {},
|
|
178569
178846
|
"Name": {},
|
|
178570
178847
|
"IncludeFilters": {
|
|
178571
|
-
"shape": "
|
|
178848
|
+
"shape": "S4j"
|
|
178572
178849
|
},
|
|
178573
178850
|
"ExcludeFilters": {
|
|
178574
|
-
"shape": "
|
|
178851
|
+
"shape": "S4j"
|
|
178575
178852
|
},
|
|
178576
178853
|
"FirehoseArn": {},
|
|
178577
178854
|
"RoleArn": {},
|
|
@@ -178584,7 +178861,7 @@ module.exports={
|
|
|
178584
178861
|
},
|
|
178585
178862
|
"OutputFormat": {},
|
|
178586
178863
|
"StatisticsConfigurations": {
|
|
178587
|
-
"shape": "
|
|
178864
|
+
"shape": "S4n"
|
|
178588
178865
|
}
|
|
178589
178866
|
}
|
|
178590
178867
|
}
|
|
@@ -178787,7 +179064,7 @@ module.exports={
|
|
|
178787
179064
|
"type": "structure",
|
|
178788
179065
|
"members": {
|
|
178789
179066
|
"Tags": {
|
|
178790
|
-
"shape": "
|
|
179067
|
+
"shape": "S5q"
|
|
178791
179068
|
}
|
|
178792
179069
|
}
|
|
178793
179070
|
}
|
|
@@ -178814,7 +179091,7 @@ module.exports={
|
|
|
178814
179091
|
"deprecatedMessage": "Use SingleMetricAnomalyDetector."
|
|
178815
179092
|
},
|
|
178816
179093
|
"Configuration": {
|
|
178817
|
-
"shape": "
|
|
179094
|
+
"shape": "S2n"
|
|
178818
179095
|
},
|
|
178819
179096
|
"SingleMetricAnomalyDetector": {
|
|
178820
179097
|
"shape": "Sc"
|
|
@@ -178854,7 +179131,7 @@ module.exports={
|
|
|
178854
179131
|
"shape": "S1t"
|
|
178855
179132
|
},
|
|
178856
179133
|
"Tags": {
|
|
178857
|
-
"shape": "
|
|
179134
|
+
"shape": "S5q"
|
|
178858
179135
|
},
|
|
178859
179136
|
"ActionsSuppressor": {},
|
|
178860
179137
|
"ActionsSuppressorWaitPeriod": {
|
|
@@ -178907,7 +179184,7 @@ module.exports={
|
|
|
178907
179184
|
"RuleState": {},
|
|
178908
179185
|
"RuleDefinition": {},
|
|
178909
179186
|
"Tags": {
|
|
178910
|
-
"shape": "
|
|
179187
|
+
"shape": "S5q"
|
|
178911
179188
|
}
|
|
178912
179189
|
}
|
|
178913
179190
|
},
|
|
@@ -178936,7 +179213,7 @@ module.exports={
|
|
|
178936
179213
|
"TemplateName": {},
|
|
178937
179214
|
"ResourceARN": {},
|
|
178938
179215
|
"Tags": {
|
|
178939
|
-
"shape": "
|
|
179216
|
+
"shape": "S5q"
|
|
178940
179217
|
}
|
|
178941
179218
|
}
|
|
178942
179219
|
}
|
|
@@ -179003,7 +179280,7 @@ module.exports={
|
|
|
179003
179280
|
"shape": "Se"
|
|
179004
179281
|
},
|
|
179005
179282
|
"Tags": {
|
|
179006
|
-
"shape": "
|
|
179283
|
+
"shape": "S5q"
|
|
179007
179284
|
},
|
|
179008
179285
|
"ThresholdMetricId": {}
|
|
179009
179286
|
}
|
|
@@ -179093,19 +179370,19 @@ module.exports={
|
|
|
179093
179370
|
"members": {
|
|
179094
179371
|
"Name": {},
|
|
179095
179372
|
"IncludeFilters": {
|
|
179096
|
-
"shape": "
|
|
179373
|
+
"shape": "S4j"
|
|
179097
179374
|
},
|
|
179098
179375
|
"ExcludeFilters": {
|
|
179099
|
-
"shape": "
|
|
179376
|
+
"shape": "S4j"
|
|
179100
179377
|
},
|
|
179101
179378
|
"FirehoseArn": {},
|
|
179102
179379
|
"RoleArn": {},
|
|
179103
179380
|
"OutputFormat": {},
|
|
179104
179381
|
"Tags": {
|
|
179105
|
-
"shape": "
|
|
179382
|
+
"shape": "S5q"
|
|
179106
179383
|
},
|
|
179107
179384
|
"StatisticsConfigurations": {
|
|
179108
|
-
"shape": "
|
|
179385
|
+
"shape": "S4n"
|
|
179109
179386
|
}
|
|
179110
179387
|
}
|
|
179111
179388
|
},
|
|
@@ -179141,7 +179418,7 @@ module.exports={
|
|
|
179141
179418
|
],
|
|
179142
179419
|
"members": {
|
|
179143
179420
|
"Names": {
|
|
179144
|
-
"shape": "
|
|
179421
|
+
"shape": "S6l"
|
|
179145
179422
|
}
|
|
179146
179423
|
}
|
|
179147
179424
|
},
|
|
@@ -179159,7 +179436,7 @@ module.exports={
|
|
|
179159
179436
|
],
|
|
179160
179437
|
"members": {
|
|
179161
179438
|
"Names": {
|
|
179162
|
-
"shape": "
|
|
179439
|
+
"shape": "S6l"
|
|
179163
179440
|
}
|
|
179164
179441
|
}
|
|
179165
179442
|
},
|
|
@@ -179179,7 +179456,7 @@ module.exports={
|
|
|
179179
179456
|
"members": {
|
|
179180
179457
|
"ResourceARN": {},
|
|
179181
179458
|
"Tags": {
|
|
179182
|
-
"shape": "
|
|
179459
|
+
"shape": "S5q"
|
|
179183
179460
|
}
|
|
179184
179461
|
}
|
|
179185
179462
|
},
|
|
@@ -179386,7 +179663,11 @@ module.exports={
|
|
|
179386
179663
|
"Metrics": {
|
|
179387
179664
|
"shape": "Se"
|
|
179388
179665
|
},
|
|
179389
|
-
"ThresholdMetricId": {}
|
|
179666
|
+
"ThresholdMetricId": {},
|
|
179667
|
+
"EvaluationState": {},
|
|
179668
|
+
"StateTransitionedTimestamp": {
|
|
179669
|
+
"type": "timestamp"
|
|
179670
|
+
}
|
|
179390
179671
|
},
|
|
179391
179672
|
"xmlOrder": [
|
|
179392
179673
|
"AlarmName",
|
|
@@ -179415,11 +179696,13 @@ module.exports={
|
|
|
179415
179696
|
"EvaluateLowSampleCountPercentile",
|
|
179416
179697
|
"DatapointsToAlarm",
|
|
179417
179698
|
"Metrics",
|
|
179418
|
-
"ThresholdMetricId"
|
|
179699
|
+
"ThresholdMetricId",
|
|
179700
|
+
"EvaluationState",
|
|
179701
|
+
"StateTransitionedTimestamp"
|
|
179419
179702
|
]
|
|
179420
179703
|
}
|
|
179421
179704
|
},
|
|
179422
|
-
"
|
|
179705
|
+
"S2n": {
|
|
179423
179706
|
"type": "structure",
|
|
179424
179707
|
"members": {
|
|
179425
179708
|
"ExcludedTimeRanges": {
|
|
@@ -179447,7 +179730,7 @@ module.exports={
|
|
|
179447
179730
|
"MetricTimezone": {}
|
|
179448
179731
|
}
|
|
179449
179732
|
},
|
|
179450
|
-
"
|
|
179733
|
+
"S45": {
|
|
179451
179734
|
"type": "list",
|
|
179452
179735
|
"member": {
|
|
179453
179736
|
"type": "structure",
|
|
@@ -179457,7 +179740,7 @@ module.exports={
|
|
|
179457
179740
|
}
|
|
179458
179741
|
}
|
|
179459
179742
|
},
|
|
179460
|
-
"
|
|
179743
|
+
"S4j": {
|
|
179461
179744
|
"type": "list",
|
|
179462
179745
|
"member": {
|
|
179463
179746
|
"type": "structure",
|
|
@@ -179466,7 +179749,7 @@ module.exports={
|
|
|
179466
179749
|
}
|
|
179467
179750
|
}
|
|
179468
179751
|
},
|
|
179469
|
-
"
|
|
179752
|
+
"S4n": {
|
|
179470
179753
|
"type": "list",
|
|
179471
179754
|
"member": {
|
|
179472
179755
|
"type": "structure",
|
|
@@ -179496,7 +179779,7 @@ module.exports={
|
|
|
179496
179779
|
}
|
|
179497
179780
|
}
|
|
179498
179781
|
},
|
|
179499
|
-
"
|
|
179782
|
+
"S5q": {
|
|
179500
179783
|
"type": "list",
|
|
179501
179784
|
"member": {
|
|
179502
179785
|
"type": "structure",
|
|
@@ -179510,7 +179793,7 @@ module.exports={
|
|
|
179510
179793
|
}
|
|
179511
179794
|
}
|
|
179512
179795
|
},
|
|
179513
|
-
"
|
|
179796
|
+
"S6l": {
|
|
179514
179797
|
"type": "list",
|
|
179515
179798
|
"member": {}
|
|
179516
179799
|
}
|
|
@@ -250913,7 +251196,7 @@ AWS.util.update(AWS, {
|
|
|
250913
251196
|
/**
|
|
250914
251197
|
* @constant
|
|
250915
251198
|
*/
|
|
250916
|
-
VERSION: '2.
|
|
251199
|
+
VERSION: '2.1276.0',
|
|
250917
251200
|
|
|
250918
251201
|
/**
|
|
250919
251202
|
* @api private
|
|
@@ -272973,7 +273256,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
272973
273256
|
}());
|
|
272974
273257
|
exports.LRUCache = LRUCache;
|
|
272975
273258
|
},{}],461:[function(require,module,exports){
|
|
272976
|
-
// AWS SDK for JavaScript v2.
|
|
273259
|
+
// AWS SDK for JavaScript v2.1276.0
|
|
272977
273260
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
272978
273261
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
272979
273262
|
require('./browser_loader');
|