@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
|
@@ -9646,7 +9646,11 @@
|
|
|
9646
9646
|
"DryRun": {
|
|
9647
9647
|
"locationName": "dryRun",
|
|
9648
9648
|
"type": "boolean"
|
|
9649
|
-
}
|
|
9649
|
+
},
|
|
9650
|
+
"MaxResults": {
|
|
9651
|
+
"type": "integer"
|
|
9652
|
+
},
|
|
9653
|
+
"NextToken": {}
|
|
9650
9654
|
}
|
|
9651
9655
|
},
|
|
9652
9656
|
"output": {
|
|
@@ -9757,6 +9761,9 @@
|
|
|
9757
9761
|
}
|
|
9758
9762
|
}
|
|
9759
9763
|
}
|
|
9764
|
+
},
|
|
9765
|
+
"NextToken": {
|
|
9766
|
+
"locationName": "nextToken"
|
|
9760
9767
|
}
|
|
9761
9768
|
}
|
|
9762
9769
|
}
|
|
@@ -15535,7 +15542,7 @@
|
|
|
15535
15542
|
],
|
|
15536
15543
|
"members": {
|
|
15537
15544
|
"AvailabilityZones": {
|
|
15538
|
-
"shape": "
|
|
15545
|
+
"shape": "S1ql",
|
|
15539
15546
|
"locationName": "AvailabilityZone"
|
|
15540
15547
|
},
|
|
15541
15548
|
"SourceSnapshotIds": {
|
|
@@ -15723,7 +15730,7 @@
|
|
|
15723
15730
|
"type": "structure",
|
|
15724
15731
|
"members": {
|
|
15725
15732
|
"Propagation": {
|
|
15726
|
-
"shape": "
|
|
15733
|
+
"shape": "S1r2",
|
|
15727
15734
|
"locationName": "propagation"
|
|
15728
15735
|
}
|
|
15729
15736
|
}
|
|
@@ -16234,7 +16241,7 @@
|
|
|
16234
16241
|
],
|
|
16235
16242
|
"members": {
|
|
16236
16243
|
"AvailabilityZones": {
|
|
16237
|
-
"shape": "
|
|
16244
|
+
"shape": "S1ql",
|
|
16238
16245
|
"locationName": "AvailabilityZone"
|
|
16239
16246
|
},
|
|
16240
16247
|
"SourceSnapshotIds": {
|
|
@@ -16445,7 +16452,7 @@
|
|
|
16445
16452
|
"type": "structure",
|
|
16446
16453
|
"members": {
|
|
16447
16454
|
"Propagation": {
|
|
16448
|
-
"shape": "
|
|
16455
|
+
"shape": "S1r2",
|
|
16449
16456
|
"locationName": "propagation"
|
|
16450
16457
|
}
|
|
16451
16458
|
}
|
|
@@ -17053,7 +17060,7 @@
|
|
|
17053
17060
|
"type": "structure",
|
|
17054
17061
|
"members": {
|
|
17055
17062
|
"InstanceFamilyCreditSpecification": {
|
|
17056
|
-
"shape": "
|
|
17063
|
+
"shape": "S1u6",
|
|
17057
17064
|
"locationName": "instanceFamilyCreditSpecification"
|
|
17058
17065
|
}
|
|
17059
17066
|
}
|
|
@@ -17200,7 +17207,7 @@
|
|
|
17200
17207
|
],
|
|
17201
17208
|
"members": {
|
|
17202
17209
|
"HostIdSet": {
|
|
17203
|
-
"shape": "
|
|
17210
|
+
"shape": "S1un"
|
|
17204
17211
|
},
|
|
17205
17212
|
"OfferingId": {}
|
|
17206
17213
|
}
|
|
@@ -17212,7 +17219,7 @@
|
|
|
17212
17219
|
"locationName": "currencyCode"
|
|
17213
17220
|
},
|
|
17214
17221
|
"Purchase": {
|
|
17215
|
-
"shape": "
|
|
17222
|
+
"shape": "S1up",
|
|
17216
17223
|
"locationName": "purchase"
|
|
17217
17224
|
},
|
|
17218
17225
|
"TotalHourlyPrice": {
|
|
@@ -17237,11 +17244,11 @@
|
|
|
17237
17244
|
"type": "boolean"
|
|
17238
17245
|
},
|
|
17239
17246
|
"ArchitectureTypes": {
|
|
17240
|
-
"shape": "
|
|
17247
|
+
"shape": "S1us",
|
|
17241
17248
|
"locationName": "ArchitectureType"
|
|
17242
17249
|
},
|
|
17243
17250
|
"VirtualizationTypes": {
|
|
17244
|
-
"shape": "
|
|
17251
|
+
"shape": "S1ut",
|
|
17245
17252
|
"locationName": "VirtualizationType"
|
|
17246
17253
|
},
|
|
17247
17254
|
"InstanceRequirements": {
|
|
@@ -17495,7 +17502,7 @@
|
|
|
17495
17502
|
"locationName": "ipamResourceCidrSet",
|
|
17496
17503
|
"type": "list",
|
|
17497
17504
|
"member": {
|
|
17498
|
-
"shape": "
|
|
17505
|
+
"shape": "S1vi",
|
|
17499
17506
|
"locationName": "item"
|
|
17500
17507
|
}
|
|
17501
17508
|
}
|
|
@@ -17758,7 +17765,7 @@
|
|
|
17758
17765
|
"locationName": "paymentDue"
|
|
17759
17766
|
},
|
|
17760
17767
|
"ReservedInstanceValueRollup": {
|
|
17761
|
-
"shape": "
|
|
17768
|
+
"shape": "S1w6",
|
|
17762
17769
|
"locationName": "reservedInstanceValueRollup"
|
|
17763
17770
|
},
|
|
17764
17771
|
"ReservedInstanceValueSet": {
|
|
@@ -17769,7 +17776,7 @@
|
|
|
17769
17776
|
"type": "structure",
|
|
17770
17777
|
"members": {
|
|
17771
17778
|
"ReservationValue": {
|
|
17772
|
-
"shape": "
|
|
17779
|
+
"shape": "S1w6",
|
|
17773
17780
|
"locationName": "reservationValue"
|
|
17774
17781
|
},
|
|
17775
17782
|
"ReservedInstanceId": {
|
|
@@ -17779,7 +17786,7 @@
|
|
|
17779
17786
|
}
|
|
17780
17787
|
},
|
|
17781
17788
|
"TargetConfigurationValueRollup": {
|
|
17782
|
-
"shape": "
|
|
17789
|
+
"shape": "S1w6",
|
|
17783
17790
|
"locationName": "targetConfigurationValueRollup"
|
|
17784
17791
|
},
|
|
17785
17792
|
"TargetConfigurationValueSet": {
|
|
@@ -17790,7 +17797,7 @@
|
|
|
17790
17797
|
"type": "structure",
|
|
17791
17798
|
"members": {
|
|
17792
17799
|
"ReservationValue": {
|
|
17793
|
-
"shape": "
|
|
17800
|
+
"shape": "S1w6",
|
|
17794
17801
|
"locationName": "reservationValue"
|
|
17795
17802
|
},
|
|
17796
17803
|
"TargetConfiguration": {
|
|
@@ -17862,11 +17869,11 @@
|
|
|
17862
17869
|
"type": "structure",
|
|
17863
17870
|
"members": {
|
|
17864
17871
|
"ArchitectureTypes": {
|
|
17865
|
-
"shape": "
|
|
17872
|
+
"shape": "S1us",
|
|
17866
17873
|
"locationName": "ArchitectureType"
|
|
17867
17874
|
},
|
|
17868
17875
|
"VirtualizationTypes": {
|
|
17869
|
-
"shape": "
|
|
17876
|
+
"shape": "S1ut",
|
|
17870
17877
|
"locationName": "VirtualizationType"
|
|
17871
17878
|
},
|
|
17872
17879
|
"InstanceRequirements": {
|
|
@@ -17937,11 +17944,11 @@
|
|
|
17937
17944
|
"type": "structure",
|
|
17938
17945
|
"members": {
|
|
17939
17946
|
"SubnetIpv4CidrReservations": {
|
|
17940
|
-
"shape": "
|
|
17947
|
+
"shape": "S1wq",
|
|
17941
17948
|
"locationName": "subnetIpv4CidrReservationSet"
|
|
17942
17949
|
},
|
|
17943
17950
|
"SubnetIpv6CidrReservations": {
|
|
17944
|
-
"shape": "
|
|
17951
|
+
"shape": "S1wq",
|
|
17945
17952
|
"locationName": "subnetIpv6CidrReservationSet"
|
|
17946
17953
|
},
|
|
17947
17954
|
"NextToken": {
|
|
@@ -18462,7 +18469,7 @@
|
|
|
18462
18469
|
"members": {
|
|
18463
18470
|
"Architecture": {},
|
|
18464
18471
|
"ClientData": {
|
|
18465
|
-
"shape": "
|
|
18472
|
+
"shape": "S1xz"
|
|
18466
18473
|
},
|
|
18467
18474
|
"ClientToken": {},
|
|
18468
18475
|
"Description": {},
|
|
@@ -18479,7 +18486,7 @@
|
|
|
18479
18486
|
"SnapshotId": {},
|
|
18480
18487
|
"Url": {},
|
|
18481
18488
|
"UserBucket": {
|
|
18482
|
-
"shape": "
|
|
18489
|
+
"shape": "S1y2"
|
|
18483
18490
|
}
|
|
18484
18491
|
}
|
|
18485
18492
|
}
|
|
@@ -18589,10 +18596,10 @@
|
|
|
18589
18596
|
"members": {
|
|
18590
18597
|
"Description": {},
|
|
18591
18598
|
"Image": {
|
|
18592
|
-
"shape": "
|
|
18599
|
+
"shape": "S1y9"
|
|
18593
18600
|
},
|
|
18594
18601
|
"Volume": {
|
|
18595
|
-
"shape": "
|
|
18602
|
+
"shape": "S1ya"
|
|
18596
18603
|
}
|
|
18597
18604
|
}
|
|
18598
18605
|
}
|
|
@@ -18715,7 +18722,7 @@
|
|
|
18715
18722
|
"type": "structure",
|
|
18716
18723
|
"members": {
|
|
18717
18724
|
"ClientData": {
|
|
18718
|
-
"shape": "
|
|
18725
|
+
"shape": "S1xz"
|
|
18719
18726
|
},
|
|
18720
18727
|
"ClientToken": {},
|
|
18721
18728
|
"Description": {},
|
|
@@ -18726,7 +18733,7 @@
|
|
|
18726
18733
|
"Format": {},
|
|
18727
18734
|
"Url": {},
|
|
18728
18735
|
"UserBucket": {
|
|
18729
|
-
"shape": "
|
|
18736
|
+
"shape": "S1y2"
|
|
18730
18737
|
}
|
|
18731
18738
|
}
|
|
18732
18739
|
},
|
|
@@ -18784,11 +18791,11 @@
|
|
|
18784
18791
|
"type": "boolean"
|
|
18785
18792
|
},
|
|
18786
18793
|
"Image": {
|
|
18787
|
-
"shape": "
|
|
18794
|
+
"shape": "S1y9",
|
|
18788
18795
|
"locationName": "image"
|
|
18789
18796
|
},
|
|
18790
18797
|
"Volume": {
|
|
18791
|
-
"shape": "
|
|
18798
|
+
"shape": "S1ya",
|
|
18792
18799
|
"locationName": "volume"
|
|
18793
18800
|
}
|
|
18794
18801
|
}
|
|
@@ -19103,7 +19110,7 @@
|
|
|
19103
19110
|
"type": "structure",
|
|
19104
19111
|
"members": {
|
|
19105
19112
|
"InstanceFamilyCreditSpecification": {
|
|
19106
|
-
"shape": "
|
|
19113
|
+
"shape": "S1u6",
|
|
19107
19114
|
"locationName": "instanceFamilyCreditSpecification"
|
|
19108
19115
|
}
|
|
19109
19116
|
}
|
|
@@ -19177,25 +19184,25 @@
|
|
|
19177
19184
|
"Attribute": {},
|
|
19178
19185
|
"OperationType": {},
|
|
19179
19186
|
"UserIds": {
|
|
19180
|
-
"shape": "
|
|
19187
|
+
"shape": "S1zf",
|
|
19181
19188
|
"locationName": "UserId"
|
|
19182
19189
|
},
|
|
19183
19190
|
"UserGroups": {
|
|
19184
|
-
"shape": "
|
|
19191
|
+
"shape": "S1zg",
|
|
19185
19192
|
"locationName": "UserGroup"
|
|
19186
19193
|
},
|
|
19187
19194
|
"ProductCodes": {
|
|
19188
|
-
"shape": "
|
|
19195
|
+
"shape": "S1zh",
|
|
19189
19196
|
"locationName": "ProductCode"
|
|
19190
19197
|
},
|
|
19191
19198
|
"LoadPermission": {
|
|
19192
19199
|
"type": "structure",
|
|
19193
19200
|
"members": {
|
|
19194
19201
|
"Add": {
|
|
19195
|
-
"shape": "
|
|
19202
|
+
"shape": "S1zj"
|
|
19196
19203
|
},
|
|
19197
19204
|
"Remove": {
|
|
19198
|
-
"shape": "
|
|
19205
|
+
"shape": "S1zj"
|
|
19199
19206
|
}
|
|
19200
19207
|
}
|
|
19201
19208
|
},
|
|
@@ -19240,7 +19247,7 @@
|
|
|
19240
19247
|
"locationName": "successful"
|
|
19241
19248
|
},
|
|
19242
19249
|
"Unsuccessful": {
|
|
19243
|
-
"shape": "
|
|
19250
|
+
"shape": "S1zo",
|
|
19244
19251
|
"locationName": "unsuccessful"
|
|
19245
19252
|
}
|
|
19246
19253
|
}
|
|
@@ -19308,15 +19315,15 @@
|
|
|
19308
19315
|
},
|
|
19309
19316
|
"OperationType": {},
|
|
19310
19317
|
"ProductCodes": {
|
|
19311
|
-
"shape": "
|
|
19318
|
+
"shape": "S1zh",
|
|
19312
19319
|
"locationName": "ProductCode"
|
|
19313
19320
|
},
|
|
19314
19321
|
"UserGroups": {
|
|
19315
|
-
"shape": "
|
|
19322
|
+
"shape": "S1zg",
|
|
19316
19323
|
"locationName": "UserGroup"
|
|
19317
19324
|
},
|
|
19318
19325
|
"UserIds": {
|
|
19319
|
-
"shape": "
|
|
19326
|
+
"shape": "S1zf",
|
|
19320
19327
|
"locationName": "UserId"
|
|
19321
19328
|
},
|
|
19322
19329
|
"Value": {},
|
|
@@ -19458,7 +19465,7 @@
|
|
|
19458
19465
|
"members": {
|
|
19459
19466
|
"InstanceId": {},
|
|
19460
19467
|
"CapacityReservationSpecification": {
|
|
19461
|
-
"shape": "
|
|
19468
|
+
"shape": "S201"
|
|
19462
19469
|
},
|
|
19463
19470
|
"DryRun": {
|
|
19464
19471
|
"type": "boolean"
|
|
@@ -19811,7 +19818,7 @@
|
|
|
19811
19818
|
"type": "structure",
|
|
19812
19819
|
"members": {
|
|
19813
19820
|
"IpamResourceCidr": {
|
|
19814
|
-
"shape": "
|
|
19821
|
+
"shape": "S1vi",
|
|
19815
19822
|
"locationName": "ipamResourceCidr"
|
|
19816
19823
|
}
|
|
19817
19824
|
}
|
|
@@ -20124,7 +20131,7 @@
|
|
|
20124
20131
|
"OperationType": {},
|
|
20125
20132
|
"SnapshotId": {},
|
|
20126
20133
|
"UserIds": {
|
|
20127
|
-
"shape": "
|
|
20134
|
+
"shape": "S1zf",
|
|
20128
20135
|
"locationName": "UserId"
|
|
20129
20136
|
},
|
|
20130
20137
|
"DryRun": {
|
|
@@ -21042,13 +21049,13 @@
|
|
|
21042
21049
|
],
|
|
21043
21050
|
"members": {
|
|
21044
21051
|
"AccepterPeeringConnectionOptions": {
|
|
21045
|
-
"shape": "
|
|
21052
|
+
"shape": "S23c"
|
|
21046
21053
|
},
|
|
21047
21054
|
"DryRun": {
|
|
21048
21055
|
"type": "boolean"
|
|
21049
21056
|
},
|
|
21050
21057
|
"RequesterPeeringConnectionOptions": {
|
|
21051
|
-
"shape": "
|
|
21058
|
+
"shape": "S23c"
|
|
21052
21059
|
},
|
|
21053
21060
|
"VpcPeeringConnectionId": {}
|
|
21054
21061
|
}
|
|
@@ -21057,11 +21064,11 @@
|
|
|
21057
21064
|
"type": "structure",
|
|
21058
21065
|
"members": {
|
|
21059
21066
|
"AccepterPeeringConnectionOptions": {
|
|
21060
|
-
"shape": "
|
|
21067
|
+
"shape": "S23e",
|
|
21061
21068
|
"locationName": "accepterPeeringConnectionOptions"
|
|
21062
21069
|
},
|
|
21063
21070
|
"RequesterPeeringConnectionOptions": {
|
|
21064
|
-
"shape": "
|
|
21071
|
+
"shape": "S23e",
|
|
21065
21072
|
"locationName": "requesterPeeringConnectionOptions"
|
|
21066
21073
|
}
|
|
21067
21074
|
}
|
|
@@ -21276,7 +21283,7 @@
|
|
|
21276
21283
|
"type": "structure",
|
|
21277
21284
|
"members": {
|
|
21278
21285
|
"InstanceMonitorings": {
|
|
21279
|
-
"shape": "
|
|
21286
|
+
"shape": "S23t",
|
|
21280
21287
|
"locationName": "instancesSet"
|
|
21281
21288
|
}
|
|
21282
21289
|
}
|
|
@@ -21456,7 +21463,7 @@
|
|
|
21456
21463
|
"ClientToken": {},
|
|
21457
21464
|
"CurrencyCode": {},
|
|
21458
21465
|
"HostIdSet": {
|
|
21459
|
-
"shape": "
|
|
21466
|
+
"shape": "S1un"
|
|
21460
21467
|
},
|
|
21461
21468
|
"LimitPrice": {},
|
|
21462
21469
|
"OfferingId": {},
|
|
@@ -21476,7 +21483,7 @@
|
|
|
21476
21483
|
"locationName": "currencyCode"
|
|
21477
21484
|
},
|
|
21478
21485
|
"Purchase": {
|
|
21479
|
-
"shape": "
|
|
21486
|
+
"shape": "S1up",
|
|
21480
21487
|
"locationName": "purchase"
|
|
21481
21488
|
},
|
|
21482
21489
|
"TotalHourlyPrice": {
|
|
@@ -21924,7 +21931,7 @@
|
|
|
21924
21931
|
"locationName": "successful"
|
|
21925
21932
|
},
|
|
21926
21933
|
"Unsuccessful": {
|
|
21927
|
-
"shape": "
|
|
21934
|
+
"shape": "S1zo",
|
|
21928
21935
|
"locationName": "unsuccessful"
|
|
21929
21936
|
}
|
|
21930
21937
|
}
|
|
@@ -22960,7 +22967,7 @@
|
|
|
22960
22967
|
}
|
|
22961
22968
|
},
|
|
22962
22969
|
"CapacityReservationSpecification": {
|
|
22963
|
-
"shape": "
|
|
22970
|
+
"shape": "S201"
|
|
22964
22971
|
},
|
|
22965
22972
|
"HibernationOptions": {
|
|
22966
22973
|
"type": "structure",
|
|
@@ -23123,7 +23130,7 @@
|
|
|
23123
23130
|
"type": "integer"
|
|
23124
23131
|
},
|
|
23125
23132
|
"Groups": {
|
|
23126
|
-
"shape": "
|
|
23133
|
+
"shape": "S27g",
|
|
23127
23134
|
"locationName": "Group"
|
|
23128
23135
|
},
|
|
23129
23136
|
"Ipv6AddressCount": {
|
|
@@ -23172,7 +23179,7 @@
|
|
|
23172
23179
|
},
|
|
23173
23180
|
"RamdiskId": {},
|
|
23174
23181
|
"SecurityGroupIds": {
|
|
23175
|
-
"shape": "
|
|
23182
|
+
"shape": "S27g",
|
|
23176
23183
|
"locationName": "SecurityGroupId"
|
|
23177
23184
|
},
|
|
23178
23185
|
"SubnetId": {},
|
|
@@ -23382,7 +23389,7 @@
|
|
|
23382
23389
|
"type": "structure",
|
|
23383
23390
|
"members": {
|
|
23384
23391
|
"StartingInstances": {
|
|
23385
|
-
"shape": "
|
|
23392
|
+
"shape": "S284",
|
|
23386
23393
|
"locationName": "instancesSet"
|
|
23387
23394
|
}
|
|
23388
23395
|
}
|
|
@@ -23509,7 +23516,7 @@
|
|
|
23509
23516
|
"type": "structure",
|
|
23510
23517
|
"members": {
|
|
23511
23518
|
"StoppingInstances": {
|
|
23512
|
-
"shape": "
|
|
23519
|
+
"shape": "S284",
|
|
23513
23520
|
"locationName": "instancesSet"
|
|
23514
23521
|
}
|
|
23515
23522
|
}
|
|
@@ -23584,7 +23591,7 @@
|
|
|
23584
23591
|
"type": "structure",
|
|
23585
23592
|
"members": {
|
|
23586
23593
|
"TerminatingInstances": {
|
|
23587
|
-
"shape": "
|
|
23594
|
+
"shape": "S284",
|
|
23588
23595
|
"locationName": "instancesSet"
|
|
23589
23596
|
}
|
|
23590
23597
|
}
|
|
@@ -23669,7 +23676,7 @@
|
|
|
23669
23676
|
"type": "structure",
|
|
23670
23677
|
"members": {
|
|
23671
23678
|
"InstanceMonitorings": {
|
|
23672
|
-
"shape": "
|
|
23679
|
+
"shape": "S23t",
|
|
23673
23680
|
"locationName": "instancesSet"
|
|
23674
23681
|
}
|
|
23675
23682
|
}
|
|
@@ -23688,7 +23695,7 @@
|
|
|
23688
23695
|
"shape": "S5y"
|
|
23689
23696
|
},
|
|
23690
23697
|
"SecurityGroupRuleDescriptions": {
|
|
23691
|
-
"shape": "
|
|
23698
|
+
"shape": "S28q",
|
|
23692
23699
|
"locationName": "SecurityGroupRuleDescription"
|
|
23693
23700
|
}
|
|
23694
23701
|
}
|
|
@@ -23716,7 +23723,7 @@
|
|
|
23716
23723
|
"shape": "S5y"
|
|
23717
23724
|
},
|
|
23718
23725
|
"SecurityGroupRuleDescriptions": {
|
|
23719
|
-
"shape": "
|
|
23726
|
+
"shape": "S28q",
|
|
23720
23727
|
"locationName": "SecurityGroupRuleDescription"
|
|
23721
23728
|
}
|
|
23722
23729
|
}
|
|
@@ -32739,13 +32746,13 @@
|
|
|
32739
32746
|
"locationName": "VpcId"
|
|
32740
32747
|
}
|
|
32741
32748
|
},
|
|
32742
|
-
"
|
|
32749
|
+
"S1ql": {
|
|
32743
32750
|
"type": "list",
|
|
32744
32751
|
"member": {
|
|
32745
32752
|
"locationName": "AvailabilityZone"
|
|
32746
32753
|
}
|
|
32747
32754
|
},
|
|
32748
|
-
"
|
|
32755
|
+
"S1r2": {
|
|
32749
32756
|
"type": "structure",
|
|
32750
32757
|
"members": {
|
|
32751
32758
|
"TransitGatewayAttachmentId": {
|
|
@@ -32768,7 +32775,7 @@
|
|
|
32768
32775
|
}
|
|
32769
32776
|
}
|
|
32770
32777
|
},
|
|
32771
|
-
"
|
|
32778
|
+
"S1u6": {
|
|
32772
32779
|
"type": "structure",
|
|
32773
32780
|
"members": {
|
|
32774
32781
|
"InstanceFamily": {
|
|
@@ -32779,13 +32786,13 @@
|
|
|
32779
32786
|
}
|
|
32780
32787
|
}
|
|
32781
32788
|
},
|
|
32782
|
-
"
|
|
32789
|
+
"S1un": {
|
|
32783
32790
|
"type": "list",
|
|
32784
32791
|
"member": {
|
|
32785
32792
|
"locationName": "item"
|
|
32786
32793
|
}
|
|
32787
32794
|
},
|
|
32788
|
-
"
|
|
32795
|
+
"S1up": {
|
|
32789
32796
|
"type": "list",
|
|
32790
32797
|
"member": {
|
|
32791
32798
|
"locationName": "item",
|
|
@@ -32820,19 +32827,19 @@
|
|
|
32820
32827
|
}
|
|
32821
32828
|
}
|
|
32822
32829
|
},
|
|
32823
|
-
"
|
|
32830
|
+
"S1us": {
|
|
32824
32831
|
"type": "list",
|
|
32825
32832
|
"member": {
|
|
32826
32833
|
"locationName": "item"
|
|
32827
32834
|
}
|
|
32828
32835
|
},
|
|
32829
|
-
"
|
|
32836
|
+
"S1ut": {
|
|
32830
32837
|
"type": "list",
|
|
32831
32838
|
"member": {
|
|
32832
32839
|
"locationName": "item"
|
|
32833
32840
|
}
|
|
32834
32841
|
},
|
|
32835
|
-
"
|
|
32842
|
+
"S1vi": {
|
|
32836
32843
|
"type": "structure",
|
|
32837
32844
|
"members": {
|
|
32838
32845
|
"IpamId": {
|
|
@@ -32884,7 +32891,7 @@
|
|
|
32884
32891
|
}
|
|
32885
32892
|
}
|
|
32886
32893
|
},
|
|
32887
|
-
"
|
|
32894
|
+
"S1w6": {
|
|
32888
32895
|
"type": "structure",
|
|
32889
32896
|
"members": {
|
|
32890
32897
|
"HourlyPrice": {
|
|
@@ -32898,14 +32905,14 @@
|
|
|
32898
32905
|
}
|
|
32899
32906
|
}
|
|
32900
32907
|
},
|
|
32901
|
-
"
|
|
32908
|
+
"S1wq": {
|
|
32902
32909
|
"type": "list",
|
|
32903
32910
|
"member": {
|
|
32904
32911
|
"shape": "Smb",
|
|
32905
32912
|
"locationName": "item"
|
|
32906
32913
|
}
|
|
32907
32914
|
},
|
|
32908
|
-
"
|
|
32915
|
+
"S1xz": {
|
|
32909
32916
|
"type": "structure",
|
|
32910
32917
|
"members": {
|
|
32911
32918
|
"Comment": {},
|
|
@@ -32920,14 +32927,14 @@
|
|
|
32920
32927
|
}
|
|
32921
32928
|
}
|
|
32922
32929
|
},
|
|
32923
|
-
"
|
|
32930
|
+
"S1y2": {
|
|
32924
32931
|
"type": "structure",
|
|
32925
32932
|
"members": {
|
|
32926
32933
|
"S3Bucket": {},
|
|
32927
32934
|
"S3Key": {}
|
|
32928
32935
|
}
|
|
32929
32936
|
},
|
|
32930
|
-
"
|
|
32937
|
+
"S1y9": {
|
|
32931
32938
|
"type": "structure",
|
|
32932
32939
|
"required": [
|
|
32933
32940
|
"Bytes",
|
|
@@ -32947,7 +32954,7 @@
|
|
|
32947
32954
|
}
|
|
32948
32955
|
}
|
|
32949
32956
|
},
|
|
32950
|
-
"
|
|
32957
|
+
"S1ya": {
|
|
32951
32958
|
"type": "structure",
|
|
32952
32959
|
"required": [
|
|
32953
32960
|
"Size"
|
|
@@ -32959,25 +32966,25 @@
|
|
|
32959
32966
|
}
|
|
32960
32967
|
}
|
|
32961
32968
|
},
|
|
32962
|
-
"
|
|
32969
|
+
"S1zf": {
|
|
32963
32970
|
"type": "list",
|
|
32964
32971
|
"member": {
|
|
32965
32972
|
"locationName": "UserId"
|
|
32966
32973
|
}
|
|
32967
32974
|
},
|
|
32968
|
-
"
|
|
32975
|
+
"S1zg": {
|
|
32969
32976
|
"type": "list",
|
|
32970
32977
|
"member": {
|
|
32971
32978
|
"locationName": "UserGroup"
|
|
32972
32979
|
}
|
|
32973
32980
|
},
|
|
32974
|
-
"
|
|
32981
|
+
"S1zh": {
|
|
32975
32982
|
"type": "list",
|
|
32976
32983
|
"member": {
|
|
32977
32984
|
"locationName": "ProductCode"
|
|
32978
32985
|
}
|
|
32979
32986
|
},
|
|
32980
|
-
"
|
|
32987
|
+
"S1zj": {
|
|
32981
32988
|
"type": "list",
|
|
32982
32989
|
"member": {
|
|
32983
32990
|
"locationName": "item",
|
|
@@ -32988,14 +32995,14 @@
|
|
|
32988
32995
|
}
|
|
32989
32996
|
}
|
|
32990
32997
|
},
|
|
32991
|
-
"
|
|
32998
|
+
"S1zo": {
|
|
32992
32999
|
"type": "list",
|
|
32993
33000
|
"member": {
|
|
32994
33001
|
"shape": "S1h",
|
|
32995
33002
|
"locationName": "item"
|
|
32996
33003
|
}
|
|
32997
33004
|
},
|
|
32998
|
-
"
|
|
33005
|
+
"S201": {
|
|
32999
33006
|
"type": "structure",
|
|
33000
33007
|
"members": {
|
|
33001
33008
|
"CapacityReservationPreference": {},
|
|
@@ -33004,7 +33011,7 @@
|
|
|
33004
33011
|
}
|
|
33005
33012
|
}
|
|
33006
33013
|
},
|
|
33007
|
-
"
|
|
33014
|
+
"S23c": {
|
|
33008
33015
|
"type": "structure",
|
|
33009
33016
|
"members": {
|
|
33010
33017
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -33018,7 +33025,7 @@
|
|
|
33018
33025
|
}
|
|
33019
33026
|
}
|
|
33020
33027
|
},
|
|
33021
|
-
"
|
|
33028
|
+
"S23e": {
|
|
33022
33029
|
"type": "structure",
|
|
33023
33030
|
"members": {
|
|
33024
33031
|
"AllowDnsResolutionFromRemoteVpc": {
|
|
@@ -33035,7 +33042,7 @@
|
|
|
33035
33042
|
}
|
|
33036
33043
|
}
|
|
33037
33044
|
},
|
|
33038
|
-
"
|
|
33045
|
+
"S23t": {
|
|
33039
33046
|
"type": "list",
|
|
33040
33047
|
"member": {
|
|
33041
33048
|
"locationName": "item",
|
|
@@ -33051,13 +33058,13 @@
|
|
|
33051
33058
|
}
|
|
33052
33059
|
}
|
|
33053
33060
|
},
|
|
33054
|
-
"
|
|
33061
|
+
"S27g": {
|
|
33055
33062
|
"type": "list",
|
|
33056
33063
|
"member": {
|
|
33057
33064
|
"locationName": "SecurityGroupId"
|
|
33058
33065
|
}
|
|
33059
33066
|
},
|
|
33060
|
-
"
|
|
33067
|
+
"S284": {
|
|
33061
33068
|
"type": "list",
|
|
33062
33069
|
"member": {
|
|
33063
33070
|
"locationName": "item",
|
|
@@ -33077,7 +33084,7 @@
|
|
|
33077
33084
|
}
|
|
33078
33085
|
}
|
|
33079
33086
|
},
|
|
33080
|
-
"
|
|
33087
|
+
"S28q": {
|
|
33081
33088
|
"type": "list",
|
|
33082
33089
|
"member": {
|
|
33083
33090
|
"locationName": "item",
|