@cdklabs/cdk-ecs-codedeploy 0.0.7 → 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.
Files changed (31) hide show
  1. package/.jsii +3 -3
  2. package/lib/ecs-appspec/index.js +1 -1
  3. package/lib/ecs-deployment/index.js +1 -1
  4. package/node_modules/aws-sdk/CHANGELOG.md +13 -1
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +211 -9
  7. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +5 -2
  8. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
  9. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +304 -51
  10. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.paginators.json +6 -3
  11. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +4 -0
  12. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +541 -524
  13. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +796 -160
  14. package/node_modules/aws-sdk/clients/backupgateway.d.ts +258 -0
  15. package/node_modules/aws-sdk/clients/connect.d.ts +7 -7
  16. package/node_modules/aws-sdk/clients/ecs.d.ts +15 -3
  17. package/node_modules/aws-sdk/clients/eks.d.ts +21 -21
  18. package/node_modules/aws-sdk/clients/glue.d.ts +4 -0
  19. package/node_modules/aws-sdk/clients/kinesis.d.ts +180 -60
  20. package/node_modules/aws-sdk/clients/location.d.ts +2 -2
  21. package/node_modules/aws-sdk/clients/m2.d.ts +81 -65
  22. package/node_modules/aws-sdk/clients/sagemaker.d.ts +60 -42
  23. package/node_modules/aws-sdk/clients/securityhub.d.ts +971 -0
  24. package/node_modules/aws-sdk/clients/translate.d.ts +10 -9
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +318 -59
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +58 -58
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1275.0
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){
@@ -116578,7 +116578,8 @@ module.exports={
116578
116578
  },
116579
116579
  "protocol": {},
116580
116580
  "name": {},
116581
- "appProtocol": {}
116581
+ "appProtocol": {},
116582
+ "containerPortRange": {}
116582
116583
  }
116583
116584
  }
116584
116585
  },
@@ -117169,7 +117170,9 @@ module.exports={
117169
117170
  "hostPort": {
117170
117171
  "type": "integer"
117171
117172
  },
117172
- "protocol": {}
117173
+ "protocol": {},
117174
+ "containerPortRange": {},
117175
+ "hostPortRange": {}
117173
117176
  }
117174
117177
  }
117175
117178
  },
@@ -160527,7 +160530,6 @@ module.exports={
160527
160530
  "input": {
160528
160531
  "type": "structure",
160529
160532
  "required": [
160530
- "StreamName",
160531
160533
  "Tags"
160532
160534
  ],
160533
160535
  "members": {
@@ -160536,8 +160538,18 @@ module.exports={
160536
160538
  "type": "map",
160537
160539
  "key": {},
160538
160540
  "value": {}
160541
+ },
160542
+ "StreamARN": {
160543
+ "contextParam": {
160544
+ "name": "StreamARN"
160545
+ }
160539
160546
  }
160540
160547
  }
160548
+ },
160549
+ "staticContextParams": {
160550
+ "OperationType": {
160551
+ "value": "control"
160552
+ }
160541
160553
  }
160542
160554
  },
160543
160555
  "CreateStream": {
@@ -160552,7 +160564,7 @@ module.exports={
160552
160564
  "type": "integer"
160553
160565
  },
160554
160566
  "StreamModeDetails": {
160555
- "shape": "S8"
160567
+ "shape": "S9"
160556
160568
  }
160557
160569
  }
160558
160570
  }
@@ -160561,38 +160573,67 @@ module.exports={
160561
160573
  "input": {
160562
160574
  "type": "structure",
160563
160575
  "required": [
160564
- "StreamName",
160565
160576
  "RetentionPeriodHours"
160566
160577
  ],
160567
160578
  "members": {
160568
160579
  "StreamName": {},
160569
160580
  "RetentionPeriodHours": {
160570
160581
  "type": "integer"
160582
+ },
160583
+ "StreamARN": {
160584
+ "contextParam": {
160585
+ "name": "StreamARN"
160586
+ }
160571
160587
  }
160572
160588
  }
160589
+ },
160590
+ "staticContextParams": {
160591
+ "OperationType": {
160592
+ "value": "control"
160593
+ }
160573
160594
  }
160574
160595
  },
