aws-sdk-ec2 1.580.0 → 1.582.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +1399 -148
- data/lib/aws-sdk-ec2/client_api.rb +462 -0
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/placement_group.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +42 -19
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +4 -4
- data/lib/aws-sdk-ec2/types.rb +1492 -10
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +14 -6
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +416 -117
- data/sig/instance.rbs +2 -2
- data/sig/resource.rbs +29 -18
- data/sig/security_group.rbs +2 -2
- data/sig/snapshot.rbs +1 -1
- data/sig/subnet.rbs +3 -3
- data/sig/tag.rbs +1 -1
- data/sig/types.rbs +363 -20
- data/sig/volume.rbs +1 -1
- data/sig/vpc.rbs +5 -5
- metadata +3 -3
|
@@ -534,6 +534,8 @@ module Aws::EC2
|
|
|
534
534
|
CreateInstanceExportTaskResult = Shapes::StructureShape.new(name: 'CreateInstanceExportTaskResult')
|
|
535
535
|
CreateInternetGatewayRequest = Shapes::StructureShape.new(name: 'CreateInternetGatewayRequest')
|
|
536
536
|
CreateInternetGatewayResult = Shapes::StructureShape.new(name: 'CreateInternetGatewayResult')
|
|
537
|
+
CreateInterruptibleCapacityReservationAllocationRequest = Shapes::StructureShape.new(name: 'CreateInterruptibleCapacityReservationAllocationRequest')
|
|
538
|
+
CreateInterruptibleCapacityReservationAllocationResult = Shapes::StructureShape.new(name: 'CreateInterruptibleCapacityReservationAllocationResult')
|
|
537
539
|
CreateIpamExternalResourceVerificationTokenRequest = Shapes::StructureShape.new(name: 'CreateIpamExternalResourceVerificationTokenRequest')
|
|
538
540
|
CreateIpamExternalResourceVerificationTokenResult = Shapes::StructureShape.new(name: 'CreateIpamExternalResourceVerificationTokenResult')
|
|
539
541
|
CreateIpamPolicyRequest = Shapes::StructureShape.new(name: 'CreateIpamPolicyRequest')
|
|
@@ -631,6 +633,10 @@ module Aws::EC2
|
|
|
631
633
|
CreateTransitGatewayConnectRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayConnectRequest')
|
|
632
634
|
CreateTransitGatewayConnectRequestOptions = Shapes::StructureShape.new(name: 'CreateTransitGatewayConnectRequestOptions')
|
|
633
635
|
CreateTransitGatewayConnectResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayConnectResult')
|
|
636
|
+
CreateTransitGatewayMeteringPolicyEntryRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayMeteringPolicyEntryRequest')
|
|
637
|
+
CreateTransitGatewayMeteringPolicyEntryResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayMeteringPolicyEntryResult')
|
|
638
|
+
CreateTransitGatewayMeteringPolicyRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayMeteringPolicyRequest')
|
|
639
|
+
CreateTransitGatewayMeteringPolicyResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayMeteringPolicyResult')
|
|
634
640
|
CreateTransitGatewayMulticastDomainRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayMulticastDomainRequest')
|
|
635
641
|
CreateTransitGatewayMulticastDomainRequestOptions = Shapes::StructureShape.new(name: 'CreateTransitGatewayMulticastDomainRequestOptions')
|
|
636
642
|
CreateTransitGatewayMulticastDomainResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayMulticastDomainResult')
|
|
@@ -676,6 +682,8 @@ module Aws::EC2
|
|
|
676
682
|
CreateVolumeRequest = Shapes::StructureShape.new(name: 'CreateVolumeRequest')
|
|
677
683
|
CreateVpcBlockPublicAccessExclusionRequest = Shapes::StructureShape.new(name: 'CreateVpcBlockPublicAccessExclusionRequest')
|
|
678
684
|
CreateVpcBlockPublicAccessExclusionResult = Shapes::StructureShape.new(name: 'CreateVpcBlockPublicAccessExclusionResult')
|
|
685
|
+
CreateVpcEncryptionControlRequest = Shapes::StructureShape.new(name: 'CreateVpcEncryptionControlRequest')
|
|
686
|
+
CreateVpcEncryptionControlResult = Shapes::StructureShape.new(name: 'CreateVpcEncryptionControlResult')
|
|
679
687
|
CreateVpcEndpointConnectionNotificationRequest = Shapes::StructureShape.new(name: 'CreateVpcEndpointConnectionNotificationRequest')
|
|
680
688
|
CreateVpcEndpointConnectionNotificationResult = Shapes::StructureShape.new(name: 'CreateVpcEndpointConnectionNotificationResult')
|
|
681
689
|
CreateVpcEndpointRequest = Shapes::StructureShape.new(name: 'CreateVpcEndpointRequest')
|
|
@@ -854,6 +862,10 @@ module Aws::EC2
|
|
|
854
862
|
DeleteTransitGatewayConnectPeerResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayConnectPeerResult')
|
|
855
863
|
DeleteTransitGatewayConnectRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayConnectRequest')
|
|
856
864
|
DeleteTransitGatewayConnectResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayConnectResult')
|
|
865
|
+
DeleteTransitGatewayMeteringPolicyEntryRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMeteringPolicyEntryRequest')
|
|
866
|
+
DeleteTransitGatewayMeteringPolicyEntryResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMeteringPolicyEntryResult')
|
|
867
|
+
DeleteTransitGatewayMeteringPolicyRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMeteringPolicyRequest')
|
|
868
|
+
DeleteTransitGatewayMeteringPolicyResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMeteringPolicyResult')
|
|
857
869
|
DeleteTransitGatewayMulticastDomainRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMulticastDomainRequest')
|
|
858
870
|
DeleteTransitGatewayMulticastDomainResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMulticastDomainResult')
|
|
859
871
|
DeleteTransitGatewayPeeringAttachmentRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayPeeringAttachmentRequest')
|
|
@@ -883,6 +895,8 @@ module Aws::EC2
|
|
|
883
895
|
DeleteVolumeRequest = Shapes::StructureShape.new(name: 'DeleteVolumeRequest')
|
|
884
896
|
DeleteVpcBlockPublicAccessExclusionRequest = Shapes::StructureShape.new(name: 'DeleteVpcBlockPublicAccessExclusionRequest')
|
|
885
897
|
DeleteVpcBlockPublicAccessExclusionResult = Shapes::StructureShape.new(name: 'DeleteVpcBlockPublicAccessExclusionResult')
|
|
898
|
+
DeleteVpcEncryptionControlRequest = Shapes::StructureShape.new(name: 'DeleteVpcEncryptionControlRequest')
|
|
899
|
+
DeleteVpcEncryptionControlResult = Shapes::StructureShape.new(name: 'DeleteVpcEncryptionControlResult')
|
|
886
900
|
DeleteVpcEndpointConnectionNotificationsRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointConnectionNotificationsRequest')
|
|
887
901
|
DeleteVpcEndpointConnectionNotificationsResult = Shapes::StructureShape.new(name: 'DeleteVpcEndpointConnectionNotificationsResult')
|
|
888
902
|
DeleteVpcEndpointServiceConfigurationsRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointServiceConfigurationsRequest')
|
|
@@ -1279,6 +1293,8 @@ module Aws::EC2
|
|
|
1279
1293
|
DescribeTransitGatewayConnectPeersResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayConnectPeersResult')
|
|
1280
1294
|
DescribeTransitGatewayConnectsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayConnectsRequest')
|
|
1281
1295
|
DescribeTransitGatewayConnectsResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayConnectsResult')
|
|
1296
|
+
DescribeTransitGatewayMeteringPoliciesRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayMeteringPoliciesRequest')
|
|
1297
|
+
DescribeTransitGatewayMeteringPoliciesResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayMeteringPoliciesResult')
|
|
1282
1298
|
DescribeTransitGatewayMulticastDomainsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayMulticastDomainsRequest')
|
|
1283
1299
|
DescribeTransitGatewayMulticastDomainsResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayMulticastDomainsResult')
|
|
1284
1300
|
DescribeTransitGatewayPeeringAttachmentsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayPeeringAttachmentsRequest')
|
|
@@ -1332,6 +1348,9 @@ module Aws::EC2
|
|
|
1332
1348
|
DescribeVpcClassicLinkDnsSupportResult = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkDnsSupportResult')
|
|
1333
1349
|
DescribeVpcClassicLinkRequest = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkRequest')
|
|
1334
1350
|
DescribeVpcClassicLinkResult = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkResult')
|
|
1351
|
+
DescribeVpcEncryptionControlsMaxResults = Shapes::IntegerShape.new(name: 'DescribeVpcEncryptionControlsMaxResults')
|
|
1352
|
+
DescribeVpcEncryptionControlsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEncryptionControlsRequest')
|
|
1353
|
+
DescribeVpcEncryptionControlsResult = Shapes::StructureShape.new(name: 'DescribeVpcEncryptionControlsResult')
|
|
1335
1354
|
DescribeVpcEndpointAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointAssociationsRequest')
|
|
1336
1355
|
DescribeVpcEndpointAssociationsResult = Shapes::StructureShape.new(name: 'DescribeVpcEndpointAssociationsResult')
|
|
1337
1356
|
DescribeVpcEndpointConnectionNotificationsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointConnectionNotificationsRequest')
|
|
@@ -1595,6 +1614,9 @@ module Aws::EC2
|
|
|
1595
1614
|
EnclaveOptions = Shapes::StructureShape.new(name: 'EnclaveOptions')
|
|
1596
1615
|
EnclaveOptionsRequest = Shapes::StructureShape.new(name: 'EnclaveOptionsRequest')
|
|
1597
1616
|
EncryptionInTransitSupported = Shapes::BooleanShape.new(name: 'EncryptionInTransitSupported')
|
|
1617
|
+
EncryptionStateValue = Shapes::StringShape.new(name: 'EncryptionStateValue')
|
|
1618
|
+
EncryptionSupport = Shapes::StructureShape.new(name: 'EncryptionSupport')
|
|
1619
|
+
EncryptionSupportOptionValue = Shapes::StringShape.new(name: 'EncryptionSupportOptionValue')
|
|
1598
1620
|
EndDateType = Shapes::StringShape.new(name: 'EndDateType')
|
|
1599
1621
|
EndpointIpAddressType = Shapes::StringShape.new(name: 'EndpointIpAddressType')
|
|
1600
1622
|
EndpointSet = Shapes::ListShape.new(name: 'EndpointSet')
|
|
@@ -1832,6 +1854,8 @@ module Aws::EC2
|
|
|
1832
1854
|
GetSubnetCidrReservationsResult = Shapes::StructureShape.new(name: 'GetSubnetCidrReservationsResult')
|
|
1833
1855
|
GetTransitGatewayAttachmentPropagationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayAttachmentPropagationsRequest')
|
|
1834
1856
|
GetTransitGatewayAttachmentPropagationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayAttachmentPropagationsResult')
|
|
1857
|
+
GetTransitGatewayMeteringPolicyEntriesRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayMeteringPolicyEntriesRequest')
|
|
1858
|
+
GetTransitGatewayMeteringPolicyEntriesResult = Shapes::StructureShape.new(name: 'GetTransitGatewayMeteringPolicyEntriesResult')
|
|
1835
1859
|
GetTransitGatewayMulticastDomainAssociationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayMulticastDomainAssociationsRequest')
|
|
1836
1860
|
GetTransitGatewayMulticastDomainAssociationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayMulticastDomainAssociationsResult')
|
|
1837
1861
|
GetTransitGatewayPolicyTableAssociationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayPolicyTableAssociationsRequest')
|
|
@@ -1851,6 +1875,9 @@ module Aws::EC2
|
|
|
1851
1875
|
GetVerifiedAccessEndpointTargetsResult = Shapes::StructureShape.new(name: 'GetVerifiedAccessEndpointTargetsResult')
|
|
1852
1876
|
GetVerifiedAccessGroupPolicyRequest = Shapes::StructureShape.new(name: 'GetVerifiedAccessGroupPolicyRequest')
|
|
1853
1877
|
GetVerifiedAccessGroupPolicyResult = Shapes::StructureShape.new(name: 'GetVerifiedAccessGroupPolicyResult')
|
|
1878
|
+
GetVpcResourcesBlockingEncryptionEnforcementMaxResults = Shapes::IntegerShape.new(name: 'GetVpcResourcesBlockingEncryptionEnforcementMaxResults')
|
|
1879
|
+
GetVpcResourcesBlockingEncryptionEnforcementRequest = Shapes::StructureShape.new(name: 'GetVpcResourcesBlockingEncryptionEnforcementRequest')
|
|
1880
|
+
GetVpcResourcesBlockingEncryptionEnforcementResult = Shapes::StructureShape.new(name: 'GetVpcResourcesBlockingEncryptionEnforcementResult')
|
|
1854
1881
|
GetVpnConnectionDeviceSampleConfigurationRequest = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceSampleConfigurationRequest')
|
|
1855
1882
|
GetVpnConnectionDeviceSampleConfigurationResult = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceSampleConfigurationResult')
|
|
1856
1883
|
GetVpnConnectionDeviceTypesRequest = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceTypesRequest')
|
|
@@ -2149,6 +2176,10 @@ module Aws::EC2
|
|
|
2149
2176
|
InternetGatewayId = Shapes::StringShape.new(name: 'InternetGatewayId')
|
|
2150
2177
|
InternetGatewayIdList = Shapes::ListShape.new(name: 'InternetGatewayIdList')
|
|
2151
2178
|
InternetGatewayList = Shapes::ListShape.new(name: 'InternetGatewayList')
|
|
2179
|
+
InterruptibleCapacityAllocation = Shapes::StructureShape.new(name: 'InterruptibleCapacityAllocation')
|
|
2180
|
+
InterruptibleCapacityReservationAllocationStatus = Shapes::StringShape.new(name: 'InterruptibleCapacityReservationAllocationStatus')
|
|
2181
|
+
InterruptionInfo = Shapes::StructureShape.new(name: 'InterruptionInfo')
|
|
2182
|
+
InterruptionType = Shapes::StringShape.new(name: 'InterruptionType')
|
|
2152
2183
|
IpAddress = Shapes::StringShape.new(name: 'IpAddress')
|
|
2153
2184
|
IpAddressList = Shapes::ListShape.new(name: 'IpAddressList')
|
|
2154
2185
|
IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
|
|
@@ -2413,6 +2444,8 @@ module Aws::EC2
|
|
|
2413
2444
|
ListSnapshotsInRecycleBinMaxResults = Shapes::IntegerShape.new(name: 'ListSnapshotsInRecycleBinMaxResults')
|
|
2414
2445
|
ListSnapshotsInRecycleBinRequest = Shapes::StructureShape.new(name: 'ListSnapshotsInRecycleBinRequest')
|
|
2415
2446
|
ListSnapshotsInRecycleBinResult = Shapes::StructureShape.new(name: 'ListSnapshotsInRecycleBinResult')
|
|
2447
|
+
ListVolumesInRecycleBinRequest = Shapes::StructureShape.new(name: 'ListVolumesInRecycleBinRequest')
|
|
2448
|
+
ListVolumesInRecycleBinResult = Shapes::StructureShape.new(name: 'ListVolumesInRecycleBinResult')
|
|
2416
2449
|
ListingState = Shapes::StringShape.new(name: 'ListingState')
|
|
2417
2450
|
ListingStatus = Shapes::StringShape.new(name: 'ListingStatus')
|
|
2418
2451
|
LoadBalancerArn = Shapes::StringShape.new(name: 'LoadBalancerArn')
|
|
@@ -2622,6 +2655,8 @@ module Aws::EC2
|
|
|
2622
2655
|
ModifyTrafficMirrorFilterRuleResult = Shapes::StructureShape.new(name: 'ModifyTrafficMirrorFilterRuleResult')
|
|
2623
2656
|
ModifyTrafficMirrorSessionRequest = Shapes::StructureShape.new(name: 'ModifyTrafficMirrorSessionRequest')
|
|
2624
2657
|
ModifyTrafficMirrorSessionResult = Shapes::StructureShape.new(name: 'ModifyTrafficMirrorSessionResult')
|
|
2658
|
+
ModifyTransitGatewayMeteringPolicyRequest = Shapes::StructureShape.new(name: 'ModifyTransitGatewayMeteringPolicyRequest')
|
|
2659
|
+
ModifyTransitGatewayMeteringPolicyResult = Shapes::StructureShape.new(name: 'ModifyTransitGatewayMeteringPolicyResult')
|
|
2625
2660
|
ModifyTransitGatewayOptions = Shapes::StructureShape.new(name: 'ModifyTransitGatewayOptions')
|
|
2626
2661
|
ModifyTransitGatewayPrefixListReferenceRequest = Shapes::StructureShape.new(name: 'ModifyTransitGatewayPrefixListReferenceRequest')
|
|
2627
2662
|
ModifyTransitGatewayPrefixListReferenceResult = Shapes::StructureShape.new(name: 'ModifyTransitGatewayPrefixListReferenceResult')
|
|
@@ -2662,6 +2697,8 @@ module Aws::EC2
|
|
|
2662
2697
|
ModifyVpcBlockPublicAccessExclusionResult = Shapes::StructureShape.new(name: 'ModifyVpcBlockPublicAccessExclusionResult')
|
|
2663
2698
|
ModifyVpcBlockPublicAccessOptionsRequest = Shapes::StructureShape.new(name: 'ModifyVpcBlockPublicAccessOptionsRequest')
|
|
2664
2699
|
ModifyVpcBlockPublicAccessOptionsResult = Shapes::StructureShape.new(name: 'ModifyVpcBlockPublicAccessOptionsResult')
|
|
2700
|
+
ModifyVpcEncryptionControlRequest = Shapes::StructureShape.new(name: 'ModifyVpcEncryptionControlRequest')
|
|
2701
|
+
ModifyVpcEncryptionControlResult = Shapes::StructureShape.new(name: 'ModifyVpcEncryptionControlResult')
|
|
2665
2702
|
ModifyVpcEndpointConnectionNotificationRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointConnectionNotificationRequest')
|
|
2666
2703
|
ModifyVpcEndpointConnectionNotificationResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointConnectionNotificationResult')
|
|
2667
2704
|
ModifyVpcEndpointRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointRequest')
|
|
@@ -3132,6 +3169,8 @@ module Aws::EC2
|
|
|
3132
3169
|
RestoreSnapshotTierRequest = Shapes::StructureShape.new(name: 'RestoreSnapshotTierRequest')
|
|
3133
3170
|
RestoreSnapshotTierRequestTemporaryRestoreDays = Shapes::IntegerShape.new(name: 'RestoreSnapshotTierRequestTemporaryRestoreDays')
|
|
3134
3171
|
RestoreSnapshotTierResult = Shapes::StructureShape.new(name: 'RestoreSnapshotTierResult')
|
|
3172
|
+
RestoreVolumeFromRecycleBinRequest = Shapes::StructureShape.new(name: 'RestoreVolumeFromRecycleBinRequest')
|
|
3173
|
+
RestoreVolumeFromRecycleBinResult = Shapes::StructureShape.new(name: 'RestoreVolumeFromRecycleBinResult')
|
|
3135
3174
|
ResultRange = Shapes::IntegerShape.new(name: 'ResultRange')
|
|
3136
3175
|
RetentionPeriodRequestDays = Shapes::IntegerShape.new(name: 'RetentionPeriodRequestDays')
|
|
3137
3176
|
RetentionPeriodResponseDays = Shapes::IntegerShape.new(name: 'RetentionPeriodResponseDays')
|
|
@@ -3518,6 +3557,16 @@ module Aws::EC2
|
|
|
3518
3557
|
TransitGatewayIdStringList = Shapes::ListShape.new(name: 'TransitGatewayIdStringList')
|
|
3519
3558
|
TransitGatewayList = Shapes::ListShape.new(name: 'TransitGatewayList')
|
|
3520
3559
|
TransitGatewayMaxResults = Shapes::IntegerShape.new(name: 'TransitGatewayMaxResults')
|
|
3560
|
+
TransitGatewayMeteringPayerType = Shapes::StringShape.new(name: 'TransitGatewayMeteringPayerType')
|
|
3561
|
+
TransitGatewayMeteringPolicy = Shapes::StructureShape.new(name: 'TransitGatewayMeteringPolicy')
|
|
3562
|
+
TransitGatewayMeteringPolicyEntry = Shapes::StructureShape.new(name: 'TransitGatewayMeteringPolicyEntry')
|
|
3563
|
+
TransitGatewayMeteringPolicyEntryList = Shapes::ListShape.new(name: 'TransitGatewayMeteringPolicyEntryList')
|
|
3564
|
+
TransitGatewayMeteringPolicyEntryState = Shapes::StringShape.new(name: 'TransitGatewayMeteringPolicyEntryState')
|
|
3565
|
+
TransitGatewayMeteringPolicyId = Shapes::StringShape.new(name: 'TransitGatewayMeteringPolicyId')
|
|
3566
|
+
TransitGatewayMeteringPolicyIdStringList = Shapes::ListShape.new(name: 'TransitGatewayMeteringPolicyIdStringList')
|
|
3567
|
+
TransitGatewayMeteringPolicyList = Shapes::ListShape.new(name: 'TransitGatewayMeteringPolicyList')
|
|
3568
|
+
TransitGatewayMeteringPolicyRule = Shapes::StructureShape.new(name: 'TransitGatewayMeteringPolicyRule')
|
|
3569
|
+
TransitGatewayMeteringPolicyState = Shapes::StringShape.new(name: 'TransitGatewayMeteringPolicyState')
|
|
3521
3570
|
TransitGatewayMulitcastDomainAssociationState = Shapes::StringShape.new(name: 'TransitGatewayMulitcastDomainAssociationState')
|
|
3522
3571
|
TransitGatewayMulticastDeregisteredGroupMembers = Shapes::StructureShape.new(name: 'TransitGatewayMulticastDeregisteredGroupMembers')
|
|
3523
3572
|
TransitGatewayMulticastDeregisteredGroupSources = Shapes::StructureShape.new(name: 'TransitGatewayMulticastDeregisteredGroupSources')
|
|
@@ -3613,6 +3662,8 @@ module Aws::EC2
|
|
|
3613
3662
|
UnsuccessfulItemSet = Shapes::ListShape.new(name: 'UnsuccessfulItemSet')
|
|
3614
3663
|
UpdateCapacityManagerOrganizationsAccessRequest = Shapes::StructureShape.new(name: 'UpdateCapacityManagerOrganizationsAccessRequest')
|
|
3615
3664
|
UpdateCapacityManagerOrganizationsAccessResult = Shapes::StructureShape.new(name: 'UpdateCapacityManagerOrganizationsAccessResult')
|
|
3665
|
+
UpdateInterruptibleCapacityReservationAllocationRequest = Shapes::StructureShape.new(name: 'UpdateInterruptibleCapacityReservationAllocationRequest')
|
|
3666
|
+
UpdateInterruptibleCapacityReservationAllocationResult = Shapes::StructureShape.new(name: 'UpdateInterruptibleCapacityReservationAllocationResult')
|
|
3616
3667
|
UpdateSecurityGroupRuleDescriptionsEgressRequest = Shapes::StructureShape.new(name: 'UpdateSecurityGroupRuleDescriptionsEgressRequest')
|
|
3617
3668
|
UpdateSecurityGroupRuleDescriptionsEgressResult = Shapes::StructureShape.new(name: 'UpdateSecurityGroupRuleDescriptionsEgressResult')
|
|
3618
3669
|
UpdateSecurityGroupRuleDescriptionsIngressRequest = Shapes::StructureShape.new(name: 'UpdateSecurityGroupRuleDescriptionsIngressRequest')
|
|
@@ -3710,6 +3761,8 @@ module Aws::EC2
|
|
|
3710
3761
|
VolumeModification = Shapes::StructureShape.new(name: 'VolumeModification')
|
|
3711
3762
|
VolumeModificationList = Shapes::ListShape.new(name: 'VolumeModificationList')
|
|
3712
3763
|
VolumeModificationState = Shapes::StringShape.new(name: 'VolumeModificationState')
|
|
3764
|
+
VolumeRecycleBinInfo = Shapes::StructureShape.new(name: 'VolumeRecycleBinInfo')
|
|
3765
|
+
VolumeRecycleBinInfoList = Shapes::ListShape.new(name: 'VolumeRecycleBinInfoList')
|
|
3713
3766
|
VolumeState = Shapes::StringShape.new(name: 'VolumeState')
|
|
3714
3767
|
VolumeStatusAction = Shapes::StructureShape.new(name: 'VolumeStatusAction')
|
|
3715
3768
|
VolumeStatusActionsList = Shapes::ListShape.new(name: 'VolumeStatusActionsList')
|
|
@@ -3746,12 +3799,18 @@ module Aws::EC2
|
|
|
3746
3799
|
VpcClassicLinkIdList = Shapes::ListShape.new(name: 'VpcClassicLinkIdList')
|
|
3747
3800
|
VpcClassicLinkList = Shapes::ListShape.new(name: 'VpcClassicLinkList')
|
|
3748
3801
|
VpcEncryptionControl = Shapes::StructureShape.new(name: 'VpcEncryptionControl')
|
|
3802
|
+
VpcEncryptionControlConfiguration = Shapes::StructureShape.new(name: 'VpcEncryptionControlConfiguration')
|
|
3749
3803
|
VpcEncryptionControlExclusion = Shapes::StructureShape.new(name: 'VpcEncryptionControlExclusion')
|
|
3750
3804
|
VpcEncryptionControlExclusionState = Shapes::StringShape.new(name: 'VpcEncryptionControlExclusionState')
|
|
3805
|
+
VpcEncryptionControlExclusionStateInput = Shapes::StringShape.new(name: 'VpcEncryptionControlExclusionStateInput')
|
|
3751
3806
|
VpcEncryptionControlExclusions = Shapes::StructureShape.new(name: 'VpcEncryptionControlExclusions')
|
|
3752
3807
|
VpcEncryptionControlId = Shapes::StringShape.new(name: 'VpcEncryptionControlId')
|
|
3808
|
+
VpcEncryptionControlIdList = Shapes::ListShape.new(name: 'VpcEncryptionControlIdList')
|
|
3809
|
+
VpcEncryptionControlList = Shapes::ListShape.new(name: 'VpcEncryptionControlList')
|
|
3753
3810
|
VpcEncryptionControlMode = Shapes::StringShape.new(name: 'VpcEncryptionControlMode')
|
|
3754
3811
|
VpcEncryptionControlState = Shapes::StringShape.new(name: 'VpcEncryptionControlState')
|
|
3812
|
+
VpcEncryptionNonCompliantResource = Shapes::StructureShape.new(name: 'VpcEncryptionNonCompliantResource')
|
|
3813
|
+
VpcEncryptionNonCompliantResourceList = Shapes::ListShape.new(name: 'VpcEncryptionNonCompliantResourceList')
|
|
3755
3814
|
VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
|
|
3756
3815
|
VpcEndpointAssociation = Shapes::StructureShape.new(name: 'VpcEndpointAssociation')
|
|
3757
3816
|
VpcEndpointAssociationSet = Shapes::ListShape.new(name: 'VpcEndpointAssociationSet')
|
|
@@ -4709,6 +4768,7 @@ module Aws::EC2
|
|
|
4709
4768
|
ByoipCidr.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
|
4710
4769
|
ByoipCidr.add_member(:state, Shapes::ShapeRef.new(shape: ByoipCidrState, location_name: "state"))
|
|
4711
4770
|
ByoipCidr.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "networkBorderGroup"))
|
|
4771
|
+
ByoipCidr.add_member(:advertisement_type, Shapes::ShapeRef.new(shape: String, location_name: "advertisementType"))
|
|
4712
4772
|
ByoipCidr.struct_class = Types::ByoipCidr
|
|
4713
4773
|
|
|
4714
4774
|
ByoipCidrSet.member = Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "item")
|
|
@@ -4967,6 +5027,9 @@ module Aws::EC2
|
|
|
4967
5027
|
CapacityReservation.add_member(:commitment_info, Shapes::ShapeRef.new(shape: CapacityReservationCommitmentInfo, location_name: "commitmentInfo"))
|
|
4968
5028
|
CapacityReservation.add_member(:delivery_preference, Shapes::ShapeRef.new(shape: CapacityReservationDeliveryPreference, location_name: "deliveryPreference"))
|
|
4969
5029
|
CapacityReservation.add_member(:capacity_block_id, Shapes::ShapeRef.new(shape: CapacityBlockId, location_name: "capacityBlockId"))
|
|
5030
|
+
CapacityReservation.add_member(:interruptible, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "interruptible"))
|
|
5031
|
+
CapacityReservation.add_member(:interruptible_capacity_allocation, Shapes::ShapeRef.new(shape: InterruptibleCapacityAllocation, location_name: "interruptibleCapacityAllocation"))
|
|
5032
|
+
CapacityReservation.add_member(:interruption_info, Shapes::ShapeRef.new(shape: InterruptionInfo, location_name: "interruptionInfo"))
|
|
4970
5033
|
CapacityReservation.struct_class = Types::CapacityReservation
|
|
4971
5034
|
|
|
4972
5035
|
CapacityReservationBillingRequest.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationId"))
|
|
@@ -5250,11 +5313,17 @@ module Aws::EC2
|
|
|
5250
5313
|
CloudWatchLogOptions.add_member(:log_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "logEnabled"))
|
|
5251
5314
|
CloudWatchLogOptions.add_member(:log_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "logGroupArn"))
|
|
5252
5315
|
CloudWatchLogOptions.add_member(:log_output_format, Shapes::ShapeRef.new(shape: String, location_name: "logOutputFormat"))
|
|
5316
|
+
CloudWatchLogOptions.add_member(:bgp_log_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "bgpLogEnabled"))
|
|
5317
|
+
CloudWatchLogOptions.add_member(:bgp_log_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "bgpLogGroupArn"))
|
|
5318
|
+
CloudWatchLogOptions.add_member(:bgp_log_output_format, Shapes::ShapeRef.new(shape: String, location_name: "bgpLogOutputFormat"))
|
|
5253
5319
|
CloudWatchLogOptions.struct_class = Types::CloudWatchLogOptions
|
|
5254
5320
|
|
|
5255
5321
|
CloudWatchLogOptionsSpecification.add_member(:log_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "LogEnabled"))
|
|
5256
5322
|
CloudWatchLogOptionsSpecification.add_member(:log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogGroupArn, location_name: "LogGroupArn"))
|
|
5257
5323
|
CloudWatchLogOptionsSpecification.add_member(:log_output_format, Shapes::ShapeRef.new(shape: String, location_name: "LogOutputFormat"))
|
|
5324
|
+
CloudWatchLogOptionsSpecification.add_member(:bgp_log_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "BgpLogEnabled"))
|
|
5325
|
+
CloudWatchLogOptionsSpecification.add_member(:bgp_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogGroupArn, location_name: "BgpLogGroupArn"))
|
|
5326
|
+
CloudWatchLogOptionsSpecification.add_member(:bgp_log_output_format, Shapes::ShapeRef.new(shape: String, location_name: "BgpLogOutputFormat"))
|
|
5258
5327
|
CloudWatchLogOptionsSpecification.struct_class = Types::CloudWatchLogOptionsSpecification
|
|
5259
5328
|
|
|
5260
5329
|
CoipAddressUsage.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "allocationId"))
|
|
@@ -5759,6 +5828,19 @@ module Aws::EC2
|
|
|
5759
5828
|
CreateInternetGatewayResult.add_member(:internet_gateway, Shapes::ShapeRef.new(shape: InternetGateway, location_name: "internetGateway"))
|
|
5760
5829
|
CreateInternetGatewayResult.struct_class = Types::CreateInternetGatewayResult
|
|
5761
5830
|
|
|
5831
|
+
CreateInterruptibleCapacityReservationAllocationRequest.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, required: true, location_name: "CapacityReservationId"))
|
|
5832
|
+
CreateInterruptibleCapacityReservationAllocationRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "InstanceCount"))
|
|
5833
|
+
CreateInterruptibleCapacityReservationAllocationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
5834
|
+
CreateInterruptibleCapacityReservationAllocationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
5835
|
+
CreateInterruptibleCapacityReservationAllocationRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
5836
|
+
CreateInterruptibleCapacityReservationAllocationRequest.struct_class = Types::CreateInterruptibleCapacityReservationAllocationRequest
|
|
5837
|
+
|
|
5838
|
+
CreateInterruptibleCapacityReservationAllocationResult.add_member(:source_capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, location_name: "sourceCapacityReservationId"))
|
|
5839
|
+
CreateInterruptibleCapacityReservationAllocationResult.add_member(:target_instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "targetInstanceCount"))
|
|
5840
|
+
CreateInterruptibleCapacityReservationAllocationResult.add_member(:status, Shapes::ShapeRef.new(shape: InterruptibleCapacityReservationAllocationStatus, location_name: "status"))
|
|
5841
|
+
CreateInterruptibleCapacityReservationAllocationResult.add_member(:interruption_type, Shapes::ShapeRef.new(shape: InterruptionType, location_name: "interruptionType"))
|
|
5842
|
+
CreateInterruptibleCapacityReservationAllocationResult.struct_class = Types::CreateInterruptibleCapacityReservationAllocationResult
|
|
5843
|
+
|
|
5762
5844
|
CreateIpamExternalResourceVerificationTokenRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
5763
5845
|
CreateIpamExternalResourceVerificationTokenRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
|
5764
5846
|
CreateIpamExternalResourceVerificationTokenRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
@@ -6361,6 +6443,33 @@ module Aws::EC2
|
|
|
6361
6443
|
CreateTransitGatewayConnectResult.add_member(:transit_gateway_connect, Shapes::ShapeRef.new(shape: TransitGatewayConnect, location_name: "transitGatewayConnect"))
|
|
6362
6444
|
CreateTransitGatewayConnectResult.struct_class = Types::CreateTransitGatewayConnectResult
|
|
6363
6445
|
|
|
6446
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:transit_gateway_metering_policy_id, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, required: true, location_name: "TransitGatewayMeteringPolicyId"))
|
|
6447
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:policy_rule_number, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "PolicyRuleNumber"))
|
|
6448
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:source_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "SourceTransitGatewayAttachmentId"))
|
|
6449
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:source_transit_gateway_attachment_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "SourceTransitGatewayAttachmentType"))
|
|
6450
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:source_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "SourceCidrBlock"))
|
|
6451
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:source_port_range, Shapes::ShapeRef.new(shape: String, location_name: "SourcePortRange"))
|
|
6452
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:destination_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "DestinationTransitGatewayAttachmentId"))
|
|
6453
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:destination_transit_gateway_attachment_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "DestinationTransitGatewayAttachmentType"))
|
|
6454
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "DestinationCidrBlock"))
|
|
6455
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:destination_port_range, Shapes::ShapeRef.new(shape: String, location_name: "DestinationPortRange"))
|
|
6456
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: String, location_name: "Protocol"))
|
|
6457
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:metered_account, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPayerType, required: true, location_name: "MeteredAccount"))
|
|
6458
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
6459
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.struct_class = Types::CreateTransitGatewayMeteringPolicyEntryRequest
|
|
6460
|
+
|
|
6461
|
+
CreateTransitGatewayMeteringPolicyEntryResult.add_member(:transit_gateway_metering_policy_entry, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyEntry, location_name: "transitGatewayMeteringPolicyEntry"))
|
|
6462
|
+
CreateTransitGatewayMeteringPolicyEntryResult.struct_class = Types::CreateTransitGatewayMeteringPolicyEntryResult
|
|
6463
|
+
|
|
6464
|
+
CreateTransitGatewayMeteringPolicyRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, required: true, location_name: "TransitGatewayId"))
|
|
6465
|
+
CreateTransitGatewayMeteringPolicyRequest.add_member(:middlebox_attachment_ids, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentIdStringList, location_name: "MiddleboxAttachmentId"))
|
|
6466
|
+
CreateTransitGatewayMeteringPolicyRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
|
6467
|
+
CreateTransitGatewayMeteringPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
6468
|
+
CreateTransitGatewayMeteringPolicyRequest.struct_class = Types::CreateTransitGatewayMeteringPolicyRequest
|
|
6469
|
+
|
|
6470
|
+
CreateTransitGatewayMeteringPolicyResult.add_member(:transit_gateway_metering_policy, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicy, location_name: "transitGatewayMeteringPolicy"))
|
|
6471
|
+
CreateTransitGatewayMeteringPolicyResult.struct_class = Types::CreateTransitGatewayMeteringPolicyResult
|
|
6472
|
+
|
|
6364
6473
|
CreateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, required: true, location_name: "TransitGatewayId"))
|
|
6365
6474
|
CreateTransitGatewayMulticastDomainRequest.add_member(:options, Shapes::ShapeRef.new(shape: CreateTransitGatewayMulticastDomainRequestOptions, location_name: "Options"))
|
|
6366
6475
|
CreateTransitGatewayMulticastDomainRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
@@ -6620,6 +6729,14 @@ module Aws::EC2
|
|
|
6620
6729
|
CreateVpcBlockPublicAccessExclusionResult.add_member(:vpc_block_public_access_exclusion, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusion, location_name: "vpcBlockPublicAccessExclusion"))
|
|
6621
6730
|
CreateVpcBlockPublicAccessExclusionResult.struct_class = Types::CreateVpcBlockPublicAccessExclusionResult
|
|
6622
6731
|
|
|
6732
|
+
CreateVpcEncryptionControlRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
6733
|
+
CreateVpcEncryptionControlRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
|
6734
|
+
CreateVpcEncryptionControlRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
6735
|
+
CreateVpcEncryptionControlRequest.struct_class = Types::CreateVpcEncryptionControlRequest
|
|
6736
|
+
|
|
6737
|
+
CreateVpcEncryptionControlResult.add_member(:vpc_encryption_control, Shapes::ShapeRef.new(shape: VpcEncryptionControl, location_name: "vpcEncryptionControl"))
|
|
6738
|
+
CreateVpcEncryptionControlResult.struct_class = Types::CreateVpcEncryptionControlResult
|
|
6739
|
+
|
|
6623
6740
|
CreateVpcEndpointConnectionNotificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
6624
6741
|
CreateVpcEndpointConnectionNotificationRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: VpcEndpointServiceId, location_name: "ServiceId"))
|
|
6625
6742
|
CreateVpcEndpointConnectionNotificationRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
|
|
@@ -6689,6 +6806,7 @@ module Aws::EC2
|
|
|
6689
6806
|
CreateVpcRequest.add_member(:ipv_6_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv6IpamPoolId"))
|
|
6690
6807
|
CreateVpcRequest.add_member(:ipv_6_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv6NetmaskLength"))
|
|
6691
6808
|
CreateVpcRequest.add_member(:ipv_6_cidr_block_network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlockNetworkBorderGroup"))
|
|
6809
|
+
CreateVpcRequest.add_member(:vpc_encryption_control, Shapes::ShapeRef.new(shape: VpcEncryptionControlConfiguration, location_name: "VpcEncryptionControl"))
|
|
6692
6810
|
CreateVpcRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
6693
6811
|
CreateVpcRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
6694
6812
|
CreateVpcRequest.add_member(:instance_tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "instanceTenancy"))
|
|
@@ -7269,6 +7387,21 @@ module Aws::EC2
|
|
|
7269
7387
|
DeleteTransitGatewayConnectResult.add_member(:transit_gateway_connect, Shapes::ShapeRef.new(shape: TransitGatewayConnect, location_name: "transitGatewayConnect"))
|
|
7270
7388
|
DeleteTransitGatewayConnectResult.struct_class = Types::DeleteTransitGatewayConnectResult
|
|
7271
7389
|
|
|
7390
|
+
DeleteTransitGatewayMeteringPolicyEntryRequest.add_member(:transit_gateway_metering_policy_id, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, required: true, location_name: "TransitGatewayMeteringPolicyId"))
|
|
7391
|
+
DeleteTransitGatewayMeteringPolicyEntryRequest.add_member(:policy_rule_number, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "PolicyRuleNumber"))
|
|
7392
|
+
DeleteTransitGatewayMeteringPolicyEntryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
7393
|
+
DeleteTransitGatewayMeteringPolicyEntryRequest.struct_class = Types::DeleteTransitGatewayMeteringPolicyEntryRequest
|
|
7394
|
+
|
|
7395
|
+
DeleteTransitGatewayMeteringPolicyEntryResult.add_member(:transit_gateway_metering_policy_entry, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyEntry, location_name: "transitGatewayMeteringPolicyEntry"))
|
|
7396
|
+
DeleteTransitGatewayMeteringPolicyEntryResult.struct_class = Types::DeleteTransitGatewayMeteringPolicyEntryResult
|
|
7397
|
+
|
|
7398
|
+
DeleteTransitGatewayMeteringPolicyRequest.add_member(:transit_gateway_metering_policy_id, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, required: true, location_name: "TransitGatewayMeteringPolicyId"))
|
|
7399
|
+
DeleteTransitGatewayMeteringPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
7400
|
+
DeleteTransitGatewayMeteringPolicyRequest.struct_class = Types::DeleteTransitGatewayMeteringPolicyRequest
|
|
7401
|
+
|
|
7402
|
+
DeleteTransitGatewayMeteringPolicyResult.add_member(:transit_gateway_metering_policy, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicy, location_name: "transitGatewayMeteringPolicy"))
|
|
7403
|
+
DeleteTransitGatewayMeteringPolicyResult.struct_class = Types::DeleteTransitGatewayMeteringPolicyResult
|
|
7404
|
+
|
|
7272
7405
|
DeleteTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, required: true, location_name: "TransitGatewayMulticastDomainId"))
|
|
7273
7406
|
DeleteTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
7274
7407
|
DeleteTransitGatewayMulticastDomainRequest.struct_class = Types::DeleteTransitGatewayMulticastDomainRequest
|
|
@@ -7377,6 +7510,13 @@ module Aws::EC2
|
|
|
7377
7510
|
DeleteVpcBlockPublicAccessExclusionResult.add_member(:vpc_block_public_access_exclusion, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusion, location_name: "vpcBlockPublicAccessExclusion"))
|
|
7378
7511
|
DeleteVpcBlockPublicAccessExclusionResult.struct_class = Types::DeleteVpcBlockPublicAccessExclusionResult
|
|
7379
7512
|
|
|
7513
|
+
DeleteVpcEncryptionControlRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
7514
|
+
DeleteVpcEncryptionControlRequest.add_member(:vpc_encryption_control_id, Shapes::ShapeRef.new(shape: VpcEncryptionControlId, required: true, location_name: "VpcEncryptionControlId"))
|
|
7515
|
+
DeleteVpcEncryptionControlRequest.struct_class = Types::DeleteVpcEncryptionControlRequest
|
|
7516
|
+
|
|
7517
|
+
DeleteVpcEncryptionControlResult.add_member(:vpc_encryption_control, Shapes::ShapeRef.new(shape: VpcEncryptionControl, location_name: "vpcEncryptionControl"))
|
|
7518
|
+
DeleteVpcEncryptionControlResult.struct_class = Types::DeleteVpcEncryptionControlResult
|
|
7519
|
+
|
|
7380
7520
|
DeleteVpcEndpointConnectionNotificationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
7381
7521
|
DeleteVpcEndpointConnectionNotificationsRequest.add_member(:connection_notification_ids, Shapes::ShapeRef.new(shape: ConnectionNotificationIdsList, required: true, location_name: "ConnectionNotificationId"))
|
|
7382
7522
|
DeleteVpcEndpointConnectionNotificationsRequest.struct_class = Types::DeleteVpcEndpointConnectionNotificationsRequest
|
|
@@ -9142,6 +9282,17 @@ module Aws::EC2
|
|
|
9142
9282
|
DescribeTransitGatewayConnectsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
9143
9283
|
DescribeTransitGatewayConnectsResult.struct_class = Types::DescribeTransitGatewayConnectsResult
|
|
9144
9284
|
|
|
9285
|
+
DescribeTransitGatewayMeteringPoliciesRequest.add_member(:transit_gateway_metering_policy_ids, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyIdStringList, location_name: "TransitGatewayMeteringPolicyIds"))
|
|
9286
|
+
DescribeTransitGatewayMeteringPoliciesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
9287
|
+
DescribeTransitGatewayMeteringPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
|
|
9288
|
+
DescribeTransitGatewayMeteringPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
9289
|
+
DescribeTransitGatewayMeteringPoliciesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
9290
|
+
DescribeTransitGatewayMeteringPoliciesRequest.struct_class = Types::DescribeTransitGatewayMeteringPoliciesRequest
|
|
9291
|
+
|
|
9292
|
+
DescribeTransitGatewayMeteringPoliciesResult.add_member(:transit_gateway_metering_policies, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyList, location_name: "transitGatewayMeteringPolicies"))
|
|
9293
|
+
DescribeTransitGatewayMeteringPoliciesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
9294
|
+
DescribeTransitGatewayMeteringPoliciesResult.struct_class = Types::DescribeTransitGatewayMeteringPoliciesResult
|
|
9295
|
+
|
|
9145
9296
|
DescribeTransitGatewayMulticastDomainsRequest.add_member(:transit_gateway_multicast_domain_ids, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainIdStringList, location_name: "TransitGatewayMulticastDomainIds"))
|
|
9146
9297
|
DescribeTransitGatewayMulticastDomainsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
9147
9298
|
DescribeTransitGatewayMulticastDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
|
|
@@ -9376,6 +9527,18 @@ module Aws::EC2
|
|
|
9376
9527
|
DescribeVpcClassicLinkResult.add_member(:vpcs, Shapes::ShapeRef.new(shape: VpcClassicLinkList, location_name: "vpcSet"))
|
|
9377
9528
|
DescribeVpcClassicLinkResult.struct_class = Types::DescribeVpcClassicLinkResult
|
|
9378
9529
|
|
|
9530
|
+
DescribeVpcEncryptionControlsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
9531
|
+
DescribeVpcEncryptionControlsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
9532
|
+
DescribeVpcEncryptionControlsRequest.add_member(:vpc_encryption_control_ids, Shapes::ShapeRef.new(shape: VpcEncryptionControlIdList, location_name: "VpcEncryptionControlId"))
|
|
9533
|
+
DescribeVpcEncryptionControlsRequest.add_member(:vpc_ids, Shapes::ShapeRef.new(shape: VpcIdStringList, location_name: "VpcId"))
|
|
9534
|
+
DescribeVpcEncryptionControlsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
9535
|
+
DescribeVpcEncryptionControlsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeVpcEncryptionControlsMaxResults, location_name: "MaxResults"))
|
|
9536
|
+
DescribeVpcEncryptionControlsRequest.struct_class = Types::DescribeVpcEncryptionControlsRequest
|
|
9537
|
+
|
|
9538
|
+
DescribeVpcEncryptionControlsResult.add_member(:vpc_encryption_controls, Shapes::ShapeRef.new(shape: VpcEncryptionControlList, location_name: "vpcEncryptionControlSet"))
|
|
9539
|
+
DescribeVpcEncryptionControlsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
9540
|
+
DescribeVpcEncryptionControlsResult.struct_class = Types::DescribeVpcEncryptionControlsResult
|
|
9541
|
+
|
|
9379
9542
|
DescribeVpcEndpointAssociationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
9380
9543
|
DescribeVpcEndpointAssociationsRequest.add_member(:vpc_endpoint_ids, Shapes::ShapeRef.new(shape: VpcEndpointIdList, location_name: "VpcEndpointId"))
|
|
9381
9544
|
DescribeVpcEndpointAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
@@ -10350,6 +10513,10 @@ module Aws::EC2
|
|
|
10350
10513
|
EnclaveOptionsRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
|
10351
10514
|
EnclaveOptionsRequest.struct_class = Types::EnclaveOptionsRequest
|
|
10352
10515
|
|
|
10516
|
+
EncryptionSupport.add_member(:encryption_state, Shapes::ShapeRef.new(shape: EncryptionStateValue, location_name: "encryptionState"))
|
|
10517
|
+
EncryptionSupport.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
|
|
10518
|
+
EncryptionSupport.struct_class = Types::EncryptionSupport
|
|
10519
|
+
|
|
10353
10520
|
EndpointSet.member = Shapes::ShapeRef.new(shape: ClientVpnEndpoint, location_name: "item")
|
|
10354
10521
|
|
|
10355
10522
|
ErrorSet.member = Shapes::ShapeRef.new(shape: ValidationError, location_name: "item")
|
|
@@ -10893,6 +11060,9 @@ module Aws::EC2
|
|
|
10893
11060
|
GetCapacityReservationUsageResult.add_member(:available_instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "availableInstanceCount"))
|
|
10894
11061
|
GetCapacityReservationUsageResult.add_member(:state, Shapes::ShapeRef.new(shape: CapacityReservationState, location_name: "state"))
|
|
10895
11062
|
GetCapacityReservationUsageResult.add_member(:instance_usages, Shapes::ShapeRef.new(shape: InstanceUsageSet, location_name: "instanceUsageSet"))
|
|
11063
|
+
GetCapacityReservationUsageResult.add_member(:interruptible, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "interruptible"))
|
|
11064
|
+
GetCapacityReservationUsageResult.add_member(:interruptible_capacity_allocation, Shapes::ShapeRef.new(shape: InterruptibleCapacityAllocation, location_name: "interruptibleCapacityAllocation"))
|
|
11065
|
+
GetCapacityReservationUsageResult.add_member(:interruption_info, Shapes::ShapeRef.new(shape: InterruptionInfo, location_name: "interruptionInfo"))
|
|
10896
11066
|
GetCapacityReservationUsageResult.struct_class = Types::GetCapacityReservationUsageResult
|
|
10897
11067
|
|
|
10898
11068
|
GetCoipPoolUsageRequest.add_member(:pool_id, Shapes::ShapeRef.new(shape: Ipv4PoolCoipId, required: true, location_name: "PoolId"))
|
|
@@ -11362,6 +11532,17 @@ module Aws::EC2
|
|
|
11362
11532
|
GetTransitGatewayAttachmentPropagationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
11363
11533
|
GetTransitGatewayAttachmentPropagationsResult.struct_class = Types::GetTransitGatewayAttachmentPropagationsResult
|
|
11364
11534
|
|
|
11535
|
+
GetTransitGatewayMeteringPolicyEntriesRequest.add_member(:transit_gateway_metering_policy_id, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, required: true, location_name: "TransitGatewayMeteringPolicyId"))
|
|
11536
|
+
GetTransitGatewayMeteringPolicyEntriesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
11537
|
+
GetTransitGatewayMeteringPolicyEntriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
|
|
11538
|
+
GetTransitGatewayMeteringPolicyEntriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
11539
|
+
GetTransitGatewayMeteringPolicyEntriesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
11540
|
+
GetTransitGatewayMeteringPolicyEntriesRequest.struct_class = Types::GetTransitGatewayMeteringPolicyEntriesRequest
|
|
11541
|
+
|
|
11542
|
+
GetTransitGatewayMeteringPolicyEntriesResult.add_member(:transit_gateway_metering_policy_entries, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyEntryList, location_name: "transitGatewayMeteringPolicyEntries"))
|
|
11543
|
+
GetTransitGatewayMeteringPolicyEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
11544
|
+
GetTransitGatewayMeteringPolicyEntriesResult.struct_class = Types::GetTransitGatewayMeteringPolicyEntriesResult
|
|
11545
|
+
|
|
11365
11546
|
GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, required: true, location_name: "TransitGatewayMulticastDomainId"))
|
|
11366
11547
|
GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
11367
11548
|
GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
|
|
@@ -11453,6 +11634,16 @@ module Aws::EC2
|
|
|
11453
11634
|
GetVerifiedAccessGroupPolicyResult.add_member(:policy_document, Shapes::ShapeRef.new(shape: String, location_name: "policyDocument"))
|
|
11454
11635
|
GetVerifiedAccessGroupPolicyResult.struct_class = Types::GetVerifiedAccessGroupPolicyResult
|
|
11455
11636
|
|
|
11637
|
+
GetVpcResourcesBlockingEncryptionEnforcementRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
|
11638
|
+
GetVpcResourcesBlockingEncryptionEnforcementRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetVpcResourcesBlockingEncryptionEnforcementMaxResults, location_name: "MaxResults"))
|
|
11639
|
+
GetVpcResourcesBlockingEncryptionEnforcementRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
11640
|
+
GetVpcResourcesBlockingEncryptionEnforcementRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
11641
|
+
GetVpcResourcesBlockingEncryptionEnforcementRequest.struct_class = Types::GetVpcResourcesBlockingEncryptionEnforcementRequest
|
|
11642
|
+
|
|
11643
|
+
GetVpcResourcesBlockingEncryptionEnforcementResult.add_member(:non_compliant_resources, Shapes::ShapeRef.new(shape: VpcEncryptionNonCompliantResourceList, location_name: "nonCompliantResourceSet"))
|
|
11644
|
+
GetVpcResourcesBlockingEncryptionEnforcementResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
11645
|
+
GetVpcResourcesBlockingEncryptionEnforcementResult.struct_class = Types::GetVpcResourcesBlockingEncryptionEnforcementResult
|
|
11646
|
+
|
|
11456
11647
|
GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:vpn_connection_id, Shapes::ShapeRef.new(shape: VpnConnectionId, required: true, location_name: "VpnConnectionId"))
|
|
11457
11648
|
GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:vpn_connection_device_type_id, Shapes::ShapeRef.new(shape: VpnConnectionDeviceTypeId, required: true, location_name: "VpnConnectionDeviceTypeId"))
|
|
11458
11649
|
GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:internet_key_exchange_version, Shapes::ShapeRef.new(shape: String, location_name: "InternetKeyExchangeVersion"))
|
|
@@ -12602,6 +12793,17 @@ module Aws::EC2
|
|
|
12602
12793
|
|
|
12603
12794
|
InternetGatewayList.member = Shapes::ShapeRef.new(shape: InternetGateway, location_name: "item")
|
|
12604
12795
|
|
|
12796
|
+
InterruptibleCapacityAllocation.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "instanceCount"))
|
|
12797
|
+
InterruptibleCapacityAllocation.add_member(:target_instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "targetInstanceCount"))
|
|
12798
|
+
InterruptibleCapacityAllocation.add_member(:status, Shapes::ShapeRef.new(shape: InterruptibleCapacityReservationAllocationStatus, location_name: "status"))
|
|
12799
|
+
InterruptibleCapacityAllocation.add_member(:interruptible_capacity_reservation_id, Shapes::ShapeRef.new(shape: String, location_name: "interruptibleCapacityReservationId"))
|
|
12800
|
+
InterruptibleCapacityAllocation.add_member(:interruption_type, Shapes::ShapeRef.new(shape: InterruptionType, location_name: "interruptionType"))
|
|
12801
|
+
InterruptibleCapacityAllocation.struct_class = Types::InterruptibleCapacityAllocation
|
|
12802
|
+
|
|
12803
|
+
InterruptionInfo.add_member(:source_capacity_reservation_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceCapacityReservationId"))
|
|
12804
|
+
InterruptionInfo.add_member(:interruption_type, Shapes::ShapeRef.new(shape: InterruptionType, location_name: "interruptionType"))
|
|
12805
|
+
InterruptionInfo.struct_class = Types::InterruptionInfo
|
|
12806
|
+
|
|
12605
12807
|
IpAddressList.member = Shapes::ShapeRef.new(shape: IpAddress, location_name: "item")
|
|
12606
12808
|
|
|
12607
12809
|
IpList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
|
@@ -13485,6 +13687,16 @@ module Aws::EC2
|
|
|
13485
13687
|
ListSnapshotsInRecycleBinResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
13486
13688
|
ListSnapshotsInRecycleBinResult.struct_class = Types::ListSnapshotsInRecycleBinResult
|
|
13487
13689
|
|
|
13690
|
+
ListVolumesInRecycleBinRequest.add_member(:volume_ids, Shapes::ShapeRef.new(shape: VolumeIdStringList, location_name: "VolumeId"))
|
|
13691
|
+
ListVolumesInRecycleBinRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
13692
|
+
ListVolumesInRecycleBinRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
|
13693
|
+
ListVolumesInRecycleBinRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
13694
|
+
ListVolumesInRecycleBinRequest.struct_class = Types::ListVolumesInRecycleBinRequest
|
|
13695
|
+
|
|
13696
|
+
ListVolumesInRecycleBinResult.add_member(:volumes, Shapes::ShapeRef.new(shape: VolumeRecycleBinInfoList, location_name: "volumeSet"))
|
|
13697
|
+
ListVolumesInRecycleBinResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
13698
|
+
ListVolumesInRecycleBinResult.struct_class = Types::ListVolumesInRecycleBinResult
|
|
13699
|
+
|
|
13488
13700
|
LoadBalancersConfig.add_member(:classic_load_balancers_config, Shapes::ShapeRef.new(shape: ClassicLoadBalancersConfig, location_name: "classicLoadBalancersConfig"))
|
|
13489
13701
|
LoadBalancersConfig.add_member(:target_groups_config, Shapes::ShapeRef.new(shape: TargetGroupsConfig, location_name: "targetGroupsConfig"))
|
|
13490
13702
|
LoadBalancersConfig.struct_class = Types::LoadBalancersConfig
|
|
@@ -14299,6 +14511,15 @@ module Aws::EC2
|
|
|
14299
14511
|
ModifyTrafficMirrorSessionResult.add_member(:traffic_mirror_session, Shapes::ShapeRef.new(shape: TrafficMirrorSession, location_name: "trafficMirrorSession"))
|
|
14300
14512
|
ModifyTrafficMirrorSessionResult.struct_class = Types::ModifyTrafficMirrorSessionResult
|
|
14301
14513
|
|
|
14514
|
+
ModifyTransitGatewayMeteringPolicyRequest.add_member(:transit_gateway_metering_policy_id, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, required: true, location_name: "TransitGatewayMeteringPolicyId"))
|
|
14515
|
+
ModifyTransitGatewayMeteringPolicyRequest.add_member(:add_middlebox_attachment_ids, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentIdStringList, location_name: "AddMiddleboxAttachmentId"))
|
|
14516
|
+
ModifyTransitGatewayMeteringPolicyRequest.add_member(:remove_middlebox_attachment_ids, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentIdStringList, location_name: "RemoveMiddleboxAttachmentId"))
|
|
14517
|
+
ModifyTransitGatewayMeteringPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
14518
|
+
ModifyTransitGatewayMeteringPolicyRequest.struct_class = Types::ModifyTransitGatewayMeteringPolicyRequest
|
|
14519
|
+
|
|
14520
|
+
ModifyTransitGatewayMeteringPolicyResult.add_member(:transit_gateway_metering_policy, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicy, location_name: "transitGatewayMeteringPolicy"))
|
|
14521
|
+
ModifyTransitGatewayMeteringPolicyResult.struct_class = Types::ModifyTransitGatewayMeteringPolicyResult
|
|
14522
|
+
|
|
14302
14523
|
ModifyTransitGatewayOptions.add_member(:add_transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: TransitGatewayCidrBlockStringList, location_name: "AddTransitGatewayCidrBlocks"))
|
|
14303
14524
|
ModifyTransitGatewayOptions.add_member(:remove_transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: TransitGatewayCidrBlockStringList, location_name: "RemoveTransitGatewayCidrBlocks"))
|
|
14304
14525
|
ModifyTransitGatewayOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "VpnEcmpSupport"))
|
|
@@ -14310,6 +14531,7 @@ module Aws::EC2
|
|
|
14310
14531
|
ModifyTransitGatewayOptions.add_member(:default_route_table_propagation, Shapes::ShapeRef.new(shape: DefaultRouteTablePropagationValue, location_name: "DefaultRouteTablePropagation"))
|
|
14311
14532
|
ModifyTransitGatewayOptions.add_member(:propagation_default_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, location_name: "PropagationDefaultRouteTableId"))
|
|
14312
14533
|
ModifyTransitGatewayOptions.add_member(:amazon_side_asn, Shapes::ShapeRef.new(shape: Long, location_name: "AmazonSideAsn"))
|
|
14534
|
+
ModifyTransitGatewayOptions.add_member(:encryption_support, Shapes::ShapeRef.new(shape: EncryptionSupportOptionValue, location_name: "EncryptionSupport"))
|
|
14313
14535
|
ModifyTransitGatewayOptions.struct_class = Types::ModifyTransitGatewayOptions
|
|
14314
14536
|
|
|
14315
14537
|
ModifyTransitGatewayPrefixListReferenceRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
|
|
@@ -14516,6 +14738,22 @@ module Aws::EC2
|
|
|
14516
14738
|
ModifyVpcBlockPublicAccessOptionsResult.add_member(:vpc_block_public_access_options, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessOptions, location_name: "vpcBlockPublicAccessOptions"))
|
|
14517
14739
|
ModifyVpcBlockPublicAccessOptionsResult.struct_class = Types::ModifyVpcBlockPublicAccessOptionsResult
|
|
14518
14740
|
|
|
14741
|
+
ModifyVpcEncryptionControlRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
14742
|
+
ModifyVpcEncryptionControlRequest.add_member(:vpc_encryption_control_id, Shapes::ShapeRef.new(shape: VpcEncryptionControlId, required: true, location_name: "VpcEncryptionControlId"))
|
|
14743
|
+
ModifyVpcEncryptionControlRequest.add_member(:mode, Shapes::ShapeRef.new(shape: VpcEncryptionControlMode, location_name: "Mode"))
|
|
14744
|
+
ModifyVpcEncryptionControlRequest.add_member(:internet_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "InternetGatewayExclusion"))
|
|
14745
|
+
ModifyVpcEncryptionControlRequest.add_member(:egress_only_internet_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "EgressOnlyInternetGatewayExclusion"))
|
|
14746
|
+
ModifyVpcEncryptionControlRequest.add_member(:nat_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "NatGatewayExclusion"))
|
|
14747
|
+
ModifyVpcEncryptionControlRequest.add_member(:virtual_private_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VirtualPrivateGatewayExclusion"))
|
|
14748
|
+
ModifyVpcEncryptionControlRequest.add_member(:vpc_peering_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VpcPeeringExclusion"))
|
|
14749
|
+
ModifyVpcEncryptionControlRequest.add_member(:lambda_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "LambdaExclusion"))
|
|
14750
|
+
ModifyVpcEncryptionControlRequest.add_member(:vpc_lattice_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VpcLatticeExclusion"))
|
|
14751
|
+
ModifyVpcEncryptionControlRequest.add_member(:elastic_file_system_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "ElasticFileSystemExclusion"))
|
|
14752
|
+
ModifyVpcEncryptionControlRequest.struct_class = Types::ModifyVpcEncryptionControlRequest
|
|
14753
|
+
|
|
14754
|
+
ModifyVpcEncryptionControlResult.add_member(:vpc_encryption_control, Shapes::ShapeRef.new(shape: VpcEncryptionControl, location_name: "vpcEncryptionControl"))
|
|
14755
|
+
ModifyVpcEncryptionControlResult.struct_class = Types::ModifyVpcEncryptionControlResult
|
|
14756
|
+
|
|
14519
14757
|
ModifyVpcEndpointConnectionNotificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
14520
14758
|
ModifyVpcEndpointConnectionNotificationRequest.add_member(:connection_notification_id, Shapes::ShapeRef.new(shape: ConnectionNotificationId, required: true, location_name: "ConnectionNotificationId"))
|
|
14521
14759
|
ModifyVpcEndpointConnectionNotificationRequest.add_member(:connection_notification_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConnectionNotificationArn"))
|
|
@@ -16258,6 +16496,13 @@ module Aws::EC2
|
|
|
16258
16496
|
RestoreSnapshotTierResult.add_member(:is_permanent_restore, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPermanentRestore"))
|
|
16259
16497
|
RestoreSnapshotTierResult.struct_class = Types::RestoreSnapshotTierResult
|
|
16260
16498
|
|
|
16499
|
+
RestoreVolumeFromRecycleBinRequest.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, required: true, location_name: "VolumeId"))
|
|
16500
|
+
RestoreVolumeFromRecycleBinRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
16501
|
+
RestoreVolumeFromRecycleBinRequest.struct_class = Types::RestoreVolumeFromRecycleBinRequest
|
|
16502
|
+
|
|
16503
|
+
RestoreVolumeFromRecycleBinResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
|
16504
|
+
RestoreVolumeFromRecycleBinResult.struct_class = Types::RestoreVolumeFromRecycleBinResult
|
|
16505
|
+
|
|
16261
16506
|
RevokeClientVpnIngressRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: ClientVpnEndpointId, required: true, location_name: "ClientVpnEndpointId"))
|
|
16262
16507
|
RevokeClientVpnIngressRequest.add_member(:target_network_cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetNetworkCidr"))
|
|
16263
16508
|
RevokeClientVpnIngressRequest.add_member(:access_group_id, Shapes::ShapeRef.new(shape: String, location_name: "AccessGroupId"))
|
|
@@ -17642,6 +17887,39 @@ module Aws::EC2
|
|
|
17642
17887
|
|
|
17643
17888
|
TransitGatewayList.member = Shapes::ShapeRef.new(shape: TransitGateway, location_name: "item")
|
|
17644
17889
|
|
|
17890
|
+
TransitGatewayMeteringPolicy.add_member(:transit_gateway_metering_policy_id, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, location_name: "transitGatewayMeteringPolicyId"))
|
|
17891
|
+
TransitGatewayMeteringPolicy.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, location_name: "transitGatewayId"))
|
|
17892
|
+
TransitGatewayMeteringPolicy.add_member(:middlebox_attachment_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "middleboxAttachmentIdSet"))
|
|
17893
|
+
TransitGatewayMeteringPolicy.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyState, location_name: "state"))
|
|
17894
|
+
TransitGatewayMeteringPolicy.add_member(:update_effective_at, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "updateEffectiveAt"))
|
|
17895
|
+
TransitGatewayMeteringPolicy.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
17896
|
+
TransitGatewayMeteringPolicy.struct_class = Types::TransitGatewayMeteringPolicy
|
|
17897
|
+
|
|
17898
|
+
TransitGatewayMeteringPolicyEntry.add_member(:policy_rule_number, Shapes::ShapeRef.new(shape: String, location_name: "policyRuleNumber"))
|
|
17899
|
+
TransitGatewayMeteringPolicyEntry.add_member(:metered_account, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPayerType, location_name: "meteredAccount"))
|
|
17900
|
+
TransitGatewayMeteringPolicyEntry.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyEntryState, location_name: "state"))
|
|
17901
|
+
TransitGatewayMeteringPolicyEntry.add_member(:updated_at, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "updatedAt"))
|
|
17902
|
+
TransitGatewayMeteringPolicyEntry.add_member(:update_effective_at, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "updateEffectiveAt"))
|
|
17903
|
+
TransitGatewayMeteringPolicyEntry.add_member(:metering_policy_rule, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyRule, location_name: "meteringPolicyRule"))
|
|
17904
|
+
TransitGatewayMeteringPolicyEntry.struct_class = Types::TransitGatewayMeteringPolicyEntry
|
|
17905
|
+
|
|
17906
|
+
TransitGatewayMeteringPolicyEntryList.member = Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyEntry, location_name: "item")
|
|
17907
|
+
|
|
17908
|
+
TransitGatewayMeteringPolicyIdStringList.member = Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, location_name: "item")
|
|
17909
|
+
|
|
17910
|
+
TransitGatewayMeteringPolicyList.member = Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicy, location_name: "item")
|
|
17911
|
+
|
|
17912
|
+
TransitGatewayMeteringPolicyRule.add_member(:source_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "sourceTransitGatewayAttachmentId"))
|
|
17913
|
+
TransitGatewayMeteringPolicyRule.add_member(:source_transit_gateway_attachment_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "sourceTransitGatewayAttachmentType"))
|
|
17914
|
+
TransitGatewayMeteringPolicyRule.add_member(:source_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "sourceCidrBlock"))
|
|
17915
|
+
TransitGatewayMeteringPolicyRule.add_member(:source_port_range, Shapes::ShapeRef.new(shape: String, location_name: "sourcePortRange"))
|
|
17916
|
+
TransitGatewayMeteringPolicyRule.add_member(:destination_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "destinationTransitGatewayAttachmentId"))
|
|
17917
|
+
TransitGatewayMeteringPolicyRule.add_member(:destination_transit_gateway_attachment_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "destinationTransitGatewayAttachmentType"))
|
|
17918
|
+
TransitGatewayMeteringPolicyRule.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
|
|
17919
|
+
TransitGatewayMeteringPolicyRule.add_member(:destination_port_range, Shapes::ShapeRef.new(shape: String, location_name: "destinationPortRange"))
|
|
17920
|
+
TransitGatewayMeteringPolicyRule.add_member(:protocol, Shapes::ShapeRef.new(shape: String, location_name: "protocol"))
|
|
17921
|
+
TransitGatewayMeteringPolicyRule.struct_class = Types::TransitGatewayMeteringPolicyRule
|
|
17922
|
+
|
|
17645
17923
|
TransitGatewayMulticastDeregisteredGroupMembers.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayMulticastDomainId"))
|
|
17646
17924
|
TransitGatewayMulticastDeregisteredGroupMembers.add_member(:deregistered_network_interface_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "deregisteredNetworkInterfaceIds"))
|
|
17647
17925
|
TransitGatewayMulticastDeregisteredGroupMembers.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "groupIpAddress"))
|
|
@@ -17726,6 +18004,7 @@ module Aws::EC2
|
|
|
17726
18004
|
TransitGatewayOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "dnsSupport"))
|
|
17727
18005
|
TransitGatewayOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "securityGroupReferencingSupport"))
|
|
17728
18006
|
TransitGatewayOptions.add_member(:multicast_support, Shapes::ShapeRef.new(shape: MulticastSupportValue, location_name: "multicastSupport"))
|
|
18007
|
+
TransitGatewayOptions.add_member(:encryption_support, Shapes::ShapeRef.new(shape: EncryptionSupport, location_name: "encryptionSupport"))
|
|
17729
18008
|
TransitGatewayOptions.struct_class = Types::TransitGatewayOptions
|
|
17730
18009
|
|
|
17731
18010
|
TransitGatewayPeeringAttachment.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
|
|
@@ -18019,6 +18298,19 @@ module Aws::EC2
|
|
|
18019
18298
|
UpdateCapacityManagerOrganizationsAccessResult.add_member(:organizations_access, Shapes::ShapeRef.new(shape: Boolean, location_name: "organizationsAccess"))
|
|
18020
18299
|
UpdateCapacityManagerOrganizationsAccessResult.struct_class = Types::UpdateCapacityManagerOrganizationsAccessResult
|
|
18021
18300
|
|
|
18301
|
+
UpdateInterruptibleCapacityReservationAllocationRequest.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, required: true, location_name: "CapacityReservationId"))
|
|
18302
|
+
UpdateInterruptibleCapacityReservationAllocationRequest.add_member(:target_instance_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TargetInstanceCount"))
|
|
18303
|
+
UpdateInterruptibleCapacityReservationAllocationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
18304
|
+
UpdateInterruptibleCapacityReservationAllocationRequest.struct_class = Types::UpdateInterruptibleCapacityReservationAllocationRequest
|
|
18305
|
+
|
|
18306
|
+
UpdateInterruptibleCapacityReservationAllocationResult.add_member(:interruptible_capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, location_name: "interruptibleCapacityReservationId"))
|
|
18307
|
+
UpdateInterruptibleCapacityReservationAllocationResult.add_member(:source_capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, location_name: "sourceCapacityReservationId"))
|
|
18308
|
+
UpdateInterruptibleCapacityReservationAllocationResult.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "instanceCount"))
|
|
18309
|
+
UpdateInterruptibleCapacityReservationAllocationResult.add_member(:target_instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "targetInstanceCount"))
|
|
18310
|
+
UpdateInterruptibleCapacityReservationAllocationResult.add_member(:status, Shapes::ShapeRef.new(shape: InterruptibleCapacityReservationAllocationStatus, location_name: "status"))
|
|
18311
|
+
UpdateInterruptibleCapacityReservationAllocationResult.add_member(:interruption_type, Shapes::ShapeRef.new(shape: InterruptionType, location_name: "interruptionType"))
|
|
18312
|
+
UpdateInterruptibleCapacityReservationAllocationResult.struct_class = Types::UpdateInterruptibleCapacityReservationAllocationResult
|
|
18313
|
+
|
|
18022
18314
|
UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
18023
18315
|
UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "GroupId"))
|
|
18024
18316
|
UpdateSecurityGroupRuleDescriptionsEgressRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: SecurityGroupName, location_name: "GroupName"))
|
|
@@ -18395,6 +18687,25 @@ module Aws::EC2
|
|
|
18395
18687
|
|
|
18396
18688
|
VolumeModificationList.member = Shapes::ShapeRef.new(shape: VolumeModification, location_name: "item")
|
|
18397
18689
|
|
|
18690
|
+
VolumeRecycleBinInfo.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "volumeId"))
|
|
18691
|
+
VolumeRecycleBinInfo.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
|
|
18692
|
+
VolumeRecycleBinInfo.add_member(:state, Shapes::ShapeRef.new(shape: VolumeState, location_name: "state"))
|
|
18693
|
+
VolumeRecycleBinInfo.add_member(:size, Shapes::ShapeRef.new(shape: Integer, location_name: "size"))
|
|
18694
|
+
VolumeRecycleBinInfo.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "iops"))
|
|
18695
|
+
VolumeRecycleBinInfo.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "throughput"))
|
|
18696
|
+
VolumeRecycleBinInfo.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
|
18697
|
+
VolumeRecycleBinInfo.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
|
18698
|
+
VolumeRecycleBinInfo.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
|
|
18699
|
+
VolumeRecycleBinInfo.add_member(:source_volume_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceVolumeId"))
|
|
18700
|
+
VolumeRecycleBinInfo.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
|
18701
|
+
VolumeRecycleBinInfo.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorResponse, location_name: "operator"))
|
|
18702
|
+
VolumeRecycleBinInfo.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "createTime"))
|
|
18703
|
+
VolumeRecycleBinInfo.add_member(:recycle_bin_enter_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "recycleBinEnterTime"))
|
|
18704
|
+
VolumeRecycleBinInfo.add_member(:recycle_bin_exit_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "recycleBinExitTime"))
|
|
18705
|
+
VolumeRecycleBinInfo.struct_class = Types::VolumeRecycleBinInfo
|
|
18706
|
+
|
|
18707
|
+
VolumeRecycleBinInfoList.member = Shapes::ShapeRef.new(shape: VolumeRecycleBinInfo, location_name: "item")
|
|
18708
|
+
|
|
18398
18709
|
VolumeStatusAction.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "code"))
|
|
18399
18710
|
VolumeStatusAction.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
18400
18711
|
VolumeStatusAction.add_member(:event_id, Shapes::ShapeRef.new(shape: String, location_name: "eventId"))
|
|
@@ -18516,6 +18827,17 @@ module Aws::EC2
|
|
|
18516
18827
|
VpcEncryptionControl.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
18517
18828
|
VpcEncryptionControl.struct_class = Types::VpcEncryptionControl
|
|
18518
18829
|
|
|
18830
|
+
VpcEncryptionControlConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: VpcEncryptionControlMode, required: true, location_name: "Mode"))
|
|
18831
|
+
VpcEncryptionControlConfiguration.add_member(:internet_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "InternetGatewayExclusion"))
|
|
18832
|
+
VpcEncryptionControlConfiguration.add_member(:egress_only_internet_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "EgressOnlyInternetGatewayExclusion"))
|
|
18833
|
+
VpcEncryptionControlConfiguration.add_member(:nat_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "NatGatewayExclusion"))
|
|
18834
|
+
VpcEncryptionControlConfiguration.add_member(:virtual_private_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VirtualPrivateGatewayExclusion"))
|
|
18835
|
+
VpcEncryptionControlConfiguration.add_member(:vpc_peering_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VpcPeeringExclusion"))
|
|
18836
|
+
VpcEncryptionControlConfiguration.add_member(:lambda_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "LambdaExclusion"))
|
|
18837
|
+
VpcEncryptionControlConfiguration.add_member(:vpc_lattice_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VpcLatticeExclusion"))
|
|
18838
|
+
VpcEncryptionControlConfiguration.add_member(:elastic_file_system_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "ElasticFileSystemExclusion"))
|
|
18839
|
+
VpcEncryptionControlConfiguration.struct_class = Types::VpcEncryptionControlConfiguration
|
|
18840
|
+
|
|
18519
18841
|
VpcEncryptionControlExclusion.add_member(:state, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionState, location_name: "state"))
|
|
18520
18842
|
VpcEncryptionControlExclusion.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
|
|
18521
18843
|
VpcEncryptionControlExclusion.struct_class = Types::VpcEncryptionControlExclusion
|
|
@@ -18530,6 +18852,18 @@ module Aws::EC2
|
|
|
18530
18852
|
VpcEncryptionControlExclusions.add_member(:elastic_file_system, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusion, location_name: "elasticFileSystem"))
|
|
18531
18853
|
VpcEncryptionControlExclusions.struct_class = Types::VpcEncryptionControlExclusions
|
|
18532
18854
|
|
|
18855
|
+
VpcEncryptionControlIdList.member = Shapes::ShapeRef.new(shape: VpcEncryptionControlId, location_name: "item")
|
|
18856
|
+
|
|
18857
|
+
VpcEncryptionControlList.member = Shapes::ShapeRef.new(shape: VpcEncryptionControl, location_name: "item")
|
|
18858
|
+
|
|
18859
|
+
VpcEncryptionNonCompliantResource.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
|
18860
|
+
VpcEncryptionNonCompliantResource.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
|
18861
|
+
VpcEncryptionNonCompliantResource.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
18862
|
+
VpcEncryptionNonCompliantResource.add_member(:is_excludable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isExcludable"))
|
|
18863
|
+
VpcEncryptionNonCompliantResource.struct_class = Types::VpcEncryptionNonCompliantResource
|
|
18864
|
+
|
|
18865
|
+
VpcEncryptionNonCompliantResourceList.member = Shapes::ShapeRef.new(shape: VpcEncryptionNonCompliantResource, location_name: "item")
|
|
18866
|
+
|
|
18533
18867
|
VpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
|
|
18534
18868
|
VpcEndpoint.add_member(:vpc_endpoint_type, Shapes::ShapeRef.new(shape: VpcEndpointType, location_name: "vpcEndpointType"))
|
|
18535
18869
|
VpcEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
|
@@ -19478,6 +19812,14 @@ module Aws::EC2
|
|
|
19478
19812
|
o.output = Shapes::ShapeRef.new(shape: CreateInternetGatewayResult)
|
|
19479
19813
|
end)
|
|
19480
19814
|
|
|
19815
|
+
api.add_operation(:create_interruptible_capacity_reservation_allocation, Seahorse::Model::Operation.new.tap do |o|
|
|
19816
|
+
o.name = "CreateInterruptibleCapacityReservationAllocation"
|
|
19817
|
+
o.http_method = "POST"
|
|
19818
|
+
o.http_request_uri = "/"
|
|
19819
|
+
o.input = Shapes::ShapeRef.new(shape: CreateInterruptibleCapacityReservationAllocationRequest)
|
|
19820
|
+
o.output = Shapes::ShapeRef.new(shape: CreateInterruptibleCapacityReservationAllocationResult)
|
|
19821
|
+
end)
|
|
19822
|
+
|
|
19481
19823
|
api.add_operation(:create_ipam, Seahorse::Model::Operation.new.tap do |o|
|
|
19482
19824
|
o.name = "CreateIpam"
|
|
19483
19825
|
o.http_method = "POST"
|
|
@@ -19886,6 +20228,22 @@ module Aws::EC2
|
|
|
19886
20228
|
o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayConnectPeerResult)
|
|
19887
20229
|
end)
|
|
19888
20230
|
|
|
20231
|
+
api.add_operation(:create_transit_gateway_metering_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
20232
|
+
o.name = "CreateTransitGatewayMeteringPolicy"
|
|
20233
|
+
o.http_method = "POST"
|
|
20234
|
+
o.http_request_uri = "/"
|
|
20235
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayMeteringPolicyRequest)
|
|
20236
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayMeteringPolicyResult)
|
|
20237
|
+
end)
|
|
20238
|
+
|
|
20239
|
+
api.add_operation(:create_transit_gateway_metering_policy_entry, Seahorse::Model::Operation.new.tap do |o|
|
|
20240
|
+
o.name = "CreateTransitGatewayMeteringPolicyEntry"
|
|
20241
|
+
o.http_method = "POST"
|
|
20242
|
+
o.http_request_uri = "/"
|
|
20243
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayMeteringPolicyEntryRequest)
|
|
20244
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayMeteringPolicyEntryResult)
|
|
20245
|
+
end)
|
|
20246
|
+
|
|
19889
20247
|
api.add_operation(:create_transit_gateway_multicast_domain, Seahorse::Model::Operation.new.tap do |o|
|
|
19890
20248
|
o.name = "CreateTransitGatewayMulticastDomain"
|
|
19891
20249
|
o.http_method = "POST"
|
|
@@ -20006,6 +20364,14 @@ module Aws::EC2
|
|
|
20006
20364
|
o.output = Shapes::ShapeRef.new(shape: CreateVpcBlockPublicAccessExclusionResult)
|
|
20007
20365
|
end)
|
|
20008
20366
|
|
|
20367
|
+
api.add_operation(:create_vpc_encryption_control, Seahorse::Model::Operation.new.tap do |o|
|
|
20368
|
+
o.name = "CreateVpcEncryptionControl"
|
|
20369
|
+
o.http_method = "POST"
|
|
20370
|
+
o.http_request_uri = "/"
|
|
20371
|
+
o.input = Shapes::ShapeRef.new(shape: CreateVpcEncryptionControlRequest)
|
|
20372
|
+
o.output = Shapes::ShapeRef.new(shape: CreateVpcEncryptionControlResult)
|
|
20373
|
+
end)
|
|
20374
|
+
|
|
20009
20375
|
api.add_operation(:create_vpc_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
|
20010
20376
|
o.name = "CreateVpcEndpoint"
|
|
20011
20377
|
o.http_method = "POST"
|
|
@@ -20582,6 +20948,22 @@ module Aws::EC2
|
|
|
20582
20948
|
o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayConnectPeerResult)
|
|
20583
20949
|
end)
|
|
20584
20950
|
|
|
20951
|
+
api.add_operation(:delete_transit_gateway_metering_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
20952
|
+
o.name = "DeleteTransitGatewayMeteringPolicy"
|
|
20953
|
+
o.http_method = "POST"
|
|
20954
|
+
o.http_request_uri = "/"
|
|
20955
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTransitGatewayMeteringPolicyRequest)
|
|
20956
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayMeteringPolicyResult)
|
|
20957
|
+
end)
|
|
20958
|
+
|
|
20959
|
+
api.add_operation(:delete_transit_gateway_metering_policy_entry, Seahorse::Model::Operation.new.tap do |o|
|
|
20960
|
+
o.name = "DeleteTransitGatewayMeteringPolicyEntry"
|
|
20961
|
+
o.http_method = "POST"
|
|
20962
|
+
o.http_request_uri = "/"
|
|
20963
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTransitGatewayMeteringPolicyEntryRequest)
|
|
20964
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayMeteringPolicyEntryResult)
|
|
20965
|
+
end)
|
|
20966
|
+
|
|
20585
20967
|
api.add_operation(:delete_transit_gateway_multicast_domain, Seahorse::Model::Operation.new.tap do |o|
|
|
20586
20968
|
o.name = "DeleteTransitGatewayMulticastDomain"
|
|
20587
20969
|
o.http_method = "POST"
|
|
@@ -20702,6 +21084,14 @@ module Aws::EC2
|
|
|
20702
21084
|
o.output = Shapes::ShapeRef.new(shape: DeleteVpcBlockPublicAccessExclusionResult)
|
|
20703
21085
|
end)
|
|
20704
21086
|
|
|
21087
|
+
api.add_operation(:delete_vpc_encryption_control, Seahorse::Model::Operation.new.tap do |o|
|
|
21088
|
+
o.name = "DeleteVpcEncryptionControl"
|
|
21089
|
+
o.http_method = "POST"
|
|
21090
|
+
o.http_request_uri = "/"
|
|
21091
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteVpcEncryptionControlRequest)
|
|
21092
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteVpcEncryptionControlResult)
|
|
21093
|
+
end)
|
|
21094
|
+
|
|
20705
21095
|
api.add_operation(:delete_vpc_endpoint_connection_notifications, Seahorse::Model::Operation.new.tap do |o|
|
|
20706
21096
|
o.name = "DeleteVpcEndpointConnectionNotifications"
|
|
20707
21097
|
o.http_method = "POST"
|
|
@@ -22639,6 +23029,14 @@ module Aws::EC2
|
|
|
22639
23029
|
)
|
|
22640
23030
|
end)
|
|
22641
23031
|
|
|
23032
|
+
api.add_operation(:describe_transit_gateway_metering_policies, Seahorse::Model::Operation.new.tap do |o|
|
|
23033
|
+
o.name = "DescribeTransitGatewayMeteringPolicies"
|
|
23034
|
+
o.http_method = "POST"
|
|
23035
|
+
o.http_request_uri = "/"
|
|
23036
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTransitGatewayMeteringPoliciesRequest)
|
|
23037
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTransitGatewayMeteringPoliciesResult)
|
|
23038
|
+
end)
|
|
23039
|
+
|
|
22642
23040
|
api.add_operation(:describe_transit_gateway_multicast_domains, Seahorse::Model::Operation.new.tap do |o|
|
|
22643
23041
|
o.name = "DescribeTransitGatewayMulticastDomains"
|
|
22644
23042
|
o.http_method = "POST"
|
|
@@ -22917,6 +23315,14 @@ module Aws::EC2
|
|
|
22917
23315
|
)
|
|
22918
23316
|
end)
|
|
22919
23317
|
|
|
23318
|
+
api.add_operation(:describe_vpc_encryption_controls, Seahorse::Model::Operation.new.tap do |o|
|
|
23319
|
+
o.name = "DescribeVpcEncryptionControls"
|
|
23320
|
+
o.http_method = "POST"
|
|
23321
|
+
o.http_request_uri = "/"
|
|
23322
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeVpcEncryptionControlsRequest)
|
|
23323
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeVpcEncryptionControlsResult)
|
|
23324
|
+
end)
|
|
23325
|
+
|
|
22920
23326
|
api.add_operation(:describe_vpc_endpoint_associations, Seahorse::Model::Operation.new.tap do |o|
|
|
22921
23327
|
o.name = "DescribeVpcEndpointAssociations"
|
|
22922
23328
|
o.http_method = "POST"
|
|
@@ -24203,6 +24609,14 @@ module Aws::EC2
|
|
|
24203
24609
|
)
|
|
24204
24610
|
end)
|
|
24205
24611
|
|
|
24612
|
+
api.add_operation(:get_transit_gateway_metering_policy_entries, Seahorse::Model::Operation.new.tap do |o|
|
|
24613
|
+
o.name = "GetTransitGatewayMeteringPolicyEntries"
|
|
24614
|
+
o.http_method = "POST"
|
|
24615
|
+
o.http_request_uri = "/"
|
|
24616
|
+
o.input = Shapes::ShapeRef.new(shape: GetTransitGatewayMeteringPolicyEntriesRequest)
|
|
24617
|
+
o.output = Shapes::ShapeRef.new(shape: GetTransitGatewayMeteringPolicyEntriesResult)
|
|
24618
|
+
end)
|
|
24619
|
+
|
|
24206
24620
|
api.add_operation(:get_transit_gateway_multicast_domain_associations, Seahorse::Model::Operation.new.tap do |o|
|
|
24207
24621
|
o.name = "GetTransitGatewayMulticastDomainAssociations"
|
|
24208
24622
|
o.http_method = "POST"
|
|
@@ -24305,6 +24719,14 @@ module Aws::EC2
|
|
|
24305
24719
|
o.output = Shapes::ShapeRef.new(shape: GetVerifiedAccessGroupPolicyResult)
|
|
24306
24720
|
end)
|
|
24307
24721
|
|
|
24722
|
+
api.add_operation(:get_vpc_resources_blocking_encryption_enforcement, Seahorse::Model::Operation.new.tap do |o|
|
|
24723
|
+
o.name = "GetVpcResourcesBlockingEncryptionEnforcement"
|
|
24724
|
+
o.http_method = "POST"
|
|
24725
|
+
o.http_request_uri = "/"
|
|
24726
|
+
o.input = Shapes::ShapeRef.new(shape: GetVpcResourcesBlockingEncryptionEnforcementRequest)
|
|
24727
|
+
o.output = Shapes::ShapeRef.new(shape: GetVpcResourcesBlockingEncryptionEnforcementResult)
|
|
24728
|
+
end)
|
|
24729
|
+
|
|
24308
24730
|
api.add_operation(:get_vpn_connection_device_sample_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
24309
24731
|
o.name = "GetVpnConnectionDeviceSampleConfiguration"
|
|
24310
24732
|
o.http_method = "POST"
|
|
@@ -24411,6 +24833,14 @@ module Aws::EC2
|
|
|
24411
24833
|
)
|
|
24412
24834
|
end)
|
|
24413
24835
|
|
|
24836
|
+
api.add_operation(:list_volumes_in_recycle_bin, Seahorse::Model::Operation.new.tap do |o|
|
|
24837
|
+
o.name = "ListVolumesInRecycleBin"
|
|
24838
|
+
o.http_method = "POST"
|
|
24839
|
+
o.http_request_uri = "/"
|
|
24840
|
+
o.input = Shapes::ShapeRef.new(shape: ListVolumesInRecycleBinRequest)
|
|
24841
|
+
o.output = Shapes::ShapeRef.new(shape: ListVolumesInRecycleBinResult)
|
|
24842
|
+
end)
|
|
24843
|
+
|
|
24414
24844
|
api.add_operation(:lock_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
|
24415
24845
|
o.name = "LockSnapshot"
|
|
24416
24846
|
o.http_method = "POST"
|
|
@@ -24819,6 +25249,14 @@ module Aws::EC2
|
|
|
24819
25249
|
o.output = Shapes::ShapeRef.new(shape: ModifyTransitGatewayResult)
|
|
24820
25250
|
end)
|
|
24821
25251
|
|
|
25252
|
+
api.add_operation(:modify_transit_gateway_metering_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
25253
|
+
o.name = "ModifyTransitGatewayMeteringPolicy"
|
|
25254
|
+
o.http_method = "POST"
|
|
25255
|
+
o.http_request_uri = "/"
|
|
25256
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyTransitGatewayMeteringPolicyRequest)
|
|
25257
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyTransitGatewayMeteringPolicyResult)
|
|
25258
|
+
end)
|
|
25259
|
+
|
|
24822
25260
|
api.add_operation(:modify_transit_gateway_prefix_list_reference, Seahorse::Model::Operation.new.tap do |o|
|
|
24823
25261
|
o.name = "ModifyTransitGatewayPrefixListReference"
|
|
24824
25262
|
o.http_method = "POST"
|
|
@@ -24931,6 +25369,14 @@ module Aws::EC2
|
|
|
24931
25369
|
o.output = Shapes::ShapeRef.new(shape: ModifyVpcBlockPublicAccessOptionsResult)
|
|
24932
25370
|
end)
|
|
24933
25371
|
|
|
25372
|
+
api.add_operation(:modify_vpc_encryption_control, Seahorse::Model::Operation.new.tap do |o|
|
|
25373
|
+
o.name = "ModifyVpcEncryptionControl"
|
|
25374
|
+
o.http_method = "POST"
|
|
25375
|
+
o.http_request_uri = "/"
|
|
25376
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyVpcEncryptionControlRequest)
|
|
25377
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyVpcEncryptionControlResult)
|
|
25378
|
+
end)
|
|
25379
|
+
|
|
24934
25380
|
api.add_operation(:modify_vpc_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
|
24935
25381
|
o.name = "ModifyVpcEndpoint"
|
|
24936
25382
|
o.http_method = "POST"
|
|
@@ -25419,6 +25865,14 @@ module Aws::EC2
|
|
|
25419
25865
|
o.output = Shapes::ShapeRef.new(shape: RestoreSnapshotTierResult)
|
|
25420
25866
|
end)
|
|
25421
25867
|
|
|
25868
|
+
api.add_operation(:restore_volume_from_recycle_bin, Seahorse::Model::Operation.new.tap do |o|
|
|
25869
|
+
o.name = "RestoreVolumeFromRecycleBin"
|
|
25870
|
+
o.http_method = "POST"
|
|
25871
|
+
o.http_request_uri = "/"
|
|
25872
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreVolumeFromRecycleBinRequest)
|
|
25873
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreVolumeFromRecycleBinResult)
|
|
25874
|
+
end)
|
|
25875
|
+
|
|
25422
25876
|
api.add_operation(:revoke_client_vpn_ingress, Seahorse::Model::Operation.new.tap do |o|
|
|
25423
25877
|
o.name = "RevokeClientVpnIngress"
|
|
25424
25878
|
o.http_method = "POST"
|
|
@@ -25615,6 +26069,14 @@ module Aws::EC2
|
|
|
25615
26069
|
o.output = Shapes::ShapeRef.new(shape: UpdateCapacityManagerOrganizationsAccessResult)
|
|
25616
26070
|
end)
|
|
25617
26071
|
|
|
26072
|
+
api.add_operation(:update_interruptible_capacity_reservation_allocation, Seahorse::Model::Operation.new.tap do |o|
|
|
26073
|
+
o.name = "UpdateInterruptibleCapacityReservationAllocation"
|
|
26074
|
+
o.http_method = "POST"
|
|
26075
|
+
o.http_request_uri = "/"
|
|
26076
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateInterruptibleCapacityReservationAllocationRequest)
|
|
26077
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateInterruptibleCapacityReservationAllocationResult)
|
|
26078
|
+
end)
|
|
26079
|
+
|
|
25618
26080
|
api.add_operation(:update_security_group_rule_descriptions_egress, Seahorse::Model::Operation.new.tap do |o|
|
|
25619
26081
|
o.name = "UpdateSecurityGroupRuleDescriptionsEgress"
|
|
25620
26082
|
o.http_method = "POST"
|