aws-sdk-ec2 1.579.0 → 1.581.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 +1909 -147
- data/lib/aws-sdk-ec2/client_api.rb +643 -1
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/nat_gateway.rb +65 -0
- data/lib/aws-sdk-ec2/placement_group.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +90 -20
- 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 +3 -3
- data/lib/aws-sdk-ec2/types.rb +2096 -16
- 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/classic_address.rbs +1 -1
- data/sig/client.rbs +530 -117
- data/sig/instance.rbs +1 -1
- data/sig/nat_gateway.rbs +12 -0
- data/sig/resource.rbs +38 -18
- data/sig/security_group.rbs +2 -2
- data/sig/snapshot.rbs +1 -1
- data/sig/subnet.rbs +2 -2
- data/sig/tag.rbs +1 -1
- data/sig/types.rbs +480 -18
- data/sig/volume.rbs +1 -1
- data/sig/vpc.rbs +5 -5
- data/sig/vpc_address.rbs +1 -1
- metadata +1 -1
|
@@ -212,8 +212,13 @@ module Aws::EC2
|
|
|
212
212
|
AutoAcceptSharedAssociationsValue = Shapes::StringShape.new(name: 'AutoAcceptSharedAssociationsValue')
|
|
213
213
|
AutoAcceptSharedAttachmentsValue = Shapes::StringShape.new(name: 'AutoAcceptSharedAttachmentsValue')
|
|
214
214
|
AutoPlacement = Shapes::StringShape.new(name: 'AutoPlacement')
|
|
215
|
+
AutoProvisionZonesState = Shapes::StringShape.new(name: 'AutoProvisionZonesState')
|
|
215
216
|
AutoRecoveryFlag = Shapes::BooleanShape.new(name: 'AutoRecoveryFlag')
|
|
217
|
+
AutoScalingIpsState = Shapes::StringShape.new(name: 'AutoScalingIpsState')
|
|
218
|
+
AvailabilityMode = Shapes::StringShape.new(name: 'AvailabilityMode')
|
|
216
219
|
AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
|
|
220
|
+
AvailabilityZoneAddress = Shapes::StructureShape.new(name: 'AvailabilityZoneAddress')
|
|
221
|
+
AvailabilityZoneAddresses = Shapes::ListShape.new(name: 'AvailabilityZoneAddresses')
|
|
217
222
|
AvailabilityZoneId = Shapes::StringShape.new(name: 'AvailabilityZoneId')
|
|
218
223
|
AvailabilityZoneIdStringList = Shapes::ListShape.new(name: 'AvailabilityZoneIdStringList')
|
|
219
224
|
AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
|
|
@@ -531,6 +536,8 @@ module Aws::EC2
|
|
|
531
536
|
CreateInternetGatewayResult = Shapes::StructureShape.new(name: 'CreateInternetGatewayResult')
|
|
532
537
|
CreateIpamExternalResourceVerificationTokenRequest = Shapes::StructureShape.new(name: 'CreateIpamExternalResourceVerificationTokenRequest')
|
|
533
538
|
CreateIpamExternalResourceVerificationTokenResult = Shapes::StructureShape.new(name: 'CreateIpamExternalResourceVerificationTokenResult')
|
|
539
|
+
CreateIpamPolicyRequest = Shapes::StructureShape.new(name: 'CreateIpamPolicyRequest')
|
|
540
|
+
CreateIpamPolicyResult = Shapes::StructureShape.new(name: 'CreateIpamPolicyResult')
|
|
534
541
|
CreateIpamPoolRequest = Shapes::StructureShape.new(name: 'CreateIpamPoolRequest')
|
|
535
542
|
CreateIpamPoolResult = Shapes::StructureShape.new(name: 'CreateIpamPoolResult')
|
|
536
543
|
CreateIpamPrefixListResolverRequest = Shapes::StructureShape.new(name: 'CreateIpamPrefixListResolverRequest')
|
|
@@ -624,6 +631,10 @@ module Aws::EC2
|
|
|
624
631
|
CreateTransitGatewayConnectRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayConnectRequest')
|
|
625
632
|
CreateTransitGatewayConnectRequestOptions = Shapes::StructureShape.new(name: 'CreateTransitGatewayConnectRequestOptions')
|
|
626
633
|
CreateTransitGatewayConnectResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayConnectResult')
|
|
634
|
+
CreateTransitGatewayMeteringPolicyEntryRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayMeteringPolicyEntryRequest')
|
|
635
|
+
CreateTransitGatewayMeteringPolicyEntryResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayMeteringPolicyEntryResult')
|
|
636
|
+
CreateTransitGatewayMeteringPolicyRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayMeteringPolicyRequest')
|
|
637
|
+
CreateTransitGatewayMeteringPolicyResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayMeteringPolicyResult')
|
|
627
638
|
CreateTransitGatewayMulticastDomainRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayMulticastDomainRequest')
|
|
628
639
|
CreateTransitGatewayMulticastDomainRequestOptions = Shapes::StructureShape.new(name: 'CreateTransitGatewayMulticastDomainRequestOptions')
|
|
629
640
|
CreateTransitGatewayMulticastDomainResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayMulticastDomainResult')
|
|
@@ -669,6 +680,8 @@ module Aws::EC2
|
|
|
669
680
|
CreateVolumeRequest = Shapes::StructureShape.new(name: 'CreateVolumeRequest')
|
|
670
681
|
CreateVpcBlockPublicAccessExclusionRequest = Shapes::StructureShape.new(name: 'CreateVpcBlockPublicAccessExclusionRequest')
|
|
671
682
|
CreateVpcBlockPublicAccessExclusionResult = Shapes::StructureShape.new(name: 'CreateVpcBlockPublicAccessExclusionResult')
|
|
683
|
+
CreateVpcEncryptionControlRequest = Shapes::StructureShape.new(name: 'CreateVpcEncryptionControlRequest')
|
|
684
|
+
CreateVpcEncryptionControlResult = Shapes::StructureShape.new(name: 'CreateVpcEncryptionControlResult')
|
|
672
685
|
CreateVpcEndpointConnectionNotificationRequest = Shapes::StructureShape.new(name: 'CreateVpcEndpointConnectionNotificationRequest')
|
|
673
686
|
CreateVpcEndpointConnectionNotificationResult = Shapes::StructureShape.new(name: 'CreateVpcEndpointConnectionNotificationResult')
|
|
674
687
|
CreateVpcEndpointRequest = Shapes::StructureShape.new(name: 'CreateVpcEndpointRequest')
|
|
@@ -756,6 +769,8 @@ module Aws::EC2
|
|
|
756
769
|
DeleteInternetGatewayRequest = Shapes::StructureShape.new(name: 'DeleteInternetGatewayRequest')
|
|
757
770
|
DeleteIpamExternalResourceVerificationTokenRequest = Shapes::StructureShape.new(name: 'DeleteIpamExternalResourceVerificationTokenRequest')
|
|
758
771
|
DeleteIpamExternalResourceVerificationTokenResult = Shapes::StructureShape.new(name: 'DeleteIpamExternalResourceVerificationTokenResult')
|
|
772
|
+
DeleteIpamPolicyRequest = Shapes::StructureShape.new(name: 'DeleteIpamPolicyRequest')
|
|
773
|
+
DeleteIpamPolicyResult = Shapes::StructureShape.new(name: 'DeleteIpamPolicyResult')
|
|
759
774
|
DeleteIpamPoolRequest = Shapes::StructureShape.new(name: 'DeleteIpamPoolRequest')
|
|
760
775
|
DeleteIpamPoolResult = Shapes::StructureShape.new(name: 'DeleteIpamPoolResult')
|
|
761
776
|
DeleteIpamPrefixListResolverRequest = Shapes::StructureShape.new(name: 'DeleteIpamPrefixListResolverRequest')
|
|
@@ -845,6 +860,10 @@ module Aws::EC2
|
|
|
845
860
|
DeleteTransitGatewayConnectPeerResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayConnectPeerResult')
|
|
846
861
|
DeleteTransitGatewayConnectRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayConnectRequest')
|
|
847
862
|
DeleteTransitGatewayConnectResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayConnectResult')
|
|
863
|
+
DeleteTransitGatewayMeteringPolicyEntryRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMeteringPolicyEntryRequest')
|
|
864
|
+
DeleteTransitGatewayMeteringPolicyEntryResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMeteringPolicyEntryResult')
|
|
865
|
+
DeleteTransitGatewayMeteringPolicyRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMeteringPolicyRequest')
|
|
866
|
+
DeleteTransitGatewayMeteringPolicyResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMeteringPolicyResult')
|
|
848
867
|
DeleteTransitGatewayMulticastDomainRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMulticastDomainRequest')
|
|
849
868
|
DeleteTransitGatewayMulticastDomainResult = Shapes::StructureShape.new(name: 'DeleteTransitGatewayMulticastDomainResult')
|
|
850
869
|
DeleteTransitGatewayPeeringAttachmentRequest = Shapes::StructureShape.new(name: 'DeleteTransitGatewayPeeringAttachmentRequest')
|
|
@@ -874,6 +893,8 @@ module Aws::EC2
|
|
|
874
893
|
DeleteVolumeRequest = Shapes::StructureShape.new(name: 'DeleteVolumeRequest')
|
|
875
894
|
DeleteVpcBlockPublicAccessExclusionRequest = Shapes::StructureShape.new(name: 'DeleteVpcBlockPublicAccessExclusionRequest')
|
|
876
895
|
DeleteVpcBlockPublicAccessExclusionResult = Shapes::StructureShape.new(name: 'DeleteVpcBlockPublicAccessExclusionResult')
|
|
896
|
+
DeleteVpcEncryptionControlRequest = Shapes::StructureShape.new(name: 'DeleteVpcEncryptionControlRequest')
|
|
897
|
+
DeleteVpcEncryptionControlResult = Shapes::StructureShape.new(name: 'DeleteVpcEncryptionControlResult')
|
|
877
898
|
DeleteVpcEndpointConnectionNotificationsRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointConnectionNotificationsRequest')
|
|
878
899
|
DeleteVpcEndpointConnectionNotificationsResult = Shapes::StructureShape.new(name: 'DeleteVpcEndpointConnectionNotificationsResult')
|
|
879
900
|
DeleteVpcEndpointServiceConfigurationsRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointServiceConfigurationsRequest')
|
|
@@ -1099,6 +1120,8 @@ module Aws::EC2
|
|
|
1099
1120
|
DescribeIpamByoasnResult = Shapes::StructureShape.new(name: 'DescribeIpamByoasnResult')
|
|
1100
1121
|
DescribeIpamExternalResourceVerificationTokensRequest = Shapes::StructureShape.new(name: 'DescribeIpamExternalResourceVerificationTokensRequest')
|
|
1101
1122
|
DescribeIpamExternalResourceVerificationTokensResult = Shapes::StructureShape.new(name: 'DescribeIpamExternalResourceVerificationTokensResult')
|
|
1123
|
+
DescribeIpamPoliciesRequest = Shapes::StructureShape.new(name: 'DescribeIpamPoliciesRequest')
|
|
1124
|
+
DescribeIpamPoliciesResult = Shapes::StructureShape.new(name: 'DescribeIpamPoliciesResult')
|
|
1102
1125
|
DescribeIpamPoolsRequest = Shapes::StructureShape.new(name: 'DescribeIpamPoolsRequest')
|
|
1103
1126
|
DescribeIpamPoolsResult = Shapes::StructureShape.new(name: 'DescribeIpamPoolsResult')
|
|
1104
1127
|
DescribeIpamPrefixListResolverTargetsRequest = Shapes::StructureShape.new(name: 'DescribeIpamPrefixListResolverTargetsRequest')
|
|
@@ -1268,6 +1291,8 @@ module Aws::EC2
|
|
|
1268
1291
|
DescribeTransitGatewayConnectPeersResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayConnectPeersResult')
|
|
1269
1292
|
DescribeTransitGatewayConnectsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayConnectsRequest')
|
|
1270
1293
|
DescribeTransitGatewayConnectsResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayConnectsResult')
|
|
1294
|
+
DescribeTransitGatewayMeteringPoliciesRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayMeteringPoliciesRequest')
|
|
1295
|
+
DescribeTransitGatewayMeteringPoliciesResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayMeteringPoliciesResult')
|
|
1271
1296
|
DescribeTransitGatewayMulticastDomainsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayMulticastDomainsRequest')
|
|
1272
1297
|
DescribeTransitGatewayMulticastDomainsResult = Shapes::StructureShape.new(name: 'DescribeTransitGatewayMulticastDomainsResult')
|
|
1273
1298
|
DescribeTransitGatewayPeeringAttachmentsRequest = Shapes::StructureShape.new(name: 'DescribeTransitGatewayPeeringAttachmentsRequest')
|
|
@@ -1321,6 +1346,9 @@ module Aws::EC2
|
|
|
1321
1346
|
DescribeVpcClassicLinkDnsSupportResult = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkDnsSupportResult')
|
|
1322
1347
|
DescribeVpcClassicLinkRequest = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkRequest')
|
|
1323
1348
|
DescribeVpcClassicLinkResult = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkResult')
|
|
1349
|
+
DescribeVpcEncryptionControlsMaxResults = Shapes::IntegerShape.new(name: 'DescribeVpcEncryptionControlsMaxResults')
|
|
1350
|
+
DescribeVpcEncryptionControlsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEncryptionControlsRequest')
|
|
1351
|
+
DescribeVpcEncryptionControlsResult = Shapes::StructureShape.new(name: 'DescribeVpcEncryptionControlsResult')
|
|
1324
1352
|
DescribeVpcEndpointAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointAssociationsRequest')
|
|
1325
1353
|
DescribeVpcEndpointAssociationsResult = Shapes::StructureShape.new(name: 'DescribeVpcEndpointAssociationsResult')
|
|
1326
1354
|
DescribeVpcEndpointConnectionNotificationsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointConnectionNotificationsRequest')
|
|
@@ -1405,6 +1433,8 @@ module Aws::EC2
|
|
|
1405
1433
|
DisableInstanceSqlHaStandbyDetectionsResult = Shapes::StructureShape.new(name: 'DisableInstanceSqlHaStandbyDetectionsResult')
|
|
1406
1434
|
DisableIpamOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'DisableIpamOrganizationAdminAccountRequest')
|
|
1407
1435
|
DisableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'DisableIpamOrganizationAdminAccountResult')
|
|
1436
|
+
DisableIpamPolicyRequest = Shapes::StructureShape.new(name: 'DisableIpamPolicyRequest')
|
|
1437
|
+
DisableIpamPolicyResult = Shapes::StructureShape.new(name: 'DisableIpamPolicyResult')
|
|
1408
1438
|
DisableRouteServerPropagationRequest = Shapes::StructureShape.new(name: 'DisableRouteServerPropagationRequest')
|
|
1409
1439
|
DisableRouteServerPropagationResult = Shapes::StructureShape.new(name: 'DisableRouteServerPropagationResult')
|
|
1410
1440
|
DisableSerialConsoleAccessRequest = Shapes::StructureShape.new(name: 'DisableSerialConsoleAccessRequest')
|
|
@@ -1561,6 +1591,8 @@ module Aws::EC2
|
|
|
1561
1591
|
EnableInstanceSqlHaStandbyDetectionsResult = Shapes::StructureShape.new(name: 'EnableInstanceSqlHaStandbyDetectionsResult')
|
|
1562
1592
|
EnableIpamOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountRequest')
|
|
1563
1593
|
EnableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountResult')
|
|
1594
|
+
EnableIpamPolicyRequest = Shapes::StructureShape.new(name: 'EnableIpamPolicyRequest')
|
|
1595
|
+
EnableIpamPolicyResult = Shapes::StructureShape.new(name: 'EnableIpamPolicyResult')
|
|
1564
1596
|
EnableReachabilityAnalyzerOrganizationSharingRequest = Shapes::StructureShape.new(name: 'EnableReachabilityAnalyzerOrganizationSharingRequest')
|
|
1565
1597
|
EnableReachabilityAnalyzerOrganizationSharingResult = Shapes::StructureShape.new(name: 'EnableReachabilityAnalyzerOrganizationSharingResult')
|
|
1566
1598
|
EnableRouteServerPropagationRequest = Shapes::StructureShape.new(name: 'EnableRouteServerPropagationRequest')
|
|
@@ -1580,6 +1612,9 @@ module Aws::EC2
|
|
|
1580
1612
|
EnclaveOptions = Shapes::StructureShape.new(name: 'EnclaveOptions')
|
|
1581
1613
|
EnclaveOptionsRequest = Shapes::StructureShape.new(name: 'EnclaveOptionsRequest')
|
|
1582
1614
|
EncryptionInTransitSupported = Shapes::BooleanShape.new(name: 'EncryptionInTransitSupported')
|
|
1615
|
+
EncryptionStateValue = Shapes::StringShape.new(name: 'EncryptionStateValue')
|
|
1616
|
+
EncryptionSupport = Shapes::StructureShape.new(name: 'EncryptionSupport')
|
|
1617
|
+
EncryptionSupportOptionValue = Shapes::StringShape.new(name: 'EncryptionSupportOptionValue')
|
|
1583
1618
|
EndDateType = Shapes::StringShape.new(name: 'EndDateType')
|
|
1584
1619
|
EndpointIpAddressType = Shapes::StringShape.new(name: 'EndpointIpAddressType')
|
|
1585
1620
|
EndpointSet = Shapes::ListShape.new(name: 'EndpointSet')
|
|
@@ -1735,6 +1770,8 @@ module Aws::EC2
|
|
|
1735
1770
|
GetEbsDefaultKmsKeyIdResult = Shapes::StructureShape.new(name: 'GetEbsDefaultKmsKeyIdResult')
|
|
1736
1771
|
GetEbsEncryptionByDefaultRequest = Shapes::StructureShape.new(name: 'GetEbsEncryptionByDefaultRequest')
|
|
1737
1772
|
GetEbsEncryptionByDefaultResult = Shapes::StructureShape.new(name: 'GetEbsEncryptionByDefaultResult')
|
|
1773
|
+
GetEnabledIpamPolicyRequest = Shapes::StructureShape.new(name: 'GetEnabledIpamPolicyRequest')
|
|
1774
|
+
GetEnabledIpamPolicyResult = Shapes::StructureShape.new(name: 'GetEnabledIpamPolicyResult')
|
|
1738
1775
|
GetFlowLogsIntegrationTemplateRequest = Shapes::StructureShape.new(name: 'GetFlowLogsIntegrationTemplateRequest')
|
|
1739
1776
|
GetFlowLogsIntegrationTemplateResult = Shapes::StructureShape.new(name: 'GetFlowLogsIntegrationTemplateResult')
|
|
1740
1777
|
GetGroupsForCapacityReservationRequest = Shapes::StructureShape.new(name: 'GetGroupsForCapacityReservationRequest')
|
|
@@ -1762,6 +1799,10 @@ module Aws::EC2
|
|
|
1762
1799
|
GetIpamDiscoveredPublicAddressesResult = Shapes::StructureShape.new(name: 'GetIpamDiscoveredPublicAddressesResult')
|
|
1763
1800
|
GetIpamDiscoveredResourceCidrsRequest = Shapes::StructureShape.new(name: 'GetIpamDiscoveredResourceCidrsRequest')
|
|
1764
1801
|
GetIpamDiscoveredResourceCidrsResult = Shapes::StructureShape.new(name: 'GetIpamDiscoveredResourceCidrsResult')
|
|
1802
|
+
GetIpamPolicyAllocationRulesRequest = Shapes::StructureShape.new(name: 'GetIpamPolicyAllocationRulesRequest')
|
|
1803
|
+
GetIpamPolicyAllocationRulesResult = Shapes::StructureShape.new(name: 'GetIpamPolicyAllocationRulesResult')
|
|
1804
|
+
GetIpamPolicyOrganizationTargetsRequest = Shapes::StructureShape.new(name: 'GetIpamPolicyOrganizationTargetsRequest')
|
|
1805
|
+
GetIpamPolicyOrganizationTargetsResult = Shapes::StructureShape.new(name: 'GetIpamPolicyOrganizationTargetsResult')
|
|
1765
1806
|
GetIpamPoolAllocationsMaxResults = Shapes::IntegerShape.new(name: 'GetIpamPoolAllocationsMaxResults')
|
|
1766
1807
|
GetIpamPoolAllocationsRequest = Shapes::StructureShape.new(name: 'GetIpamPoolAllocationsRequest')
|
|
1767
1808
|
GetIpamPoolAllocationsResult = Shapes::StructureShape.new(name: 'GetIpamPoolAllocationsResult')
|
|
@@ -1811,6 +1852,8 @@ module Aws::EC2
|
|
|
1811
1852
|
GetSubnetCidrReservationsResult = Shapes::StructureShape.new(name: 'GetSubnetCidrReservationsResult')
|
|
1812
1853
|
GetTransitGatewayAttachmentPropagationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayAttachmentPropagationsRequest')
|
|
1813
1854
|
GetTransitGatewayAttachmentPropagationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayAttachmentPropagationsResult')
|
|
1855
|
+
GetTransitGatewayMeteringPolicyEntriesRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayMeteringPolicyEntriesRequest')
|
|
1856
|
+
GetTransitGatewayMeteringPolicyEntriesResult = Shapes::StructureShape.new(name: 'GetTransitGatewayMeteringPolicyEntriesResult')
|
|
1814
1857
|
GetTransitGatewayMulticastDomainAssociationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayMulticastDomainAssociationsRequest')
|
|
1815
1858
|
GetTransitGatewayMulticastDomainAssociationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayMulticastDomainAssociationsResult')
|
|
1816
1859
|
GetTransitGatewayPolicyTableAssociationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayPolicyTableAssociationsRequest')
|
|
@@ -1830,6 +1873,9 @@ module Aws::EC2
|
|
|
1830
1873
|
GetVerifiedAccessEndpointTargetsResult = Shapes::StructureShape.new(name: 'GetVerifiedAccessEndpointTargetsResult')
|
|
1831
1874
|
GetVerifiedAccessGroupPolicyRequest = Shapes::StructureShape.new(name: 'GetVerifiedAccessGroupPolicyRequest')
|
|
1832
1875
|
GetVerifiedAccessGroupPolicyResult = Shapes::StructureShape.new(name: 'GetVerifiedAccessGroupPolicyResult')
|
|
1876
|
+
GetVpcResourcesBlockingEncryptionEnforcementMaxResults = Shapes::IntegerShape.new(name: 'GetVpcResourcesBlockingEncryptionEnforcementMaxResults')
|
|
1877
|
+
GetVpcResourcesBlockingEncryptionEnforcementRequest = Shapes::StructureShape.new(name: 'GetVpcResourcesBlockingEncryptionEnforcementRequest')
|
|
1878
|
+
GetVpcResourcesBlockingEncryptionEnforcementResult = Shapes::StructureShape.new(name: 'GetVpcResourcesBlockingEncryptionEnforcementResult')
|
|
1833
1879
|
GetVpnConnectionDeviceSampleConfigurationRequest = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceSampleConfigurationRequest')
|
|
1834
1880
|
GetVpnConnectionDeviceSampleConfigurationResult = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceSampleConfigurationResult')
|
|
1835
1881
|
GetVpnConnectionDeviceTypesRequest = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceTypesRequest')
|
|
@@ -2170,6 +2216,20 @@ module Aws::EC2
|
|
|
2170
2216
|
IpamOrganizationalUnitExclusion = Shapes::StructureShape.new(name: 'IpamOrganizationalUnitExclusion')
|
|
2171
2217
|
IpamOrganizationalUnitExclusionSet = Shapes::ListShape.new(name: 'IpamOrganizationalUnitExclusionSet')
|
|
2172
2218
|
IpamOverlapStatus = Shapes::StringShape.new(name: 'IpamOverlapStatus')
|
|
2219
|
+
IpamPolicy = Shapes::StructureShape.new(name: 'IpamPolicy')
|
|
2220
|
+
IpamPolicyAllocationRule = Shapes::StructureShape.new(name: 'IpamPolicyAllocationRule')
|
|
2221
|
+
IpamPolicyAllocationRuleList = Shapes::ListShape.new(name: 'IpamPolicyAllocationRuleList')
|
|
2222
|
+
IpamPolicyAllocationRuleListRequest = Shapes::ListShape.new(name: 'IpamPolicyAllocationRuleListRequest')
|
|
2223
|
+
IpamPolicyAllocationRuleRequest = Shapes::StructureShape.new(name: 'IpamPolicyAllocationRuleRequest')
|
|
2224
|
+
IpamPolicyDocument = Shapes::StructureShape.new(name: 'IpamPolicyDocument')
|
|
2225
|
+
IpamPolicyDocumentSet = Shapes::ListShape.new(name: 'IpamPolicyDocumentSet')
|
|
2226
|
+
IpamPolicyId = Shapes::StringShape.new(name: 'IpamPolicyId')
|
|
2227
|
+
IpamPolicyManagedBy = Shapes::StringShape.new(name: 'IpamPolicyManagedBy')
|
|
2228
|
+
IpamPolicyOrganizationTarget = Shapes::StructureShape.new(name: 'IpamPolicyOrganizationTarget')
|
|
2229
|
+
IpamPolicyOrganizationTargetSet = Shapes::ListShape.new(name: 'IpamPolicyOrganizationTargetSet')
|
|
2230
|
+
IpamPolicyResourceType = Shapes::StringShape.new(name: 'IpamPolicyResourceType')
|
|
2231
|
+
IpamPolicySet = Shapes::ListShape.new(name: 'IpamPolicySet')
|
|
2232
|
+
IpamPolicyState = Shapes::StringShape.new(name: 'IpamPolicyState')
|
|
2173
2233
|
IpamPool = Shapes::StructureShape.new(name: 'IpamPool')
|
|
2174
2234
|
IpamPoolAllocation = Shapes::StructureShape.new(name: 'IpamPoolAllocation')
|
|
2175
2235
|
IpamPoolAllocationAllowedCidrs = Shapes::ListShape.new(name: 'IpamPoolAllocationAllowedCidrs')
|
|
@@ -2378,6 +2438,8 @@ module Aws::EC2
|
|
|
2378
2438
|
ListSnapshotsInRecycleBinMaxResults = Shapes::IntegerShape.new(name: 'ListSnapshotsInRecycleBinMaxResults')
|
|
2379
2439
|
ListSnapshotsInRecycleBinRequest = Shapes::StructureShape.new(name: 'ListSnapshotsInRecycleBinRequest')
|
|
2380
2440
|
ListSnapshotsInRecycleBinResult = Shapes::StructureShape.new(name: 'ListSnapshotsInRecycleBinResult')
|
|
2441
|
+
ListVolumesInRecycleBinRequest = Shapes::StructureShape.new(name: 'ListVolumesInRecycleBinRequest')
|
|
2442
|
+
ListVolumesInRecycleBinResult = Shapes::StructureShape.new(name: 'ListVolumesInRecycleBinResult')
|
|
2381
2443
|
ListingState = Shapes::StringShape.new(name: 'ListingState')
|
|
2382
2444
|
ListingStatus = Shapes::StringShape.new(name: 'ListingStatus')
|
|
2383
2445
|
LoadBalancerArn = Shapes::StringShape.new(name: 'LoadBalancerArn')
|
|
@@ -2542,6 +2604,8 @@ module Aws::EC2
|
|
|
2542
2604
|
ModifyInstanceNetworkPerformanceResult = Shapes::StructureShape.new(name: 'ModifyInstanceNetworkPerformanceResult')
|
|
2543
2605
|
ModifyInstancePlacementRequest = Shapes::StructureShape.new(name: 'ModifyInstancePlacementRequest')
|
|
2544
2606
|
ModifyInstancePlacementResult = Shapes::StructureShape.new(name: 'ModifyInstancePlacementResult')
|
|
2607
|
+
ModifyIpamPolicyAllocationRulesRequest = Shapes::StructureShape.new(name: 'ModifyIpamPolicyAllocationRulesRequest')
|
|
2608
|
+
ModifyIpamPolicyAllocationRulesResult = Shapes::StructureShape.new(name: 'ModifyIpamPolicyAllocationRulesResult')
|
|
2545
2609
|
ModifyIpamPoolRequest = Shapes::StructureShape.new(name: 'ModifyIpamPoolRequest')
|
|
2546
2610
|
ModifyIpamPoolResult = Shapes::StructureShape.new(name: 'ModifyIpamPoolResult')
|
|
2547
2611
|
ModifyIpamPrefixListResolverRequest = Shapes::StructureShape.new(name: 'ModifyIpamPrefixListResolverRequest')
|
|
@@ -2585,6 +2649,8 @@ module Aws::EC2
|
|
|
2585
2649
|
ModifyTrafficMirrorFilterRuleResult = Shapes::StructureShape.new(name: 'ModifyTrafficMirrorFilterRuleResult')
|
|
2586
2650
|
ModifyTrafficMirrorSessionRequest = Shapes::StructureShape.new(name: 'ModifyTrafficMirrorSessionRequest')
|
|
2587
2651
|
ModifyTrafficMirrorSessionResult = Shapes::StructureShape.new(name: 'ModifyTrafficMirrorSessionResult')
|
|
2652
|
+
ModifyTransitGatewayMeteringPolicyRequest = Shapes::StructureShape.new(name: 'ModifyTransitGatewayMeteringPolicyRequest')
|
|
2653
|
+
ModifyTransitGatewayMeteringPolicyResult = Shapes::StructureShape.new(name: 'ModifyTransitGatewayMeteringPolicyResult')
|
|
2588
2654
|
ModifyTransitGatewayOptions = Shapes::StructureShape.new(name: 'ModifyTransitGatewayOptions')
|
|
2589
2655
|
ModifyTransitGatewayPrefixListReferenceRequest = Shapes::StructureShape.new(name: 'ModifyTransitGatewayPrefixListReferenceRequest')
|
|
2590
2656
|
ModifyTransitGatewayPrefixListReferenceResult = Shapes::StructureShape.new(name: 'ModifyTransitGatewayPrefixListReferenceResult')
|
|
@@ -2625,6 +2691,8 @@ module Aws::EC2
|
|
|
2625
2691
|
ModifyVpcBlockPublicAccessExclusionResult = Shapes::StructureShape.new(name: 'ModifyVpcBlockPublicAccessExclusionResult')
|
|
2626
2692
|
ModifyVpcBlockPublicAccessOptionsRequest = Shapes::StructureShape.new(name: 'ModifyVpcBlockPublicAccessOptionsRequest')
|
|
2627
2693
|
ModifyVpcBlockPublicAccessOptionsResult = Shapes::StructureShape.new(name: 'ModifyVpcBlockPublicAccessOptionsResult')
|
|
2694
|
+
ModifyVpcEncryptionControlRequest = Shapes::StructureShape.new(name: 'ModifyVpcEncryptionControlRequest')
|
|
2695
|
+
ModifyVpcEncryptionControlResult = Shapes::StructureShape.new(name: 'ModifyVpcEncryptionControlResult')
|
|
2628
2696
|
ModifyVpcEndpointConnectionNotificationRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointConnectionNotificationRequest')
|
|
2629
2697
|
ModifyVpcEndpointConnectionNotificationResult = Shapes::StructureShape.new(name: 'ModifyVpcEndpointConnectionNotificationResult')
|
|
2630
2698
|
ModifyVpcEndpointRequest = Shapes::StructureShape.new(name: 'ModifyVpcEndpointRequest')
|
|
@@ -3095,6 +3163,8 @@ module Aws::EC2
|
|
|
3095
3163
|
RestoreSnapshotTierRequest = Shapes::StructureShape.new(name: 'RestoreSnapshotTierRequest')
|
|
3096
3164
|
RestoreSnapshotTierRequestTemporaryRestoreDays = Shapes::IntegerShape.new(name: 'RestoreSnapshotTierRequestTemporaryRestoreDays')
|
|
3097
3165
|
RestoreSnapshotTierResult = Shapes::StructureShape.new(name: 'RestoreSnapshotTierResult')
|
|
3166
|
+
RestoreVolumeFromRecycleBinRequest = Shapes::StructureShape.new(name: 'RestoreVolumeFromRecycleBinRequest')
|
|
3167
|
+
RestoreVolumeFromRecycleBinResult = Shapes::StructureShape.new(name: 'RestoreVolumeFromRecycleBinResult')
|
|
3098
3168
|
ResultRange = Shapes::IntegerShape.new(name: 'ResultRange')
|
|
3099
3169
|
RetentionPeriodRequestDays = Shapes::IntegerShape.new(name: 'RetentionPeriodRequestDays')
|
|
3100
3170
|
RetentionPeriodResponseDays = Shapes::IntegerShape.new(name: 'RetentionPeriodResponseDays')
|
|
@@ -3481,6 +3551,16 @@ module Aws::EC2
|
|
|
3481
3551
|
TransitGatewayIdStringList = Shapes::ListShape.new(name: 'TransitGatewayIdStringList')
|
|
3482
3552
|
TransitGatewayList = Shapes::ListShape.new(name: 'TransitGatewayList')
|
|
3483
3553
|
TransitGatewayMaxResults = Shapes::IntegerShape.new(name: 'TransitGatewayMaxResults')
|
|
3554
|
+
TransitGatewayMeteringPayerType = Shapes::StringShape.new(name: 'TransitGatewayMeteringPayerType')
|
|
3555
|
+
TransitGatewayMeteringPolicy = Shapes::StructureShape.new(name: 'TransitGatewayMeteringPolicy')
|
|
3556
|
+
TransitGatewayMeteringPolicyEntry = Shapes::StructureShape.new(name: 'TransitGatewayMeteringPolicyEntry')
|
|
3557
|
+
TransitGatewayMeteringPolicyEntryList = Shapes::ListShape.new(name: 'TransitGatewayMeteringPolicyEntryList')
|
|
3558
|
+
TransitGatewayMeteringPolicyEntryState = Shapes::StringShape.new(name: 'TransitGatewayMeteringPolicyEntryState')
|
|
3559
|
+
TransitGatewayMeteringPolicyId = Shapes::StringShape.new(name: 'TransitGatewayMeteringPolicyId')
|
|
3560
|
+
TransitGatewayMeteringPolicyIdStringList = Shapes::ListShape.new(name: 'TransitGatewayMeteringPolicyIdStringList')
|
|
3561
|
+
TransitGatewayMeteringPolicyList = Shapes::ListShape.new(name: 'TransitGatewayMeteringPolicyList')
|
|
3562
|
+
TransitGatewayMeteringPolicyRule = Shapes::StructureShape.new(name: 'TransitGatewayMeteringPolicyRule')
|
|
3563
|
+
TransitGatewayMeteringPolicyState = Shapes::StringShape.new(name: 'TransitGatewayMeteringPolicyState')
|
|
3484
3564
|
TransitGatewayMulitcastDomainAssociationState = Shapes::StringShape.new(name: 'TransitGatewayMulitcastDomainAssociationState')
|
|
3485
3565
|
TransitGatewayMulticastDeregisteredGroupMembers = Shapes::StructureShape.new(name: 'TransitGatewayMulticastDeregisteredGroupMembers')
|
|
3486
3566
|
TransitGatewayMulticastDeregisteredGroupSources = Shapes::StructureShape.new(name: 'TransitGatewayMulticastDeregisteredGroupSources')
|
|
@@ -3673,6 +3753,8 @@ module Aws::EC2
|
|
|
3673
3753
|
VolumeModification = Shapes::StructureShape.new(name: 'VolumeModification')
|
|
3674
3754
|
VolumeModificationList = Shapes::ListShape.new(name: 'VolumeModificationList')
|
|
3675
3755
|
VolumeModificationState = Shapes::StringShape.new(name: 'VolumeModificationState')
|
|
3756
|
+
VolumeRecycleBinInfo = Shapes::StructureShape.new(name: 'VolumeRecycleBinInfo')
|
|
3757
|
+
VolumeRecycleBinInfoList = Shapes::ListShape.new(name: 'VolumeRecycleBinInfoList')
|
|
3676
3758
|
VolumeState = Shapes::StringShape.new(name: 'VolumeState')
|
|
3677
3759
|
VolumeStatusAction = Shapes::StructureShape.new(name: 'VolumeStatusAction')
|
|
3678
3760
|
VolumeStatusActionsList = Shapes::ListShape.new(name: 'VolumeStatusActionsList')
|
|
@@ -3709,12 +3791,18 @@ module Aws::EC2
|
|
|
3709
3791
|
VpcClassicLinkIdList = Shapes::ListShape.new(name: 'VpcClassicLinkIdList')
|
|
3710
3792
|
VpcClassicLinkList = Shapes::ListShape.new(name: 'VpcClassicLinkList')
|
|
3711
3793
|
VpcEncryptionControl = Shapes::StructureShape.new(name: 'VpcEncryptionControl')
|
|
3794
|
+
VpcEncryptionControlConfiguration = Shapes::StructureShape.new(name: 'VpcEncryptionControlConfiguration')
|
|
3712
3795
|
VpcEncryptionControlExclusion = Shapes::StructureShape.new(name: 'VpcEncryptionControlExclusion')
|
|
3713
3796
|
VpcEncryptionControlExclusionState = Shapes::StringShape.new(name: 'VpcEncryptionControlExclusionState')
|
|
3797
|
+
VpcEncryptionControlExclusionStateInput = Shapes::StringShape.new(name: 'VpcEncryptionControlExclusionStateInput')
|
|
3714
3798
|
VpcEncryptionControlExclusions = Shapes::StructureShape.new(name: 'VpcEncryptionControlExclusions')
|
|
3715
3799
|
VpcEncryptionControlId = Shapes::StringShape.new(name: 'VpcEncryptionControlId')
|
|
3800
|
+
VpcEncryptionControlIdList = Shapes::ListShape.new(name: 'VpcEncryptionControlIdList')
|
|
3801
|
+
VpcEncryptionControlList = Shapes::ListShape.new(name: 'VpcEncryptionControlList')
|
|
3716
3802
|
VpcEncryptionControlMode = Shapes::StringShape.new(name: 'VpcEncryptionControlMode')
|
|
3717
3803
|
VpcEncryptionControlState = Shapes::StringShape.new(name: 'VpcEncryptionControlState')
|
|
3804
|
+
VpcEncryptionNonCompliantResource = Shapes::StructureShape.new(name: 'VpcEncryptionNonCompliantResource')
|
|
3805
|
+
VpcEncryptionNonCompliantResourceList = Shapes::ListShape.new(name: 'VpcEncryptionNonCompliantResourceList')
|
|
3718
3806
|
VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
|
|
3719
3807
|
VpcEndpointAssociation = Shapes::StructureShape.new(name: 'VpcEndpointAssociation')
|
|
3720
3808
|
VpcEndpointAssociationSet = Shapes::ListShape.new(name: 'VpcEndpointAssociationSet')
|
|
@@ -4293,6 +4381,8 @@ module Aws::EC2
|
|
|
4293
4381
|
AssociateNatGatewayAddressRequest.add_member(:allocation_ids, Shapes::ShapeRef.new(shape: AllocationIdList, required: true, location_name: "AllocationId"))
|
|
4294
4382
|
AssociateNatGatewayAddressRequest.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: IpList, location_name: "PrivateIpAddress"))
|
|
4295
4383
|
AssociateNatGatewayAddressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
4384
|
+
AssociateNatGatewayAddressRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, location_name: "AvailabilityZone"))
|
|
4385
|
+
AssociateNatGatewayAddressRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
|
|
4296
4386
|
AssociateNatGatewayAddressRequest.struct_class = Types::AssociateNatGatewayAddressRequest
|
|
4297
4387
|
|
|
4298
4388
|
AssociateNatGatewayAddressResult.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, location_name: "natGatewayId"))
|
|
@@ -4562,6 +4652,13 @@ module Aws::EC2
|
|
|
4562
4652
|
AvailabilityZone.add_member(:state, Shapes::ShapeRef.new(shape: AvailabilityZoneState, location_name: "zoneState"))
|
|
4563
4653
|
AvailabilityZone.struct_class = Types::AvailabilityZone
|
|
4564
4654
|
|
|
4655
|
+
AvailabilityZoneAddress.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, location_name: "AvailabilityZone"))
|
|
4656
|
+
AvailabilityZoneAddress.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
|
|
4657
|
+
AvailabilityZoneAddress.add_member(:allocation_ids, Shapes::ShapeRef.new(shape: AllocationIdList, location_name: "AllocationId"))
|
|
4658
|
+
AvailabilityZoneAddress.struct_class = Types::AvailabilityZoneAddress
|
|
4659
|
+
|
|
4660
|
+
AvailabilityZoneAddresses.member = Shapes::ShapeRef.new(shape: AvailabilityZoneAddress, location_name: "AvailabilityZoneAddress")
|
|
4661
|
+
|
|
4565
4662
|
AvailabilityZoneIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId")
|
|
4566
4663
|
|
|
4567
4664
|
AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "item")
|
|
@@ -4663,6 +4760,7 @@ module Aws::EC2
|
|
|
4663
4760
|
ByoipCidr.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
|
4664
4761
|
ByoipCidr.add_member(:state, Shapes::ShapeRef.new(shape: ByoipCidrState, location_name: "state"))
|
|
4665
4762
|
ByoipCidr.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "networkBorderGroup"))
|
|
4763
|
+
ByoipCidr.add_member(:advertisement_type, Shapes::ShapeRef.new(shape: String, location_name: "advertisementType"))
|
|
4666
4764
|
ByoipCidr.struct_class = Types::ByoipCidr
|
|
4667
4765
|
|
|
4668
4766
|
ByoipCidrSet.member = Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "item")
|
|
@@ -5204,11 +5302,17 @@ module Aws::EC2
|
|
|
5204
5302
|
CloudWatchLogOptions.add_member(:log_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "logEnabled"))
|
|
5205
5303
|
CloudWatchLogOptions.add_member(:log_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "logGroupArn"))
|
|
5206
5304
|
CloudWatchLogOptions.add_member(:log_output_format, Shapes::ShapeRef.new(shape: String, location_name: "logOutputFormat"))
|
|
5305
|
+
CloudWatchLogOptions.add_member(:bgp_log_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "bgpLogEnabled"))
|
|
5306
|
+
CloudWatchLogOptions.add_member(:bgp_log_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "bgpLogGroupArn"))
|
|
5307
|
+
CloudWatchLogOptions.add_member(:bgp_log_output_format, Shapes::ShapeRef.new(shape: String, location_name: "bgpLogOutputFormat"))
|
|
5207
5308
|
CloudWatchLogOptions.struct_class = Types::CloudWatchLogOptions
|
|
5208
5309
|
|
|
5209
5310
|
CloudWatchLogOptionsSpecification.add_member(:log_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "LogEnabled"))
|
|
5210
5311
|
CloudWatchLogOptionsSpecification.add_member(:log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogGroupArn, location_name: "LogGroupArn"))
|
|
5211
5312
|
CloudWatchLogOptionsSpecification.add_member(:log_output_format, Shapes::ShapeRef.new(shape: String, location_name: "LogOutputFormat"))
|
|
5313
|
+
CloudWatchLogOptionsSpecification.add_member(:bgp_log_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "BgpLogEnabled"))
|
|
5314
|
+
CloudWatchLogOptionsSpecification.add_member(:bgp_log_group_arn, Shapes::ShapeRef.new(shape: CloudWatchLogGroupArn, location_name: "BgpLogGroupArn"))
|
|
5315
|
+
CloudWatchLogOptionsSpecification.add_member(:bgp_log_output_format, Shapes::ShapeRef.new(shape: String, location_name: "BgpLogOutputFormat"))
|
|
5212
5316
|
CloudWatchLogOptionsSpecification.struct_class = Types::CloudWatchLogOptionsSpecification
|
|
5213
5317
|
|
|
5214
5318
|
CoipAddressUsage.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "allocationId"))
|
|
@@ -5722,6 +5826,15 @@ module Aws::EC2
|
|
|
5722
5826
|
CreateIpamExternalResourceVerificationTokenResult.add_member(:ipam_external_resource_verification_token, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationToken, location_name: "ipamExternalResourceVerificationToken"))
|
|
5723
5827
|
CreateIpamExternalResourceVerificationTokenResult.struct_class = Types::CreateIpamExternalResourceVerificationTokenResult
|
|
5724
5828
|
|
|
5829
|
+
CreateIpamPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
5830
|
+
CreateIpamPolicyRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
5831
|
+
CreateIpamPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
5832
|
+
CreateIpamPolicyRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
|
5833
|
+
CreateIpamPolicyRequest.struct_class = Types::CreateIpamPolicyRequest
|
|
5834
|
+
|
|
5835
|
+
CreateIpamPolicyResult.add_member(:ipam_policy, Shapes::ShapeRef.new(shape: IpamPolicy, location_name: "ipamPolicy"))
|
|
5836
|
+
CreateIpamPolicyResult.struct_class = Types::CreateIpamPolicyResult
|
|
5837
|
+
|
|
5725
5838
|
CreateIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
5726
5839
|
CreateIpamPoolRequest.add_member(:ipam_scope_id, Shapes::ShapeRef.new(shape: IpamScopeId, required: true, location_name: "IpamScopeId"))
|
|
5727
5840
|
CreateIpamPoolRequest.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "Locale"))
|
|
@@ -5923,10 +6036,13 @@ module Aws::EC2
|
|
|
5923
6036
|
CreateManagedPrefixListResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
|
|
5924
6037
|
CreateManagedPrefixListResult.struct_class = Types::CreateManagedPrefixListResult
|
|
5925
6038
|
|
|
6039
|
+
CreateNatGatewayRequest.add_member(:availability_mode, Shapes::ShapeRef.new(shape: AvailabilityMode, location_name: "AvailabilityMode"))
|
|
5926
6040
|
CreateNatGatewayRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, location_name: "AllocationId"))
|
|
5927
6041
|
CreateNatGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
5928
6042
|
CreateNatGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
5929
|
-
CreateNatGatewayRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId,
|
|
6043
|
+
CreateNatGatewayRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
|
|
6044
|
+
CreateNatGatewayRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
|
6045
|
+
CreateNatGatewayRequest.add_member(:availability_zone_addresses, Shapes::ShapeRef.new(shape: AvailabilityZoneAddresses, location_name: "AvailabilityZoneAddress"))
|
|
5930
6046
|
CreateNatGatewayRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
5931
6047
|
CreateNatGatewayRequest.add_member(:connectivity_type, Shapes::ShapeRef.new(shape: ConnectivityType, location_name: "ConnectivityType"))
|
|
5932
6048
|
CreateNatGatewayRequest.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "PrivateIpAddress"))
|
|
@@ -6303,6 +6419,33 @@ module Aws::EC2
|
|
|
6303
6419
|
CreateTransitGatewayConnectResult.add_member(:transit_gateway_connect, Shapes::ShapeRef.new(shape: TransitGatewayConnect, location_name: "transitGatewayConnect"))
|
|
6304
6420
|
CreateTransitGatewayConnectResult.struct_class = Types::CreateTransitGatewayConnectResult
|
|
6305
6421
|
|
|
6422
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:transit_gateway_metering_policy_id, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, required: true, location_name: "TransitGatewayMeteringPolicyId"))
|
|
6423
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:policy_rule_number, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "PolicyRuleNumber"))
|
|
6424
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:source_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "SourceTransitGatewayAttachmentId"))
|
|
6425
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:source_transit_gateway_attachment_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "SourceTransitGatewayAttachmentType"))
|
|
6426
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:source_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "SourceCidrBlock"))
|
|
6427
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:source_port_range, Shapes::ShapeRef.new(shape: String, location_name: "SourcePortRange"))
|
|
6428
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:destination_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "DestinationTransitGatewayAttachmentId"))
|
|
6429
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:destination_transit_gateway_attachment_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "DestinationTransitGatewayAttachmentType"))
|
|
6430
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "DestinationCidrBlock"))
|
|
6431
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:destination_port_range, Shapes::ShapeRef.new(shape: String, location_name: "DestinationPortRange"))
|
|
6432
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: String, location_name: "Protocol"))
|
|
6433
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:metered_account, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPayerType, required: true, location_name: "MeteredAccount"))
|
|
6434
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
6435
|
+
CreateTransitGatewayMeteringPolicyEntryRequest.struct_class = Types::CreateTransitGatewayMeteringPolicyEntryRequest
|
|
6436
|
+
|
|
6437
|
+
CreateTransitGatewayMeteringPolicyEntryResult.add_member(:transit_gateway_metering_policy_entry, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyEntry, location_name: "transitGatewayMeteringPolicyEntry"))
|
|
6438
|
+
CreateTransitGatewayMeteringPolicyEntryResult.struct_class = Types::CreateTransitGatewayMeteringPolicyEntryResult
|
|
6439
|
+
|
|
6440
|
+
CreateTransitGatewayMeteringPolicyRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, required: true, location_name: "TransitGatewayId"))
|
|
6441
|
+
CreateTransitGatewayMeteringPolicyRequest.add_member(:middlebox_attachment_ids, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentIdStringList, location_name: "MiddleboxAttachmentId"))
|
|
6442
|
+
CreateTransitGatewayMeteringPolicyRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecifications"))
|
|
6443
|
+
CreateTransitGatewayMeteringPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
6444
|
+
CreateTransitGatewayMeteringPolicyRequest.struct_class = Types::CreateTransitGatewayMeteringPolicyRequest
|
|
6445
|
+
|
|
6446
|
+
CreateTransitGatewayMeteringPolicyResult.add_member(:transit_gateway_metering_policy, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicy, location_name: "transitGatewayMeteringPolicy"))
|
|
6447
|
+
CreateTransitGatewayMeteringPolicyResult.struct_class = Types::CreateTransitGatewayMeteringPolicyResult
|
|
6448
|
+
|
|
6306
6449
|
CreateTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, required: true, location_name: "TransitGatewayId"))
|
|
6307
6450
|
CreateTransitGatewayMulticastDomainRequest.add_member(:options, Shapes::ShapeRef.new(shape: CreateTransitGatewayMulticastDomainRequestOptions, location_name: "Options"))
|
|
6308
6451
|
CreateTransitGatewayMulticastDomainRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
@@ -6562,6 +6705,14 @@ module Aws::EC2
|
|
|
6562
6705
|
CreateVpcBlockPublicAccessExclusionResult.add_member(:vpc_block_public_access_exclusion, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusion, location_name: "vpcBlockPublicAccessExclusion"))
|
|
6563
6706
|
CreateVpcBlockPublicAccessExclusionResult.struct_class = Types::CreateVpcBlockPublicAccessExclusionResult
|
|
6564
6707
|
|
|
6708
|
+
CreateVpcEncryptionControlRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
6709
|
+
CreateVpcEncryptionControlRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
|
6710
|
+
CreateVpcEncryptionControlRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
6711
|
+
CreateVpcEncryptionControlRequest.struct_class = Types::CreateVpcEncryptionControlRequest
|
|
6712
|
+
|
|
6713
|
+
CreateVpcEncryptionControlResult.add_member(:vpc_encryption_control, Shapes::ShapeRef.new(shape: VpcEncryptionControl, location_name: "vpcEncryptionControl"))
|
|
6714
|
+
CreateVpcEncryptionControlResult.struct_class = Types::CreateVpcEncryptionControlResult
|
|
6715
|
+
|
|
6565
6716
|
CreateVpcEndpointConnectionNotificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
6566
6717
|
CreateVpcEndpointConnectionNotificationRequest.add_member(:service_id, Shapes::ShapeRef.new(shape: VpcEndpointServiceId, location_name: "ServiceId"))
|
|
6567
6718
|
CreateVpcEndpointConnectionNotificationRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
|
|
@@ -6631,6 +6782,7 @@ module Aws::EC2
|
|
|
6631
6782
|
CreateVpcRequest.add_member(:ipv_6_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "Ipv6IpamPoolId"))
|
|
6632
6783
|
CreateVpcRequest.add_member(:ipv_6_netmask_length, Shapes::ShapeRef.new(shape: NetmaskLength, location_name: "Ipv6NetmaskLength"))
|
|
6633
6784
|
CreateVpcRequest.add_member(:ipv_6_cidr_block_network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlockNetworkBorderGroup"))
|
|
6785
|
+
CreateVpcRequest.add_member(:vpc_encryption_control, Shapes::ShapeRef.new(shape: VpcEncryptionControlConfiguration, location_name: "VpcEncryptionControl"))
|
|
6634
6786
|
CreateVpcRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
6635
6787
|
CreateVpcRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
6636
6788
|
CreateVpcRequest.add_member(:instance_tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "instanceTenancy"))
|
|
@@ -6872,6 +7024,13 @@ module Aws::EC2
|
|
|
6872
7024
|
DeleteIpamExternalResourceVerificationTokenResult.add_member(:ipam_external_resource_verification_token, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationToken, location_name: "ipamExternalResourceVerificationToken"))
|
|
6873
7025
|
DeleteIpamExternalResourceVerificationTokenResult.struct_class = Types::DeleteIpamExternalResourceVerificationTokenResult
|
|
6874
7026
|
|
|
7027
|
+
DeleteIpamPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
7028
|
+
DeleteIpamPolicyRequest.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, required: true, location_name: "IpamPolicyId"))
|
|
7029
|
+
DeleteIpamPolicyRequest.struct_class = Types::DeleteIpamPolicyRequest
|
|
7030
|
+
|
|
7031
|
+
DeleteIpamPolicyResult.add_member(:ipam_policy, Shapes::ShapeRef.new(shape: IpamPolicy, location_name: "ipamPolicy"))
|
|
7032
|
+
DeleteIpamPolicyResult.struct_class = Types::DeleteIpamPolicyResult
|
|
7033
|
+
|
|
6875
7034
|
DeleteIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
6876
7035
|
DeleteIpamPoolRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
|
6877
7036
|
DeleteIpamPoolRequest.add_member(:cascade, Shapes::ShapeRef.new(shape: Boolean, location_name: "Cascade"))
|
|
@@ -7204,6 +7363,21 @@ module Aws::EC2
|
|
|
7204
7363
|
DeleteTransitGatewayConnectResult.add_member(:transit_gateway_connect, Shapes::ShapeRef.new(shape: TransitGatewayConnect, location_name: "transitGatewayConnect"))
|
|
7205
7364
|
DeleteTransitGatewayConnectResult.struct_class = Types::DeleteTransitGatewayConnectResult
|
|
7206
7365
|
|
|
7366
|
+
DeleteTransitGatewayMeteringPolicyEntryRequest.add_member(:transit_gateway_metering_policy_id, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, required: true, location_name: "TransitGatewayMeteringPolicyId"))
|
|
7367
|
+
DeleteTransitGatewayMeteringPolicyEntryRequest.add_member(:policy_rule_number, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "PolicyRuleNumber"))
|
|
7368
|
+
DeleteTransitGatewayMeteringPolicyEntryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
7369
|
+
DeleteTransitGatewayMeteringPolicyEntryRequest.struct_class = Types::DeleteTransitGatewayMeteringPolicyEntryRequest
|
|
7370
|
+
|
|
7371
|
+
DeleteTransitGatewayMeteringPolicyEntryResult.add_member(:transit_gateway_metering_policy_entry, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyEntry, location_name: "transitGatewayMeteringPolicyEntry"))
|
|
7372
|
+
DeleteTransitGatewayMeteringPolicyEntryResult.struct_class = Types::DeleteTransitGatewayMeteringPolicyEntryResult
|
|
7373
|
+
|
|
7374
|
+
DeleteTransitGatewayMeteringPolicyRequest.add_member(:transit_gateway_metering_policy_id, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, required: true, location_name: "TransitGatewayMeteringPolicyId"))
|
|
7375
|
+
DeleteTransitGatewayMeteringPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
7376
|
+
DeleteTransitGatewayMeteringPolicyRequest.struct_class = Types::DeleteTransitGatewayMeteringPolicyRequest
|
|
7377
|
+
|
|
7378
|
+
DeleteTransitGatewayMeteringPolicyResult.add_member(:transit_gateway_metering_policy, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicy, location_name: "transitGatewayMeteringPolicy"))
|
|
7379
|
+
DeleteTransitGatewayMeteringPolicyResult.struct_class = Types::DeleteTransitGatewayMeteringPolicyResult
|
|
7380
|
+
|
|
7207
7381
|
DeleteTransitGatewayMulticastDomainRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, required: true, location_name: "TransitGatewayMulticastDomainId"))
|
|
7208
7382
|
DeleteTransitGatewayMulticastDomainRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
7209
7383
|
DeleteTransitGatewayMulticastDomainRequest.struct_class = Types::DeleteTransitGatewayMulticastDomainRequest
|
|
@@ -7312,6 +7486,13 @@ module Aws::EC2
|
|
|
7312
7486
|
DeleteVpcBlockPublicAccessExclusionResult.add_member(:vpc_block_public_access_exclusion, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusion, location_name: "vpcBlockPublicAccessExclusion"))
|
|
7313
7487
|
DeleteVpcBlockPublicAccessExclusionResult.struct_class = Types::DeleteVpcBlockPublicAccessExclusionResult
|
|
7314
7488
|
|
|
7489
|
+
DeleteVpcEncryptionControlRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
7490
|
+
DeleteVpcEncryptionControlRequest.add_member(:vpc_encryption_control_id, Shapes::ShapeRef.new(shape: VpcEncryptionControlId, required: true, location_name: "VpcEncryptionControlId"))
|
|
7491
|
+
DeleteVpcEncryptionControlRequest.struct_class = Types::DeleteVpcEncryptionControlRequest
|
|
7492
|
+
|
|
7493
|
+
DeleteVpcEncryptionControlResult.add_member(:vpc_encryption_control, Shapes::ShapeRef.new(shape: VpcEncryptionControl, location_name: "vpcEncryptionControl"))
|
|
7494
|
+
DeleteVpcEncryptionControlResult.struct_class = Types::DeleteVpcEncryptionControlResult
|
|
7495
|
+
|
|
7315
7496
|
DeleteVpcEndpointConnectionNotificationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
7316
7497
|
DeleteVpcEndpointConnectionNotificationsRequest.add_member(:connection_notification_ids, Shapes::ShapeRef.new(shape: ConnectionNotificationIdsList, required: true, location_name: "ConnectionNotificationId"))
|
|
7317
7498
|
DeleteVpcEndpointConnectionNotificationsRequest.struct_class = Types::DeleteVpcEndpointConnectionNotificationsRequest
|
|
@@ -8250,6 +8431,17 @@ module Aws::EC2
|
|
|
8250
8431
|
DescribeIpamExternalResourceVerificationTokensResult.add_member(:ipam_external_resource_verification_tokens, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationTokenSet, location_name: "ipamExternalResourceVerificationTokenSet"))
|
|
8251
8432
|
DescribeIpamExternalResourceVerificationTokensResult.struct_class = Types::DescribeIpamExternalResourceVerificationTokensResult
|
|
8252
8433
|
|
|
8434
|
+
DescribeIpamPoliciesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
8435
|
+
DescribeIpamPoliciesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
8436
|
+
DescribeIpamPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
|
8437
|
+
DescribeIpamPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
8438
|
+
DescribeIpamPoliciesRequest.add_member(:ipam_policy_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "IpamPolicyId"))
|
|
8439
|
+
DescribeIpamPoliciesRequest.struct_class = Types::DescribeIpamPoliciesRequest
|
|
8440
|
+
|
|
8441
|
+
DescribeIpamPoliciesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
8442
|
+
DescribeIpamPoliciesResult.add_member(:ipam_policies, Shapes::ShapeRef.new(shape: IpamPolicySet, location_name: "ipamPolicySet"))
|
|
8443
|
+
DescribeIpamPoliciesResult.struct_class = Types::DescribeIpamPoliciesResult
|
|
8444
|
+
|
|
8253
8445
|
DescribeIpamPoolsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
8254
8446
|
DescribeIpamPoolsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
8255
8447
|
DescribeIpamPoolsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
|
@@ -9066,6 +9258,17 @@ module Aws::EC2
|
|
|
9066
9258
|
DescribeTransitGatewayConnectsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
9067
9259
|
DescribeTransitGatewayConnectsResult.struct_class = Types::DescribeTransitGatewayConnectsResult
|
|
9068
9260
|
|
|
9261
|
+
DescribeTransitGatewayMeteringPoliciesRequest.add_member(:transit_gateway_metering_policy_ids, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyIdStringList, location_name: "TransitGatewayMeteringPolicyIds"))
|
|
9262
|
+
DescribeTransitGatewayMeteringPoliciesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
9263
|
+
DescribeTransitGatewayMeteringPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
|
|
9264
|
+
DescribeTransitGatewayMeteringPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
9265
|
+
DescribeTransitGatewayMeteringPoliciesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
9266
|
+
DescribeTransitGatewayMeteringPoliciesRequest.struct_class = Types::DescribeTransitGatewayMeteringPoliciesRequest
|
|
9267
|
+
|
|
9268
|
+
DescribeTransitGatewayMeteringPoliciesResult.add_member(:transit_gateway_metering_policies, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyList, location_name: "transitGatewayMeteringPolicies"))
|
|
9269
|
+
DescribeTransitGatewayMeteringPoliciesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
9270
|
+
DescribeTransitGatewayMeteringPoliciesResult.struct_class = Types::DescribeTransitGatewayMeteringPoliciesResult
|
|
9271
|
+
|
|
9069
9272
|
DescribeTransitGatewayMulticastDomainsRequest.add_member(:transit_gateway_multicast_domain_ids, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainIdStringList, location_name: "TransitGatewayMulticastDomainIds"))
|
|
9070
9273
|
DescribeTransitGatewayMulticastDomainsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
9071
9274
|
DescribeTransitGatewayMulticastDomainsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
|
|
@@ -9300,6 +9503,18 @@ module Aws::EC2
|
|
|
9300
9503
|
DescribeVpcClassicLinkResult.add_member(:vpcs, Shapes::ShapeRef.new(shape: VpcClassicLinkList, location_name: "vpcSet"))
|
|
9301
9504
|
DescribeVpcClassicLinkResult.struct_class = Types::DescribeVpcClassicLinkResult
|
|
9302
9505
|
|
|
9506
|
+
DescribeVpcEncryptionControlsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
9507
|
+
DescribeVpcEncryptionControlsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
9508
|
+
DescribeVpcEncryptionControlsRequest.add_member(:vpc_encryption_control_ids, Shapes::ShapeRef.new(shape: VpcEncryptionControlIdList, location_name: "VpcEncryptionControlId"))
|
|
9509
|
+
DescribeVpcEncryptionControlsRequest.add_member(:vpc_ids, Shapes::ShapeRef.new(shape: VpcIdStringList, location_name: "VpcId"))
|
|
9510
|
+
DescribeVpcEncryptionControlsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
9511
|
+
DescribeVpcEncryptionControlsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeVpcEncryptionControlsMaxResults, location_name: "MaxResults"))
|
|
9512
|
+
DescribeVpcEncryptionControlsRequest.struct_class = Types::DescribeVpcEncryptionControlsRequest
|
|
9513
|
+
|
|
9514
|
+
DescribeVpcEncryptionControlsResult.add_member(:vpc_encryption_controls, Shapes::ShapeRef.new(shape: VpcEncryptionControlList, location_name: "vpcEncryptionControlSet"))
|
|
9515
|
+
DescribeVpcEncryptionControlsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
9516
|
+
DescribeVpcEncryptionControlsResult.struct_class = Types::DescribeVpcEncryptionControlsResult
|
|
9517
|
+
|
|
9303
9518
|
DescribeVpcEndpointAssociationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
9304
9519
|
DescribeVpcEndpointAssociationsRequest.add_member(:vpc_endpoint_ids, Shapes::ShapeRef.new(shape: VpcEndpointIdList, location_name: "VpcEndpointId"))
|
|
9305
9520
|
DescribeVpcEndpointAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
@@ -9649,6 +9864,14 @@ module Aws::EC2
|
|
|
9649
9864
|
DisableIpamOrganizationAdminAccountResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
|
9650
9865
|
DisableIpamOrganizationAdminAccountResult.struct_class = Types::DisableIpamOrganizationAdminAccountResult
|
|
9651
9866
|
|
|
9867
|
+
DisableIpamPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
9868
|
+
DisableIpamPolicyRequest.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, required: true, location_name: "IpamPolicyId"))
|
|
9869
|
+
DisableIpamPolicyRequest.add_member(:organization_target_id, Shapes::ShapeRef.new(shape: String, location_name: "OrganizationTargetId"))
|
|
9870
|
+
DisableIpamPolicyRequest.struct_class = Types::DisableIpamPolicyRequest
|
|
9871
|
+
|
|
9872
|
+
DisableIpamPolicyResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
|
9873
|
+
DisableIpamPolicyResult.struct_class = Types::DisableIpamPolicyResult
|
|
9874
|
+
|
|
9652
9875
|
DisableRouteServerPropagationRequest.add_member(:route_server_id, Shapes::ShapeRef.new(shape: RouteServerId, required: true, location_name: "RouteServerId"))
|
|
9653
9876
|
DisableRouteServerPropagationRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: RouteTableId, required: true, location_name: "RouteTableId"))
|
|
9654
9877
|
DisableRouteServerPropagationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
@@ -10194,6 +10417,14 @@ module Aws::EC2
|
|
|
10194
10417
|
EnableIpamOrganizationAdminAccountResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
|
10195
10418
|
EnableIpamOrganizationAdminAccountResult.struct_class = Types::EnableIpamOrganizationAdminAccountResult
|
|
10196
10419
|
|
|
10420
|
+
EnableIpamPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
10421
|
+
EnableIpamPolicyRequest.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, required: true, location_name: "IpamPolicyId"))
|
|
10422
|
+
EnableIpamPolicyRequest.add_member(:organization_target_id, Shapes::ShapeRef.new(shape: String, location_name: "OrganizationTargetId"))
|
|
10423
|
+
EnableIpamPolicyRequest.struct_class = Types::EnableIpamPolicyRequest
|
|
10424
|
+
|
|
10425
|
+
EnableIpamPolicyResult.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, location_name: "ipamPolicyId"))
|
|
10426
|
+
EnableIpamPolicyResult.struct_class = Types::EnableIpamPolicyResult
|
|
10427
|
+
|
|
10197
10428
|
EnableReachabilityAnalyzerOrganizationSharingRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
10198
10429
|
EnableReachabilityAnalyzerOrganizationSharingRequest.struct_class = Types::EnableReachabilityAnalyzerOrganizationSharingRequest
|
|
10199
10430
|
|
|
@@ -10258,6 +10489,10 @@ module Aws::EC2
|
|
|
10258
10489
|
EnclaveOptionsRequest.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
|
10259
10490
|
EnclaveOptionsRequest.struct_class = Types::EnclaveOptionsRequest
|
|
10260
10491
|
|
|
10492
|
+
EncryptionSupport.add_member(:encryption_state, Shapes::ShapeRef.new(shape: EncryptionStateValue, location_name: "encryptionState"))
|
|
10493
|
+
EncryptionSupport.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
|
|
10494
|
+
EncryptionSupport.struct_class = Types::EncryptionSupport
|
|
10495
|
+
|
|
10261
10496
|
EndpointSet.member = Shapes::ShapeRef.new(shape: ClientVpnEndpoint, location_name: "item")
|
|
10262
10497
|
|
|
10263
10498
|
ErrorSet.member = Shapes::ShapeRef.new(shape: ValidationError, location_name: "item")
|
|
@@ -10870,6 +11105,14 @@ module Aws::EC2
|
|
|
10870
11105
|
GetEbsEncryptionByDefaultResult.add_member(:sse_type, Shapes::ShapeRef.new(shape: SSEType, location_name: "sseType"))
|
|
10871
11106
|
GetEbsEncryptionByDefaultResult.struct_class = Types::GetEbsEncryptionByDefaultResult
|
|
10872
11107
|
|
|
11108
|
+
GetEnabledIpamPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
11109
|
+
GetEnabledIpamPolicyRequest.struct_class = Types::GetEnabledIpamPolicyRequest
|
|
11110
|
+
|
|
11111
|
+
GetEnabledIpamPolicyResult.add_member(:ipam_policy_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "ipamPolicyEnabled"))
|
|
11112
|
+
GetEnabledIpamPolicyResult.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, location_name: "ipamPolicyId"))
|
|
11113
|
+
GetEnabledIpamPolicyResult.add_member(:managed_by, Shapes::ShapeRef.new(shape: IpamPolicyManagedBy, location_name: "managedBy"))
|
|
11114
|
+
GetEnabledIpamPolicyResult.struct_class = Types::GetEnabledIpamPolicyResult
|
|
11115
|
+
|
|
10873
11116
|
GetFlowLogsIntegrationTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
10874
11117
|
GetFlowLogsIntegrationTemplateRequest.add_member(:flow_log_id, Shapes::ShapeRef.new(shape: VpcFlowLogId, required: true, location_name: "FlowLogId"))
|
|
10875
11118
|
GetFlowLogsIntegrationTemplateRequest.add_member(:config_delivery_s3_destination_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ConfigDeliveryS3DestinationArn"))
|
|
@@ -11003,6 +11246,30 @@ module Aws::EC2
|
|
|
11003
11246
|
GetIpamDiscoveredResourceCidrsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
11004
11247
|
GetIpamDiscoveredResourceCidrsResult.struct_class = Types::GetIpamDiscoveredResourceCidrsResult
|
|
11005
11248
|
|
|
11249
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
11250
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, required: true, location_name: "IpamPolicyId"))
|
|
11251
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
11252
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "Locale"))
|
|
11253
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamPolicyResourceType, location_name: "ResourceType"))
|
|
11254
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
|
11255
|
+
GetIpamPolicyAllocationRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
11256
|
+
GetIpamPolicyAllocationRulesRequest.struct_class = Types::GetIpamPolicyAllocationRulesRequest
|
|
11257
|
+
|
|
11258
|
+
GetIpamPolicyAllocationRulesResult.add_member(:ipam_policy_documents, Shapes::ShapeRef.new(shape: IpamPolicyDocumentSet, location_name: "ipamPolicyDocumentSet"))
|
|
11259
|
+
GetIpamPolicyAllocationRulesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
11260
|
+
GetIpamPolicyAllocationRulesResult.struct_class = Types::GetIpamPolicyAllocationRulesResult
|
|
11261
|
+
|
|
11262
|
+
GetIpamPolicyOrganizationTargetsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
11263
|
+
GetIpamPolicyOrganizationTargetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IpamMaxResults, location_name: "MaxResults"))
|
|
11264
|
+
GetIpamPolicyOrganizationTargetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
11265
|
+
GetIpamPolicyOrganizationTargetsRequest.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, required: true, location_name: "IpamPolicyId"))
|
|
11266
|
+
GetIpamPolicyOrganizationTargetsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
11267
|
+
GetIpamPolicyOrganizationTargetsRequest.struct_class = Types::GetIpamPolicyOrganizationTargetsRequest
|
|
11268
|
+
|
|
11269
|
+
GetIpamPolicyOrganizationTargetsResult.add_member(:organization_targets, Shapes::ShapeRef.new(shape: IpamPolicyOrganizationTargetSet, location_name: "organizationTargetSet"))
|
|
11270
|
+
GetIpamPolicyOrganizationTargetsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
11271
|
+
GetIpamPolicyOrganizationTargetsResult.struct_class = Types::GetIpamPolicyOrganizationTargetsResult
|
|
11272
|
+
|
|
11006
11273
|
GetIpamPoolAllocationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
11007
11274
|
GetIpamPoolAllocationsRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
|
11008
11275
|
GetIpamPoolAllocationsRequest.add_member(:ipam_pool_allocation_id, Shapes::ShapeRef.new(shape: IpamPoolAllocationId, location_name: "IpamPoolAllocationId"))
|
|
@@ -11238,6 +11505,17 @@ module Aws::EC2
|
|
|
11238
11505
|
GetTransitGatewayAttachmentPropagationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
11239
11506
|
GetTransitGatewayAttachmentPropagationsResult.struct_class = Types::GetTransitGatewayAttachmentPropagationsResult
|
|
11240
11507
|
|
|
11508
|
+
GetTransitGatewayMeteringPolicyEntriesRequest.add_member(:transit_gateway_metering_policy_id, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, required: true, location_name: "TransitGatewayMeteringPolicyId"))
|
|
11509
|
+
GetTransitGatewayMeteringPolicyEntriesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
11510
|
+
GetTransitGatewayMeteringPolicyEntriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
|
|
11511
|
+
GetTransitGatewayMeteringPolicyEntriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
11512
|
+
GetTransitGatewayMeteringPolicyEntriesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
11513
|
+
GetTransitGatewayMeteringPolicyEntriesRequest.struct_class = Types::GetTransitGatewayMeteringPolicyEntriesRequest
|
|
11514
|
+
|
|
11515
|
+
GetTransitGatewayMeteringPolicyEntriesResult.add_member(:transit_gateway_metering_policy_entries, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyEntryList, location_name: "transitGatewayMeteringPolicyEntries"))
|
|
11516
|
+
GetTransitGatewayMeteringPolicyEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
11517
|
+
GetTransitGatewayMeteringPolicyEntriesResult.struct_class = Types::GetTransitGatewayMeteringPolicyEntriesResult
|
|
11518
|
+
|
|
11241
11519
|
GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: TransitGatewayMulticastDomainId, required: true, location_name: "TransitGatewayMulticastDomainId"))
|
|
11242
11520
|
GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
11243
11521
|
GetTransitGatewayMulticastDomainAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TransitGatewayMaxResults, location_name: "MaxResults"))
|
|
@@ -11329,6 +11607,16 @@ module Aws::EC2
|
|
|
11329
11607
|
GetVerifiedAccessGroupPolicyResult.add_member(:policy_document, Shapes::ShapeRef.new(shape: String, location_name: "policyDocument"))
|
|
11330
11608
|
GetVerifiedAccessGroupPolicyResult.struct_class = Types::GetVerifiedAccessGroupPolicyResult
|
|
11331
11609
|
|
|
11610
|
+
GetVpcResourcesBlockingEncryptionEnforcementRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
|
11611
|
+
GetVpcResourcesBlockingEncryptionEnforcementRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetVpcResourcesBlockingEncryptionEnforcementMaxResults, location_name: "MaxResults"))
|
|
11612
|
+
GetVpcResourcesBlockingEncryptionEnforcementRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
11613
|
+
GetVpcResourcesBlockingEncryptionEnforcementRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
11614
|
+
GetVpcResourcesBlockingEncryptionEnforcementRequest.struct_class = Types::GetVpcResourcesBlockingEncryptionEnforcementRequest
|
|
11615
|
+
|
|
11616
|
+
GetVpcResourcesBlockingEncryptionEnforcementResult.add_member(:non_compliant_resources, Shapes::ShapeRef.new(shape: VpcEncryptionNonCompliantResourceList, location_name: "nonCompliantResourceSet"))
|
|
11617
|
+
GetVpcResourcesBlockingEncryptionEnforcementResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
11618
|
+
GetVpcResourcesBlockingEncryptionEnforcementResult.struct_class = Types::GetVpcResourcesBlockingEncryptionEnforcementResult
|
|
11619
|
+
|
|
11332
11620
|
GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:vpn_connection_id, Shapes::ShapeRef.new(shape: VpnConnectionId, required: true, location_name: "VpnConnectionId"))
|
|
11333
11621
|
GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:vpn_connection_device_type_id, Shapes::ShapeRef.new(shape: VpnConnectionDeviceTypeId, required: true, location_name: "VpnConnectionDeviceTypeId"))
|
|
11334
11622
|
GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:internet_key_exchange_version, Shapes::ShapeRef.new(shape: String, location_name: "InternetKeyExchangeVersion"))
|
|
@@ -12622,6 +12910,41 @@ module Aws::EC2
|
|
|
12622
12910
|
|
|
12623
12911
|
IpamOrganizationalUnitExclusionSet.member = Shapes::ShapeRef.new(shape: IpamOrganizationalUnitExclusion, location_name: "item")
|
|
12624
12912
|
|
|
12913
|
+
IpamPolicy.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
|
12914
|
+
IpamPolicy.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, location_name: "ipamPolicyId"))
|
|
12915
|
+
IpamPolicy.add_member(:ipam_policy_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ipamPolicyArn"))
|
|
12916
|
+
IpamPolicy.add_member(:ipam_policy_region, Shapes::ShapeRef.new(shape: String, location_name: "ipamPolicyRegion"))
|
|
12917
|
+
IpamPolicy.add_member(:state, Shapes::ShapeRef.new(shape: IpamPolicyState, location_name: "state"))
|
|
12918
|
+
IpamPolicy.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
|
|
12919
|
+
IpamPolicy.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
12920
|
+
IpamPolicy.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, location_name: "ipamId"))
|
|
12921
|
+
IpamPolicy.struct_class = Types::IpamPolicy
|
|
12922
|
+
|
|
12923
|
+
IpamPolicyAllocationRule.add_member(:source_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "sourceIpamPoolId"))
|
|
12924
|
+
IpamPolicyAllocationRule.struct_class = Types::IpamPolicyAllocationRule
|
|
12925
|
+
|
|
12926
|
+
IpamPolicyAllocationRuleList.member = Shapes::ShapeRef.new(shape: IpamPolicyAllocationRule, location_name: "item")
|
|
12927
|
+
|
|
12928
|
+
IpamPolicyAllocationRuleListRequest.member = Shapes::ShapeRef.new(shape: IpamPolicyAllocationRuleRequest, location_name: "item")
|
|
12929
|
+
|
|
12930
|
+
IpamPolicyAllocationRuleRequest.add_member(:source_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "SourceIpamPoolId"))
|
|
12931
|
+
IpamPolicyAllocationRuleRequest.struct_class = Types::IpamPolicyAllocationRuleRequest
|
|
12932
|
+
|
|
12933
|
+
IpamPolicyDocument.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, location_name: "ipamPolicyId"))
|
|
12934
|
+
IpamPolicyDocument.add_member(:locale, Shapes::ShapeRef.new(shape: String, location_name: "locale"))
|
|
12935
|
+
IpamPolicyDocument.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamPolicyResourceType, location_name: "resourceType"))
|
|
12936
|
+
IpamPolicyDocument.add_member(:allocation_rules, Shapes::ShapeRef.new(shape: IpamPolicyAllocationRuleList, location_name: "allocationRuleSet"))
|
|
12937
|
+
IpamPolicyDocument.struct_class = Types::IpamPolicyDocument
|
|
12938
|
+
|
|
12939
|
+
IpamPolicyDocumentSet.member = Shapes::ShapeRef.new(shape: IpamPolicyDocument, location_name: "item")
|
|
12940
|
+
|
|
12941
|
+
IpamPolicyOrganizationTarget.add_member(:organization_target_id, Shapes::ShapeRef.new(shape: String, location_name: "organizationTargetId"))
|
|
12942
|
+
IpamPolicyOrganizationTarget.struct_class = Types::IpamPolicyOrganizationTarget
|
|
12943
|
+
|
|
12944
|
+
IpamPolicyOrganizationTargetSet.member = Shapes::ShapeRef.new(shape: IpamPolicyOrganizationTarget, location_name: "item")
|
|
12945
|
+
|
|
12946
|
+
IpamPolicySet.member = Shapes::ShapeRef.new(shape: IpamPolicy, location_name: "item")
|
|
12947
|
+
|
|
12625
12948
|
IpamPool.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
|
12626
12949
|
IpamPool.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "ipamPoolId"))
|
|
12627
12950
|
IpamPool.add_member(:source_ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, location_name: "sourceIpamPoolId"))
|
|
@@ -13326,6 +13649,16 @@ module Aws::EC2
|
|
|
13326
13649
|
ListSnapshotsInRecycleBinResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
13327
13650
|
ListSnapshotsInRecycleBinResult.struct_class = Types::ListSnapshotsInRecycleBinResult
|
|
13328
13651
|
|
|
13652
|
+
ListVolumesInRecycleBinRequest.add_member(:volume_ids, Shapes::ShapeRef.new(shape: VolumeIdStringList, location_name: "VolumeId"))
|
|
13653
|
+
ListVolumesInRecycleBinRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
13654
|
+
ListVolumesInRecycleBinRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
|
13655
|
+
ListVolumesInRecycleBinRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
13656
|
+
ListVolumesInRecycleBinRequest.struct_class = Types::ListVolumesInRecycleBinRequest
|
|
13657
|
+
|
|
13658
|
+
ListVolumesInRecycleBinResult.add_member(:volumes, Shapes::ShapeRef.new(shape: VolumeRecycleBinInfoList, location_name: "volumeSet"))
|
|
13659
|
+
ListVolumesInRecycleBinResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
13660
|
+
ListVolumesInRecycleBinResult.struct_class = Types::ListVolumesInRecycleBinResult
|
|
13661
|
+
|
|
13329
13662
|
LoadBalancersConfig.add_member(:classic_load_balancers_config, Shapes::ShapeRef.new(shape: ClassicLoadBalancersConfig, location_name: "classicLoadBalancersConfig"))
|
|
13330
13663
|
LoadBalancersConfig.add_member(:target_groups_config, Shapes::ShapeRef.new(shape: TargetGroupsConfig, location_name: "targetGroupsConfig"))
|
|
13331
13664
|
LoadBalancersConfig.struct_class = Types::LoadBalancersConfig
|
|
@@ -13876,6 +14209,16 @@ module Aws::EC2
|
|
|
13876
14209
|
ModifyInstancePlacementResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
|
13877
14210
|
ModifyInstancePlacementResult.struct_class = Types::ModifyInstancePlacementResult
|
|
13878
14211
|
|
|
14212
|
+
ModifyIpamPolicyAllocationRulesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
14213
|
+
ModifyIpamPolicyAllocationRulesRequest.add_member(:ipam_policy_id, Shapes::ShapeRef.new(shape: IpamPolicyId, required: true, location_name: "IpamPolicyId"))
|
|
14214
|
+
ModifyIpamPolicyAllocationRulesRequest.add_member(:locale, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Locale"))
|
|
14215
|
+
ModifyIpamPolicyAllocationRulesRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: IpamPolicyResourceType, required: true, location_name: "ResourceType"))
|
|
14216
|
+
ModifyIpamPolicyAllocationRulesRequest.add_member(:allocation_rules, Shapes::ShapeRef.new(shape: IpamPolicyAllocationRuleListRequest, location_name: "AllocationRule"))
|
|
14217
|
+
ModifyIpamPolicyAllocationRulesRequest.struct_class = Types::ModifyIpamPolicyAllocationRulesRequest
|
|
14218
|
+
|
|
14219
|
+
ModifyIpamPolicyAllocationRulesResult.add_member(:ipam_policy_document, Shapes::ShapeRef.new(shape: IpamPolicyDocument, location_name: "ipamPolicyDocument"))
|
|
14220
|
+
ModifyIpamPolicyAllocationRulesResult.struct_class = Types::ModifyIpamPolicyAllocationRulesResult
|
|
14221
|
+
|
|
13879
14222
|
ModifyIpamPoolRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
13880
14223
|
ModifyIpamPoolRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
|
13881
14224
|
ModifyIpamPoolRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
|
@@ -14130,6 +14473,15 @@ module Aws::EC2
|
|
|
14130
14473
|
ModifyTrafficMirrorSessionResult.add_member(:traffic_mirror_session, Shapes::ShapeRef.new(shape: TrafficMirrorSession, location_name: "trafficMirrorSession"))
|
|
14131
14474
|
ModifyTrafficMirrorSessionResult.struct_class = Types::ModifyTrafficMirrorSessionResult
|
|
14132
14475
|
|
|
14476
|
+
ModifyTransitGatewayMeteringPolicyRequest.add_member(:transit_gateway_metering_policy_id, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, required: true, location_name: "TransitGatewayMeteringPolicyId"))
|
|
14477
|
+
ModifyTransitGatewayMeteringPolicyRequest.add_member(:add_middlebox_attachment_ids, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentIdStringList, location_name: "AddMiddleboxAttachmentId"))
|
|
14478
|
+
ModifyTransitGatewayMeteringPolicyRequest.add_member(:remove_middlebox_attachment_ids, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentIdStringList, location_name: "RemoveMiddleboxAttachmentId"))
|
|
14479
|
+
ModifyTransitGatewayMeteringPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
14480
|
+
ModifyTransitGatewayMeteringPolicyRequest.struct_class = Types::ModifyTransitGatewayMeteringPolicyRequest
|
|
14481
|
+
|
|
14482
|
+
ModifyTransitGatewayMeteringPolicyResult.add_member(:transit_gateway_metering_policy, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicy, location_name: "transitGatewayMeteringPolicy"))
|
|
14483
|
+
ModifyTransitGatewayMeteringPolicyResult.struct_class = Types::ModifyTransitGatewayMeteringPolicyResult
|
|
14484
|
+
|
|
14133
14485
|
ModifyTransitGatewayOptions.add_member(:add_transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: TransitGatewayCidrBlockStringList, location_name: "AddTransitGatewayCidrBlocks"))
|
|
14134
14486
|
ModifyTransitGatewayOptions.add_member(:remove_transit_gateway_cidr_blocks, Shapes::ShapeRef.new(shape: TransitGatewayCidrBlockStringList, location_name: "RemoveTransitGatewayCidrBlocks"))
|
|
14135
14487
|
ModifyTransitGatewayOptions.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: VpnEcmpSupportValue, location_name: "VpnEcmpSupport"))
|
|
@@ -14141,6 +14493,7 @@ module Aws::EC2
|
|
|
14141
14493
|
ModifyTransitGatewayOptions.add_member(:default_route_table_propagation, Shapes::ShapeRef.new(shape: DefaultRouteTablePropagationValue, location_name: "DefaultRouteTablePropagation"))
|
|
14142
14494
|
ModifyTransitGatewayOptions.add_member(:propagation_default_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, location_name: "PropagationDefaultRouteTableId"))
|
|
14143
14495
|
ModifyTransitGatewayOptions.add_member(:amazon_side_asn, Shapes::ShapeRef.new(shape: Long, location_name: "AmazonSideAsn"))
|
|
14496
|
+
ModifyTransitGatewayOptions.add_member(:encryption_support, Shapes::ShapeRef.new(shape: EncryptionSupportOptionValue, location_name: "EncryptionSupport"))
|
|
14144
14497
|
ModifyTransitGatewayOptions.struct_class = Types::ModifyTransitGatewayOptions
|
|
14145
14498
|
|
|
14146
14499
|
ModifyTransitGatewayPrefixListReferenceRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
|
|
@@ -14347,6 +14700,22 @@ module Aws::EC2
|
|
|
14347
14700
|
ModifyVpcBlockPublicAccessOptionsResult.add_member(:vpc_block_public_access_options, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessOptions, location_name: "vpcBlockPublicAccessOptions"))
|
|
14348
14701
|
ModifyVpcBlockPublicAccessOptionsResult.struct_class = Types::ModifyVpcBlockPublicAccessOptionsResult
|
|
14349
14702
|
|
|
14703
|
+
ModifyVpcEncryptionControlRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
14704
|
+
ModifyVpcEncryptionControlRequest.add_member(:vpc_encryption_control_id, Shapes::ShapeRef.new(shape: VpcEncryptionControlId, required: true, location_name: "VpcEncryptionControlId"))
|
|
14705
|
+
ModifyVpcEncryptionControlRequest.add_member(:mode, Shapes::ShapeRef.new(shape: VpcEncryptionControlMode, location_name: "Mode"))
|
|
14706
|
+
ModifyVpcEncryptionControlRequest.add_member(:internet_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "InternetGatewayExclusion"))
|
|
14707
|
+
ModifyVpcEncryptionControlRequest.add_member(:egress_only_internet_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "EgressOnlyInternetGatewayExclusion"))
|
|
14708
|
+
ModifyVpcEncryptionControlRequest.add_member(:nat_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "NatGatewayExclusion"))
|
|
14709
|
+
ModifyVpcEncryptionControlRequest.add_member(:virtual_private_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VirtualPrivateGatewayExclusion"))
|
|
14710
|
+
ModifyVpcEncryptionControlRequest.add_member(:vpc_peering_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VpcPeeringExclusion"))
|
|
14711
|
+
ModifyVpcEncryptionControlRequest.add_member(:lambda_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "LambdaExclusion"))
|
|
14712
|
+
ModifyVpcEncryptionControlRequest.add_member(:vpc_lattice_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VpcLatticeExclusion"))
|
|
14713
|
+
ModifyVpcEncryptionControlRequest.add_member(:elastic_file_system_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "ElasticFileSystemExclusion"))
|
|
14714
|
+
ModifyVpcEncryptionControlRequest.struct_class = Types::ModifyVpcEncryptionControlRequest
|
|
14715
|
+
|
|
14716
|
+
ModifyVpcEncryptionControlResult.add_member(:vpc_encryption_control, Shapes::ShapeRef.new(shape: VpcEncryptionControl, location_name: "vpcEncryptionControl"))
|
|
14717
|
+
ModifyVpcEncryptionControlResult.struct_class = Types::ModifyVpcEncryptionControlResult
|
|
14718
|
+
|
|
14350
14719
|
ModifyVpcEndpointConnectionNotificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
14351
14720
|
ModifyVpcEndpointConnectionNotificationRequest.add_member(:connection_notification_id, Shapes::ShapeRef.new(shape: ConnectionNotificationId, required: true, location_name: "ConnectionNotificationId"))
|
|
14352
14721
|
ModifyVpcEndpointConnectionNotificationRequest.add_member(:connection_notification_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConnectionNotificationArn"))
|
|
@@ -14548,6 +14917,10 @@ module Aws::EC2
|
|
|
14548
14917
|
NatGateway.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
|
14549
14918
|
NatGateway.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
14550
14919
|
NatGateway.add_member(:connectivity_type, Shapes::ShapeRef.new(shape: ConnectivityType, location_name: "connectivityType"))
|
|
14920
|
+
NatGateway.add_member(:availability_mode, Shapes::ShapeRef.new(shape: AvailabilityMode, location_name: "availabilityMode"))
|
|
14921
|
+
NatGateway.add_member(:auto_scaling_ips, Shapes::ShapeRef.new(shape: AutoScalingIpsState, location_name: "autoScalingIps"))
|
|
14922
|
+
NatGateway.add_member(:auto_provision_zones, Shapes::ShapeRef.new(shape: AutoProvisionZonesState, location_name: "autoProvisionZones"))
|
|
14923
|
+
NatGateway.add_member(:route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "routeTableId"))
|
|
14551
14924
|
NatGateway.struct_class = Types::NatGateway
|
|
14552
14925
|
|
|
14553
14926
|
NatGatewayAddress.add_member(:allocation_id, Shapes::ShapeRef.new(shape: String, location_name: "allocationId"))
|
|
@@ -14558,6 +14931,8 @@ module Aws::EC2
|
|
|
14558
14931
|
NatGatewayAddress.add_member(:is_primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPrimary"))
|
|
14559
14932
|
NatGatewayAddress.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "failureMessage"))
|
|
14560
14933
|
NatGatewayAddress.add_member(:status, Shapes::ShapeRef.new(shape: NatGatewayAddressStatus, location_name: "status"))
|
|
14934
|
+
NatGatewayAddress.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneName, location_name: "availabilityZone"))
|
|
14935
|
+
NatGatewayAddress.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "availabilityZoneId"))
|
|
14561
14936
|
NatGatewayAddress.struct_class = Types::NatGatewayAddress
|
|
14562
14937
|
|
|
14563
14938
|
NatGatewayAddressList.member = Shapes::ShapeRef.new(shape: NatGatewayAddress, location_name: "item")
|
|
@@ -16083,6 +16458,13 @@ module Aws::EC2
|
|
|
16083
16458
|
RestoreSnapshotTierResult.add_member(:is_permanent_restore, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPermanentRestore"))
|
|
16084
16459
|
RestoreSnapshotTierResult.struct_class = Types::RestoreSnapshotTierResult
|
|
16085
16460
|
|
|
16461
|
+
RestoreVolumeFromRecycleBinRequest.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, required: true, location_name: "VolumeId"))
|
|
16462
|
+
RestoreVolumeFromRecycleBinRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
16463
|
+
RestoreVolumeFromRecycleBinRequest.struct_class = Types::RestoreVolumeFromRecycleBinRequest
|
|
16464
|
+
|
|
16465
|
+
RestoreVolumeFromRecycleBinResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
|
16466
|
+
RestoreVolumeFromRecycleBinResult.struct_class = Types::RestoreVolumeFromRecycleBinResult
|
|
16467
|
+
|
|
16086
16468
|
RevokeClientVpnIngressRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: ClientVpnEndpointId, required: true, location_name: "ClientVpnEndpointId"))
|
|
16087
16469
|
RevokeClientVpnIngressRequest.add_member(:target_network_cidr, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetNetworkCidr"))
|
|
16088
16470
|
RevokeClientVpnIngressRequest.add_member(:access_group_id, Shapes::ShapeRef.new(shape: String, location_name: "AccessGroupId"))
|
|
@@ -17467,6 +17849,39 @@ module Aws::EC2
|
|
|
17467
17849
|
|
|
17468
17850
|
TransitGatewayList.member = Shapes::ShapeRef.new(shape: TransitGateway, location_name: "item")
|
|
17469
17851
|
|
|
17852
|
+
TransitGatewayMeteringPolicy.add_member(:transit_gateway_metering_policy_id, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, location_name: "transitGatewayMeteringPolicyId"))
|
|
17853
|
+
TransitGatewayMeteringPolicy.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, location_name: "transitGatewayId"))
|
|
17854
|
+
TransitGatewayMeteringPolicy.add_member(:middlebox_attachment_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "middleboxAttachmentIdSet"))
|
|
17855
|
+
TransitGatewayMeteringPolicy.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyState, location_name: "state"))
|
|
17856
|
+
TransitGatewayMeteringPolicy.add_member(:update_effective_at, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "updateEffectiveAt"))
|
|
17857
|
+
TransitGatewayMeteringPolicy.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
17858
|
+
TransitGatewayMeteringPolicy.struct_class = Types::TransitGatewayMeteringPolicy
|
|
17859
|
+
|
|
17860
|
+
TransitGatewayMeteringPolicyEntry.add_member(:policy_rule_number, Shapes::ShapeRef.new(shape: String, location_name: "policyRuleNumber"))
|
|
17861
|
+
TransitGatewayMeteringPolicyEntry.add_member(:metered_account, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPayerType, location_name: "meteredAccount"))
|
|
17862
|
+
TransitGatewayMeteringPolicyEntry.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyEntryState, location_name: "state"))
|
|
17863
|
+
TransitGatewayMeteringPolicyEntry.add_member(:updated_at, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "updatedAt"))
|
|
17864
|
+
TransitGatewayMeteringPolicyEntry.add_member(:update_effective_at, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "updateEffectiveAt"))
|
|
17865
|
+
TransitGatewayMeteringPolicyEntry.add_member(:metering_policy_rule, Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyRule, location_name: "meteringPolicyRule"))
|
|
17866
|
+
TransitGatewayMeteringPolicyEntry.struct_class = Types::TransitGatewayMeteringPolicyEntry
|
|
17867
|
+
|
|
17868
|
+
TransitGatewayMeteringPolicyEntryList.member = Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyEntry, location_name: "item")
|
|
17869
|
+
|
|
17870
|
+
TransitGatewayMeteringPolicyIdStringList.member = Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicyId, location_name: "item")
|
|
17871
|
+
|
|
17872
|
+
TransitGatewayMeteringPolicyList.member = Shapes::ShapeRef.new(shape: TransitGatewayMeteringPolicy, location_name: "item")
|
|
17873
|
+
|
|
17874
|
+
TransitGatewayMeteringPolicyRule.add_member(:source_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "sourceTransitGatewayAttachmentId"))
|
|
17875
|
+
TransitGatewayMeteringPolicyRule.add_member(:source_transit_gateway_attachment_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "sourceTransitGatewayAttachmentType"))
|
|
17876
|
+
TransitGatewayMeteringPolicyRule.add_member(:source_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "sourceCidrBlock"))
|
|
17877
|
+
TransitGatewayMeteringPolicyRule.add_member(:source_port_range, Shapes::ShapeRef.new(shape: String, location_name: "sourcePortRange"))
|
|
17878
|
+
TransitGatewayMeteringPolicyRule.add_member(:destination_transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "destinationTransitGatewayAttachmentId"))
|
|
17879
|
+
TransitGatewayMeteringPolicyRule.add_member(:destination_transit_gateway_attachment_type, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentResourceType, location_name: "destinationTransitGatewayAttachmentType"))
|
|
17880
|
+
TransitGatewayMeteringPolicyRule.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
|
|
17881
|
+
TransitGatewayMeteringPolicyRule.add_member(:destination_port_range, Shapes::ShapeRef.new(shape: String, location_name: "destinationPortRange"))
|
|
17882
|
+
TransitGatewayMeteringPolicyRule.add_member(:protocol, Shapes::ShapeRef.new(shape: String, location_name: "protocol"))
|
|
17883
|
+
TransitGatewayMeteringPolicyRule.struct_class = Types::TransitGatewayMeteringPolicyRule
|
|
17884
|
+
|
|
17470
17885
|
TransitGatewayMulticastDeregisteredGroupMembers.add_member(:transit_gateway_multicast_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayMulticastDomainId"))
|
|
17471
17886
|
TransitGatewayMulticastDeregisteredGroupMembers.add_member(:deregistered_network_interface_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "deregisteredNetworkInterfaceIds"))
|
|
17472
17887
|
TransitGatewayMulticastDeregisteredGroupMembers.add_member(:group_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "groupIpAddress"))
|
|
@@ -17551,6 +17966,7 @@ module Aws::EC2
|
|
|
17551
17966
|
TransitGatewayOptions.add_member(:dns_support, Shapes::ShapeRef.new(shape: DnsSupportValue, location_name: "dnsSupport"))
|
|
17552
17967
|
TransitGatewayOptions.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: SecurityGroupReferencingSupportValue, location_name: "securityGroupReferencingSupport"))
|
|
17553
17968
|
TransitGatewayOptions.add_member(:multicast_support, Shapes::ShapeRef.new(shape: MulticastSupportValue, location_name: "multicastSupport"))
|
|
17969
|
+
TransitGatewayOptions.add_member(:encryption_support, Shapes::ShapeRef.new(shape: EncryptionSupport, location_name: "encryptionSupport"))
|
|
17554
17970
|
TransitGatewayOptions.struct_class = Types::TransitGatewayOptions
|
|
17555
17971
|
|
|
17556
17972
|
TransitGatewayPeeringAttachment.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayAttachmentId"))
|
|
@@ -18220,6 +18636,25 @@ module Aws::EC2
|
|
|
18220
18636
|
|
|
18221
18637
|
VolumeModificationList.member = Shapes::ShapeRef.new(shape: VolumeModification, location_name: "item")
|
|
18222
18638
|
|
|
18639
|
+
VolumeRecycleBinInfo.add_member(:volume_id, Shapes::ShapeRef.new(shape: VolumeId, location_name: "volumeId"))
|
|
18640
|
+
VolumeRecycleBinInfo.add_member(:volume_type, Shapes::ShapeRef.new(shape: VolumeType, location_name: "volumeType"))
|
|
18641
|
+
VolumeRecycleBinInfo.add_member(:state, Shapes::ShapeRef.new(shape: VolumeState, location_name: "state"))
|
|
18642
|
+
VolumeRecycleBinInfo.add_member(:size, Shapes::ShapeRef.new(shape: Integer, location_name: "size"))
|
|
18643
|
+
VolumeRecycleBinInfo.add_member(:iops, Shapes::ShapeRef.new(shape: Integer, location_name: "iops"))
|
|
18644
|
+
VolumeRecycleBinInfo.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "throughput"))
|
|
18645
|
+
VolumeRecycleBinInfo.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
|
18646
|
+
VolumeRecycleBinInfo.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
|
18647
|
+
VolumeRecycleBinInfo.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
|
|
18648
|
+
VolumeRecycleBinInfo.add_member(:source_volume_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceVolumeId"))
|
|
18649
|
+
VolumeRecycleBinInfo.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
|
18650
|
+
VolumeRecycleBinInfo.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorResponse, location_name: "operator"))
|
|
18651
|
+
VolumeRecycleBinInfo.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "createTime"))
|
|
18652
|
+
VolumeRecycleBinInfo.add_member(:recycle_bin_enter_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "recycleBinEnterTime"))
|
|
18653
|
+
VolumeRecycleBinInfo.add_member(:recycle_bin_exit_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "recycleBinExitTime"))
|
|
18654
|
+
VolumeRecycleBinInfo.struct_class = Types::VolumeRecycleBinInfo
|
|
18655
|
+
|
|
18656
|
+
VolumeRecycleBinInfoList.member = Shapes::ShapeRef.new(shape: VolumeRecycleBinInfo, location_name: "item")
|
|
18657
|
+
|
|
18223
18658
|
VolumeStatusAction.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "code"))
|
|
18224
18659
|
VolumeStatusAction.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
18225
18660
|
VolumeStatusAction.add_member(:event_id, Shapes::ShapeRef.new(shape: String, location_name: "eventId"))
|
|
@@ -18341,6 +18776,17 @@ module Aws::EC2
|
|
|
18341
18776
|
VpcEncryptionControl.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
18342
18777
|
VpcEncryptionControl.struct_class = Types::VpcEncryptionControl
|
|
18343
18778
|
|
|
18779
|
+
VpcEncryptionControlConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: VpcEncryptionControlMode, required: true, location_name: "Mode"))
|
|
18780
|
+
VpcEncryptionControlConfiguration.add_member(:internet_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "InternetGatewayExclusion"))
|
|
18781
|
+
VpcEncryptionControlConfiguration.add_member(:egress_only_internet_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "EgressOnlyInternetGatewayExclusion"))
|
|
18782
|
+
VpcEncryptionControlConfiguration.add_member(:nat_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "NatGatewayExclusion"))
|
|
18783
|
+
VpcEncryptionControlConfiguration.add_member(:virtual_private_gateway_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VirtualPrivateGatewayExclusion"))
|
|
18784
|
+
VpcEncryptionControlConfiguration.add_member(:vpc_peering_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VpcPeeringExclusion"))
|
|
18785
|
+
VpcEncryptionControlConfiguration.add_member(:lambda_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "LambdaExclusion"))
|
|
18786
|
+
VpcEncryptionControlConfiguration.add_member(:vpc_lattice_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "VpcLatticeExclusion"))
|
|
18787
|
+
VpcEncryptionControlConfiguration.add_member(:elastic_file_system_exclusion, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionStateInput, location_name: "ElasticFileSystemExclusion"))
|
|
18788
|
+
VpcEncryptionControlConfiguration.struct_class = Types::VpcEncryptionControlConfiguration
|
|
18789
|
+
|
|
18344
18790
|
VpcEncryptionControlExclusion.add_member(:state, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusionState, location_name: "state"))
|
|
18345
18791
|
VpcEncryptionControlExclusion.add_member(:state_message, Shapes::ShapeRef.new(shape: String, location_name: "stateMessage"))
|
|
18346
18792
|
VpcEncryptionControlExclusion.struct_class = Types::VpcEncryptionControlExclusion
|
|
@@ -18355,6 +18801,18 @@ module Aws::EC2
|
|
|
18355
18801
|
VpcEncryptionControlExclusions.add_member(:elastic_file_system, Shapes::ShapeRef.new(shape: VpcEncryptionControlExclusion, location_name: "elasticFileSystem"))
|
|
18356
18802
|
VpcEncryptionControlExclusions.struct_class = Types::VpcEncryptionControlExclusions
|
|
18357
18803
|
|
|
18804
|
+
VpcEncryptionControlIdList.member = Shapes::ShapeRef.new(shape: VpcEncryptionControlId, location_name: "item")
|
|
18805
|
+
|
|
18806
|
+
VpcEncryptionControlList.member = Shapes::ShapeRef.new(shape: VpcEncryptionControl, location_name: "item")
|
|
18807
|
+
|
|
18808
|
+
VpcEncryptionNonCompliantResource.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
|
18809
|
+
VpcEncryptionNonCompliantResource.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
|
18810
|
+
VpcEncryptionNonCompliantResource.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
18811
|
+
VpcEncryptionNonCompliantResource.add_member(:is_excludable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isExcludable"))
|
|
18812
|
+
VpcEncryptionNonCompliantResource.struct_class = Types::VpcEncryptionNonCompliantResource
|
|
18813
|
+
|
|
18814
|
+
VpcEncryptionNonCompliantResourceList.member = Shapes::ShapeRef.new(shape: VpcEncryptionNonCompliantResource, location_name: "item")
|
|
18815
|
+
|
|
18358
18816
|
VpcEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
|
|
18359
18817
|
VpcEndpoint.add_member(:vpc_endpoint_type, Shapes::ShapeRef.new(shape: VpcEndpointType, location_name: "vpcEndpointType"))
|
|
18360
18818
|
VpcEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
|
@@ -19319,6 +19777,14 @@ module Aws::EC2
|
|
|
19319
19777
|
o.output = Shapes::ShapeRef.new(shape: CreateIpamExternalResourceVerificationTokenResult)
|
|
19320
19778
|
end)
|
|
19321
19779
|
|
|
19780
|
+
api.add_operation(:create_ipam_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
19781
|
+
o.name = "CreateIpamPolicy"
|
|
19782
|
+
o.http_method = "POST"
|
|
19783
|
+
o.http_request_uri = "/"
|
|
19784
|
+
o.input = Shapes::ShapeRef.new(shape: CreateIpamPolicyRequest)
|
|
19785
|
+
o.output = Shapes::ShapeRef.new(shape: CreateIpamPolicyResult)
|
|
19786
|
+
end)
|
|
19787
|
+
|
|
19322
19788
|
api.add_operation(:create_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
|
19323
19789
|
o.name = "CreateIpamPool"
|
|
19324
19790
|
o.http_method = "POST"
|
|
@@ -19703,6 +20169,22 @@ module Aws::EC2
|
|
|
19703
20169
|
o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayConnectPeerResult)
|
|
19704
20170
|
end)
|
|
19705
20171
|
|
|
20172
|
+
api.add_operation(:create_transit_gateway_metering_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
20173
|
+
o.name = "CreateTransitGatewayMeteringPolicy"
|
|
20174
|
+
o.http_method = "POST"
|
|
20175
|
+
o.http_request_uri = "/"
|
|
20176
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayMeteringPolicyRequest)
|
|
20177
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayMeteringPolicyResult)
|
|
20178
|
+
end)
|
|
20179
|
+
|
|
20180
|
+
api.add_operation(:create_transit_gateway_metering_policy_entry, Seahorse::Model::Operation.new.tap do |o|
|
|
20181
|
+
o.name = "CreateTransitGatewayMeteringPolicyEntry"
|
|
20182
|
+
o.http_method = "POST"
|
|
20183
|
+
o.http_request_uri = "/"
|
|
20184
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayMeteringPolicyEntryRequest)
|
|
20185
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayMeteringPolicyEntryResult)
|
|
20186
|
+
end)
|
|
20187
|
+
|
|
19706
20188
|
api.add_operation(:create_transit_gateway_multicast_domain, Seahorse::Model::Operation.new.tap do |o|
|
|
19707
20189
|
o.name = "CreateTransitGatewayMulticastDomain"
|
|
19708
20190
|
o.http_method = "POST"
|
|
@@ -19823,6 +20305,14 @@ module Aws::EC2
|
|
|
19823
20305
|
o.output = Shapes::ShapeRef.new(shape: CreateVpcBlockPublicAccessExclusionResult)
|
|
19824
20306
|
end)
|
|
19825
20307
|
|
|
20308
|
+
api.add_operation(:create_vpc_encryption_control, Seahorse::Model::Operation.new.tap do |o|
|
|
20309
|
+
o.name = "CreateVpcEncryptionControl"
|
|
20310
|
+
o.http_method = "POST"
|
|
20311
|
+
o.http_request_uri = "/"
|
|
20312
|
+
o.input = Shapes::ShapeRef.new(shape: CreateVpcEncryptionControlRequest)
|
|
20313
|
+
o.output = Shapes::ShapeRef.new(shape: CreateVpcEncryptionControlResult)
|
|
20314
|
+
end)
|
|
20315
|
+
|
|
19826
20316
|
api.add_operation(:create_vpc_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
|
19827
20317
|
o.name = "CreateVpcEndpoint"
|
|
19828
20318
|
o.http_method = "POST"
|
|
@@ -20031,6 +20521,14 @@ module Aws::EC2
|
|
|
20031
20521
|
o.output = Shapes::ShapeRef.new(shape: DeleteIpamExternalResourceVerificationTokenResult)
|
|
20032
20522
|
end)
|
|
20033
20523
|
|
|
20524
|
+
api.add_operation(:delete_ipam_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
20525
|
+
o.name = "DeleteIpamPolicy"
|
|
20526
|
+
o.http_method = "POST"
|
|
20527
|
+
o.http_request_uri = "/"
|
|
20528
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteIpamPolicyRequest)
|
|
20529
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteIpamPolicyResult)
|
|
20530
|
+
end)
|
|
20531
|
+
|
|
20034
20532
|
api.add_operation(:delete_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
|
20035
20533
|
o.name = "DeleteIpamPool"
|
|
20036
20534
|
o.http_method = "POST"
|
|
@@ -20391,6 +20889,22 @@ module Aws::EC2
|
|
|
20391
20889
|
o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayConnectPeerResult)
|
|
20392
20890
|
end)
|
|
20393
20891
|
|
|
20892
|
+
api.add_operation(:delete_transit_gateway_metering_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
20893
|
+
o.name = "DeleteTransitGatewayMeteringPolicy"
|
|
20894
|
+
o.http_method = "POST"
|
|
20895
|
+
o.http_request_uri = "/"
|
|
20896
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTransitGatewayMeteringPolicyRequest)
|
|
20897
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayMeteringPolicyResult)
|
|
20898
|
+
end)
|
|
20899
|
+
|
|
20900
|
+
api.add_operation(:delete_transit_gateway_metering_policy_entry, Seahorse::Model::Operation.new.tap do |o|
|
|
20901
|
+
o.name = "DeleteTransitGatewayMeteringPolicyEntry"
|
|
20902
|
+
o.http_method = "POST"
|
|
20903
|
+
o.http_request_uri = "/"
|
|
20904
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTransitGatewayMeteringPolicyEntryRequest)
|
|
20905
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTransitGatewayMeteringPolicyEntryResult)
|
|
20906
|
+
end)
|
|
20907
|
+
|
|
20394
20908
|
api.add_operation(:delete_transit_gateway_multicast_domain, Seahorse::Model::Operation.new.tap do |o|
|
|
20395
20909
|
o.name = "DeleteTransitGatewayMulticastDomain"
|
|
20396
20910
|
o.http_method = "POST"
|
|
@@ -20511,6 +21025,14 @@ module Aws::EC2
|
|
|
20511
21025
|
o.output = Shapes::ShapeRef.new(shape: DeleteVpcBlockPublicAccessExclusionResult)
|
|
20512
21026
|
end)
|
|
20513
21027
|
|
|
21028
|
+
api.add_operation(:delete_vpc_encryption_control, Seahorse::Model::Operation.new.tap do |o|
|
|
21029
|
+
o.name = "DeleteVpcEncryptionControl"
|
|
21030
|
+
o.http_method = "POST"
|
|
21031
|
+
o.http_request_uri = "/"
|
|
21032
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteVpcEncryptionControlRequest)
|
|
21033
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteVpcEncryptionControlResult)
|
|
21034
|
+
end)
|
|
21035
|
+
|
|
20514
21036
|
api.add_operation(:delete_vpc_endpoint_connection_notifications, Seahorse::Model::Operation.new.tap do |o|
|
|
20515
21037
|
o.name = "DeleteVpcEndpointConnectionNotifications"
|
|
20516
21038
|
o.http_method = "POST"
|
|
@@ -21509,6 +22031,14 @@ module Aws::EC2
|
|
|
21509
22031
|
o.output = Shapes::ShapeRef.new(shape: DescribeIpamExternalResourceVerificationTokensResult)
|
|
21510
22032
|
end)
|
|
21511
22033
|
|
|
22034
|
+
api.add_operation(:describe_ipam_policies, Seahorse::Model::Operation.new.tap do |o|
|
|
22035
|
+
o.name = "DescribeIpamPolicies"
|
|
22036
|
+
o.http_method = "POST"
|
|
22037
|
+
o.http_request_uri = "/"
|
|
22038
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeIpamPoliciesRequest)
|
|
22039
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeIpamPoliciesResult)
|
|
22040
|
+
end)
|
|
22041
|
+
|
|
21512
22042
|
api.add_operation(:describe_ipam_pools, Seahorse::Model::Operation.new.tap do |o|
|
|
21513
22043
|
o.name = "DescribeIpamPools"
|
|
21514
22044
|
o.http_method = "POST"
|
|
@@ -22440,6 +22970,14 @@ module Aws::EC2
|
|
|
22440
22970
|
)
|
|
22441
22971
|
end)
|
|
22442
22972
|
|
|
22973
|
+
api.add_operation(:describe_transit_gateway_metering_policies, Seahorse::Model::Operation.new.tap do |o|
|
|
22974
|
+
o.name = "DescribeTransitGatewayMeteringPolicies"
|
|
22975
|
+
o.http_method = "POST"
|
|
22976
|
+
o.http_request_uri = "/"
|
|
22977
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTransitGatewayMeteringPoliciesRequest)
|
|
22978
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTransitGatewayMeteringPoliciesResult)
|
|
22979
|
+
end)
|
|
22980
|
+
|
|
22443
22981
|
api.add_operation(:describe_transit_gateway_multicast_domains, Seahorse::Model::Operation.new.tap do |o|
|
|
22444
22982
|
o.name = "DescribeTransitGatewayMulticastDomains"
|
|
22445
22983
|
o.http_method = "POST"
|
|
@@ -22718,6 +23256,14 @@ module Aws::EC2
|
|
|
22718
23256
|
)
|
|
22719
23257
|
end)
|
|
22720
23258
|
|
|
23259
|
+
api.add_operation(:describe_vpc_encryption_controls, Seahorse::Model::Operation.new.tap do |o|
|
|
23260
|
+
o.name = "DescribeVpcEncryptionControls"
|
|
23261
|
+
o.http_method = "POST"
|
|
23262
|
+
o.http_request_uri = "/"
|
|
23263
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeVpcEncryptionControlsRequest)
|
|
23264
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeVpcEncryptionControlsResult)
|
|
23265
|
+
end)
|
|
23266
|
+
|
|
22721
23267
|
api.add_operation(:describe_vpc_endpoint_associations, Seahorse::Model::Operation.new.tap do |o|
|
|
22722
23268
|
o.name = "DescribeVpcEndpointAssociations"
|
|
22723
23269
|
o.http_method = "POST"
|
|
@@ -23014,6 +23560,14 @@ module Aws::EC2
|
|
|
23014
23560
|
o.output = Shapes::ShapeRef.new(shape: DisableIpamOrganizationAdminAccountResult)
|
|
23015
23561
|
end)
|
|
23016
23562
|
|
|
23563
|
+
api.add_operation(:disable_ipam_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
23564
|
+
o.name = "DisableIpamPolicy"
|
|
23565
|
+
o.http_method = "POST"
|
|
23566
|
+
o.http_request_uri = "/"
|
|
23567
|
+
o.input = Shapes::ShapeRef.new(shape: DisableIpamPolicyRequest)
|
|
23568
|
+
o.output = Shapes::ShapeRef.new(shape: DisableIpamPolicyResult)
|
|
23569
|
+
end)
|
|
23570
|
+
|
|
23017
23571
|
api.add_operation(:disable_route_server_propagation, Seahorse::Model::Operation.new.tap do |o|
|
|
23018
23572
|
o.name = "DisableRouteServerPropagation"
|
|
23019
23573
|
o.http_method = "POST"
|
|
@@ -23318,6 +23872,14 @@ module Aws::EC2
|
|
|
23318
23872
|
o.output = Shapes::ShapeRef.new(shape: EnableIpamOrganizationAdminAccountResult)
|
|
23319
23873
|
end)
|
|
23320
23874
|
|
|
23875
|
+
api.add_operation(:enable_ipam_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
23876
|
+
o.name = "EnableIpamPolicy"
|
|
23877
|
+
o.http_method = "POST"
|
|
23878
|
+
o.http_request_uri = "/"
|
|
23879
|
+
o.input = Shapes::ShapeRef.new(shape: EnableIpamPolicyRequest)
|
|
23880
|
+
o.output = Shapes::ShapeRef.new(shape: EnableIpamPolicyResult)
|
|
23881
|
+
end)
|
|
23882
|
+
|
|
23321
23883
|
api.add_operation(:enable_reachability_analyzer_organization_sharing, Seahorse::Model::Operation.new.tap do |o|
|
|
23322
23884
|
o.name = "EnableReachabilityAnalyzerOrganizationSharing"
|
|
23323
23885
|
o.http_method = "POST"
|
|
@@ -23582,6 +24144,14 @@ module Aws::EC2
|
|
|
23582
24144
|
o.output = Shapes::ShapeRef.new(shape: GetEbsEncryptionByDefaultResult)
|
|
23583
24145
|
end)
|
|
23584
24146
|
|
|
24147
|
+
api.add_operation(:get_enabled_ipam_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
24148
|
+
o.name = "GetEnabledIpamPolicy"
|
|
24149
|
+
o.http_method = "POST"
|
|
24150
|
+
o.http_request_uri = "/"
|
|
24151
|
+
o.input = Shapes::ShapeRef.new(shape: GetEnabledIpamPolicyRequest)
|
|
24152
|
+
o.output = Shapes::ShapeRef.new(shape: GetEnabledIpamPolicyResult)
|
|
24153
|
+
end)
|
|
24154
|
+
|
|
23585
24155
|
api.add_operation(:get_flow_logs_integration_template, Seahorse::Model::Operation.new.tap do |o|
|
|
23586
24156
|
o.name = "GetFlowLogsIntegrationTemplate"
|
|
23587
24157
|
o.http_method = "POST"
|
|
@@ -23716,6 +24286,22 @@ module Aws::EC2
|
|
|
23716
24286
|
)
|
|
23717
24287
|
end)
|
|
23718
24288
|
|
|
24289
|
+
api.add_operation(:get_ipam_policy_allocation_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
24290
|
+
o.name = "GetIpamPolicyAllocationRules"
|
|
24291
|
+
o.http_method = "POST"
|
|
24292
|
+
o.http_request_uri = "/"
|
|
24293
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamPolicyAllocationRulesRequest)
|
|
24294
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamPolicyAllocationRulesResult)
|
|
24295
|
+
end)
|
|
24296
|
+
|
|
24297
|
+
api.add_operation(:get_ipam_policy_organization_targets, Seahorse::Model::Operation.new.tap do |o|
|
|
24298
|
+
o.name = "GetIpamPolicyOrganizationTargets"
|
|
24299
|
+
o.http_method = "POST"
|
|
24300
|
+
o.http_request_uri = "/"
|
|
24301
|
+
o.input = Shapes::ShapeRef.new(shape: GetIpamPolicyOrganizationTargetsRequest)
|
|
24302
|
+
o.output = Shapes::ShapeRef.new(shape: GetIpamPolicyOrganizationTargetsResult)
|
|
24303
|
+
end)
|
|
24304
|
+
|
|
23719
24305
|
api.add_operation(:get_ipam_pool_allocations, Seahorse::Model::Operation.new.tap do |o|
|
|
23720
24306
|
o.name = "GetIpamPoolAllocations"
|
|
23721
24307
|
o.http_method = "POST"
|
|
@@ -23964,6 +24550,14 @@ module Aws::EC2
|
|
|
23964
24550
|
)
|
|
23965
24551
|
end)
|
|
23966
24552
|
|
|
24553
|
+
api.add_operation(:get_transit_gateway_metering_policy_entries, Seahorse::Model::Operation.new.tap do |o|
|
|
24554
|
+
o.name = "GetTransitGatewayMeteringPolicyEntries"
|
|
24555
|
+
o.http_method = "POST"
|
|
24556
|
+
o.http_request_uri = "/"
|
|
24557
|
+
o.input = Shapes::ShapeRef.new(shape: GetTransitGatewayMeteringPolicyEntriesRequest)
|
|
24558
|
+
o.output = Shapes::ShapeRef.new(shape: GetTransitGatewayMeteringPolicyEntriesResult)
|
|
24559
|
+
end)
|
|
24560
|
+
|
|
23967
24561
|
api.add_operation(:get_transit_gateway_multicast_domain_associations, Seahorse::Model::Operation.new.tap do |o|
|
|
23968
24562
|
o.name = "GetTransitGatewayMulticastDomainAssociations"
|
|
23969
24563
|
o.http_method = "POST"
|
|
@@ -24066,6 +24660,14 @@ module Aws::EC2
|
|
|
24066
24660
|
o.output = Shapes::ShapeRef.new(shape: GetVerifiedAccessGroupPolicyResult)
|
|
24067
24661
|
end)
|
|
24068
24662
|
|
|
24663
|
+
api.add_operation(:get_vpc_resources_blocking_encryption_enforcement, Seahorse::Model::Operation.new.tap do |o|
|
|
24664
|
+
o.name = "GetVpcResourcesBlockingEncryptionEnforcement"
|
|
24665
|
+
o.http_method = "POST"
|
|
24666
|
+
o.http_request_uri = "/"
|
|
24667
|
+
o.input = Shapes::ShapeRef.new(shape: GetVpcResourcesBlockingEncryptionEnforcementRequest)
|
|
24668
|
+
o.output = Shapes::ShapeRef.new(shape: GetVpcResourcesBlockingEncryptionEnforcementResult)
|
|
24669
|
+
end)
|
|
24670
|
+
|
|
24069
24671
|
api.add_operation(:get_vpn_connection_device_sample_configuration, Seahorse::Model::Operation.new.tap do |o|
|
|
24070
24672
|
o.name = "GetVpnConnectionDeviceSampleConfiguration"
|
|
24071
24673
|
o.http_method = "POST"
|
|
@@ -24172,6 +24774,14 @@ module Aws::EC2
|
|
|
24172
24774
|
)
|
|
24173
24775
|
end)
|
|
24174
24776
|
|
|
24777
|
+
api.add_operation(:list_volumes_in_recycle_bin, Seahorse::Model::Operation.new.tap do |o|
|
|
24778
|
+
o.name = "ListVolumesInRecycleBin"
|
|
24779
|
+
o.http_method = "POST"
|
|
24780
|
+
o.http_request_uri = "/"
|
|
24781
|
+
o.input = Shapes::ShapeRef.new(shape: ListVolumesInRecycleBinRequest)
|
|
24782
|
+
o.output = Shapes::ShapeRef.new(shape: ListVolumesInRecycleBinResult)
|
|
24783
|
+
end)
|
|
24784
|
+
|
|
24175
24785
|
api.add_operation(:lock_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
|
24176
24786
|
o.name = "LockSnapshot"
|
|
24177
24787
|
o.http_method = "POST"
|
|
@@ -24388,6 +24998,14 @@ module Aws::EC2
|
|
|
24388
24998
|
o.output = Shapes::ShapeRef.new(shape: ModifyIpamResult)
|
|
24389
24999
|
end)
|
|
24390
25000
|
|
|
25001
|
+
api.add_operation(:modify_ipam_policy_allocation_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
25002
|
+
o.name = "ModifyIpamPolicyAllocationRules"
|
|
25003
|
+
o.http_method = "POST"
|
|
25004
|
+
o.http_request_uri = "/"
|
|
25005
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyIpamPolicyAllocationRulesRequest)
|
|
25006
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyIpamPolicyAllocationRulesResult)
|
|
25007
|
+
end)
|
|
25008
|
+
|
|
24391
25009
|
api.add_operation(:modify_ipam_pool, Seahorse::Model::Operation.new.tap do |o|
|
|
24392
25010
|
o.name = "ModifyIpamPool"
|
|
24393
25011
|
o.http_method = "POST"
|
|
@@ -24572,6 +25190,14 @@ module Aws::EC2
|
|
|
24572
25190
|
o.output = Shapes::ShapeRef.new(shape: ModifyTransitGatewayResult)
|
|
24573
25191
|
end)
|
|
24574
25192
|
|
|
25193
|
+
api.add_operation(:modify_transit_gateway_metering_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
25194
|
+
o.name = "ModifyTransitGatewayMeteringPolicy"
|
|
25195
|
+
o.http_method = "POST"
|
|
25196
|
+
o.http_request_uri = "/"
|
|
25197
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyTransitGatewayMeteringPolicyRequest)
|
|
25198
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyTransitGatewayMeteringPolicyResult)
|
|
25199
|
+
end)
|
|
25200
|
+
|
|
24575
25201
|
api.add_operation(:modify_transit_gateway_prefix_list_reference, Seahorse::Model::Operation.new.tap do |o|
|
|
24576
25202
|
o.name = "ModifyTransitGatewayPrefixListReference"
|
|
24577
25203
|
o.http_method = "POST"
|
|
@@ -24684,6 +25310,14 @@ module Aws::EC2
|
|
|
24684
25310
|
o.output = Shapes::ShapeRef.new(shape: ModifyVpcBlockPublicAccessOptionsResult)
|
|
24685
25311
|
end)
|
|
24686
25312
|
|
|
25313
|
+
api.add_operation(:modify_vpc_encryption_control, Seahorse::Model::Operation.new.tap do |o|
|
|
25314
|
+
o.name = "ModifyVpcEncryptionControl"
|
|
25315
|
+
o.http_method = "POST"
|
|
25316
|
+
o.http_request_uri = "/"
|
|
25317
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyVpcEncryptionControlRequest)
|
|
25318
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyVpcEncryptionControlResult)
|
|
25319
|
+
end)
|
|
25320
|
+
|
|
24687
25321
|
api.add_operation(:modify_vpc_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
|
24688
25322
|
o.name = "ModifyVpcEndpoint"
|
|
24689
25323
|
o.http_method = "POST"
|
|
@@ -25172,6 +25806,14 @@ module Aws::EC2
|
|
|
25172
25806
|
o.output = Shapes::ShapeRef.new(shape: RestoreSnapshotTierResult)
|
|
25173
25807
|
end)
|
|
25174
25808
|
|
|
25809
|
+
api.add_operation(:restore_volume_from_recycle_bin, Seahorse::Model::Operation.new.tap do |o|
|
|
25810
|
+
o.name = "RestoreVolumeFromRecycleBin"
|
|
25811
|
+
o.http_method = "POST"
|
|
25812
|
+
o.http_request_uri = "/"
|
|
25813
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreVolumeFromRecycleBinRequest)
|
|
25814
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreVolumeFromRecycleBinResult)
|
|
25815
|
+
end)
|
|
25816
|
+
|
|
25175
25817
|
api.add_operation(:revoke_client_vpn_ingress, Seahorse::Model::Operation.new.tap do |o|
|
|
25176
25818
|
o.name = "RevokeClientVpnIngress"
|
|
25177
25819
|
o.http_method = "POST"
|