160575
160596
  "DeleteStream": {
160576
160597
  "input": {
160577
160598
  "type": "structure",
160578
- "required": [
160579
- "StreamName"
160580
- ],
160581
160599
  "members": {
160582
160600
  "StreamName": {},
160583
160601
  "EnforceConsumerDeletion": {
160584
160602
  "type": "boolean"
160603
+ },
160604
+ "StreamARN": {
160605
+ "contextParam": {
160606
+ "name": "StreamARN"
160607
+ }
160585
160608
  }
160586
160609
  }
160610
+ },
160611
+ "staticContextParams": {
160612
+ "OperationType": {
160613
+ "value": "control"
160614
+ }
160587
160615
  }
160588
160616
  },
160589
160617
  "DeregisterStreamConsumer": {
160590
160618
  "input": {
160591
160619
  "type": "structure",
160592
160620
  "members": {
160593
- "StreamARN": {},
160621
+ "StreamARN": {
160622
+ "contextParam": {
160623
+ "name": "StreamARN"
160624
+ }
160625
+ },
160594
160626
  "ConsumerName": {},
160595
- "ConsumerARN": {}
160627
+ "ConsumerARN": {
160628
+ "contextParam": {
160629
+ "name": "ConsumerARN"
160630
+ }
160631
+ }
160632
+ }
160633
+ },
160634
+ "staticContextParams": {
160635
+ "OperationType": {
160636
+ "value": "control"
160596
160637
  }
160597
160638
  }
160598
160639
  },
@@ -160628,15 +160669,17 @@ module.exports={
160628
160669
  "DescribeStream": {
160629
160670
  "input": {
160630
160671
  "type": "structure",
160631
- "required": [
160632
- "StreamName"
160633
- ],
160634
160672
  "members": {
160635
160673
  "StreamName": {},
160636
160674
  "Limit": {
160637
160675
  "type": "integer"
160638
160676
  },
160639
- "ExclusiveStartShardId": {}
160677
+ "ExclusiveStartShardId": {},
160678
+ "StreamARN": {
160679
+ "contextParam": {
160680
+ "name": "StreamARN"
160681
+ }
160682
+ }
160640
160683
  }
160641
160684
  },
160642
160685
  "output": {
@@ -160662,7 +160705,7 @@ module.exports={
160662
160705
  "StreamARN": {},
160663
160706
  "StreamStatus": {},
160664
160707
  "StreamModeDetails": {
160665
- "shape": "S8"
160708
+ "shape": "S9"
160666
160709
  },
160667
160710
  "Shards": {
160668
160711
  "shape": "St"
@@ -160684,15 +160727,28 @@ module.exports={
160684
160727
  }
160685
160728
  }
160686
160729
  }
160730
+ },
160731
+ "staticContextParams": {
160732
+ "OperationType": {
160733
+ "value": "control"
160734
+ }
160687
160735
  }
160688
160736
  },
160689
160737
  "DescribeStreamConsumer": {
160690
160738
  "input": {
160691
160739
  "type": "structure",
160692
160740
  "members": {
160693
- "StreamARN": {},
160741
+ "StreamARN": {
160742
+ "contextParam": {
160743
+ "name": "StreamARN"
160744
+ }
160745
+ },
160694
160746
  "ConsumerName": {},
160695
- "ConsumerARN": {}
160747
+ "ConsumerARN": {
160748
+ "contextParam": {
160749
+ "name": "ConsumerARN"
160750
+ }
160751
+ }
160696
160752
  }
160697
160753
  },
160698
160754
  "output": {
@@ -160721,16 +160777,23 @@ module.exports={
160721
160777
  }
160722
160778
  }
160723
160779
  }
160780
+ },
160781
+ "staticContextParams": {
160782
+ "OperationType": {
160783
+ "value": "control"
160784
+ }
160724
160785
  }
