aws-sdk-ec2 1.271.0 → 1.296.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +125 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +5106 -186
- data/lib/aws-sdk-ec2/client_api.rb +1812 -9
- data/lib/aws-sdk-ec2/dhcp_options.rb +2 -0
- data/lib/aws-sdk-ec2/image.rb +18 -2
- data/lib/aws-sdk-ec2/instance.rb +19 -3
- data/lib/aws-sdk-ec2/internet_gateway.rb +2 -0
- data/lib/aws-sdk-ec2/nat_gateway.rb +2 -0
- data/lib/aws-sdk-ec2/network_acl.rb +2 -0
- data/lib/aws-sdk-ec2/network_interface.rb +26 -0
- data/lib/aws-sdk-ec2/network_interface_association.rb +6 -0
- data/lib/aws-sdk-ec2/placement_group.rb +10 -1
- data/lib/aws-sdk-ec2/plugins/copy_encrypted_snapshot.rb +7 -1
- data/lib/aws-sdk-ec2/resource.rb +104 -36
- data/lib/aws-sdk-ec2/route.rb +9 -0
- data/lib/aws-sdk-ec2/route_table.rb +5 -0
- data/lib/aws-sdk-ec2/security_group.rb +4 -2
- data/lib/aws-sdk-ec2/snapshot.rb +20 -1
- data/lib/aws-sdk-ec2/subnet.rb +57 -16
- data/lib/aws-sdk-ec2/tag.rb +2 -0
- data/lib/aws-sdk-ec2/types.rb +8769 -546
- data/lib/aws-sdk-ec2/volume.rb +6 -1
- data/lib/aws-sdk-ec2/vpc.rb +25 -10
- data/lib/aws-sdk-ec2/waiters.rb +44 -0
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +4 -4
@@ -13,6 +13,16 @@ module Aws::EC2
|
|
13
13
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
|
+
AcceleratorCount = Shapes::StructureShape.new(name: 'AcceleratorCount')
|
17
|
+
AcceleratorCountRequest = Shapes::StructureShape.new(name: 'AcceleratorCountRequest')
|
18
|
+
AcceleratorManufacturer = Shapes::StringShape.new(name: 'AcceleratorManufacturer')
|
19
|
+
AcceleratorManufacturerSet = Shapes::ListShape.new(name: 'AcceleratorManufacturerSet')
|
20
|
+
AcceleratorName = Shapes::StringShape.new(name: 'AcceleratorName')
|
21
|
+
AcceleratorNameSet = Shapes::ListShape.new(name: 'AcceleratorNameSet')
|
22
|
+
AcceleratorTotalMemoryMiB = Shapes::StructureShape.new(name: 'AcceleratorTotalMemoryMiB')
|
23
|
+
AcceleratorTotalMemoryMiBRequest = Shapes::StructureShape.new(name: 'AcceleratorTotalMemoryMiBRequest')
|
24
|
+
AcceleratorType = Shapes::StringShape.new(name: 'AcceleratorType')
|
25
|
+
AcceleratorTypeSet = Shapes::ListShape.new(name: 'AcceleratorTypeSet')
|
16
26
|
AcceptReservedInstancesExchangeQuoteRequest = Shapes::StructureShape.new(name: 'AcceptReservedInstancesExchangeQuoteRequest')
|
17
27
|
AcceptReservedInstancesExchangeQuoteResult = Shapes::StructureShape.new(name: 'AcceptReservedInstancesExchangeQuoteResult')
|
18
28
|
AcceptTransitGatewayMulticastDomainAssociationsRequest = Shapes::StructureShape.new(name: 'AcceptTransitGatewayMulticastDomainAssociationsRequest')
|
@@ -25,6 +35,12 @@ module Aws::EC2
|
|
25
35
|
AcceptVpcEndpointConnectionsResult = Shapes::StructureShape.new(name: 'AcceptVpcEndpointConnectionsResult')
|
26
36
|
AcceptVpcPeeringConnectionRequest = Shapes::StructureShape.new(name: 'AcceptVpcPeeringConnectionRequest')
|
27
37
|
AcceptVpcPeeringConnectionResult = Shapes::StructureShape.new(name: 'AcceptVpcPeeringConnectionResult')
|
38
|
+
AccessScopeAnalysisFinding = Shapes::StructureShape.new(name: 'AccessScopeAnalysisFinding')
|
39
|
+
AccessScopeAnalysisFindingList = Shapes::ListShape.new(name: 'AccessScopeAnalysisFindingList')
|
40
|
+
AccessScopePath = Shapes::StructureShape.new(name: 'AccessScopePath')
|
41
|
+
AccessScopePathList = Shapes::ListShape.new(name: 'AccessScopePathList')
|
42
|
+
AccessScopePathListRequest = Shapes::ListShape.new(name: 'AccessScopePathListRequest')
|
43
|
+
AccessScopePathRequest = Shapes::StructureShape.new(name: 'AccessScopePathRequest')
|
28
44
|
AccountAttribute = Shapes::StructureShape.new(name: 'AccountAttribute')
|
29
45
|
AccountAttributeList = Shapes::ListShape.new(name: 'AccountAttributeList')
|
30
46
|
AccountAttributeName = Shapes::StringShape.new(name: 'AccountAttributeName')
|
@@ -34,11 +50,14 @@ module Aws::EC2
|
|
34
50
|
ActiveInstance = Shapes::StructureShape.new(name: 'ActiveInstance')
|
35
51
|
ActiveInstanceSet = Shapes::ListShape.new(name: 'ActiveInstanceSet')
|
36
52
|
ActivityStatus = Shapes::StringShape.new(name: 'ActivityStatus')
|
53
|
+
AddIpamOperatingRegion = Shapes::StructureShape.new(name: 'AddIpamOperatingRegion')
|
54
|
+
AddIpamOperatingRegionSet = Shapes::ListShape.new(name: 'AddIpamOperatingRegionSet')
|
37
55
|
AddPrefixListEntries = Shapes::ListShape.new(name: 'AddPrefixListEntries')
|
38
56
|
AddPrefixListEntry = Shapes::StructureShape.new(name: 'AddPrefixListEntry')
|
39
57
|
Address = Shapes::StructureShape.new(name: 'Address')
|
40
58
|
AddressAttribute = Shapes::StructureShape.new(name: 'AddressAttribute')
|
41
59
|
AddressAttributeName = Shapes::StringShape.new(name: 'AddressAttributeName')
|
60
|
+
AddressFamily = Shapes::StringShape.new(name: 'AddressFamily')
|
42
61
|
AddressList = Shapes::ListShape.new(name: 'AddressList')
|
43
62
|
AddressMaxResults = Shapes::IntegerShape.new(name: 'AddressMaxResults')
|
44
63
|
AddressSet = Shapes::ListShape.new(name: 'AddressSet')
|
@@ -49,6 +68,8 @@ module Aws::EC2
|
|
49
68
|
AllocateAddressResult = Shapes::StructureShape.new(name: 'AllocateAddressResult')
|
50
69
|
AllocateHostsRequest = Shapes::StructureShape.new(name: 'AllocateHostsRequest')
|
51
70
|
AllocateHostsResult = Shapes::StructureShape.new(name: 'AllocateHostsResult')
|
71
|
+
AllocateIpamPoolCidrRequest = Shapes::StructureShape.new(name: 'AllocateIpamPoolCidrRequest')
|
72
|
+
AllocateIpamPoolCidrResult = Shapes::StructureShape.new(name: 'AllocateIpamPoolCidrResult')
|
52
73
|
AllocationId = Shapes::StringShape.new(name: 'AllocationId')
|
53
74
|
AllocationIdList = Shapes::ListShape.new(name: 'AllocationIdList')
|
54
75
|
AllocationIds = Shapes::ListShape.new(name: 'AllocationIds')
|
@@ -73,6 +94,7 @@ module Aws::EC2
|
|
73
94
|
ApplySecurityGroupsToClientVpnTargetNetworkResult = Shapes::StructureShape.new(name: 'ApplySecurityGroupsToClientVpnTargetNetworkResult')
|
74
95
|
ArchitectureType = Shapes::StringShape.new(name: 'ArchitectureType')
|
75
96
|
ArchitectureTypeList = Shapes::ListShape.new(name: 'ArchitectureTypeList')
|
97
|
+
ArchitectureTypeSet = Shapes::ListShape.new(name: 'ArchitectureTypeSet')
|
76
98
|
ArchitectureValues = Shapes::StringShape.new(name: 'ArchitectureValues')
|
77
99
|
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
78
100
|
AssignIpv6AddressesRequest = Shapes::StructureShape.new(name: 'AssignIpv6AddressesRequest')
|
@@ -146,8 +168,11 @@ module Aws::EC2
|
|
146
168
|
AvailabilityZoneStringList = Shapes::ListShape.new(name: 'AvailabilityZoneStringList')
|
147
169
|
AvailableCapacity = Shapes::StructureShape.new(name: 'AvailableCapacity')
|
148
170
|
AvailableInstanceCapacityList = Shapes::ListShape.new(name: 'AvailableInstanceCapacityList')
|
171
|
+
BareMetal = Shapes::StringShape.new(name: 'BareMetal')
|
149
172
|
BareMetalFlag = Shapes::BooleanShape.new(name: 'BareMetalFlag')
|
150
173
|
BaselineBandwidthInMbps = Shapes::IntegerShape.new(name: 'BaselineBandwidthInMbps')
|
174
|
+
BaselineEbsBandwidthMbps = Shapes::StructureShape.new(name: 'BaselineEbsBandwidthMbps')
|
175
|
+
BaselineEbsBandwidthMbpsRequest = Shapes::StructureShape.new(name: 'BaselineEbsBandwidthMbpsRequest')
|
151
176
|
BaselineIops = Shapes::IntegerShape.new(name: 'BaselineIops')
|
152
177
|
BaselineThroughputInMBps = Shapes::FloatShape.new(name: 'BaselineThroughputInMBps')
|
153
178
|
BatchState = Shapes::StringShape.new(name: 'BatchState')
|
@@ -162,6 +187,7 @@ module Aws::EC2
|
|
162
187
|
BootModeType = Shapes::StringShape.new(name: 'BootModeType')
|
163
188
|
BootModeTypeList = Shapes::ListShape.new(name: 'BootModeTypeList')
|
164
189
|
BootModeValues = Shapes::StringShape.new(name: 'BootModeValues')
|
190
|
+
BoxedDouble = Shapes::FloatShape.new(name: 'BoxedDouble')
|
165
191
|
BundleId = Shapes::StringShape.new(name: 'BundleId')
|
166
192
|
BundleIdStringList = Shapes::ListShape.new(name: 'BundleIdStringList')
|
167
193
|
BundleInstanceRequest = Shapes::StructureShape.new(name: 'BundleInstanceRequest')
|
@@ -170,6 +196,7 @@ module Aws::EC2
|
|
170
196
|
BundleTaskError = Shapes::StructureShape.new(name: 'BundleTaskError')
|
171
197
|
BundleTaskList = Shapes::ListShape.new(name: 'BundleTaskList')
|
172
198
|
BundleTaskState = Shapes::StringShape.new(name: 'BundleTaskState')
|
199
|
+
BurstablePerformance = Shapes::StringShape.new(name: 'BurstablePerformance')
|
173
200
|
BurstablePerformanceFlag = Shapes::BooleanShape.new(name: 'BurstablePerformanceFlag')
|
174
201
|
ByoipCidr = Shapes::StructureShape.new(name: 'ByoipCidr')
|
175
202
|
ByoipCidrSet = Shapes::ListShape.new(name: 'ByoipCidrSet')
|
@@ -248,6 +275,8 @@ module Aws::EC2
|
|
248
275
|
ClientConnectOptions = Shapes::StructureShape.new(name: 'ClientConnectOptions')
|
249
276
|
ClientConnectResponseOptions = Shapes::StructureShape.new(name: 'ClientConnectResponseOptions')
|
250
277
|
ClientData = Shapes::StructureShape.new(name: 'ClientData')
|
278
|
+
ClientLoginBannerOptions = Shapes::StructureShape.new(name: 'ClientLoginBannerOptions')
|
279
|
+
ClientLoginBannerResponseOptions = Shapes::StructureShape.new(name: 'ClientLoginBannerResponseOptions')
|
251
280
|
ClientVpnAssociationId = Shapes::StringShape.new(name: 'ClientVpnAssociationId')
|
252
281
|
ClientVpnAuthentication = Shapes::StructureShape.new(name: 'ClientVpnAuthentication')
|
253
282
|
ClientVpnAuthenticationList = Shapes::ListShape.new(name: 'ClientVpnAuthenticationList')
|
@@ -304,6 +333,9 @@ module Aws::EC2
|
|
304
333
|
CopyTagsFromSource = Shapes::StringShape.new(name: 'CopyTagsFromSource')
|
305
334
|
CoreCount = Shapes::IntegerShape.new(name: 'CoreCount')
|
306
335
|
CoreCountList = Shapes::ListShape.new(name: 'CoreCountList')
|
336
|
+
CoreNetworkArn = Shapes::StringShape.new(name: 'CoreNetworkArn')
|
337
|
+
CpuManufacturer = Shapes::StringShape.new(name: 'CpuManufacturer')
|
338
|
+
CpuManufacturerSet = Shapes::ListShape.new(name: 'CpuManufacturerSet')
|
307
339
|
CpuOptions = Shapes::StructureShape.new(name: 'CpuOptions')
|
308
340
|
CpuOptionsRequest = Shapes::StructureShape.new(name: 'CpuOptionsRequest')
|
309
341
|
CreateCapacityReservationFleetRequest = Shapes::StructureShape.new(name: 'CreateCapacityReservationFleetRequest')
|
@@ -344,6 +376,12 @@ module Aws::EC2
|
|
344
376
|
CreateInstanceExportTaskResult = Shapes::StructureShape.new(name: 'CreateInstanceExportTaskResult')
|
345
377
|
CreateInternetGatewayRequest = Shapes::StructureShape.new(name: 'CreateInternetGatewayRequest')
|
346
378
|
CreateInternetGatewayResult = Shapes::StructureShape.new(name: 'CreateInternetGatewayResult')
|
379
|
+
CreateIpamPoolRequest = Shapes::StructureShape.new(name: 'CreateIpamPoolRequest')
|
380
|
+
CreateIpamPoolResult = Shapes::StructureShape.new(name: 'CreateIpamPoolResult')
|
381
|
+
CreateIpamRequest = Shapes::StructureShape.new(name: 'CreateIpamRequest')
|
382
|
+
CreateIpamResult = Shapes::StructureShape.new(name: 'CreateIpamResult')
|
383
|
+
CreateIpamScopeRequest = Shapes::StructureShape.new(name: 'CreateIpamScopeRequest')
|
384
|
+
CreateIpamScopeResult = Shapes::StructureShape.new(name: 'CreateIpamScopeResult')
|
347
385
|
CreateKeyPairRequest = Shapes::StructureShape.new(name: 'CreateKeyPairRequest')
|
348
386
|
CreateLaunchTemplateRequest = Shapes::StructureShape.new(name: 'CreateLaunchTemplateRequest')
|
349
387
|
CreateLaunchTemplateResult = Shapes::StructureShape.new(name: 'CreateLaunchTemplateResult')
|
@@ -360,6 +398,8 @@ module Aws::EC2
|
|
360
398
|
CreateNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'CreateNetworkAclEntryRequest')
|
361
399
|
CreateNetworkAclRequest = Shapes::StructureShape.new(name: 'CreateNetworkAclRequest')
|
362
400
|
CreateNetworkAclResult = Shapes::StructureShape.new(name: 'CreateNetworkAclResult')
|
401
|
+
CreateNetworkInsightsAccessScopeRequest = Shapes::StructureShape.new(name: 'CreateNetworkInsightsAccessScopeRequest')
|
402
|
+
CreateNetworkInsightsAccessScopeResult = Shapes::StructureShape.new(name: 'CreateNetworkInsightsAccessScopeResult')
|
363
403
|
CreateNetworkInsightsPathRequest = Shapes::StructureShape.new(name: 'CreateNetworkInsightsPathRequest')
|
364
404
|
CreateNetworkInsightsPathResult = Shapes::StructureShape.new(name: 'CreateNetworkInsightsPathResult')
|
365
405
|
CreateNetworkInterfacePermissionRequest = Shapes::StructureShape.new(name: 'CreateNetworkInterfacePermissionRequest')
|
@@ -368,6 +408,8 @@ module Aws::EC2
|
|
368
408
|
CreateNetworkInterfaceResult = Shapes::StructureShape.new(name: 'CreateNetworkInterfaceResult')
|
369
409
|
CreatePlacementGroupRequest = Shapes::StructureShape.new(name: 'CreatePlacementGroupRequest')
|
370
410
|
CreatePlacementGroupResult = Shapes::StructureShape.new(name: 'CreatePlacementGroupResult')
|
411
|
+
CreatePublicIpv4PoolRequest = Shapes::StructureShape.new(name: 'CreatePublicIpv4PoolRequest')
|
412
|
+
CreatePublicIpv4PoolResult = Shapes::StructureShape.new(name: 'CreatePublicIpv4PoolResult')
|
371
413
|
CreateReplaceRootVolumeTaskRequest = Shapes::StructureShape.new(name: 'CreateReplaceRootVolumeTaskRequest')
|
372
414
|
CreateReplaceRootVolumeTaskResult = Shapes::StructureShape.new(name: 'CreateReplaceRootVolumeTaskResult')
|
373
415
|
CreateReservedInstancesListingRequest = Shapes::StructureShape.new(name: 'CreateReservedInstancesListingRequest')
|
@@ -485,6 +527,12 @@ module Aws::EC2
|
|
485
527
|
DeleteInstanceEventWindowRequest = Shapes::StructureShape.new(name: 'DeleteInstanceEventWindowRequest')
|
486
528
|
DeleteInstanceEventWindowResult = Shapes::StructureShape.new(name: 'DeleteInstanceEventWindowResult')
|
487
529
|
DeleteInternetGatewayRequest = Shapes::StructureShape.new(name: 'DeleteInternetGatewayRequest')
|
530
|
+
DeleteIpamPoolRequest = Shapes::StructureShape.new(name: 'DeleteIpamPoolRequest')
|
531
|
+
DeleteIpamPoolResult = Shapes::StructureShape.new(name: 'DeleteIpamPoolResult')
|
532
|
+
DeleteIpamRequest = Shapes::StructureShape.new(name: 'DeleteIpamRequest')
|
533
|
+
DeleteIpamResult = Shapes::StructureShape.new(name: 'DeleteIpamResult')
|
534
|
+
DeleteIpamScopeRequest = Shapes::StructureShape.new(name: 'DeleteIpamScopeRequest')
|
535
|
+
DeleteIpamScopeResult = Shapes::StructureShape.new(name: 'DeleteIpamScopeResult')
|
488
536
|
DeleteKeyPairRequest = Shapes::StructureShape.new(name: 'DeleteKeyPairRequest')
|
489
537
|
DeleteLaunchTemplateRequest = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateRequest')
|
490
538
|
DeleteLaunchTemplateResult = Shapes::StructureShape.new(name: 'DeleteLaunchTemplateResult')
|
@@ -504,6 +552,10 @@ module Aws::EC2
|
|
504
552
|
DeleteNatGatewayResult = Shapes::StructureShape.new(name: 'DeleteNatGatewayResult')
|
505
553
|
DeleteNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'DeleteNetworkAclEntryRequest')
|
506
554
|
DeleteNetworkAclRequest = Shapes::StructureShape.new(name: 'DeleteNetworkAclRequest')
|
555
|
+
DeleteNetworkInsightsAccessScopeAnalysisRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAccessScopeAnalysisRequest')
|
556
|
+
DeleteNetworkInsightsAccessScopeAnalysisResult = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAccessScopeAnalysisResult')
|
557
|
+
DeleteNetworkInsightsAccessScopeRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAccessScopeRequest')
|
558
|
+
DeleteNetworkInsightsAccessScopeResult = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAccessScopeResult')
|
507
559
|
DeleteNetworkInsightsAnalysisRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAnalysisRequest')
|
508
560
|
DeleteNetworkInsightsAnalysisResult = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsAnalysisResult')
|
509
561
|
DeleteNetworkInsightsPathRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInsightsPathRequest')
|
@@ -512,6 +564,8 @@ module Aws::EC2
|
|
512
564
|
DeleteNetworkInterfacePermissionResult = Shapes::StructureShape.new(name: 'DeleteNetworkInterfacePermissionResult')
|
513
565
|
DeleteNetworkInterfaceRequest = Shapes::StructureShape.new(name: 'DeleteNetworkInterfaceRequest')
|
514
566
|
DeletePlacementGroupRequest = Shapes::StructureShape.new(name: 'DeletePlacementGroupRequest')
|
567
|
+
DeletePublicIpv4PoolRequest = Shapes::StructureShape.new(name: 'DeletePublicIpv4PoolRequest')
|
568
|
+
DeletePublicIpv4PoolResult = Shapes::StructureShape.new(name: 'DeletePublicIpv4PoolResult')
|
515
569
|
DeleteQueuedReservedInstancesError = Shapes::StructureShape.new(name: 'DeleteQueuedReservedInstancesError')
|
516
570
|
DeleteQueuedReservedInstancesErrorCode = Shapes::StringShape.new(name: 'DeleteQueuedReservedInstancesErrorCode')
|
517
571
|
DeleteQueuedReservedInstancesIdList = Shapes::ListShape.new(name: 'DeleteQueuedReservedInstancesIdList')
|
@@ -567,6 +621,11 @@ module Aws::EC2
|
|
567
621
|
DeleteVpnGatewayRequest = Shapes::StructureShape.new(name: 'DeleteVpnGatewayRequest')
|
568
622
|
DeprovisionByoipCidrRequest = Shapes::StructureShape.new(name: 'DeprovisionByoipCidrRequest')
|
569
623
|
DeprovisionByoipCidrResult = Shapes::StructureShape.new(name: 'DeprovisionByoipCidrResult')
|
624
|
+
DeprovisionIpamPoolCidrRequest = Shapes::StructureShape.new(name: 'DeprovisionIpamPoolCidrRequest')
|
625
|
+
DeprovisionIpamPoolCidrResult = Shapes::StructureShape.new(name: 'DeprovisionIpamPoolCidrResult')
|
626
|
+
DeprovisionPublicIpv4PoolCidrRequest = Shapes::StructureShape.new(name: 'DeprovisionPublicIpv4PoolCidrRequest')
|
627
|
+
DeprovisionPublicIpv4PoolCidrResult = Shapes::StructureShape.new(name: 'DeprovisionPublicIpv4PoolCidrResult')
|
628
|
+
DeprovisionedAddressSet = Shapes::ListShape.new(name: 'DeprovisionedAddressSet')
|
570
629
|
DeregisterImageRequest = Shapes::StructureShape.new(name: 'DeregisterImageRequest')
|
571
630
|
DeregisterInstanceEventNotificationAttributesRequest = Shapes::StructureShape.new(name: 'DeregisterInstanceEventNotificationAttributesRequest')
|
572
631
|
DeregisterInstanceEventNotificationAttributesResult = Shapes::StructureShape.new(name: 'DeregisterInstanceEventNotificationAttributesResult')
|
@@ -637,6 +696,11 @@ module Aws::EC2
|
|
637
696
|
DescribeExportImageTasksResult = Shapes::StructureShape.new(name: 'DescribeExportImageTasksResult')
|
638
697
|
DescribeExportTasksRequest = Shapes::StructureShape.new(name: 'DescribeExportTasksRequest')
|
639
698
|
DescribeExportTasksResult = Shapes::StructureShape.new(name: 'DescribeExportTasksResult')
|
699
|
+
DescribeFastLaunchImagesRequest = Shapes::StructureShape.new(name: 'DescribeFastLaunchImagesRequest')
|
700
|
+
DescribeFastLaunchImagesRequestMaxResults = Shapes::IntegerShape.new(name: 'DescribeFastLaunchImagesRequestMaxResults')
|
701
|
+
DescribeFastLaunchImagesResult = Shapes::StructureShape.new(name: 'DescribeFastLaunchImagesResult')
|
702
|
+
DescribeFastLaunchImagesSuccessItem = Shapes::StructureShape.new(name: 'DescribeFastLaunchImagesSuccessItem')
|
703
|
+
DescribeFastLaunchImagesSuccessSet = Shapes::ListShape.new(name: 'DescribeFastLaunchImagesSuccessSet')
|
640
704
|
DescribeFastSnapshotRestoreSuccessItem = Shapes::StructureShape.new(name: 'DescribeFastSnapshotRestoreSuccessItem')
|
641
705
|
DescribeFastSnapshotRestoreSuccessSet = Shapes::ListShape.new(name: 'DescribeFastSnapshotRestoreSuccessSet')
|
642
706
|
DescribeFastSnapshotRestoresMaxResults = Shapes::IntegerShape.new(name: 'DescribeFastSnapshotRestoresMaxResults')
|
@@ -699,6 +763,12 @@ module Aws::EC2
|
|
699
763
|
DescribeInternetGatewaysMaxResults = Shapes::IntegerShape.new(name: 'DescribeInternetGatewaysMaxResults')
|
700
764
|
DescribeInternetGatewaysRequest = Shapes::StructureShape.new(name: 'DescribeInternetGatewaysRequest')
|
701
765
|
DescribeInternetGatewaysResult = Shapes::StructureShape.new(name: 'DescribeInternetGatewaysResult')
|
766
|
+
DescribeIpamPoolsRequest = Shapes::StructureShape.new(name: 'DescribeIpamPoolsRequest')
|
767
|
+
DescribeIpamPoolsResult = Shapes::StructureShape.new(name: 'DescribeIpamPoolsResult')
|
768
|
+
DescribeIpamScopesRequest = Shapes::StructureShape.new(name: 'DescribeIpamScopesRequest')
|
769
|
+
DescribeIpamScopesResult = Shapes::StructureShape.new(name: 'DescribeIpamScopesResult')
|
770
|
+
DescribeIpamsRequest = Shapes::StructureShape.new(name: 'DescribeIpamsRequest')
|
771
|
+
DescribeIpamsResult = Shapes::StructureShape.new(name: 'DescribeIpamsResult')
|
702
772
|
DescribeIpv6PoolsRequest = Shapes::StructureShape.new(name: 'DescribeIpv6PoolsRequest')
|
703
773
|
DescribeIpv6PoolsResult = Shapes::StructureShape.new(name: 'DescribeIpv6PoolsResult')
|
704
774
|
DescribeKeyPairsRequest = Shapes::StructureShape.new(name: 'DescribeKeyPairsRequest')
|
@@ -731,6 +801,10 @@ module Aws::EC2
|
|
731
801
|
DescribeNetworkAclsMaxResults = Shapes::IntegerShape.new(name: 'DescribeNetworkAclsMaxResults')
|
732
802
|
DescribeNetworkAclsRequest = Shapes::StructureShape.new(name: 'DescribeNetworkAclsRequest')
|
733
803
|
DescribeNetworkAclsResult = Shapes::StructureShape.new(name: 'DescribeNetworkAclsResult')
|
804
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAccessScopeAnalysesRequest')
|
805
|
+
DescribeNetworkInsightsAccessScopeAnalysesResult = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAccessScopeAnalysesResult')
|
806
|
+
DescribeNetworkInsightsAccessScopesRequest = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAccessScopesRequest')
|
807
|
+
DescribeNetworkInsightsAccessScopesResult = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAccessScopesResult')
|
734
808
|
DescribeNetworkInsightsAnalysesRequest = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAnalysesRequest')
|
735
809
|
DescribeNetworkInsightsAnalysesResult = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsAnalysesResult')
|
736
810
|
DescribeNetworkInsightsPathsRequest = Shapes::StructureShape.new(name: 'DescribeNetworkInsightsPathsRequest')
|
@@ -783,6 +857,9 @@ module Aws::EC2
|
|
783
857
|
DescribeSecurityGroupsResult = Shapes::StructureShape.new(name: 'DescribeSecurityGroupsResult')
|
784
858
|
DescribeSnapshotAttributeRequest = Shapes::StructureShape.new(name: 'DescribeSnapshotAttributeRequest')
|
785
859
|
DescribeSnapshotAttributeResult = Shapes::StructureShape.new(name: 'DescribeSnapshotAttributeResult')
|
860
|
+
DescribeSnapshotTierStatusMaxResults = Shapes::IntegerShape.new(name: 'DescribeSnapshotTierStatusMaxResults')
|
861
|
+
DescribeSnapshotTierStatusRequest = Shapes::StructureShape.new(name: 'DescribeSnapshotTierStatusRequest')
|
862
|
+
DescribeSnapshotTierStatusResult = Shapes::StructureShape.new(name: 'DescribeSnapshotTierStatusResult')
|
786
863
|
DescribeSnapshotsRequest = Shapes::StructureShape.new(name: 'DescribeSnapshotsRequest')
|
787
864
|
DescribeSnapshotsResult = Shapes::StructureShape.new(name: 'DescribeSnapshotsResult')
|
788
865
|
DescribeSpotDatafeedSubscriptionRequest = Shapes::StructureShape.new(name: 'DescribeSpotDatafeedSubscriptionRequest')
|
@@ -895,6 +972,8 @@ module Aws::EC2
|
|
895
972
|
DirectoryServiceAuthenticationRequest = Shapes::StructureShape.new(name: 'DirectoryServiceAuthenticationRequest')
|
896
973
|
DisableEbsEncryptionByDefaultRequest = Shapes::StructureShape.new(name: 'DisableEbsEncryptionByDefaultRequest')
|
897
974
|
DisableEbsEncryptionByDefaultResult = Shapes::StructureShape.new(name: 'DisableEbsEncryptionByDefaultResult')
|
975
|
+
DisableFastLaunchRequest = Shapes::StructureShape.new(name: 'DisableFastLaunchRequest')
|
976
|
+
DisableFastLaunchResult = Shapes::StructureShape.new(name: 'DisableFastLaunchResult')
|
898
977
|
DisableFastSnapshotRestoreErrorItem = Shapes::StructureShape.new(name: 'DisableFastSnapshotRestoreErrorItem')
|
899
978
|
DisableFastSnapshotRestoreErrorSet = Shapes::ListShape.new(name: 'DisableFastSnapshotRestoreErrorSet')
|
900
979
|
DisableFastSnapshotRestoreStateError = Shapes::StructureShape.new(name: 'DisableFastSnapshotRestoreStateError')
|
@@ -906,6 +985,8 @@ module Aws::EC2
|
|
906
985
|
DisableFastSnapshotRestoresResult = Shapes::StructureShape.new(name: 'DisableFastSnapshotRestoresResult')
|
907
986
|
DisableImageDeprecationRequest = Shapes::StructureShape.new(name: 'DisableImageDeprecationRequest')
|
908
987
|
DisableImageDeprecationResult = Shapes::StructureShape.new(name: 'DisableImageDeprecationResult')
|
988
|
+
DisableIpamOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'DisableIpamOrganizationAdminAccountRequest')
|
989
|
+
DisableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'DisableIpamOrganizationAdminAccountResult')
|
909
990
|
DisableSerialConsoleAccessRequest = Shapes::StructureShape.new(name: 'DisableSerialConsoleAccessRequest')
|
910
991
|
DisableSerialConsoleAccessResult = Shapes::StructureShape.new(name: 'DisableSerialConsoleAccessResult')
|
911
992
|
DisableTransitGatewayRouteTablePropagationRequest = Shapes::StructureShape.new(name: 'DisableTransitGatewayRouteTablePropagationRequest')
|
@@ -991,6 +1072,8 @@ module Aws::EC2
|
|
991
1072
|
EnaSupport = Shapes::StringShape.new(name: 'EnaSupport')
|
992
1073
|
EnableEbsEncryptionByDefaultRequest = Shapes::StructureShape.new(name: 'EnableEbsEncryptionByDefaultRequest')
|
993
1074
|
EnableEbsEncryptionByDefaultResult = Shapes::StructureShape.new(name: 'EnableEbsEncryptionByDefaultResult')
|
1075
|
+
EnableFastLaunchRequest = Shapes::StructureShape.new(name: 'EnableFastLaunchRequest')
|
1076
|
+
EnableFastLaunchResult = Shapes::StructureShape.new(name: 'EnableFastLaunchResult')
|
994
1077
|
EnableFastSnapshotRestoreErrorItem = Shapes::StructureShape.new(name: 'EnableFastSnapshotRestoreErrorItem')
|
995
1078
|
EnableFastSnapshotRestoreErrorSet = Shapes::ListShape.new(name: 'EnableFastSnapshotRestoreErrorSet')
|
996
1079
|
EnableFastSnapshotRestoreStateError = Shapes::StructureShape.new(name: 'EnableFastSnapshotRestoreStateError')
|
@@ -1002,6 +1085,8 @@ module Aws::EC2
|
|
1002
1085
|
EnableFastSnapshotRestoresResult = Shapes::StructureShape.new(name: 'EnableFastSnapshotRestoresResult')
|
1003
1086
|
EnableImageDeprecationRequest = Shapes::StructureShape.new(name: 'EnableImageDeprecationRequest')
|
1004
1087
|
EnableImageDeprecationResult = Shapes::StructureShape.new(name: 'EnableImageDeprecationResult')
|
1088
|
+
EnableIpamOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountRequest')
|
1089
|
+
EnableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountResult')
|
1005
1090
|
EnableSerialConsoleAccessRequest = Shapes::StructureShape.new(name: 'EnableSerialConsoleAccessRequest')
|
1006
1091
|
EnableSerialConsoleAccessResult = Shapes::StructureShape.new(name: 'EnableSerialConsoleAccessResult')
|
1007
1092
|
EnableTransitGatewayRouteTablePropagationRequest = Shapes::StructureShape.new(name: 'EnableTransitGatewayRouteTablePropagationRequest')
|
@@ -1023,6 +1108,8 @@ module Aws::EC2
|
|
1023
1108
|
EventInformation = Shapes::StructureShape.new(name: 'EventInformation')
|
1024
1109
|
EventType = Shapes::StringShape.new(name: 'EventType')
|
1025
1110
|
ExcessCapacityTerminationPolicy = Shapes::StringShape.new(name: 'ExcessCapacityTerminationPolicy')
|
1111
|
+
ExcludedInstanceType = Shapes::StringShape.new(name: 'ExcludedInstanceType')
|
1112
|
+
ExcludedInstanceTypeSet = Shapes::ListShape.new(name: 'ExcludedInstanceTypeSet')
|
1026
1113
|
ExecutableByStringList = Shapes::ListShape.new(name: 'ExecutableByStringList')
|
1027
1114
|
Explanation = Shapes::StructureShape.new(name: 'Explanation')
|
1028
1115
|
ExplanationList = Shapes::ListShape.new(name: 'ExplanationList')
|
@@ -1053,11 +1140,19 @@ module Aws::EC2
|
|
1053
1140
|
FailedCapacityReservationFleetCancellationResultSet = Shapes::ListShape.new(name: 'FailedCapacityReservationFleetCancellationResultSet')
|
1054
1141
|
FailedQueuedPurchaseDeletion = Shapes::StructureShape.new(name: 'FailedQueuedPurchaseDeletion')
|
1055
1142
|
FailedQueuedPurchaseDeletionSet = Shapes::ListShape.new(name: 'FailedQueuedPurchaseDeletionSet')
|
1143
|
+
FastLaunchImageIdList = Shapes::ListShape.new(name: 'FastLaunchImageIdList')
|
1144
|
+
FastLaunchLaunchTemplateSpecificationRequest = Shapes::StructureShape.new(name: 'FastLaunchLaunchTemplateSpecificationRequest')
|
1145
|
+
FastLaunchLaunchTemplateSpecificationResponse = Shapes::StructureShape.new(name: 'FastLaunchLaunchTemplateSpecificationResponse')
|
1146
|
+
FastLaunchResourceType = Shapes::StringShape.new(name: 'FastLaunchResourceType')
|
1147
|
+
FastLaunchSnapshotConfigurationRequest = Shapes::StructureShape.new(name: 'FastLaunchSnapshotConfigurationRequest')
|
1148
|
+
FastLaunchSnapshotConfigurationResponse = Shapes::StructureShape.new(name: 'FastLaunchSnapshotConfigurationResponse')
|
1149
|
+
FastLaunchStateCode = Shapes::StringShape.new(name: 'FastLaunchStateCode')
|
1056
1150
|
FastSnapshotRestoreStateCode = Shapes::StringShape.new(name: 'FastSnapshotRestoreStateCode')
|
1057
1151
|
FederatedAuthentication = Shapes::StructureShape.new(name: 'FederatedAuthentication')
|
1058
1152
|
FederatedAuthenticationRequest = Shapes::StructureShape.new(name: 'FederatedAuthenticationRequest')
|
1059
1153
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
1060
1154
|
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
1155
|
+
FindingsFound = Shapes::StringShape.new(name: 'FindingsFound')
|
1061
1156
|
FleetActivityStatus = Shapes::StringShape.new(name: 'FleetActivityStatus')
|
1062
1157
|
FleetCapacityReservation = Shapes::StructureShape.new(name: 'FleetCapacityReservation')
|
1063
1158
|
FleetCapacityReservationSet = Shapes::ListShape.new(name: 'FleetCapacityReservationSet')
|
@@ -1113,6 +1208,7 @@ module Aws::EC2
|
|
1113
1208
|
FpgaInfo = Shapes::StructureShape.new(name: 'FpgaInfo')
|
1114
1209
|
FreeTierEligibleFlag = Shapes::BooleanShape.new(name: 'FreeTierEligibleFlag')
|
1115
1210
|
GVCDMaxResults = Shapes::IntegerShape.new(name: 'GVCDMaxResults')
|
1211
|
+
GatewayAssociationState = Shapes::StringShape.new(name: 'GatewayAssociationState')
|
1116
1212
|
GatewayType = Shapes::StringShape.new(name: 'GatewayType')
|
1117
1213
|
GetAssociatedEnclaveCertificateIamRolesRequest = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesRequest')
|
1118
1214
|
GetAssociatedEnclaveCertificateIamRolesResult = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesResult')
|
@@ -1140,6 +1236,17 @@ module Aws::EC2
|
|
1140
1236
|
GetGroupsForCapacityReservationResult = Shapes::StructureShape.new(name: 'GetGroupsForCapacityReservationResult')
|
1141
1237
|
GetHostReservationPurchasePreviewRequest = Shapes::StructureShape.new(name: 'GetHostReservationPurchasePreviewRequest')
|
1142
1238
|
GetHostReservationPurchasePreviewResult = Shapes::StructureShape.new(name: 'GetHostReservationPurchasePreviewResult')
|
1239
|
+
GetInstanceTypesFromInstanceRequirementsRequest = Shapes::StructureShape.new(name: 'GetInstanceTypesFromInstanceRequirementsRequest')
|
1240
|
+
GetInstanceTypesFromInstanceRequirementsResult = Shapes::StructureShape.new(name: 'GetInstanceTypesFromInstanceRequirementsResult')
|
1241
|
+
GetIpamAddressHistoryRequest = Shapes::StructureShape.new(name: 'GetIpamAddressHistoryRequest')
|
1242
|
+
GetIpamAddressHistoryResult = Shapes::StructureShape.new(name: 'GetIpamAddressHistoryResult')
|
1243
|
+
GetIpamPoolAllocationsMaxResults = Shapes::IntegerShape.new(name: 'GetIpamPoolAllocationsMaxResults')
|
1244
|
+
GetIpamPoolAllocationsRequest = Shapes::StructureShape.new(name: 'GetIpamPoolAllocationsRequest')
|
1245
|
+
GetIpamPoolAllocationsResult = Shapes::StructureShape.new(name: 'GetIpamPoolAllocationsResult')
|
1246
|
+
GetIpamPoolCidrsRequest = Shapes::StructureShape.new(name: 'GetIpamPoolCidrsRequest')
|
1247
|
+
GetIpamPoolCidrsResult = Shapes::StructureShape.new(name: 'GetIpamPoolCidrsResult')
|
1248
|
+
GetIpamResourceCidrsRequest = Shapes::StructureShape.new(name: 'GetIpamResourceCidrsRequest')
|
1249
|
+
GetIpamResourceCidrsResult = Shapes::StructureShape.new(name: 'GetIpamResourceCidrsResult')
|
1143
1250
|
GetLaunchTemplateDataRequest = Shapes::StructureShape.new(name: 'GetLaunchTemplateDataRequest')
|
1144
1251
|
GetLaunchTemplateDataResult = Shapes::StructureShape.new(name: 'GetLaunchTemplateDataResult')
|
1145
1252
|
GetManagedPrefixListAssociationsMaxResults = Shapes::IntegerShape.new(name: 'GetManagedPrefixListAssociationsMaxResults')
|
@@ -1147,12 +1254,18 @@ module Aws::EC2
|
|
1147
1254
|
GetManagedPrefixListAssociationsResult = Shapes::StructureShape.new(name: 'GetManagedPrefixListAssociationsResult')
|
1148
1255
|
GetManagedPrefixListEntriesRequest = Shapes::StructureShape.new(name: 'GetManagedPrefixListEntriesRequest')
|
1149
1256
|
GetManagedPrefixListEntriesResult = Shapes::StructureShape.new(name: 'GetManagedPrefixListEntriesResult')
|
1257
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest = Shapes::StructureShape.new(name: 'GetNetworkInsightsAccessScopeAnalysisFindingsRequest')
|
1258
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult = Shapes::StructureShape.new(name: 'GetNetworkInsightsAccessScopeAnalysisFindingsResult')
|
1259
|
+
GetNetworkInsightsAccessScopeContentRequest = Shapes::StructureShape.new(name: 'GetNetworkInsightsAccessScopeContentRequest')
|
1260
|
+
GetNetworkInsightsAccessScopeContentResult = Shapes::StructureShape.new(name: 'GetNetworkInsightsAccessScopeContentResult')
|
1150
1261
|
GetPasswordDataRequest = Shapes::StructureShape.new(name: 'GetPasswordDataRequest')
|
1151
1262
|
GetPasswordDataResult = Shapes::StructureShape.new(name: 'GetPasswordDataResult')
|
1152
1263
|
GetReservedInstancesExchangeQuoteRequest = Shapes::StructureShape.new(name: 'GetReservedInstancesExchangeQuoteRequest')
|
1153
1264
|
GetReservedInstancesExchangeQuoteResult = Shapes::StructureShape.new(name: 'GetReservedInstancesExchangeQuoteResult')
|
1154
1265
|
GetSerialConsoleAccessStatusRequest = Shapes::StructureShape.new(name: 'GetSerialConsoleAccessStatusRequest')
|
1155
1266
|
GetSerialConsoleAccessStatusResult = Shapes::StructureShape.new(name: 'GetSerialConsoleAccessStatusResult')
|
1267
|
+
GetSpotPlacementScoresRequest = Shapes::StructureShape.new(name: 'GetSpotPlacementScoresRequest')
|
1268
|
+
GetSpotPlacementScoresResult = Shapes::StructureShape.new(name: 'GetSpotPlacementScoresResult')
|
1156
1269
|
GetSubnetCidrReservationsMaxResults = Shapes::IntegerShape.new(name: 'GetSubnetCidrReservationsMaxResults')
|
1157
1270
|
GetSubnetCidrReservationsRequest = Shapes::StructureShape.new(name: 'GetSubnetCidrReservationsRequest')
|
1158
1271
|
GetSubnetCidrReservationsResult = Shapes::StructureShape.new(name: 'GetSubnetCidrReservationsResult')
|
@@ -1204,6 +1317,7 @@ module Aws::EC2
|
|
1204
1317
|
HostReservationIdSet = Shapes::ListShape.new(name: 'HostReservationIdSet')
|
1205
1318
|
HostReservationSet = Shapes::ListShape.new(name: 'HostReservationSet')
|
1206
1319
|
HostTenancy = Shapes::StringShape.new(name: 'HostTenancy')
|
1320
|
+
HostnameType = Shapes::StringShape.new(name: 'HostnameType')
|
1207
1321
|
Hour = Shapes::IntegerShape.new(name: 'Hour')
|
1208
1322
|
HttpTokensState = Shapes::StringShape.new(name: 'HttpTokensState')
|
1209
1323
|
HypervisorType = Shapes::StringShape.new(name: 'HypervisorType')
|
@@ -1300,6 +1414,8 @@ module Aws::EC2
|
|
1300
1414
|
InstanceEventWindowTimeRangeRequestSet = Shapes::ListShape.new(name: 'InstanceEventWindowTimeRangeRequestSet')
|
1301
1415
|
InstanceExportDetails = Shapes::StructureShape.new(name: 'InstanceExportDetails')
|
1302
1416
|
InstanceFamilyCreditSpecification = Shapes::StructureShape.new(name: 'InstanceFamilyCreditSpecification')
|
1417
|
+
InstanceGeneration = Shapes::StringShape.new(name: 'InstanceGeneration')
|
1418
|
+
InstanceGenerationSet = Shapes::ListShape.new(name: 'InstanceGenerationSet')
|
1303
1419
|
InstanceHealthStatus = Shapes::StringShape.new(name: 'InstanceHealthStatus')
|
1304
1420
|
InstanceId = Shapes::StringShape.new(name: 'InstanceId')
|
1305
1421
|
InstanceIdList = Shapes::ListShape.new(name: 'InstanceIdList')
|
@@ -1325,6 +1441,7 @@ module Aws::EC2
|
|
1325
1441
|
InstanceMetadataOptionsResponse = Shapes::StructureShape.new(name: 'InstanceMetadataOptionsResponse')
|
1326
1442
|
InstanceMetadataOptionsState = Shapes::StringShape.new(name: 'InstanceMetadataOptionsState')
|
1327
1443
|
InstanceMetadataProtocolState = Shapes::StringShape.new(name: 'InstanceMetadataProtocolState')
|
1444
|
+
InstanceMetadataTagsState = Shapes::StringShape.new(name: 'InstanceMetadataTagsState')
|
1328
1445
|
InstanceMonitoring = Shapes::StructureShape.new(name: 'InstanceMonitoring')
|
1329
1446
|
InstanceMonitoringList = Shapes::ListShape.new(name: 'InstanceMonitoringList')
|
1330
1447
|
InstanceNetworkInterface = Shapes::StructureShape.new(name: 'InstanceNetworkInterface')
|
@@ -1335,6 +1452,9 @@ module Aws::EC2
|
|
1335
1452
|
InstanceNetworkInterfaceSpecificationList = Shapes::ListShape.new(name: 'InstanceNetworkInterfaceSpecificationList')
|
1336
1453
|
InstancePrivateIpAddress = Shapes::StructureShape.new(name: 'InstancePrivateIpAddress')
|
1337
1454
|
InstancePrivateIpAddressList = Shapes::ListShape.new(name: 'InstancePrivateIpAddressList')
|
1455
|
+
InstanceRequirements = Shapes::StructureShape.new(name: 'InstanceRequirements')
|
1456
|
+
InstanceRequirementsRequest = Shapes::StructureShape.new(name: 'InstanceRequirementsRequest')
|
1457
|
+
InstanceRequirementsWithMetadataRequest = Shapes::StructureShape.new(name: 'InstanceRequirementsWithMetadataRequest')
|
1338
1458
|
InstanceSpecification = Shapes::StructureShape.new(name: 'InstanceSpecification')
|
1339
1459
|
InstanceState = Shapes::StructureShape.new(name: 'InstanceState')
|
1340
1460
|
InstanceStateChange = Shapes::StructureShape.new(name: 'InstanceStateChange')
|
@@ -1355,10 +1475,13 @@ module Aws::EC2
|
|
1355
1475
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
1356
1476
|
InstanceTypeHypervisor = Shapes::StringShape.new(name: 'InstanceTypeHypervisor')
|
1357
1477
|
InstanceTypeInfo = Shapes::StructureShape.new(name: 'InstanceTypeInfo')
|
1478
|
+
InstanceTypeInfoFromInstanceRequirements = Shapes::StructureShape.new(name: 'InstanceTypeInfoFromInstanceRequirements')
|
1479
|
+
InstanceTypeInfoFromInstanceRequirementsSet = Shapes::ListShape.new(name: 'InstanceTypeInfoFromInstanceRequirementsSet')
|
1358
1480
|
InstanceTypeInfoList = Shapes::ListShape.new(name: 'InstanceTypeInfoList')
|
1359
1481
|
InstanceTypeList = Shapes::ListShape.new(name: 'InstanceTypeList')
|
1360
1482
|
InstanceTypeOffering = Shapes::StructureShape.new(name: 'InstanceTypeOffering')
|
1361
1483
|
InstanceTypeOfferingsList = Shapes::ListShape.new(name: 'InstanceTypeOfferingsList')
|
1484
|
+
InstanceTypes = Shapes::ListShape.new(name: 'InstanceTypes')
|
1362
1485
|
InstanceUsage = Shapes::StructureShape.new(name: 'InstanceUsage')
|
1363
1486
|
InstanceUsageSet = Shapes::ListShape.new(name: 'InstanceUsageSet')
|
1364
1487
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
@@ -1380,6 +1503,47 @@ module Aws::EC2
|
|
1380
1503
|
IpRange = Shapes::StructureShape.new(name: 'IpRange')
|
1381
1504
|
IpRangeList = Shapes::ListShape.new(name: 'IpRangeList')
|
1382
1505
|
IpRanges = Shapes::ListShape.new(name: 'IpRanges')
|
1506
|
+
Ipam = Shapes::StructureShape.new(name: 'Ipam')
|
1507
|
+
IpamAddressHistoryMaxResults = Shapes::IntegerShape.new(name: 'IpamAddressHistoryMaxResults')
|
1508
|
+
IpamAddressHistoryRecord = Shapes::StructureShape.new(name: 'IpamAddressHistoryRecord')
|
1509
|
+
IpamAddressHistoryRecordSet = Shapes::ListShape.new(name: 'IpamAddressHistoryRecordSet')
|
1510
|
+
IpamAddressHistoryResourceType = Shapes::StringShape.new(name: 'IpamAddressHistoryResourceType')
|
1511
|
+
IpamCidrAuthorizationContext = Shapes::StructureShape.new(name: 'IpamCidrAuthorizationContext')
|
1512
|
+
IpamComplianceStatus = Shapes::StringShape.new(name: 'IpamComplianceStatus')
|
1513
|
+
IpamId = Shapes::StringShape.new(name: 'IpamId')
|
1514
|
+
IpamManagementState = Shapes::StringShape.new(name: 'IpamManagementState')
|
1515
|
+
IpamMaxResults = Shapes::IntegerShape.new(name: 'IpamMaxResults')
|
1516
|
+
IpamNetmaskLength = Shapes::IntegerShape.new(name: 'IpamNetmaskLength')
|
1517
|
+
IpamOperatingRegion = Shapes::StructureShape.new(name: 'IpamOperatingRegion')
|
1518
|
+
IpamOperatingRegionSet = Shapes::ListShape.new(name: 'IpamOperatingRegionSet')
|
1519
|
+
IpamOverlapStatus = Shapes::StringShape.new(name: 'IpamOverlapStatus')
|
1520
|
+
IpamPool = Shapes::StructureShape.new(name: 'IpamPool')
|
1521
|
+
IpamPoolAllocation = Shapes::StructureShape.new(name: 'IpamPoolAllocation')
|
1522
|
+
IpamPoolAllocationDisallowedCidrs = Shapes::ListShape.new(name: 'IpamPoolAllocationDisallowedCidrs')
|
1523
|
+
IpamPoolAllocationId = Shapes::StringShape.new(name: 'IpamPoolAllocationId')
|
1524
|
+
IpamPoolAllocationResourceType = Shapes::StringShape.new(name: 'IpamPoolAllocationResourceType')
|
1525
|
+
IpamPoolAllocationSet = Shapes::ListShape.new(name: 'IpamPoolAllocationSet')
|
1526
|
+
IpamPoolAwsService = Shapes::StringShape.new(name: 'IpamPoolAwsService')
|
1527
|
+
IpamPoolCidr = Shapes::StructureShape.new(name: 'IpamPoolCidr')
|
1528
|
+
IpamPoolCidrFailureCode = Shapes::StringShape.new(name: 'IpamPoolCidrFailureCode')
|
1529
|
+
IpamPoolCidrFailureReason = Shapes::StructureShape.new(name: 'IpamPoolCidrFailureReason')
|
1530
|
+
IpamPoolCidrSet = Shapes::ListShape.new(name: 'IpamPoolCidrSet')
|
1531
|
+
IpamPoolCidrState = Shapes::StringShape.new(name: 'IpamPoolCidrState')
|
1532
|
+
IpamPoolId = Shapes::StringShape.new(name: 'IpamPoolId')
|
1533
|
+
IpamPoolSet = Shapes::ListShape.new(name: 'IpamPoolSet')
|
1534
|
+
IpamPoolState = Shapes::StringShape.new(name: 'IpamPoolState')
|
1535
|
+
IpamResourceCidr = Shapes::StructureShape.new(name: 'IpamResourceCidr')
|
1536
|
+
IpamResourceCidrSet = Shapes::ListShape.new(name: 'IpamResourceCidrSet')
|
1537
|
+
IpamResourceTag = Shapes::StructureShape.new(name: 'IpamResourceTag')
|
1538
|
+
IpamResourceTagList = Shapes::ListShape.new(name: 'IpamResourceTagList')
|
1539
|
+
IpamResourceType = Shapes::StringShape.new(name: 'IpamResourceType')
|
1540
|
+
IpamScope = Shapes::StructureShape.new(name: 'IpamScope')
|
1541
|
+
IpamScopeId = Shapes::StringShape.new(name: 'IpamScopeId')
|
1542
|
+
IpamScopeSet = Shapes::ListShape.new(name: 'IpamScopeSet')
|
1543
|
+
IpamScopeState = Shapes::StringShape.new(name: 'IpamScopeState')
|
1544
|
+
IpamScopeType = Shapes::StringShape.new(name: 'IpamScopeType')
|
1545
|
+
IpamSet = Shapes::ListShape.new(name: 'IpamSet')
|
1546
|
+
IpamState = Shapes::StringShape.new(name: 'IpamState')
|
1383
1547
|
Ipv4PoolEc2Id = Shapes::StringShape.new(name: 'Ipv4PoolEc2Id')
|
1384
1548
|
Ipv4PrefixList = Shapes::ListShape.new(name: 'Ipv4PrefixList')
|
1385
1549
|
Ipv4PrefixListResponse = Shapes::ListShape.new(name: 'Ipv4PrefixListResponse')
|
@@ -1460,6 +1624,7 @@ module Aws::EC2
|
|
1460
1624
|
LaunchTemplateInstanceMetadataOptionsRequest = Shapes::StructureShape.new(name: 'LaunchTemplateInstanceMetadataOptionsRequest')
|
1461
1625
|
LaunchTemplateInstanceMetadataOptionsState = Shapes::StringShape.new(name: 'LaunchTemplateInstanceMetadataOptionsState')
|
1462
1626
|
LaunchTemplateInstanceMetadataProtocolIpv6 = Shapes::StringShape.new(name: 'LaunchTemplateInstanceMetadataProtocolIpv6')
|
1627
|
+
LaunchTemplateInstanceMetadataTagsState = Shapes::StringShape.new(name: 'LaunchTemplateInstanceMetadataTagsState')
|
1463
1628
|
LaunchTemplateInstanceNetworkInterfaceSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateInstanceNetworkInterfaceSpecification')
|
1464
1629
|
LaunchTemplateInstanceNetworkInterfaceSpecificationList = Shapes::ListShape.new(name: 'LaunchTemplateInstanceNetworkInterfaceSpecificationList')
|
1465
1630
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest = Shapes::StructureShape.new(name: 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest')
|
@@ -1474,6 +1639,8 @@ module Aws::EC2
|
|
1474
1639
|
LaunchTemplateOverridesList = Shapes::ListShape.new(name: 'LaunchTemplateOverridesList')
|
1475
1640
|
LaunchTemplatePlacement = Shapes::StructureShape.new(name: 'LaunchTemplatePlacement')
|
1476
1641
|
LaunchTemplatePlacementRequest = Shapes::StructureShape.new(name: 'LaunchTemplatePlacementRequest')
|
1642
|
+
LaunchTemplatePrivateDnsNameOptions = Shapes::StructureShape.new(name: 'LaunchTemplatePrivateDnsNameOptions')
|
1643
|
+
LaunchTemplatePrivateDnsNameOptionsRequest = Shapes::StructureShape.new(name: 'LaunchTemplatePrivateDnsNameOptionsRequest')
|
1477
1644
|
LaunchTemplateSet = Shapes::ListShape.new(name: 'LaunchTemplateSet')
|
1478
1645
|
LaunchTemplateSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateSpecification')
|
1479
1646
|
LaunchTemplateSpotMarketOptions = Shapes::StructureShape.new(name: 'LaunchTemplateSpotMarketOptions')
|
@@ -1490,6 +1657,9 @@ module Aws::EC2
|
|
1490
1657
|
LicenseConfigurationRequest = Shapes::StructureShape.new(name: 'LicenseConfigurationRequest')
|
1491
1658
|
LicenseList = Shapes::ListShape.new(name: 'LicenseList')
|
1492
1659
|
LicenseSpecificationListRequest = Shapes::ListShape.new(name: 'LicenseSpecificationListRequest')
|
1660
|
+
ListSnapshotsInRecycleBinMaxResults = Shapes::IntegerShape.new(name: 'ListSnapshotsInRecycleBinMaxResults')
|
1661
|
+
ListSnapshotsInRecycleBinRequest = Shapes::StructureShape.new(name: 'ListSnapshotsInRecycleBinRequest')
|
1662
|
+
ListSnapshotsInRecycleBinResult = Shapes::StructureShape.new(name: 'ListSnapshotsInRecycleBinResult')
|
1493
1663
|
ListingState = Shapes::StringShape.new(name: 'ListingState')
|
1494
1664
|
ListingStatus = Shapes::StringShape.new(name: 'ListingStatus')
|
1495
1665
|
LoadBalancersConfig = Shapes::StructureShape.new(name: 'LoadBalancersConfig')
|
@@ -1527,6 +1697,9 @@ module Aws::EC2
|
|
1527
1697
|
LocalGatewayVirtualInterfaceId = Shapes::StringShape.new(name: 'LocalGatewayVirtualInterfaceId')
|
1528
1698
|
LocalGatewayVirtualInterfaceIdSet = Shapes::ListShape.new(name: 'LocalGatewayVirtualInterfaceIdSet')
|
1529
1699
|
LocalGatewayVirtualInterfaceSet = Shapes::ListShape.new(name: 'LocalGatewayVirtualInterfaceSet')
|
1700
|
+
LocalStorage = Shapes::StringShape.new(name: 'LocalStorage')
|
1701
|
+
LocalStorageType = Shapes::StringShape.new(name: 'LocalStorageType')
|
1702
|
+
LocalStorageTypeSet = Shapes::ListShape.new(name: 'LocalStorageTypeSet')
|
1530
1703
|
Location = Shapes::StringShape.new(name: 'Location')
|
1531
1704
|
LocationType = Shapes::StringShape.new(name: 'LocationType')
|
1532
1705
|
LogDestinationType = Shapes::StringShape.new(name: 'LogDestinationType')
|
@@ -1544,7 +1717,11 @@ module Aws::EC2
|
|
1544
1717
|
MaximumNetworkCards = Shapes::IntegerShape.new(name: 'MaximumNetworkCards')
|
1545
1718
|
MaximumThroughputInMBps = Shapes::FloatShape.new(name: 'MaximumThroughputInMBps')
|
1546
1719
|
MembershipType = Shapes::StringShape.new(name: 'MembershipType')
|
1720
|
+
MemoryGiBPerVCpu = Shapes::StructureShape.new(name: 'MemoryGiBPerVCpu')
|
1721
|
+
MemoryGiBPerVCpuRequest = Shapes::StructureShape.new(name: 'MemoryGiBPerVCpuRequest')
|
1547
1722
|
MemoryInfo = Shapes::StructureShape.new(name: 'MemoryInfo')
|
1723
|
+
MemoryMiB = Shapes::StructureShape.new(name: 'MemoryMiB')
|
1724
|
+
MemoryMiBRequest = Shapes::StructureShape.new(name: 'MemoryMiBRequest')
|
1548
1725
|
MemorySize = Shapes::IntegerShape.new(name: 'MemorySize')
|
1549
1726
|
MillisecondDateTime = Shapes::TimestampShape.new(name: 'MillisecondDateTime')
|
1550
1727
|
ModifyAddressAttributeRequest = Shapes::StructureShape.new(name: 'ModifyAddressAttributeRequest')
|
@@ -1584,16 +1761,28 @@ module Aws::EC2
|
|
1584
1761
|
ModifyInstanceMetadataOptionsResult = Shapes::StructureShape.new(name: 'ModifyInstanceMetadataOptionsResult')
|
1585
1762
|
ModifyInstancePlacementRequest = Shapes::StructureShape.new(name: 'ModifyInstancePlacementRequest')
|
1586
1763
|
ModifyInstancePlacementResult = Shapes::StructureShape.new(name: 'ModifyInstancePlacementResult')
|
1764
|
+
ModifyIpamPoolRequest = Shapes::StructureShape.new(name: 'ModifyIpamPoolRequest')
|
1765
|
+
ModifyIpamPoolResult = Shapes::StructureShape.new(name: 'ModifyIpamPoolResult')
|
1766
|
+
ModifyIpamRequest = Shapes::StructureShape.new(name: 'ModifyIpamRequest')
|
1767
|
+
ModifyIpamResourceCidrRequest = Shapes::StructureShape.new(name: 'ModifyIpamResourceCidrRequest')
|
1768
|
+
ModifyIpamResourceCidrResult = Shapes::StructureShape.new(name: 'ModifyIpamResourceCidrResult')
|
1769
|
+
ModifyIpamResult = Shapes::StructureShape.new(name: 'ModifyIpamResult')
|
1770
|
+
ModifyIpamScopeRequest = Shapes::StructureShape.new(name: 'ModifyIpamScopeRequest')
|
1771
|
+
ModifyIpamScopeResult = Shapes::StructureShape.new(name: 'ModifyIpamScopeResult')
|
1587
1772
|
ModifyLaunchTemplateRequest = Shapes::StructureShape.new(name: 'ModifyLaunchTemplateRequest')
|
1588
1773
|
ModifyLaunchTemplateResult = Shapes::StructureShape.new(name: 'ModifyLaunchTemplateResult')
|
1589
1774
|
ModifyManagedPrefixListRequest = Shapes::StructureShape.new(name: 'ModifyManagedPrefixListRequest')
|
1590
1775
|
ModifyManagedPrefixListResult = Shapes::StructureShape.new(name: 'ModifyManagedPrefixListResult')
|
1591
1776
|
ModifyNetworkInterfaceAttributeRequest = Shapes::StructureShape.new(name: 'ModifyNetworkInterfaceAttributeRequest')
|
1777
|
+
ModifyPrivateDnsNameOptionsRequest = Shapes::StructureShape.new(name: 'ModifyPrivateDnsNameOptionsRequest')
|
1778
|
+
ModifyPrivateDnsNameOptionsResult = Shapes::StructureShape.new(name: 'ModifyPrivateDnsNameOptionsResult')
|
1592
1779
|
ModifyReservedInstancesRequest = Shapes::StructureShape.new(name: 'ModifyReservedInstancesRequest')
|
1593
1780
|
ModifyReservedInstancesResult = Shapes::StructureShape.new(name: 'ModifyReservedInstancesResult')
|
1594
1781
|
ModifySecurityGroupRulesRequest = Shapes::StructureShape.new(name: 'ModifySecurityGroupRulesRequest')
|
1595
1782
|
ModifySecurityGroupRulesResult = Shapes::StructureShape.new(name: 'ModifySecurityGroupRulesResult')
|
1596
1783
|
ModifySnapshotAttributeRequest = Shapes::StructureShape.new(name: 'ModifySnapshotAttributeRequest')
|
1784
|
+
ModifySnapshotTierRequest = Shapes::StructureShape.new(name: 'ModifySnapshotTierRequest')
|
1785
|
+
ModifySnapshotTierResult = Shapes::StructureShape.new(name: 'ModifySnapshotTierResult')
|
1597
1786
|
ModifySpotFleetRequestRequest = Shapes::StructureShape.new(name: 'ModifySpotFleetRequestRequest')
|
1598
1787
|
ModifySpotFleetRequestResponse = Shapes::StructureShape.new(name: 'ModifySpotFleetRequestResponse')
|
1599
1788
|
ModifySubnetAttributeRequest = Shapes::StructureShape.new(name: 'ModifySubnetAttributeRequest')
|
@@ -1621,6 +1810,8 @@ module Aws::EC2
|
|
1621
1810
|
ModifyVpcEndpointResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointResult')
|
1622
1811
|
ModifyVpcEndpointServiceConfigurationRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServiceConfigurationRequest')
|
1623
1812
|
ModifyVpcEndpointServiceConfigurationResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServiceConfigurationResult')
|
1813
|
+
ModifyVpcEndpointServicePayerResponsibilityRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServicePayerResponsibilityRequest')
|
1814
|
+
ModifyVpcEndpointServicePayerResponsibilityResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServicePayerResponsibilityResult')
|
1624
1815
|
ModifyVpcEndpointServicePermissionsRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServicePermissionsRequest')
|
1625
1816
|
ModifyVpcEndpointServicePermissionsResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointServicePermissionsResult')
|
1626
1817
|
ModifyVpcPeeringConnectionOptionsRequest = Shapes::StructureShape.new(name: 'ModifyVpcPeeringConnectionOptionsRequest')
|
@@ -1642,6 +1833,8 @@ module Aws::EC2
|
|
1642
1833
|
MonitoringState = Shapes::StringShape.new(name: 'MonitoringState')
|
1643
1834
|
MoveAddressToVpcRequest = Shapes::StructureShape.new(name: 'MoveAddressToVpcRequest')
|
1644
1835
|
MoveAddressToVpcResult = Shapes::StructureShape.new(name: 'MoveAddressToVpcResult')
|
1836
|
+
MoveByoipCidrToIpamRequest = Shapes::StructureShape.new(name: 'MoveByoipCidrToIpamRequest')
|
1837
|
+
MoveByoipCidrToIpamResult = Shapes::StructureShape.new(name: 'MoveByoipCidrToIpamResult')
|
1645
1838
|
MoveStatus = Shapes::StringShape.new(name: 'MoveStatus')
|
1646
1839
|
MovingAddressStatus = Shapes::StructureShape.new(name: 'MovingAddressStatus')
|
1647
1840
|
MovingAddressStatusSet = Shapes::ListShape.new(name: 'MovingAddressStatusSet')
|
@@ -1653,6 +1846,7 @@ module Aws::EC2
|
|
1653
1846
|
NatGatewayIdStringList = Shapes::ListShape.new(name: 'NatGatewayIdStringList')
|
1654
1847
|
NatGatewayList = Shapes::ListShape.new(name: 'NatGatewayList')
|
1655
1848
|
NatGatewayState = Shapes::StringShape.new(name: 'NatGatewayState')
|
1849
|
+
NetmaskLength = Shapes::IntegerShape.new(name: 'NetmaskLength')
|
1656
1850
|
NetworkAcl = Shapes::StructureShape.new(name: 'NetworkAcl')
|
1657
1851
|
NetworkAclAssociation = Shapes::StructureShape.new(name: 'NetworkAclAssociation')
|
1658
1852
|
NetworkAclAssociationId = Shapes::StringShape.new(name: 'NetworkAclAssociationId')
|
@@ -1666,6 +1860,15 @@ module Aws::EC2
|
|
1666
1860
|
NetworkCardInfo = Shapes::StructureShape.new(name: 'NetworkCardInfo')
|
1667
1861
|
NetworkCardInfoList = Shapes::ListShape.new(name: 'NetworkCardInfoList')
|
1668
1862
|
NetworkInfo = Shapes::StructureShape.new(name: 'NetworkInfo')
|
1863
|
+
NetworkInsightsAccessScope = Shapes::StructureShape.new(name: 'NetworkInsightsAccessScope')
|
1864
|
+
NetworkInsightsAccessScopeAnalysis = Shapes::StructureShape.new(name: 'NetworkInsightsAccessScopeAnalysis')
|
1865
|
+
NetworkInsightsAccessScopeAnalysisId = Shapes::StringShape.new(name: 'NetworkInsightsAccessScopeAnalysisId')
|
1866
|
+
NetworkInsightsAccessScopeAnalysisIdList = Shapes::ListShape.new(name: 'NetworkInsightsAccessScopeAnalysisIdList')
|
1867
|
+
NetworkInsightsAccessScopeAnalysisList = Shapes::ListShape.new(name: 'NetworkInsightsAccessScopeAnalysisList')
|
1868
|
+
NetworkInsightsAccessScopeContent = Shapes::StructureShape.new(name: 'NetworkInsightsAccessScopeContent')
|
1869
|
+
NetworkInsightsAccessScopeId = Shapes::StringShape.new(name: 'NetworkInsightsAccessScopeId')
|
1870
|
+
NetworkInsightsAccessScopeIdList = Shapes::ListShape.new(name: 'NetworkInsightsAccessScopeIdList')
|
1871
|
+
NetworkInsightsAccessScopeList = Shapes::ListShape.new(name: 'NetworkInsightsAccessScopeList')
|
1669
1872
|
NetworkInsightsAnalysis = Shapes::StructureShape.new(name: 'NetworkInsightsAnalysis')
|
1670
1873
|
NetworkInsightsAnalysisId = Shapes::StringShape.new(name: 'NetworkInsightsAnalysisId')
|
1671
1874
|
NetworkInsightsAnalysisIdList = Shapes::ListShape.new(name: 'NetworkInsightsAnalysisIdList')
|
@@ -1675,12 +1878,15 @@ module Aws::EC2
|
|
1675
1878
|
NetworkInsightsPathId = Shapes::StringShape.new(name: 'NetworkInsightsPathId')
|
1676
1879
|
NetworkInsightsPathIdList = Shapes::ListShape.new(name: 'NetworkInsightsPathIdList')
|
1677
1880
|
NetworkInsightsPathList = Shapes::ListShape.new(name: 'NetworkInsightsPathList')
|
1881
|
+
NetworkInsightsResourceId = Shapes::StringShape.new(name: 'NetworkInsightsResourceId')
|
1678
1882
|
NetworkInterface = Shapes::StructureShape.new(name: 'NetworkInterface')
|
1679
1883
|
NetworkInterfaceAssociation = Shapes::StructureShape.new(name: 'NetworkInterfaceAssociation')
|
1680
1884
|
NetworkInterfaceAttachment = Shapes::StructureShape.new(name: 'NetworkInterfaceAttachment')
|
1681
1885
|
NetworkInterfaceAttachmentChanges = Shapes::StructureShape.new(name: 'NetworkInterfaceAttachmentChanges')
|
1682
1886
|
NetworkInterfaceAttachmentId = Shapes::StringShape.new(name: 'NetworkInterfaceAttachmentId')
|
1683
1887
|
NetworkInterfaceAttribute = Shapes::StringShape.new(name: 'NetworkInterfaceAttribute')
|
1888
|
+
NetworkInterfaceCount = Shapes::StructureShape.new(name: 'NetworkInterfaceCount')
|
1889
|
+
NetworkInterfaceCountRequest = Shapes::StructureShape.new(name: 'NetworkInterfaceCountRequest')
|
1684
1890
|
NetworkInterfaceCreationType = Shapes::StringShape.new(name: 'NetworkInterfaceCreationType')
|
1685
1891
|
NetworkInterfaceId = Shapes::StringShape.new(name: 'NetworkInterfaceId')
|
1686
1892
|
NetworkInterfaceIdList = Shapes::ListShape.new(name: 'NetworkInterfaceIdList')
|
@@ -1710,11 +1916,18 @@ module Aws::EC2
|
|
1710
1916
|
OnDemandOptions = Shapes::StructureShape.new(name: 'OnDemandOptions')
|
1711
1917
|
OnDemandOptionsRequest = Shapes::StructureShape.new(name: 'OnDemandOptionsRequest')
|
1712
1918
|
OperationType = Shapes::StringShape.new(name: 'OperationType')
|
1919
|
+
OrganizationArnStringList = Shapes::ListShape.new(name: 'OrganizationArnStringList')
|
1920
|
+
OrganizationalUnitArnStringList = Shapes::ListShape.new(name: 'OrganizationalUnitArnStringList')
|
1713
1921
|
OutpostArn = Shapes::StringShape.new(name: 'OutpostArn')
|
1714
1922
|
OwnerStringList = Shapes::ListShape.new(name: 'OwnerStringList')
|
1923
|
+
PacketHeaderStatement = Shapes::StructureShape.new(name: 'PacketHeaderStatement')
|
1924
|
+
PacketHeaderStatementRequest = Shapes::StructureShape.new(name: 'PacketHeaderStatementRequest')
|
1715
1925
|
PartitionLoadFrequency = Shapes::StringShape.new(name: 'PartitionLoadFrequency')
|
1716
1926
|
PathComponent = Shapes::StructureShape.new(name: 'PathComponent')
|
1717
1927
|
PathComponentList = Shapes::ListShape.new(name: 'PathComponentList')
|
1928
|
+
PathStatement = Shapes::StructureShape.new(name: 'PathStatement')
|
1929
|
+
PathStatementRequest = Shapes::StructureShape.new(name: 'PathStatementRequest')
|
1930
|
+
PayerResponsibility = Shapes::StringShape.new(name: 'PayerResponsibility')
|
1718
1931
|
PaymentOption = Shapes::StringShape.new(name: 'PaymentOption')
|
1719
1932
|
PciId = Shapes::StructureShape.new(name: 'PciId')
|
1720
1933
|
PeeringAttachmentStatus = Shapes::StructureShape.new(name: 'PeeringAttachmentStatus')
|
@@ -1748,6 +1961,7 @@ module Aws::EC2
|
|
1748
1961
|
Phase2IntegrityAlgorithmsRequestListValue = Shapes::StructureShape.new(name: 'Phase2IntegrityAlgorithmsRequestListValue')
|
1749
1962
|
Placement = Shapes::StructureShape.new(name: 'Placement')
|
1750
1963
|
PlacementGroup = Shapes::StructureShape.new(name: 'PlacementGroup')
|
1964
|
+
PlacementGroupArn = Shapes::StringShape.new(name: 'PlacementGroupArn')
|
1751
1965
|
PlacementGroupId = Shapes::StringShape.new(name: 'PlacementGroupId')
|
1752
1966
|
PlacementGroupIdStringList = Shapes::ListShape.new(name: 'PlacementGroupIdStringList')
|
1753
1967
|
PlacementGroupInfo = Shapes::StructureShape.new(name: 'PlacementGroupInfo')
|
@@ -1791,6 +2005,9 @@ module Aws::EC2
|
|
1791
2005
|
PrivateDnsDetails = Shapes::StructureShape.new(name: 'PrivateDnsDetails')
|
1792
2006
|
PrivateDnsDetailsSet = Shapes::ListShape.new(name: 'PrivateDnsDetailsSet')
|
1793
2007
|
PrivateDnsNameConfiguration = Shapes::StructureShape.new(name: 'PrivateDnsNameConfiguration')
|
2008
|
+
PrivateDnsNameOptionsOnLaunch = Shapes::StructureShape.new(name: 'PrivateDnsNameOptionsOnLaunch')
|
2009
|
+
PrivateDnsNameOptionsRequest = Shapes::StructureShape.new(name: 'PrivateDnsNameOptionsRequest')
|
2010
|
+
PrivateDnsNameOptionsResponse = Shapes::StructureShape.new(name: 'PrivateDnsNameOptionsResponse')
|
1794
2011
|
PrivateIpAddressConfigSet = Shapes::ListShape.new(name: 'PrivateIpAddressConfigSet')
|
1795
2012
|
PrivateIpAddressSpecification = Shapes::StructureShape.new(name: 'PrivateIpAddressSpecification')
|
1796
2013
|
PrivateIpAddressSpecificationList = Shapes::ListShape.new(name: 'PrivateIpAddressSpecificationList')
|
@@ -1805,9 +2022,14 @@ module Aws::EC2
|
|
1805
2022
|
PropagatingVgw = Shapes::StructureShape.new(name: 'PropagatingVgw')
|
1806
2023
|
PropagatingVgwList = Shapes::ListShape.new(name: 'PropagatingVgwList')
|
1807
2024
|
Protocol = Shapes::StringShape.new(name: 'Protocol')
|
2025
|
+
ProtocolList = Shapes::ListShape.new(name: 'ProtocolList')
|
1808
2026
|
ProtocolValue = Shapes::StringShape.new(name: 'ProtocolValue')
|
1809
2027
|
ProvisionByoipCidrRequest = Shapes::StructureShape.new(name: 'ProvisionByoipCidrRequest')
|
1810
2028
|
ProvisionByoipCidrResult = Shapes::StructureShape.new(name: 'ProvisionByoipCidrResult')
|
2029
|
+
ProvisionIpamPoolCidrRequest = Shapes::StructureShape.new(name: 'ProvisionIpamPoolCidrRequest')
|
2030
|
+
ProvisionIpamPoolCidrResult = Shapes::StructureShape.new(name: 'ProvisionIpamPoolCidrResult')
|
2031
|
+
ProvisionPublicIpv4PoolCidrRequest = Shapes::StructureShape.new(name: 'ProvisionPublicIpv4PoolCidrRequest')
|
2032
|
+
ProvisionPublicIpv4PoolCidrResult = Shapes::StructureShape.new(name: 'ProvisionPublicIpv4PoolCidrResult')
|
1811
2033
|
ProvisionedBandwidth = Shapes::StructureShape.new(name: 'ProvisionedBandwidth')
|
1812
2034
|
PtrUpdateStatus = Shapes::StructureShape.new(name: 'PtrUpdateStatus')
|
1813
2035
|
PublicIpAddress = Shapes::StringShape.new(name: 'PublicIpAddress')
|
@@ -1839,6 +2061,7 @@ module Aws::EC2
|
|
1839
2061
|
Region = Shapes::StructureShape.new(name: 'Region')
|
1840
2062
|
RegionList = Shapes::ListShape.new(name: 'RegionList')
|
1841
2063
|
RegionNameStringList = Shapes::ListShape.new(name: 'RegionNameStringList')
|
2064
|
+
RegionNames = Shapes::ListShape.new(name: 'RegionNames')
|
1842
2065
|
RegisterImageRequest = Shapes::StructureShape.new(name: 'RegisterImageRequest')
|
1843
2066
|
RegisterImageResult = Shapes::StructureShape.new(name: 'RegisterImageResult')
|
1844
2067
|
RegisterInstanceEventNotificationAttributesRequest = Shapes::StructureShape.new(name: 'RegisterInstanceEventNotificationAttributesRequest')
|
@@ -1861,6 +2084,10 @@ module Aws::EC2
|
|
1861
2084
|
ReleaseAddressRequest = Shapes::StructureShape.new(name: 'ReleaseAddressRequest')
|
1862
2085
|
ReleaseHostsRequest = Shapes::StructureShape.new(name: 'ReleaseHostsRequest')
|
1863
2086
|
ReleaseHostsResult = Shapes::StructureShape.new(name: 'ReleaseHostsResult')
|
2087
|
+
ReleaseIpamPoolAllocationRequest = Shapes::StructureShape.new(name: 'ReleaseIpamPoolAllocationRequest')
|
2088
|
+
ReleaseIpamPoolAllocationResult = Shapes::StructureShape.new(name: 'ReleaseIpamPoolAllocationResult')
|
2089
|
+
RemoveIpamOperatingRegion = Shapes::StructureShape.new(name: 'RemoveIpamOperatingRegion')
|
2090
|
+
RemoveIpamOperatingRegionSet = Shapes::ListShape.new(name: 'RemoveIpamOperatingRegionSet')
|
1864
2091
|
RemovePrefixListEntries = Shapes::ListShape.new(name: 'RemovePrefixListEntries')
|
1865
2092
|
RemovePrefixListEntry = Shapes::StructureShape.new(name: 'RemovePrefixListEntry')
|
1866
2093
|
ReplaceIamInstanceProfileAssociationRequest = Shapes::StructureShape.new(name: 'ReplaceIamInstanceProfileAssociationRequest')
|
@@ -1885,6 +2112,8 @@ module Aws::EC2
|
|
1885
2112
|
RequestHostIdList = Shapes::ListShape.new(name: 'RequestHostIdList')
|
1886
2113
|
RequestHostIdSet = Shapes::ListShape.new(name: 'RequestHostIdSet')
|
1887
2114
|
RequestInstanceTypeList = Shapes::ListShape.new(name: 'RequestInstanceTypeList')
|
2115
|
+
RequestIpamResourceTag = Shapes::StructureShape.new(name: 'RequestIpamResourceTag')
|
2116
|
+
RequestIpamResourceTagList = Shapes::ListShape.new(name: 'RequestIpamResourceTagList')
|
1888
2117
|
RequestLaunchTemplateData = Shapes::StructureShape.new(name: 'RequestLaunchTemplateData')
|
1889
2118
|
RequestSpotFleetRequest = Shapes::StructureShape.new(name: 'RequestSpotFleetRequest')
|
1890
2119
|
RequestSpotFleetResponse = Shapes::StructureShape.new(name: 'RequestSpotFleetResponse')
|
@@ -1940,6 +2169,8 @@ module Aws::EC2
|
|
1940
2169
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
1941
2170
|
ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
|
1942
2171
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
2172
|
+
ResourceStatement = Shapes::StructureShape.new(name: 'ResourceStatement')
|
2173
|
+
ResourceStatementRequest = Shapes::StructureShape.new(name: 'ResourceStatementRequest')
|
1943
2174
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
1944
2175
|
ResponseError = Shapes::StructureShape.new(name: 'ResponseError')
|
1945
2176
|
ResponseHostIdList = Shapes::ListShape.new(name: 'ResponseHostIdList')
|
@@ -1950,6 +2181,11 @@ module Aws::EC2
|
|
1950
2181
|
RestoreAddressToClassicResult = Shapes::StructureShape.new(name: 'RestoreAddressToClassicResult')
|
1951
2182
|
RestoreManagedPrefixListVersionRequest = Shapes::StructureShape.new(name: 'RestoreManagedPrefixListVersionRequest')
|
1952
2183
|
RestoreManagedPrefixListVersionResult = Shapes::StructureShape.new(name: 'RestoreManagedPrefixListVersionResult')
|
2184
|
+
RestoreSnapshotFromRecycleBinRequest = Shapes::StructureShape.new(name: 'RestoreSnapshotFromRecycleBinRequest')
|
2185
|
+
RestoreSnapshotFromRecycleBinResult = Shapes::StructureShape.new(name: 'RestoreSnapshotFromRecycleBinResult')
|
2186
|
+
RestoreSnapshotTierRequest = Shapes::StructureShape.new(name: 'RestoreSnapshotTierRequest')
|
2187
|
+
RestoreSnapshotTierRequestTemporaryRestoreDays = Shapes::IntegerShape.new(name: 'RestoreSnapshotTierRequestTemporaryRestoreDays')
|
2188
|
+
RestoreSnapshotTierResult = Shapes::StructureShape.new(name: 'RestoreSnapshotTierResult')
|
1953
2189
|
ResultRange = Shapes::IntegerShape.new(name: 'ResultRange')
|
1954
2190
|
RevokeClientVpnIngressRequest = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressRequest')
|
1955
2191
|
RevokeClientVpnIngressResult = Shapes::StructureShape.new(name: 'RevokeClientVpnIngressResult')
|
@@ -2049,9 +2285,12 @@ module Aws::EC2
|
|
2049
2285
|
SnapshotIdStringList = Shapes::ListShape.new(name: 'SnapshotIdStringList')
|
2050
2286
|
SnapshotInfo = Shapes::StructureShape.new(name: 'SnapshotInfo')
|
2051
2287
|
SnapshotList = Shapes::ListShape.new(name: 'SnapshotList')
|
2288
|
+
SnapshotRecycleBinInfo = Shapes::StructureShape.new(name: 'SnapshotRecycleBinInfo')
|
2289
|
+
SnapshotRecycleBinInfoList = Shapes::ListShape.new(name: 'SnapshotRecycleBinInfoList')
|
2052
2290
|
SnapshotSet = Shapes::ListShape.new(name: 'SnapshotSet')
|
2053
2291
|
SnapshotState = Shapes::StringShape.new(name: 'SnapshotState')
|
2054
2292
|
SnapshotTaskDetail = Shapes::StructureShape.new(name: 'SnapshotTaskDetail')
|
2293
|
+
SnapshotTierStatus = Shapes::StructureShape.new(name: 'SnapshotTierStatus')
|
2055
2294
|
SpotAllocationStrategy = Shapes::StringShape.new(name: 'SpotAllocationStrategy')
|
2056
2295
|
SpotCapacityRebalance = Shapes::StructureShape.new(name: 'SpotCapacityRebalance')
|
2057
2296
|
SpotDatafeedSubscription = Shapes::StructureShape.new(name: 'SpotDatafeedSubscription')
|
@@ -2078,6 +2317,10 @@ module Aws::EC2
|
|
2078
2317
|
SpotOptions = Shapes::StructureShape.new(name: 'SpotOptions')
|
2079
2318
|
SpotOptionsRequest = Shapes::StructureShape.new(name: 'SpotOptionsRequest')
|
2080
2319
|
SpotPlacement = Shapes::StructureShape.new(name: 'SpotPlacement')
|
2320
|
+
SpotPlacementScore = Shapes::StructureShape.new(name: 'SpotPlacementScore')
|
2321
|
+
SpotPlacementScores = Shapes::ListShape.new(name: 'SpotPlacementScores')
|
2322
|
+
SpotPlacementScoresMaxResults = Shapes::IntegerShape.new(name: 'SpotPlacementScoresMaxResults')
|
2323
|
+
SpotPlacementScoresTargetCapacity = Shapes::IntegerShape.new(name: 'SpotPlacementScoresTargetCapacity')
|
2081
2324
|
SpotPrice = Shapes::StructureShape.new(name: 'SpotPrice')
|
2082
2325
|
SpotPriceHistoryList = Shapes::ListShape.new(name: 'SpotPriceHistoryList')
|
2083
2326
|
StaleIpPermission = Shapes::StructureShape.new(name: 'StaleIpPermission')
|
@@ -2086,6 +2329,8 @@ module Aws::EC2
|
|
2086
2329
|
StaleSecurityGroupSet = Shapes::ListShape.new(name: 'StaleSecurityGroupSet')
|
2087
2330
|
StartInstancesRequest = Shapes::StructureShape.new(name: 'StartInstancesRequest')
|
2088
2331
|
StartInstancesResult = Shapes::StructureShape.new(name: 'StartInstancesResult')
|
2332
|
+
StartNetworkInsightsAccessScopeAnalysisRequest = Shapes::StructureShape.new(name: 'StartNetworkInsightsAccessScopeAnalysisRequest')
|
2333
|
+
StartNetworkInsightsAccessScopeAnalysisResult = Shapes::StructureShape.new(name: 'StartNetworkInsightsAccessScopeAnalysisResult')
|
2089
2334
|
StartNetworkInsightsAnalysisRequest = Shapes::StructureShape.new(name: 'StartNetworkInsightsAnalysisRequest')
|
2090
2335
|
StartNetworkInsightsAnalysisResult = Shapes::StructureShape.new(name: 'StartNetworkInsightsAnalysisResult')
|
2091
2336
|
StartVpcEndpointServicePrivateDnsVerificationRequest = Shapes::StructureShape.new(name: 'StartVpcEndpointServicePrivateDnsVerificationRequest')
|
@@ -2100,6 +2345,7 @@ module Aws::EC2
|
|
2100
2345
|
StopInstancesResult = Shapes::StructureShape.new(name: 'StopInstancesResult')
|
2101
2346
|
Storage = Shapes::StructureShape.new(name: 'Storage')
|
2102
2347
|
StorageLocation = Shapes::StructureShape.new(name: 'StorageLocation')
|
2348
|
+
StorageTier = Shapes::StringShape.new(name: 'StorageTier')
|
2103
2349
|
StoreImageTaskResult = Shapes::StructureShape.new(name: 'StoreImageTaskResult')
|
2104
2350
|
StoreImageTaskResultSet = Shapes::ListShape.new(name: 'StoreImageTaskResultSet')
|
2105
2351
|
String = Shapes::StringShape.new(name: 'String')
|
@@ -2134,6 +2380,7 @@ module Aws::EC2
|
|
2134
2380
|
TaggableResourceId = Shapes::StringShape.new(name: 'TaggableResourceId')
|
2135
2381
|
TargetCapacitySpecification = Shapes::StructureShape.new(name: 'TargetCapacitySpecification')
|
2136
2382
|
TargetCapacitySpecificationRequest = Shapes::StructureShape.new(name: 'TargetCapacitySpecificationRequest')
|
2383
|
+
TargetCapacityUnitType = Shapes::StringShape.new(name: 'TargetCapacityUnitType')
|
2137
2384
|
TargetConfiguration = Shapes::StructureShape.new(name: 'TargetConfiguration')
|
2138
2385
|
TargetConfigurationRequest = Shapes::StructureShape.new(name: 'TargetConfigurationRequest')
|
2139
2386
|
TargetConfigurationRequestSet = Shapes::ListShape.new(name: 'TargetConfigurationRequestSet')
|
@@ -2144,6 +2391,7 @@ module Aws::EC2
|
|
2144
2391
|
TargetNetworkSet = Shapes::ListShape.new(name: 'TargetNetworkSet')
|
2145
2392
|
TargetReservationValue = Shapes::StructureShape.new(name: 'TargetReservationValue')
|
2146
2393
|
TargetReservationValueSet = Shapes::ListShape.new(name: 'TargetReservationValueSet')
|
2394
|
+
TargetStorageTier = Shapes::StringShape.new(name: 'TargetStorageTier')
|
2147
2395
|
TelemetryStatus = Shapes::StringShape.new(name: 'TelemetryStatus')
|
2148
2396
|
Tenancy = Shapes::StringShape.new(name: 'Tenancy')
|
2149
2397
|
TerminateClientVpnConnectionsRequest = Shapes::StructureShape.new(name: 'TerminateClientVpnConnectionsRequest')
|
@@ -2154,6 +2402,13 @@ module Aws::EC2
|
|
2154
2402
|
TerminateInstancesResult = Shapes::StructureShape.new(name: 'TerminateInstancesResult')
|
2155
2403
|
ThreadsPerCore = Shapes::IntegerShape.new(name: 'ThreadsPerCore')
|
2156
2404
|
ThreadsPerCoreList = Shapes::ListShape.new(name: 'ThreadsPerCoreList')
|
2405
|
+
ThroughResourcesStatement = Shapes::StructureShape.new(name: 'ThroughResourcesStatement')
|
2406
|
+
ThroughResourcesStatementList = Shapes::ListShape.new(name: 'ThroughResourcesStatementList')
|
2407
|
+
ThroughResourcesStatementRequest = Shapes::StructureShape.new(name: 'ThroughResourcesStatementRequest')
|
2408
|
+
ThroughResourcesStatementRequestList = Shapes::ListShape.new(name: 'ThroughResourcesStatementRequestList')
|
2409
|
+
TieringOperationStatus = Shapes::StringShape.new(name: 'TieringOperationStatus')
|
2410
|
+
TotalLocalStorageGB = Shapes::StructureShape.new(name: 'TotalLocalStorageGB')
|
2411
|
+
TotalLocalStorageGBRequest = Shapes::StructureShape.new(name: 'TotalLocalStorageGBRequest')
|
2157
2412
|
TrafficDirection = Shapes::StringShape.new(name: 'TrafficDirection')
|
2158
2413
|
TrafficMirrorFilter = Shapes::StructureShape.new(name: 'TrafficMirrorFilter')
|
2159
2414
|
TrafficMirrorFilterId = Shapes::StringShape.new(name: 'TrafficMirrorFilterId')
|
@@ -2296,6 +2551,8 @@ module Aws::EC2
|
|
2296
2551
|
UserIdGroupPairSet = Shapes::ListShape.new(name: 'UserIdGroupPairSet')
|
2297
2552
|
UserIdStringList = Shapes::ListShape.new(name: 'UserIdStringList')
|
2298
2553
|
VCpuCount = Shapes::IntegerShape.new(name: 'VCpuCount')
|
2554
|
+
VCpuCountRange = Shapes::StructureShape.new(name: 'VCpuCountRange')
|
2555
|
+
VCpuCountRangeRequest = Shapes::StructureShape.new(name: 'VCpuCountRangeRequest')
|
2299
2556
|
VCpuInfo = Shapes::StructureShape.new(name: 'VCpuInfo')
|
2300
2557
|
ValidationError = Shapes::StructureShape.new(name: 'ValidationError')
|
2301
2558
|
ValidationWarning = Shapes::StructureShape.new(name: 'ValidationWarning')
|
@@ -2306,6 +2563,7 @@ module Aws::EC2
|
|
2306
2563
|
VgwTelemetryList = Shapes::ListShape.new(name: 'VgwTelemetryList')
|
2307
2564
|
VirtualizationType = Shapes::StringShape.new(name: 'VirtualizationType')
|
2308
2565
|
VirtualizationTypeList = Shapes::ListShape.new(name: 'VirtualizationTypeList')
|
2566
|
+
VirtualizationTypeSet = Shapes::ListShape.new(name: 'VirtualizationTypeSet')
|
2309
2567
|
Volume = Shapes::StructureShape.new(name: 'Volume')
|
2310
2568
|
VolumeAttachment = Shapes::StructureShape.new(name: 'VolumeAttachment')
|
2311
2569
|
VolumeAttachmentList = Shapes::ListShape.new(name: 'VolumeAttachmentList')
|
@@ -2401,9 +2659,32 @@ module Aws::EC2
|
|
2401
2659
|
ZoneIdStringList = Shapes::ListShape.new(name: 'ZoneIdStringList')
|
2402
2660
|
ZoneNameStringList = Shapes::ListShape.new(name: 'ZoneNameStringList')
|
2403
2661
|
scope = Shapes::StringShape.new(name: 'scope')
|
2662
|
+
snapshotTierStatusSet = Shapes::ListShape.new(name: 'snapshotTierStatusSet')
|
2404
2663
|
totalFpgaMemory = Shapes::IntegerShape.new(name: 'totalFpgaMemory')
|
2405
2664
|
totalGpuMemory = Shapes::IntegerShape.new(name: 'totalGpuMemory')
|
2406
2665
|
|
2666
|
+
AcceleratorCount.add_member(:min, Shapes::ShapeRef.new(shape: Integer, location_name: "min"))
|
2667
|
+
AcceleratorCount.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "max"))
|
2668
|
+
AcceleratorCount.struct_class = Types::AcceleratorCount
|
2669
|
+
|
2670
|
+
AcceleratorCountRequest.add_member(:min, Shapes::ShapeRef.new(shape: Integer, location_name: "Min"))
|
2671
|
+
AcceleratorCountRequest.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "Max"))
|
2672
|
+
AcceleratorCountRequest.struct_class = Types::AcceleratorCountRequest
|
2673
|
+
|
2674
|
+
AcceleratorManufacturerSet.member = Shapes::ShapeRef.new(shape: AcceleratorManufacturer, location_name: "item")
|
2675
|
+
|
2676
|
+
AcceleratorNameSet.member = Shapes::ShapeRef.new(shape: AcceleratorName, location_name: "item")
|
2677
|
+
|
2678
|
+
AcceleratorTotalMemoryMiB.add_member(:min, Shapes::ShapeRef.new(shape: Integer, location_name: "min"))
|
2679
|
+
AcceleratorTotalMemoryMiB.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "max"))
|
2680
|
+
AcceleratorTotalMemoryMiB.struct_class = Types::AcceleratorTotalMemoryMiB
|
2681
|
+
|
2682
|
+
AcceleratorTotalMemoryMiBRequest.add_member(:min, Shapes::ShapeRef.new(shape: Integer, location_name: "Min"))
|
2683
|
+
AcceleratorTotalMemoryMiBRequest.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "Max"))
|
2684
|
+
AcceleratorTotalMemoryMiBRequest.struct_class = Types::AcceleratorTotalMemoryMiBRequest
|
2685
|
+
|
2686
|
+
AcceleratorTypeSet.member = Shapes::ShapeRef.new(shape: AcceleratorType, location_name: "item")
|
2687
|
+
|
2407
2688
|
AcceptReservedInstancesExchangeQuoteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
2408
2689
|
AcceptReservedInstancesExchangeQuoteRequest.add_member(:reserved_instance_ids, Shapes::ShapeRef.new(shape: ReservedInstanceIdSet, required: true, location_name: "ReservedInstanceId"))
|
2409
2690
|
AcceptReservedInstancesExchangeQuoteRequest.add_member(:target_configurations, Shapes::ShapeRef.new(shape: TargetConfigurationRequestSet, location_name: "TargetConfiguration"))
|
@@ -2450,6 +2731,28 @@ module Aws::EC2
|
|
2450
2731
|
AcceptVpcPeeringConnectionResult.add_member(:vpc_peering_connection, Shapes::ShapeRef.new(shape: VpcPeeringConnection, location_name: "vpcPeeringConnection"))
|
2451
2732
|
AcceptVpcPeeringConnectionResult.struct_class = Types::AcceptVpcPeeringConnectionResult
|
2452
2733
|
|
2734
|
+
AccessScopeAnalysisFinding.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "networkInsightsAccessScopeAnalysisId"))
|
2735
|
+
AccessScopeAnalysisFinding.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
2736
|
+
AccessScopeAnalysisFinding.add_member(:finding_id, Shapes::ShapeRef.new(shape: String, location_name: "findingId"))
|
2737
|
+
AccessScopeAnalysisFinding.add_member(:finding_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "findingComponentSet"))
|
2738
|
+
AccessScopeAnalysisFinding.struct_class = Types::AccessScopeAnalysisFinding
|
2739
|
+
|
2740
|
+
AccessScopeAnalysisFindingList.member = Shapes::ShapeRef.new(shape: AccessScopeAnalysisFinding, location_name: "item")
|
2741
|
+
|
2742
|
+
AccessScopePath.add_member(:source, Shapes::ShapeRef.new(shape: PathStatement, location_name: "source"))
|
2743
|
+
AccessScopePath.add_member(:destination, Shapes::ShapeRef.new(shape: PathStatement, location_name: "destination"))
|
2744
|
+
AccessScopePath.add_member(:through_resources, Shapes::ShapeRef.new(shape: ThroughResourcesStatementList, location_name: "throughResourceSet"))
|
2745
|
+
AccessScopePath.struct_class = Types::AccessScopePath
|
2746
|
+
|
2747
|
+
AccessScopePathList.member = Shapes::ShapeRef.new(shape: AccessScopePath, location_name: "item")
|
2748
|
+
|
2749
|
+
AccessScopePathListRequest.member = Shapes::ShapeRef.new(shape: AccessScopePathRequest, location_name: "item")
|
2750
|
+
|
2751
|
+
AccessScopePathRequest.add_member(:source, Shapes::ShapeRef.new(shape: PathStatementRequest, location_name: "Source"))
|
2752
|
+
AccessScopePathRequest.add_member(:destination, Shapes::ShapeRef.new(shape: PathStatementRequest, location_name: "Destination"))
|
2753
|
+
AccessScopePathRequest.add_member(:through_resources, Shapes::ShapeRef.new(shape: ThroughResourcesStatementRequestList, location_name: "ThroughResource"))
|
2754
|
+
AccessScopePathRequest.struct_class = Types::AccessScopePathRequest
|
2755
|
+
|
2453
2756
|
AccountAttribute.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, location_name: "attributeName"))
|
2454
2757
|
AccountAttribute.add_member(:attribute_values, Shapes::ShapeRef.new(shape: AccountAttributeValueList, location_name: "attributeValueSet"))
|
2455
2758
|
AccountAttribute.struct_class = Types::AccountAttribute
|
@@ -2471,6 +2774,11 @@ module Aws::EC2
|
|
2471
2774
|
|
2472
2775
|
ActiveInstanceSet.member = Shapes::ShapeRef.new(shape: ActiveInstance, location_name: "item")
|
2473
2776
|
|
2777
|
+
AddIpamOperatingRegion.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "RegionName"))
|
2778
|
+
AddIpamOperatingRegion.struct_class = Types::AddIpamOperatingRegion
|
2779
|
+
|
2780
|
+
AddIpamOperatingRegionSet.member = Shapes::ShapeRef.new(shape: AddIpamOperatingRegion)
|
2781
|
+
|
2474
2782
|
AddPrefixListEntries.member = Shapes::ShapeRef.new(shape: AddPrefixListEntry)
|
2475
2783
|
|
2476
2784
|
AddPrefixListEntry.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
@@ -2542,6 +2850,19 @@ module Aws::EC2
|
|
2542
2850
|
AllocateHostsResult.add_member(:host_ids, Shapes::ShapeRef.new(shape: ResponseHostIdList, location_name: "hostIdSet"))
|
2543
2851
|
AllocateHostsResult.struct_class = Types::AllocateHostsResult
|
2544
2852
|
|
2853
|
+
AllocateIpamPoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
2854
|
+
AllocateIpamPoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
2855
|
+
AllocateIpamPoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
2856
|
+
AllocateIpamPoolCidrRequest.add_member(:netmask_length, Shapes::ShapeRef.new(shape: Integer, location_name: "NetmaskLength"))
|
2857
|
+
AllocateIpamPoolCidrRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
2858
|
+
AllocateIpamPoolCidrRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
2859
|
+
AllocateIpamPoolCidrRequest.add_member(:preview_next_cidr, Shapes::ShapeRef.new(shape: Boolean, location_name: "PreviewNextCidr"))
|
2860
|
+
AllocateIpamPoolCidrRequest.add_member(:disallowed_cidrs, Shapes::ShapeRef.new(shape: IpamPoolAllocationDisallowedCidrs, location_name: "DisallowedCidr"))
|
2861
|
+
AllocateIpamPoolCidrRequest.struct_class = Types::AllocateIpamPoolCidrRequest
|
2862
|
+
|
2863
|
+
AllocateIpamPoolCidrResult.add_member(:ipam_pool_allocation, Shapes::ShapeRef.new(shape: IpamPoolAllocation, location_name: "ipamPoolAllocation"))
|
2864
|
+
AllocateIpamPoolCidrResult.struct_class = Types::AllocateIpamPoolCidrResult
|
2865
|
+
|
2545
2866
|
AllocationIdList.member = Shapes::ShapeRef.new(shape: AllocationId, location_name: "AllocationId")
|
2546
2867
|
|
2547
2868
|
AllocationIds.member = Shapes::ShapeRef.new(shape: AllocationId, location_name: "item")
|
@@ -2568,6 +2889,7 @@ module Aws::EC2
|
|
2568
2889
|
|
2569
2890
|
AnalysisComponent.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
2570
2891
|
AnalysisComponent.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
2892
|
+
AnalysisComponent.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
2571
2893
|
AnalysisComponent.struct_class = Types::AnalysisComponent
|
2572
2894
|
|
2573
2895
|
AnalysisComponentList.member = Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "item")
|
@@ -2620,6 +2942,8 @@ module Aws::EC2
|
|
2620
2942
|
|
2621
2943
|
ArchitectureTypeList.member = Shapes::ShapeRef.new(shape: ArchitectureType, location_name: "item")
|
2622
2944
|
|
2945
|
+
ArchitectureTypeSet.member = Shapes::ShapeRef.new(shape: ArchitectureType, location_name: "item")
|
2946
|
+
|
2623
2947
|
ArnList.member = Shapes::ShapeRef.new(shape: ResourceArn, location_name: "item")
|
2624
2948
|
|
2625
2949
|
AssignIpv6AddressesRequest.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6AddressCount"))
|
@@ -2757,6 +3081,10 @@ module Aws::EC2
|
|
2757
3081
|
AssociateVpcCidrBlockRequest.add_member(:ipv_6_cidr_block_network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlockNetworkBorderGroup"))
|
2758
3082
|
AssociateVpcCidrBlockRequest.add_member(:ipv_6_pool, Shapes::ShapeRef.new(shape: Ipv6PoolEc2Id, location_name: "Ipv6Pool"))
|
2759
3083
|
AssociateVpcCidrBlockRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
|
3084
|
+
AssociateVpcCidrBlockRequest.add_member(:ipv_4_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv4IpamPoolId"))
|
3085
|
+
AssociateVpcCidrBlockRequest.add_member(:ipv_4_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv4NetmaskLength"))
|
3086
|
+
AssociateVpcCidrBlockRequest.add_member(:ipv_6_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv6IpamPoolId"))
|
3087
|
+
AssociateVpcCidrBlockRequest.add_member(:ipv_6_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv6NetmaskLength"))
|
2760
3088
|
AssociateVpcCidrBlockRequest.struct_class = Types::AssociateVpcCidrBlockRequest
|
2761
3089
|
|
2762
3090
|
AssociateVpcCidrBlockResult.add_member(:ipv_6_cidr_block_association, Shapes::ShapeRef.new(shape: VpcIpv6CidrBlockAssociation, location_name: "ipv6CidrBlockAssociation"))
|
@@ -2920,6 +3248,14 @@ module Aws::EC2
|
|
2920
3248
|
|
2921
3249
|
AvailableInstanceCapacityList.member = Shapes::ShapeRef.new(shape: InstanceCapacity, location_name: "item")
|
2922
3250
|
|
3251
|
+
BaselineEbsBandwidthMbps.add_member(:min, Shapes::ShapeRef.new(shape: Integer, location_name: "min"))
|
3252
|
+
BaselineEbsBandwidthMbps.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "max"))
|
3253
|
+
BaselineEbsBandwidthMbps.struct_class = Types::BaselineEbsBandwidthMbps
|
3254
|
+
|
3255
|
+
BaselineEbsBandwidthMbpsRequest.add_member(:min, Shapes::ShapeRef.new(shape: Integer, location_name: "Min"))
|
3256
|
+
BaselineEbsBandwidthMbpsRequest.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "Max"))
|
3257
|
+
BaselineEbsBandwidthMbpsRequest.struct_class = Types::BaselineEbsBandwidthMbpsRequest
|
3258
|
+
|
2923
3259
|
BillingProductList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
2924
3260
|
|
2925
3261
|
BlobAttributeValue.add_member(:value, Shapes::ShapeRef.new(shape: Blob, location_name: "value"))
|
@@ -3081,6 +3417,7 @@ module Aws::EC2
|
|
3081
3417
|
CapacityReservation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
3082
3418
|
CapacityReservation.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: OutpostArn, location_name: "outpostArn"))
|
3083
3419
|
CapacityReservation.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationFleetId"))
|
3420
|
+
CapacityReservation.add_member(:placement_group_arn, Shapes::ShapeRef.new(shape: PlacementGroupArn, location_name: "placementGroupArn"))
|
3084
3421
|
CapacityReservation.struct_class = Types::CapacityReservation
|
3085
3422
|
|
3086
3423
|
CapacityReservationFleet.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
|
@@ -3207,6 +3544,14 @@ module Aws::EC2
|
|
3207
3544
|
ClientData.add_member(:upload_start, Shapes::ShapeRef.new(shape: DateTime, location_name: "UploadStart"))
|
3208
3545
|
ClientData.struct_class = Types::ClientData
|
3209
3546
|
|
3547
|
+
ClientLoginBannerOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
3548
|
+
ClientLoginBannerOptions.add_member(:banner_text, Shapes::ShapeRef.new(shape: String, location_name: "BannerText"))
|
3549
|
+
ClientLoginBannerOptions.struct_class = Types::ClientLoginBannerOptions
|
3550
|
+
|
3551
|
+
ClientLoginBannerResponseOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
3552
|
+
ClientLoginBannerResponseOptions.add_member(:banner_text, Shapes::ShapeRef.new(shape: String, location_name: "bannerText"))
|
3553
|
+
ClientLoginBannerResponseOptions.struct_class = Types::ClientLoginBannerResponseOptions
|
3554
|
+
|
3210
3555
|
ClientVpnAuthentication.add_member(:type, Shapes::ShapeRef.new(shape: ClientVpnAuthenticationType, location_name: "type"))
|
3211
3556
|
ClientVpnAuthentication.add_member(:active_directory, Shapes::ShapeRef.new(shape: DirectoryServiceAuthentication, location_name: "activeDirectory"))
|
3212
3557
|
ClientVpnAuthentication.add_member(:mutual_authentication, Shapes::ShapeRef.new(shape: CertificateAuthentication, location_name: "mutualAuthentication"))
|
@@ -3270,6 +3615,8 @@ module Aws::EC2
|
|
3270
3615
|
ClientVpnEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "vpcId"))
|
3271
3616
|
ClientVpnEndpoint.add_member(:self_service_portal_url, Shapes::ShapeRef.new(shape: String, location_name: "selfServicePortalUrl"))
|
3272
3617
|
ClientVpnEndpoint.add_member(:client_connect_options, Shapes::ShapeRef.new(shape: ClientConnectResponseOptions, location_name: "clientConnectOptions"))
|
3618
|
+
ClientVpnEndpoint.add_member(:session_timeout_hours, Shapes::ShapeRef.new(shape: Integer, location_name: "sessionTimeoutHours"))
|
3619
|
+
ClientVpnEndpoint.add_member(:client_login_banner_options, Shapes::ShapeRef.new(shape: ClientLoginBannerResponseOptions, location_name: "clientLoginBannerOptions"))
|
3273
3620
|
ClientVpnEndpoint.struct_class = Types::ClientVpnEndpoint
|
3274
3621
|
|
3275
3622
|
ClientVpnEndpointAttributeStatus.add_member(:code, Shapes::ShapeRef.new(shape: ClientVpnEndpointAttributeStatusCode, location_name: "code"))
|
@@ -3404,6 +3751,8 @@ module Aws::EC2
|
|
3404
3751
|
|
3405
3752
|
CoreCountList.member = Shapes::ShapeRef.new(shape: CoreCount, location_name: "item")
|
3406
3753
|
|
3754
|
+
CpuManufacturerSet.member = Shapes::ShapeRef.new(shape: CpuManufacturer, location_name: "item")
|
3755
|
+
|
3407
3756
|
CpuOptions.add_member(:core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "coreCount"))
|
3408
3757
|
CpuOptions.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: Integer, location_name: "threadsPerCore"))
|
3409
3758
|
CpuOptions.struct_class = Types::CpuOptions
|
@@ -3451,6 +3800,7 @@ module Aws::EC2
|
|
3451
3800
|
CreateCapacityReservationRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
3452
3801
|
CreateCapacityReservationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3453
3802
|
CreateCapacityReservationRequest.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: OutpostArn, location_name: "OutpostArn"))
|
3803
|
+
CreateCapacityReservationRequest.add_member(:placement_group_arn, Shapes::ShapeRef.new(shape: PlacementGroupArn, location_name: "PlacementGroupArn"))
|
3454
3804
|
CreateCapacityReservationRequest.struct_class = Types::CreateCapacityReservationRequest
|
3455
3805
|
|
3456
3806
|
CreateCapacityReservationResult.add_member(:capacity_reservation, Shapes::ShapeRef.new(shape: CapacityReservation, location_name: "capacityReservation"))
|
@@ -3481,6 +3831,8 @@ module Aws::EC2
|
|
3481
3831
|
CreateClientVpnEndpointRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
3482
3832
|
CreateClientVpnEndpointRequest.add_member(:self_service_portal, Shapes::ShapeRef.new(shape: SelfServicePortal, location_name: "SelfServicePortal"))
|
3483
3833
|
CreateClientVpnEndpointRequest.add_member(:client_connect_options, Shapes::ShapeRef.new(shape: ClientConnectOptions, location_name: "ClientConnectOptions"))
|
3834
|
+
CreateClientVpnEndpointRequest.add_member(:session_timeout_hours, Shapes::ShapeRef.new(shape: Integer, location_name: "SessionTimeoutHours"))
|
3835
|
+
CreateClientVpnEndpointRequest.add_member(:client_login_banner_options, Shapes::ShapeRef.new(shape: ClientLoginBannerOptions, location_name: "ClientLoginBannerOptions"))
|
3484
3836
|
CreateClientVpnEndpointRequest.struct_class = Types::CreateClientVpnEndpointRequest
|
3485
3837
|
|
3486
3838
|
CreateClientVpnEndpointResult.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "clientVpnEndpointId"))
|
@@ -3513,6 +3865,7 @@ module Aws::EC2
|
|
3513
3865
|
|
3514
3866
|
CreateDefaultSubnetRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AvailabilityZone"))
|
3515
3867
|
CreateDefaultSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3868
|
+
CreateDefaultSubnetRequest.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "Ipv6Native"))
|
3516
3869
|
CreateDefaultSubnetRequest.struct_class = Types::CreateDefaultSubnetRequest
|
3517
3870
|
|
3518
3871
|
CreateDefaultSubnetResult.add_member(:subnet, Shapes::ShapeRef.new(shape: Subnet, location_name: "subnet"))
|
@@ -3652,6 +4005,46 @@ module Aws::EC2
|
|
3652
4005
|
CreateInternetGatewayResult.add_member(:internet_gateway, Shapes::ShapeRef.new(shape: InternetGateway, location_name: "internetGateway"))
|
3653
4006
|
CreateInternetGatewayResult.struct_class = Types::CreateInternetGatewayResult
|
3654
4007
|
|
4008
|
+
CreateIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4009
|
+
CreateIpamPoolRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
4010
|
+
CreateIpamPoolRequest.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "Locale"))
|
4011
|
+
CreateIpamPoolRequest.add_member(:source_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "SourceIpamPoolId"))
|
4012
|
+
CreateIpamPoolRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
4013
|
+
CreateIpamPoolRequest.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "AddressFamily"))
|
4014
|
+
CreateIpamPoolRequest.add_member(:auto_import, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoImport"))
|
4015
|
+
CreateIpamPoolRequest.add_member(:publicly_advertisable, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAdvertisable"))
|
4016
|
+
CreateIpamPoolRequest.add_member(:allocation_min_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationMinNetmaskLength"))
|
4017
|
+
CreateIpamPoolRequest.add_member(:allocation_max_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationMaxNetmaskLength"))
|
4018
|
+
CreateIpamPoolRequest.add_member(:allocation_default_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationDefaultNetmaskLength"))
|
4019
|
+
CreateIpamPoolRequest.add_member(:allocation_resource_tags, Shapes::ShapeRef.new(shape: RequestIpamResourceTagList, location_name: "AllocationResourceTag"))
|
4020
|
+
CreateIpamPoolRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4021
|
+
CreateIpamPoolRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4022
|
+
CreateIpamPoolRequest.add_member(:aws_service, Shapes::ShapeRef.new(shape: IpamPoolAwsService, location_name: "AwsService"))
|
4023
|
+
CreateIpamPoolRequest.struct_class = Types::CreateIpamPoolRequest
|
4024
|
+
|
4025
|
+
CreateIpamPoolResult.add_member(:ipam_pool, Shapes::ShapeRef.new(shape: IpamPool, location_name: "ipamPool"))
|
4026
|
+
CreateIpamPoolResult.struct_class = Types::CreateIpamPoolResult
|
4027
|
+
|
4028
|
+
CreateIpamRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4029
|
+
CreateIpamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
4030
|
+
CreateIpamRequest.add_member(:operating_regions, Shapes::ShapeRef.new(shape: AddIpamOperatingRegionSet, location_name: "OperatingRegion"))
|
4031
|
+
CreateIpamRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4032
|
+
CreateIpamRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4033
|
+
CreateIpamRequest.struct_class = Types::CreateIpamRequest
|
4034
|
+
|
4035
|
+
CreateIpamResult.add_member(:ipam, Shapes::ShapeRef.new(shape: Ipam, location_name: "ipam"))
|
4036
|
+
CreateIpamResult.struct_class = Types::CreateIpamResult
|
4037
|
+
|
4038
|
+
CreateIpamScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4039
|
+
CreateIpamScopeRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
4040
|
+
CreateIpamScopeRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
4041
|
+
CreateIpamScopeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4042
|
+
CreateIpamScopeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4043
|
+
CreateIpamScopeRequest.struct_class = Types::CreateIpamScopeRequest
|
4044
|
+
|
4045
|
+
CreateIpamScopeResult.add_member(:ipam_scope, Shapes::ShapeRef.new(shape: IpamScope, location_name: "ipamScope"))
|
4046
|
+
CreateIpamScopeResult.struct_class = Types::CreateIpamScopeResult
|
4047
|
+
|
3655
4048
|
CreateKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "KeyName"))
|
3656
4049
|
CreateKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
3657
4050
|
CreateKeyPairRequest.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, location_name: "KeyType"))
|
@@ -3745,10 +4138,21 @@ module Aws::EC2
|
|
3745
4138
|
CreateNetworkAclResult.add_member(:network_acl, Shapes::ShapeRef.new(shape: NetworkAcl, location_name: "networkAcl"))
|
3746
4139
|
CreateNetworkAclResult.struct_class = Types::CreateNetworkAclResult
|
3747
4140
|
|
4141
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:match_paths, Shapes::ShapeRef.new(shape: AccessScopePathListRequest, location_name: "MatchPath"))
|
4142
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:exclude_paths, Shapes::ShapeRef.new(shape: AccessScopePathListRequest, location_name: "ExcludePath"))
|
4143
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4144
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4145
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4146
|
+
CreateNetworkInsightsAccessScopeRequest.struct_class = Types::CreateNetworkInsightsAccessScopeRequest
|
4147
|
+
|
4148
|
+
CreateNetworkInsightsAccessScopeResult.add_member(:network_insights_access_scope, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScope, location_name: "networkInsightsAccessScope"))
|
4149
|
+
CreateNetworkInsightsAccessScopeResult.add_member(:network_insights_access_scope_content, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeContent, location_name: "networkInsightsAccessScopeContent"))
|
4150
|
+
CreateNetworkInsightsAccessScopeResult.struct_class = Types::CreateNetworkInsightsAccessScopeResult
|
4151
|
+
|
3748
4152
|
CreateNetworkInsightsPathRequest.add_member(:source_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "SourceIp"))
|
3749
4153
|
CreateNetworkInsightsPathRequest.add_member(:destination_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "DestinationIp"))
|
3750
|
-
CreateNetworkInsightsPathRequest.add_member(:source, Shapes::ShapeRef.new(shape:
|
3751
|
-
CreateNetworkInsightsPathRequest.add_member(:destination, Shapes::ShapeRef.new(shape:
|
4154
|
+
CreateNetworkInsightsPathRequest.add_member(:source, Shapes::ShapeRef.new(shape: NetworkInsightsResourceId, required: true, location_name: "Source"))
|
4155
|
+
CreateNetworkInsightsPathRequest.add_member(:destination, Shapes::ShapeRef.new(shape: NetworkInsightsResourceId, required: true, location_name: "Destination"))
|
3752
4156
|
CreateNetworkInsightsPathRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, required: true, location_name: "Protocol"))
|
3753
4157
|
CreateNetworkInsightsPathRequest.add_member(:destination_port, Shapes::ShapeRef.new(shape: Port, location_name: "DestinationPort"))
|
3754
4158
|
CreateNetworkInsightsPathRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
@@ -3801,6 +4205,13 @@ module Aws::EC2
|
|
3801
4205
|
CreatePlacementGroupResult.add_member(:placement_group, Shapes::ShapeRef.new(shape: PlacementGroup, location_name: "placementGroup"))
|
3802
4206
|
CreatePlacementGroupResult.struct_class = Types::CreatePlacementGroupResult
|
3803
4207
|
|
4208
|
+
CreatePublicIpv4PoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4209
|
+
CreatePublicIpv4PoolRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4210
|
+
CreatePublicIpv4PoolRequest.struct_class = Types::CreatePublicIpv4PoolRequest
|
4211
|
+
|
4212
|
+
CreatePublicIpv4PoolResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "poolId"))
|
4213
|
+
CreatePublicIpv4PoolResult.struct_class = Types::CreatePublicIpv4PoolResult
|
4214
|
+
|
3804
4215
|
CreateReplaceRootVolumeTaskRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
3805
4216
|
CreateReplaceRootVolumeTaskRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "SnapshotId"))
|
3806
4217
|
CreateReplaceRootVolumeTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
@@ -3845,6 +4256,7 @@ module Aws::EC2
|
|
3845
4256
|
CreateRouteRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "networkInterfaceId"))
|
3846
4257
|
CreateRouteRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "routeTableId"))
|
3847
4258
|
CreateRouteRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: VpcPeeringConnectionId, location_name: "vpcPeeringConnectionId"))
|
4259
|
+
CreateRouteRequest.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "CoreNetworkArn"))
|
3848
4260
|
CreateRouteRequest.struct_class = Types::CreateRouteRequest
|
3849
4261
|
|
3850
4262
|
CreateRouteResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
@@ -3918,11 +4330,12 @@ module Aws::EC2
|
|
3918
4330
|
CreateSubnetRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
3919
4331
|
CreateSubnetRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
3920
4332
|
CreateSubnetRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId"))
|
3921
|
-
CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String,
|
4333
|
+
CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "CidrBlock"))
|
3922
4334
|
CreateSubnetRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
|
3923
4335
|
CreateSubnetRequest.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "OutpostArn"))
|
3924
4336
|
CreateSubnetRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
3925
4337
|
CreateSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
4338
|
+
CreateSubnetRequest.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "Ipv6Native"))
|
3926
4339
|
CreateSubnetRequest.struct_class = Types::CreateSubnetRequest
|
3927
4340
|
|
3928
4341
|
CreateSubnetResult.add_member(:subnet, Shapes::ShapeRef.new(shape: Subnet, location_name: "subnet"))
|
@@ -4169,10 +4582,14 @@ module Aws::EC2
|
|
4169
4582
|
CreateVpcPeeringConnectionResult.add_member(:vpc_peering_connection, Shapes::ShapeRef.new(shape: VpcPeeringConnection, location_name: "vpcPeeringConnection"))
|
4170
4583
|
CreateVpcPeeringConnectionResult.struct_class = Types::CreateVpcPeeringConnectionResult
|
4171
4584
|
|
4172
|
-
CreateVpcRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String,
|
4585
|
+
CreateVpcRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "CidrBlock"))
|
4173
4586
|
CreateVpcRequest.add_member(:amazon_provided_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonProvidedIpv6CidrBlock"))
|
4174
4587
|
CreateVpcRequest.add_member(:ipv_6_pool, Shapes::ShapeRef.new(shape: Ipv6PoolEc2Id, location_name: "Ipv6Pool"))
|
4175
4588
|
CreateVpcRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
|
4589
|
+
CreateVpcRequest.add_member(:ipv_4_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv4IpamPoolId"))
|
4590
|
+
CreateVpcRequest.add_member(:ipv_4_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv4NetmaskLength"))
|
4591
|
+
CreateVpcRequest.add_member(:ipv_6_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv6IpamPoolId"))
|
4592
|
+
CreateVpcRequest.add_member(:ipv_6_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv6NetmaskLength"))
|
4176
4593
|
CreateVpcRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
4177
4594
|
CreateVpcRequest.add_member(:instance_tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "instanceTenancy"))
|
4178
4595
|
CreateVpcRequest.add_member(:ipv_6_cidr_block_network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlockNetworkBorderGroup"))
|
@@ -4320,6 +4737,27 @@ module Aws::EC2
|
|
4320
4737
|
DeleteInternetGatewayRequest.add_member(:internet_gateway_id, Shapes::ShapeRef.new(shape: InternetGatewayId, required: true, location_name: "internetGatewayId"))
|
4321
4738
|
DeleteInternetGatewayRequest.struct_class = Types::DeleteInternetGatewayRequest
|
4322
4739
|
|
4740
|
+
DeleteIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4741
|
+
DeleteIpamPoolRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
4742
|
+
DeleteIpamPoolRequest.struct_class = Types::DeleteIpamPoolRequest
|
4743
|
+
|
4744
|
+
DeleteIpamPoolResult.add_member(:ipam_pool, Shapes::ShapeRef.new(shape: IpamPool, location_name: "ipamPool"))
|
4745
|
+
DeleteIpamPoolResult.struct_class = Types::DeleteIpamPoolResult
|
4746
|
+
|
4747
|
+
DeleteIpamRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4748
|
+
DeleteIpamRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
4749
|
+
DeleteIpamRequest.struct_class = Types::DeleteIpamRequest
|
4750
|
+
|
4751
|
+
DeleteIpamResult.add_member(:ipam, Shapes::ShapeRef.new(shape: Ipam, location_name: "ipam"))
|
4752
|
+
DeleteIpamResult.struct_class = Types::DeleteIpamResult
|
4753
|
+
|
4754
|
+
DeleteIpamScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4755
|
+
DeleteIpamScopeRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
4756
|
+
DeleteIpamScopeRequest.struct_class = Types::DeleteIpamScopeRequest
|
4757
|
+
|
4758
|
+
DeleteIpamScopeResult.add_member(:ipam_scope, Shapes::ShapeRef.new(shape: IpamScope, location_name: "ipamScope"))
|
4759
|
+
DeleteIpamScopeResult.struct_class = Types::DeleteIpamScopeResult
|
4760
|
+
|
4323
4761
|
DeleteKeyPairRequest.add_member(:key_name, Shapes::ShapeRef.new(shape: KeyPairName, location_name: "KeyName"))
|
4324
4762
|
DeleteKeyPairRequest.add_member(:key_pair_id, Shapes::ShapeRef.new(shape: KeyPairId, location_name: "KeyPairId"))
|
4325
4763
|
DeleteKeyPairRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -4397,6 +4835,20 @@ module Aws::EC2
|
|
4397
4835
|
DeleteNetworkAclRequest.add_member(:network_acl_id, Shapes::ShapeRef.new(shape: NetworkAclId, required: true, location_name: "networkAclId"))
|
4398
4836
|
DeleteNetworkAclRequest.struct_class = Types::DeleteNetworkAclRequest
|
4399
4837
|
|
4838
|
+
DeleteNetworkInsightsAccessScopeAnalysisRequest.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, required: true, location_name: "NetworkInsightsAccessScopeAnalysisId"))
|
4839
|
+
DeleteNetworkInsightsAccessScopeAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4840
|
+
DeleteNetworkInsightsAccessScopeAnalysisRequest.struct_class = Types::DeleteNetworkInsightsAccessScopeAnalysisRequest
|
4841
|
+
|
4842
|
+
DeleteNetworkInsightsAccessScopeAnalysisResult.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "networkInsightsAccessScopeAnalysisId"))
|
4843
|
+
DeleteNetworkInsightsAccessScopeAnalysisResult.struct_class = Types::DeleteNetworkInsightsAccessScopeAnalysisResult
|
4844
|
+
|
4845
|
+
DeleteNetworkInsightsAccessScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4846
|
+
DeleteNetworkInsightsAccessScopeRequest.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, required: true, location_name: "NetworkInsightsAccessScopeId"))
|
4847
|
+
DeleteNetworkInsightsAccessScopeRequest.struct_class = Types::DeleteNetworkInsightsAccessScopeRequest
|
4848
|
+
|
4849
|
+
DeleteNetworkInsightsAccessScopeResult.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
4850
|
+
DeleteNetworkInsightsAccessScopeResult.struct_class = Types::DeleteNetworkInsightsAccessScopeResult
|
4851
|
+
|
4400
4852
|
DeleteNetworkInsightsAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4401
4853
|
DeleteNetworkInsightsAnalysisRequest.add_member(:network_insights_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, required: true, location_name: "NetworkInsightsAnalysisId"))
|
4402
4854
|
DeleteNetworkInsightsAnalysisRequest.struct_class = Types::DeleteNetworkInsightsAnalysisRequest
|
@@ -4427,6 +4879,13 @@ module Aws::EC2
|
|
4427
4879
|
DeletePlacementGroupRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: PlacementGroupName, required: true, location_name: "groupName"))
|
4428
4880
|
DeletePlacementGroupRequest.struct_class = Types::DeletePlacementGroupRequest
|
4429
4881
|
|
4882
|
+
DeletePublicIpv4PoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4883
|
+
DeletePublicIpv4PoolRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, required: true, location_name: "PoolId"))
|
4884
|
+
DeletePublicIpv4PoolRequest.struct_class = Types::DeletePublicIpv4PoolRequest
|
4885
|
+
|
4886
|
+
DeletePublicIpv4PoolResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "returnValue"))
|
4887
|
+
DeletePublicIpv4PoolResult.struct_class = Types::DeletePublicIpv4PoolResult
|
4888
|
+
|
4430
4889
|
DeleteQueuedReservedInstancesError.add_member(:code, Shapes::ShapeRef.new(shape: DeleteQueuedReservedInstancesErrorCode, location_name: "code"))
|
4431
4890
|
DeleteQueuedReservedInstancesError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
4432
4891
|
DeleteQueuedReservedInstancesError.struct_class = Types::DeleteQueuedReservedInstancesError
|
@@ -4628,6 +5087,25 @@ module Aws::EC2
|
|
4628
5087
|
DeprovisionByoipCidrResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
|
4629
5088
|
DeprovisionByoipCidrResult.struct_class = Types::DeprovisionByoipCidrResult
|
4630
5089
|
|
5090
|
+
DeprovisionIpamPoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5091
|
+
DeprovisionIpamPoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
5092
|
+
DeprovisionIpamPoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
5093
|
+
DeprovisionIpamPoolCidrRequest.struct_class = Types::DeprovisionIpamPoolCidrRequest
|
5094
|
+
|
5095
|
+
DeprovisionIpamPoolCidrResult.add_member(:ipam_pool_cidr, Shapes::ShapeRef.new(shape: IpamPoolCidr, location_name: "ipamPoolCidr"))
|
5096
|
+
DeprovisionIpamPoolCidrResult.struct_class = Types::DeprovisionIpamPoolCidrResult
|
5097
|
+
|
5098
|
+
DeprovisionPublicIpv4PoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5099
|
+
DeprovisionPublicIpv4PoolCidrRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, required: true, location_name: "PoolId"))
|
5100
|
+
DeprovisionPublicIpv4PoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
5101
|
+
DeprovisionPublicIpv4PoolCidrRequest.struct_class = Types::DeprovisionPublicIpv4PoolCidrRequest
|
5102
|
+
|
5103
|
+
DeprovisionPublicIpv4PoolCidrResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "poolId"))
|
5104
|
+
DeprovisionPublicIpv4PoolCidrResult.add_member(:deprovisioned_addresses, Shapes::ShapeRef.new(shape: DeprovisionedAddressSet, location_name: "deprovisionedAddressSet"))
|
5105
|
+
DeprovisionPublicIpv4PoolCidrResult.struct_class = Types::DeprovisionPublicIpv4PoolCidrResult
|
5106
|
+
|
5107
|
+
DeprovisionedAddressSet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
5108
|
+
|
4631
5109
|
DeregisterImageRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
|
4632
5110
|
DeregisterImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
4633
5111
|
DeregisterImageRequest.struct_class = Types::DeregisterImageRequest
|
@@ -4902,6 +5380,30 @@ module Aws::EC2
|
|
4902
5380
|
DescribeExportTasksResult.add_member(:export_tasks, Shapes::ShapeRef.new(shape: ExportTaskList, location_name: "exportTaskSet"))
|
4903
5381
|
DescribeExportTasksResult.struct_class = Types::DescribeExportTasksResult
|
4904
5382
|
|
5383
|
+
DescribeFastLaunchImagesRequest.add_member(:image_ids, Shapes::ShapeRef.new(shape: FastLaunchImageIdList, location_name: "ImageId"))
|
5384
|
+
DescribeFastLaunchImagesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5385
|
+
DescribeFastLaunchImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeFastLaunchImagesRequestMaxResults, location_name: "MaxResults"))
|
5386
|
+
DescribeFastLaunchImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5387
|
+
DescribeFastLaunchImagesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5388
|
+
DescribeFastLaunchImagesRequest.struct_class = Types::DescribeFastLaunchImagesRequest
|
5389
|
+
|
5390
|
+
DescribeFastLaunchImagesResult.add_member(:fast_launch_images, Shapes::ShapeRef.new(shape: DescribeFastLaunchImagesSuccessSet, location_name: "fastLaunchImageSet"))
|
5391
|
+
DescribeFastLaunchImagesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
5392
|
+
DescribeFastLaunchImagesResult.struct_class = Types::DescribeFastLaunchImagesResult
|
5393
|
+
|
5394
|
+
DescribeFastLaunchImagesSuccessItem.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "imageId"))
|
5395
|
+
DescribeFastLaunchImagesSuccessItem.add_member(:resource_type, Shapes::ShapeRef.new(shape: FastLaunchResourceType, location_name: "resourceType"))
|
5396
|
+
DescribeFastLaunchImagesSuccessItem.add_member(:snapshot_configuration, Shapes::ShapeRef.new(shape: FastLaunchSnapshotConfigurationResponse, location_name: "snapshotConfiguration"))
|
5397
|
+
DescribeFastLaunchImagesSuccessItem.add_member(:launch_template, Shapes::ShapeRef.new(shape: FastLaunchLaunchTemplateSpecificationResponse, location_name: "launchTemplate"))
|
5398
|
+
DescribeFastLaunchImagesSuccessItem.add_member(:max_parallel_launches, Shapes::ShapeRef.new(shape: Integer, location_name: "maxParallelLaunches"))
|
5399
|
+
DescribeFastLaunchImagesSuccessItem.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
5400
|
+
DescribeFastLaunchImagesSuccessItem.add_member(:state, Shapes::ShapeRef.new(shape: FastLaunchStateCode, location_name: "state"))
|
5401
|
+
DescribeFastLaunchImagesSuccessItem.add_member(:state_transition_reason, Shapes::ShapeRef.new(shape: String, location_name: "stateTransitionReason"))
|
5402
|
+
DescribeFastLaunchImagesSuccessItem.add_member(:state_transition_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "stateTransitionTime"))
|
5403
|
+
DescribeFastLaunchImagesSuccessItem.struct_class = Types::DescribeFastLaunchImagesSuccessItem
|
5404
|
+
|
5405
|
+
DescribeFastLaunchImagesSuccessSet.member = Shapes::ShapeRef.new(shape: DescribeFastLaunchImagesSuccessItem, location_name: "item")
|
5406
|
+
|
4905
5407
|
DescribeFastSnapshotRestoreSuccessItem.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
4906
5408
|
DescribeFastSnapshotRestoreSuccessItem.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
4907
5409
|
DescribeFastSnapshotRestoreSuccessItem.add_member(:state, Shapes::ShapeRef.new(shape: FastSnapshotRestoreStateCode, location_name: "state"))
|
@@ -5195,6 +5697,39 @@ module Aws::EC2
|
|
5195
5697
|
DescribeInternetGatewaysResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
5196
5698
|
DescribeInternetGatewaysResult.struct_class = Types::DescribeInternetGatewaysResult
|
5197
5699
|
|
5700
|
+
DescribeIpamPoolsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5701
|
+
DescribeIpamPoolsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5702
|
+
DescribeIpamPoolsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
5703
|
+
DescribeIpamPoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5704
|
+
DescribeIpamPoolsRequest.add_member(:ipam_pool_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "IpamPoolId"))
|
5705
|
+
DescribeIpamPoolsRequest.struct_class = Types::DescribeIpamPoolsRequest
|
5706
|
+
|
5707
|
+
DescribeIpamPoolsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
5708
|
+
DescribeIpamPoolsResult.add_member(:ipam_pools, Shapes::ShapeRef.new(shape: IpamPoolSet, location_name: "ipamPoolSet"))
|
5709
|
+
DescribeIpamPoolsResult.struct_class = Types::DescribeIpamPoolsResult
|
5710
|
+
|
5711
|
+
DescribeIpamScopesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5712
|
+
DescribeIpamScopesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5713
|
+
DescribeIpamScopesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
5714
|
+
DescribeIpamScopesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5715
|
+
DescribeIpamScopesRequest.add_member(:ipam_scope_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "IpamScopeId"))
|
5716
|
+
DescribeIpamScopesRequest.struct_class = Types::DescribeIpamScopesRequest
|
5717
|
+
|
5718
|
+
DescribeIpamScopesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
5719
|
+
DescribeIpamScopesResult.add_member(:ipam_scopes, Shapes::ShapeRef.new(shape: IpamScopeSet, location_name: "ipamScopeSet"))
|
5720
|
+
DescribeIpamScopesResult.struct_class = Types::DescribeIpamScopesResult
|
5721
|
+
|
5722
|
+
DescribeIpamsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5723
|
+
DescribeIpamsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5724
|
+
DescribeIpamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
5725
|
+
DescribeIpamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5726
|
+
DescribeIpamsRequest.add_member(:ipam_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "IpamId"))
|
5727
|
+
DescribeIpamsRequest.struct_class = Types::DescribeIpamsRequest
|
5728
|
+
|
5729
|
+
DescribeIpamsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
5730
|
+
DescribeIpamsResult.add_member(:ipams, Shapes::ShapeRef.new(shape: IpamSet, location_name: "ipamSet"))
|
5731
|
+
DescribeIpamsResult.struct_class = Types::DescribeIpamsResult
|
5732
|
+
|
5198
5733
|
DescribeIpv6PoolsRequest.add_member(:pool_ids, Shapes::ShapeRef.new(shape: Ipv6PoolIdList, location_name: "PoolId"))
|
5199
5734
|
DescribeIpv6PoolsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5200
5735
|
DescribeIpv6PoolsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Ipv6PoolMaxResults, location_name: "MaxResults"))
|
@@ -5352,6 +5887,31 @@ module Aws::EC2
|
|
5352
5887
|
DescribeNetworkAclsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
5353
5888
|
DescribeNetworkAclsResult.struct_class = Types::DescribeNetworkAclsResult
|
5354
5889
|
|
5890
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:network_insights_access_scope_analysis_ids, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisIdList, location_name: "NetworkInsightsAccessScopeAnalysisId"))
|
5891
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "NetworkInsightsAccessScopeId"))
|
5892
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:analysis_start_time_begin, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "AnalysisStartTimeBegin"))
|
5893
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:analysis_start_time_end, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "AnalysisStartTimeEnd"))
|
5894
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5895
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NetworkInsightsMaxResults, location_name: "MaxResults"))
|
5896
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5897
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5898
|
+
DescribeNetworkInsightsAccessScopeAnalysesRequest.struct_class = Types::DescribeNetworkInsightsAccessScopeAnalysesRequest
|
5899
|
+
|
5900
|
+
DescribeNetworkInsightsAccessScopeAnalysesResult.add_member(:network_insights_access_scope_analyses, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisList, location_name: "networkInsightsAccessScopeAnalysisSet"))
|
5901
|
+
DescribeNetworkInsightsAccessScopeAnalysesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
5902
|
+
DescribeNetworkInsightsAccessScopeAnalysesResult.struct_class = Types::DescribeNetworkInsightsAccessScopeAnalysesResult
|
5903
|
+
|
5904
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:network_insights_access_scope_ids, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeIdList, location_name: "NetworkInsightsAccessScopeId"))
|
5905
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5906
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NetworkInsightsMaxResults, location_name: "MaxResults"))
|
5907
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5908
|
+
DescribeNetworkInsightsAccessScopesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
5909
|
+
DescribeNetworkInsightsAccessScopesRequest.struct_class = Types::DescribeNetworkInsightsAccessScopesRequest
|
5910
|
+
|
5911
|
+
DescribeNetworkInsightsAccessScopesResult.add_member(:network_insights_access_scopes, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeList, location_name: "networkInsightsAccessScopeSet"))
|
5912
|
+
DescribeNetworkInsightsAccessScopesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
5913
|
+
DescribeNetworkInsightsAccessScopesResult.struct_class = Types::DescribeNetworkInsightsAccessScopesResult
|
5914
|
+
|
5355
5915
|
DescribeNetworkInsightsAnalysesRequest.add_member(:network_insights_analysis_ids, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisIdList, location_name: "NetworkInsightsAnalysisId"))
|
5356
5916
|
DescribeNetworkInsightsAnalysesRequest.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "NetworkInsightsPathId"))
|
5357
5917
|
DescribeNetworkInsightsAnalysesRequest.add_member(:analysis_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "AnalysisStartTime"))
|
@@ -5595,6 +6155,16 @@ module Aws::EC2
|
|
5595
6155
|
DescribeSnapshotAttributeResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
5596
6156
|
DescribeSnapshotAttributeResult.struct_class = Types::DescribeSnapshotAttributeResult
|
5597
6157
|
|
6158
|
+
DescribeSnapshotTierStatusRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
6159
|
+
DescribeSnapshotTierStatusRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6160
|
+
DescribeSnapshotTierStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
6161
|
+
DescribeSnapshotTierStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeSnapshotTierStatusMaxResults, location_name: "MaxResults"))
|
6162
|
+
DescribeSnapshotTierStatusRequest.struct_class = Types::DescribeSnapshotTierStatusRequest
|
6163
|
+
|
6164
|
+
DescribeSnapshotTierStatusResult.add_member(:snapshot_tier_statuses, Shapes::ShapeRef.new(shape: snapshotTierStatusSet, location_name: "snapshotTierStatusSet"))
|
6165
|
+
DescribeSnapshotTierStatusResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
6166
|
+
DescribeSnapshotTierStatusResult.struct_class = Types::DescribeSnapshotTierStatusResult
|
6167
|
+
|
5598
6168
|
DescribeSnapshotsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5599
6169
|
DescribeSnapshotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
5600
6170
|
DescribeSnapshotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
@@ -6094,6 +6664,22 @@ module Aws::EC2
|
|
6094
6664
|
DisableEbsEncryptionByDefaultResult.add_member(:ebs_encryption_by_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "ebsEncryptionByDefault"))
|
6095
6665
|
DisableEbsEncryptionByDefaultResult.struct_class = Types::DisableEbsEncryptionByDefaultResult
|
6096
6666
|
|
6667
|
+
DisableFastLaunchRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
|
6668
|
+
DisableFastLaunchRequest.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
|
6669
|
+
DisableFastLaunchRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6670
|
+
DisableFastLaunchRequest.struct_class = Types::DisableFastLaunchRequest
|
6671
|
+
|
6672
|
+
DisableFastLaunchResult.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "imageId"))
|
6673
|
+
DisableFastLaunchResult.add_member(:resource_type, Shapes::ShapeRef.new(shape: FastLaunchResourceType, location_name: "resourceType"))
|
6674
|
+
DisableFastLaunchResult.add_member(:snapshot_configuration, Shapes::ShapeRef.new(shape: FastLaunchSnapshotConfigurationResponse, location_name: "snapshotConfiguration"))
|
6675
|
+
DisableFastLaunchResult.add_member(:launch_template, Shapes::ShapeRef.new(shape: FastLaunchLaunchTemplateSpecificationResponse, location_name: "launchTemplate"))
|
6676
|
+
DisableFastLaunchResult.add_member(:max_parallel_launches, Shapes::ShapeRef.new(shape: Integer, location_name: "maxParallelLaunches"))
|
6677
|
+
DisableFastLaunchResult.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
6678
|
+
DisableFastLaunchResult.add_member(:state, Shapes::ShapeRef.new(shape: FastLaunchStateCode, location_name: "state"))
|
6679
|
+
DisableFastLaunchResult.add_member(:state_transition_reason, Shapes::ShapeRef.new(shape: String, location_name: "stateTransitionReason"))
|
6680
|
+
DisableFastLaunchResult.add_member(:state_transition_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "stateTransitionTime"))
|
6681
|
+
DisableFastLaunchResult.struct_class = Types::DisableFastLaunchResult
|
6682
|
+
|
6097
6683
|
DisableFastSnapshotRestoreErrorItem.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
6098
6684
|
DisableFastSnapshotRestoreErrorItem.add_member(:fast_snapshot_restore_state_errors, Shapes::ShapeRef.new(shape: DisableFastSnapshotRestoreStateErrorSet, location_name: "fastSnapshotRestoreStateErrorSet"))
|
6099
6685
|
DisableFastSnapshotRestoreErrorItem.struct_class = Types::DisableFastSnapshotRestoreErrorItem
|
@@ -6141,6 +6727,13 @@ module Aws::EC2
|
|
6141
6727
|
DisableImageDeprecationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
6142
6728
|
DisableImageDeprecationResult.struct_class = Types::DisableImageDeprecationResult
|
6143
6729
|
|
6730
|
+
DisableIpamOrganizationAdminAccountRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6731
|
+
DisableIpamOrganizationAdminAccountRequest.add_member(:delegated_admin_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DelegatedAdminAccountId"))
|
6732
|
+
DisableIpamOrganizationAdminAccountRequest.struct_class = Types::DisableIpamOrganizationAdminAccountRequest
|
6733
|
+
|
6734
|
+
DisableIpamOrganizationAdminAccountResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
6735
|
+
DisableIpamOrganizationAdminAccountResult.struct_class = Types::DisableIpamOrganizationAdminAccountResult
|
6736
|
+
|
6144
6737
|
DisableSerialConsoleAccessRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6145
6738
|
DisableSerialConsoleAccessRequest.struct_class = Types::DisableSerialConsoleAccessRequest
|
6146
6739
|
|
@@ -6340,7 +6933,7 @@ module Aws::EC2
|
|
6340
6933
|
|
6341
6934
|
EgressOnlyInternetGatewayList.member = Shapes::ShapeRef.new(shape: EgressOnlyInternetGateway, location_name: "item")
|
6342
6935
|
|
6343
|
-
ElasticGpuAssociation.add_member(:elastic_gpu_id, Shapes::ShapeRef.new(shape:
|
6936
|
+
ElasticGpuAssociation.add_member(:elastic_gpu_id, Shapes::ShapeRef.new(shape: ElasticGpuId, location_name: "elasticGpuId"))
|
6344
6937
|
ElasticGpuAssociation.add_member(:elastic_gpu_association_id, Shapes::ShapeRef.new(shape: String, location_name: "elasticGpuAssociationId"))
|
6345
6938
|
ElasticGpuAssociation.add_member(:elastic_gpu_association_state, Shapes::ShapeRef.new(shape: String, location_name: "elasticGpuAssociationState"))
|
6346
6939
|
ElasticGpuAssociation.add_member(:elastic_gpu_association_time, Shapes::ShapeRef.new(shape: String, location_name: "elasticGpuAssociationTime"))
|
@@ -6396,6 +6989,25 @@ module Aws::EC2
|
|
6396
6989
|
EnableEbsEncryptionByDefaultResult.add_member(:ebs_encryption_by_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "ebsEncryptionByDefault"))
|
6397
6990
|
EnableEbsEncryptionByDefaultResult.struct_class = Types::EnableEbsEncryptionByDefaultResult
|
6398
6991
|
|
6992
|
+
EnableFastLaunchRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
|
6993
|
+
EnableFastLaunchRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
6994
|
+
EnableFastLaunchRequest.add_member(:snapshot_configuration, Shapes::ShapeRef.new(shape: FastLaunchSnapshotConfigurationRequest, location_name: "SnapshotConfiguration"))
|
6995
|
+
EnableFastLaunchRequest.add_member(:launch_template, Shapes::ShapeRef.new(shape: FastLaunchLaunchTemplateSpecificationRequest, location_name: "LaunchTemplate"))
|
6996
|
+
EnableFastLaunchRequest.add_member(:max_parallel_launches, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxParallelLaunches"))
|
6997
|
+
EnableFastLaunchRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6998
|
+
EnableFastLaunchRequest.struct_class = Types::EnableFastLaunchRequest
|
6999
|
+
|
7000
|
+
EnableFastLaunchResult.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "imageId"))
|
7001
|
+
EnableFastLaunchResult.add_member(:resource_type, Shapes::ShapeRef.new(shape: FastLaunchResourceType, location_name: "resourceType"))
|
7002
|
+
EnableFastLaunchResult.add_member(:snapshot_configuration, Shapes::ShapeRef.new(shape: FastLaunchSnapshotConfigurationResponse, location_name: "snapshotConfiguration"))
|
7003
|
+
EnableFastLaunchResult.add_member(:launch_template, Shapes::ShapeRef.new(shape: FastLaunchLaunchTemplateSpecificationResponse, location_name: "launchTemplate"))
|
7004
|
+
EnableFastLaunchResult.add_member(:max_parallel_launches, Shapes::ShapeRef.new(shape: Integer, location_name: "maxParallelLaunches"))
|
7005
|
+
EnableFastLaunchResult.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
7006
|
+
EnableFastLaunchResult.add_member(:state, Shapes::ShapeRef.new(shape: FastLaunchStateCode, location_name: "state"))
|
7007
|
+
EnableFastLaunchResult.add_member(:state_transition_reason, Shapes::ShapeRef.new(shape: String, location_name: "stateTransitionReason"))
|
7008
|
+
EnableFastLaunchResult.add_member(:state_transition_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "stateTransitionTime"))
|
7009
|
+
EnableFastLaunchResult.struct_class = Types::EnableFastLaunchResult
|
7010
|
+
|
6399
7011
|
EnableFastSnapshotRestoreErrorItem.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
6400
7012
|
EnableFastSnapshotRestoreErrorItem.add_member(:fast_snapshot_restore_state_errors, Shapes::ShapeRef.new(shape: EnableFastSnapshotRestoreStateErrorSet, location_name: "fastSnapshotRestoreStateErrorSet"))
|
6401
7013
|
EnableFastSnapshotRestoreErrorItem.struct_class = Types::EnableFastSnapshotRestoreErrorItem
|
@@ -6444,6 +7056,13 @@ module Aws::EC2
|
|
6444
7056
|
EnableImageDeprecationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
6445
7057
|
EnableImageDeprecationResult.struct_class = Types::EnableImageDeprecationResult
|
6446
7058
|
|
7059
|
+
EnableIpamOrganizationAdminAccountRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7060
|
+
EnableIpamOrganizationAdminAccountRequest.add_member(:delegated_admin_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DelegatedAdminAccountId"))
|
7061
|
+
EnableIpamOrganizationAdminAccountRequest.struct_class = Types::EnableIpamOrganizationAdminAccountRequest
|
7062
|
+
|
7063
|
+
EnableIpamOrganizationAdminAccountResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
7064
|
+
EnableIpamOrganizationAdminAccountResult.struct_class = Types::EnableIpamOrganizationAdminAccountResult
|
7065
|
+
|
6447
7066
|
EnableSerialConsoleAccessRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6448
7067
|
EnableSerialConsoleAccessRequest.struct_class = Types::EnableSerialConsoleAccessRequest
|
6449
7068
|
|
@@ -6495,6 +7114,8 @@ module Aws::EC2
|
|
6495
7114
|
EventInformation.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
6496
7115
|
EventInformation.struct_class = Types::EventInformation
|
6497
7116
|
|
7117
|
+
ExcludedInstanceTypeSet.member = Shapes::ShapeRef.new(shape: ExcludedInstanceType, location_name: "item")
|
7118
|
+
|
6498
7119
|
ExecutableByStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ExecutableBy")
|
6499
7120
|
|
6500
7121
|
Explanation.add_member(:acl, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "acl"))
|
@@ -6651,6 +7272,24 @@ module Aws::EC2
|
|
6651
7272
|
|
6652
7273
|
FailedQueuedPurchaseDeletionSet.member = Shapes::ShapeRef.new(shape: FailedQueuedPurchaseDeletion, location_name: "item")
|
6653
7274
|
|
7275
|
+
FastLaunchImageIdList.member = Shapes::ShapeRef.new(shape: ImageId, location_name: "ImageId")
|
7276
|
+
|
7277
|
+
FastLaunchLaunchTemplateSpecificationRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
|
7278
|
+
FastLaunchLaunchTemplateSpecificationRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: String, location_name: "LaunchTemplateName"))
|
7279
|
+
FastLaunchLaunchTemplateSpecificationRequest.add_member(:version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Version"))
|
7280
|
+
FastLaunchLaunchTemplateSpecificationRequest.struct_class = Types::FastLaunchLaunchTemplateSpecificationRequest
|
7281
|
+
|
7282
|
+
FastLaunchLaunchTemplateSpecificationResponse.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "launchTemplateId"))
|
7283
|
+
FastLaunchLaunchTemplateSpecificationResponse.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: String, location_name: "launchTemplateName"))
|
7284
|
+
FastLaunchLaunchTemplateSpecificationResponse.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
|
7285
|
+
FastLaunchLaunchTemplateSpecificationResponse.struct_class = Types::FastLaunchLaunchTemplateSpecificationResponse
|
7286
|
+
|
7287
|
+
FastLaunchSnapshotConfigurationRequest.add_member(:target_resource_count, Shapes::ShapeRef.new(shape: Integer, location_name: "TargetResourceCount"))
|
7288
|
+
FastLaunchSnapshotConfigurationRequest.struct_class = Types::FastLaunchSnapshotConfigurationRequest
|
7289
|
+
|
7290
|
+
FastLaunchSnapshotConfigurationResponse.add_member(:target_resource_count, Shapes::ShapeRef.new(shape: Integer, location_name: "targetResourceCount"))
|
7291
|
+
FastLaunchSnapshotConfigurationResponse.struct_class = Types::FastLaunchSnapshotConfigurationResponse
|
7292
|
+
|
6654
7293
|
FederatedAuthentication.add_member(:saml_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "samlProviderArn"))
|
6655
7294
|
FederatedAuthentication.add_member(:self_service_saml_provider_arn, Shapes::ShapeRef.new(shape: String, location_name: "selfServiceSamlProviderArn"))
|
6656
7295
|
FederatedAuthentication.struct_class = Types::FederatedAuthentication
|
@@ -6724,6 +7363,7 @@ module Aws::EC2
|
|
6724
7363
|
FleetLaunchTemplateOverrides.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "weightedCapacity"))
|
6725
7364
|
FleetLaunchTemplateOverrides.add_member(:priority, Shapes::ShapeRef.new(shape: Double, location_name: "priority"))
|
6726
7365
|
FleetLaunchTemplateOverrides.add_member(:placement, Shapes::ShapeRef.new(shape: PlacementResponse, location_name: "placement"))
|
7366
|
+
FleetLaunchTemplateOverrides.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirements, location_name: "instanceRequirements"))
|
6727
7367
|
FleetLaunchTemplateOverrides.struct_class = Types::FleetLaunchTemplateOverrides
|
6728
7368
|
|
6729
7369
|
FleetLaunchTemplateOverridesList.member = Shapes::ShapeRef.new(shape: FleetLaunchTemplateOverrides, location_name: "item")
|
@@ -6737,6 +7377,7 @@ module Aws::EC2
|
|
6737
7377
|
FleetLaunchTemplateOverridesRequest.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "WeightedCapacity"))
|
6738
7378
|
FleetLaunchTemplateOverridesRequest.add_member(:priority, Shapes::ShapeRef.new(shape: Double, location_name: "Priority"))
|
6739
7379
|
FleetLaunchTemplateOverridesRequest.add_member(:placement, Shapes::ShapeRef.new(shape: Placement, location_name: "Placement"))
|
7380
|
+
FleetLaunchTemplateOverridesRequest.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "InstanceRequirements"))
|
6740
7381
|
FleetLaunchTemplateOverridesRequest.struct_class = Types::FleetLaunchTemplateOverridesRequest
|
6741
7382
|
|
6742
7383
|
FleetLaunchTemplateSpecification.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "launchTemplateId"))
|
@@ -6752,9 +7393,11 @@ module Aws::EC2
|
|
6752
7393
|
FleetSet.member = Shapes::ShapeRef.new(shape: FleetData, location_name: "item")
|
6753
7394
|
|
6754
7395
|
FleetSpotCapacityRebalance.add_member(:replacement_strategy, Shapes::ShapeRef.new(shape: FleetReplacementStrategy, location_name: "replacementStrategy"))
|
7396
|
+
FleetSpotCapacityRebalance.add_member(:termination_delay, Shapes::ShapeRef.new(shape: Integer, location_name: "terminationDelay"))
|
6755
7397
|
FleetSpotCapacityRebalance.struct_class = Types::FleetSpotCapacityRebalance
|
6756
7398
|
|
6757
7399
|
FleetSpotCapacityRebalanceRequest.add_member(:replacement_strategy, Shapes::ShapeRef.new(shape: FleetReplacementStrategy, location_name: "ReplacementStrategy"))
|
7400
|
+
FleetSpotCapacityRebalanceRequest.add_member(:termination_delay, Shapes::ShapeRef.new(shape: Integer, location_name: "TerminationDelay"))
|
6758
7401
|
FleetSpotCapacityRebalanceRequest.struct_class = Types::FleetSpotCapacityRebalanceRequest
|
6759
7402
|
|
6760
7403
|
FleetSpotMaintenanceStrategies.add_member(:capacity_rebalance, Shapes::ShapeRef.new(shape: FleetSpotCapacityRebalance, location_name: "capacityRebalance"))
|
@@ -6944,6 +7587,71 @@ module Aws::EC2
|
|
6944
7587
|
GetHostReservationPurchasePreviewResult.add_member(:total_upfront_price, Shapes::ShapeRef.new(shape: String, location_name: "totalUpfrontPrice"))
|
6945
7588
|
GetHostReservationPurchasePreviewResult.struct_class = Types::GetHostReservationPurchasePreviewResult
|
6946
7589
|
|
7590
|
+
GetInstanceTypesFromInstanceRequirementsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7591
|
+
GetInstanceTypesFromInstanceRequirementsRequest.add_member(:architecture_types, Shapes::ShapeRef.new(shape: ArchitectureTypeSet, required: true, location_name: "ArchitectureType"))
|
7592
|
+
GetInstanceTypesFromInstanceRequirementsRequest.add_member(:virtualization_types, Shapes::ShapeRef.new(shape: VirtualizationTypeSet, required: true, location_name: "VirtualizationType"))
|
7593
|
+
GetInstanceTypesFromInstanceRequirementsRequest.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, required: true, location_name: "InstanceRequirements"))
|
7594
|
+
GetInstanceTypesFromInstanceRequirementsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
7595
|
+
GetInstanceTypesFromInstanceRequirementsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
7596
|
+
GetInstanceTypesFromInstanceRequirementsRequest.struct_class = Types::GetInstanceTypesFromInstanceRequirementsRequest
|
7597
|
+
|
7598
|
+
GetInstanceTypesFromInstanceRequirementsResult.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypeInfoFromInstanceRequirementsSet, location_name: "instanceTypeSet"))
|
7599
|
+
GetInstanceTypesFromInstanceRequirementsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
7600
|
+
GetInstanceTypesFromInstanceRequirementsResult.struct_class = Types::GetInstanceTypesFromInstanceRequirementsResult
|
7601
|
+
|
7602
|
+
GetIpamAddressHistoryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7603
|
+
GetIpamAddressHistoryRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
7604
|
+
GetIpamAddressHistoryRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
7605
|
+
GetIpamAddressHistoryRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
7606
|
+
GetIpamAddressHistoryRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "StartTime"))
|
7607
|
+
GetIpamAddressHistoryRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "EndTime"))
|
7608
|
+
GetIpamAddressHistoryRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamAddressHistoryMaxResults, location_name: "MaxResults"))
|
7609
|
+
GetIpamAddressHistoryRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7610
|
+
GetIpamAddressHistoryRequest.struct_class = Types::GetIpamAddressHistoryRequest
|
7611
|
+
|
7612
|
+
GetIpamAddressHistoryResult.add_member(:history_records, Shapes::ShapeRef.new(shape: IpamAddressHistoryRecordSet, location_name: "historyRecordSet"))
|
7613
|
+
GetIpamAddressHistoryResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7614
|
+
GetIpamAddressHistoryResult.struct_class = Types::GetIpamAddressHistoryResult
|
7615
|
+
|
7616
|
+
GetIpamPoolAllocationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7617
|
+
GetIpamPoolAllocationsRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
7618
|
+
GetIpamPoolAllocationsRequest.add_member(:ipam_pool_allocation_id, Shapes::ShapeRef.new(shape: IpamPoolAllocationId, location_name: "IpamPoolAllocationId"))
|
7619
|
+
GetIpamPoolAllocationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
7620
|
+
GetIpamPoolAllocationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetIpamPoolAllocationsMaxResults, location_name: "MaxResults"))
|
7621
|
+
GetIpamPoolAllocationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7622
|
+
GetIpamPoolAllocationsRequest.struct_class = Types::GetIpamPoolAllocationsRequest
|
7623
|
+
|
7624
|
+
GetIpamPoolAllocationsResult.add_member(:ipam_pool_allocations, Shapes::ShapeRef.new(shape: IpamPoolAllocationSet, location_name: "ipamPoolAllocationSet"))
|
7625
|
+
GetIpamPoolAllocationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7626
|
+
GetIpamPoolAllocationsResult.struct_class = Types::GetIpamPoolAllocationsResult
|
7627
|
+
|
7628
|
+
GetIpamPoolCidrsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7629
|
+
GetIpamPoolCidrsRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
7630
|
+
GetIpamPoolCidrsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
7631
|
+
GetIpamPoolCidrsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
7632
|
+
GetIpamPoolCidrsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7633
|
+
GetIpamPoolCidrsRequest.struct_class = Types::GetIpamPoolCidrsRequest
|
7634
|
+
|
7635
|
+
GetIpamPoolCidrsResult.add_member(:ipam_pool_cidrs, Shapes::ShapeRef.new(shape: IpamPoolCidrSet, location_name: "ipamPoolCidrSet"))
|
7636
|
+
GetIpamPoolCidrsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7637
|
+
GetIpamPoolCidrsResult.struct_class = Types::GetIpamPoolCidrsResult
|
7638
|
+
|
7639
|
+
GetIpamResourceCidrsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7640
|
+
GetIpamResourceCidrsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
7641
|
+
GetIpamResourceCidrsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
7642
|
+
GetIpamResourceCidrsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7643
|
+
GetIpamResourceCidrsRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
7644
|
+
GetIpamResourceCidrsRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "IpamPoolId"))
|
7645
|
+
GetIpamResourceCidrsRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "ResourceId"))
|
7646
|
+
GetIpamResourceCidrsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamResourceType, location_name: "ResourceType"))
|
7647
|
+
GetIpamResourceCidrsRequest.add_member(:resource_tag, Shapes::ShapeRef.new(shape: RequestIpamResourceTag, location_name: "ResourceTag"))
|
7648
|
+
GetIpamResourceCidrsRequest.add_member(:resource_owner, Shapes::ShapeRef.new(shape: String, location_name: "ResourceOwner"))
|
7649
|
+
GetIpamResourceCidrsRequest.struct_class = Types::GetIpamResourceCidrsRequest
|
7650
|
+
|
7651
|
+
GetIpamResourceCidrsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
7652
|
+
GetIpamResourceCidrsResult.add_member(:ipam_resource_cidrs, Shapes::ShapeRef.new(shape: IpamResourceCidrSet, location_name: "ipamResourceCidrSet"))
|
7653
|
+
GetIpamResourceCidrsResult.struct_class = Types::GetIpamResourceCidrsResult
|
7654
|
+
|
6947
7655
|
GetLaunchTemplateDataRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6948
7656
|
GetLaunchTemplateDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
6949
7657
|
GetLaunchTemplateDataRequest.struct_class = Types::GetLaunchTemplateDataRequest
|
@@ -6972,6 +7680,25 @@ module Aws::EC2
|
|
6972
7680
|
GetManagedPrefixListEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
6973
7681
|
GetManagedPrefixListEntriesResult.struct_class = Types::GetManagedPrefixListEntriesResult
|
6974
7682
|
|
7683
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, required: true, location_name: "NetworkInsightsAccessScopeAnalysisId"))
|
7684
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: NetworkInsightsMaxResults, location_name: "MaxResults"))
|
7685
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7686
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7687
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsRequest.struct_class = Types::GetNetworkInsightsAccessScopeAnalysisFindingsRequest
|
7688
|
+
|
7689
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "networkInsightsAccessScopeAnalysisId"))
|
7690
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.add_member(:analysis_status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "analysisStatus"))
|
7691
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.add_member(:analysis_findings, Shapes::ShapeRef.new(shape: AccessScopeAnalysisFindingList, location_name: "analysisFindingSet"))
|
7692
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
7693
|
+
GetNetworkInsightsAccessScopeAnalysisFindingsResult.struct_class = Types::GetNetworkInsightsAccessScopeAnalysisFindingsResult
|
7694
|
+
|
7695
|
+
GetNetworkInsightsAccessScopeContentRequest.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, required: true, location_name: "NetworkInsightsAccessScopeId"))
|
7696
|
+
GetNetworkInsightsAccessScopeContentRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7697
|
+
GetNetworkInsightsAccessScopeContentRequest.struct_class = Types::GetNetworkInsightsAccessScopeContentRequest
|
7698
|
+
|
7699
|
+
GetNetworkInsightsAccessScopeContentResult.add_member(:network_insights_access_scope_content, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeContent, location_name: "networkInsightsAccessScopeContent"))
|
7700
|
+
GetNetworkInsightsAccessScopeContentResult.struct_class = Types::GetNetworkInsightsAccessScopeContentResult
|
7701
|
+
|
6975
7702
|
GetPasswordDataRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
6976
7703
|
GetPasswordDataRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
6977
7704
|
GetPasswordDataRequest.struct_class = Types::GetPasswordDataRequest
|
@@ -7003,6 +7730,21 @@ module Aws::EC2
|
|
7003
7730
|
GetSerialConsoleAccessStatusResult.add_member(:serial_console_access_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "serialConsoleAccessEnabled"))
|
7004
7731
|
GetSerialConsoleAccessStatusResult.struct_class = Types::GetSerialConsoleAccessStatusResult
|
7005
7732
|
|
7733
|
+
GetSpotPlacementScoresRequest.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypes, location_name: "InstanceType"))
|
7734
|
+
GetSpotPlacementScoresRequest.add_member(:target_capacity, Shapes::ShapeRef.new(shape: SpotPlacementScoresTargetCapacity, required: true, location_name: "TargetCapacity"))
|
7735
|
+
GetSpotPlacementScoresRequest.add_member(:target_capacity_unit_type, Shapes::ShapeRef.new(shape: TargetCapacityUnitType, location_name: "TargetCapacityUnitType"))
|
7736
|
+
GetSpotPlacementScoresRequest.add_member(:single_availability_zone, Shapes::ShapeRef.new(shape: Boolean, location_name: "SingleAvailabilityZone"))
|
7737
|
+
GetSpotPlacementScoresRequest.add_member(:region_names, Shapes::ShapeRef.new(shape: RegionNames, location_name: "RegionName"))
|
7738
|
+
GetSpotPlacementScoresRequest.add_member(:instance_requirements_with_metadata, Shapes::ShapeRef.new(shape: InstanceRequirementsWithMetadataRequest, location_name: "InstanceRequirementsWithMetadata"))
|
7739
|
+
GetSpotPlacementScoresRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7740
|
+
GetSpotPlacementScoresRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SpotPlacementScoresMaxResults, location_name: "MaxResults"))
|
7741
|
+
GetSpotPlacementScoresRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
7742
|
+
GetSpotPlacementScoresRequest.struct_class = Types::GetSpotPlacementScoresRequest
|
7743
|
+
|
7744
|
+
GetSpotPlacementScoresResult.add_member(:spot_placement_scores, Shapes::ShapeRef.new(shape: SpotPlacementScores, location_name: "spotPlacementScoreSet"))
|
7745
|
+
GetSpotPlacementScoresResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
7746
|
+
GetSpotPlacementScoresResult.struct_class = Types::GetSpotPlacementScoresResult
|
7747
|
+
|
7006
7748
|
GetSubnetCidrReservationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
7007
7749
|
GetSubnetCidrReservationsRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "SubnetId"))
|
7008
7750
|
GetSubnetCidrReservationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -7169,7 +7911,7 @@ module Aws::EC2
|
|
7169
7911
|
HostOffering.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "duration"))
|
7170
7912
|
HostOffering.add_member(:hourly_price, Shapes::ShapeRef.new(shape: String, location_name: "hourlyPrice"))
|
7171
7913
|
HostOffering.add_member(:instance_family, Shapes::ShapeRef.new(shape: String, location_name: "instanceFamily"))
|
7172
|
-
HostOffering.add_member(:offering_id, Shapes::ShapeRef.new(shape:
|
7914
|
+
HostOffering.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingId, location_name: "offeringId"))
|
7173
7915
|
HostOffering.add_member(:payment_option, Shapes::ShapeRef.new(shape: PaymentOption, location_name: "paymentOption"))
|
7174
7916
|
HostOffering.add_member(:upfront_price, Shapes::ShapeRef.new(shape: String, location_name: "upfrontPrice"))
|
7175
7917
|
HostOffering.struct_class = Types::HostOffering
|
@@ -7188,10 +7930,10 @@ module Aws::EC2
|
|
7188
7930
|
HostReservation.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "duration"))
|
7189
7931
|
HostReservation.add_member(:end, Shapes::ShapeRef.new(shape: DateTime, location_name: "end"))
|
7190
7932
|
HostReservation.add_member(:host_id_set, Shapes::ShapeRef.new(shape: ResponseHostIdSet, location_name: "hostIdSet"))
|
7191
|
-
HostReservation.add_member(:host_reservation_id, Shapes::ShapeRef.new(shape:
|
7933
|
+
HostReservation.add_member(:host_reservation_id, Shapes::ShapeRef.new(shape: HostReservationId, location_name: "hostReservationId"))
|
7192
7934
|
HostReservation.add_member(:hourly_price, Shapes::ShapeRef.new(shape: String, location_name: "hourlyPrice"))
|
7193
7935
|
HostReservation.add_member(:instance_family, Shapes::ShapeRef.new(shape: String, location_name: "instanceFamily"))
|
7194
|
-
HostReservation.add_member(:offering_id, Shapes::ShapeRef.new(shape:
|
7936
|
+
HostReservation.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingId, location_name: "offeringId"))
|
7195
7937
|
HostReservation.add_member(:payment_option, Shapes::ShapeRef.new(shape: PaymentOption, location_name: "paymentOption"))
|
7196
7938
|
HostReservation.add_member(:start, Shapes::ShapeRef.new(shape: DateTime, location_name: "start"))
|
7197
7939
|
HostReservation.add_member(:state, Shapes::ShapeRef.new(shape: ReservationState, location_name: "state"))
|
@@ -7535,6 +8277,8 @@ module Aws::EC2
|
|
7535
8277
|
Instance.add_member(:platform_details, Shapes::ShapeRef.new(shape: String, location_name: "platformDetails"))
|
7536
8278
|
Instance.add_member(:usage_operation, Shapes::ShapeRef.new(shape: String, location_name: "usageOperation"))
|
7537
8279
|
Instance.add_member(:usage_operation_update_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "usageOperationUpdateTime"))
|
8280
|
+
Instance.add_member(:private_dns_name_options, Shapes::ShapeRef.new(shape: PrivateDnsNameOptionsResponse, location_name: "privateDnsNameOptions"))
|
8281
|
+
Instance.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
|
7538
8282
|
Instance.struct_class = Types::Instance
|
7539
8283
|
|
7540
8284
|
InstanceAttribute.add_member(:groups, Shapes::ShapeRef.new(shape: GroupIdentifierList, location_name: "groupSet"))
|
@@ -7648,6 +8392,8 @@ module Aws::EC2
|
|
7648
8392
|
InstanceFamilyCreditSpecification.add_member(:cpu_credits, Shapes::ShapeRef.new(shape: String, location_name: "cpuCredits"))
|
7649
8393
|
InstanceFamilyCreditSpecification.struct_class = Types::InstanceFamilyCreditSpecification
|
7650
8394
|
|
8395
|
+
InstanceGenerationSet.member = Shapes::ShapeRef.new(shape: InstanceGeneration, location_name: "item")
|
8396
|
+
|
7651
8397
|
InstanceIdList.member = Shapes::ShapeRef.new(shape: InstanceId, location_name: "item")
|
7652
8398
|
|
7653
8399
|
InstanceIdSet.member = Shapes::ShapeRef.new(shape: InstanceId, location_name: "item")
|
@@ -7686,6 +8432,7 @@ module Aws::EC2
|
|
7686
8432
|
InstanceMetadataOptionsRequest.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: Integer, location_name: "HttpPutResponseHopLimit"))
|
7687
8433
|
InstanceMetadataOptionsRequest.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: InstanceMetadataEndpointState, location_name: "HttpEndpoint"))
|
7688
8434
|
InstanceMetadataOptionsRequest.add_member(:http_protocol_ipv_6, Shapes::ShapeRef.new(shape: InstanceMetadataProtocolState, location_name: "HttpProtocolIpv6"))
|
8435
|
+
InstanceMetadataOptionsRequest.add_member(:instance_metadata_tags, Shapes::ShapeRef.new(shape: InstanceMetadataTagsState, location_name: "InstanceMetadataTags"))
|
7689
8436
|
InstanceMetadataOptionsRequest.struct_class = Types::InstanceMetadataOptionsRequest
|
7690
8437
|
|
7691
8438
|
InstanceMetadataOptionsResponse.add_member(:state, Shapes::ShapeRef.new(shape: InstanceMetadataOptionsState, location_name: "state"))
|
@@ -7693,6 +8440,7 @@ module Aws::EC2
|
|
7693
8440
|
InstanceMetadataOptionsResponse.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: Integer, location_name: "httpPutResponseHopLimit"))
|
7694
8441
|
InstanceMetadataOptionsResponse.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: InstanceMetadataEndpointState, location_name: "httpEndpoint"))
|
7695
8442
|
InstanceMetadataOptionsResponse.add_member(:http_protocol_ipv_6, Shapes::ShapeRef.new(shape: InstanceMetadataProtocolState, location_name: "httpProtocolIpv6"))
|
8443
|
+
InstanceMetadataOptionsResponse.add_member(:instance_metadata_tags, Shapes::ShapeRef.new(shape: InstanceMetadataTagsState, location_name: "instanceMetadataTags"))
|
7696
8444
|
InstanceMetadataOptionsResponse.struct_class = Types::InstanceMetadataOptionsResponse
|
7697
8445
|
|
7698
8446
|
InstanceMonitoring.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
@@ -7722,6 +8470,7 @@ module Aws::EC2
|
|
7722
8470
|
InstanceNetworkInterface.struct_class = Types::InstanceNetworkInterface
|
7723
8471
|
|
7724
8472
|
InstanceNetworkInterfaceAssociation.add_member(:carrier_ip, Shapes::ShapeRef.new(shape: String, location_name: "carrierIp"))
|
8473
|
+
InstanceNetworkInterfaceAssociation.add_member(:customer_owned_ip, Shapes::ShapeRef.new(shape: String, location_name: "customerOwnedIp"))
|
7725
8474
|
InstanceNetworkInterfaceAssociation.add_member(:ip_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ipOwnerId"))
|
7726
8475
|
InstanceNetworkInterfaceAssociation.add_member(:public_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "publicDnsName"))
|
7727
8476
|
InstanceNetworkInterfaceAssociation.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
|
@@ -7768,6 +8517,57 @@ module Aws::EC2
|
|
7768
8517
|
|
7769
8518
|
InstancePrivateIpAddressList.member = Shapes::ShapeRef.new(shape: InstancePrivateIpAddress, location_name: "item")
|
7770
8519
|
|
8520
|
+
InstanceRequirements.add_member(:v_cpu_count, Shapes::ShapeRef.new(shape: VCpuCountRange, location_name: "vCpuCount"))
|
8521
|
+
InstanceRequirements.add_member(:memory_mi_b, Shapes::ShapeRef.new(shape: MemoryMiB, location_name: "memoryMiB"))
|
8522
|
+
InstanceRequirements.add_member(:cpu_manufacturers, Shapes::ShapeRef.new(shape: CpuManufacturerSet, location_name: "cpuManufacturerSet"))
|
8523
|
+
InstanceRequirements.add_member(:memory_gi_b_per_v_cpu, Shapes::ShapeRef.new(shape: MemoryGiBPerVCpu, location_name: "memoryGiBPerVCpu"))
|
8524
|
+
InstanceRequirements.add_member(:excluded_instance_types, Shapes::ShapeRef.new(shape: ExcludedInstanceTypeSet, location_name: "excludedInstanceTypeSet"))
|
8525
|
+
InstanceRequirements.add_member(:instance_generations, Shapes::ShapeRef.new(shape: InstanceGenerationSet, location_name: "instanceGenerationSet"))
|
8526
|
+
InstanceRequirements.add_member(:spot_max_price_percentage_over_lowest_price, Shapes::ShapeRef.new(shape: Integer, location_name: "spotMaxPricePercentageOverLowestPrice"))
|
8527
|
+
InstanceRequirements.add_member(:on_demand_max_price_percentage_over_lowest_price, Shapes::ShapeRef.new(shape: Integer, location_name: "onDemandMaxPricePercentageOverLowestPrice"))
|
8528
|
+
InstanceRequirements.add_member(:bare_metal, Shapes::ShapeRef.new(shape: BareMetal, location_name: "bareMetal"))
|
8529
|
+
InstanceRequirements.add_member(:burstable_performance, Shapes::ShapeRef.new(shape: BurstablePerformance, location_name: "burstablePerformance"))
|
8530
|
+
InstanceRequirements.add_member(:require_hibernate_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "requireHibernateSupport"))
|
8531
|
+
InstanceRequirements.add_member(:network_interface_count, Shapes::ShapeRef.new(shape: NetworkInterfaceCount, location_name: "networkInterfaceCount"))
|
8532
|
+
InstanceRequirements.add_member(:local_storage, Shapes::ShapeRef.new(shape: LocalStorage, location_name: "localStorage"))
|
8533
|
+
InstanceRequirements.add_member(:local_storage_types, Shapes::ShapeRef.new(shape: LocalStorageTypeSet, location_name: "localStorageTypeSet"))
|
8534
|
+
InstanceRequirements.add_member(:total_local_storage_gb, Shapes::ShapeRef.new(shape: TotalLocalStorageGB, location_name: "totalLocalStorageGB"))
|
8535
|
+
InstanceRequirements.add_member(:baseline_ebs_bandwidth_mbps, Shapes::ShapeRef.new(shape: BaselineEbsBandwidthMbps, location_name: "baselineEbsBandwidthMbps"))
|
8536
|
+
InstanceRequirements.add_member(:accelerator_types, Shapes::ShapeRef.new(shape: AcceleratorTypeSet, location_name: "acceleratorTypeSet"))
|
8537
|
+
InstanceRequirements.add_member(:accelerator_count, Shapes::ShapeRef.new(shape: AcceleratorCount, location_name: "acceleratorCount"))
|
8538
|
+
InstanceRequirements.add_member(:accelerator_manufacturers, Shapes::ShapeRef.new(shape: AcceleratorManufacturerSet, location_name: "acceleratorManufacturerSet"))
|
8539
|
+
InstanceRequirements.add_member(:accelerator_names, Shapes::ShapeRef.new(shape: AcceleratorNameSet, location_name: "acceleratorNameSet"))
|
8540
|
+
InstanceRequirements.add_member(:accelerator_total_memory_mi_b, Shapes::ShapeRef.new(shape: AcceleratorTotalMemoryMiB, location_name: "acceleratorTotalMemoryMiB"))
|
8541
|
+
InstanceRequirements.struct_class = Types::InstanceRequirements
|
8542
|
+
|
8543
|
+
InstanceRequirementsRequest.add_member(:v_cpu_count, Shapes::ShapeRef.new(shape: VCpuCountRangeRequest, required: true, location_name: "VCpuCount"))
|
8544
|
+
InstanceRequirementsRequest.add_member(:memory_mi_b, Shapes::ShapeRef.new(shape: MemoryMiBRequest, required: true, location_name: "MemoryMiB"))
|
8545
|
+
InstanceRequirementsRequest.add_member(:cpu_manufacturers, Shapes::ShapeRef.new(shape: CpuManufacturerSet, location_name: "CpuManufacturer"))
|
8546
|
+
InstanceRequirementsRequest.add_member(:memory_gi_b_per_v_cpu, Shapes::ShapeRef.new(shape: MemoryGiBPerVCpuRequest, location_name: "MemoryGiBPerVCpu"))
|
8547
|
+
InstanceRequirementsRequest.add_member(:excluded_instance_types, Shapes::ShapeRef.new(shape: ExcludedInstanceTypeSet, location_name: "ExcludedInstanceType"))
|
8548
|
+
InstanceRequirementsRequest.add_member(:instance_generations, Shapes::ShapeRef.new(shape: InstanceGenerationSet, location_name: "InstanceGeneration"))
|
8549
|
+
InstanceRequirementsRequest.add_member(:spot_max_price_percentage_over_lowest_price, Shapes::ShapeRef.new(shape: Integer, location_name: "SpotMaxPricePercentageOverLowestPrice"))
|
8550
|
+
InstanceRequirementsRequest.add_member(:on_demand_max_price_percentage_over_lowest_price, Shapes::ShapeRef.new(shape: Integer, location_name: "OnDemandMaxPricePercentageOverLowestPrice"))
|
8551
|
+
InstanceRequirementsRequest.add_member(:bare_metal, Shapes::ShapeRef.new(shape: BareMetal, location_name: "BareMetal"))
|
8552
|
+
InstanceRequirementsRequest.add_member(:burstable_performance, Shapes::ShapeRef.new(shape: BurstablePerformance, location_name: "BurstablePerformance"))
|
8553
|
+
InstanceRequirementsRequest.add_member(:require_hibernate_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequireHibernateSupport"))
|
8554
|
+
InstanceRequirementsRequest.add_member(:network_interface_count, Shapes::ShapeRef.new(shape: NetworkInterfaceCountRequest, location_name: "NetworkInterfaceCount"))
|
8555
|
+
InstanceRequirementsRequest.add_member(:local_storage, Shapes::ShapeRef.new(shape: LocalStorage, location_name: "LocalStorage"))
|
8556
|
+
InstanceRequirementsRequest.add_member(:local_storage_types, Shapes::ShapeRef.new(shape: LocalStorageTypeSet, location_name: "LocalStorageType"))
|
8557
|
+
InstanceRequirementsRequest.add_member(:total_local_storage_gb, Shapes::ShapeRef.new(shape: TotalLocalStorageGBRequest, location_name: "TotalLocalStorageGB"))
|
8558
|
+
InstanceRequirementsRequest.add_member(:baseline_ebs_bandwidth_mbps, Shapes::ShapeRef.new(shape: BaselineEbsBandwidthMbpsRequest, location_name: "BaselineEbsBandwidthMbps"))
|
8559
|
+
InstanceRequirementsRequest.add_member(:accelerator_types, Shapes::ShapeRef.new(shape: AcceleratorTypeSet, location_name: "AcceleratorType"))
|
8560
|
+
InstanceRequirementsRequest.add_member(:accelerator_count, Shapes::ShapeRef.new(shape: AcceleratorCountRequest, location_name: "AcceleratorCount"))
|
8561
|
+
InstanceRequirementsRequest.add_member(:accelerator_manufacturers, Shapes::ShapeRef.new(shape: AcceleratorManufacturerSet, location_name: "AcceleratorManufacturer"))
|
8562
|
+
InstanceRequirementsRequest.add_member(:accelerator_names, Shapes::ShapeRef.new(shape: AcceleratorNameSet, location_name: "AcceleratorName"))
|
8563
|
+
InstanceRequirementsRequest.add_member(:accelerator_total_memory_mi_b, Shapes::ShapeRef.new(shape: AcceleratorTotalMemoryMiBRequest, location_name: "AcceleratorTotalMemoryMiB"))
|
8564
|
+
InstanceRequirementsRequest.struct_class = Types::InstanceRequirementsRequest
|
8565
|
+
|
8566
|
+
InstanceRequirementsWithMetadataRequest.add_member(:architecture_types, Shapes::ShapeRef.new(shape: ArchitectureTypeSet, location_name: "ArchitectureType"))
|
8567
|
+
InstanceRequirementsWithMetadataRequest.add_member(:virtualization_types, Shapes::ShapeRef.new(shape: VirtualizationTypeSet, location_name: "VirtualizationType"))
|
8568
|
+
InstanceRequirementsWithMetadataRequest.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "InstanceRequirements"))
|
8569
|
+
InstanceRequirementsWithMetadataRequest.struct_class = Types::InstanceRequirementsWithMetadataRequest
|
8570
|
+
|
7771
8571
|
InstanceSpecification.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
7772
8572
|
InstanceSpecification.add_member(:exclude_boot_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExcludeBootVolume"))
|
7773
8573
|
InstanceSpecification.struct_class = Types::InstanceSpecification
|
@@ -7853,6 +8653,11 @@ module Aws::EC2
|
|
7853
8653
|
InstanceTypeInfo.add_member(:supported_boot_modes, Shapes::ShapeRef.new(shape: BootModeTypeList, location_name: "supportedBootModes"))
|
7854
8654
|
InstanceTypeInfo.struct_class = Types::InstanceTypeInfo
|
7855
8655
|
|
8656
|
+
InstanceTypeInfoFromInstanceRequirements.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
8657
|
+
InstanceTypeInfoFromInstanceRequirements.struct_class = Types::InstanceTypeInfoFromInstanceRequirements
|
8658
|
+
|
8659
|
+
InstanceTypeInfoFromInstanceRequirementsSet.member = Shapes::ShapeRef.new(shape: InstanceTypeInfoFromInstanceRequirements, location_name: "item")
|
8660
|
+
|
7856
8661
|
InstanceTypeInfoList.member = Shapes::ShapeRef.new(shape: InstanceTypeInfo, location_name: "item")
|
7857
8662
|
|
7858
8663
|
InstanceTypeList.member = Shapes::ShapeRef.new(shape: InstanceType)
|
@@ -7864,6 +8669,8 @@ module Aws::EC2
|
|
7864
8669
|
|
7865
8670
|
InstanceTypeOfferingsList.member = Shapes::ShapeRef.new(shape: InstanceTypeOffering, location_name: "item")
|
7866
8671
|
|
8672
|
+
InstanceTypes.member = Shapes::ShapeRef.new(shape: String)
|
8673
|
+
|
7867
8674
|
InstanceUsage.add_member(:account_id, Shapes::ShapeRef.new(shape: String, location_name: "accountId"))
|
7868
8675
|
InstanceUsage.add_member(:used_instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "usedInstanceCount"))
|
7869
8676
|
InstanceUsage.struct_class = Types::InstanceUsage
|
@@ -7912,6 +8719,135 @@ module Aws::EC2
|
|
7912
8719
|
|
7913
8720
|
IpRanges.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
7914
8721
|
|
8722
|
+
Ipam.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
8723
|
+
Ipam.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, location_name: "ipamId"))
|
8724
|
+
Ipam.add_member(:ipam_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamArn"))
|
8725
|
+
Ipam.add_member(:ipam_region, Shapes::ShapeRef.new(shape: String, location_name: "ipamRegion"))
|
8726
|
+
Ipam.add_member(:public_default_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "publicDefaultScopeId"))
|
8727
|
+
Ipam.add_member(:private_default_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "privateDefaultScopeId"))
|
8728
|
+
Ipam.add_member(:scope_count, Shapes::ShapeRef.new(shape: Integer, location_name: "scopeCount"))
|
8729
|
+
Ipam.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
8730
|
+
Ipam.add_member(:operating_regions, Shapes::ShapeRef.new(shape: IpamOperatingRegionSet, location_name: "operatingRegionSet"))
|
8731
|
+
Ipam.add_member(:state, Shapes::ShapeRef.new(shape: IpamState, location_name: "state"))
|
8732
|
+
Ipam.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
8733
|
+
Ipam.struct_class = Types::Ipam
|
8734
|
+
|
8735
|
+
IpamAddressHistoryRecord.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerId"))
|
8736
|
+
IpamAddressHistoryRecord.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, location_name: "resourceRegion"))
|
8737
|
+
IpamAddressHistoryRecord.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamAddressHistoryResourceType, location_name: "resourceType"))
|
8738
|
+
IpamAddressHistoryRecord.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
8739
|
+
IpamAddressHistoryRecord.add_member(:resource_cidr, Shapes::ShapeRef.new(shape: String, location_name: "resourceCidr"))
|
8740
|
+
IpamAddressHistoryRecord.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, location_name: "resourceName"))
|
8741
|
+
IpamAddressHistoryRecord.add_member(:resource_compliance_status, Shapes::ShapeRef.new(shape: IpamComplianceStatus, location_name: "resourceComplianceStatus"))
|
8742
|
+
IpamAddressHistoryRecord.add_member(:resource_overlap_status, Shapes::ShapeRef.new(shape: IpamOverlapStatus, location_name: "resourceOverlapStatus"))
|
8743
|
+
IpamAddressHistoryRecord.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
8744
|
+
IpamAddressHistoryRecord.add_member(:sampled_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "sampledStartTime"))
|
8745
|
+
IpamAddressHistoryRecord.add_member(:sampled_end_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "sampledEndTime"))
|
8746
|
+
IpamAddressHistoryRecord.struct_class = Types::IpamAddressHistoryRecord
|
8747
|
+
|
8748
|
+
IpamAddressHistoryRecordSet.member = Shapes::ShapeRef.new(shape: IpamAddressHistoryRecord, location_name: "item")
|
8749
|
+
|
8750
|
+
IpamCidrAuthorizationContext.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
8751
|
+
IpamCidrAuthorizationContext.add_member(:signature, Shapes::ShapeRef.new(shape: String, location_name: "Signature"))
|
8752
|
+
IpamCidrAuthorizationContext.struct_class = Types::IpamCidrAuthorizationContext
|
8753
|
+
|
8754
|
+
IpamOperatingRegion.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "regionName"))
|
8755
|
+
IpamOperatingRegion.struct_class = Types::IpamOperatingRegion
|
8756
|
+
|
8757
|
+
IpamOperatingRegionSet.member = Shapes::ShapeRef.new(shape: IpamOperatingRegion, location_name: "item")
|
8758
|
+
|
8759
|
+
IpamPool.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
8760
|
+
IpamPool.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "ipamPoolId"))
|
8761
|
+
IpamPool.add_member(:source_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "sourceIpamPoolId"))
|
8762
|
+
IpamPool.add_member(:ipam_pool_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamPoolArn"))
|
8763
|
+
IpamPool.add_member(:ipam_scope_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamScopeArn"))
|
8764
|
+
IpamPool.add_member(:ipam_scope_type, Shapes::ShapeRef.new(shape: IpamScopeType, location_name: "ipamScopeType"))
|
8765
|
+
IpamPool.add_member(:ipam_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamArn"))
|
8766
|
+
IpamPool.add_member(:ipam_region, Shapes::ShapeRef.new(shape: String, location_name: "ipamRegion"))
|
8767
|
+
IpamPool.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "locale"))
|
8768
|
+
IpamPool.add_member(:pool_depth, Shapes::ShapeRef.new(shape: Integer, location_name: "poolDepth"))
|
8769
|
+
IpamPool.add_member(:state, Shapes::ShapeRef.new(shape: IpamPoolState, location_name: "state"))
|
8770
|
+
IpamPool.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
|
8771
|
+
IpamPool.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
8772
|
+
IpamPool.add_member(:auto_import, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoImport"))
|
8773
|
+
IpamPool.add_member(:publicly_advertisable, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAdvertisable"))
|
8774
|
+
IpamPool.add_member(:address_family, Shapes::ShapeRef.new(shape: AddressFamily, location_name: "addressFamily"))
|
8775
|
+
IpamPool.add_member(:allocation_min_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "allocationMinNetmaskLength"))
|
8776
|
+
IpamPool.add_member(:allocation_max_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "allocationMaxNetmaskLength"))
|
8777
|
+
IpamPool.add_member(:allocation_default_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "allocationDefaultNetmaskLength"))
|
8778
|
+
IpamPool.add_member(:allocation_resource_tags, Shapes::ShapeRef.new(shape: IpamResourceTagList, location_name: "allocationResourceTagSet"))
|
8779
|
+
IpamPool.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
8780
|
+
IpamPool.add_member(:aws_service, Shapes::ShapeRef.new(shape: IpamPoolAwsService, location_name: "awsService"))
|
8781
|
+
IpamPool.struct_class = Types::IpamPool
|
8782
|
+
|
8783
|
+
IpamPoolAllocation.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
8784
|
+
IpamPoolAllocation.add_member(:ipam_pool_allocation_id, Shapes::ShapeRef.new(shape: IpamPoolAllocationId, location_name: "ipamPoolAllocationId"))
|
8785
|
+
IpamPoolAllocation.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
8786
|
+
IpamPoolAllocation.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
8787
|
+
IpamPoolAllocation.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamPoolAllocationResourceType, location_name: "resourceType"))
|
8788
|
+
IpamPoolAllocation.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, location_name: "resourceRegion"))
|
8789
|
+
IpamPoolAllocation.add_member(:resource_owner, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwner"))
|
8790
|
+
IpamPoolAllocation.struct_class = Types::IpamPoolAllocation
|
8791
|
+
|
8792
|
+
IpamPoolAllocationDisallowedCidrs.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
8793
|
+
|
8794
|
+
IpamPoolAllocationSet.member = Shapes::ShapeRef.new(shape: IpamPoolAllocation, location_name: "item")
|
8795
|
+
|
8796
|
+
IpamPoolCidr.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
8797
|
+
IpamPoolCidr.add_member(:state, Shapes::ShapeRef.new(shape: IpamPoolCidrState, location_name: "state"))
|
8798
|
+
IpamPoolCidr.add_member(:failure_reason, Shapes::ShapeRef.new(shape: IpamPoolCidrFailureReason, location_name: "failureReason"))
|
8799
|
+
IpamPoolCidr.struct_class = Types::IpamPoolCidr
|
8800
|
+
|
8801
|
+
IpamPoolCidrFailureReason.add_member(:code, Shapes::ShapeRef.new(shape: IpamPoolCidrFailureCode, location_name: "code"))
|
8802
|
+
IpamPoolCidrFailureReason.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
8803
|
+
IpamPoolCidrFailureReason.struct_class = Types::IpamPoolCidrFailureReason
|
8804
|
+
|
8805
|
+
IpamPoolCidrSet.member = Shapes::ShapeRef.new(shape: IpamPoolCidr, location_name: "item")
|
8806
|
+
|
8807
|
+
IpamPoolSet.member = Shapes::ShapeRef.new(shape: IpamPool, location_name: "item")
|
8808
|
+
|
8809
|
+
IpamResourceCidr.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, location_name: "ipamId"))
|
8810
|
+
IpamResourceCidr.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "ipamScopeId"))
|
8811
|
+
IpamResourceCidr.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "ipamPoolId"))
|
8812
|
+
IpamResourceCidr.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, location_name: "resourceRegion"))
|
8813
|
+
IpamResourceCidr.add_member(:resource_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceOwnerId"))
|
8814
|
+
IpamResourceCidr.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
8815
|
+
IpamResourceCidr.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, location_name: "resourceName"))
|
8816
|
+
IpamResourceCidr.add_member(:resource_cidr, Shapes::ShapeRef.new(shape: String, location_name: "resourceCidr"))
|
8817
|
+
IpamResourceCidr.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamResourceType, location_name: "resourceType"))
|
8818
|
+
IpamResourceCidr.add_member(:resource_tags, Shapes::ShapeRef.new(shape: IpamResourceTagList, location_name: "resourceTagSet"))
|
8819
|
+
IpamResourceCidr.add_member(:ip_usage, Shapes::ShapeRef.new(shape: BoxedDouble, location_name: "ipUsage"))
|
8820
|
+
IpamResourceCidr.add_member(:compliance_status, Shapes::ShapeRef.new(shape: IpamComplianceStatus, location_name: "complianceStatus"))
|
8821
|
+
IpamResourceCidr.add_member(:management_state, Shapes::ShapeRef.new(shape: IpamManagementState, location_name: "managementState"))
|
8822
|
+
IpamResourceCidr.add_member(:overlap_status, Shapes::ShapeRef.new(shape: IpamOverlapStatus, location_name: "overlapStatus"))
|
8823
|
+
IpamResourceCidr.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
8824
|
+
IpamResourceCidr.struct_class = Types::IpamResourceCidr
|
8825
|
+
|
8826
|
+
IpamResourceCidrSet.member = Shapes::ShapeRef.new(shape: IpamResourceCidr, location_name: "item")
|
8827
|
+
|
8828
|
+
IpamResourceTag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
8829
|
+
IpamResourceTag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
8830
|
+
IpamResourceTag.struct_class = Types::IpamResourceTag
|
8831
|
+
|
8832
|
+
IpamResourceTagList.member = Shapes::ShapeRef.new(shape: IpamResourceTag, location_name: "item")
|
8833
|
+
|
8834
|
+
IpamScope.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
8835
|
+
IpamScope.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "ipamScopeId"))
|
8836
|
+
IpamScope.add_member(:ipam_scope_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamScopeArn"))
|
8837
|
+
IpamScope.add_member(:ipam_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamArn"))
|
8838
|
+
IpamScope.add_member(:ipam_region, Shapes::ShapeRef.new(shape: String, location_name: "ipamRegion"))
|
8839
|
+
IpamScope.add_member(:ipam_scope_type, Shapes::ShapeRef.new(shape: IpamScopeType, location_name: "ipamScopeType"))
|
8840
|
+
IpamScope.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
|
8841
|
+
IpamScope.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
8842
|
+
IpamScope.add_member(:pool_count, Shapes::ShapeRef.new(shape: Integer, location_name: "poolCount"))
|
8843
|
+
IpamScope.add_member(:state, Shapes::ShapeRef.new(shape: IpamScopeState, location_name: "state"))
|
8844
|
+
IpamScope.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
8845
|
+
IpamScope.struct_class = Types::IpamScope
|
8846
|
+
|
8847
|
+
IpamScopeSet.member = Shapes::ShapeRef.new(shape: IpamScope, location_name: "item")
|
8848
|
+
|
8849
|
+
IpamSet.member = Shapes::ShapeRef.new(shape: Ipam, location_name: "item")
|
8850
|
+
|
7915
8851
|
Ipv4PrefixList.member = Shapes::ShapeRef.new(shape: Ipv4PrefixSpecificationRequest, location_name: "item")
|
7916
8852
|
|
7917
8853
|
Ipv4PrefixListResponse.member = Shapes::ShapeRef.new(shape: Ipv4PrefixSpecificationResponse, location_name: "item")
|
@@ -7997,6 +8933,8 @@ module Aws::EC2
|
|
7997
8933
|
|
7998
8934
|
LaunchPermission.add_member(:group, Shapes::ShapeRef.new(shape: PermissionGroup, location_name: "group"))
|
7999
8935
|
LaunchPermission.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
|
8936
|
+
LaunchPermission.add_member(:organization_arn, Shapes::ShapeRef.new(shape: String, location_name: "organizationArn"))
|
8937
|
+
LaunchPermission.add_member(:organizational_unit_arn, Shapes::ShapeRef.new(shape: String, location_name: "organizationalUnitArn"))
|
8000
8938
|
LaunchPermission.struct_class = Types::LaunchPermission
|
8001
8939
|
|
8002
8940
|
LaunchPermissionList.member = Shapes::ShapeRef.new(shape: LaunchPermission, location_name: "item")
|
@@ -8142,12 +9080,14 @@ module Aws::EC2
|
|
8142
9080
|
LaunchTemplateInstanceMetadataOptions.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: Integer, location_name: "httpPutResponseHopLimit"))
|
8143
9081
|
LaunchTemplateInstanceMetadataOptions.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataEndpointState, location_name: "httpEndpoint"))
|
8144
9082
|
LaunchTemplateInstanceMetadataOptions.add_member(:http_protocol_ipv_6, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataProtocolIpv6, location_name: "httpProtocolIpv6"))
|
9083
|
+
LaunchTemplateInstanceMetadataOptions.add_member(:instance_metadata_tags, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataTagsState, location_name: "instanceMetadataTags"))
|
8145
9084
|
LaunchTemplateInstanceMetadataOptions.struct_class = Types::LaunchTemplateInstanceMetadataOptions
|
8146
9085
|
|
8147
9086
|
LaunchTemplateInstanceMetadataOptionsRequest.add_member(:http_tokens, Shapes::ShapeRef.new(shape: LaunchTemplateHttpTokensState, location_name: "HttpTokens"))
|
8148
9087
|
LaunchTemplateInstanceMetadataOptionsRequest.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: Integer, location_name: "HttpPutResponseHopLimit"))
|
8149
9088
|
LaunchTemplateInstanceMetadataOptionsRequest.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataEndpointState, location_name: "HttpEndpoint"))
|
8150
9089
|
LaunchTemplateInstanceMetadataOptionsRequest.add_member(:http_protocol_ipv_6, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataProtocolIpv6, location_name: "HttpProtocolIpv6"))
|
9090
|
+
LaunchTemplateInstanceMetadataOptionsRequest.add_member(:instance_metadata_tags, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataTagsState, location_name: "InstanceMetadataTags"))
|
8151
9091
|
LaunchTemplateInstanceMetadataOptionsRequest.struct_class = Types::LaunchTemplateInstanceMetadataOptionsRequest
|
8152
9092
|
|
8153
9093
|
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:associate_carrier_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "associateCarrierIpAddress"))
|
@@ -8214,6 +9154,7 @@ module Aws::EC2
|
|
8214
9154
|
LaunchTemplateOverrides.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
8215
9155
|
LaunchTemplateOverrides.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "weightedCapacity"))
|
8216
9156
|
LaunchTemplateOverrides.add_member(:priority, Shapes::ShapeRef.new(shape: Double, location_name: "priority"))
|
9157
|
+
LaunchTemplateOverrides.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirements, location_name: "instanceRequirements"))
|
8217
9158
|
LaunchTemplateOverrides.struct_class = Types::LaunchTemplateOverrides
|
8218
9159
|
|
8219
9160
|
LaunchTemplateOverridesList.member = Shapes::ShapeRef.new(shape: LaunchTemplateOverrides, location_name: "item")
|
@@ -8238,6 +9179,16 @@ module Aws::EC2
|
|
8238
9179
|
LaunchTemplatePlacementRequest.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "PartitionNumber"))
|
8239
9180
|
LaunchTemplatePlacementRequest.struct_class = Types::LaunchTemplatePlacementRequest
|
8240
9181
|
|
9182
|
+
LaunchTemplatePrivateDnsNameOptions.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "hostnameType"))
|
9183
|
+
LaunchTemplatePrivateDnsNameOptions.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsARecord"))
|
9184
|
+
LaunchTemplatePrivateDnsNameOptions.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsAAAARecord"))
|
9185
|
+
LaunchTemplatePrivateDnsNameOptions.struct_class = Types::LaunchTemplatePrivateDnsNameOptions
|
9186
|
+
|
9187
|
+
LaunchTemplatePrivateDnsNameOptionsRequest.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "HostnameType"))
|
9188
|
+
LaunchTemplatePrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsARecord"))
|
9189
|
+
LaunchTemplatePrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsAAAARecord"))
|
9190
|
+
LaunchTemplatePrivateDnsNameOptionsRequest.struct_class = Types::LaunchTemplatePrivateDnsNameOptionsRequest
|
9191
|
+
|
8241
9192
|
LaunchTemplateSet.member = Shapes::ShapeRef.new(shape: LaunchTemplate, location_name: "item")
|
8242
9193
|
|
8243
9194
|
LaunchTemplateSpecification.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
|
@@ -8299,6 +9250,16 @@ module Aws::EC2
|
|
8299
9250
|
|
8300
9251
|
LicenseSpecificationListRequest.member = Shapes::ShapeRef.new(shape: LicenseConfigurationRequest, location_name: "item")
|
8301
9252
|
|
9253
|
+
ListSnapshotsInRecycleBinRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSnapshotsInRecycleBinMaxResults, location_name: "MaxResults"))
|
9254
|
+
ListSnapshotsInRecycleBinRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
9255
|
+
ListSnapshotsInRecycleBinRequest.add_member(:snapshot_ids, Shapes::ShapeRef.new(shape: SnapshotIdStringList, location_name: "SnapshotId"))
|
9256
|
+
ListSnapshotsInRecycleBinRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9257
|
+
ListSnapshotsInRecycleBinRequest.struct_class = Types::ListSnapshotsInRecycleBinRequest
|
9258
|
+
|
9259
|
+
ListSnapshotsInRecycleBinResult.add_member(:snapshots, Shapes::ShapeRef.new(shape: SnapshotRecycleBinInfoList, location_name: "snapshotSet"))
|
9260
|
+
ListSnapshotsInRecycleBinResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
9261
|
+
ListSnapshotsInRecycleBinResult.struct_class = Types::ListSnapshotsInRecycleBinResult
|
9262
|
+
|
8302
9263
|
LoadBalancersConfig.add_member(:classic_load_balancers_config, Shapes::ShapeRef.new(shape: ClassicLoadBalancersConfig, location_name: "classicLoadBalancersConfig"))
|
8303
9264
|
LoadBalancersConfig.add_member(:target_groups_config, Shapes::ShapeRef.new(shape: TargetGroupsConfig, location_name: "targetGroupsConfig"))
|
8304
9265
|
LoadBalancersConfig.struct_class = Types::LoadBalancersConfig
|
@@ -8408,6 +9369,8 @@ module Aws::EC2
|
|
8408
9369
|
|
8409
9370
|
LocalGatewayVirtualInterfaceSet.member = Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterface, location_name: "item")
|
8410
9371
|
|
9372
|
+
LocalStorageTypeSet.member = Shapes::ShapeRef.new(shape: LocalStorageType, location_name: "item")
|
9373
|
+
|
8411
9374
|
ManagedPrefixList.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, location_name: "prefixListId"))
|
8412
9375
|
ManagedPrefixList.add_member(:address_family, Shapes::ShapeRef.new(shape: String, location_name: "addressFamily"))
|
8413
9376
|
ManagedPrefixList.add_member(:state, Shapes::ShapeRef.new(shape: PrefixListState, location_name: "state"))
|
@@ -8422,9 +9385,25 @@ module Aws::EC2
|
|
8422
9385
|
|
8423
9386
|
ManagedPrefixListSet.member = Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "item")
|
8424
9387
|
|
9388
|
+
MemoryGiBPerVCpu.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "min"))
|
9389
|
+
MemoryGiBPerVCpu.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "max"))
|
9390
|
+
MemoryGiBPerVCpu.struct_class = Types::MemoryGiBPerVCpu
|
9391
|
+
|
9392
|
+
MemoryGiBPerVCpuRequest.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "Min"))
|
9393
|
+
MemoryGiBPerVCpuRequest.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "Max"))
|
9394
|
+
MemoryGiBPerVCpuRequest.struct_class = Types::MemoryGiBPerVCpuRequest
|
9395
|
+
|
8425
9396
|
MemoryInfo.add_member(:size_in_mi_b, Shapes::ShapeRef.new(shape: MemorySize, location_name: "sizeInMiB"))
|
8426
9397
|
MemoryInfo.struct_class = Types::MemoryInfo
|
8427
9398
|
|
9399
|
+
MemoryMiB.add_member(:min, Shapes::ShapeRef.new(shape: Integer, location_name: "min"))
|
9400
|
+
MemoryMiB.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "max"))
|
9401
|
+
MemoryMiB.struct_class = Types::MemoryMiB
|
9402
|
+
|
9403
|
+
MemoryMiBRequest.add_member(:min, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Min"))
|
9404
|
+
MemoryMiBRequest.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "Max"))
|
9405
|
+
MemoryMiBRequest.struct_class = Types::MemoryMiBRequest
|
9406
|
+
|
8428
9407
|
ModifyAddressAttributeRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, required: true, location_name: "AllocationId"))
|
8429
9408
|
ModifyAddressAttributeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainName"))
|
8430
9409
|
ModifyAddressAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -8457,6 +9436,7 @@ module Aws::EC2
|
|
8457
9436
|
ModifyCapacityReservationRequest.add_member(:end_date_type, Shapes::ShapeRef.new(shape: EndDateType, location_name: "EndDateType"))
|
8458
9437
|
ModifyCapacityReservationRequest.add_member(:accept, Shapes::ShapeRef.new(shape: Boolean, location_name: "Accept"))
|
8459
9438
|
ModifyCapacityReservationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9439
|
+
ModifyCapacityReservationRequest.add_member(:additional_info, Shapes::ShapeRef.new(shape: String, location_name: "AdditionalInfo"))
|
8460
9440
|
ModifyCapacityReservationRequest.struct_class = Types::ModifyCapacityReservationRequest
|
8461
9441
|
|
8462
9442
|
ModifyCapacityReservationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
@@ -8474,6 +9454,8 @@ module Aws::EC2
|
|
8474
9454
|
ModifyClientVpnEndpointRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
8475
9455
|
ModifyClientVpnEndpointRequest.add_member(:self_service_portal, Shapes::ShapeRef.new(shape: SelfServicePortal, location_name: "SelfServicePortal"))
|
8476
9456
|
ModifyClientVpnEndpointRequest.add_member(:client_connect_options, Shapes::ShapeRef.new(shape: ClientConnectOptions, location_name: "ClientConnectOptions"))
|
9457
|
+
ModifyClientVpnEndpointRequest.add_member(:session_timeout_hours, Shapes::ShapeRef.new(shape: Integer, location_name: "SessionTimeoutHours"))
|
9458
|
+
ModifyClientVpnEndpointRequest.add_member(:client_login_banner_options, Shapes::ShapeRef.new(shape: ClientLoginBannerOptions, location_name: "ClientLoginBannerOptions"))
|
8477
9459
|
ModifyClientVpnEndpointRequest.struct_class = Types::ModifyClientVpnEndpointRequest
|
8478
9460
|
|
8479
9461
|
ModifyClientVpnEndpointResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
@@ -8550,6 +9532,8 @@ module Aws::EC2
|
|
8550
9532
|
ModifyImageAttributeRequest.add_member(:user_ids, Shapes::ShapeRef.new(shape: UserIdStringList, location_name: "UserId"))
|
8551
9533
|
ModifyImageAttributeRequest.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
8552
9534
|
ModifyImageAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
9535
|
+
ModifyImageAttributeRequest.add_member(:organization_arns, Shapes::ShapeRef.new(shape: OrganizationArnStringList, location_name: "OrganizationArn"))
|
9536
|
+
ModifyImageAttributeRequest.add_member(:organizational_unit_arns, Shapes::ShapeRef.new(shape: OrganizationalUnitArnStringList, location_name: "OrganizationalUnitArn"))
|
8553
9537
|
ModifyImageAttributeRequest.struct_class = Types::ModifyImageAttributeRequest
|
8554
9538
|
|
8555
9539
|
ModifyInstanceAttributeRequest.add_member(:source_dest_check, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "SourceDestCheck"))
|
@@ -8612,6 +9596,7 @@ module Aws::EC2
|
|
8612
9596
|
ModifyInstanceMetadataOptionsRequest.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: InstanceMetadataEndpointState, location_name: "HttpEndpoint"))
|
8613
9597
|
ModifyInstanceMetadataOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8614
9598
|
ModifyInstanceMetadataOptionsRequest.add_member(:http_protocol_ipv_6, Shapes::ShapeRef.new(shape: InstanceMetadataProtocolState, location_name: "HttpProtocolIpv6"))
|
9599
|
+
ModifyInstanceMetadataOptionsRequest.add_member(:instance_metadata_tags, Shapes::ShapeRef.new(shape: InstanceMetadataTagsState, location_name: "InstanceMetadataTags"))
|
8615
9600
|
ModifyInstanceMetadataOptionsRequest.struct_class = Types::ModifyInstanceMetadataOptionsRequest
|
8616
9601
|
|
8617
9602
|
ModifyInstanceMetadataOptionsResult.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
@@ -8630,6 +9615,51 @@ module Aws::EC2
|
|
8630
9615
|
ModifyInstancePlacementResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
8631
9616
|
ModifyInstancePlacementResult.struct_class = Types::ModifyInstancePlacementResult
|
8632
9617
|
|
9618
|
+
ModifyIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9619
|
+
ModifyIpamPoolRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
9620
|
+
ModifyIpamPoolRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
9621
|
+
ModifyIpamPoolRequest.add_member(:auto_import, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoImport"))
|
9622
|
+
ModifyIpamPoolRequest.add_member(:allocation_min_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationMinNetmaskLength"))
|
9623
|
+
ModifyIpamPoolRequest.add_member(:allocation_max_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationMaxNetmaskLength"))
|
9624
|
+
ModifyIpamPoolRequest.add_member(:allocation_default_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationDefaultNetmaskLength"))
|
9625
|
+
ModifyIpamPoolRequest.add_member(:clear_allocation_default_netmask_length, Shapes::ShapeRef.new(shape: Boolean, location_name: "ClearAllocationDefaultNetmaskLength"))
|
9626
|
+
ModifyIpamPoolRequest.add_member(:add_allocation_resource_tags, Shapes::ShapeRef.new(shape: RequestIpamResourceTagList, location_name: "AddAllocationResourceTag"))
|
9627
|
+
ModifyIpamPoolRequest.add_member(:remove_allocation_resource_tags, Shapes::ShapeRef.new(shape: RequestIpamResourceTagList, location_name: "RemoveAllocationResourceTag"))
|
9628
|
+
ModifyIpamPoolRequest.struct_class = Types::ModifyIpamPoolRequest
|
9629
|
+
|
9630
|
+
ModifyIpamPoolResult.add_member(:ipam_pool, Shapes::ShapeRef.new(shape: IpamPool, location_name: "ipamPool"))
|
9631
|
+
ModifyIpamPoolResult.struct_class = Types::ModifyIpamPoolResult
|
9632
|
+
|
9633
|
+
ModifyIpamRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9634
|
+
ModifyIpamRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
9635
|
+
ModifyIpamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
9636
|
+
ModifyIpamRequest.add_member(:add_operating_regions, Shapes::ShapeRef.new(shape: AddIpamOperatingRegionSet, location_name: "AddOperatingRegion"))
|
9637
|
+
ModifyIpamRequest.add_member(:remove_operating_regions, Shapes::ShapeRef.new(shape: RemoveIpamOperatingRegionSet, location_name: "RemoveOperatingRegion"))
|
9638
|
+
ModifyIpamRequest.struct_class = Types::ModifyIpamRequest
|
9639
|
+
|
9640
|
+
ModifyIpamResourceCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9641
|
+
ModifyIpamResourceCidrRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceId"))
|
9642
|
+
ModifyIpamResourceCidrRequest.add_member(:resource_cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceCidr"))
|
9643
|
+
ModifyIpamResourceCidrRequest.add_member(:resource_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceRegion"))
|
9644
|
+
ModifyIpamResourceCidrRequest.add_member(:current_ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "CurrentIpamScopeId"))
|
9645
|
+
ModifyIpamResourceCidrRequest.add_member(:destination_ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, location_name: "DestinationIpamScopeId"))
|
9646
|
+
ModifyIpamResourceCidrRequest.add_member(:monitored, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Monitored"))
|
9647
|
+
ModifyIpamResourceCidrRequest.struct_class = Types::ModifyIpamResourceCidrRequest
|
9648
|
+
|
9649
|
+
ModifyIpamResourceCidrResult.add_member(:ipam_resource_cidr, Shapes::ShapeRef.new(shape: IpamResourceCidr, location_name: "ipamResourceCidr"))
|
9650
|
+
ModifyIpamResourceCidrResult.struct_class = Types::ModifyIpamResourceCidrResult
|
9651
|
+
|
9652
|
+
ModifyIpamResult.add_member(:ipam, Shapes::ShapeRef.new(shape: Ipam, location_name: "ipam"))
|
9653
|
+
ModifyIpamResult.struct_class = Types::ModifyIpamResult
|
9654
|
+
|
9655
|
+
ModifyIpamScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9656
|
+
ModifyIpamScopeRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
9657
|
+
ModifyIpamScopeRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
9658
|
+
ModifyIpamScopeRequest.struct_class = Types::ModifyIpamScopeRequest
|
9659
|
+
|
9660
|
+
ModifyIpamScopeResult.add_member(:ipam_scope, Shapes::ShapeRef.new(shape: IpamScope, location_name: "ipamScope"))
|
9661
|
+
ModifyIpamScopeResult.struct_class = Types::ModifyIpamScopeResult
|
9662
|
+
|
8633
9663
|
ModifyLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8634
9664
|
ModifyLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
8635
9665
|
ModifyLaunchTemplateRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
|
@@ -8660,6 +9690,16 @@ module Aws::EC2
|
|
8660
9690
|
ModifyNetworkInterfaceAttributeRequest.add_member(:source_dest_check, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "sourceDestCheck"))
|
8661
9691
|
ModifyNetworkInterfaceAttributeRequest.struct_class = Types::ModifyNetworkInterfaceAttributeRequest
|
8662
9692
|
|
9693
|
+
ModifyPrivateDnsNameOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9694
|
+
ModifyPrivateDnsNameOptionsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "InstanceId"))
|
9695
|
+
ModifyPrivateDnsNameOptionsRequest.add_member(:private_dns_hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "PrivateDnsHostnameType"))
|
9696
|
+
ModifyPrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsARecord"))
|
9697
|
+
ModifyPrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsAAAARecord"))
|
9698
|
+
ModifyPrivateDnsNameOptionsRequest.struct_class = Types::ModifyPrivateDnsNameOptionsRequest
|
9699
|
+
|
9700
|
+
ModifyPrivateDnsNameOptionsResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
9701
|
+
ModifyPrivateDnsNameOptionsResult.struct_class = Types::ModifyPrivateDnsNameOptionsResult
|
9702
|
+
|
8663
9703
|
ModifyReservedInstancesRequest.add_member(:reserved_instances_ids, Shapes::ShapeRef.new(shape: ReservedInstancesIdStringList, required: true, location_name: "ReservedInstancesId"))
|
8664
9704
|
ModifyReservedInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
|
8665
9705
|
ModifyReservedInstancesRequest.add_member(:target_configurations, Shapes::ShapeRef.new(shape: ReservedInstancesConfigurationList, required: true, location_name: "ReservedInstancesConfigurationSetItemType"))
|
@@ -8685,6 +9725,15 @@ module Aws::EC2
|
|
8685
9725
|
ModifySnapshotAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
8686
9726
|
ModifySnapshotAttributeRequest.struct_class = Types::ModifySnapshotAttributeRequest
|
8687
9727
|
|
9728
|
+
ModifySnapshotTierRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
|
9729
|
+
ModifySnapshotTierRequest.add_member(:storage_tier, Shapes::ShapeRef.new(shape: TargetStorageTier, location_name: "StorageTier"))
|
9730
|
+
ModifySnapshotTierRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9731
|
+
ModifySnapshotTierRequest.struct_class = Types::ModifySnapshotTierRequest
|
9732
|
+
|
9733
|
+
ModifySnapshotTierResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
9734
|
+
ModifySnapshotTierResult.add_member(:tiering_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "tieringStartTime"))
|
9735
|
+
ModifySnapshotTierResult.struct_class = Types::ModifySnapshotTierResult
|
9736
|
+
|
8688
9737
|
ModifySpotFleetRequestRequest.add_member(:excess_capacity_termination_policy, Shapes::ShapeRef.new(shape: ExcessCapacityTerminationPolicy, location_name: "excessCapacityTerminationPolicy"))
|
8689
9738
|
ModifySpotFleetRequestRequest.add_member(:launch_template_configs, Shapes::ShapeRef.new(shape: LaunchTemplateConfigList, location_name: "LaunchTemplateConfig"))
|
8690
9739
|
ModifySpotFleetRequestRequest.add_member(:spot_fleet_request_id, Shapes::ShapeRef.new(shape: SpotFleetRequestId, required: true, location_name: "spotFleetRequestId"))
|
@@ -8701,6 +9750,12 @@ module Aws::EC2
|
|
8701
9750
|
ModifySubnetAttributeRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "subnetId"))
|
8702
9751
|
ModifySubnetAttributeRequest.add_member(:map_customer_owned_ip_on_launch, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "MapCustomerOwnedIpOnLaunch"))
|
8703
9752
|
ModifySubnetAttributeRequest.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: CoipPoolId, location_name: "CustomerOwnedIpv4Pool"))
|
9753
|
+
ModifySubnetAttributeRequest.add_member(:enable_dns_64, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "EnableDns64"))
|
9754
|
+
ModifySubnetAttributeRequest.add_member(:private_dns_hostname_type_on_launch, Shapes::ShapeRef.new(shape: HostnameType, location_name: "PrivateDnsHostnameTypeOnLaunch"))
|
9755
|
+
ModifySubnetAttributeRequest.add_member(:enable_resource_name_dns_a_record_on_launch, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "EnableResourceNameDnsARecordOnLaunch"))
|
9756
|
+
ModifySubnetAttributeRequest.add_member(:enable_resource_name_dns_aaaa_record_on_launch, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "EnableResourceNameDnsAAAARecordOnLaunch"))
|
9757
|
+
ModifySubnetAttributeRequest.add_member(:enable_lni_at_device_index, Shapes::ShapeRef.new(shape: Integer, location_name: "EnableLniAtDeviceIndex"))
|
9758
|
+
ModifySubnetAttributeRequest.add_member(:disable_lni_at_device_index, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "DisableLniAtDeviceIndex"))
|
8704
9759
|
ModifySubnetAttributeRequest.struct_class = Types::ModifySubnetAttributeRequest
|
8705
9760
|
|
8706
9761
|
ModifyTrafficMirrorFilterNetworkServicesRequest.add_member(:traffic_mirror_filter_id, Shapes::ShapeRef.new(shape: TrafficMirrorFilterId, required: true, location_name: "TrafficMirrorFilterId"))
|
@@ -8849,6 +9904,14 @@ module Aws::EC2
|
|
8849
9904
|
ModifyVpcEndpointServiceConfigurationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
8850
9905
|
ModifyVpcEndpointServiceConfigurationResult.struct_class = Types::ModifyVpcEndpointServiceConfigurationResult
|
8851
9906
|
|
9907
|
+
ModifyVpcEndpointServicePayerResponsibilityRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9908
|
+
ModifyVpcEndpointServicePayerResponsibilityRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: VpcEndpointServiceId, required: true, location_name: "ServiceId"))
|
9909
|
+
ModifyVpcEndpointServicePayerResponsibilityRequest.add_member(:payer_responsibility, Shapes::ShapeRef.new(shape: PayerResponsibility, required: true, location_name: "PayerResponsibility"))
|
9910
|
+
ModifyVpcEndpointServicePayerResponsibilityRequest.struct_class = Types::ModifyVpcEndpointServicePayerResponsibilityRequest
|
9911
|
+
|
9912
|
+
ModifyVpcEndpointServicePayerResponsibilityResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
9913
|
+
ModifyVpcEndpointServicePayerResponsibilityResult.struct_class = Types::ModifyVpcEndpointServicePayerResponsibilityResult
|
9914
|
+
|
8852
9915
|
ModifyVpcEndpointServicePermissionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8853
9916
|
ModifyVpcEndpointServicePermissionsRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: VpcEndpointServiceId, required: true, location_name: "ServiceId"))
|
8854
9917
|
ModifyVpcEndpointServicePermissionsRequest.add_member(:add_allowed_principals, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "AddAllowedPrincipals"))
|
@@ -8952,6 +10015,15 @@ module Aws::EC2
|
|
8952
10015
|
MoveAddressToVpcResult.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
8953
10016
|
MoveAddressToVpcResult.struct_class = Types::MoveAddressToVpcResult
|
8954
10017
|
|
10018
|
+
MoveByoipCidrToIpamRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10019
|
+
MoveByoipCidrToIpamRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
10020
|
+
MoveByoipCidrToIpamRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
10021
|
+
MoveByoipCidrToIpamRequest.add_member(:ipam_pool_owner, Shapes::ShapeRef.new(shape: String, required: true, location_name: "IpamPoolOwner"))
|
10022
|
+
MoveByoipCidrToIpamRequest.struct_class = Types::MoveByoipCidrToIpamRequest
|
10023
|
+
|
10024
|
+
MoveByoipCidrToIpamResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
|
10025
|
+
MoveByoipCidrToIpamResult.struct_class = Types::MoveByoipCidrToIpamResult
|
10026
|
+
|
8955
10027
|
MovingAddressStatus.add_member(:move_status, Shapes::ShapeRef.new(shape: MoveStatus, location_name: "moveStatus"))
|
8956
10028
|
MovingAddressStatus.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
|
8957
10029
|
MovingAddressStatus.struct_class = Types::MovingAddressStatus
|
@@ -9037,6 +10109,39 @@ module Aws::EC2
|
|
9037
10109
|
NetworkInfo.add_member(:encryption_in_transit_supported, Shapes::ShapeRef.new(shape: EncryptionInTransitSupported, location_name: "encryptionInTransitSupported"))
|
9038
10110
|
NetworkInfo.struct_class = Types::NetworkInfo
|
9039
10111
|
|
10112
|
+
NetworkInsightsAccessScope.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
10113
|
+
NetworkInsightsAccessScope.add_member(:network_insights_access_scope_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsAccessScopeArn"))
|
10114
|
+
NetworkInsightsAccessScope.add_member(:created_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createdDate"))
|
10115
|
+
NetworkInsightsAccessScope.add_member(:updated_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "updatedDate"))
|
10116
|
+
NetworkInsightsAccessScope.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10117
|
+
NetworkInsightsAccessScope.struct_class = Types::NetworkInsightsAccessScope
|
10118
|
+
|
10119
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "networkInsightsAccessScopeAnalysisId"))
|
10120
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:network_insights_access_scope_analysis_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsAccessScopeAnalysisArn"))
|
10121
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
10122
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "status"))
|
10123
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
10124
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:warning_message, Shapes::ShapeRef.new(shape: String, location_name: "warningMessage"))
|
10125
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:start_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startDate"))
|
10126
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:end_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "endDate"))
|
10127
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:findings_found, Shapes::ShapeRef.new(shape: FindingsFound, location_name: "findingsFound"))
|
10128
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:analyzed_eni_count, Shapes::ShapeRef.new(shape: Integer, location_name: "analyzedEniCount"))
|
10129
|
+
NetworkInsightsAccessScopeAnalysis.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10130
|
+
NetworkInsightsAccessScopeAnalysis.struct_class = Types::NetworkInsightsAccessScopeAnalysis
|
10131
|
+
|
10132
|
+
NetworkInsightsAccessScopeAnalysisIdList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, location_name: "item")
|
10133
|
+
|
10134
|
+
NetworkInsightsAccessScopeAnalysisList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysis, location_name: "item")
|
10135
|
+
|
10136
|
+
NetworkInsightsAccessScopeContent.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
10137
|
+
NetworkInsightsAccessScopeContent.add_member(:match_paths, Shapes::ShapeRef.new(shape: AccessScopePathList, location_name: "matchPathSet"))
|
10138
|
+
NetworkInsightsAccessScopeContent.add_member(:exclude_paths, Shapes::ShapeRef.new(shape: AccessScopePathList, location_name: "excludePathSet"))
|
10139
|
+
NetworkInsightsAccessScopeContent.struct_class = Types::NetworkInsightsAccessScopeContent
|
10140
|
+
|
10141
|
+
NetworkInsightsAccessScopeIdList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "item")
|
10142
|
+
|
10143
|
+
NetworkInsightsAccessScopeList.member = Shapes::ShapeRef.new(shape: NetworkInsightsAccessScope, location_name: "item")
|
10144
|
+
|
9040
10145
|
NetworkInsightsAnalysis.add_member(:network_insights_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, location_name: "networkInsightsAnalysisId"))
|
9041
10146
|
NetworkInsightsAnalysis.add_member(:network_insights_analysis_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsAnalysisArn"))
|
9042
10147
|
NetworkInsightsAnalysis.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "networkInsightsPathId"))
|
@@ -9044,6 +10149,7 @@ module Aws::EC2
|
|
9044
10149
|
NetworkInsightsAnalysis.add_member(:start_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startDate"))
|
9045
10150
|
NetworkInsightsAnalysis.add_member(:status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "status"))
|
9046
10151
|
NetworkInsightsAnalysis.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
10152
|
+
NetworkInsightsAnalysis.add_member(:warning_message, Shapes::ShapeRef.new(shape: String, location_name: "warningMessage"))
|
9047
10153
|
NetworkInsightsAnalysis.add_member(:network_path_found, Shapes::ShapeRef.new(shape: Boolean, location_name: "networkPathFound"))
|
9048
10154
|
NetworkInsightsAnalysis.add_member(:forward_path_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "forwardPathComponentSet"))
|
9049
10155
|
NetworkInsightsAnalysis.add_member(:return_path_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "returnPathComponentSet"))
|
@@ -9095,6 +10201,9 @@ module Aws::EC2
|
|
9095
10201
|
NetworkInterface.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
9096
10202
|
NetworkInterface.add_member(:tag_set, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
9097
10203
|
NetworkInterface.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
10204
|
+
NetworkInterface.add_member(:deny_all_igw_traffic, Shapes::ShapeRef.new(shape: Boolean, location_name: "denyAllIgwTraffic"))
|
10205
|
+
NetworkInterface.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "ipv6Native"))
|
10206
|
+
NetworkInterface.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
|
9098
10207
|
NetworkInterface.struct_class = Types::NetworkInterface
|
9099
10208
|
|
9100
10209
|
NetworkInterfaceAssociation.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "allocationId"))
|
@@ -9120,6 +10229,14 @@ module Aws::EC2
|
|
9120
10229
|
NetworkInterfaceAttachmentChanges.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "deleteOnTermination"))
|
9121
10230
|
NetworkInterfaceAttachmentChanges.struct_class = Types::NetworkInterfaceAttachmentChanges
|
9122
10231
|
|
10232
|
+
NetworkInterfaceCount.add_member(:min, Shapes::ShapeRef.new(shape: Integer, location_name: "min"))
|
10233
|
+
NetworkInterfaceCount.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "max"))
|
10234
|
+
NetworkInterfaceCount.struct_class = Types::NetworkInterfaceCount
|
10235
|
+
|
10236
|
+
NetworkInterfaceCountRequest.add_member(:min, Shapes::ShapeRef.new(shape: Integer, location_name: "Min"))
|
10237
|
+
NetworkInterfaceCountRequest.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "Max"))
|
10238
|
+
NetworkInterfaceCountRequest.struct_class = Types::NetworkInterfaceCountRequest
|
10239
|
+
|
9123
10240
|
NetworkInterfaceIdList.member = Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "item")
|
9124
10241
|
|
9125
10242
|
NetworkInterfaceIpv6Address.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
|
@@ -9179,10 +10296,33 @@ module Aws::EC2
|
|
9179
10296
|
OnDemandOptionsRequest.add_member(:max_total_price, Shapes::ShapeRef.new(shape: String, location_name: "MaxTotalPrice"))
|
9180
10297
|
OnDemandOptionsRequest.struct_class = Types::OnDemandOptionsRequest
|
9181
10298
|
|
10299
|
+
OrganizationArnStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "OrganizationArn")
|
10300
|
+
|
10301
|
+
OrganizationalUnitArnStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "OrganizationalUnitArn")
|
10302
|
+
|
9182
10303
|
OwnerStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "Owner")
|
9183
10304
|
|
10305
|
+
PacketHeaderStatement.add_member(:source_addresses, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "sourceAddressSet"))
|
10306
|
+
PacketHeaderStatement.add_member(:destination_addresses, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "destinationAddressSet"))
|
10307
|
+
PacketHeaderStatement.add_member(:source_ports, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "sourcePortSet"))
|
10308
|
+
PacketHeaderStatement.add_member(:destination_ports, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "destinationPortSet"))
|
10309
|
+
PacketHeaderStatement.add_member(:source_prefix_lists, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "sourcePrefixListSet"))
|
10310
|
+
PacketHeaderStatement.add_member(:destination_prefix_lists, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "destinationPrefixListSet"))
|
10311
|
+
PacketHeaderStatement.add_member(:protocols, Shapes::ShapeRef.new(shape: ProtocolList, location_name: "protocolSet"))
|
10312
|
+
PacketHeaderStatement.struct_class = Types::PacketHeaderStatement
|
10313
|
+
|
10314
|
+
PacketHeaderStatementRequest.add_member(:source_addresses, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SourceAddress"))
|
10315
|
+
PacketHeaderStatementRequest.add_member(:destination_addresses, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "DestinationAddress"))
|
10316
|
+
PacketHeaderStatementRequest.add_member(:source_ports, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SourcePort"))
|
10317
|
+
PacketHeaderStatementRequest.add_member(:destination_ports, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "DestinationPort"))
|
10318
|
+
PacketHeaderStatementRequest.add_member(:source_prefix_lists, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SourcePrefixList"))
|
10319
|
+
PacketHeaderStatementRequest.add_member(:destination_prefix_lists, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "DestinationPrefixList"))
|
10320
|
+
PacketHeaderStatementRequest.add_member(:protocols, Shapes::ShapeRef.new(shape: ProtocolList, location_name: "Protocol"))
|
10321
|
+
PacketHeaderStatementRequest.struct_class = Types::PacketHeaderStatementRequest
|
10322
|
+
|
9184
10323
|
PathComponent.add_member(:sequence_number, Shapes::ShapeRef.new(shape: Integer, location_name: "sequenceNumber"))
|
9185
10324
|
PathComponent.add_member(:acl_rule, Shapes::ShapeRef.new(shape: AnalysisAclRule, location_name: "aclRule"))
|
10325
|
+
PathComponent.add_member(:attached_to, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "attachedTo"))
|
9186
10326
|
PathComponent.add_member(:component, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "component"))
|
9187
10327
|
PathComponent.add_member(:destination_vpc, Shapes::ShapeRef.new(shape: AnalysisComponent, location_name: "destinationVpc"))
|
9188
10328
|
PathComponent.add_member(:outbound_header, Shapes::ShapeRef.new(shape: AnalysisPacketHeader, location_name: "outboundHeader"))
|
@@ -9196,6 +10336,14 @@ module Aws::EC2
|
|
9196
10336
|
|
9197
10337
|
PathComponentList.member = Shapes::ShapeRef.new(shape: PathComponent, location_name: "item")
|
9198
10338
|
|
10339
|
+
PathStatement.add_member(:packet_header_statement, Shapes::ShapeRef.new(shape: PacketHeaderStatement, location_name: "packetHeaderStatement"))
|
10340
|
+
PathStatement.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatement, location_name: "resourceStatement"))
|
10341
|
+
PathStatement.struct_class = Types::PathStatement
|
10342
|
+
|
10343
|
+
PathStatementRequest.add_member(:packet_header_statement, Shapes::ShapeRef.new(shape: PacketHeaderStatementRequest, location_name: "PacketHeaderStatement"))
|
10344
|
+
PathStatementRequest.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatementRequest, location_name: "ResourceStatement"))
|
10345
|
+
PathStatementRequest.struct_class = Types::PathStatementRequest
|
10346
|
+
|
9199
10347
|
PciId.add_member(:device_id, Shapes::ShapeRef.new(shape: String, location_name: "DeviceId"))
|
9200
10348
|
PciId.add_member(:vendor_id, Shapes::ShapeRef.new(shape: String, location_name: "VendorId"))
|
9201
10349
|
PciId.add_member(:subsystem_id, Shapes::ShapeRef.new(shape: String, location_name: "SubsystemId"))
|
@@ -9297,6 +10445,7 @@ module Aws::EC2
|
|
9297
10445
|
PlacementGroup.add_member(:partition_count, Shapes::ShapeRef.new(shape: Integer, location_name: "partitionCount"))
|
9298
10446
|
PlacementGroup.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
|
9299
10447
|
PlacementGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10448
|
+
PlacementGroup.add_member(:group_arn, Shapes::ShapeRef.new(shape: String, location_name: "groupArn"))
|
9300
10449
|
PlacementGroup.struct_class = Types::PlacementGroup
|
9301
10450
|
|
9302
10451
|
PlacementGroupIdStringList.member = Shapes::ShapeRef.new(shape: PlacementGroupId, location_name: "GroupId")
|
@@ -9391,6 +10540,21 @@ module Aws::EC2
|
|
9391
10540
|
PrivateDnsNameConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
9392
10541
|
PrivateDnsNameConfiguration.struct_class = Types::PrivateDnsNameConfiguration
|
9393
10542
|
|
10543
|
+
PrivateDnsNameOptionsOnLaunch.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "hostnameType"))
|
10544
|
+
PrivateDnsNameOptionsOnLaunch.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsARecord"))
|
10545
|
+
PrivateDnsNameOptionsOnLaunch.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsAAAARecord"))
|
10546
|
+
PrivateDnsNameOptionsOnLaunch.struct_class = Types::PrivateDnsNameOptionsOnLaunch
|
10547
|
+
|
10548
|
+
PrivateDnsNameOptionsRequest.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "HostnameType"))
|
10549
|
+
PrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsARecord"))
|
10550
|
+
PrivateDnsNameOptionsRequest.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableResourceNameDnsAAAARecord"))
|
10551
|
+
PrivateDnsNameOptionsRequest.struct_class = Types::PrivateDnsNameOptionsRequest
|
10552
|
+
|
10553
|
+
PrivateDnsNameOptionsResponse.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "hostnameType"))
|
10554
|
+
PrivateDnsNameOptionsResponse.add_member(:enable_resource_name_dns_a_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsARecord"))
|
10555
|
+
PrivateDnsNameOptionsResponse.add_member(:enable_resource_name_dns_aaaa_record, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableResourceNameDnsAAAARecord"))
|
10556
|
+
PrivateDnsNameOptionsResponse.struct_class = Types::PrivateDnsNameOptionsResponse
|
10557
|
+
|
9394
10558
|
PrivateIpAddressConfigSet.member = Shapes::ShapeRef.new(shape: ScheduledInstancesPrivateIpAddressConfig, location_name: "PrivateIpAddressConfigSet")
|
9395
10559
|
|
9396
10560
|
PrivateIpAddressSpecification.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "primary"))
|
@@ -9420,6 +10584,8 @@ module Aws::EC2
|
|
9420
10584
|
|
9421
10585
|
PropagatingVgwList.member = Shapes::ShapeRef.new(shape: PropagatingVgw, location_name: "item")
|
9422
10586
|
|
10587
|
+
ProtocolList.member = Shapes::ShapeRef.new(shape: Protocol, location_name: "item")
|
10588
|
+
|
9423
10589
|
ProvisionByoipCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
9424
10590
|
ProvisionByoipCidrRequest.add_member(:cidr_authorization_context, Shapes::ShapeRef.new(shape: CidrAuthorizationContext, location_name: "CidrAuthorizationContext"))
|
9425
10591
|
ProvisionByoipCidrRequest.add_member(:publicly_advertisable, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAdvertisable"))
|
@@ -9432,6 +10598,25 @@ module Aws::EC2
|
|
9432
10598
|
ProvisionByoipCidrResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
|
9433
10599
|
ProvisionByoipCidrResult.struct_class = Types::ProvisionByoipCidrResult
|
9434
10600
|
|
10601
|
+
ProvisionIpamPoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10602
|
+
ProvisionIpamPoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
10603
|
+
ProvisionIpamPoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
10604
|
+
ProvisionIpamPoolCidrRequest.add_member(:cidr_authorization_context, Shapes::ShapeRef.new(shape: IpamCidrAuthorizationContext, location_name: "CidrAuthorizationContext"))
|
10605
|
+
ProvisionIpamPoolCidrRequest.struct_class = Types::ProvisionIpamPoolCidrRequest
|
10606
|
+
|
10607
|
+
ProvisionIpamPoolCidrResult.add_member(:ipam_pool_cidr, Shapes::ShapeRef.new(shape: IpamPoolCidr, location_name: "ipamPoolCidr"))
|
10608
|
+
ProvisionIpamPoolCidrResult.struct_class = Types::ProvisionIpamPoolCidrResult
|
10609
|
+
|
10610
|
+
ProvisionPublicIpv4PoolCidrRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10611
|
+
ProvisionPublicIpv4PoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
10612
|
+
ProvisionPublicIpv4PoolCidrRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, required: true, location_name: "PoolId"))
|
10613
|
+
ProvisionPublicIpv4PoolCidrRequest.add_member(:netmask_length, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "NetmaskLength"))
|
10614
|
+
ProvisionPublicIpv4PoolCidrRequest.struct_class = Types::ProvisionPublicIpv4PoolCidrRequest
|
10615
|
+
|
10616
|
+
ProvisionPublicIpv4PoolCidrResult.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "poolId"))
|
10617
|
+
ProvisionPublicIpv4PoolCidrResult.add_member(:pool_address_range, Shapes::ShapeRef.new(shape: PublicIpv4PoolRange, location_name: "poolAddressRange"))
|
10618
|
+
ProvisionPublicIpv4PoolCidrResult.struct_class = Types::ProvisionPublicIpv4PoolCidrResult
|
10619
|
+
|
9435
10620
|
ProvisionedBandwidth.add_member(:provision_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "provisionTime"))
|
9436
10621
|
ProvisionedBandwidth.add_member(:provisioned, Shapes::ShapeRef.new(shape: String, location_name: "provisioned"))
|
9437
10622
|
ProvisionedBandwidth.add_member(:request_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "requestTime"))
|
@@ -9470,7 +10655,7 @@ module Aws::EC2
|
|
9470
10655
|
Purchase.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCodeValues, location_name: "currencyCode"))
|
9471
10656
|
Purchase.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "duration"))
|
9472
10657
|
Purchase.add_member(:host_id_set, Shapes::ShapeRef.new(shape: ResponseHostIdSet, location_name: "hostIdSet"))
|
9473
|
-
Purchase.add_member(:host_reservation_id, Shapes::ShapeRef.new(shape:
|
10658
|
+
Purchase.add_member(:host_reservation_id, Shapes::ShapeRef.new(shape: HostReservationId, location_name: "hostReservationId"))
|
9474
10659
|
Purchase.add_member(:hourly_price, Shapes::ShapeRef.new(shape: String, location_name: "hourlyPrice"))
|
9475
10660
|
Purchase.add_member(:instance_family, Shapes::ShapeRef.new(shape: String, location_name: "instanceFamily"))
|
9476
10661
|
Purchase.add_member(:payment_option, Shapes::ShapeRef.new(shape: PaymentOption, location_name: "paymentOption"))
|
@@ -9548,6 +10733,8 @@ module Aws::EC2
|
|
9548
10733
|
|
9549
10734
|
RegionNameStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "RegionName")
|
9550
10735
|
|
10736
|
+
RegionNames.member = Shapes::ShapeRef.new(shape: String)
|
10737
|
+
|
9551
10738
|
RegisterImageRequest.add_member(:image_location, Shapes::ShapeRef.new(shape: String, location_name: "ImageLocation"))
|
9552
10739
|
RegisterImageRequest.add_member(:architecture, Shapes::ShapeRef.new(shape: ArchitectureValues, location_name: "architecture"))
|
9553
10740
|
RegisterImageRequest.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappingRequestList, location_name: "BlockDeviceMapping"))
|
@@ -9647,6 +10834,20 @@ module Aws::EC2
|
|
9647
10834
|
ReleaseHostsResult.add_member(:unsuccessful, Shapes::ShapeRef.new(shape: UnsuccessfulItemList, location_name: "unsuccessful"))
|
9648
10835
|
ReleaseHostsResult.struct_class = Types::ReleaseHostsResult
|
9649
10836
|
|
10837
|
+
ReleaseIpamPoolAllocationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10838
|
+
ReleaseIpamPoolAllocationRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
10839
|
+
ReleaseIpamPoolAllocationRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
10840
|
+
ReleaseIpamPoolAllocationRequest.add_member(:ipam_pool_allocation_id, Shapes::ShapeRef.new(shape: IpamPoolAllocationId, location_name: "IpamPoolAllocationId"))
|
10841
|
+
ReleaseIpamPoolAllocationRequest.struct_class = Types::ReleaseIpamPoolAllocationRequest
|
10842
|
+
|
10843
|
+
ReleaseIpamPoolAllocationResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
10844
|
+
ReleaseIpamPoolAllocationResult.struct_class = Types::ReleaseIpamPoolAllocationResult
|
10845
|
+
|
10846
|
+
RemoveIpamOperatingRegion.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "RegionName"))
|
10847
|
+
RemoveIpamOperatingRegion.struct_class = Types::RemoveIpamOperatingRegion
|
10848
|
+
|
10849
|
+
RemoveIpamOperatingRegionSet.member = Shapes::ShapeRef.new(shape: RemoveIpamOperatingRegion)
|
10850
|
+
|
9650
10851
|
RemovePrefixListEntries.member = Shapes::ShapeRef.new(shape: RemovePrefixListEntry)
|
9651
10852
|
|
9652
10853
|
RemovePrefixListEntry.add_member(:cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Cidr"))
|
@@ -9707,6 +10908,7 @@ module Aws::EC2
|
|
9707
10908
|
ReplaceRouteRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "networkInterfaceId"))
|
9708
10909
|
ReplaceRouteRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "routeTableId"))
|
9709
10910
|
ReplaceRouteRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: VpcPeeringConnectionId, location_name: "vpcPeeringConnectionId"))
|
10911
|
+
ReplaceRouteRequest.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "CoreNetworkArn"))
|
9710
10912
|
ReplaceRouteRequest.struct_class = Types::ReplaceRouteRequest
|
9711
10913
|
|
9712
10914
|
ReplaceRouteTableAssociationRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: RouteTableAssociationId, required: true, location_name: "associationId"))
|
@@ -9743,6 +10945,12 @@ module Aws::EC2
|
|
9743
10945
|
|
9744
10946
|
RequestInstanceTypeList.member = Shapes::ShapeRef.new(shape: InstanceType)
|
9745
10947
|
|
10948
|
+
RequestIpamResourceTag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
10949
|
+
RequestIpamResourceTag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
10950
|
+
RequestIpamResourceTag.struct_class = Types::RequestIpamResourceTag
|
10951
|
+
|
10952
|
+
RequestIpamResourceTagList.member = Shapes::ShapeRef.new(shape: RequestIpamResourceTag, location_name: "item")
|
10953
|
+
|
9746
10954
|
RequestLaunchTemplateData.add_member(:kernel_id, Shapes::ShapeRef.new(shape: KernelId, location_name: "KernelId"))
|
9747
10955
|
RequestLaunchTemplateData.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "EbsOptimized"))
|
9748
10956
|
RequestLaunchTemplateData.add_member(:iam_instance_profile, Shapes::ShapeRef.new(shape: LaunchTemplateIamInstanceProfileSpecificationRequest, location_name: "IamInstanceProfile"))
|
@@ -9770,6 +10978,8 @@ module Aws::EC2
|
|
9770
10978
|
RequestLaunchTemplateData.add_member(:hibernation_options, Shapes::ShapeRef.new(shape: LaunchTemplateHibernationOptionsRequest, location_name: "HibernationOptions"))
|
9771
10979
|
RequestLaunchTemplateData.add_member(:metadata_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataOptionsRequest, location_name: "MetadataOptions"))
|
9772
10980
|
RequestLaunchTemplateData.add_member(:enclave_options, Shapes::ShapeRef.new(shape: LaunchTemplateEnclaveOptionsRequest, location_name: "EnclaveOptions"))
|
10981
|
+
RequestLaunchTemplateData.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "InstanceRequirements"))
|
10982
|
+
RequestLaunchTemplateData.add_member(:private_dns_name_options, Shapes::ShapeRef.new(shape: LaunchTemplatePrivateDnsNameOptionsRequest, location_name: "PrivateDnsNameOptions"))
|
9773
10983
|
RequestLaunchTemplateData.struct_class = Types::RequestLaunchTemplateData
|
9774
10984
|
|
9775
10985
|
RequestSpotFleetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -9996,6 +11206,14 @@ module Aws::EC2
|
|
9996
11206
|
|
9997
11207
|
ResourceList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
9998
11208
|
|
11209
|
+
ResourceStatement.add_member(:resources, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "resourceSet"))
|
11210
|
+
ResourceStatement.add_member(:resource_types, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "resourceTypeSet"))
|
11211
|
+
ResourceStatement.struct_class = Types::ResourceStatement
|
11212
|
+
|
11213
|
+
ResourceStatementRequest.add_member(:resources, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "Resource"))
|
11214
|
+
ResourceStatementRequest.add_member(:resource_types, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "ResourceType"))
|
11215
|
+
ResourceStatementRequest.struct_class = Types::ResourceStatementRequest
|
11216
|
+
|
9999
11217
|
ResponseError.add_member(:code, Shapes::ShapeRef.new(shape: LaunchTemplateErrorCode, location_name: "code"))
|
10000
11218
|
ResponseError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
10001
11219
|
ResponseError.struct_class = Types::ResponseError
|
@@ -10031,6 +11249,8 @@ module Aws::EC2
|
|
10031
11249
|
ResponseLaunchTemplateData.add_member(:hibernation_options, Shapes::ShapeRef.new(shape: LaunchTemplateHibernationOptions, location_name: "hibernationOptions"))
|
10032
11250
|
ResponseLaunchTemplateData.add_member(:metadata_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMetadataOptions, location_name: "metadataOptions"))
|
10033
11251
|
ResponseLaunchTemplateData.add_member(:enclave_options, Shapes::ShapeRef.new(shape: LaunchTemplateEnclaveOptions, location_name: "enclaveOptions"))
|
11252
|
+
ResponseLaunchTemplateData.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirements, location_name: "instanceRequirements"))
|
11253
|
+
ResponseLaunchTemplateData.add_member(:private_dns_name_options, Shapes::ShapeRef.new(shape: LaunchTemplatePrivateDnsNameOptions, location_name: "privateDnsNameOptions"))
|
10034
11254
|
ResponseLaunchTemplateData.struct_class = Types::ResponseLaunchTemplateData
|
10035
11255
|
|
10036
11256
|
RestorableByStringList.member = Shapes::ShapeRef.new(shape: String)
|
@@ -10052,6 +11272,34 @@ module Aws::EC2
|
|
10052
11272
|
RestoreManagedPrefixListVersionResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
|
10053
11273
|
RestoreManagedPrefixListVersionResult.struct_class = Types::RestoreManagedPrefixListVersionResult
|
10054
11274
|
|
11275
|
+
RestoreSnapshotFromRecycleBinRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
|
11276
|
+
RestoreSnapshotFromRecycleBinRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
11277
|
+
RestoreSnapshotFromRecycleBinRequest.struct_class = Types::RestoreSnapshotFromRecycleBinRequest
|
11278
|
+
|
11279
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
11280
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
11281
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
11282
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
|
11283
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
11284
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:progress, Shapes::ShapeRef.new(shape: String, location_name: "progress"))
|
11285
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startTime"))
|
11286
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:state, Shapes::ShapeRef.new(shape: SnapshotState, location_name: "status"))
|
11287
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "volumeId"))
|
11288
|
+
RestoreSnapshotFromRecycleBinResult.add_member(:volume_size, Shapes::ShapeRef.new(shape: Integer, location_name: "volumeSize"))
|
11289
|
+
RestoreSnapshotFromRecycleBinResult.struct_class = Types::RestoreSnapshotFromRecycleBinResult
|
11290
|
+
|
11291
|
+
RestoreSnapshotTierRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
|
11292
|
+
RestoreSnapshotTierRequest.add_member(:temporary_restore_days, Shapes::ShapeRef.new(shape: RestoreSnapshotTierRequestTemporaryRestoreDays, location_name: "TemporaryRestoreDays"))
|
11293
|
+
RestoreSnapshotTierRequest.add_member(:permanent_restore, Shapes::ShapeRef.new(shape: Boolean, location_name: "PermanentRestore"))
|
11294
|
+
RestoreSnapshotTierRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
11295
|
+
RestoreSnapshotTierRequest.struct_class = Types::RestoreSnapshotTierRequest
|
11296
|
+
|
11297
|
+
RestoreSnapshotTierResult.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
11298
|
+
RestoreSnapshotTierResult.add_member(:restore_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "restoreStartTime"))
|
11299
|
+
RestoreSnapshotTierResult.add_member(:restore_duration, Shapes::ShapeRef.new(shape: Integer, location_name: "restoreDuration"))
|
11300
|
+
RestoreSnapshotTierResult.add_member(:is_permanent_restore, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPermanentRestore"))
|
11301
|
+
RestoreSnapshotTierResult.struct_class = Types::RestoreSnapshotTierResult
|
11302
|
+
|
10055
11303
|
RevokeClientVpnIngressRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: ClientVpnEndpointId, required: true, location_name: "ClientVpnEndpointId"))
|
10056
11304
|
RevokeClientVpnIngressRequest.add_member(:target_network_cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetNetworkCidr"))
|
10057
11305
|
RevokeClientVpnIngressRequest.add_member(:access_group_id, Shapes::ShapeRef.new(shape: String, location_name: "AccessGroupId"))
|
@@ -10112,6 +11360,7 @@ module Aws::EC2
|
|
10112
11360
|
Route.add_member(:origin, Shapes::ShapeRef.new(shape: RouteOrigin, location_name: "origin"))
|
10113
11361
|
Route.add_member(:state, Shapes::ShapeRef.new(shape: RouteState, location_name: "state"))
|
10114
11362
|
Route.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcPeeringConnectionId"))
|
11363
|
+
Route.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "coreNetworkArn"))
|
10115
11364
|
Route.struct_class = Types::Route
|
10116
11365
|
|
10117
11366
|
RouteList.member = Shapes::ShapeRef.new(shape: Route, location_name: "item")
|
@@ -10183,6 +11432,7 @@ module Aws::EC2
|
|
10183
11432
|
RunInstancesRequest.add_member(:license_specifications, Shapes::ShapeRef.new(shape: LicenseSpecificationListRequest, location_name: "LicenseSpecification"))
|
10184
11433
|
RunInstancesRequest.add_member(:metadata_options, Shapes::ShapeRef.new(shape: InstanceMetadataOptionsRequest, location_name: "MetadataOptions"))
|
10185
11434
|
RunInstancesRequest.add_member(:enclave_options, Shapes::ShapeRef.new(shape: EnclaveOptionsRequest, location_name: "EnclaveOptions"))
|
11435
|
+
RunInstancesRequest.add_member(:private_dns_name_options, Shapes::ShapeRef.new(shape: PrivateDnsNameOptionsRequest, location_name: "PrivateDnsNameOptions"))
|
10186
11436
|
RunInstancesRequest.struct_class = Types::RunInstancesRequest
|
10187
11437
|
|
10188
11438
|
RunScheduledInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
@@ -10446,6 +11696,7 @@ module Aws::EC2
|
|
10446
11696
|
ServiceConfiguration.add_member(:base_endpoint_dns_names, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "baseEndpointDnsNameSet"))
|
10447
11697
|
ServiceConfiguration.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
|
10448
11698
|
ServiceConfiguration.add_member(:private_dns_name_configuration, Shapes::ShapeRef.new(shape: PrivateDnsNameConfiguration, location_name: "privateDnsNameConfiguration"))
|
11699
|
+
ServiceConfiguration.add_member(:payer_responsibility, Shapes::ShapeRef.new(shape: PayerResponsibility, location_name: "payerResponsibility"))
|
10449
11700
|
ServiceConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10450
11701
|
ServiceConfiguration.struct_class = Types::ServiceConfiguration
|
10451
11702
|
|
@@ -10462,6 +11713,7 @@ module Aws::EC2
|
|
10462
11713
|
ServiceDetail.add_member(:vpc_endpoint_policy_supported, Shapes::ShapeRef.new(shape: Boolean, location_name: "vpcEndpointPolicySupported"))
|
10463
11714
|
ServiceDetail.add_member(:acceptance_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "acceptanceRequired"))
|
10464
11715
|
ServiceDetail.add_member(:manages_vpc_endpoints, Shapes::ShapeRef.new(shape: Boolean, location_name: "managesVpcEndpoints"))
|
11716
|
+
ServiceDetail.add_member(:payer_responsibility, Shapes::ShapeRef.new(shape: PayerResponsibility, location_name: "payerResponsibility"))
|
10465
11717
|
ServiceDetail.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10466
11718
|
ServiceDetail.add_member(:private_dns_name_verification_state, Shapes::ShapeRef.new(shape: DnsNameState, location_name: "privateDnsNameVerificationState"))
|
10467
11719
|
ServiceDetail.struct_class = Types::ServiceDetail
|
@@ -10496,6 +11748,8 @@ module Aws::EC2
|
|
10496
11748
|
Snapshot.add_member(:owner_alias, Shapes::ShapeRef.new(shape: String, location_name: "ownerAlias"))
|
10497
11749
|
Snapshot.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
10498
11750
|
Snapshot.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
11751
|
+
Snapshot.add_member(:storage_tier, Shapes::ShapeRef.new(shape: StorageTier, location_name: "storageTier"))
|
11752
|
+
Snapshot.add_member(:restore_expiry_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "restoreExpiryTime"))
|
10499
11753
|
Snapshot.struct_class = Types::Snapshot
|
10500
11754
|
|
10501
11755
|
SnapshotDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
@@ -10535,6 +11789,15 @@ module Aws::EC2
|
|
10535
11789
|
|
10536
11790
|
SnapshotList.member = Shapes::ShapeRef.new(shape: Snapshot, location_name: "item")
|
10537
11791
|
|
11792
|
+
SnapshotRecycleBinInfo.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
11793
|
+
SnapshotRecycleBinInfo.add_member(:recycle_bin_enter_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "recycleBinEnterTime"))
|
11794
|
+
SnapshotRecycleBinInfo.add_member(:recycle_bin_exit_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "recycleBinExitTime"))
|
11795
|
+
SnapshotRecycleBinInfo.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
11796
|
+
SnapshotRecycleBinInfo.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "volumeId"))
|
11797
|
+
SnapshotRecycleBinInfo.struct_class = Types::SnapshotRecycleBinInfo
|
11798
|
+
|
11799
|
+
SnapshotRecycleBinInfoList.member = Shapes::ShapeRef.new(shape: SnapshotRecycleBinInfo, location_name: "item")
|
11800
|
+
|
10538
11801
|
SnapshotSet.member = Shapes::ShapeRef.new(shape: SnapshotInfo, location_name: "item")
|
10539
11802
|
|
10540
11803
|
SnapshotTaskDetail.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
@@ -10550,7 +11813,22 @@ module Aws::EC2
|
|
10550
11813
|
SnapshotTaskDetail.add_member(:user_bucket, Shapes::ShapeRef.new(shape: UserBucketDetails, location_name: "userBucket"))
|
10551
11814
|
SnapshotTaskDetail.struct_class = Types::SnapshotTaskDetail
|
10552
11815
|
|
11816
|
+
SnapshotTierStatus.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "snapshotId"))
|
11817
|
+
SnapshotTierStatus.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "volumeId"))
|
11818
|
+
SnapshotTierStatus.add_member(:status, Shapes::ShapeRef.new(shape: SnapshotState, location_name: "status"))
|
11819
|
+
SnapshotTierStatus.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
11820
|
+
SnapshotTierStatus.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
11821
|
+
SnapshotTierStatus.add_member(:storage_tier, Shapes::ShapeRef.new(shape: StorageTier, location_name: "storageTier"))
|
11822
|
+
SnapshotTierStatus.add_member(:last_tiering_start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "lastTieringStartTime"))
|
11823
|
+
SnapshotTierStatus.add_member(:last_tiering_progress, Shapes::ShapeRef.new(shape: Integer, location_name: "lastTieringProgress"))
|
11824
|
+
SnapshotTierStatus.add_member(:last_tiering_operation_status, Shapes::ShapeRef.new(shape: TieringOperationStatus, location_name: "lastTieringOperationStatus"))
|
11825
|
+
SnapshotTierStatus.add_member(:last_tiering_operation_status_detail, Shapes::ShapeRef.new(shape: String, location_name: "lastTieringOperationStatusDetail"))
|
11826
|
+
SnapshotTierStatus.add_member(:archival_complete_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "archivalCompleteTime"))
|
11827
|
+
SnapshotTierStatus.add_member(:restore_expiry_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "restoreExpiryTime"))
|
11828
|
+
SnapshotTierStatus.struct_class = Types::SnapshotTierStatus
|
11829
|
+
|
10553
11830
|
SpotCapacityRebalance.add_member(:replacement_strategy, Shapes::ShapeRef.new(shape: ReplacementStrategy, location_name: "replacementStrategy"))
|
11831
|
+
SpotCapacityRebalance.add_member(:termination_delay, Shapes::ShapeRef.new(shape: Integer, location_name: "terminationDelay"))
|
10554
11832
|
SpotCapacityRebalance.struct_class = Types::SpotCapacityRebalance
|
10555
11833
|
|
10556
11834
|
SpotDatafeedSubscription.add_member(:bucket, Shapes::ShapeRef.new(shape: String, location_name: "bucket"))
|
@@ -10578,6 +11856,7 @@ module Aws::EC2
|
|
10578
11856
|
SpotFleetLaunchSpecification.add_member(:user_data, Shapes::ShapeRef.new(shape: String, location_name: "userData"))
|
10579
11857
|
SpotFleetLaunchSpecification.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "weightedCapacity"))
|
10580
11858
|
SpotFleetLaunchSpecification.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: SpotFleetTagSpecificationList, location_name: "tagSpecificationSet"))
|
11859
|
+
SpotFleetLaunchSpecification.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirements, location_name: "instanceRequirements"))
|
10581
11860
|
SpotFleetLaunchSpecification.struct_class = Types::SpotFleetLaunchSpecification
|
10582
11861
|
|
10583
11862
|
SpotFleetMonitoring.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
@@ -10615,6 +11894,7 @@ module Aws::EC2
|
|
10615
11894
|
SpotFleetRequestConfigData.add_member(:load_balancers_config, Shapes::ShapeRef.new(shape: LoadBalancersConfig, location_name: "loadBalancersConfig"))
|
10616
11895
|
SpotFleetRequestConfigData.add_member(:instance_pools_to_use_count, Shapes::ShapeRef.new(shape: Integer, location_name: "instancePoolsToUseCount"))
|
10617
11896
|
SpotFleetRequestConfigData.add_member(:context, Shapes::ShapeRef.new(shape: String, location_name: "context"))
|
11897
|
+
SpotFleetRequestConfigData.add_member(:target_capacity_unit_type, Shapes::ShapeRef.new(shape: TargetCapacityUnitType, location_name: "targetCapacityUnitType"))
|
10618
11898
|
SpotFleetRequestConfigData.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
10619
11899
|
SpotFleetRequestConfigData.struct_class = Types::SpotFleetRequestConfigData
|
10620
11900
|
|
@@ -10697,6 +11977,13 @@ module Aws::EC2
|
|
10697
11977
|
SpotPlacement.add_member(:tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "tenancy"))
|
10698
11978
|
SpotPlacement.struct_class = Types::SpotPlacement
|
10699
11979
|
|
11980
|
+
SpotPlacementScore.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "region"))
|
11981
|
+
SpotPlacementScore.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
|
11982
|
+
SpotPlacementScore.add_member(:score, Shapes::ShapeRef.new(shape: Integer, location_name: "score"))
|
11983
|
+
SpotPlacementScore.struct_class = Types::SpotPlacementScore
|
11984
|
+
|
11985
|
+
SpotPlacementScores.member = Shapes::ShapeRef.new(shape: SpotPlacementScore, location_name: "item")
|
11986
|
+
|
10700
11987
|
SpotPrice.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
10701
11988
|
SpotPrice.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
10702
11989
|
SpotPrice.add_member(:product_description, Shapes::ShapeRef.new(shape: RIProductDescription, location_name: "productDescription"))
|
@@ -10734,6 +12021,15 @@ module Aws::EC2
|
|
10734
12021
|
StartInstancesResult.add_member(:starting_instances, Shapes::ShapeRef.new(shape: InstanceStateChangeList, location_name: "instancesSet"))
|
10735
12022
|
StartInstancesResult.struct_class = Types::StartInstancesResult
|
10736
12023
|
|
12024
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, required: true, location_name: "NetworkInsightsAccessScopeId"))
|
12025
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12026
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
12027
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
12028
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.struct_class = Types::StartNetworkInsightsAccessScopeAnalysisRequest
|
12029
|
+
|
12030
|
+
StartNetworkInsightsAccessScopeAnalysisResult.add_member(:network_insights_access_scope_analysis, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysis, location_name: "networkInsightsAccessScopeAnalysis"))
|
12031
|
+
StartNetworkInsightsAccessScopeAnalysisResult.struct_class = Types::StartNetworkInsightsAccessScopeAnalysisResult
|
12032
|
+
|
10737
12033
|
StartNetworkInsightsAnalysisRequest.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, required: true, location_name: "NetworkInsightsPathId"))
|
10738
12034
|
StartNetworkInsightsAnalysisRequest.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "FilterInArn"))
|
10739
12035
|
StartNetworkInsightsAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -10789,6 +12085,7 @@ module Aws::EC2
|
|
10789
12085
|
Subnet.add_member(:available_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "availableIpAddressCount"))
|
10790
12086
|
Subnet.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "cidrBlock"))
|
10791
12087
|
Subnet.add_member(:default_for_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "defaultForAz"))
|
12088
|
+
Subnet.add_member(:enable_lni_at_device_index, Shapes::ShapeRef.new(shape: Integer, location_name: "enableLniAtDeviceIndex"))
|
10792
12089
|
Subnet.add_member(:map_public_ip_on_launch, Shapes::ShapeRef.new(shape: Boolean, location_name: "mapPublicIpOnLaunch"))
|
10793
12090
|
Subnet.add_member(:map_customer_owned_ip_on_launch, Shapes::ShapeRef.new(shape: Boolean, location_name: "mapCustomerOwnedIpOnLaunch"))
|
10794
12091
|
Subnet.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: CoipPoolId, location_name: "customerOwnedIpv4Pool"))
|
@@ -10801,6 +12098,9 @@ module Aws::EC2
|
|
10801
12098
|
Subnet.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10802
12099
|
Subnet.add_member(:subnet_arn, Shapes::ShapeRef.new(shape: String, location_name: "subnetArn"))
|
10803
12100
|
Subnet.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
12101
|
+
Subnet.add_member(:enable_dns_64, Shapes::ShapeRef.new(shape: Boolean, location_name: "enableDns64"))
|
12102
|
+
Subnet.add_member(:ipv_6_native, Shapes::ShapeRef.new(shape: Boolean, location_name: "ipv6Native"))
|
12103
|
+
Subnet.add_member(:private_dns_name_options_on_launch, Shapes::ShapeRef.new(shape: PrivateDnsNameOptionsOnLaunch, location_name: "privateDnsNameOptionsOnLaunch"))
|
10804
12104
|
Subnet.struct_class = Types::Subnet
|
10805
12105
|
|
10806
12106
|
SubnetAssociation.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
@@ -10869,12 +12169,14 @@ module Aws::EC2
|
|
10869
12169
|
TargetCapacitySpecification.add_member(:on_demand_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "onDemandTargetCapacity"))
|
10870
12170
|
TargetCapacitySpecification.add_member(:spot_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "spotTargetCapacity"))
|
10871
12171
|
TargetCapacitySpecification.add_member(:default_target_capacity_type, Shapes::ShapeRef.new(shape: DefaultTargetCapacityType, location_name: "defaultTargetCapacityType"))
|
12172
|
+
TargetCapacitySpecification.add_member(:target_capacity_unit_type, Shapes::ShapeRef.new(shape: TargetCapacityUnitType, location_name: "targetCapacityUnitType"))
|
10872
12173
|
TargetCapacitySpecification.struct_class = Types::TargetCapacitySpecification
|
10873
12174
|
|
10874
12175
|
TargetCapacitySpecificationRequest.add_member(:total_target_capacity, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TotalTargetCapacity"))
|
10875
12176
|
TargetCapacitySpecificationRequest.add_member(:on_demand_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "OnDemandTargetCapacity"))
|
10876
12177
|
TargetCapacitySpecificationRequest.add_member(:spot_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "SpotTargetCapacity"))
|
10877
12178
|
TargetCapacitySpecificationRequest.add_member(:default_target_capacity_type, Shapes::ShapeRef.new(shape: DefaultTargetCapacityType, location_name: "DefaultTargetCapacityType"))
|
12179
|
+
TargetCapacitySpecificationRequest.add_member(:target_capacity_unit_type, Shapes::ShapeRef.new(shape: TargetCapacityUnitType, location_name: "TargetCapacityUnitType"))
|
10878
12180
|
TargetCapacitySpecificationRequest.struct_class = Types::TargetCapacitySpecificationRequest
|
10879
12181
|
|
10880
12182
|
TargetConfiguration.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "instanceCount"))
|
@@ -10938,6 +12240,24 @@ module Aws::EC2
|
|
10938
12240
|
|
10939
12241
|
ThreadsPerCoreList.member = Shapes::ShapeRef.new(shape: ThreadsPerCore, location_name: "item")
|
10940
12242
|
|
12243
|
+
ThroughResourcesStatement.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatement, location_name: "resourceStatement"))
|
12244
|
+
ThroughResourcesStatement.struct_class = Types::ThroughResourcesStatement
|
12245
|
+
|
12246
|
+
ThroughResourcesStatementList.member = Shapes::ShapeRef.new(shape: ThroughResourcesStatement, location_name: "item")
|
12247
|
+
|
12248
|
+
ThroughResourcesStatementRequest.add_member(:resource_statement, Shapes::ShapeRef.new(shape: ResourceStatementRequest, location_name: "ResourceStatement"))
|
12249
|
+
ThroughResourcesStatementRequest.struct_class = Types::ThroughResourcesStatementRequest
|
12250
|
+
|
12251
|
+
ThroughResourcesStatementRequestList.member = Shapes::ShapeRef.new(shape: ThroughResourcesStatementRequest, location_name: "item")
|
12252
|
+
|
12253
|
+
TotalLocalStorageGB.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "min"))
|
12254
|
+
TotalLocalStorageGB.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "max"))
|
12255
|
+
TotalLocalStorageGB.struct_class = Types::TotalLocalStorageGB
|
12256
|
+
|
12257
|
+
TotalLocalStorageGBRequest.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "Min"))
|
12258
|
+
TotalLocalStorageGBRequest.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "Max"))
|
12259
|
+
TotalLocalStorageGBRequest.struct_class = Types::TotalLocalStorageGBRequest
|
12260
|
+
|
10941
12261
|
TrafficMirrorFilter.add_member(:traffic_mirror_filter_id, Shapes::ShapeRef.new(shape: String, location_name: "trafficMirrorFilterId"))
|
10942
12262
|
TrafficMirrorFilter.add_member(:ingress_filter_rules, Shapes::ShapeRef.new(shape: TrafficMirrorFilterRuleList, location_name: "ingressFilterRuleSet"))
|
10943
12263
|
TrafficMirrorFilter.add_member(:egress_filter_rules, Shapes::ShapeRef.new(shape: TrafficMirrorFilterRuleList, location_name: "egressFilterRuleSet"))
|
@@ -11425,6 +12745,14 @@ module Aws::EC2
|
|
11425
12745
|
|
11426
12746
|
UserIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "UserId")
|
11427
12747
|
|
12748
|
+
VCpuCountRange.add_member(:min, Shapes::ShapeRef.new(shape: Integer, location_name: "min"))
|
12749
|
+
VCpuCountRange.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "max"))
|
12750
|
+
VCpuCountRange.struct_class = Types::VCpuCountRange
|
12751
|
+
|
12752
|
+
VCpuCountRangeRequest.add_member(:min, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Min"))
|
12753
|
+
VCpuCountRangeRequest.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "Max"))
|
12754
|
+
VCpuCountRangeRequest.struct_class = Types::VCpuCountRangeRequest
|
12755
|
+
|
11428
12756
|
VCpuInfo.add_member(:default_v_cpus, Shapes::ShapeRef.new(shape: VCpuCount, location_name: "defaultVCpus"))
|
11429
12757
|
VCpuInfo.add_member(:default_cores, Shapes::ShapeRef.new(shape: CoreCount, location_name: "defaultCores"))
|
11430
12758
|
VCpuInfo.add_member(:default_threads_per_core, Shapes::ShapeRef.new(shape: ThreadsPerCore, location_name: "defaultThreadsPerCore"))
|
@@ -11455,6 +12783,8 @@ module Aws::EC2
|
|
11455
12783
|
|
11456
12784
|
VirtualizationTypeList.member = Shapes::ShapeRef.new(shape: VirtualizationType, location_name: "item")
|
11457
12785
|
|
12786
|
+
VirtualizationTypeSet.member = Shapes::ShapeRef.new(shape: VirtualizationType, location_name: "item")
|
12787
|
+
|
11458
12788
|
Volume.add_member(:attachments, Shapes::ShapeRef.new(shape: VolumeAttachmentList, location_name: "attachmentSet"))
|
11459
12789
|
Volume.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
11460
12790
|
Volume.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "createTime"))
|
@@ -11687,6 +13017,9 @@ module Aws::EC2
|
|
11687
13017
|
VpnConnection.add_member(:vpn_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpnConnectionId"))
|
11688
13018
|
VpnConnection.add_member(:vpn_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "vpnGatewayId"))
|
11689
13019
|
VpnConnection.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayId"))
|
13020
|
+
VpnConnection.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: String, location_name: "coreNetworkArn"))
|
13021
|
+
VpnConnection.add_member(:core_network_attachment_arn, Shapes::ShapeRef.new(shape: String, location_name: "coreNetworkAttachmentArn"))
|
13022
|
+
VpnConnection.add_member(:gateway_association_state, Shapes::ShapeRef.new(shape: GatewayAssociationState, location_name: "gatewayAssociationState"))
|
11690
13023
|
VpnConnection.add_member(:options, Shapes::ShapeRef.new(shape: VpnConnectionOptions, location_name: "options"))
|
11691
13024
|
VpnConnection.add_member(:routes, Shapes::ShapeRef.new(shape: VpnStaticRouteList, location_name: "routes"))
|
11692
13025
|
VpnConnection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
@@ -11778,6 +13111,8 @@ module Aws::EC2
|
|
11778
13111
|
|
11779
13112
|
ZoneNameStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ZoneName")
|
11780
13113
|
|
13114
|
+
snapshotTierStatusSet.member = Shapes::ShapeRef.new(shape: SnapshotTierStatus, location_name: "item")
|
13115
|
+
|
11781
13116
|
|
11782
13117
|
# @api private
|
11783
13118
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -11868,6 +13203,14 @@ module Aws::EC2
|
|
11868
13203
|
o.output = Shapes::ShapeRef.new(shape: AllocateHostsResult)
|
11869
13204
|
end)
|
11870
13205
|
|
13206
|
+
api.add_operation(:allocate_ipam_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
13207
|
+
o.name = "AllocateIpamPoolCidr"
|
13208
|
+
o.http_method = "POST"
|
13209
|
+
o.http_request_uri = "/"
|
13210
|
+
o.input = Shapes::ShapeRef.new(shape: AllocateIpamPoolCidrRequest)
|
13211
|
+
o.output = Shapes::ShapeRef.new(shape: AllocateIpamPoolCidrResult)
|
13212
|
+
end)
|
13213
|
+
|
11871
13214
|
api.add_operation(:apply_security_groups_to_client_vpn_target_network, Seahorse::Model::Operation.new.tap do |o|
|
11872
13215
|
o.name = "ApplySecurityGroupsToClientVpnTargetNetwork"
|
11873
13216
|
o.http_method = "POST"
|
@@ -12300,6 +13643,30 @@ module Aws::EC2
|
|
12300
13643
|
o.output = Shapes::ShapeRef.new(shape: CreateInternetGatewayResult)
|
12301
13644
|
end)
|
12302
13645
|
|
13646
|
+
api.add_operation(:create_ipam, Seahorse::Model::Operation.new.tap do |o|
|
13647
|
+
o.name = "CreateIpam"
|
13648
|
+
o.http_method = "POST"
|
13649
|
+
o.http_request_uri = "/"
|
13650
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIpamRequest)
|
13651
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIpamResult)
|
13652
|
+
end)
|
13653
|
+
|
13654
|
+
api.add_operation(:create_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
13655
|
+
o.name = "CreateIpamPool"
|
13656
|
+
o.http_method = "POST"
|
13657
|
+
o.http_request_uri = "/"
|
13658
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIpamPoolRequest)
|
13659
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIpamPoolResult)
|
13660
|
+
end)
|
13661
|
+
|
13662
|
+
api.add_operation(:create_ipam_scope, Seahorse::Model::Operation.new.tap do |o|
|
13663
|
+
o.name = "CreateIpamScope"
|
13664
|
+
o.http_method = "POST"
|
13665
|
+
o.http_request_uri = "/"
|
13666
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIpamScopeRequest)
|
13667
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIpamScopeResult)
|
13668
|
+
end)
|
13669
|
+
|
12303
13670
|
api.add_operation(:create_key_pair, Seahorse::Model::Operation.new.tap do |o|
|
12304
13671
|
o.name = "CreateKeyPair"
|
12305
13672
|
o.http_method = "POST"
|
@@ -12372,6 +13739,14 @@ module Aws::EC2
|
|
12372
13739
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
12373
13740
|
end)
|
12374
13741
|
|
13742
|
+
api.add_operation(:create_network_insights_access_scope, Seahorse::Model::Operation.new.tap do |o|
|
13743
|
+
o.name = "CreateNetworkInsightsAccessScope"
|
13744
|
+
o.http_method = "POST"
|
13745
|
+
o.http_request_uri = "/"
|
13746
|
+
o.input = Shapes::ShapeRef.new(shape: CreateNetworkInsightsAccessScopeRequest)
|
13747
|
+
o.output = Shapes::ShapeRef.new(shape: CreateNetworkInsightsAccessScopeResult)
|
13748
|
+
end)
|
13749
|
+
|
12375
13750
|
api.add_operation(:create_network_insights_path, Seahorse::Model::Operation.new.tap do |o|
|
12376
13751
|
o.name = "CreateNetworkInsightsPath"
|
12377
13752
|
o.http_method = "POST"
|
@@ -12404,6 +13779,14 @@ module Aws::EC2
|
|
12404
13779
|
o.output = Shapes::ShapeRef.new(shape: CreatePlacementGroupResult)
|
12405
13780
|
end)
|
12406
13781
|
|
13782
|
+
api.add_operation(:create_public_ipv_4_pool, Seahorse::Model::Operation.new.tap do |o|
|
13783
|
+
o.name = "CreatePublicIpv4Pool"
|
13784
|
+
o.http_method = "POST"
|
13785
|
+
o.http_request_uri = "/"
|
13786
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePublicIpv4PoolRequest)
|
13787
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePublicIpv4PoolResult)
|
13788
|
+
end)
|
13789
|
+
|
12407
13790
|
api.add_operation(:create_replace_root_volume_task, Seahorse::Model::Operation.new.tap do |o|
|
12408
13791
|
o.name = "CreateReplaceRootVolumeTask"
|
12409
13792
|
o.http_method = "POST"
|
@@ -12772,6 +14155,30 @@ module Aws::EC2
|
|
12772
14155
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
12773
14156
|
end)
|
12774
14157
|
|
14158
|
+
api.add_operation(:delete_ipam, Seahorse::Model::Operation.new.tap do |o|
|
14159
|
+
o.name = "DeleteIpam"
|
14160
|
+
o.http_method = "POST"
|
14161
|
+
o.http_request_uri = "/"
|
14162
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIpamRequest)
|
14163
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIpamResult)
|
14164
|
+
end)
|
14165
|
+
|
14166
|
+
api.add_operation(:delete_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
14167
|
+
o.name = "DeleteIpamPool"
|
14168
|
+
o.http_method = "POST"
|
14169
|
+
o.http_request_uri = "/"
|
14170
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIpamPoolRequest)
|
14171
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIpamPoolResult)
|
14172
|
+
end)
|
14173
|
+
|
14174
|
+
api.add_operation(:delete_ipam_scope, Seahorse::Model::Operation.new.tap do |o|
|
14175
|
+
o.name = "DeleteIpamScope"
|
14176
|
+
o.http_method = "POST"
|
14177
|
+
o.http_request_uri = "/"
|
14178
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIpamScopeRequest)
|
14179
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIpamScopeResult)
|
14180
|
+
end)
|
14181
|
+
|
12775
14182
|
api.add_operation(:delete_key_pair, Seahorse::Model::Operation.new.tap do |o|
|
12776
14183
|
o.name = "DeleteKeyPair"
|
12777
14184
|
o.http_method = "POST"
|
@@ -12844,6 +14251,22 @@ module Aws::EC2
|
|
12844
14251
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
12845
14252
|
end)
|
12846
14253
|
|
14254
|
+
api.add_operation(:delete_network_insights_access_scope, Seahorse::Model::Operation.new.tap do |o|
|
14255
|
+
o.name = "DeleteNetworkInsightsAccessScope"
|
14256
|
+
o.http_method = "POST"
|
14257
|
+
o.http_request_uri = "/"
|
14258
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAccessScopeRequest)
|
14259
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAccessScopeResult)
|
14260
|
+
end)
|
14261
|
+
|
14262
|
+
api.add_operation(:delete_network_insights_access_scope_analysis, Seahorse::Model::Operation.new.tap do |o|
|
14263
|
+
o.name = "DeleteNetworkInsightsAccessScopeAnalysis"
|
14264
|
+
o.http_method = "POST"
|
14265
|
+
o.http_request_uri = "/"
|
14266
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAccessScopeAnalysisRequest)
|
14267
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteNetworkInsightsAccessScopeAnalysisResult)
|
14268
|
+
end)
|
14269
|
+
|
12847
14270
|
api.add_operation(:delete_network_insights_analysis, Seahorse::Model::Operation.new.tap do |o|
|
12848
14271
|
o.name = "DeleteNetworkInsightsAnalysis"
|
12849
14272
|
o.http_method = "POST"
|
@@ -12884,6 +14307,14 @@ module Aws::EC2
|
|
12884
14307
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
12885
14308
|
end)
|
12886
14309
|
|
14310
|
+
api.add_operation(:delete_public_ipv_4_pool, Seahorse::Model::Operation.new.tap do |o|
|
14311
|
+
o.name = "DeletePublicIpv4Pool"
|
14312
|
+
o.http_method = "POST"
|
14313
|
+
o.http_request_uri = "/"
|
14314
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePublicIpv4PoolRequest)
|
14315
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePublicIpv4PoolResult)
|
14316
|
+
end)
|
14317
|
+
|
12887
14318
|
api.add_operation(:delete_queued_reserved_instances, Seahorse::Model::Operation.new.tap do |o|
|
12888
14319
|
o.name = "DeleteQueuedReservedInstances"
|
12889
14320
|
o.http_method = "POST"
|
@@ -13140,6 +14571,22 @@ module Aws::EC2
|
|
13140
14571
|
o.output = Shapes::ShapeRef.new(shape: DeprovisionByoipCidrResult)
|
13141
14572
|
end)
|
13142
14573
|
|
14574
|
+
api.add_operation(:deprovision_ipam_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
14575
|
+
o.name = "DeprovisionIpamPoolCidr"
|
14576
|
+
o.http_method = "POST"
|
14577
|
+
o.http_request_uri = "/"
|
14578
|
+
o.input = Shapes::ShapeRef.new(shape: DeprovisionIpamPoolCidrRequest)
|
14579
|
+
o.output = Shapes::ShapeRef.new(shape: DeprovisionIpamPoolCidrResult)
|
14580
|
+
end)
|
14581
|
+
|
14582
|
+
api.add_operation(:deprovision_public_ipv_4_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
14583
|
+
o.name = "DeprovisionPublicIpv4PoolCidr"
|
14584
|
+
o.http_method = "POST"
|
14585
|
+
o.http_request_uri = "/"
|
14586
|
+
o.input = Shapes::ShapeRef.new(shape: DeprovisionPublicIpv4PoolCidrRequest)
|
14587
|
+
o.output = Shapes::ShapeRef.new(shape: DeprovisionPublicIpv4PoolCidrResult)
|
14588
|
+
end)
|
14589
|
+
|
13143
14590
|
api.add_operation(:deregister_image, Seahorse::Model::Operation.new.tap do |o|
|
13144
14591
|
o.name = "DeregisterImage"
|
13145
14592
|
o.http_method = "POST"
|
@@ -13454,6 +14901,20 @@ module Aws::EC2
|
|
13454
14901
|
o.output = Shapes::ShapeRef.new(shape: DescribeExportTasksResult)
|
13455
14902
|
end)
|
13456
14903
|
|
14904
|
+
api.add_operation(:describe_fast_launch_images, Seahorse::Model::Operation.new.tap do |o|
|
14905
|
+
o.name = "DescribeFastLaunchImages"
|
14906
|
+
o.http_method = "POST"
|
14907
|
+
o.http_request_uri = "/"
|
14908
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFastLaunchImagesRequest)
|
14909
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFastLaunchImagesResult)
|
14910
|
+
o[:pager] = Aws::Pager.new(
|
14911
|
+
limit_key: "max_results",
|
14912
|
+
tokens: {
|
14913
|
+
"next_token" => "next_token"
|
14914
|
+
}
|
14915
|
+
)
|
14916
|
+
end)
|
14917
|
+
|
13457
14918
|
api.add_operation(:describe_fast_snapshot_restores, Seahorse::Model::Operation.new.tap do |o|
|
13458
14919
|
o.name = "DescribeFastSnapshotRestores"
|
13459
14920
|
o.http_method = "POST"
|
@@ -13764,6 +15225,48 @@ module Aws::EC2
|
|
13764
15225
|
)
|
13765
15226
|
end)
|
13766
15227
|
|
15228
|
+
api.add_operation(:describe_ipam_pools, Seahorse::Model::Operation.new.tap do |o|
|
15229
|
+
o.name = "DescribeIpamPools"
|
15230
|
+
o.http_method = "POST"
|
15231
|
+
o.http_request_uri = "/"
|
15232
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIpamPoolsRequest)
|
15233
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIpamPoolsResult)
|
15234
|
+
o[:pager] = Aws::Pager.new(
|
15235
|
+
limit_key: "max_results",
|
15236
|
+
tokens: {
|
15237
|
+
"next_token" => "next_token"
|
15238
|
+
}
|
15239
|
+
)
|
15240
|
+
end)
|
15241
|
+
|
15242
|
+
api.add_operation(:describe_ipam_scopes, Seahorse::Model::Operation.new.tap do |o|
|
15243
|
+
o.name = "DescribeIpamScopes"
|
15244
|
+
o.http_method = "POST"
|
15245
|
+
o.http_request_uri = "/"
|
15246
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIpamScopesRequest)
|
15247
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIpamScopesResult)
|
15248
|
+
o[:pager] = Aws::Pager.new(
|
15249
|
+
limit_key: "max_results",
|
15250
|
+
tokens: {
|
15251
|
+
"next_token" => "next_token"
|
15252
|
+
}
|
15253
|
+
)
|
15254
|
+
end)
|
15255
|
+
|
15256
|
+
api.add_operation(:describe_ipams, Seahorse::Model::Operation.new.tap do |o|
|
15257
|
+
o.name = "DescribeIpams"
|
15258
|
+
o.http_method = "POST"
|
15259
|
+
o.http_request_uri = "/"
|
15260
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIpamsRequest)
|
15261
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIpamsResult)
|
15262
|
+
o[:pager] = Aws::Pager.new(
|
15263
|
+
limit_key: "max_results",
|
15264
|
+
tokens: {
|
15265
|
+
"next_token" => "next_token"
|
15266
|
+
}
|
15267
|
+
)
|
15268
|
+
end)
|
15269
|
+
|
13767
15270
|
api.add_operation(:describe_ipv_6_pools, Seahorse::Model::Operation.new.tap do |o|
|
13768
15271
|
o.name = "DescribeIpv6Pools"
|
13769
15272
|
o.http_method = "POST"
|
@@ -13954,6 +15457,34 @@ module Aws::EC2
|
|
13954
15457
|
)
|
13955
15458
|
end)
|
13956
15459
|
|
15460
|
+
api.add_operation(:describe_network_insights_access_scope_analyses, Seahorse::Model::Operation.new.tap do |o|
|
15461
|
+
o.name = "DescribeNetworkInsightsAccessScopeAnalyses"
|
15462
|
+
o.http_method = "POST"
|
15463
|
+
o.http_request_uri = "/"
|
15464
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAccessScopeAnalysesRequest)
|
15465
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAccessScopeAnalysesResult)
|
15466
|
+
o[:pager] = Aws::Pager.new(
|
15467
|
+
limit_key: "max_results",
|
15468
|
+
tokens: {
|
15469
|
+
"next_token" => "next_token"
|
15470
|
+
}
|
15471
|
+
)
|
15472
|
+
end)
|
15473
|
+
|
15474
|
+
api.add_operation(:describe_network_insights_access_scopes, Seahorse::Model::Operation.new.tap do |o|
|
15475
|
+
o.name = "DescribeNetworkInsightsAccessScopes"
|
15476
|
+
o.http_method = "POST"
|
15477
|
+
o.http_request_uri = "/"
|
15478
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAccessScopesRequest)
|
15479
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeNetworkInsightsAccessScopesResult)
|
15480
|
+
o[:pager] = Aws::Pager.new(
|
15481
|
+
limit_key: "max_results",
|
15482
|
+
tokens: {
|
15483
|
+
"next_token" => "next_token"
|
15484
|
+
}
|
15485
|
+
)
|
15486
|
+
end)
|
15487
|
+
|
13957
15488
|
api.add_operation(:describe_network_insights_analyses, Seahorse::Model::Operation.new.tap do |o|
|
13958
15489
|
o.name = "DescribeNetworkInsightsAnalyses"
|
13959
15490
|
o.http_method = "POST"
|
@@ -14219,6 +15750,20 @@ module Aws::EC2
|
|
14219
15750
|
o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotAttributeResult)
|
14220
15751
|
end)
|
14221
15752
|
|
15753
|
+
api.add_operation(:describe_snapshot_tier_status, Seahorse::Model::Operation.new.tap do |o|
|
15754
|
+
o.name = "DescribeSnapshotTierStatus"
|
15755
|
+
o.http_method = "POST"
|
15756
|
+
o.http_request_uri = "/"
|
15757
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeSnapshotTierStatusRequest)
|
15758
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotTierStatusResult)
|
15759
|
+
o[:pager] = Aws::Pager.new(
|
15760
|
+
limit_key: "max_results",
|
15761
|
+
tokens: {
|
15762
|
+
"next_token" => "next_token"
|
15763
|
+
}
|
15764
|
+
)
|
15765
|
+
end)
|
15766
|
+
|
14222
15767
|
api.add_operation(:describe_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
14223
15768
|
o.name = "DescribeSnapshots"
|
14224
15769
|
o.http_method = "POST"
|
@@ -14773,6 +16318,14 @@ module Aws::EC2
|
|
14773
16318
|
o.output = Shapes::ShapeRef.new(shape: DisableEbsEncryptionByDefaultResult)
|
14774
16319
|
end)
|
14775
16320
|
|
16321
|
+
api.add_operation(:disable_fast_launch, Seahorse::Model::Operation.new.tap do |o|
|
16322
|
+
o.name = "DisableFastLaunch"
|
16323
|
+
o.http_method = "POST"
|
16324
|
+
o.http_request_uri = "/"
|
16325
|
+
o.input = Shapes::ShapeRef.new(shape: DisableFastLaunchRequest)
|
16326
|
+
o.output = Shapes::ShapeRef.new(shape: DisableFastLaunchResult)
|
16327
|
+
end)
|
16328
|
+
|
14776
16329
|
api.add_operation(:disable_fast_snapshot_restores, Seahorse::Model::Operation.new.tap do |o|
|
14777
16330
|
o.name = "DisableFastSnapshotRestores"
|
14778
16331
|
o.http_method = "POST"
|
@@ -14789,6 +16342,14 @@ module Aws::EC2
|
|
14789
16342
|
o.output = Shapes::ShapeRef.new(shape: DisableImageDeprecationResult)
|
14790
16343
|
end)
|
14791
16344
|
|
16345
|
+
api.add_operation(:disable_ipam_organization_admin_account, Seahorse::Model::Operation.new.tap do |o|
|
16346
|
+
o.name = "DisableIpamOrganizationAdminAccount"
|
16347
|
+
o.http_method = "POST"
|
16348
|
+
o.http_request_uri = "/"
|
16349
|
+
o.input = Shapes::ShapeRef.new(shape: DisableIpamOrganizationAdminAccountRequest)
|
16350
|
+
o.output = Shapes::ShapeRef.new(shape: DisableIpamOrganizationAdminAccountResult)
|
16351
|
+
end)
|
16352
|
+
|
14792
16353
|
api.add_operation(:disable_serial_console_access, Seahorse::Model::Operation.new.tap do |o|
|
14793
16354
|
o.name = "DisableSerialConsoleAccess"
|
14794
16355
|
o.http_method = "POST"
|
@@ -14925,6 +16486,14 @@ module Aws::EC2
|
|
14925
16486
|
o.output = Shapes::ShapeRef.new(shape: EnableEbsEncryptionByDefaultResult)
|
14926
16487
|
end)
|
14927
16488
|
|
16489
|
+
api.add_operation(:enable_fast_launch, Seahorse::Model::Operation.new.tap do |o|
|
16490
|
+
o.name = "EnableFastLaunch"
|
16491
|
+
o.http_method = "POST"
|
16492
|
+
o.http_request_uri = "/"
|
16493
|
+
o.input = Shapes::ShapeRef.new(shape: EnableFastLaunchRequest)
|
16494
|
+
o.output = Shapes::ShapeRef.new(shape: EnableFastLaunchResult)
|
16495
|
+
end)
|
16496
|
+
|
14928
16497
|
api.add_operation(:enable_fast_snapshot_restores, Seahorse::Model::Operation.new.tap do |o|
|
14929
16498
|
o.name = "EnableFastSnapshotRestores"
|
14930
16499
|
o.http_method = "POST"
|
@@ -14941,6 +16510,14 @@ module Aws::EC2
|
|
14941
16510
|
o.output = Shapes::ShapeRef.new(shape: EnableImageDeprecationResult)
|
14942
16511
|
end)
|
14943
16512
|
|
16513
|
+
api.add_operation(:enable_ipam_organization_admin_account, Seahorse::Model::Operation.new.tap do |o|
|
16514
|
+
o.name = "EnableIpamOrganizationAdminAccount"
|
16515
|
+
o.http_method = "POST"
|
16516
|
+
o.http_request_uri = "/"
|
16517
|
+
o.input = Shapes::ShapeRef.new(shape: EnableIpamOrganizationAdminAccountRequest)
|
16518
|
+
o.output = Shapes::ShapeRef.new(shape: EnableIpamOrganizationAdminAccountResult)
|
16519
|
+
end)
|
16520
|
+
|
14944
16521
|
api.add_operation(:enable_serial_console_access, Seahorse::Model::Operation.new.tap do |o|
|
14945
16522
|
o.name = "EnableSerialConsoleAccess"
|
14946
16523
|
o.http_method = "POST"
|
@@ -15129,6 +16706,76 @@ module Aws::EC2
|
|
15129
16706
|
o.output = Shapes::ShapeRef.new(shape: GetHostReservationPurchasePreviewResult)
|
15130
16707
|
end)
|
15131
16708
|
|
16709
|
+
api.add_operation(:get_instance_types_from_instance_requirements, Seahorse::Model::Operation.new.tap do |o|
|
16710
|
+
o.name = "GetInstanceTypesFromInstanceRequirements"
|
16711
|
+
o.http_method = "POST"
|
16712
|
+
o.http_request_uri = "/"
|
16713
|
+
o.input = Shapes::ShapeRef.new(shape: GetInstanceTypesFromInstanceRequirementsRequest)
|
16714
|
+
o.output = Shapes::ShapeRef.new(shape: GetInstanceTypesFromInstanceRequirementsResult)
|
16715
|
+
o[:pager] = Aws::Pager.new(
|
16716
|
+
limit_key: "max_results",
|
16717
|
+
tokens: {
|
16718
|
+
"next_token" => "next_token"
|
16719
|
+
}
|
16720
|
+
)
|
16721
|
+
end)
|
16722
|
+
|
16723
|
+
api.add_operation(:get_ipam_address_history, Seahorse::Model::Operation.new.tap do |o|
|
16724
|
+
o.name = "GetIpamAddressHistory"
|
16725
|
+
o.http_method = "POST"
|
16726
|
+
o.http_request_uri = "/"
|
16727
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamAddressHistoryRequest)
|
16728
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamAddressHistoryResult)
|
16729
|
+
o[:pager] = Aws::Pager.new(
|
16730
|
+
limit_key: "max_results",
|
16731
|
+
tokens: {
|
16732
|
+
"next_token" => "next_token"
|
16733
|
+
}
|
16734
|
+
)
|
16735
|
+
end)
|
16736
|
+
|
16737
|
+
api.add_operation(:get_ipam_pool_allocations, Seahorse::Model::Operation.new.tap do |o|
|
16738
|
+
o.name = "GetIpamPoolAllocations"
|
16739
|
+
o.http_method = "POST"
|
16740
|
+
o.http_request_uri = "/"
|
16741
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamPoolAllocationsRequest)
|
16742
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamPoolAllocationsResult)
|
16743
|
+
o[:pager] = Aws::Pager.new(
|
16744
|
+
limit_key: "max_results",
|
16745
|
+
tokens: {
|
16746
|
+
"next_token" => "next_token"
|
16747
|
+
}
|
16748
|
+
)
|
16749
|
+
end)
|
16750
|
+
|
16751
|
+
api.add_operation(:get_ipam_pool_cidrs, Seahorse::Model::Operation.new.tap do |o|
|
16752
|
+
o.name = "GetIpamPoolCidrs"
|
16753
|
+
o.http_method = "POST"
|
16754
|
+
o.http_request_uri = "/"
|
16755
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamPoolCidrsRequest)
|
16756
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamPoolCidrsResult)
|
16757
|
+
o[:pager] = Aws::Pager.new(
|
16758
|
+
limit_key: "max_results",
|
16759
|
+
tokens: {
|
16760
|
+
"next_token" => "next_token"
|
16761
|
+
}
|
16762
|
+
)
|
16763
|
+
end)
|
16764
|
+
|
16765
|
+
api.add_operation(:get_ipam_resource_cidrs, Seahorse::Model::Operation.new.tap do |o|
|
16766
|
+
o.name = "GetIpamResourceCidrs"
|
16767
|
+
o.http_method = "POST"
|
16768
|
+
o.http_request_uri = "/"
|
16769
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamResourceCidrsRequest)
|
16770
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamResourceCidrsResult)
|
16771
|
+
o[:pager] = Aws::Pager.new(
|
16772
|
+
limit_key: "max_results",
|
16773
|
+
tokens: {
|
16774
|
+
"next_token" => "next_token"
|
16775
|
+
}
|
16776
|
+
)
|
16777
|
+
end)
|
16778
|
+
|
15132
16779
|
api.add_operation(:get_launch_template_data, Seahorse::Model::Operation.new.tap do |o|
|
15133
16780
|
o.name = "GetLaunchTemplateData"
|
15134
16781
|
o.http_method = "POST"
|
@@ -15165,6 +16812,22 @@ module Aws::EC2
|
|
15165
16812
|
)
|
15166
16813
|
end)
|
15167
16814
|
|
16815
|
+
api.add_operation(:get_network_insights_access_scope_analysis_findings, Seahorse::Model::Operation.new.tap do |o|
|
16816
|
+
o.name = "GetNetworkInsightsAccessScopeAnalysisFindings"
|
16817
|
+
o.http_method = "POST"
|
16818
|
+
o.http_request_uri = "/"
|
16819
|
+
o.input = Shapes::ShapeRef.new(shape: GetNetworkInsightsAccessScopeAnalysisFindingsRequest)
|
16820
|
+
o.output = Shapes::ShapeRef.new(shape: GetNetworkInsightsAccessScopeAnalysisFindingsResult)
|
16821
|
+
end)
|
16822
|
+
|
16823
|
+
api.add_operation(:get_network_insights_access_scope_content, Seahorse::Model::Operation.new.tap do |o|
|
16824
|
+
o.name = "GetNetworkInsightsAccessScopeContent"
|
16825
|
+
o.http_method = "POST"
|
16826
|
+
o.http_request_uri = "/"
|
16827
|
+
o.input = Shapes::ShapeRef.new(shape: GetNetworkInsightsAccessScopeContentRequest)
|
16828
|
+
o.output = Shapes::ShapeRef.new(shape: GetNetworkInsightsAccessScopeContentResult)
|
16829
|
+
end)
|
16830
|
+
|
15168
16831
|
api.add_operation(:get_password_data, Seahorse::Model::Operation.new.tap do |o|
|
15169
16832
|
o.name = "GetPasswordData"
|
15170
16833
|
o.http_method = "POST"
|
@@ -15189,6 +16852,20 @@ module Aws::EC2
|
|
15189
16852
|
o.output = Shapes::ShapeRef.new(shape: GetSerialConsoleAccessStatusResult)
|
15190
16853
|
end)
|
15191
16854
|
|
16855
|
+
api.add_operation(:get_spot_placement_scores, Seahorse::Model::Operation.new.tap do |o|
|
16856
|
+
o.name = "GetSpotPlacementScores"
|
16857
|
+
o.http_method = "POST"
|
16858
|
+
o.http_request_uri = "/"
|
16859
|
+
o.input = Shapes::ShapeRef.new(shape: GetSpotPlacementScoresRequest)
|
16860
|
+
o.output = Shapes::ShapeRef.new(shape: GetSpotPlacementScoresResult)
|
16861
|
+
o[:pager] = Aws::Pager.new(
|
16862
|
+
limit_key: "max_results",
|
16863
|
+
tokens: {
|
16864
|
+
"next_token" => "next_token"
|
16865
|
+
}
|
16866
|
+
)
|
16867
|
+
end)
|
16868
|
+
|
15192
16869
|
api.add_operation(:get_subnet_cidr_reservations, Seahorse::Model::Operation.new.tap do |o|
|
15193
16870
|
o.name = "GetSubnetCidrReservations"
|
15194
16871
|
o.http_method = "POST"
|
@@ -15337,6 +17014,20 @@ module Aws::EC2
|
|
15337
17014
|
o.output = Shapes::ShapeRef.new(shape: ImportVolumeResult)
|
15338
17015
|
end)
|
15339
17016
|
|
17017
|
+
api.add_operation(:list_snapshots_in_recycle_bin, Seahorse::Model::Operation.new.tap do |o|
|
17018
|
+
o.name = "ListSnapshotsInRecycleBin"
|
17019
|
+
o.http_method = "POST"
|
17020
|
+
o.http_request_uri = "/"
|
17021
|
+
o.input = Shapes::ShapeRef.new(shape: ListSnapshotsInRecycleBinRequest)
|
17022
|
+
o.output = Shapes::ShapeRef.new(shape: ListSnapshotsInRecycleBinResult)
|
17023
|
+
o[:pager] = Aws::Pager.new(
|
17024
|
+
limit_key: "max_results",
|
17025
|
+
tokens: {
|
17026
|
+
"next_token" => "next_token"
|
17027
|
+
}
|
17028
|
+
)
|
17029
|
+
end)
|
17030
|
+
|
15340
17031
|
api.add_operation(:modify_address_attribute, Seahorse::Model::Operation.new.tap do |o|
|
15341
17032
|
o.name = "ModifyAddressAttribute"
|
15342
17033
|
o.http_method = "POST"
|
@@ -15497,6 +17188,38 @@ module Aws::EC2
|
|
15497
17188
|
o.output = Shapes::ShapeRef.new(shape: ModifyInstancePlacementResult)
|
15498
17189
|
end)
|
15499
17190
|
|
17191
|
+
api.add_operation(:modify_ipam, Seahorse::Model::Operation.new.tap do |o|
|
17192
|
+
o.name = "ModifyIpam"
|
17193
|
+
o.http_method = "POST"
|
17194
|
+
o.http_request_uri = "/"
|
17195
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamRequest)
|
17196
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamResult)
|
17197
|
+
end)
|
17198
|
+
|
17199
|
+
api.add_operation(:modify_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
17200
|
+
o.name = "ModifyIpamPool"
|
17201
|
+
o.http_method = "POST"
|
17202
|
+
o.http_request_uri = "/"
|
17203
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamPoolRequest)
|
17204
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamPoolResult)
|
17205
|
+
end)
|
17206
|
+
|
17207
|
+
api.add_operation(:modify_ipam_resource_cidr, Seahorse::Model::Operation.new.tap do |o|
|
17208
|
+
o.name = "ModifyIpamResourceCidr"
|
17209
|
+
o.http_method = "POST"
|
17210
|
+
o.http_request_uri = "/"
|
17211
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamResourceCidrRequest)
|
17212
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamResourceCidrResult)
|
17213
|
+
end)
|
17214
|
+
|
17215
|
+
api.add_operation(:modify_ipam_scope, Seahorse::Model::Operation.new.tap do |o|
|
17216
|
+
o.name = "ModifyIpamScope"
|
17217
|
+
o.http_method = "POST"
|
17218
|
+
o.http_request_uri = "/"
|
17219
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamScopeRequest)
|
17220
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamScopeResult)
|
17221
|
+
end)
|
17222
|
+
|
15500
17223
|
api.add_operation(:modify_launch_template, Seahorse::Model::Operation.new.tap do |o|
|
15501
17224
|
o.name = "ModifyLaunchTemplate"
|
15502
17225
|
o.http_method = "POST"
|
@@ -15521,6 +17244,14 @@ module Aws::EC2
|
|
15521
17244
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
15522
17245
|
end)
|
15523
17246
|
|
17247
|
+
api.add_operation(:modify_private_dns_name_options, Seahorse::Model::Operation.new.tap do |o|
|
17248
|
+
o.name = "ModifyPrivateDnsNameOptions"
|
17249
|
+
o.http_method = "POST"
|
17250
|
+
o.http_request_uri = "/"
|
17251
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyPrivateDnsNameOptionsRequest)
|
17252
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyPrivateDnsNameOptionsResult)
|
17253
|
+
end)
|
17254
|
+
|
15524
17255
|
api.add_operation(:modify_reserved_instances, Seahorse::Model::Operation.new.tap do |o|
|
15525
17256
|
o.name = "ModifyReservedInstances"
|
15526
17257
|
o.http_method = "POST"
|
@@ -15545,6 +17276,14 @@ module Aws::EC2
|
|
15545
17276
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
15546
17277
|
end)
|
15547
17278
|
|
17279
|
+
api.add_operation(:modify_snapshot_tier, Seahorse::Model::Operation.new.tap do |o|
|
17280
|
+
o.name = "ModifySnapshotTier"
|
17281
|
+
o.http_method = "POST"
|
17282
|
+
o.http_request_uri = "/"
|
17283
|
+
o.input = Shapes::ShapeRef.new(shape: ModifySnapshotTierRequest)
|
17284
|
+
o.output = Shapes::ShapeRef.new(shape: ModifySnapshotTierResult)
|
17285
|
+
end)
|
17286
|
+
|
15548
17287
|
api.add_operation(:modify_spot_fleet_request, Seahorse::Model::Operation.new.tap do |o|
|
15549
17288
|
o.name = "ModifySpotFleetRequest"
|
15550
17289
|
o.http_method = "POST"
|
@@ -15657,6 +17396,14 @@ module Aws::EC2
|
|
15657
17396
|
o.output = Shapes::ShapeRef.new(shape: ModifyVpcEndpointServiceConfigurationResult)
|
15658
17397
|
end)
|
15659
17398
|
|
17399
|
+
api.add_operation(:modify_vpc_endpoint_service_payer_responsibility, Seahorse::Model::Operation.new.tap do |o|
|
17400
|
+
o.name = "ModifyVpcEndpointServicePayerResponsibility"
|
17401
|
+
o.http_method = "POST"
|
17402
|
+
o.http_request_uri = "/"
|
17403
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyVpcEndpointServicePayerResponsibilityRequest)
|
17404
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyVpcEndpointServicePayerResponsibilityResult)
|
17405
|
+
end)
|
17406
|
+
|
15660
17407
|
api.add_operation(:modify_vpc_endpoint_service_permissions, Seahorse::Model::Operation.new.tap do |o|
|
15661
17408
|
o.name = "ModifyVpcEndpointServicePermissions"
|
15662
17409
|
o.http_method = "POST"
|
@@ -15729,6 +17476,14 @@ module Aws::EC2
|
|
15729
17476
|
o.output = Shapes::ShapeRef.new(shape: MoveAddressToVpcResult)
|
15730
17477
|
end)
|
15731
17478
|
|
17479
|
+
api.add_operation(:move_byoip_cidr_to_ipam, Seahorse::Model::Operation.new.tap do |o|
|
17480
|
+
o.name = "MoveByoipCidrToIpam"
|
17481
|
+
o.http_method = "POST"
|
17482
|
+
o.http_request_uri = "/"
|
17483
|
+
o.input = Shapes::ShapeRef.new(shape: MoveByoipCidrToIpamRequest)
|
17484
|
+
o.output = Shapes::ShapeRef.new(shape: MoveByoipCidrToIpamResult)
|
17485
|
+
end)
|
17486
|
+
|
15732
17487
|
api.add_operation(:provision_byoip_cidr, Seahorse::Model::Operation.new.tap do |o|
|
15733
17488
|
o.name = "ProvisionByoipCidr"
|
15734
17489
|
o.http_method = "POST"
|
@@ -15737,6 +17492,22 @@ module Aws::EC2
|
|
15737
17492
|
o.output = Shapes::ShapeRef.new(shape: ProvisionByoipCidrResult)
|
15738
17493
|
end)
|
15739
17494
|
|
17495
|
+
api.add_operation(:provision_ipam_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
17496
|
+
o.name = "ProvisionIpamPoolCidr"
|
17497
|
+
o.http_method = "POST"
|
17498
|
+
o.http_request_uri = "/"
|
17499
|
+
o.input = Shapes::ShapeRef.new(shape: ProvisionIpamPoolCidrRequest)
|
17500
|
+
o.output = Shapes::ShapeRef.new(shape: ProvisionIpamPoolCidrResult)
|
17501
|
+
end)
|
17502
|
+
|
17503
|
+
api.add_operation(:provision_public_ipv_4_pool_cidr, Seahorse::Model::Operation.new.tap do |o|
|
17504
|
+
o.name = "ProvisionPublicIpv4PoolCidr"
|
17505
|
+
o.http_method = "POST"
|
17506
|
+
o.http_request_uri = "/"
|
17507
|
+
o.input = Shapes::ShapeRef.new(shape: ProvisionPublicIpv4PoolCidrRequest)
|
17508
|
+
o.output = Shapes::ShapeRef.new(shape: ProvisionPublicIpv4PoolCidrResult)
|
17509
|
+
end)
|
17510
|
+
|
15740
17511
|
api.add_operation(:purchase_host_reservation, Seahorse::Model::Operation.new.tap do |o|
|
15741
17512
|
o.name = "PurchaseHostReservation"
|
15742
17513
|
o.http_method = "POST"
|
@@ -15857,6 +17628,14 @@ module Aws::EC2
|
|
15857
17628
|
o.output = Shapes::ShapeRef.new(shape: ReleaseHostsResult)
|
15858
17629
|
end)
|
15859
17630
|
|
17631
|
+
api.add_operation(:release_ipam_pool_allocation, Seahorse::Model::Operation.new.tap do |o|
|
17632
|
+
o.name = "ReleaseIpamPoolAllocation"
|
17633
|
+
o.http_method = "POST"
|
17634
|
+
o.http_request_uri = "/"
|
17635
|
+
o.input = Shapes::ShapeRef.new(shape: ReleaseIpamPoolAllocationRequest)
|
17636
|
+
o.output = Shapes::ShapeRef.new(shape: ReleaseIpamPoolAllocationResult)
|
17637
|
+
end)
|
17638
|
+
|
15860
17639
|
api.add_operation(:replace_iam_instance_profile_association, Seahorse::Model::Operation.new.tap do |o|
|
15861
17640
|
o.name = "ReplaceIamInstanceProfileAssociation"
|
15862
17641
|
o.http_method = "POST"
|
@@ -16001,6 +17780,22 @@ module Aws::EC2
|
|
16001
17780
|
o.output = Shapes::ShapeRef.new(shape: RestoreManagedPrefixListVersionResult)
|
16002
17781
|
end)
|
16003
17782
|
|
17783
|
+
api.add_operation(:restore_snapshot_from_recycle_bin, Seahorse::Model::Operation.new.tap do |o|
|
17784
|
+
o.name = "RestoreSnapshotFromRecycleBin"
|
17785
|
+
o.http_method = "POST"
|
17786
|
+
o.http_request_uri = "/"
|
17787
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreSnapshotFromRecycleBinRequest)
|
17788
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreSnapshotFromRecycleBinResult)
|
17789
|
+
end)
|
17790
|
+
|
17791
|
+
api.add_operation(:restore_snapshot_tier, Seahorse::Model::Operation.new.tap do |o|
|
17792
|
+
o.name = "RestoreSnapshotTier"
|
17793
|
+
o.http_method = "POST"
|
17794
|
+
o.http_request_uri = "/"
|
17795
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreSnapshotTierRequest)
|
17796
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreSnapshotTierResult)
|
17797
|
+
end)
|
17798
|
+
|
16004
17799
|
api.add_operation(:revoke_client_vpn_ingress, Seahorse::Model::Operation.new.tap do |o|
|
16005
17800
|
o.name = "RevokeClientVpnIngress"
|
16006
17801
|
o.http_method = "POST"
|
@@ -16093,6 +17888,14 @@ module Aws::EC2
|
|
16093
17888
|
o.output = Shapes::ShapeRef.new(shape: StartInstancesResult)
|
16094
17889
|
end)
|
16095
17890
|
|
17891
|
+
api.add_operation(:start_network_insights_access_scope_analysis, Seahorse::Model::Operation.new.tap do |o|
|
17892
|
+
o.name = "StartNetworkInsightsAccessScopeAnalysis"
|
17893
|
+
o.http_method = "POST"
|
17894
|
+
o.http_request_uri = "/"
|
17895
|
+
o.input = Shapes::ShapeRef.new(shape: StartNetworkInsightsAccessScopeAnalysisRequest)
|
17896
|
+
o.output = Shapes::ShapeRef.new(shape: StartNetworkInsightsAccessScopeAnalysisResult)
|
17897
|
+
end)
|
17898
|
+
|
16096
17899
|
api.add_operation(:start_network_insights_analysis, Seahorse::Model::Operation.new.tap do |o|
|
16097
17900
|
o.name = "StartNetworkInsightsAnalysis"
|
16098
17901
|
o.http_method = "POST"
|