@cdklabs/cdk-ecs-codedeploy 0.0.11 → 0.0.13
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 +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +3 -1
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +90 -83
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +3 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +178 -159
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.min.json +49 -0
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +96 -12
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +247 -201
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +283 -140
- package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +159 -91
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +646 -556
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +4 -4
- package/node_modules/aws-sdk/clients/batch.d.ts +13 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +52 -38
- package/node_modules/aws-sdk/clients/ecs.d.ts +19 -1
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +109 -5
- package/node_modules/aws-sdk/clients/kinesisvideowebrtcstorage.d.ts +66 -0
- package/node_modules/aws-sdk/clients/kinesisvideowebrtcstorage.js +18 -0
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +4 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +47 -4
- package/node_modules/aws-sdk/clients/nimble.d.ts +319 -123
- package/node_modules/aws-sdk/clients/rds.d.ts +5 -1
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +6 -6
- package/node_modules/aws-sdk/clients/route53domains.d.ts +227 -37
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +202 -21
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +56 -19
- package/node_modules/aws-sdk/dist/aws-sdk.js +545 -349
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -71
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1279.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){
|
|
@@ -7185,7 +7185,9 @@ module.exports={
|
|
|
7185
7185
|
"input": {
|
|
7186
7186
|
"type": "structure",
|
|
7187
7187
|
"required": [
|
|
7188
|
-
"NotebookId"
|
|
7188
|
+
"NotebookId",
|
|
7189
|
+
"Payload",
|
|
7190
|
+
"Type"
|
|
7189
7191
|
],
|
|
7190
7192
|
"members": {
|
|
7191
7193
|
"NotebookId": {},
|
|
@@ -87553,7 +87555,11 @@ module.exports={
|
|
|
87553
87555
|
"DryRun": {
|
|
87554
87556
|
"locationName": "dryRun",
|
|
87555
87557
|
"type": "boolean"
|
|
87556
|
-
}
|
|
87558
|
+
},
|
|
87559
|
+
"MaxResults": {
|
|
87560
|
+
"type": "integer"
|
|
87561
|
+
},
|
|
87562
|
+
"NextToken": {}
|
|
87557
87563
|
}
|
|
87558
87564
|
},
|
|
87559
87565
|
"output": {
|
|
@@ -87664,6 +87670,9 @@ module.exports={
|
|
|
87664
87670
|
}
|
|
87665
87671
|
}
|
|
87666
87672
|
}
|
|
87673
|
+
},
|
|
87674
|
+
"NextToken": {
|
|
87675
|
+
"locationName": "nextToken"
|
|
87667
87676
|
}
|
|
87668
87677
|
}
|
|
87669
87678
|
}
|
|
@@ -93442,7 +93451,7 @@ module.exports={
|
|
|
93442
93451
|
],
|
|
93443
93452
|
"members": {
|
|
93444
93453
|
"AvailabilityZones": {
|
|
93445
|
-
"shape": "
|
|
93454
|
+
"shape": "S1ql",
|
|
93446
93455
|
"locationName": "AvailabilityZone"
|
|
93447
93456
|
},
|
|
93448
93457
|
"SourceSnapshotIds": {
|
|
@@ -93630,7 +93639,7 @@ module.exports={
|
|
|
93630
93639
|
"type": "structure",
|
|
93631
93640
|
"members": {
|
|
93632
93641
|
"Propagation": {
|
|
93633
|
-
"shape": "
|
|
93642
|
+
"shape": "S1r2",
|
|
93634
93643
|
"locationName": "propagation"
|
|
93635
93644
|
}
|
|
93636
93645
|
}
|
|
@@ -94141,7 +94150,7 @@ module.exports={
|
|
|
94141
94150
|
],
|
|
94142
94151
|
"members": {
|
|
94143
94152
|
"AvailabilityZones": {
|
|
94144
|
-
"shape": "
|
|
94153
|
+
"shape": "S1ql",
|
|
94145
94154
|
"locationName": "AvailabilityZone"
|
|
94146
94155
|
},
|
|
94147
94156
|
"SourceSnapshotIds": {
|
|
@@ -94352,7 +94361,7 @@ module.exports={
|
|
|
94352
94361
|
"type": "structure",
|
|
94353
94362
|
"members": {
|
|
94354
94363
|
"Propagation": {
|
|
94355
|
-
"shape": "
|
|
94364
|
+
"shape": "S1r2",
|
|
94356
94365
|
"locationName": "propagation"
|
|
94357
94366
|
}
|
|
94358
94367
|
}
|
|
@@ -94960,7 +94969,7 @@ module.exports={
|
|
|
94960
94969
|
"type": "structure",
|
|
94961
94970
|
"members": {
|
|
94962
94971
|
"InstanceFamilyCreditSpecification": {
|
|
94963
|
-
"shape": "
|
|
94972
|
+
"shape": "S1u6",
|
|
94964
94973
|
"locationName": "instanceFamilyCreditSpecification"
|
|
94965
94974
|
}
|
|
94966
94975
|
}
|
|
@@ -95107,7 +95116,7 @@ module.exports={
|
|
|
95107
95116
|
],
|
|
95108
95117
|
"members": {
|
|
95109
95118
|
"HostIdSet": {
|
|
95110
|
-
"shape": "
|
|
95119
|
+
"shape": "S1un"
|
|
95111
95120
|
},
|
|
95112
95121
|
"OfferingId": {}
|
|
95113
95122
|
}
|
|
@@ -95119,7 +95128,7 @@ module.exports={
|
|
|
95119
95128
|
"locationName": "currencyCode"
|
|
95120
95129
|
},
|
|
95121
95130
|
"Purchase": {
|
|
95122
|
-
"shape": "
|
|
95131
|
+
"shape": "S1up",
|
|
95123
95132
|
"locationName": "purchase"
|
|
95124
95133
|
},
|
|
95125
95134
|
"TotalHourlyPrice": {
|
|
@@ -95144,11 +95153,11 @@ module.exports={
|
|
|
95144
95153
|
"type": "boolean"
|
|
95145
95154
|
},
|
|
95146
95155
|
"ArchitectureTypes": {
|
|
95147
|
-
"shape": "
|
|
95156
|
+
"shape": "S1us",
|
|
95148
95157
|
"locationName": "ArchitectureType"
|
|
95149
95158
|
},
|
|
95150
95159
|
"VirtualizationTypes": {
|
|
95151
|
-
"shape": "
|
|
95160
|
+
"shape": "S1ut",
|
|
95152
95161
|
"locationName": "VirtualizationType"
|
|
95153
95162
|
},
|
|
95154
95163
|
"InstanceRequirements": {
|
|
@@ -95402,7 +95411,7 @@ module.exports={
|
|
|
95402
95411
|
"locationName": "ipamResourceCidrSet",
|
|
95403
95412
|
"type": "list",
|
|
95404
95413
|
"member": {
|
|
95405
|
-
"shape": "
|
|
95414
|
+
"shape": "S1vi",
|
|
95406
95415
|
"locationName": "item"
|
|
95407
95416
|
}
|
|
95408
95417
|
}
|
|
@@ -95665,7 +95674,7 @@ module.exports={
|
|
|
95665
95674
|
"locationName": "paymentDue"
|
|
95666
95675
|
},
|
|
95667
95676
|
"ReservedInstanceValueRollup": {
|
|
95668
|
-
"shape": "
|
|
95677
|
+
"shape": "S1w6",
|
|
95669
95678
|
"locationName": "reservedInstanceValueRollup"
|
|
95670
95679
|
},
|
|
95671
95680
|
"ReservedInstanceValueSet": {
|
|
@@ -95676,7 +95685,7 @@ module.exports={
|
|
|
95676
95685
|
"type": "structure",
|
|
95677
95686
|
"members": {
|
|
95678
95687
|
"ReservationValue": {
|
|
95679
|
-
"shape": "
|
|
95688
|
+
"shape": "S1w6",
|
|
95680
95689
|
"locationName": "reservationValue"
|
|
95681
95690
|
},
|
|
95682
95691
|
"ReservedInstanceId": {
|
|
@@ -95686,7 +95695,7 @@ module.exports={
|
|
|
95686
95695
|
}
|
|
95687
95696
|
},
|
|
95688
95697
|
"TargetConfigurationValueRollup": {
|
|
95689
|
-
"shape": "
|
|
95698
|
+
"shape": "S1w6",
|
|
95690
95699
|
"locationName": "targetConfigurationValueRollup"
|
|
95691
95700
|
},
|
|
95692
95701
|
"TargetConfigurationValueSet": {
|
|
@@ -95697,7 +95706,7 @@ module.exports={
|
|
|
95697
95706
|
"type": "structure",
|
|
95698
95707
|
"members": {
|
|
95699
95708
|
"ReservationValue": {
|
|
95700
|
-
"shape": "
|
|
95709
|
+
"shape": "S1w6",
|
|
95701
95710
|
"locationName": "reservationValue"
|
|
95702
95711
|
},
|
|
95703
95712
|
"TargetConfiguration": {
|
|
@@ -95769,11 +95778,11 @@ module.exports={
|
|
|
95769
95778
|
"type": "structure",
|
|
95770
95779
|
"members": {
|
|
95771
95780
|
"ArchitectureTypes": {
|
|
95772
|
-
"shape": "
|
|
95781
|
+
"shape": "S1us",
|
|
95773
95782
|
"locationName": "ArchitectureType"
|
|
95774
95783
|
},
|
|
95775
95784
|
"VirtualizationTypes": {
|
|
95776
|
-
"shape": "
|
|
95785
|
+
"shape": "S1ut",
|
|
95777
95786
|
"locationName": "VirtualizationType"
|
|
95778
95787
|
},
|
|
95779
95788
|
"InstanceRequirements": {
|
|
@@ -95844,11 +95853,11 @@ module.exports={
|
|
|
95844
95853
|
"type": "structure",
|
|
95845
95854
|
"members": {
|
|
95846
95855
|
"SubnetIpv4CidrReservations": {
|
|
95847
|
-
"shape": "
|
|
95856
|
+
"shape": "S1wq",
|
|
95848
95857
|
"locationName": "subnetIpv4CidrReservationSet"
|
|
95849
95858
|
},
|
|
95850
95859
|
"SubnetIpv6CidrReservations": {
|
|
95851
|
-
"shape": "
|
|
95860
|
+
"shape": "S1wq",
|
|
95852
95861
|
"locationName": "subnetIpv6CidrReservationSet"
|
|
95853
95862
|
},
|
|
95854
95863
|
"NextToken": {
|
|
@@ -96369,7 +96378,7 @@ module.exports={
|
|
|
96369
96378
|
"members": {
|
|
96370
96379
|
"Architecture": {},
|
|
96371
96380
|
"ClientData": {
|
|
96372
|
-
"shape": "
|
|
96381
|
+
"shape": "S1xz"
|
|
96373
96382
|
},
|
|
96374
96383
|
"ClientToken": {},
|
|
96375
96384
|
"Description": {},
|
|
@@ -96386,7 +96395,7 @@ module.exports={
|
|
|
96386
96395
|
"SnapshotId": {},
|
|
96387
96396
|
"Url": {},
|
|
96388
96397
|
"UserBucket": {
|
|
96389
|
-
"shape": "
|
|
96398
|
+
"shape": "S1y2"
|
|
96390
96399
|
}
|
|
96391
96400
|
}
|
|
96392
96401
|
}
|
|
@@ -96496,10 +96505,10 @@ module.exports={
|
|
|
96496
96505
|
"members": {
|
|
96497
96506
|
"Description": {},
|
|
96498
96507
|
"Image": {
|
|
96499
|
-
"shape": "
|
|
96508
|
+
"shape": "S1y9"
|
|
96500
96509
|
},
|
|
96501
96510
|
"Volume": {
|
|
96502
|
-
"shape": "
|
|
96511
|
+
"shape": "S1ya"
|
|
96503
96512
|
}
|
|
96504
96513
|
}
|
|
96505
96514
|
}
|
|
@@ -96622,7 +96631,7 @@ module.exports={
|
|
|
96622
96631
|
"type": "structure",
|
|
96623
96632
|
"members": {
|
|
96624
96633
|
"ClientData": {
|
|
96625
|
-
"shape": "
|
|
96634
|
+
"shape": "S1xz"
|
|
96626
96635
|
},
|
|
96627
96636
|
"ClientToken": {},
|
|
96628
96637
|
"Description": {},
|
|
@@ -96633,7 +96642,7 @@ module.exports={
|
|
|
96633
96642
|
"Format": {},
|
|
96634
96643
|
"Url": {},
|
|
96635
96644
|
"UserBucket": {
|
|
96636
|
-
"shape": "
|
|
96645
|
+
"shape": "S1y2"
|
|
96637
96646
|
}
|
|
96638
96647
|
}
|
|
96639
96648
|
},
|
|
@@ -96691,11 +96700,11 @@ module.exports={
|
|
|
96691
96700
|
"type": "boolean"
|
|
96692
96701
|
},
|
|
96693
96702
|
"Image": {
|
|
96694
|
-
"shape": "
|
|
96703
|
+
"shape": "S1y9",
|
|
96695
96704
|
"locationName": "image"
|
|
96696
96705
|
},
|
|
96697
96706
|
"Volume": {
|
|
96698
|
-
"shape": "
|
|
96707
|
+
"shape": "S1ya",
|
|
96699
96708
|
"locationName": "volume"
|
|
96700
96709
|
}
|
|
96701
96710
|
}
|
|
@@ -97010,7 +97019,7 @@ module.exports={
|
|
|
97010
97019
|
"type": "structure",
|
|
97011
97020
|
"members": {
|
|
97012
97021
|
"InstanceFamilyCreditSpecification": {
|
|
97013
|
-
"shape": "
|
|
97022
|
+
"shape": "S1u6",
|
|
97014
97023
|
"locationName": "instanceFamilyCreditSpecification"
|
|
97015
97024
|
}
|
|
97016
97025
|
}
|
|
@@ -97084,25 +97093,25 @@ module.exports={
|
|
|
97084
97093
|
"Attribute": {},
|
|
97085
97094
|
"OperationType": {},
|
|
97086
97095
|
"UserIds": {
|
|
97087
|
-
"shape": "
|
|
97096
|
+
"shape": "S1zf",
|
|
97088
97097
|
"locationName": "UserId"
|
|
97089
97098
|
},
|
|
97090
97099
|
"UserGroups": {
|
|
97091
|
-
"shape": "
|
|
97100
|
+
"shape": "S1zg",
|
|
97092
97101
|
"locationName": "UserGroup"
|
|
97093
97102
|
},
|
|
97094
97103
|
"ProductCodes": {
|
|
97095
|
-
"shape": "
|
|
97104
|
+
"shape": "S1zh",
|
|
97096
97105
|
"locationName": "ProductCode"
|
|
97097
97106
|
},
|
|
97098
97107
|
"LoadPermission": {
|
|
97099
97108
|
"type": "structure",
|
|
97100
97109
|
"members": {
|
|
97101
97110
|
"Add": {
|
|
97102
|
-
"shape": "
|
|
97111
|
+
"shape": "S1zj"
|
|
97103
97112
|
},
|
|
97104
97113
|
"Remove": {
|
|
97105
|
-
"shape": "
|
|
97114
|
+
"shape": "S1zj"
|
|
97106
97115
|
}
|
|
97107
97116
|
}
|
|
97108
97117
|
},
|
|
@@ -97147,7 +97156,7 @@ module.exports={
|
|
|
97147
97156
|
"locationName": "successful"
|
|
97148
97157
|
},
|
|
97149
97158
|
"Unsuccessful": {
|
|
97150
|
-
"shape": "
|
|
97159
|
+
"shape": "S1zo",
|
|
97151
97160
|
"locationName": "unsuccessful"
|
|
97152
97161
|
}
|
|
97153
97162
|
}
|
|
@@ -97215,15 +97224,15 @@ module.exports={
|
|
|
97215
97224
|
},
|
|
97216
97225
|
"OperationType": {},
|
|
97217
97226
|
"ProductCodes": {
|
|
97218
|
-
"shape": "
|
|
97227
|
+
"shape": "S1zh",
|
|
97219
97228
|
"locationName": "ProductCode"
|
|
97220
97229
|
},
|
|
97221
97230
|
"UserGroups": {
|
|
97222
|
-
"shape": "
|
|
97231
|
+
"shape": "S1zg",
|
|
97223
97232
|
"locationName": "UserGroup"
|
|
97224
97233
|
},
|
|
97225
97234
|
"UserIds": {
|
|
97226
|
-
"shape": "
|
|
97235
|
+
"shape": "S1zf",
|
|
97227
97236
|
"locationName": "UserId"
|
|
97228
97237
|
},
|
|
97229
97238
|
"Value": {},
|
|
@@ -97365,7 +97374,7 @@ module.exports={
|
|
|
97365
97374
|
"members": {
|
|
97366
97375
|
"InstanceId": {},
|
|
97367
97376
|
"CapacityReservationSpecification": {
|
|
97368
|
-
"shape": "
|
|
97377
|
+
"shape": "S201"
|
|
97369
97378
|
},
|
|
97370
97379
|
"DryRun": {
|
|
97371
97380
|
"type": "boolean"
|
|
@@ -97718,7 +97727,7 @@ module.exports={
|
|
|
97718
97727
|
"type": "structure",
|
|
97719
97728
|
"members": {
|
|
97720
97729
|
"IpamResourceCidr": {
|
|
97721
|
-
"shape": "
|
|
97730
|
+
"shape": "S1vi",
|
|
97722
97731
|
"locationName": "ipamResourceCidr"
|
|
97723
97732
|
}
|
|
97724
97733
|
}
|
|
@@ -98031,7 +98040,7 @@ module.exports={
|
|
|
98031
98040
|
"OperationType": {},
|
|
98032
98041
|
"SnapshotId": {},
|
|
98033
98042
|
"UserIds": {
|
|
98034
|
-
"shape": "
|
|
98043
|
+
"shape": "S1zf",
|
|
98035
98044
|
"locationName": "UserId"
|
|
98036
98045
|
},
|
|
98037
98046
|
"DryRun": {
|
|
@@ -98949,13 +98958,13 @@ module.exports={
|
|
|
98949
98958
|
],
|
|
98950
98959
|
"members": {
|
|
98951
98960
|
"AccepterPeeringConnectionOptions": {
|
|
98952
|
-
"shape": "
|
|
98961
|
+
"shape": "S23c"
|
|
98953
98962
|
},
|
|
98954
98963
|
"DryRun": {
|
|
98955
98964
|
"type": "boolean"
|
|
98956
98965
|
},
|
|
98957
98966
|
"RequesterPeeringConnectionOptions": {
|
|
98958
|
-
"shape": "
|
|
98967
|
+
"shape": "S23c"
|
|
98959
98968
|
},
|
|
98960
98969
|
"VpcPeeringConnectionId": {}
|
|
98961
98970
|
}
|
|
@@ -98964,11 +98973,11 @@ module.exports={
|
|
|
98964
98973
|
"type": "structure",
|
|
98965
98974
|
"members": {
|
|
98966
98975
|
"AccepterPeeringConnectionOptions": {
|
|
98967
|
-
"shape": "
|
|
98976
|
+
"shape": "S23e",
|
|
98968
98977
|
"locationName": "accepterPeeringConnectionOptions"
|
|
98969
98978
|
},
|
|
98970
98979
|
"RequesterPeeringConnectionOptions": {
|
|
98971
|
-
"shape": "
|
|
98980
|
+
"shape": "S23e",
|
|
98972
98981
|
"locationName": "requesterPeeringConnectionOptions"
|
|
98973
98982
|
}
|
|
98974
98983
|
}
|
|
@@ -99183,7 +99192,7 @@ module.exports={
|
|
|
99183
99192
|
"type": "structure",
|
|
99184
99193
|
"members": {
|
|
99185
99194
|
"InstanceMonitorings": {
|
|
99186
|
-
"shape": "
|
|
99195
|
+
"shape": "S23t",
|
|
99187
99196
|
"locationName": "instancesSet"
|
|
99188
99197
|
}
|
|
99189
99198
|
}
|
|
@@ -99363,7 +99372,7 @@ module.exports={
|
|
|
99363
99372
|
"ClientToken": {},
|
|
99364
99373
|
"CurrencyCode": {},
|
|
99365
99374
|
"HostIdSet": {
|
|
99366
|
-
"shape": "
|
|
99375
|
+
"shape": "S1un"
|
|
99367
99376
|
},
|
|
99368
99377
|
"LimitPrice": {},
|
|
99369
99378
|
"OfferingId": {},
|
|
@@ -99383,7 +99392,7 @@ module.exports={
|
|
|
99383
99392
|
"locationName": "currencyCode"
|
|
99384
99393
|
},
|
|
99385
99394
|
"Purchase": {
|
|
99386
|
-
"shape": "
|
|
99395
|
+
"shape": "S1up",
|
|
99387
99396
|
"locationName": "purchase"
|
|
99388
99397
|
},
|
|
99389
99398
|
"TotalHourlyPrice": {
|
|
@@ -99831,7 +99840,7 @@ module.exports={
|
|
|
99831
99840
|
"locationName": "successful"
|
|
99832
99841
|
},
|
|
99833
99842
|
"Unsuccessful": {
|
|
99834
|
-
"shape": "
|
|
99843
|
+
"shape": "S1zo",
|
|
99835
99844
|
"locationName": "unsuccessful"
|
|
99836
99845
|
}
|
|
99837
99846
|
}
|
|
@@ -100867,7 +100876,7 @@ module.exports={
|
|
|
100867
100876
|
}
|
|
100868
100877
|
},
|
|
100869
100878
|
"CapacityReservationSpecification": {
|
|
100870
|
-
"shape": "
|
|
100879
|
+
"shape": "S201"
|
|
100871
100880
|
},
|
|
100872
100881
|
"HibernationOptions": {
|
|
100873
100882
|
"type": "structure",
|
|
@@ -101030,7 +101039,7 @@ module.exports={
|
|
|
101030
101039
|
"type": "integer"
|
|
101031
101040
|
},
|
|
101032
101041
|
"Groups": {
|
|
101033
|
-
"shape": "
|
|
101042
|
+
"shape": "S27g",
|
|
101034
101043
|
"locationName": "Group"
|
|
101035
101044
|
},
|
|
101036
101045
|
"Ipv6AddressCount": {
|
|
@@ -101079,7 +101088,7 @@ module.exports={
|
|
|
101079
101088
|
},
|
|
101080
101089
|
"RamdiskId": {},
|
|
101081
101090
|
"SecurityGroupIds": {
|
|
101082
|
-
"shape": "
|
|
101091
|
+
"shape": "S27g",
|
|
101083
101092
|
"locationName": "SecurityGroupId"
|
|
101084
101093
|
},
|
|
101085
101094
|
"SubnetId": {},
|
|
@@ -101289,7 +101298,7 @@ module.exports={
|
|
|
101289
101298
|
"type": "structure",
|
|
101290
101299
|
"members": {
|
|
101291
101300
|
"StartingInstances": {
|
|
101292
|
-
"shape": "
|
|
101301
|
+
"shape": "S284",
|
|
101293
101302
|
"locationName": "instancesSet"
|
|
101294
101303
|
}
|
|
101295
101304
|
}
|
|
@@ -101416,7 +101425,7 @@ module.exports={
|
|
|
101416
101425
|
"type": "structure",
|
|
101417
101426
|
"members": {
|
|
101418
101427
|
"StoppingInstances": {
|
|
101419
|
-
"shape": "
|
|
101428
|
+
"shape": "S284",
|
|
101420
101429
|
"locationName": "instancesSet"
|
|
101421
101430
|
}
|
|
101422
101431
|
}
|
|
@@ -101491,7 +101500,7 @@ module.exports={
|
|
|
101491
101500
|
"type": "structure",
|
|
101492
101501
|
"members": {
|
|
101493
101502
|
"TerminatingInstances": {
|
|
101494
|
-
"shape": "
|
|
101503
|
+
"shape": "S284",
|
|
101495
101504
|
"locationName": "instancesSet"
|
|
101496
101505
|
}
|
|
101497
101506
|
}
|
|
@@ -101576,7 +101585,7 @@ module.exports={
|
|
|
101576
101585
|
"type": "structure",
|
|
101577
101586
|
"members": {
|
|
101578
101587
|
"InstanceMonitorings": {
|
|
101579
|
-
"shape": "
|
|
101588
|
+
"shape": "S23t",
|
|
101580
101589
|
"locationName": "instancesSet"
|
|
101581
101590
|
}
|
|
101582
101591
|
}
|
|
@@ -101595,7 +101604,7 @@ module.exports={
|
|
|
101595
101604
|
"shape": "S5y"
|
|
101596
101605
|
},
|
|
101597
101606
|
"SecurityGroupRuleDescriptions": {
|
|
101598
|
-
"shape": "
|
|
101607
|
+
"shape": "S28q",
|
|
101599
101608
|
"locationName": "SecurityGroupRuleDescription"
|
|
101600
101609
|
}
|
|
101601
101610
|
}
|
|
@@ -101623,7 +101632,7 @@ module.exports={
|
|
|
101623
101632
|
"shape": "S5y"
|
|
101624
101633
|
},
|
|
101625
101634
|
"SecurityGroupRuleDescriptions": {
|
|
101626
|
-
"shape": "
|
|
101635
|
+
"shape": "S28q",
|
|
101627
101636
|
"locationName": "SecurityGroupRuleDescription"
|
|
101628
101637
|
}
|
|
101629
101638
|
}
|
|
@@ -110646,13 +110655,13 @@ module.exports={
|
|
|
110646
110655
|
"locationName": "VpcId"
|
|
110647
110656
|
}
|
|
110648
110657
|
},
|
|
110649
|
-
"
|
|
110658
|
+
"S1ql": {
|
|
110650
110659
|
"type": "list",
|
|
110651
110660
|
"member": {
|
|
110652
110661
|
"locationName": "AvailabilityZone"
|
|
110653
110662
|
}
|
|
110654
110663
|
},
|
|
110655
|
-
"
|
|
110664
|
+
"S1r2": {
|
|
110656
110665
|
"type": "structure",
|
|
110657
110666
|
"members": {
|
|
110658
110667
|
"TransitGatewayAttachmentId": {
|
|
@@ -110675,7 +110684,7 @@ module.exports={
|
|
|
110675
110684
|
}
|
|
110676
110685
|
}
|
|
110677
110686
|
},
|
|
110678
|
-
"
|
|
110687
|
+
"S1u6": {
|
|
110679
110688
|
"type": "structure",
|
|
110680
110689
|
"members": {
|
|
110681
110690
|
"InstanceFamily": {
|
|
@@ -110686,13 +110695,13 @@ module.exports={
|
|
|
110686
110695
|
}
|
|
110687
110696
|
}
|
|
110688
110697
|
},
|
|
110689
|
-
"
|
|
110698
|
+
"S1un": {
|
|
110690
110699
|
"type": "list",
|
|
110691
110700
|
"member": {
|
|
110692
110701
|
"locationName": "item"
|
|
110693
110702
|
}
|
|
110694
110703
|
},
|
|
110695
|
-
"
|
|
110704
|
+
"S1up": {
|
|
110696
110705
|
"type": "list",
|
|
110697
110706
|
"member": {
|
|
110698
110707
|
"locationName": "item",
|
|
@@ -110727,19 +110736,19 @@ module.exports={
|
|
|
110727
110736
|
}
|
|
110728
110737
|
}
|
|
110729
110738
|
},
|
|
110730
|
-
"
|
|
110739
|
+
"S1us": {
|
|
110731
110740
|
"type": "list",
|
|
110732
110741
|
"member": {
|
|
110733
110742
|
"locationName": "item"
|
|
110734
110743
|
}
|
|
110735
110744
|
},
|
|
110736
|
-
"
|
|
110745
|
+
"S1ut": {
|
|
110737
110746
|
"type": "list",
|
|
110738
110747
|
"member": {
|
|
110739
110748
|
"locationName": "item"
|
|
110740
110749
|
}
|
|
110741
110750
|
},
|
|
110742
|
-
"
|
|
110751
|
+
"S1vi": {
|
|
110743
110752
|
"type": "structure",
|
|
110744
110753
|
"members": {
|
|
110745
110754
|
"IpamId": {
|
|
@@ -110791,7 +110800,7 @@ module.exports={
|
|
|
110791
110800
|
}
|
|
110792
110801
|
}
|
|
110793
110802
|
},
|
|
110794
|
-
"
|
|
110803
|
+
"S1w6": {
|
|
110795
110804
|
"type": "structure",
|
|
110796
110805
|
"members": {
|
|
110797
110806
|
"HourlyPrice": {
|
|
@@ -110805,14 +110814,14 @@ module.exports={
|
|
|
110805
110814
|
}
|
|
110806
110815
|
}
|
|
110807
110816
|
},
|
|
110808
|
-
"
|
|
110817
|
+
"S1wq": {
|
|
110809
110818
|
"type": "list",
|
|
110810
110819
|
"member": {
|
|
110811
110820
|
"shape": "Smb",
|
|
110812
110821
|
"locationName": "item"
|
|
110813
110822
|
}
|
|
110814
110823
|
},
|
|
110815
|
-
"
|
|
110824
|
+
"S1xz": {
|
|
110816
110825
|
"type": "structure",
|
|
110817
110826
|
"members": {
|
|
110818
110827
|
"Comment": {},
|
|
@@ -110827,14 +110836,14 @@ module.exports={
|
|
|
110827
110836
|
}
|
|
110828
110837
|
}
|
|
110829
110838
|
},
|
|
110830
|
-
"
|
|
110839
|
+
"S1y2": {
|
|
110831
110840
|
"type": "structure",
|
|
110832
110841
|
"members": {
|
|
110833
110842
|
"S3Bucket": {},
|
|
110834
110843
|
"S3Key": {}
|
|
110835
110844
|
}
|
|
110836
110845
|
},
|
|
110837
|
-
"
|
|
110846
|
+
"S1y9": {
|
|
110838
110847
|
"type": "structure",
|
|
110839
110848
|
"required": [
|
|
110840
110849
|
"Bytes",
|
|
@@ -110854,7 +110863,7 @@ module.exports={
|
|
|
110854
110863
|
}
|
|
110855
110864
|
}
|
|
110856
110865
|
},
|
|
110857
|
-
"
|
|
110866
|
+
"S1ya": {
|
|
110858
110867
|
"type": "structure",
|
|
110859
110868
|
"required": [
|
|
110860
110869
|
"Size"
|
|
@@ -110866,25 +110875,25 @@ module.exports={
|
|
|
110866
110875
|
}
|
|
110867
110876
|
}
|
|
110868
110877
|
},
|
|
110869
|
-
"
|
|
110878
|
+
"S1zf": {
|
|
110870
110879
|
"type": "list",
|
|
110871
110880
|
"member": {
|
|
110872
110881
|
"locationName": "UserId"
|
|
110873
110882
|
}
|
|
110874
110883
|
},
|
|
110875
|
-
"
|
|
110884
|
+
"S1zg": {
|
|
110876
110885
|
"type": "list",
|
|
110877
110886
|
"member": {
|
|
110878
110887
|
"locationName": "UserGroup"
|
|
110879
110888
|
}
|
|
110880
110889
|
},
|
|
110881
|
-
"
|
|
110890
|
+
"S1zh": {
|
|
110882
110891
|
"type": "list",
|
|
110883
110892
|
"member": {
|
|
110884
110893
|
"locationName": "ProductCode"
|
|
110885
110894
|
}
|
|
110886
110895
|
},
|
|
110887
|
-
"
|
|
110896
|
+
"S1zj": {
|
|
110888
110897
|
"type": "list",
|
|
110889
110898
|
"member": {
|
|
110890
110899
|
"locationName": "item",
|
|
@@ -110895,14 +110904,14 @@ module.exports={
|
|
|
110895
110904
|
}
|
|
110896
110905
|
}
|
|
110897
110906
|
},
|
|
110898
|
-
"
|
|
110907
|
+
"S1zo": {
|
|
110899
110908
|
"type": "list",
|
|
110900
110909
|
"member": {
|
|
110901
110910
|
"shape": "S1h",
|
|
110902
110911
|
"locationName": "item"
|
|
110903
110912
|
}
|
|
110904
110913
|
},
|
|
110905
|
-
"
|
|
110914
|
+
"S201": {
|
|
110906
110915
|
"type": "structure",
|
|
110907
110916
|
"members": {
|
|
110908
110917
|
"CapacityReservationPreference": {},
|
|
@@ -110911,7 +110920,7 @@ module.exports={
|
|
|
110911
110920
|
}
|
|
110912
110921
|
}
|
|
110913
110922
|
},
|
|
110914
|
-
"
|
|
110923
|
+
"S23c": {
|
|
110915
110924
|
"type": "structure",
|
|
110916
110925
|
"members": {
|
|
110917
110926
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -110925,7 +110934,7 @@ module.exports={
|
|
|
110925
110934
|
}
|
|
110926
110935
|
}
|
|
110927
110936
|
},
|
|
110928
|
-
"
|
|
110937
|
+
"S23e": {
|
|
110929
110938
|
"type": "structure",
|
|
110930
110939
|
"members": {
|
|
110931
110940
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -110942,7 +110951,7 @@ module.exports={
|
|
|
110942
110951
|
}
|
|
110943
110952
|
}
|
|
110944
110953
|
},
|
|
110945
|
-
"
|
|
110954
|
+
"S23t": {
|
|
110946
110955
|
"type": "list",
|
|
110947
110956
|
"member": {
|
|
110948
110957
|
"locationName": "item",
|
|
@@ -110958,13 +110967,13 @@ module.exports={
|
|
|
110958
110967
|
}
|
|
110959
110968
|
}
|
|
110960
110969
|
},
|
|
110961
|
-
"
|
|
110970
|
+
"S27g": {
|
|
110962
110971
|
"type": "list",
|
|
110963
110972
|
"member": {
|
|
110964
110973
|
"locationName": "SecurityGroupId"
|
|
110965
110974
|
}
|
|
110966
110975
|
},
|
|
110967
|
-
"
|
|
110976
|
+
"S284": {
|
|
110968
110977
|
"type": "list",
|
|
110969
110978
|
"member": {
|
|
110970
110979
|
"locationName": "item",
|
|
@@ -110984,7 +110993,7 @@ module.exports={
|
|
|
110984
110993
|
}
|
|
110985
110994
|
}
|
|
110986
110995
|
},
|
|
110987
|
-
"
|
|
110996
|
+
"S28q": {
|
|
110988
110997
|
"type": "list",
|
|
110989
110998
|
"member": {
|
|
110990
110999
|
"locationName": "item",
|
|
@@ -111178,6 +111187,9 @@ module.exports={
|
|
|
111178
111187
|
"result_key": "IamInstanceProfileAssociations"
|
|
111179
111188
|
},
|
|
111180
111189
|
"DescribeImages": {
|
|
111190
|
+
"input_token": "NextToken",
|
|
111191
|
+
"limit_key": "MaxResults",
|
|
111192
|
+
"output_token": "NextToken",
|
|
111181
111193
|
"result_key": "Images"
|
|
111182
111194
|
},
|
|
111183
111195
|
"DescribeImportImageTasks": {
|
|
@@ -114250,20 +114262,20 @@ module.exports={
|
|
|
114250
114262
|
"shape": "S1d"
|
|
114251
114263
|
},
|
|
114252
114264
|
"placementConstraints": {
|
|
114253
|
-
"shape": "
|
|
114265
|
+
"shape": "S1g"
|
|
114254
114266
|
},
|
|
114255
114267
|
"placementStrategy": {
|
|
114256
|
-
"shape": "
|
|
114268
|
+
"shape": "S1j"
|
|
114257
114269
|
},
|
|
114258
114270
|
"networkConfiguration": {
|
|
114259
|
-
"shape": "
|
|
114271
|
+
"shape": "S1m"
|
|
114260
114272
|
},
|
|
114261
114273
|
"healthCheckGracePeriodSeconds": {
|
|
114262
114274
|
"type": "integer"
|
|
114263
114275
|
},
|
|
114264
114276
|
"schedulingStrategy": {},
|
|
114265
114277
|
"deploymentController": {
|
|
114266
|
-
"shape": "
|
|
114278
|
+
"shape": "S1q"
|
|
114267
114279
|
},
|
|
114268
114280
|
"tags": {
|
|
114269
114281
|
"shape": "Sa"
|
|
@@ -114276,7 +114288,7 @@ module.exports={
|
|
|
114276
114288
|
"type": "boolean"
|
|
114277
114289
|
},
|
|
114278
114290
|
"serviceConnectConfiguration": {
|
|
114279
|
-
"shape": "
|
|
114291
|
+
"shape": "S1t"
|
|
114280
114292
|
}
|
|
114281
114293
|
}
|
|
114282
114294
|
},
|
|
@@ -114284,7 +114296,7 @@ module.exports={
|
|
|
114284
114296
|
"type": "structure",
|
|
114285
114297
|
"members": {
|
|
114286
114298
|
"service": {
|
|
114287
|
-
"shape": "
|
|
114299
|
+
"shape": "S25"
|
|
114288
114300
|
}
|
|
114289
114301
|
}
|
|
114290
114302
|
}
|
|
@@ -114303,7 +114315,7 @@ module.exports={
|
|
|
114303
114315
|
"externalId": {},
|
|
114304
114316
|
"taskDefinition": {},
|
|
114305
114317
|
"networkConfiguration": {
|
|
114306
|
-
"shape": "
|
|
114318
|
+
"shape": "S1m"
|
|
114307
114319
|
},
|
|
114308
114320
|
"loadBalancers": {
|
|
114309
114321
|
"shape": "S17"
|
|
@@ -114317,7 +114329,7 @@ module.exports={
|
|
|
114317
114329
|
},
|
|
114318
114330
|
"platformVersion": {},
|
|
114319
114331
|
"scale": {
|
|
114320
|
-
"shape": "
|
|
114332
|
+
"shape": "S29"
|
|
114321
114333
|
},
|
|
114322
114334
|
"clientToken": {},
|
|
114323
114335
|
"tags": {
|
|
@@ -114329,7 +114341,7 @@ module.exports={
|
|
|
114329
114341
|
"type": "structure",
|
|
114330
114342
|
"members": {
|
|
114331
114343
|
"taskSet": {
|
|
114332
|
-
"shape": "
|
|
114344
|
+
"shape": "S27"
|
|
114333
114345
|
}
|
|
114334
114346
|
}
|
|
114335
114347
|
}
|
|
@@ -114349,7 +114361,7 @@ module.exports={
|
|
|
114349
114361
|
"type": "structure",
|
|
114350
114362
|
"members": {
|
|
114351
114363
|
"setting": {
|
|
114352
|
-
"shape": "
|
|
114364
|
+
"shape": "S2p"
|
|
114353
114365
|
}
|
|
114354
114366
|
}
|
|
114355
114367
|
}
|
|
@@ -114363,7 +114375,7 @@ module.exports={
|
|
|
114363
114375
|
"members": {
|
|
114364
114376
|
"cluster": {},
|
|
114365
114377
|
"attributes": {
|
|
114366
|
-
"shape": "
|
|
114378
|
+
"shape": "S2r"
|
|
114367
114379
|
}
|
|
114368
114380
|
}
|
|
114369
114381
|
},
|
|
@@ -114371,7 +114383,7 @@ module.exports={
|
|
|
114371
114383
|
"type": "structure",
|
|
114372
114384
|
"members": {
|
|
114373
114385
|
"attributes": {
|
|
114374
|
-
"shape": "
|
|
114386
|
+
"shape": "S2r"
|
|
114375
114387
|
}
|
|
114376
114388
|
}
|
|
114377
114389
|
}
|
|
@@ -114432,7 +114444,7 @@ module.exports={
|
|
|
114432
114444
|
"type": "structure",
|
|
114433
114445
|
"members": {
|
|
114434
114446
|
"service": {
|
|
114435
|
-
"shape": "
|
|
114447
|
+
"shape": "S25"
|
|
114436
114448
|
}
|
|
114437
114449
|
}
|
|
114438
114450
|
}
|
|
@@ -114458,7 +114470,7 @@ module.exports={
|
|
|
114458
114470
|
"type": "structure",
|
|
114459
114471
|
"members": {
|
|
114460
114472
|
"taskSet": {
|
|
114461
|
-
"shape": "
|
|
114473
|
+
"shape": "S27"
|
|
114462
114474
|
}
|
|
114463
114475
|
}
|
|
114464
114476
|
}
|
|
@@ -114481,7 +114493,7 @@ module.exports={
|
|
|
114481
114493
|
"type": "structure",
|
|
114482
114494
|
"members": {
|
|
114483
114495
|
"containerInstance": {
|
|
114484
|
-
"shape": "
|
|
114496
|
+
"shape": "S36"
|
|
114485
114497
|
}
|
|
114486
114498
|
}
|
|
114487
114499
|
}
|
|
@@ -114500,7 +114512,7 @@ module.exports={
|
|
|
114500
114512
|
"type": "structure",
|
|
114501
114513
|
"members": {
|
|
114502
114514
|
"taskDefinition": {
|
|
114503
|
-
"shape": "
|
|
114515
|
+
"shape": "S3j"
|
|
114504
114516
|
}
|
|
114505
114517
|
}
|
|
114506
114518
|
}
|
|
@@ -114532,7 +114544,7 @@ module.exports={
|
|
|
114532
114544
|
}
|
|
114533
114545
|
},
|
|
114534
114546
|
"failures": {
|
|
114535
|
-
"shape": "
|
|
114547
|
+
"shape": "S5p"
|
|
114536
114548
|
},
|
|
114537
114549
|
"nextToken": {}
|
|
114538
114550
|
}
|
|
@@ -114561,7 +114573,7 @@ module.exports={
|
|
|
114561
114573
|
}
|
|
114562
114574
|
},
|
|
114563
114575
|
"failures": {
|
|
114564
|
-
"shape": "
|
|
114576
|
+
"shape": "S5p"
|
|
114565
114577
|
}
|
|
114566
114578
|
}
|
|
114567
114579
|
}
|
|
@@ -114587,10 +114599,10 @@ module.exports={
|
|
|
114587
114599
|
"type": "structure",
|
|
114588
114600
|
"members": {
|
|
114589
114601
|
"containerInstances": {
|
|
114590
|
-
"shape": "
|
|
114602
|
+
"shape": "S60"
|
|
114591
114603
|
},
|
|
114592
114604
|
"failures": {
|
|
114593
|
-
"shape": "
|
|
114605
|
+
"shape": "S5p"
|
|
114594
114606
|
}
|
|
114595
114607
|
}
|
|
114596
114608
|
}
|
|
@@ -114618,11 +114630,11 @@ module.exports={
|
|
|
114618
114630
|
"services": {
|
|
114619
114631
|
"type": "list",
|
|
114620
114632
|
"member": {
|
|
114621
|
-
"shape": "
|
|
114633
|
+
"shape": "S25"
|
|
114622
114634
|
}
|
|
114623
114635
|
},
|
|
114624
114636
|
"failures": {
|
|
114625
|
-
"shape": "
|
|
114637
|
+
"shape": "S5p"
|
|
114626
114638
|
}
|
|
114627
114639
|
}
|
|
114628
114640
|
}
|
|
@@ -114645,7 +114657,7 @@ module.exports={
|
|
|
114645
114657
|
"type": "structure",
|
|
114646
114658
|
"members": {
|
|
114647
114659
|
"taskDefinition": {
|
|
114648
|
-
"shape": "
|
|
114660
|
+
"shape": "S3j"
|
|
114649
114661
|
},
|
|
114650
114662
|
"tags": {
|
|
114651
114663
|
"shape": "Sa"
|
|
@@ -114676,10 +114688,10 @@ module.exports={
|
|
|
114676
114688
|
"type": "structure",
|
|
114677
114689
|
"members": {
|
|
114678
114690
|
"taskSets": {
|
|
114679
|
-
"shape": "
|
|
114691
|
+
"shape": "S26"
|
|
114680
114692
|
},
|
|
114681
114693
|
"failures": {
|
|
114682
|
-
"shape": "
|
|
114694
|
+
"shape": "S5p"
|
|
114683
114695
|
}
|
|
114684
114696
|
}
|
|
114685
114697
|
}
|
|
@@ -114705,10 +114717,10 @@ module.exports={
|
|
|
114705
114717
|
"type": "structure",
|
|
114706
114718
|
"members": {
|
|
114707
114719
|
"tasks": {
|
|
114708
|
-
"shape": "
|
|
114720
|
+
"shape": "S6i"
|
|
114709
114721
|
},
|
|
114710
114722
|
"failures": {
|
|
114711
|
-
"shape": "
|
|
114723
|
+
"shape": "S5p"
|
|
114712
114724
|
}
|
|
114713
114725
|
}
|
|
114714
114726
|
}
|
|
@@ -114789,10 +114801,10 @@ module.exports={
|
|
|
114789
114801
|
"type": "structure",
|
|
114790
114802
|
"members": {
|
|
114791
114803
|
"protectedTasks": {
|
|
114792
|
-
"shape": "
|
|
114804
|
+
"shape": "S7a"
|
|
114793
114805
|
},
|
|
114794
114806
|
"failures": {
|
|
114795
|
-
"shape": "
|
|
114807
|
+
"shape": "S5p"
|
|
114796
114808
|
}
|
|
114797
114809
|
}
|
|
114798
114810
|
}
|
|
@@ -114819,7 +114831,7 @@ module.exports={
|
|
|
114819
114831
|
"settings": {
|
|
114820
114832
|
"type": "list",
|
|
114821
114833
|
"member": {
|
|
114822
|
-
"shape": "
|
|
114834
|
+
"shape": "S2p"
|
|
114823
114835
|
}
|
|
114824
114836
|
},
|
|
114825
114837
|
"nextToken": {}
|
|
@@ -114847,7 +114859,7 @@ module.exports={
|
|
|
114847
114859
|
"type": "structure",
|
|
114848
114860
|
"members": {
|
|
114849
114861
|
"attributes": {
|
|
114850
|
-
"shape": "
|
|
114862
|
+
"shape": "S2r"
|
|
114851
114863
|
},
|
|
114852
114864
|
"nextToken": {}
|
|
114853
114865
|
}
|
|
@@ -115051,7 +115063,7 @@ module.exports={
|
|
|
115051
115063
|
"type": "structure",
|
|
115052
115064
|
"members": {
|
|
115053
115065
|
"setting": {
|
|
115054
|
-
"shape": "
|
|
115066
|
+
"shape": "S2p"
|
|
115055
115067
|
}
|
|
115056
115068
|
}
|
|
115057
115069
|
}
|
|
@@ -115072,7 +115084,7 @@ module.exports={
|
|
|
115072
115084
|
"type": "structure",
|
|
115073
115085
|
"members": {
|
|
115074
115086
|
"setting": {
|
|
115075
|
-
"shape": "
|
|
115087
|
+
"shape": "S2p"
|
|
115076
115088
|
}
|
|
115077
115089
|
}
|
|
115078
115090
|
}
|
|
@@ -115086,7 +115098,7 @@ module.exports={
|
|
|
115086
115098
|
"members": {
|
|
115087
115099
|
"cluster": {},
|
|
115088
115100
|
"attributes": {
|
|
115089
|
-
"shape": "
|
|
115101
|
+
"shape": "S2r"
|
|
115090
115102
|
}
|
|
115091
115103
|
}
|
|
115092
115104
|
},
|
|
@@ -115094,7 +115106,7 @@ module.exports={
|
|
|
115094
115106
|
"type": "structure",
|
|
115095
115107
|
"members": {
|
|
115096
115108
|
"attributes": {
|
|
115097
|
-
"shape": "
|
|
115109
|
+
"shape": "S2r"
|
|
115098
115110
|
}
|
|
115099
115111
|
}
|
|
115100
115112
|
}
|
|
@@ -115134,14 +115146,14 @@ module.exports={
|
|
|
115134
115146
|
"instanceIdentityDocument": {},
|
|
115135
115147
|
"instanceIdentityDocumentSignature": {},
|
|
115136
115148
|
"totalResources": {
|
|
115137
|
-
"shape": "
|
|
115149
|
+
"shape": "S39"
|
|
115138
115150
|
},
|
|
115139
115151
|
"versionInfo": {
|
|
115140
|
-
"shape": "
|
|
115152
|
+
"shape": "S38"
|
|
115141
115153
|
},
|
|
115142
115154
|
"containerInstanceArn": {},
|
|
115143
115155
|
"attributes": {
|
|
115144
|
-
"shape": "
|
|
115156
|
+
"shape": "S2r"
|
|
115145
115157
|
},
|
|
115146
115158
|
"platformDevices": {
|
|
115147
115159
|
"type": "list",
|
|
@@ -115166,7 +115178,7 @@ module.exports={
|
|
|
115166
115178
|
"type": "structure",
|
|
115167
115179
|
"members": {
|
|
115168
115180
|
"containerInstance": {
|
|
115169
|
-
"shape": "
|
|
115181
|
+
"shape": "S36"
|
|
115170
115182
|
}
|
|
115171
115183
|
}
|
|
115172
115184
|
}
|
|
@@ -115184,16 +115196,16 @@ module.exports={
|
|
|
115184
115196
|
"executionRoleArn": {},
|
|
115185
115197
|
"networkMode": {},
|
|
115186
115198
|
"containerDefinitions": {
|
|
115187
|
-
"shape": "
|
|
115199
|
+
"shape": "S3k"
|
|
115188
115200
|
},
|
|
115189
115201
|
"volumes": {
|
|
115190
|
-
"shape": "
|
|
115202
|
+
"shape": "S4q"
|
|
115191
115203
|
},
|
|
115192
115204
|
"placementConstraints": {
|
|
115193
|
-
"shape": "
|
|
115205
|
+
"shape": "S54"
|
|
115194
115206
|
},
|
|
115195
115207
|
"requiresCompatibilities": {
|
|
115196
|
-
"shape": "
|
|
115208
|
+
"shape": "S57"
|
|
115197
115209
|
},
|
|
115198
115210
|
"cpu": {},
|
|
115199
115211
|
"memory": {},
|
|
@@ -115203,16 +115215,16 @@ module.exports={
|
|
|
115203
115215
|
"pidMode": {},
|
|
115204
115216
|
"ipcMode": {},
|
|
115205
115217
|
"proxyConfiguration": {
|
|
115206
|
-
"shape": "
|
|
115218
|
+
"shape": "S5g"
|
|
115207
115219
|
},
|
|
115208
115220
|
"inferenceAccelerators": {
|
|
115209
|
-
"shape": "
|
|
115221
|
+
"shape": "S5c"
|
|
115210
115222
|
},
|
|
115211
115223
|
"ephemeralStorage": {
|
|
115212
|
-
"shape": "
|
|
115224
|
+
"shape": "S5j"
|
|
115213
115225
|
},
|
|
115214
115226
|
"runtimePlatform": {
|
|
115215
|
-
"shape": "
|
|
115227
|
+
"shape": "S59"
|
|
115216
115228
|
}
|
|
115217
115229
|
}
|
|
115218
115230
|
},
|
|
@@ -115220,7 +115232,7 @@ module.exports={
|
|
|
115220
115232
|
"type": "structure",
|
|
115221
115233
|
"members": {
|
|
115222
115234
|
"taskDefinition": {
|
|
115223
|
-
"shape": "
|
|
115235
|
+
"shape": "S3j"
|
|
115224
115236
|
},
|
|
115225
115237
|
"tags": {
|
|
115226
115238
|
"shape": "Sa"
|
|
@@ -115251,16 +115263,16 @@ module.exports={
|
|
|
115251
115263
|
"group": {},
|
|
115252
115264
|
"launchType": {},
|
|
115253
115265
|
"networkConfiguration": {
|
|
115254
|
-
"shape": "
|
|
115266
|
+
"shape": "S1m"
|
|
115255
115267
|
},
|
|
115256
115268
|
"overrides": {
|
|
115257
|
-
"shape": "
|
|
115269
|
+
"shape": "S6w"
|
|
115258
115270
|
},
|
|
115259
115271
|
"placementConstraints": {
|
|
115260
|
-
"shape": "
|
|
115272
|
+
"shape": "S1g"
|
|
115261
115273
|
},
|
|
115262
115274
|
"placementStrategy": {
|
|
115263
|
-
"shape": "
|
|
115275
|
+
"shape": "S1j"
|
|
115264
115276
|
},
|
|
115265
115277
|
"platformVersion": {},
|
|
115266
115278
|
"propagateTags": {},
|
|
@@ -115276,10 +115288,10 @@ module.exports={
|
|
|
115276
115288
|
"type": "structure",
|
|
115277
115289
|
"members": {
|
|
115278
115290
|
"tasks": {
|
|
115279
|
-
"shape": "
|
|
115291
|
+
"shape": "S6i"
|
|
115280
115292
|
},
|
|
115281
115293
|
"failures": {
|
|
115282
|
-
"shape": "
|
|
115294
|
+
"shape": "S5p"
|
|
115283
115295
|
}
|
|
115284
115296
|
}
|
|
115285
115297
|
}
|
|
@@ -115304,10 +115316,10 @@ module.exports={
|
|
|
115304
115316
|
},
|
|
115305
115317
|
"group": {},
|
|
115306
115318
|
"networkConfiguration": {
|
|
115307
|
-
"shape": "
|
|
115319
|
+
"shape": "S1m"
|
|
115308
115320
|
},
|
|
115309
115321
|
"overrides": {
|
|
115310
|
-
"shape": "
|
|
115322
|
+
"shape": "S6w"
|
|
115311
115323
|
},
|
|
115312
115324
|
"propagateTags": {},
|
|
115313
115325
|
"referenceId": {},
|
|
@@ -115322,10 +115334,10 @@ module.exports={
|
|
|
115322
115334
|
"type": "structure",
|
|
115323
115335
|
"members": {
|
|
115324
115336
|
"tasks": {
|
|
115325
|
-
"shape": "
|
|
115337
|
+
"shape": "S6i"
|
|
115326
115338
|
},
|
|
115327
115339
|
"failures": {
|
|
115328
|
-
"shape": "
|
|
115340
|
+
"shape": "S5p"
|
|
115329
115341
|
}
|
|
115330
115342
|
}
|
|
115331
115343
|
}
|
|
@@ -115346,7 +115358,7 @@ module.exports={
|
|
|
115346
115358
|
"type": "structure",
|
|
115347
115359
|
"members": {
|
|
115348
115360
|
"task": {
|
|
115349
|
-
"shape": "
|
|
115361
|
+
"shape": "S6j"
|
|
115350
115362
|
}
|
|
115351
115363
|
}
|
|
115352
115364
|
}
|
|
@@ -115360,7 +115372,7 @@ module.exports={
|
|
|
115360
115372
|
"members": {
|
|
115361
115373
|
"cluster": {},
|
|
115362
115374
|
"attachments": {
|
|
115363
|
-
"shape": "
|
|
115375
|
+
"shape": "S8n"
|
|
115364
115376
|
}
|
|
115365
115377
|
}
|
|
115366
115378
|
},
|
|
@@ -115385,7 +115397,7 @@ module.exports={
|
|
|
115385
115397
|
},
|
|
115386
115398
|
"reason": {},
|
|
115387
115399
|
"networkBindings": {
|
|
115388
|
-
"shape": "
|
|
115400
|
+
"shape": "S6n"
|
|
115389
115401
|
}
|
|
115390
115402
|
}
|
|
115391
115403
|
},
|
|
@@ -115416,7 +115428,7 @@ module.exports={
|
|
|
115416
115428
|
"type": "integer"
|
|
115417
115429
|
},
|
|
115418
115430
|
"networkBindings": {
|
|
115419
|
-
"shape": "
|
|
115431
|
+
"shape": "S6n"
|
|
115420
115432
|
},
|
|
115421
115433
|
"reason": {},
|
|
115422
115434
|
"status": {}
|
|
@@ -115424,7 +115436,7 @@ module.exports={
|
|
|
115424
115436
|
}
|
|
115425
115437
|
},
|
|
115426
115438
|
"attachments": {
|
|
115427
|
-
"shape": "
|
|
115439
|
+
"shape": "S8n"
|
|
115428
115440
|
},
|
|
115429
115441
|
"managedAgents": {
|
|
115430
115442
|
"type": "list",
|
|
@@ -115595,7 +115607,7 @@ module.exports={
|
|
|
115595
115607
|
"type": "structure",
|
|
115596
115608
|
"members": {
|
|
115597
115609
|
"containerInstance": {
|
|
115598
|
-
"shape": "
|
|
115610
|
+
"shape": "S36"
|
|
115599
115611
|
}
|
|
115600
115612
|
}
|
|
115601
115613
|
}
|
|
@@ -115619,10 +115631,10 @@ module.exports={
|
|
|
115619
115631
|
"type": "structure",
|
|
115620
115632
|
"members": {
|
|
115621
115633
|
"containerInstances": {
|
|
115622
|
-
"shape": "
|
|
115634
|
+
"shape": "S60"
|
|
115623
115635
|
},
|
|
115624
115636
|
"failures": {
|
|
115625
|
-
"shape": "
|
|
115637
|
+
"shape": "S5p"
|
|
115626
115638
|
}
|
|
115627
115639
|
}
|
|
115628
115640
|
}
|
|
@@ -115647,13 +115659,13 @@ module.exports={
|
|
|
115647
115659
|
"shape": "S1d"
|
|
115648
115660
|
},
|
|
115649
115661
|
"networkConfiguration": {
|
|
115650
|
-
"shape": "
|
|
115662
|
+
"shape": "S1m"
|
|
115651
115663
|
},
|
|
115652
115664
|
"placementConstraints": {
|
|
115653
|
-
"shape": "
|
|
115665
|
+
"shape": "S1g"
|
|
115654
115666
|
},
|
|
115655
115667
|
"placementStrategy": {
|
|
115656
|
-
"shape": "
|
|
115668
|
+
"shape": "S1j"
|
|
115657
115669
|
},
|
|
115658
115670
|
"platformVersion": {},
|
|
115659
115671
|
"forceNewDeployment": {
|
|
@@ -115676,7 +115688,7 @@ module.exports={
|
|
|
115676
115688
|
"shape": "S1a"
|
|
115677
115689
|
},
|
|
115678
115690
|
"serviceConnectConfiguration": {
|
|
115679
|
-
"shape": "
|
|
115691
|
+
"shape": "S1t"
|
|
115680
115692
|
}
|
|
115681
115693
|
}
|
|
115682
115694
|
},
|
|
@@ -115684,7 +115696,7 @@ module.exports={
|
|
|
115684
115696
|
"type": "structure",
|
|
115685
115697
|
"members": {
|
|
115686
115698
|
"service": {
|
|
115687
|
-
"shape": "
|
|
115699
|
+
"shape": "S25"
|
|
115688
115700
|
}
|
|
115689
115701
|
}
|
|
115690
115702
|
}
|
|
@@ -115707,7 +115719,7 @@ module.exports={
|
|
|
115707
115719
|
"type": "structure",
|
|
115708
115720
|
"members": {
|
|
115709
115721
|
"taskSet": {
|
|
115710
|
-
"shape": "
|
|
115722
|
+
"shape": "S27"
|
|
115711
115723
|
}
|
|
115712
115724
|
}
|
|
115713
115725
|
}
|
|
@@ -115737,10 +115749,10 @@ module.exports={
|
|
|
115737
115749
|
"type": "structure",
|
|
115738
115750
|
"members": {
|
|
115739
115751
|
"protectedTasks": {
|
|
115740
|
-
"shape": "
|
|
115752
|
+
"shape": "S7a"
|
|
115741
115753
|
},
|
|
115742
115754
|
"failures": {
|
|
115743
|
-
"shape": "
|
|
115755
|
+
"shape": "S5p"
|
|
115744
115756
|
}
|
|
115745
115757
|
}
|
|
115746
115758
|
}
|
|
@@ -115759,7 +115771,7 @@ module.exports={
|
|
|
115759
115771
|
"service": {},
|
|
115760
115772
|
"taskSet": {},
|
|
115761
115773
|
"scale": {
|
|
115762
|
-
"shape": "
|
|
115774
|
+
"shape": "S29"
|
|
115763
115775
|
}
|
|
115764
115776
|
}
|
|
115765
115777
|
},
|
|
@@ -115767,7 +115779,7 @@ module.exports={
|
|
|
115767
115779
|
"type": "structure",
|
|
115768
115780
|
"members": {
|
|
115769
115781
|
"taskSet": {
|
|
115770
|
-
"shape": "
|
|
115782
|
+
"shape": "S27"
|
|
115771
115783
|
}
|
|
115772
115784
|
}
|
|
115773
115785
|
}
|
|
@@ -116026,10 +116038,29 @@ module.exports={
|
|
|
116026
116038
|
},
|
|
116027
116039
|
"minimumHealthyPercent": {
|
|
116028
116040
|
"type": "integer"
|
|
116041
|
+
},
|
|
116042
|
+
"alarms": {
|
|
116043
|
+
"type": "structure",
|
|
116044
|
+
"required": [
|
|
116045
|
+
"alarmNames",
|
|
116046
|
+
"enable",
|
|
116047
|
+
"rollback"
|
|
116048
|
+
],
|
|
116049
|
+
"members": {
|
|
116050
|
+
"alarmNames": {
|
|
116051
|
+
"shape": "Sr"
|
|
116052
|
+
},
|
|
116053
|
+
"enable": {
|
|
116054
|
+
"type": "boolean"
|
|
116055
|
+
},
|
|
116056
|
+
"rollback": {
|
|
116057
|
+
"type": "boolean"
|
|
116058
|
+
}
|
|
116059
|
+
}
|
|
116029
116060
|
}
|
|
116030
116061
|
}
|
|
116031
116062
|
},
|
|
116032
|
-
"
|
|
116063
|
+
"S1g": {
|
|
116033
116064
|
"type": "list",
|
|
116034
116065
|
"member": {
|
|
116035
116066
|
"type": "structure",
|
|
@@ -116039,7 +116070,7 @@ module.exports={
|
|
|
116039
116070
|
}
|
|
116040
116071
|
}
|
|
116041
116072
|
},
|
|
116042
|
-
"
|
|
116073
|
+
"S1j": {
|
|
116043
116074
|
"type": "list",
|
|
116044
116075
|
"member": {
|
|
116045
116076
|
"type": "structure",
|
|
@@ -116049,7 +116080,7 @@ module.exports={
|
|
|
116049
116080
|
}
|
|
116050
116081
|
}
|
|
116051
116082
|
},
|
|
116052
|
-
"
|
|
116083
|
+
"S1m": {
|
|
116053
116084
|
"type": "structure",
|
|
116054
116085
|
"members": {
|
|
116055
116086
|
"awsvpcConfiguration": {
|
|
@@ -116069,7 +116100,7 @@ module.exports={
|
|
|
116069
116100
|
}
|
|
116070
116101
|
}
|
|
116071
116102
|
},
|
|
116072
|
-
"
|
|
116103
|
+
"S1q": {
|
|
116073
116104
|
"type": "structure",
|
|
116074
116105
|
"required": [
|
|
116075
116106
|
"type"
|
|
@@ -116078,7 +116109,7 @@ module.exports={
|
|
|
116078
116109
|
"type": {}
|
|
116079
116110
|
}
|
|
116080
116111
|
},
|
|
116081
|
-
"
|
|
116112
|
+
"S1t": {
|
|
116082
116113
|
"type": "structure",
|
|
116083
116114
|
"required": [
|
|
116084
116115
|
"enabled"
|
|
@@ -116120,11 +116151,11 @@ module.exports={
|
|
|
116120
116151
|
}
|
|
116121
116152
|
},
|
|
116122
116153
|
"logConfiguration": {
|
|
116123
|
-
"shape": "
|
|
116154
|
+
"shape": "S1z"
|
|
116124
116155
|
}
|
|
116125
116156
|
}
|
|
116126
116157
|
},
|
|
116127
|
-
"
|
|
116158
|
+
"S1z": {
|
|
116128
116159
|
"type": "structure",
|
|
116129
116160
|
"required": [
|
|
116130
116161
|
"logDriver"
|
|
@@ -116137,11 +116168,11 @@ module.exports={
|
|
|
116137
116168
|
"value": {}
|
|
116138
116169
|
},
|
|
116139
116170
|
"secretOptions": {
|
|
116140
|
-
"shape": "
|
|
116171
|
+
"shape": "S22"
|
|
116141
116172
|
}
|
|
116142
116173
|
}
|
|
116143
116174
|
},
|
|
116144
|
-
"
|
|
116175
|
+
"S22": {
|
|
116145
116176
|
"type": "list",
|
|
116146
116177
|
"member": {
|
|
116147
116178
|
"type": "structure",
|
|
@@ -116155,7 +116186,7 @@ module.exports={
|
|
|
116155
116186
|
}
|
|
116156
116187
|
}
|
|
116157
116188
|
},
|
|
116158
|
-
"
|
|
116189
|
+
"S25": {
|
|
116159
116190
|
"type": "structure",
|
|
116160
116191
|
"members": {
|
|
116161
116192
|
"serviceArn": {},
|
|
@@ -116188,7 +116219,7 @@ module.exports={
|
|
|
116188
116219
|
"shape": "S1d"
|
|
116189
116220
|
},
|
|
116190
116221
|
"taskSets": {
|
|
116191
|
-
"shape": "
|
|
116222
|
+
"shape": "S26"
|
|
116192
116223
|
},
|
|
116193
116224
|
"deployments": {
|
|
116194
116225
|
"type": "list",
|
|
@@ -116223,12 +116254,12 @@ module.exports={
|
|
|
116223
116254
|
"platformVersion": {},
|
|
116224
116255
|
"platformFamily": {},
|
|
116225
116256
|
"networkConfiguration": {
|
|
116226
|
-
"shape": "
|
|
116257
|
+
"shape": "S1m"
|
|
116227
116258
|
},
|
|
116228
116259
|
"rolloutState": {},
|
|
116229
116260
|
"rolloutStateReason": {},
|
|
116230
116261
|
"serviceConnectConfiguration": {
|
|
116231
|
-
"shape": "
|
|
116262
|
+
"shape": "S1t"
|
|
116232
116263
|
},
|
|
116233
116264
|
"serviceConnectResources": {
|
|
116234
116265
|
"type": "list",
|
|
@@ -116261,20 +116292,20 @@ module.exports={
|
|
|
116261
116292
|
"type": "timestamp"
|
|
116262
116293
|
},
|
|
116263
116294
|
"placementConstraints": {
|
|
116264
|
-
"shape": "
|
|
116295
|
+
"shape": "S1g"
|
|
116265
116296
|
},
|
|
116266
116297
|
"placementStrategy": {
|
|
116267
|
-
"shape": "
|
|
116298
|
+
"shape": "S1j"
|
|
116268
116299
|
},
|
|
116269
116300
|
"networkConfiguration": {
|
|
116270
|
-
"shape": "
|
|
116301
|
+
"shape": "S1m"
|
|
116271
116302
|
},
|
|
116272
116303
|
"healthCheckGracePeriodSeconds": {
|
|
116273
116304
|
"type": "integer"
|
|
116274
116305
|
},
|
|
116275
116306
|
"schedulingStrategy": {},
|
|
116276
116307
|
"deploymentController": {
|
|
116277
|
-
"shape": "
|
|
116308
|
+
"shape": "S1q"
|
|
116278
116309
|
},
|
|
116279
116310
|
"tags": {
|
|
116280
116311
|
"shape": "Sa"
|
|
@@ -116289,13 +116320,13 @@ module.exports={
|
|
|
116289
116320
|
}
|
|
116290
116321
|
}
|
|
116291
116322
|
},
|
|
116292
|
-
"
|
|
116323
|
+
"S26": {
|
|
116293
116324
|
"type": "list",
|
|
116294
116325
|
"member": {
|
|
116295
|
-
"shape": "
|
|
116326
|
+
"shape": "S27"
|
|
116296
116327
|
}
|
|
116297
116328
|
},
|
|
116298
|
-
"
|
|
116329
|
+
"S27": {
|
|
116299
116330
|
"type": "structure",
|
|
116300
116331
|
"members": {
|
|
116301
116332
|
"id": {},
|
|
@@ -116328,7 +116359,7 @@ module.exports={
|
|
|
116328
116359
|
"platformVersion": {},
|
|
116329
116360
|
"platformFamily": {},
|
|
116330
116361
|
"networkConfiguration": {
|
|
116331
|
-
"shape": "
|
|
116362
|
+
"shape": "S1m"
|
|
116332
116363
|
},
|
|
116333
116364
|
"loadBalancers": {
|
|
116334
116365
|
"shape": "S17"
|
|
@@ -116337,7 +116368,7 @@ module.exports={
|
|
|
116337
116368
|
"shape": "S1a"
|
|
116338
116369
|
},
|
|
116339
116370
|
"scale": {
|
|
116340
|
-
"shape": "
|
|
116371
|
+
"shape": "S29"
|
|
116341
116372
|
},
|
|
116342
116373
|
"stabilityStatus": {},
|
|
116343
116374
|
"stabilityStatusAt": {
|
|
@@ -116348,7 +116379,7 @@ module.exports={
|
|
|
116348
116379
|
}
|
|
116349
116380
|
}
|
|
116350
116381
|
},
|
|
116351
|
-
"
|
|
116382
|
+
"S29": {
|
|
116352
116383
|
"type": "structure",
|
|
116353
116384
|
"members": {
|
|
116354
116385
|
"value": {
|
|
@@ -116357,7 +116388,7 @@ module.exports={
|
|
|
116357
116388
|
"unit": {}
|
|
116358
116389
|
}
|
|
116359
116390
|
},
|
|
116360
|
-
"
|
|
116391
|
+
"S2p": {
|
|
116361
116392
|
"type": "structure",
|
|
116362
116393
|
"members": {
|
|
116363
116394
|
"name": {},
|
|
@@ -116365,13 +116396,13 @@ module.exports={
|
|
|
116365
116396
|
"principalArn": {}
|
|
116366
116397
|
}
|
|
116367
116398
|
},
|
|
116368
|
-
"
|
|
116399
|
+
"S2r": {
|
|
116369
116400
|
"type": "list",
|
|
116370
116401
|
"member": {
|
|
116371
|
-
"shape": "
|
|
116402
|
+
"shape": "S2s"
|
|
116372
116403
|
}
|
|
116373
116404
|
},
|
|
116374
|
-
"
|
|
116405
|
+
"S2s": {
|
|
116375
116406
|
"type": "structure",
|
|
116376
116407
|
"required": [
|
|
116377
116408
|
"name"
|
|
@@ -116383,7 +116414,7 @@ module.exports={
|
|
|
116383
116414
|
"targetId": {}
|
|
116384
116415
|
}
|
|
116385
116416
|
},
|
|
116386
|
-
"
|
|
116417
|
+
"S36": {
|
|
116387
116418
|
"type": "structure",
|
|
116388
116419
|
"members": {
|
|
116389
116420
|
"containerInstanceArn": {},
|
|
@@ -116393,13 +116424,13 @@ module.exports={
|
|
|
116393
116424
|
"type": "long"
|
|
116394
116425
|
},
|
|
116395
116426
|
"versionInfo": {
|
|
116396
|
-
"shape": "
|
|
116427
|
+
"shape": "S38"
|
|
116397
116428
|
},
|
|
116398
116429
|
"remainingResources": {
|
|
116399
|
-
"shape": "
|
|
116430
|
+
"shape": "S39"
|
|
116400
116431
|
},
|
|
116401
116432
|
"registeredResources": {
|
|
116402
|
-
"shape": "
|
|
116433
|
+
"shape": "S39"
|
|
116403
116434
|
},
|
|
116404
116435
|
"status": {},
|
|
116405
116436
|
"statusReason": {},
|
|
@@ -116414,7 +116445,7 @@ module.exports={
|
|
|
116414
116445
|
},
|
|
116415
116446
|
"agentUpdateStatus": {},
|
|
116416
116447
|
"attributes": {
|
|
116417
|
-
"shape": "
|
|
116448
|
+
"shape": "S2r"
|
|
116418
116449
|
},
|
|
116419
116450
|
"registeredAt": {
|
|
116420
116451
|
"type": "timestamp"
|
|
@@ -116449,7 +116480,7 @@ module.exports={
|
|
|
116449
116480
|
}
|
|
116450
116481
|
}
|
|
116451
116482
|
},
|
|
116452
|
-
"
|
|
116483
|
+
"S38": {
|
|
116453
116484
|
"type": "structure",
|
|
116454
116485
|
"members": {
|
|
116455
116486
|
"agentVersion": {},
|
|
@@ -116457,7 +116488,7 @@ module.exports={
|
|
|
116457
116488
|
"dockerVersion": {}
|
|
116458
116489
|
}
|
|
116459
116490
|
},
|
|
116460
|
-
"
|
|
116491
|
+
"S39": {
|
|
116461
116492
|
"type": "list",
|
|
116462
116493
|
"member": {
|
|
116463
116494
|
"type": "structure",
|
|
@@ -116479,12 +116510,12 @@ module.exports={
|
|
|
116479
116510
|
}
|
|
116480
116511
|
}
|
|
116481
116512
|
},
|
|
116482
|
-
"
|
|
116513
|
+
"S3j": {
|
|
116483
116514
|
"type": "structure",
|
|
116484
116515
|
"members": {
|
|
116485
116516
|
"taskDefinitionArn": {},
|
|
116486
116517
|
"containerDefinitions": {
|
|
116487
|
-
"shape": "
|
|
116518
|
+
"shape": "S3k"
|
|
116488
116519
|
},
|
|
116489
116520
|
"family": {},
|
|
116490
116521
|
"taskRoleArn": {},
|
|
@@ -116494,36 +116525,36 @@ module.exports={
|
|
|
116494
116525
|
"type": "integer"
|
|
116495
116526
|
},
|
|
116496
116527
|
"volumes": {
|
|
116497
|
-
"shape": "
|
|
116528
|
+
"shape": "S4q"
|
|
116498
116529
|
},
|
|
116499
116530
|
"status": {},
|
|
116500
116531
|
"requiresAttributes": {
|
|
116501
116532
|
"type": "list",
|
|
116502
116533
|
"member": {
|
|
116503
|
-
"shape": "
|
|
116534
|
+
"shape": "S2s"
|
|
116504
116535
|
}
|
|
116505
116536
|
},
|
|
116506
116537
|
"placementConstraints": {
|
|
116507
|
-
"shape": "
|
|
116538
|
+
"shape": "S54"
|
|
116508
116539
|
},
|
|
116509
116540
|
"compatibilities": {
|
|
116510
|
-
"shape": "
|
|
116541
|
+
"shape": "S57"
|
|
116511
116542
|
},
|
|
116512
116543
|
"runtimePlatform": {
|
|
116513
|
-
"shape": "
|
|
116544
|
+
"shape": "S59"
|
|
116514
116545
|
},
|
|
116515
116546
|
"requiresCompatibilities": {
|
|
116516
|
-
"shape": "
|
|
116547
|
+
"shape": "S57"
|
|
116517
116548
|
},
|
|
116518
116549
|
"cpu": {},
|
|
116519
116550
|
"memory": {},
|
|
116520
116551
|
"inferenceAccelerators": {
|
|
116521
|
-
"shape": "
|
|
116552
|
+
"shape": "S5c"
|
|
116522
116553
|
},
|
|
116523
116554
|
"pidMode": {},
|
|
116524
116555
|
"ipcMode": {},
|
|
116525
116556
|
"proxyConfiguration": {
|
|
116526
|
-
"shape": "
|
|
116557
|
+
"shape": "S5g"
|
|
116527
116558
|
},
|
|
116528
116559
|
"registeredAt": {
|
|
116529
116560
|
"type": "timestamp"
|
|
@@ -116533,11 +116564,11 @@ module.exports={
|
|
|
116533
116564
|
},
|
|
116534
116565
|
"registeredBy": {},
|
|
116535
116566
|
"ephemeralStorage": {
|
|
116536
|
-
"shape": "
|
|
116567
|
+
"shape": "S5j"
|
|
116537
116568
|
}
|
|
116538
116569
|
}
|
|
116539
116570
|
},
|
|
116540
|
-
"
|
|
116571
|
+
"S3k": {
|
|
116541
116572
|
"type": "list",
|
|
116542
116573
|
"member": {
|
|
116543
116574
|
"type": "structure",
|
|
@@ -116593,10 +116624,10 @@ module.exports={
|
|
|
116593
116624
|
"shape": "Sr"
|
|
116594
116625
|
},
|
|
116595
116626
|
"environment": {
|
|
116596
|
-
"shape": "
|
|
116627
|
+
"shape": "S3r"
|
|
116597
116628
|
},
|
|
116598
116629
|
"environmentFiles": {
|
|
116599
|
-
"shape": "
|
|
116630
|
+
"shape": "S3s"
|
|
116600
116631
|
},
|
|
116601
116632
|
"mountPoints": {
|
|
116602
116633
|
"type": "list",
|
|
@@ -116688,7 +116719,7 @@ module.exports={
|
|
|
116688
116719
|
}
|
|
116689
116720
|
},
|
|
116690
116721
|
"secrets": {
|
|
116691
|
-
"shape": "
|
|
116722
|
+
"shape": "S22"
|
|
116692
116723
|
},
|
|
116693
116724
|
"dependsOn": {
|
|
116694
116725
|
"type": "list",
|
|
@@ -116777,7 +116808,7 @@ module.exports={
|
|
|
116777
116808
|
}
|
|
116778
116809
|
},
|
|
116779
116810
|
"logConfiguration": {
|
|
116780
|
-
"shape": "
|
|
116811
|
+
"shape": "S1z"
|
|
116781
116812
|
},
|
|
116782
116813
|
"healthCheck": {
|
|
116783
116814
|
"type": "structure",
|
|
@@ -116813,7 +116844,7 @@ module.exports={
|
|
|
116813
116844
|
}
|
|
116814
116845
|
},
|
|
116815
116846
|
"resourceRequirements": {
|
|
116816
|
-
"shape": "
|
|
116847
|
+
"shape": "S4j"
|
|
116817
116848
|
},
|
|
116818
116849
|
"firelensConfiguration": {
|
|
116819
116850
|
"type": "structure",
|
|
@@ -116832,13 +116863,13 @@ module.exports={
|
|
|
116832
116863
|
}
|
|
116833
116864
|
}
|
|
116834
116865
|
},
|
|
116835
|
-
"
|
|
116866
|
+
"S3r": {
|
|
116836
116867
|
"type": "list",
|
|
116837
116868
|
"member": {
|
|
116838
116869
|
"shape": "S11"
|
|
116839
116870
|
}
|
|
116840
116871
|
},
|
|
116841
|
-
"
|
|
116872
|
+
"S3s": {
|
|
116842
116873
|
"type": "list",
|
|
116843
116874
|
"member": {
|
|
116844
116875
|
"type": "structure",
|
|
@@ -116852,7 +116883,7 @@ module.exports={
|
|
|
116852
116883
|
}
|
|
116853
116884
|
}
|
|
116854
116885
|
},
|
|
116855
|
-
"
|
|
116886
|
+
"S4j": {
|
|
116856
116887
|
"type": "list",
|
|
116857
116888
|
"member": {
|
|
116858
116889
|
"type": "structure",
|
|
@@ -116866,7 +116897,7 @@ module.exports={
|
|
|
116866
116897
|
}
|
|
116867
116898
|
}
|
|
116868
116899
|
},
|
|
116869
|
-
"
|
|
116900
|
+
"S4q": {
|
|
116870
116901
|
"type": "list",
|
|
116871
116902
|
"member": {
|
|
116872
116903
|
"type": "structure",
|
|
@@ -116887,10 +116918,10 @@ module.exports={
|
|
|
116887
116918
|
},
|
|
116888
116919
|
"driver": {},
|
|
116889
116920
|
"driverOpts": {
|
|
116890
|
-
"shape": "
|
|
116921
|
+
"shape": "S4v"
|
|
116891
116922
|
},
|
|
116892
116923
|
"labels": {
|
|
116893
|
-
"shape": "
|
|
116924
|
+
"shape": "S4v"
|
|
116894
116925
|
}
|
|
116895
116926
|
}
|
|
116896
116927
|
},
|
|
@@ -116941,12 +116972,12 @@ module.exports={
|
|
|
116941
116972
|
}
|
|
116942
116973
|
}
|
|
116943
116974
|
},
|
|
116944
|
-
"
|
|
116975
|
+
"S4v": {
|
|
116945
116976
|
"type": "map",
|
|
116946
116977
|
"key": {},
|
|
116947
116978
|
"value": {}
|
|
116948
116979
|
},
|
|
116949
|
-
"
|
|
116980
|
+
"S54": {
|
|
116950
116981
|
"type": "list",
|
|
116951
116982
|
"member": {
|
|
116952
116983
|
"type": "structure",
|
|
@@ -116956,18 +116987,18 @@ module.exports={
|
|
|
116956
116987
|
}
|
|
116957
116988
|
}
|
|
116958
116989
|
},
|
|
116959
|
-
"
|
|
116990
|
+
"S57": {
|
|
116960
116991
|
"type": "list",
|
|
116961
116992
|
"member": {}
|
|
116962
116993
|
},
|
|
116963
|
-
"
|
|
116994
|
+
"S59": {
|
|
116964
116995
|
"type": "structure",
|
|
116965
116996
|
"members": {
|
|
116966
116997
|
"cpuArchitecture": {},
|
|
116967
116998
|
"operatingSystemFamily": {}
|
|
116968
116999
|
}
|
|
116969
117000
|
},
|
|
116970
|
-
"
|
|
117001
|
+
"S5c": {
|
|
116971
117002
|
"type": "list",
|
|
116972
117003
|
"member": {
|
|
116973
117004
|
"type": "structure",
|
|
@@ -116981,7 +117012,7 @@ module.exports={
|
|
|
116981
117012
|
}
|
|
116982
117013
|
}
|
|
116983
117014
|
},
|
|
116984
|
-
"
|
|
117015
|
+
"S5g": {
|
|
116985
117016
|
"type": "structure",
|
|
116986
117017
|
"required": [
|
|
116987
117018
|
"containerName"
|
|
@@ -116997,7 +117028,7 @@ module.exports={
|
|
|
116997
117028
|
}
|
|
116998
117029
|
}
|
|
116999
117030
|
},
|
|
117000
|
-
"
|
|
117031
|
+
"S5j": {
|
|
117001
117032
|
"type": "structure",
|
|
117002
117033
|
"required": [
|
|
117003
117034
|
"sizeInGiB"
|
|
@@ -117008,7 +117039,7 @@ module.exports={
|
|
|
117008
117039
|
}
|
|
117009
117040
|
}
|
|
117010
117041
|
},
|
|
117011
|
-
"
|
|
117042
|
+
"S5p": {
|
|
117012
117043
|
"type": "list",
|
|
117013
117044
|
"member": {
|
|
117014
117045
|
"type": "structure",
|
|
@@ -117019,26 +117050,26 @@ module.exports={
|
|
|
117019
117050
|
}
|
|
117020
117051
|
}
|
|
117021
117052
|
},
|
|
117022
|
-
"
|
|
117053
|
+
"S60": {
|
|
117023
117054
|
"type": "list",
|
|
117024
117055
|
"member": {
|
|
117025
|
-
"shape": "
|
|
117056
|
+
"shape": "S36"
|
|
117026
117057
|
}
|
|
117027
117058
|
},
|
|
117028
|
-
"
|
|
117059
|
+
"S6i": {
|
|
117029
117060
|
"type": "list",
|
|
117030
117061
|
"member": {
|
|
117031
|
-
"shape": "
|
|
117062
|
+
"shape": "S6j"
|
|
117032
117063
|
}
|
|
117033
117064
|
},
|
|
117034
|
-
"
|
|
117065
|
+
"S6j": {
|
|
117035
117066
|
"type": "structure",
|
|
117036
117067
|
"members": {
|
|
117037
117068
|
"attachments": {
|
|
117038
117069
|
"shape": "S12"
|
|
117039
117070
|
},
|
|
117040
117071
|
"attributes": {
|
|
117041
|
-
"shape": "
|
|
117072
|
+
"shape": "S2r"
|
|
117042
117073
|
},
|
|
117043
117074
|
"availabilityZone": {},
|
|
117044
117075
|
"capacityProviderName": {},
|
|
@@ -117065,7 +117096,7 @@ module.exports={
|
|
|
117065
117096
|
},
|
|
117066
117097
|
"reason": {},
|
|
117067
117098
|
"networkBindings": {
|
|
117068
|
-
"shape": "
|
|
117099
|
+
"shape": "S6n"
|
|
117069
117100
|
},
|
|
117070
117101
|
"networkInterfaces": {
|
|
117071
117102
|
"type": "list",
|
|
@@ -117117,13 +117148,13 @@ module.exports={
|
|
|
117117
117148
|
"group": {},
|
|
117118
117149
|
"healthStatus": {},
|
|
117119
117150
|
"inferenceAccelerators": {
|
|
117120
|
-
"shape": "
|
|
117151
|
+
"shape": "S5c"
|
|
117121
117152
|
},
|
|
117122
117153
|
"lastStatus": {},
|
|
117123
117154
|
"launchType": {},
|
|
117124
117155
|
"memory": {},
|
|
117125
117156
|
"overrides": {
|
|
117126
|
-
"shape": "
|
|
117157
|
+
"shape": "S6w"
|
|
117127
117158
|
},
|
|
117128
117159
|
"platformVersion": {},
|
|
117129
117160
|
"platformFamily": {},
|
|
@@ -117154,11 +117185,11 @@ module.exports={
|
|
|
117154
117185
|
"type": "long"
|
|
117155
117186
|
},
|
|
117156
117187
|
"ephemeralStorage": {
|
|
117157
|
-
"shape": "
|
|
117188
|
+
"shape": "S5j"
|
|
117158
117189
|
}
|
|
117159
117190
|
}
|
|
117160
117191
|
},
|
|
117161
|
-
"
|
|
117192
|
+
"S6n": {
|
|
117162
117193
|
"type": "list",
|
|
117163
117194
|
"member": {
|
|
117164
117195
|
"type": "structure",
|
|
@@ -117176,7 +117207,7 @@ module.exports={
|
|
|
117176
117207
|
}
|
|
117177
117208
|
}
|
|
117178
117209
|
},
|
|
117179
|
-
"
|
|
117210
|
+
"S6w": {
|
|
117180
117211
|
"type": "structure",
|
|
117181
117212
|
"members": {
|
|
117182
117213
|
"containerOverrides": {
|
|
@@ -117189,10 +117220,10 @@ module.exports={
|
|
|
117189
117220
|
"shape": "Sr"
|
|
117190
117221
|
},
|
|
117191
117222
|
"environment": {
|
|
117192
|
-
"shape": "
|
|
117223
|
+
"shape": "S3r"
|
|
117193
117224
|
},
|
|
117194
117225
|
"environmentFiles": {
|
|
117195
|
-
"shape": "
|
|
117226
|
+
"shape": "S3s"
|
|
117196
117227
|
},
|
|
117197
117228
|
"cpu": {
|
|
117198
117229
|
"type": "integer"
|
|
@@ -117204,7 +117235,7 @@ module.exports={
|
|
|
117204
117235
|
"type": "integer"
|
|
117205
117236
|
},
|
|
117206
117237
|
"resourceRequirements": {
|
|
117207
|
-
"shape": "
|
|
117238
|
+
"shape": "S4j"
|
|
117208
117239
|
}
|
|
117209
117240
|
}
|
|
117210
117241
|
}
|
|
@@ -117224,11 +117255,11 @@ module.exports={
|
|
|
117224
117255
|
"memory": {},
|
|
117225
117256
|
"taskRoleArn": {},
|
|
117226
117257
|
"ephemeralStorage": {
|
|
117227
|
-
"shape": "
|
|
117258
|
+
"shape": "S5j"
|
|
117228
117259
|
}
|
|
117229
117260
|
}
|
|
117230
117261
|
},
|
|
117231
|
-
"
|
|
117262
|
+
"S7a": {
|
|
117232
117263
|
"type": "list",
|
|
117233
117264
|
"member": {
|
|
117234
117265
|
"type": "structure",
|
|
@@ -117243,7 +117274,7 @@ module.exports={
|
|
|
117243
117274
|
}
|
|
117244
117275
|
}
|
|
117245
117276
|
},
|
|
117246
|
-
"
|
|
117277
|
+
"S8n": {
|
|
117247
117278
|
"type": "list",
|
|
117248
117279
|
"member": {
|
|
117249
117280
|
"type": "structure",
|
|
@@ -162349,6 +162380,58 @@ module.exports={
|
|
|
162349
162380
|
}
|
|
162350
162381
|
}
|
|
162351
162382
|
},
|
|
162383
|
+
"DescribeMappedResourceConfiguration": {
|
|
162384
|
+
"http": {
|
|
162385
|
+
"requestUri": "/describeMappedResourceConfiguration"
|
|
162386
|
+
},
|
|
162387
|
+
"input": {
|
|
162388
|
+
"type": "structure",
|
|
162389
|
+
"members": {
|
|
162390
|
+
"StreamName": {},
|
|
162391
|
+
"StreamARN": {},
|
|
162392
|
+
"MaxResults": {
|
|
162393
|
+
"type": "integer"
|
|
162394
|
+
},
|
|
162395
|
+
"NextToken": {}
|
|
162396
|
+
}
|
|
162397
|
+
},
|
|
162398
|
+
"output": {
|
|
162399
|
+
"type": "structure",
|
|
162400
|
+
"members": {
|
|
162401
|
+
"MappedResourceConfigurationList": {
|
|
162402
|
+
"type": "list",
|
|
162403
|
+
"member": {
|
|
162404
|
+
"type": "structure",
|
|
162405
|
+
"members": {
|
|
162406
|
+
"Type": {},
|
|
162407
|
+
"ARN": {}
|
|
162408
|
+
}
|
|
162409
|
+
}
|
|
162410
|
+
},
|
|
162411
|
+
"NextToken": {}
|
|
162412
|
+
}
|
|
162413
|
+
}
|
|
162414
|
+
},
|
|
162415
|
+
"DescribeMediaStorageConfiguration": {
|
|
162416
|
+
"http": {
|
|
162417
|
+
"requestUri": "/describeMediaStorageConfiguration"
|
|
162418
|
+
},
|
|
162419
|
+
"input": {
|
|
162420
|
+
"type": "structure",
|
|
162421
|
+
"members": {
|
|
162422
|
+
"ChannelName": {},
|
|
162423
|
+
"ChannelARN": {}
|
|
162424
|
+
}
|
|
162425
|
+
},
|
|
162426
|
+
"output": {
|
|
162427
|
+
"type": "structure",
|
|
162428
|
+
"members": {
|
|
162429
|
+
"MediaStorageConfiguration": {
|
|
162430
|
+
"shape": "S1y"
|
|
162431
|
+
}
|
|
162432
|
+
}
|
|
162433
|
+
}
|
|
162434
|
+
},
|
|
162352
162435
|
"DescribeNotificationConfiguration": {
|
|
162353
162436
|
"http": {
|
|
162354
162437
|
"requestUri": "/describeNotificationConfiguration"
|
|
@@ -162364,7 +162447,7 @@ module.exports={
|
|
|
162364
162447
|
"type": "structure",
|
|
162365
162448
|
"members": {
|
|
162366
162449
|
"NotificationConfiguration": {
|
|
162367
|
-
"shape": "
|
|
162450
|
+
"shape": "S22"
|
|
162368
162451
|
}
|
|
162369
162452
|
}
|
|
162370
162453
|
}
|
|
@@ -162384,7 +162467,7 @@ module.exports={
|
|
|
162384
162467
|
"type": "structure",
|
|
162385
162468
|
"members": {
|
|
162386
162469
|
"ChannelInfo": {
|
|
162387
|
-
"shape": "
|
|
162470
|
+
"shape": "S26"
|
|
162388
162471
|
}
|
|
162389
162472
|
}
|
|
162390
162473
|
}
|
|
@@ -162404,7 +162487,7 @@ module.exports={
|
|
|
162404
162487
|
"type": "structure",
|
|
162405
162488
|
"members": {
|
|
162406
162489
|
"StreamInfo": {
|
|
162407
|
-
"shape": "
|
|
162490
|
+
"shape": "S2a"
|
|
162408
162491
|
}
|
|
162409
162492
|
}
|
|
162410
162493
|
}
|
|
@@ -162496,7 +162579,7 @@ module.exports={
|
|
|
162496
162579
|
"ChannelInfoList": {
|
|
162497
162580
|
"type": "list",
|
|
162498
162581
|
"member": {
|
|
162499
|
-
"shape": "
|
|
162582
|
+
"shape": "S26"
|
|
162500
162583
|
}
|
|
162501
162584
|
},
|
|
162502
162585
|
"NextToken": {}
|
|
@@ -162529,7 +162612,7 @@ module.exports={
|
|
|
162529
162612
|
"StreamInfoList": {
|
|
162530
162613
|
"type": "list",
|
|
162531
162614
|
"member": {
|
|
162532
|
-
"shape": "
|
|
162615
|
+
"shape": "S2a"
|
|
162533
162616
|
}
|
|
162534
162617
|
},
|
|
162535
162618
|
"NextToken": {}
|
|
@@ -162678,7 +162761,7 @@ module.exports={
|
|
|
162678
162761
|
"members": {
|
|
162679
162762
|
"ResourceARN": {},
|
|
162680
162763
|
"TagKeyList": {
|
|
162681
|
-
"shape": "
|
|
162764
|
+
"shape": "S3a"
|
|
162682
162765
|
}
|
|
162683
162766
|
}
|
|
162684
162767
|
},
|
|
@@ -162700,7 +162783,7 @@ module.exports={
|
|
|
162700
162783
|
"StreamARN": {},
|
|
162701
162784
|
"StreamName": {},
|
|
162702
162785
|
"TagKeyList": {
|
|
162703
|
-
"shape": "
|
|
162786
|
+
"shape": "S3a"
|
|
162704
162787
|
}
|
|
162705
162788
|
}
|
|
162706
162789
|
},
|
|
@@ -162754,6 +162837,28 @@ module.exports={
|
|
|
162754
162837
|
"members": {}
|
|
162755
162838
|
}
|
|
162756
162839
|
},
|
|
162840
|
+
"UpdateMediaStorageConfiguration": {
|
|
162841
|
+
"http": {
|
|
162842
|
+
"requestUri": "/updateMediaStorageConfiguration"
|
|
162843
|
+
},
|
|
162844
|
+
"input": {
|
|
162845
|
+
"type": "structure",
|
|
162846
|
+
"required": [
|
|
162847
|
+
"ChannelARN",
|
|
162848
|
+
"MediaStorageConfiguration"
|
|
162849
|
+
],
|
|
162850
|
+
"members": {
|
|
162851
|
+
"ChannelARN": {},
|
|
162852
|
+
"MediaStorageConfiguration": {
|
|
162853
|
+
"shape": "S1y"
|
|
162854
|
+
}
|
|
162855
|
+
}
|
|
162856
|
+
},
|
|
162857
|
+
"output": {
|
|
162858
|
+
"type": "structure",
|
|
162859
|
+
"members": {}
|
|
162860
|
+
}
|
|
162861
|
+
},
|
|
162757
162862
|
"UpdateNotificationConfiguration": {
|
|
162758
162863
|
"http": {
|
|
162759
162864
|
"requestUri": "/updateNotificationConfiguration"
|
|
@@ -162764,7 +162869,7 @@ module.exports={
|
|
|
162764
162869
|
"StreamName": {},
|
|
162765
162870
|
"StreamARN": {},
|
|
162766
162871
|
"NotificationConfiguration": {
|
|
162767
|
-
"shape": "
|
|
162872
|
+
"shape": "S22"
|
|
162768
162873
|
}
|
|
162769
162874
|
}
|
|
162770
162875
|
},
|
|
@@ -162963,7 +163068,17 @@ module.exports={
|
|
|
162963
163068
|
}
|
|
162964
163069
|
}
|
|
162965
163070
|
},
|
|
162966
|
-
"
|
|
163071
|
+
"S1y": {
|
|
163072
|
+
"type": "structure",
|
|
163073
|
+
"required": [
|
|
163074
|
+
"Status"
|
|
163075
|
+
],
|
|
163076
|
+
"members": {
|
|
163077
|
+
"StreamARN": {},
|
|
163078
|
+
"Status": {}
|
|
163079
|
+
}
|
|
163080
|
+
},
|
|
163081
|
+
"S22": {
|
|
162967
163082
|
"type": "structure",
|
|
162968
163083
|
"required": [
|
|
162969
163084
|
"Status",
|
|
@@ -162982,7 +163097,7 @@ module.exports={
|
|
|
162982
163097
|
}
|
|
162983
163098
|
}
|
|
162984
163099
|
},
|
|
162985
|
-
"
|
|
163100
|
+
"S26": {
|
|
162986
163101
|
"type": "structure",
|
|
162987
163102
|
"members": {
|
|
162988
163103
|
"ChannelName": {},
|
|
@@ -162998,7 +163113,7 @@ module.exports={
|
|
|
162998
163113
|
"Version": {}
|
|
162999
163114
|
}
|
|
163000
163115
|
},
|
|
163001
|
-
"
|
|
163116
|
+
"S2a": {
|
|
163002
163117
|
"type": "structure",
|
|
163003
163118
|
"members": {
|
|
163004
163119
|
"DeviceName": {},
|
|
@@ -163016,7 +163131,7 @@ module.exports={
|
|
|
163016
163131
|
}
|
|
163017
163132
|
}
|
|
163018
163133
|
},
|
|
163019
|
-
"
|
|
163134
|
+
"S3a": {
|
|
163020
163135
|
"type": "list",
|
|
163021
163136
|
"member": {}
|
|
163022
163137
|
}
|
|
@@ -163025,6 +163140,12 @@ module.exports={
|
|
|
163025
163140
|
},{}],142:[function(require,module,exports){
|
|
163026
163141
|
module.exports={
|
|
163027
163142
|
"pagination": {
|
|
163143
|
+
"DescribeMappedResourceConfiguration": {
|
|
163144
|
+
"input_token": "NextToken",
|
|
163145
|
+
"limit_key": "MaxResults",
|
|
163146
|
+
"output_token": "NextToken",
|
|
163147
|
+
"result_key": "MappedResourceConfigurationList"
|
|
163148
|
+
},
|
|
163028
163149
|
"ListSignalingChannels": {
|
|
163029
163150
|
"input_token": "NextToken",
|
|
163030
163151
|
"limit_key": "MaxResults",
|
|
@@ -177987,6 +178108,10 @@ module.exports={
|
|
|
177987
178108
|
"sagemakermetrics": {
|
|
177988
178109
|
"prefix": "sagemaker-metrics",
|
|
177989
178110
|
"name": "SageMakerMetrics"
|
|
178111
|
+
},
|
|
178112
|
+
"kinesisvideowebrtcstorage": {
|
|
178113
|
+
"prefix": "kinesis-video-webrtc-storage",
|
|
178114
|
+
"name": "KinesisVideoWebRTCStorage"
|
|
177990
178115
|
}
|
|
177991
178116
|
}
|
|
177992
178117
|
},{}],166:[function(require,module,exports){
|
|
@@ -196604,6 +196729,9 @@ module.exports={
|
|
|
196604
196729
|
"StorageThroughput": {
|
|
196605
196730
|
"type": "integer"
|
|
196606
196731
|
},
|
|
196732
|
+
"EnableCustomerOwnedIp": {
|
|
196733
|
+
"type": "boolean"
|
|
196734
|
+
},
|
|
196607
196735
|
"SourceRegion": {}
|
|
196608
196736
|
}
|
|
196609
196737
|
},
|
|
@@ -214517,6 +214645,36 @@ module.exports={
|
|
|
214517
214645
|
}
|
|
214518
214646
|
}
|
|
214519
214647
|
},
|
|
214648
|
+
"AssociateDelegationSignerToDomain": {
|
|
214649
|
+
"input": {
|
|
214650
|
+
"type": "structure",
|
|
214651
|
+
"required": [
|
|
214652
|
+
"DomainName",
|
|
214653
|
+
"SigningAttributes"
|
|
214654
|
+
],
|
|
214655
|
+
"members": {
|
|
214656
|
+
"DomainName": {},
|
|
214657
|
+
"SigningAttributes": {
|
|
214658
|
+
"type": "structure",
|
|
214659
|
+
"members": {
|
|
214660
|
+
"Algorithm": {
|
|
214661
|
+
"type": "integer"
|
|
214662
|
+
},
|
|
214663
|
+
"Flags": {
|
|
214664
|
+
"type": "integer"
|
|
214665
|
+
},
|
|
214666
|
+
"PublicKey": {}
|
|
214667
|
+
}
|
|
214668
|
+
}
|
|
214669
|
+
}
|
|
214670
|
+
},
|
|
214671
|
+
"output": {
|
|
214672
|
+
"type": "structure",
|
|
214673
|
+
"members": {
|
|
214674
|
+
"OperationId": {}
|
|
214675
|
+
}
|
|
214676
|
+
}
|
|
214677
|
+
},
|
|
214520
214678
|
"CancelDomainTransferToAnotherAwsAccount": {
|
|
214521
214679
|
"input": {
|
|
214522
214680
|
"type": "structure",
|
|
@@ -214547,9 +214705,6 @@ module.exports={
|
|
|
214547
214705
|
},
|
|
214548
214706
|
"output": {
|
|
214549
214707
|
"type": "structure",
|
|
214550
|
-
"required": [
|
|
214551
|
-
"Availability"
|
|
214552
|
-
],
|
|
214553
214708
|
"members": {
|
|
214554
214709
|
"Availability": {}
|
|
214555
214710
|
}
|
|
@@ -214564,15 +214719,12 @@ module.exports={
|
|
|
214564
214719
|
"members": {
|
|
214565
214720
|
"DomainName": {},
|
|
214566
214721
|
"AuthCode": {
|
|
214567
|
-
"shape": "
|
|
214722
|
+
"shape": "Si"
|
|
214568
214723
|
}
|
|
214569
214724
|
}
|
|
214570
214725
|
},
|
|
214571
214726
|
"output": {
|
|
214572
214727
|
"type": "structure",
|
|
214573
|
-
"required": [
|
|
214574
|
-
"Transferability"
|
|
214575
|
-
],
|
|
214576
214728
|
"members": {
|
|
214577
214729
|
"Transferability": {
|
|
214578
214730
|
"type": "structure",
|
|
@@ -214646,10 +214798,26 @@ module.exports={
|
|
|
214646
214798
|
}
|
|
214647
214799
|
},
|
|
214648
214800
|
"output": {
|
|
214801
|
+
"type": "structure",
|
|
214802
|
+
"members": {
|
|
214803
|
+
"OperationId": {}
|
|
214804
|
+
}
|
|
214805
|
+
}
|
|
214806
|
+
},
|
|
214807
|
+
"DisassociateDelegationSignerFromDomain": {
|
|
214808
|
+
"input": {
|
|
214649
214809
|
"type": "structure",
|
|
214650
214810
|
"required": [
|
|
214651
|
-
"
|
|
214811
|
+
"DomainName",
|
|
214812
|
+
"Id"
|
|
214652
214813
|
],
|
|
214814
|
+
"members": {
|
|
214815
|
+
"DomainName": {},
|
|
214816
|
+
"Id": {}
|
|
214817
|
+
}
|
|
214818
|
+
},
|
|
214819
|
+
"output": {
|
|
214820
|
+
"type": "structure",
|
|
214653
214821
|
"members": {
|
|
214654
214822
|
"OperationId": {}
|
|
214655
214823
|
}
|
|
@@ -214682,9 +214850,6 @@ module.exports={
|
|
|
214682
214850
|
},
|
|
214683
214851
|
"output": {
|
|
214684
214852
|
"type": "structure",
|
|
214685
|
-
"required": [
|
|
214686
|
-
"OperationId"
|
|
214687
|
-
],
|
|
214688
214853
|
"members": {
|
|
214689
214854
|
"OperationId": {}
|
|
214690
214855
|
}
|
|
@@ -214717,29 +214882,22 @@ module.exports={
|
|
|
214717
214882
|
},
|
|
214718
214883
|
"output": {
|
|
214719
214884
|
"type": "structure",
|
|
214720
|
-
"required": [
|
|
214721
|
-
"DomainName",
|
|
214722
|
-
"Nameservers",
|
|
214723
|
-
"AdminContact",
|
|
214724
|
-
"RegistrantContact",
|
|
214725
|
-
"TechContact"
|
|
214726
|
-
],
|
|
214727
214885
|
"members": {
|
|
214728
214886
|
"DomainName": {},
|
|
214729
214887
|
"Nameservers": {
|
|
214730
|
-
"shape": "
|
|
214888
|
+
"shape": "S17"
|
|
214731
214889
|
},
|
|
214732
214890
|
"AutoRenew": {
|
|
214733
214891
|
"type": "boolean"
|
|
214734
214892
|
},
|
|
214735
214893
|
"AdminContact": {
|
|
214736
|
-
"shape": "
|
|
214894
|
+
"shape": "S1d"
|
|
214737
214895
|
},
|
|
214738
214896
|
"RegistrantContact": {
|
|
214739
|
-
"shape": "
|
|
214897
|
+
"shape": "S1d"
|
|
214740
214898
|
},
|
|
214741
214899
|
"TechContact": {
|
|
214742
|
-
"shape": "
|
|
214900
|
+
"shape": "S1d"
|
|
214743
214901
|
},
|
|
214744
214902
|
"AdminPrivacy": {
|
|
214745
214903
|
"type": "boolean"
|
|
@@ -214770,6 +214928,29 @@ module.exports={
|
|
|
214770
214928
|
"StatusList": {
|
|
214771
214929
|
"type": "list",
|
|
214772
214930
|
"member": {}
|
|
214931
|
+
},
|
|
214932
|
+
"DnssecKeys": {
|
|
214933
|
+
"type": "list",
|
|
214934
|
+
"member": {
|
|
214935
|
+
"type": "structure",
|
|
214936
|
+
"members": {
|
|
214937
|
+
"Algorithm": {
|
|
214938
|
+
"type": "integer"
|
|
214939
|
+
},
|
|
214940
|
+
"Flags": {
|
|
214941
|
+
"type": "integer"
|
|
214942
|
+
},
|
|
214943
|
+
"PublicKey": {},
|
|
214944
|
+
"DigestType": {
|
|
214945
|
+
"type": "integer"
|
|
214946
|
+
},
|
|
214947
|
+
"Digest": {},
|
|
214948
|
+
"KeyTag": {
|
|
214949
|
+
"type": "integer"
|
|
214950
|
+
},
|
|
214951
|
+
"Id": {}
|
|
214952
|
+
}
|
|
214953
|
+
}
|
|
214773
214954
|
}
|
|
214774
214955
|
}
|
|
214775
214956
|
}
|
|
@@ -214828,7 +215009,11 @@ module.exports={
|
|
|
214828
215009
|
"Type": {},
|
|
214829
215010
|
"SubmittedDate": {
|
|
214830
215011
|
"type": "timestamp"
|
|
214831
|
-
}
|
|
215012
|
+
},
|
|
215013
|
+
"LastUpdatedDate": {
|
|
215014
|
+
"type": "timestamp"
|
|
215015
|
+
},
|
|
215016
|
+
"StatusFlag": {}
|
|
214832
215017
|
}
|
|
214833
215018
|
}
|
|
214834
215019
|
},
|
|
@@ -214874,17 +215059,11 @@ module.exports={
|
|
|
214874
215059
|
},
|
|
214875
215060
|
"output": {
|
|
214876
215061
|
"type": "structure",
|
|
214877
|
-
"required": [
|
|
214878
|
-
"Domains"
|
|
214879
|
-
],
|
|
214880
215062
|
"members": {
|
|
214881
215063
|
"Domains": {
|
|
214882
215064
|
"type": "list",
|
|
214883
215065
|
"member": {
|
|
214884
215066
|
"type": "structure",
|
|
214885
|
-
"required": [
|
|
214886
|
-
"DomainName"
|
|
214887
|
-
],
|
|
214888
215067
|
"members": {
|
|
214889
215068
|
"DomainName": {},
|
|
214890
215069
|
"AutoRenew": {
|
|
@@ -214913,31 +215092,38 @@ module.exports={
|
|
|
214913
215092
|
"Marker": {},
|
|
214914
215093
|
"MaxItems": {
|
|
214915
215094
|
"type": "integer"
|
|
214916
|
-
}
|
|
215095
|
+
},
|
|
215096
|
+
"Status": {
|
|
215097
|
+
"type": "list",
|
|
215098
|
+
"member": {}
|
|
215099
|
+
},
|
|
215100
|
+
"Type": {
|
|
215101
|
+
"type": "list",
|
|
215102
|
+
"member": {}
|
|
215103
|
+
},
|
|
215104
|
+
"SortBy": {},
|
|
215105
|
+
"SortOrder": {}
|
|
214917
215106
|
}
|
|
214918
215107
|
},
|
|
214919
215108
|
"output": {
|
|
214920
215109
|
"type": "structure",
|
|
214921
|
-
"required": [
|
|
214922
|
-
"Operations"
|
|
214923
|
-
],
|
|
214924
215110
|
"members": {
|
|
214925
215111
|
"Operations": {
|
|
214926
215112
|
"type": "list",
|
|
214927
215113
|
"member": {
|
|
214928
215114
|
"type": "structure",
|
|
214929
|
-
"required": [
|
|
214930
|
-
"OperationId",
|
|
214931
|
-
"Status",
|
|
214932
|
-
"Type",
|
|
214933
|
-
"SubmittedDate"
|
|
214934
|
-
],
|
|
214935
215115
|
"members": {
|
|
214936
215116
|
"OperationId": {},
|
|
214937
215117
|
"Status": {},
|
|
214938
215118
|
"Type": {},
|
|
214939
215119
|
"SubmittedDate": {
|
|
214940
215120
|
"type": "timestamp"
|
|
215121
|
+
},
|
|
215122
|
+
"DomainName": {},
|
|
215123
|
+
"Message": {},
|
|
215124
|
+
"StatusFlag": {},
|
|
215125
|
+
"LastUpdatedDate": {
|
|
215126
|
+
"type": "timestamp"
|
|
214941
215127
|
}
|
|
214942
215128
|
}
|
|
214943
215129
|
}
|
|
@@ -214959,9 +215145,6 @@ module.exports={
|
|
|
214959
215145
|
},
|
|
214960
215146
|
"output": {
|
|
214961
215147
|
"type": "structure",
|
|
214962
|
-
"required": [
|
|
214963
|
-
"Prices"
|
|
214964
|
-
],
|
|
214965
215148
|
"members": {
|
|
214966
215149
|
"Prices": {
|
|
214967
215150
|
"type": "list",
|
|
@@ -214970,19 +215153,19 @@ module.exports={
|
|
|
214970
215153
|
"members": {
|
|
214971
215154
|
"Name": {},
|
|
214972
215155
|
"RegistrationPrice": {
|
|
214973
|
-
"shape": "
|
|
215156
|
+
"shape": "S34"
|
|
214974
215157
|
},
|
|
214975
215158
|
"TransferPrice": {
|
|
214976
|
-
"shape": "
|
|
215159
|
+
"shape": "S34"
|
|
214977
215160
|
},
|
|
214978
215161
|
"RenewalPrice": {
|
|
214979
|
-
"shape": "
|
|
215162
|
+
"shape": "S34"
|
|
214980
215163
|
},
|
|
214981
215164
|
"ChangeOwnershipPrice": {
|
|
214982
|
-
"shape": "
|
|
215165
|
+
"shape": "S34"
|
|
214983
215166
|
},
|
|
214984
215167
|
"RestorationPrice": {
|
|
214985
|
-
"shape": "
|
|
215168
|
+
"shape": "S34"
|
|
214986
215169
|
}
|
|
214987
215170
|
}
|
|
214988
215171
|
}
|
|
@@ -215003,16 +215186,26 @@ module.exports={
|
|
|
215003
215186
|
},
|
|
215004
215187
|
"output": {
|
|
215005
215188
|
"type": "structure",
|
|
215006
|
-
"required": [
|
|
215007
|
-
"TagList"
|
|
215008
|
-
],
|
|
215009
215189
|
"members": {
|
|
215010
215190
|
"TagList": {
|
|
215011
|
-
"shape": "
|
|
215191
|
+
"shape": "S39"
|
|
215012
215192
|
}
|
|
215013
215193
|
}
|
|
215014
215194
|
}
|
|
215015
215195
|
},
|
|
215196
|
+
"PushDomain": {
|
|
215197
|
+
"input": {
|
|
215198
|
+
"type": "structure",
|
|
215199
|
+
"required": [
|
|
215200
|
+
"DomainName",
|
|
215201
|
+
"Target"
|
|
215202
|
+
],
|
|
215203
|
+
"members": {
|
|
215204
|
+
"DomainName": {},
|
|
215205
|
+
"Target": {}
|
|
215206
|
+
}
|
|
215207
|
+
}
|
|
215208
|
+
},
|
|
215016
215209
|
"RegisterDomain": {
|
|
215017
215210
|
"input": {
|
|
215018
215211
|
"type": "structure",
|
|
@@ -215033,13 +215226,13 @@ module.exports={
|
|
|
215033
215226
|
"type": "boolean"
|
|
215034
215227
|
},
|
|
215035
215228
|
"AdminContact": {
|
|
215036
|
-
"shape": "
|
|
215229
|
+
"shape": "S1d"
|
|
215037
215230
|
},
|
|
215038
215231
|
"RegistrantContact": {
|
|
215039
|
-
"shape": "
|
|
215232
|
+
"shape": "S1d"
|
|
215040
215233
|
},
|
|
215041
215234
|
"TechContact": {
|
|
215042
|
-
"shape": "
|
|
215235
|
+
"shape": "S1d"
|
|
215043
215236
|
},
|
|
215044
215237
|
"PrivacyProtectAdminContact": {
|
|
215045
215238
|
"type": "boolean"
|
|
@@ -215054,9 +215247,6 @@ module.exports={
|
|
|
215054
215247
|
},
|
|
215055
215248
|
"output": {
|
|
215056
215249
|
"type": "structure",
|
|
215057
|
-
"required": [
|
|
215058
|
-
"OperationId"
|
|
215059
|
-
],
|
|
215060
215250
|
"members": {
|
|
215061
215251
|
"OperationId": {}
|
|
215062
215252
|
}
|
|
@@ -215098,9 +215288,6 @@ module.exports={
|
|
|
215098
215288
|
},
|
|
215099
215289
|
"output": {
|
|
215100
215290
|
"type": "structure",
|
|
215101
|
-
"required": [
|
|
215102
|
-
"OperationId"
|
|
215103
|
-
],
|
|
215104
215291
|
"members": {
|
|
215105
215292
|
"OperationId": {}
|
|
215106
215293
|
}
|
|
@@ -215124,6 +215311,17 @@ module.exports={
|
|
|
215124
215311
|
}
|
|
215125
215312
|
}
|
|
215126
215313
|
},
|
|
215314
|
+
"ResendOperationAuthorization": {
|
|
215315
|
+
"input": {
|
|
215316
|
+
"type": "structure",
|
|
215317
|
+
"required": [
|
|
215318
|
+
"OperationId"
|
|
215319
|
+
],
|
|
215320
|
+
"members": {
|
|
215321
|
+
"OperationId": {}
|
|
215322
|
+
}
|
|
215323
|
+
}
|
|
215324
|
+
},
|
|
215127
215325
|
"RetrieveDomainAuthCode": {
|
|
215128
215326
|
"input": {
|
|
215129
215327
|
"type": "structure",
|
|
@@ -215136,12 +215334,9 @@ module.exports={
|
|
|
215136
215334
|
},
|
|
215137
215335
|
"output": {
|
|
215138
215336
|
"type": "structure",
|
|
215139
|
-
"required": [
|
|
215140
|
-
"AuthCode"
|
|
215141
|
-
],
|
|
215142
215337
|
"members": {
|
|
215143
215338
|
"AuthCode": {
|
|
215144
|
-
"shape": "
|
|
215339
|
+
"shape": "Si"
|
|
215145
215340
|
}
|
|
215146
215341
|
}
|
|
215147
215342
|
}
|
|
@@ -215163,22 +215358,22 @@ module.exports={
|
|
|
215163
215358
|
"type": "integer"
|
|
215164
215359
|
},
|
|
215165
215360
|
"Nameservers": {
|
|
215166
|
-
"shape": "
|
|
215361
|
+
"shape": "S17"
|
|
215167
215362
|
},
|
|
215168
215363
|
"AuthCode": {
|
|
215169
|
-
"shape": "
|
|
215364
|
+
"shape": "Si"
|
|
215170
215365
|
},
|
|
215171
215366
|
"AutoRenew": {
|
|
215172
215367
|
"type": "boolean"
|
|
215173
215368
|
},
|
|
215174
215369
|
"AdminContact": {
|
|
215175
|
-
"shape": "
|
|
215370
|
+
"shape": "S1d"
|
|
215176
215371
|
},
|
|
215177
215372
|
"RegistrantContact": {
|
|
215178
|
-
"shape": "
|
|
215373
|
+
"shape": "S1d"
|
|
215179
215374
|
},
|
|
215180
215375
|
"TechContact": {
|
|
215181
|
-
"shape": "
|
|
215376
|
+
"shape": "S1d"
|
|
215182
215377
|
},
|
|
215183
215378
|
"PrivacyProtectAdminContact": {
|
|
215184
215379
|
"type": "boolean"
|
|
@@ -215193,9 +215388,6 @@ module.exports={
|
|
|
215193
215388
|
},
|
|
215194
215389
|
"output": {
|
|
215195
215390
|
"type": "structure",
|
|
215196
|
-
"required": [
|
|
215197
|
-
"OperationId"
|
|
215198
|
-
],
|
|
215199
215391
|
"members": {
|
|
215200
215392
|
"OperationId": {}
|
|
215201
215393
|
}
|
|
@@ -215230,21 +215422,31 @@ module.exports={
|
|
|
215230
215422
|
"members": {
|
|
215231
215423
|
"DomainName": {},
|
|
215232
215424
|
"AdminContact": {
|
|
215233
|
-
"shape": "
|
|
215425
|
+
"shape": "S1d"
|
|
215234
215426
|
},
|
|
215235
215427
|
"RegistrantContact": {
|
|
215236
|
-
"shape": "
|
|
215428
|
+
"shape": "S1d"
|
|
215237
215429
|
},
|
|
215238
215430
|
"TechContact": {
|
|
215239
|
-
"shape": "
|
|
215431
|
+
"shape": "S1d"
|
|
215432
|
+
},
|
|
215433
|
+
"Consent": {
|
|
215434
|
+
"type": "structure",
|
|
215435
|
+
"required": [
|
|
215436
|
+
"MaxPrice",
|
|
215437
|
+
"Currency"
|
|
215438
|
+
],
|
|
215439
|
+
"members": {
|
|
215440
|
+
"MaxPrice": {
|
|
215441
|
+
"type": "double"
|
|
215442
|
+
},
|
|
215443
|
+
"Currency": {}
|
|
215444
|
+
}
|
|
215240
215445
|
}
|
|
215241
215446
|
}
|
|
215242
215447
|
},
|
|
215243
215448
|
"output": {
|
|
215244
215449
|
"type": "structure",
|
|
215245
|
-
"required": [
|
|
215246
|
-
"OperationId"
|
|
215247
|
-
],
|
|
215248
215450
|
"members": {
|
|
215249
215451
|
"OperationId": {}
|
|
215250
215452
|
}
|
|
@@ -215271,9 +215473,6 @@ module.exports={
|
|
|
215271
215473
|
},
|
|
215272
215474
|
"output": {
|
|
215273
215475
|
"type": "structure",
|
|
215274
|
-
"required": [
|
|
215275
|
-
"OperationId"
|
|
215276
|
-
],
|
|
215277
215476
|
"members": {
|
|
215278
215477
|
"OperationId": {}
|
|
215279
215478
|
}
|
|
@@ -215294,15 +215493,12 @@ module.exports={
|
|
|
215294
215493
|
"sensitive": true
|
|
215295
215494
|
},
|
|
215296
215495
|
"Nameservers": {
|
|
215297
|
-
"shape": "
|
|
215496
|
+
"shape": "S17"
|
|
215298
215497
|
}
|
|
215299
215498
|
}
|
|
215300
215499
|
},
|
|
215301
215500
|
"output": {
|
|
215302
215501
|
"type": "structure",
|
|
215303
|
-
"required": [
|
|
215304
|
-
"OperationId"
|
|
215305
|
-
],
|
|
215306
215502
|
"members": {
|
|
215307
215503
|
"OperationId": {}
|
|
215308
215504
|
}
|
|
@@ -215317,7 +215513,7 @@ module.exports={
|
|
|
215317
215513
|
"members": {
|
|
215318
215514
|
"DomainName": {},
|
|
215319
215515
|
"TagsToUpdate": {
|
|
215320
|
-
"shape": "
|
|
215516
|
+
"shape": "S39"
|
|
215321
215517
|
}
|
|
215322
215518
|
}
|
|
215323
215519
|
},
|
|
@@ -215368,11 +215564,11 @@ module.exports={
|
|
|
215368
215564
|
}
|
|
215369
215565
|
},
|
|
215370
215566
|
"shapes": {
|
|
215371
|
-
"
|
|
215567
|
+
"Si": {
|
|
215372
215568
|
"type": "string",
|
|
215373
215569
|
"sensitive": true
|
|
215374
215570
|
},
|
|
215375
|
-
"
|
|
215571
|
+
"S17": {
|
|
215376
215572
|
"type": "list",
|
|
215377
215573
|
"member": {
|
|
215378
215574
|
"type": "structure",
|
|
@@ -215388,7 +215584,7 @@ module.exports={
|
|
|
215388
215584
|
}
|
|
215389
215585
|
}
|
|
215390
215586
|
},
|
|
215391
|
-
"
|
|
215587
|
+
"S1d": {
|
|
215392
215588
|
"type": "structure",
|
|
215393
215589
|
"members": {
|
|
215394
215590
|
"FirstName": {},
|
|
@@ -215424,7 +215620,7 @@ module.exports={
|
|
|
215424
215620
|
},
|
|
215425
215621
|
"sensitive": true
|
|
215426
215622
|
},
|
|
215427
|
-
"
|
|
215623
|
+
"S34": {
|
|
215428
215624
|
"type": "structure",
|
|
215429
215625
|
"required": [
|
|
215430
215626
|
"Price",
|
|
@@ -215437,7 +215633,7 @@ module.exports={
|
|
|
215437
215633
|
"Currency": {}
|
|
215438
215634
|
}
|
|
215439
215635
|
},
|
|
215440
|
-
"
|
|
215636
|
+
"S39": {
|
|
215441
215637
|
"type": "list",
|
|
215442
215638
|
"member": {
|
|
215443
215639
|
"type": "structure",
|
|
@@ -251196,7 +251392,7 @@ AWS.util.update(AWS, {
|
|
|
251196
251392
|
/**
|
|
251197
251393
|
* @constant
|
|
251198
251394
|
*/
|
|
251199
|
-
VERSION: '2.
|
|
251395
|
+
VERSION: '2.1279.0',
|
|
251200
251396
|
|
|
251201
251397
|
/**
|
|
251202
251398
|
* @api private
|
|
@@ -273256,7 +273452,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
273256
273452
|
}());
|
|
273257
273453
|
exports.LRUCache = LRUCache;
|
|
273258
273454
|
},{}],461:[function(require,module,exports){
|
|
273259
|
-
// AWS SDK for JavaScript v2.
|
|
273455
|
+
// AWS SDK for JavaScript v2.1279.0
|
|
273260
273456
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
273261
273457
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
273262
273458
|
require('./browser_loader');
|