160725
160786
  },
160726
160787
  "DescribeStreamSummary": {
160727
160788
  "input": {
160728
160789
  "type": "structure",
160729
- "required": [
160730
- "StreamName"
160731
- ],
160732
160790
  "members": {
160733
- "StreamName": {}
160791
+ "StreamName": {},
160792
+ "StreamARN": {
160793
+ "contextParam": {
160794
+ "name": "StreamARN"
160795
+ }
160796
+ }
160734
160797
  }
160735
160798
  },
160736
160799
  "output": {
@@ -160755,7 +160818,7 @@ module.exports={
160755
160818
  "StreamARN": {},
160756
160819
  "StreamStatus": {},
160757
160820
  "StreamModeDetails": {
160758
- "shape": "S8"
160821
+ "shape": "S9"
160759
160822
  },
160760
160823
  "RetentionPeriodHours": {
160761
160824
  "type": "integer"
@@ -160777,42 +160840,65 @@ module.exports={
160777
160840
  }
160778
160841
  }
160779
160842
  }
160843
+ },
160844
+ "staticContextParams": {
160845
+ "OperationType": {
160846
+ "value": "control"
160847
+ }
160780
160848
  }
160781
160849
  },
160782
160850
  "DisableEnhancedMonitoring": {
160783
160851
  "input": {
160784
160852
  "type": "structure",
160785
160853
  "required": [
160786
- "StreamName",
160787
160854
  "ShardLevelMetrics"
160788
160855
  ],
160789
160856
  "members": {
160790
160857
  "StreamName": {},
160791
160858
  "ShardLevelMetrics": {
160792
160859
  "shape": "S12"
160860
+ },
160861
+ "StreamARN": {
160862
+ "contextParam": {
160863
+ "name": "StreamARN"
160864
+ }
160793
160865
  }
160794
160866
  }
160795
160867
  },
160796
160868
  "output": {
160797
160869
  "shape": "S1f"
160870
+ },
160871
+ "staticContextParams": {
160872
+ "OperationType": {
160873
+ "value": "control"
160874
+ }
160798
160875
  }
160799
160876
  },
160800
160877
  "EnableEnhancedMonitoring": {
160801
160878
  "input": {
160802
160879
  "type": "structure",
160803
160880
  "required": [
160804
- "StreamName",
160805
160881
  "ShardLevelMetrics"
160806
160882
  ],
160807
160883
  "members": {
160808
160884
  "StreamName": {},
160809
160885
  "ShardLevelMetrics": {
160810
160886
  "shape": "S12"
160887
+ },
160888
+ "StreamARN": {
160889
+ "contextParam": {
160890
+ "name": "StreamARN"
160891
+ }
160811
160892
  }
160812
160893
  }
160813
160894
  },
160814
160895
  "output": {
160815
160896
  "shape": "S1f"
160897
+ },
160898
+ "staticContextParams": {
160899
+ "OperationType": {
160900
+ "value": "control"
160901
+ }
160816
160902
  }
160817
160903
  },
160818
160904
  "GetRecords": {
@@ -160825,6 +160911,11 @@ module.exports={
160825
160911
  "ShardIterator": {},
160826
160912
  "Limit": {
160827
160913
  "type": "integer"
160914
+ },
160915
+ "StreamARN": {
160916
+ "contextParam": {
160917
+ "name": "StreamARN"
160918
+ }
160828
160919
  }
160829
160920
  }
160830
160921
  },
@@ -160882,13 +160973,17 @@ module.exports={
160882
160973
  }
160883
160974
  }
160884
160975
  }
160976
+ },
160977
+ "staticContextParams": {
160978
+ "OperationType": {
160979
+ "value": "data"
160980
+ }
160885
160981
  }
160886
160982
  },
160887
160983
  "GetShardIterator": {
160888
160984
  "input": {
160889
160985
  "type": "structure",
160890
160986
  "required": [
160891
- "StreamName",
160892
160987
  "ShardId",
160893
160988
  "ShardIteratorType"
160894
160989
  ],
@@ -160899,6 +160994,11 @@ module.exports={
160899
160994
  "StartingSequenceNumber": {},
160900
160995
  "Timestamp": {
160901
160996
  "type": "timestamp"
160997
+ },
160998
+ "StreamARN": {
160999
+ "contextParam": {
161000
+ "name": "StreamARN"
161001
+ }
160902
161002
  }
160903
161003
  }
160904
161004
  },
@@ -160907,21 +161007,35 @@ module.exports={
160907
161007
  "members": {
160908
161008
  "ShardIterator": {}
160909
161009
  }
161010
+ },
161011
+ "staticContextParams": {
161012
+ "OperationType": {
161013
+ "value": "data"
161014
+ }
160910
161015
  }
160911
161016
  },
160912
161017
  "IncreaseStreamRetentionPeriod": {
160913
161018
  "input": {
160914
161019
  "type": "structure",
160915
161020
  "required": [
160916
- "StreamName",
160917
161021
  "RetentionPeriodHours"
160918
161022
  ],
160919
161023
  "members": {
160920
161024
  "StreamName": {},
160921
161025
  "RetentionPeriodHours": {
160922
161026
  "type": "integer"
161027
+ },
161028
+ "StreamARN": {
161029
+ "contextParam": {
161030
+ "name": "StreamARN"
161031
+ }
160923
161032
  }
160924
161033
  }
161034
+ },
161035
+ "staticContextParams": {
161036
+ "OperationType": {
161037
+ "value": "control"
161038
+ }
160925
161039
  }
160926
161040
  },
160927
161041
  "ListShards": {
@@ -160949,6 +161063,11 @@ module.exports={
160949
161063
  "type": "timestamp"
160950
161064
  }
160951
161065
  }
161066
+ },
161067
+ "StreamARN": {
161068
+ "contextParam": {
161069
+ "name": "StreamARN"
161070
+ }
160952
161071
  }
160953
161072
  }
160954
161073
  },
@@ -160960,6 +161079,11 @@ module.exports={
160960
161079
  },
160961
161080
  "NextToken": {}
160962
161081
  }
161082
+ },
161083
+ "staticContextParams": {
161084
+ "OperationType": {
161085
+ "value": "control"
161086
+ }
160963
161087
  }
160964
161088
  },
160965
161089
  "ListStreamConsumers": {
@@ -160969,7 +161093,11 @@ module.exports={
160969
161093
  "StreamARN"
160970
161094
  ],
160971
161095
  "members": {
160972
- "StreamARN": {},
161096
+ "StreamARN": {
161097
+ "contextParam": {
161098
+ "name": "StreamARN"
161099
+ }
161100
+ },
160973
161101
  "NextToken": {},
160974
161102
  "MaxResults": {
160975
161103
  "type": "integer"
@@ -160990,6 +161118,11 @@ module.exports={
160990
161118
  },
160991
161119
  "NextToken": {}
160992
161120
  }
161121
+ },
161122
+ "staticContextParams": {
161123
+ "OperationType": {
161124
+ "value": "control"
161125
+ }
160993
161126
  }
160994
161127
  },
160995
161128
  "ListStreams": {
@@ -160999,7 +161132,8 @@ module.exports={
160999
161132
  "Limit": {
161000
161133
  "type": "integer"
161001
161134
  },
161002
- "ExclusiveStartStreamName": {}
161135
+ "ExclusiveStartStreamName": {},
161136
+ "NextToken": {}
161003
161137
  }
161004
161138
  },
161005
161139
  "output": {
@@ -161015,6 +161149,29 @@ module.exports={
161015
161149
  },
161016
161150
  "HasMoreStreams": {
161017
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
+ }
161018
161175
  }
161019
161176
  }
161020
161177
  }
@@ -161022,14 +161179,16 @@ module.exports={
161022
161179
  "ListTagsForStream": {
161023
161180
  "input": {
161024
161181
  "type": "structure",
161025
- "required": [
161026
- "StreamName"
161027
- ],
161028
161182
  "members": {
161029
161183
  "StreamName": {},
161030
161184
  "ExclusiveStartTagKey": {},
161031
161185
  "Limit": {
161032
161186
  "type": "integer"
161187
+ },
161188
+ "StreamARN": {
161189
+ "contextParam": {
161190
+ "name": "StreamARN"
161191
+ }
161033
161192
  }
161034
161193
  }
161035
161194
  },
@@ -161057,20 +161216,34 @@ module.exports={
161057
161216
  "type": "boolean"
161058
161217
  }
161059
161218
  }
161219
+ },
161220
+ "staticContextParams": {
161221
+ "OperationType": {
161222
+ "value": "control"
161223
+ }
161060
161224
  }
161061
161225
  },
161062
161226
  "MergeShards": {
161063
161227
  "input": {
161064
161228
  "type": "structure",
161065
161229
  "required": [
161066
- "StreamName",
161067
161230
  "ShardToMerge",
161068
161231
  "AdjacentShardToMerge"
161069
161232
  ],
161070
161233
  "members": {
161071
161234
  "StreamName": {},
161072
161235
  "ShardToMerge": {},
161073
- "AdjacentShardToMerge": {}
161236
+ "AdjacentShardToMerge": {},
161237
+ "StreamARN": {
161238
+ "contextParam": {
161239
+ "name": "StreamARN"
161240
+ }
161241
+ }
161242
+ }
161243
+ },
161244
+ "staticContextParams": {
161245
+ "OperationType": {
161246
+ "value": "control"
161074
161247
  }
161075
161248
  }
161076
161249
  },
@@ -161078,7 +161251,6 @@ module.exports={
161078
161251
  "input": {
161079
161252
  "type": "structure",
161080
161253
  "required": [
161081
- "StreamName",
161082
161254
  "Data",
161083
161255
  "PartitionKey"
161084
161256
  ],
@@ -161089,7 +161261,12 @@ module.exports={
161089
161261
  },
161090
161262
  "PartitionKey": {},
161091
161263
  "ExplicitHashKey": {},
161092
- "SequenceNumberForOrdering": {}
161264
+ "SequenceNumberForOrdering": {},
161265
+ "StreamARN": {
161266
+ "contextParam": {
161267
+ "name": "StreamARN"
161268
+ }
161269
+ }
161093
161270
  }
161094
161271
  },
161095
161272
  "output": {
@@ -161103,14 +161280,18 @@ module.exports={
161103
161280
  "SequenceNumber": {},
161104
161281
  "EncryptionType": {}
161105
161282
  }
161283
+ },
161284
+ "staticContextParams": {
161285
+ "OperationType": {
161286
+ "value": "data"
161287
+ }
161106
161288
  }
161107
161289
  },
161108
161290
  "PutRecords": {
161109
161291
  "input": {
161110
161292
  "type": "structure",
161111
161293
  "required": [
161112
- "Records",
161113
- "StreamName"
161294
+ "Records"
161114
161295
  ],
161115
161296
  "members": {
161116
161297
  "Records": {
@@ -161130,7 +161311,12 @@ module.exports={
161130
161311
  }
161131
161312
  }
161132
161313
  },
161133
- "StreamName": {}
161314
+ "StreamName": {},
161315
+ "StreamARN": {
161316
+ "contextParam": {
161317
+ "name": "StreamARN"
161318
+ }
161319
+ }
161134
161320
  }
161135
161321
  },
161136
161322
  "output": {
@@ -161156,6 +161342,11 @@ module.exports={
161156
161342
  },
161157
161343
  "EncryptionType": {}
161158
161344
  }
161345
+ },
161346
+ "staticContextParams": {
161347
+ "OperationType": {
161348
+ "value": "data"
161349
+ }
161159
161350
  }
161160
161351
  },
161161
161352
  "RegisterStreamConsumer": {
@@ -161166,7 +161357,11 @@ module.exports={
161166
161357
  "ConsumerName"
161167
161358
  ],
161168
161359
  "members": {
161169
- "StreamARN": {},
161360
+ "StreamARN": {
161361
+ "contextParam": {
161362
+ "name": "StreamARN"
161363
+ }
161364
+ },
161170
161365
  "ConsumerName": {}
161171
161366
  }
161172
161367
  },
@@ -161180,13 +161375,17 @@ module.exports={
161180
161375
  "shape": "S27"
161181
161376
  }
161182
161377
  }
161378
+ },
161379
+ "staticContextParams": {
161380
+ "OperationType": {
161381
+ "value": "control"
161382
+ }
161183
161383
  }
161184
161384
  },
161185
161385
  "RemoveTagsFromStream": {
161186
161386
  "input": {
161187
161387
  "type": "structure",
161188
161388
  "required": [
161189
- "StreamName",
161190
161389
  "TagKeys"
161191
161390
  ],
161192
161391
  "members": {
@@ -161194,22 +161393,41 @@ module.exports={
161194
161393
  "TagKeys": {
161195
161394
  "type": "list",
161196
161395
  "member": {}
161396
+ },
161397
+ "StreamARN": {
161398
+ "contextParam": {
161399
+ "name": "StreamARN"
161400
+ }
161197
161401
  }
161198
161402
  }
161403
+ },
161404
+ "staticContextParams": {
161405
+ "OperationType": {
161406
+ "value": "control"
161407
+ }
161199
161408
  }
161200
161409
  },
161201
161410
  "SplitShard": {
161202
161411
  "input": {
161203
161412
  "type": "structure",
161204
161413
  "required": [
161205
- "StreamName",
161206
161414
  "ShardToSplit",
161207
161415
  "NewStartingHashKey"
161208
161416
  ],
161209
161417
  "members": {
161210
161418
  "StreamName": {},
161211
161419
  "ShardToSplit": {},
161212
- "NewStartingHashKey": {}
161420
+ "NewStartingHashKey": {},
161421
+ "StreamARN": {
161422
+ "contextParam": {
161423
+ "name": "StreamARN"
161424
+ }
161425
+ }
161426
+ }
161427
+ },
161428
+ "staticContextParams": {
161429
+ "OperationType": {
161430
+ "value": "control"
161213
161431
  }
161214
161432
  }
161215
161433
  },
@@ -161217,14 +161435,23 @@ module.exports={
161217
161435
  "input": {
161218
161436
  "type": "structure",
161219
161437
  "required": [
161220
- "StreamName",
161221
161438
  "EncryptionType",
161222
161439
  "KeyId"
161223
161440
  ],
161224
161441
  "members": {
161225
161442
  "StreamName": {},
161226
161443
  "EncryptionType": {},
161227
- "KeyId": {}
161444
+ "KeyId": {},
161445
+ "StreamARN": {
161446
+ "contextParam": {
161447
+ "name": "StreamARN"
161448
+ }
161449
+ }
161450
+ }
161451
+ },
161452
+ "staticContextParams": {
161453
+ "OperationType": {
161454
+ "value": "control"
161228
161455
  }
161229
161456
  }
161230
161457
  },
@@ -161232,14 +161459,23 @@ module.exports={
161232
161459
  "input": {
161233
161460
  "type": "structure",
161234
161461
  "required": [
161235
- "StreamName",
161236
161462
  "EncryptionType",
161237
161463
  "KeyId"
161238
161464
  ],
161239
161465
  "members": {
161240
161466
  "StreamName": {},
161241
161467
  "EncryptionType": {},
161242
- "KeyId": {}
161468
+ "KeyId": {},
161469
+ "StreamARN": {
161470
+ "contextParam": {
161471
+ "name": "StreamARN"
161472
+ }
161473
+ }
161474
+ }
161475
+ },
161476
+ "staticContextParams": {
161477
+ "OperationType": {
161478
+ "value": "control"
161243
161479
  }
161244
161480
  }
161245
161481
  },
@@ -161247,7 +161483,6 @@ module.exports={
161247
161483
  "input": {
161248
161484
  "type": "structure",
161249
161485
  "required": [
161250
- "StreamName",
161251
161486
  "TargetShardCount",
161252
161487
  "ScalingType"
161253
161488
  ],
@@ -161256,7 +161491,12 @@ module.exports={
161256
161491
  "TargetShardCount": {
161257
161492
  "type": "integer"
161258
161493
  },
161259
- "ScalingType": {}
161494
+ "ScalingType": {},
161495
+ "StreamARN": {
161496
+ "contextParam": {
161497
+ "name": "StreamARN"
161498
+ }
161499
+ }
161260
161500
  }
161261
161501
  },
161262
161502
  "output": {
@@ -161268,7 +161508,13 @@ module.exports={
161268
161508
  },
161269
161509
  "TargetShardCount": {
161270
161510
  "type": "integer"
161271
- }
161511
+ },
161512
+ "StreamARN": {}
161513
+ }
161514
+ },
161515
+ "staticContextParams": {
161516
+ "OperationType": {
161517
+ "value": "control"
161272
161518
  }
161273
161519
  }
161274
161520
  },
@@ -161280,16 +161526,25 @@ module.exports={
161280
161526
  "StreamModeDetails"
161281
161527
  ],
161282
161528
  "members": {
161283
- "StreamARN": {},
161529
+ "StreamARN": {
161530
+ "contextParam": {
161531
+ "name": "StreamARN"
161532
+ }
161533
+ },
161284
161534
  "StreamModeDetails": {
161285
- "shape": "S8"
161535
+ "shape": "S9"
161286
161536
  }
161287
161537
  }
161538
+ },
161539
+ "staticContextParams": {
161540
+ "OperationType": {
161541
+ "value": "control"
161542
+ }
161288
161543
  }
161289
161544
  }
161290
161545
  },
161291
161546
  "shapes": {
161292
- "S8": {
161547
+ "S9": {
161293
161548
  "type": "structure",
161294
161549
  "required": [
161295
161550
  "StreamMode"
@@ -161362,7 +161617,8 @@ module.exports={
161362
161617
  },
161363
161618
  "DesiredShardLevelMetrics": {
161364
161619
  "shape": "S12"
161365
- }
161620
+ },
161621
+ "StreamARN": {}
161366
161622
  }
161367
161623
  },
161368
161624
  "S27": {
@@ -161400,11 +161656,14 @@ module.exports={
161400
161656
  "output_token": "NextToken"
161401
161657
  },
161402
161658
  "ListStreams": {
161403
- "input_token": "ExclusiveStartStreamName",
161659
+ "input_token": "NextToken",
161404
161660
  "limit_key": "Limit",
161405
161661
  "more_results": "HasMoreStreams",
161406
- "output_token": "StreamNames[-1]",
161407
- "result_key": "StreamNames"
161662
+ "output_token": "NextToken",
161663
+ "result_key": [
161664
+ "StreamNames",
161665
+ "StreamSummaries"
161666
+ ]
161408
161667
  }
161409
161668
  }
161410
161669
  }
@@ -250937,7 +251196,7 @@ AWS.util.update(AWS, {
250937
251196
  /**
250938
251197
  * @constant
250939
251198
  */
250940
- VERSION: '2.1275.0',
251199
+ VERSION: '2.1276.0',
250941
251200
 
250942
251201
  /**
250943
251202
  * @api private
@@ -272997,7 +273256,7 @@ var LRUCache = /** @class */ (function () {
272997
273256
  }());
272998
273257
  exports.LRUCache = LRUCache;
272999
273258
  },{}],461:[function(require,module,exports){
273000
- // AWS SDK for JavaScript v2.1275.0
273259
+ // AWS SDK for JavaScript v2.1276.0
273001
273260
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
273002
273261
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
273003
273262
  require('./browser_loader');