aws-sdk-ec2 1.494.0 → 1.496.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +1324 -180
- data/lib/aws-sdk-ec2/client_api.rb +537 -4
- data/lib/aws-sdk-ec2/image.rb +17 -0
- data/lib/aws-sdk-ec2/instance.rb +9 -2
- data/lib/aws-sdk-ec2/network_interface.rb +1 -1
- data/lib/aws-sdk-ec2/placement_group.rb +4 -0
- data/lib/aws-sdk-ec2/resource.rb +39 -25
- 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 +13 -10
- data/lib/aws-sdk-ec2/types.rb +1864 -40
- data/lib/aws-sdk-ec2/volume.rb +5 -2
- data/lib/aws-sdk-ec2/vpc.rb +9 -12
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +396 -124
- data/sig/image.rbs +3 -0
- data/sig/instance.rbs +5 -2
- data/sig/resource.rbs +21 -18
- data/sig/security_group.rbs +2 -2
- data/sig/snapshot.rbs +1 -1
- data/sig/subnet.rbs +6 -3
- data/sig/tag.rbs +1 -1
- data/sig/types.rbs +462 -42
- data/sig/volume.rbs +1 -1
- data/sig/vpc.rbs +5 -5
- metadata +2 -2
@@ -91,6 +91,8 @@ module Aws::EC2
|
|
91
91
|
AllocationState = Shapes::StringShape.new(name: 'AllocationState')
|
92
92
|
AllocationStrategy = Shapes::StringShape.new(name: 'AllocationStrategy')
|
93
93
|
AllocationType = Shapes::StringShape.new(name: 'AllocationType')
|
94
|
+
AllowedImagesSettingsDisabledState = Shapes::StringShape.new(name: 'AllowedImagesSettingsDisabledState')
|
95
|
+
AllowedImagesSettingsEnabledState = Shapes::StringShape.new(name: 'AllowedImagesSettingsEnabledState')
|
94
96
|
AllowedInstanceType = Shapes::StringShape.new(name: 'AllowedInstanceType')
|
95
97
|
AllowedInstanceTypeSet = Shapes::ListShape.new(name: 'AllowedInstanceTypeSet')
|
96
98
|
AllowedPrincipal = Shapes::StructureShape.new(name: 'AllowedPrincipal')
|
@@ -190,6 +192,8 @@ module Aws::EC2
|
|
190
192
|
AttachmentEnaSrdUdpSpecification = Shapes::StructureShape.new(name: 'AttachmentEnaSrdUdpSpecification')
|
191
193
|
AttachmentStatus = Shapes::StringShape.new(name: 'AttachmentStatus')
|
192
194
|
AttributeBooleanValue = Shapes::StructureShape.new(name: 'AttributeBooleanValue')
|
195
|
+
AttributeSummary = Shapes::StructureShape.new(name: 'AttributeSummary')
|
196
|
+
AttributeSummaryList = Shapes::ListShape.new(name: 'AttributeSummaryList')
|
193
197
|
AttributeValue = Shapes::StructureShape.new(name: 'AttributeValue')
|
194
198
|
AuthorizationRule = Shapes::StructureShape.new(name: 'AuthorizationRule')
|
195
199
|
AuthorizationRuleSet = Shapes::ListShape.new(name: 'AuthorizationRuleSet')
|
@@ -214,6 +218,8 @@ module Aws::EC2
|
|
214
218
|
AvailabilityZoneStringList = Shapes::ListShape.new(name: 'AvailabilityZoneStringList')
|
215
219
|
AvailableCapacity = Shapes::StructureShape.new(name: 'AvailableCapacity')
|
216
220
|
AvailableInstanceCapacityList = Shapes::ListShape.new(name: 'AvailableInstanceCapacityList')
|
221
|
+
BandwidthWeightingType = Shapes::StringShape.new(name: 'BandwidthWeightingType')
|
222
|
+
BandwidthWeightingTypeList = Shapes::ListShape.new(name: 'BandwidthWeightingTypeList')
|
217
223
|
BareMetal = Shapes::StringShape.new(name: 'BareMetal')
|
218
224
|
BareMetalFlag = Shapes::BooleanShape.new(name: 'BareMetalFlag')
|
219
225
|
BaselineBandwidthInGbps = Shapes::FloatShape.new(name: 'BaselineBandwidthInGbps')
|
@@ -267,6 +273,8 @@ module Aws::EC2
|
|
267
273
|
CancelCapacityReservationRequest = Shapes::StructureShape.new(name: 'CancelCapacityReservationRequest')
|
268
274
|
CancelCapacityReservationResult = Shapes::StructureShape.new(name: 'CancelCapacityReservationResult')
|
269
275
|
CancelConversionRequest = Shapes::StructureShape.new(name: 'CancelConversionRequest')
|
276
|
+
CancelDeclarativePoliciesReportRequest = Shapes::StructureShape.new(name: 'CancelDeclarativePoliciesReportRequest')
|
277
|
+
CancelDeclarativePoliciesReportResult = Shapes::StructureShape.new(name: 'CancelDeclarativePoliciesReportResult')
|
270
278
|
CancelExportTaskRequest = Shapes::StructureShape.new(name: 'CancelExportTaskRequest')
|
271
279
|
CancelImageLaunchPermissionRequest = Shapes::StructureShape.new(name: 'CancelImageLaunchPermissionRequest')
|
272
280
|
CancelImageLaunchPermissionResult = Shapes::StructureShape.new(name: 'CancelImageLaunchPermissionResult')
|
@@ -576,8 +584,12 @@ module Aws::EC2
|
|
576
584
|
CreateTransitGatewayVpcAttachmentRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayVpcAttachmentRequest')
|
577
585
|
CreateTransitGatewayVpcAttachmentRequestOptions = Shapes::StructureShape.new(name: 'CreateTransitGatewayVpcAttachmentRequestOptions')
|
578
586
|
CreateTransitGatewayVpcAttachmentResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayVpcAttachmentResult')
|
587
|
+
CreateVerifiedAccessEndpointCidrOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointCidrOptions')
|
579
588
|
CreateVerifiedAccessEndpointEniOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointEniOptions')
|
580
589
|
CreateVerifiedAccessEndpointLoadBalancerOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointLoadBalancerOptions')
|
590
|
+
CreateVerifiedAccessEndpointPortRange = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointPortRange')
|
591
|
+
CreateVerifiedAccessEndpointPortRangeList = Shapes::ListShape.new(name: 'CreateVerifiedAccessEndpointPortRangeList')
|
592
|
+
CreateVerifiedAccessEndpointRdsOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointRdsOptions')
|
581
593
|
CreateVerifiedAccessEndpointRequest = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointRequest')
|
582
594
|
CreateVerifiedAccessEndpointResult = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointResult')
|
583
595
|
CreateVerifiedAccessEndpointSubnetIdList = Shapes::ListShape.new(name: 'CreateVerifiedAccessEndpointSubnetIdList')
|
@@ -585,6 +597,7 @@ module Aws::EC2
|
|
585
597
|
CreateVerifiedAccessGroupResult = Shapes::StructureShape.new(name: 'CreateVerifiedAccessGroupResult')
|
586
598
|
CreateVerifiedAccessInstanceRequest = Shapes::StructureShape.new(name: 'CreateVerifiedAccessInstanceRequest')
|
587
599
|
CreateVerifiedAccessInstanceResult = Shapes::StructureShape.new(name: 'CreateVerifiedAccessInstanceResult')
|
600
|
+
CreateVerifiedAccessNativeApplicationOidcOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessNativeApplicationOidcOptions')
|
588
601
|
CreateVerifiedAccessTrustProviderDeviceOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessTrustProviderDeviceOptions')
|
589
602
|
CreateVerifiedAccessTrustProviderOidcOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessTrustProviderOidcOptions')
|
590
603
|
CreateVerifiedAccessTrustProviderRequest = Shapes::StructureShape.new(name: 'CreateVerifiedAccessTrustProviderRequest')
|
@@ -626,6 +639,10 @@ module Aws::EC2
|
|
626
639
|
DataResponses = Shapes::ListShape.new(name: 'DataResponses')
|
627
640
|
DatafeedSubscriptionState = Shapes::StringShape.new(name: 'DatafeedSubscriptionState')
|
628
641
|
DateTime = Shapes::TimestampShape.new(name: 'DateTime')
|
642
|
+
DeclarativePoliciesMaxResults = Shapes::IntegerShape.new(name: 'DeclarativePoliciesMaxResults')
|
643
|
+
DeclarativePoliciesReport = Shapes::StructureShape.new(name: 'DeclarativePoliciesReport')
|
644
|
+
DeclarativePoliciesReportId = Shapes::StringShape.new(name: 'DeclarativePoliciesReportId')
|
645
|
+
DeclarativePoliciesReportList = Shapes::ListShape.new(name: 'DeclarativePoliciesReportList')
|
629
646
|
DedicatedHostFlag = Shapes::BooleanShape.new(name: 'DedicatedHostFlag')
|
630
647
|
DedicatedHostId = Shapes::StringShape.new(name: 'DedicatedHostId')
|
631
648
|
DedicatedHostIdList = Shapes::ListShape.new(name: 'DedicatedHostIdList')
|
@@ -863,6 +880,8 @@ module Aws::EC2
|
|
863
880
|
DescribeConversionTasksResult = Shapes::StructureShape.new(name: 'DescribeConversionTasksResult')
|
864
881
|
DescribeCustomerGatewaysRequest = Shapes::StructureShape.new(name: 'DescribeCustomerGatewaysRequest')
|
865
882
|
DescribeCustomerGatewaysResult = Shapes::StructureShape.new(name: 'DescribeCustomerGatewaysResult')
|
883
|
+
DescribeDeclarativePoliciesReportsRequest = Shapes::StructureShape.new(name: 'DescribeDeclarativePoliciesReportsRequest')
|
884
|
+
DescribeDeclarativePoliciesReportsResult = Shapes::StructureShape.new(name: 'DescribeDeclarativePoliciesReportsResult')
|
866
885
|
DescribeDhcpOptionsMaxResults = Shapes::IntegerShape.new(name: 'DescribeDhcpOptionsMaxResults')
|
867
886
|
DescribeDhcpOptionsRequest = Shapes::StructureShape.new(name: 'DescribeDhcpOptionsRequest')
|
868
887
|
DescribeDhcpOptionsResult = Shapes::StructureShape.new(name: 'DescribeDhcpOptionsResult')
|
@@ -1165,6 +1184,8 @@ module Aws::EC2
|
|
1165
1184
|
DescribeVpcClassicLinkDnsSupportResult = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkDnsSupportResult')
|
1166
1185
|
DescribeVpcClassicLinkRequest = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkRequest')
|
1167
1186
|
DescribeVpcClassicLinkResult = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkResult')
|
1187
|
+
DescribeVpcEndpointAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointAssociationsRequest')
|
1188
|
+
DescribeVpcEndpointAssociationsResult = Shapes::StructureShape.new(name: 'DescribeVpcEndpointAssociationsResult')
|
1168
1189
|
DescribeVpcEndpointConnectionNotificationsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointConnectionNotificationsRequest')
|
1169
1190
|
DescribeVpcEndpointConnectionNotificationsResult = Shapes::StructureShape.new(name: 'DescribeVpcEndpointConnectionNotificationsResult')
|
1170
1191
|
DescribeVpcEndpointConnectionsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointConnectionsRequest')
|
@@ -1200,6 +1221,7 @@ module Aws::EC2
|
|
1200
1221
|
DetachVpnGatewayRequest = Shapes::StructureShape.new(name: 'DetachVpnGatewayRequest')
|
1201
1222
|
DeviceOptions = Shapes::StructureShape.new(name: 'DeviceOptions')
|
1202
1223
|
DeviceTrustProviderType = Shapes::StringShape.new(name: 'DeviceTrustProviderType')
|
1224
|
+
DeviceTrustProviderTypeList = Shapes::ListShape.new(name: 'DeviceTrustProviderTypeList')
|
1203
1225
|
DeviceType = Shapes::StringShape.new(name: 'DeviceType')
|
1204
1226
|
DhcpConfiguration = Shapes::StructureShape.new(name: 'DhcpConfiguration')
|
1205
1227
|
DhcpConfigurationList = Shapes::ListShape.new(name: 'DhcpConfigurationList')
|
@@ -1212,6 +1234,8 @@ module Aws::EC2
|
|
1212
1234
|
DirectoryServiceAuthenticationRequest = Shapes::StructureShape.new(name: 'DirectoryServiceAuthenticationRequest')
|
1213
1235
|
DisableAddressTransferRequest = Shapes::StructureShape.new(name: 'DisableAddressTransferRequest')
|
1214
1236
|
DisableAddressTransferResult = Shapes::StructureShape.new(name: 'DisableAddressTransferResult')
|
1237
|
+
DisableAllowedImagesSettingsRequest = Shapes::StructureShape.new(name: 'DisableAllowedImagesSettingsRequest')
|
1238
|
+
DisableAllowedImagesSettingsResult = Shapes::StructureShape.new(name: 'DisableAllowedImagesSettingsResult')
|
1215
1239
|
DisableAwsNetworkPerformanceMetricSubscriptionRequest = Shapes::StructureShape.new(name: 'DisableAwsNetworkPerformanceMetricSubscriptionRequest')
|
1216
1240
|
DisableAwsNetworkPerformanceMetricSubscriptionResult = Shapes::StructureShape.new(name: 'DisableAwsNetworkPerformanceMetricSubscriptionResult')
|
1217
1241
|
DisableEbsEncryptionByDefaultRequest = Shapes::StructureShape.new(name: 'DisableEbsEncryptionByDefaultRequest')
|
@@ -1357,6 +1381,8 @@ module Aws::EC2
|
|
1357
1381
|
EnaSupport = Shapes::StringShape.new(name: 'EnaSupport')
|
1358
1382
|
EnableAddressTransferRequest = Shapes::StructureShape.new(name: 'EnableAddressTransferRequest')
|
1359
1383
|
EnableAddressTransferResult = Shapes::StructureShape.new(name: 'EnableAddressTransferResult')
|
1384
|
+
EnableAllowedImagesSettingsRequest = Shapes::StructureShape.new(name: 'EnableAllowedImagesSettingsRequest')
|
1385
|
+
EnableAllowedImagesSettingsResult = Shapes::StructureShape.new(name: 'EnableAllowedImagesSettingsResult')
|
1360
1386
|
EnableAwsNetworkPerformanceMetricSubscriptionRequest = Shapes::StructureShape.new(name: 'EnableAwsNetworkPerformanceMetricSubscriptionRequest')
|
1361
1387
|
EnableAwsNetworkPerformanceMetricSubscriptionResult = Shapes::StructureShape.new(name: 'EnableAwsNetworkPerformanceMetricSubscriptionResult')
|
1362
1388
|
EnableEbsEncryptionByDefaultRequest = Shapes::StructureShape.new(name: 'EnableEbsEncryptionByDefaultRequest')
|
@@ -1434,6 +1460,8 @@ module Aws::EC2
|
|
1434
1460
|
ExportToS3TaskSpecification = Shapes::StructureShape.new(name: 'ExportToS3TaskSpecification')
|
1435
1461
|
ExportTransitGatewayRoutesRequest = Shapes::StructureShape.new(name: 'ExportTransitGatewayRoutesRequest')
|
1436
1462
|
ExportTransitGatewayRoutesResult = Shapes::StructureShape.new(name: 'ExportTransitGatewayRoutesResult')
|
1463
|
+
ExportVerifiedAccessInstanceClientConfigurationRequest = Shapes::StructureShape.new(name: 'ExportVerifiedAccessInstanceClientConfigurationRequest')
|
1464
|
+
ExportVerifiedAccessInstanceClientConfigurationResult = Shapes::StructureShape.new(name: 'ExportVerifiedAccessInstanceClientConfigurationResult')
|
1437
1465
|
ExportVmTaskId = Shapes::StringShape.new(name: 'ExportVmTaskId')
|
1438
1466
|
FailedCapacityReservationFleetCancellationResult = Shapes::StructureShape.new(name: 'FailedCapacityReservationFleetCancellationResult')
|
1439
1467
|
FailedCapacityReservationFleetCancellationResultSet = Shapes::ListShape.new(name: 'FailedCapacityReservationFleetCancellationResultSet')
|
@@ -1512,6 +1540,8 @@ module Aws::EC2
|
|
1512
1540
|
GVCDMaxResults = Shapes::IntegerShape.new(name: 'GVCDMaxResults')
|
1513
1541
|
GatewayAssociationState = Shapes::StringShape.new(name: 'GatewayAssociationState')
|
1514
1542
|
GatewayType = Shapes::StringShape.new(name: 'GatewayType')
|
1543
|
+
GetAllowedImagesSettingsRequest = Shapes::StructureShape.new(name: 'GetAllowedImagesSettingsRequest')
|
1544
|
+
GetAllowedImagesSettingsResult = Shapes::StructureShape.new(name: 'GetAllowedImagesSettingsResult')
|
1515
1545
|
GetAssociatedEnclaveCertificateIamRolesRequest = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesRequest')
|
1516
1546
|
GetAssociatedEnclaveCertificateIamRolesResult = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesResult')
|
1517
1547
|
GetAssociatedIpv6PoolCidrsRequest = Shapes::StructureShape.new(name: 'GetAssociatedIpv6PoolCidrsRequest')
|
@@ -1527,6 +1557,8 @@ module Aws::EC2
|
|
1527
1557
|
GetConsoleOutputResult = Shapes::StructureShape.new(name: 'GetConsoleOutputResult')
|
1528
1558
|
GetConsoleScreenshotRequest = Shapes::StructureShape.new(name: 'GetConsoleScreenshotRequest')
|
1529
1559
|
GetConsoleScreenshotResult = Shapes::StructureShape.new(name: 'GetConsoleScreenshotResult')
|
1560
|
+
GetDeclarativePoliciesReportSummaryRequest = Shapes::StructureShape.new(name: 'GetDeclarativePoliciesReportSummaryRequest')
|
1561
|
+
GetDeclarativePoliciesReportSummaryResult = Shapes::StructureShape.new(name: 'GetDeclarativePoliciesReportSummaryResult')
|
1530
1562
|
GetDefaultCreditSpecificationRequest = Shapes::StructureShape.new(name: 'GetDefaultCreditSpecificationRequest')
|
1531
1563
|
GetDefaultCreditSpecificationResult = Shapes::StructureShape.new(name: 'GetDefaultCreditSpecificationResult')
|
1532
1564
|
GetEbsDefaultKmsKeyIdRequest = Shapes::StructureShape.new(name: 'GetEbsDefaultKmsKeyIdRequest')
|
@@ -1609,6 +1641,9 @@ module Aws::EC2
|
|
1609
1641
|
GetTransitGatewayRouteTablePropagationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTablePropagationsResult')
|
1610
1642
|
GetVerifiedAccessEndpointPolicyRequest = Shapes::StructureShape.new(name: 'GetVerifiedAccessEndpointPolicyRequest')
|
1611
1643
|
GetVerifiedAccessEndpointPolicyResult = Shapes::StructureShape.new(name: 'GetVerifiedAccessEndpointPolicyResult')
|
1644
|
+
GetVerifiedAccessEndpointTargetsMaxResults = Shapes::IntegerShape.new(name: 'GetVerifiedAccessEndpointTargetsMaxResults')
|
1645
|
+
GetVerifiedAccessEndpointTargetsRequest = Shapes::StructureShape.new(name: 'GetVerifiedAccessEndpointTargetsRequest')
|
1646
|
+
GetVerifiedAccessEndpointTargetsResult = Shapes::StructureShape.new(name: 'GetVerifiedAccessEndpointTargetsResult')
|
1612
1647
|
GetVerifiedAccessGroupPolicyRequest = Shapes::StructureShape.new(name: 'GetVerifiedAccessGroupPolicyRequest')
|
1613
1648
|
GetVerifiedAccessGroupPolicyResult = Shapes::StructureShape.new(name: 'GetVerifiedAccessGroupPolicyResult')
|
1614
1649
|
GetVpnConnectionDeviceSampleConfigurationRequest = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceSampleConfigurationRequest')
|
@@ -1675,6 +1710,10 @@ module Aws::EC2
|
|
1675
1710
|
ImageAttributeName = Shapes::StringShape.new(name: 'ImageAttributeName')
|
1676
1711
|
ImageBlockPublicAccessDisabledState = Shapes::StringShape.new(name: 'ImageBlockPublicAccessDisabledState')
|
1677
1712
|
ImageBlockPublicAccessEnabledState = Shapes::StringShape.new(name: 'ImageBlockPublicAccessEnabledState')
|
1713
|
+
ImageCriterion = Shapes::StructureShape.new(name: 'ImageCriterion')
|
1714
|
+
ImageCriterionList = Shapes::ListShape.new(name: 'ImageCriterionList')
|
1715
|
+
ImageCriterionRequest = Shapes::StructureShape.new(name: 'ImageCriterionRequest')
|
1716
|
+
ImageCriterionRequestList = Shapes::ListShape.new(name: 'ImageCriterionRequestList')
|
1678
1717
|
ImageDiskContainer = Shapes::StructureShape.new(name: 'ImageDiskContainer')
|
1679
1718
|
ImageDiskContainerList = Shapes::ListShape.new(name: 'ImageDiskContainerList')
|
1680
1719
|
ImageId = Shapes::StringShape.new(name: 'ImageId')
|
@@ -1682,6 +1721,10 @@ module Aws::EC2
|
|
1682
1721
|
ImageIdStringList = Shapes::ListShape.new(name: 'ImageIdStringList')
|
1683
1722
|
ImageList = Shapes::ListShape.new(name: 'ImageList')
|
1684
1723
|
ImageMetadata = Shapes::StructureShape.new(name: 'ImageMetadata')
|
1724
|
+
ImageProvider = Shapes::StringShape.new(name: 'ImageProvider')
|
1725
|
+
ImageProviderList = Shapes::ListShape.new(name: 'ImageProviderList')
|
1726
|
+
ImageProviderRequest = Shapes::StringShape.new(name: 'ImageProviderRequest')
|
1727
|
+
ImageProviderRequestList = Shapes::ListShape.new(name: 'ImageProviderRequestList')
|
1685
1728
|
ImageRecycleBinInfo = Shapes::StructureShape.new(name: 'ImageRecycleBinInfo')
|
1686
1729
|
ImageRecycleBinInfoList = Shapes::ListShape.new(name: 'ImageRecycleBinInfoList')
|
1687
1730
|
ImageState = Shapes::StringShape.new(name: 'ImageState')
|
@@ -1733,6 +1776,7 @@ module Aws::EC2
|
|
1733
1776
|
InstanceAttribute = Shapes::StructureShape.new(name: 'InstanceAttribute')
|
1734
1777
|
InstanceAttributeName = Shapes::StringShape.new(name: 'InstanceAttributeName')
|
1735
1778
|
InstanceAutoRecoveryState = Shapes::StringShape.new(name: 'InstanceAutoRecoveryState')
|
1779
|
+
InstanceBandwidthWeighting = Shapes::StringShape.new(name: 'InstanceBandwidthWeighting')
|
1736
1780
|
InstanceBlockDeviceMapping = Shapes::StructureShape.new(name: 'InstanceBlockDeviceMapping')
|
1737
1781
|
InstanceBlockDeviceMappingList = Shapes::ListShape.new(name: 'InstanceBlockDeviceMappingList')
|
1738
1782
|
InstanceBlockDeviceMappingSpecification = Shapes::StructureShape.new(name: 'InstanceBlockDeviceMappingSpecification')
|
@@ -1808,6 +1852,8 @@ module Aws::EC2
|
|
1808
1852
|
InstanceNetworkInterfaceList = Shapes::ListShape.new(name: 'InstanceNetworkInterfaceList')
|
1809
1853
|
InstanceNetworkInterfaceSpecification = Shapes::StructureShape.new(name: 'InstanceNetworkInterfaceSpecification')
|
1810
1854
|
InstanceNetworkInterfaceSpecificationList = Shapes::ListShape.new(name: 'InstanceNetworkInterfaceSpecificationList')
|
1855
|
+
InstanceNetworkPerformanceOptions = Shapes::StructureShape.new(name: 'InstanceNetworkPerformanceOptions')
|
1856
|
+
InstanceNetworkPerformanceOptionsRequest = Shapes::StructureShape.new(name: 'InstanceNetworkPerformanceOptionsRequest')
|
1811
1857
|
InstancePrivateIpAddress = Shapes::StructureShape.new(name: 'InstancePrivateIpAddress')
|
1812
1858
|
InstancePrivateIpAddressList = Shapes::ListShape.new(name: 'InstancePrivateIpAddressList')
|
1813
1859
|
InstanceRequirements = Shapes::StructureShape.new(name: 'InstanceRequirements')
|
@@ -2051,6 +2097,8 @@ module Aws::EC2
|
|
2051
2097
|
LaunchTemplateLicenseSpecificationListRequest = Shapes::ListShape.new(name: 'LaunchTemplateLicenseSpecificationListRequest')
|
2052
2098
|
LaunchTemplateName = Shapes::StringShape.new(name: 'LaunchTemplateName')
|
2053
2099
|
LaunchTemplateNameStringList = Shapes::ListShape.new(name: 'LaunchTemplateNameStringList')
|
2100
|
+
LaunchTemplateNetworkPerformanceOptions = Shapes::StructureShape.new(name: 'LaunchTemplateNetworkPerformanceOptions')
|
2101
|
+
LaunchTemplateNetworkPerformanceOptionsRequest = Shapes::StructureShape.new(name: 'LaunchTemplateNetworkPerformanceOptionsRequest')
|
2054
2102
|
LaunchTemplateOverrides = Shapes::StructureShape.new(name: 'LaunchTemplateOverrides')
|
2055
2103
|
LaunchTemplateOverridesList = Shapes::ListShape.new(name: 'LaunchTemplateOverridesList')
|
2056
2104
|
LaunchTemplatePlacement = Shapes::StructureShape.new(name: 'LaunchTemplatePlacement')
|
@@ -2135,6 +2183,7 @@ module Aws::EC2
|
|
2135
2183
|
MacHostList = Shapes::ListShape.new(name: 'MacHostList')
|
2136
2184
|
MacOSVersionStringList = Shapes::ListShape.new(name: 'MacOSVersionStringList')
|
2137
2185
|
MaintenanceDetails = Shapes::StructureShape.new(name: 'MaintenanceDetails')
|
2186
|
+
ManagedBy = Shapes::StringShape.new(name: 'ManagedBy')
|
2138
2187
|
ManagedPrefixList = Shapes::StructureShape.new(name: 'ManagedPrefixList')
|
2139
2188
|
ManagedPrefixListSet = Shapes::ListShape.new(name: 'ManagedPrefixListSet')
|
2140
2189
|
MarketType = Shapes::StringShape.new(name: 'MarketType')
|
@@ -2209,6 +2258,8 @@ module Aws::EC2
|
|
2209
2258
|
ModifyInstanceMetadataDefaultsResult = Shapes::StructureShape.new(name: 'ModifyInstanceMetadataDefaultsResult')
|
2210
2259
|
ModifyInstanceMetadataOptionsRequest = Shapes::StructureShape.new(name: 'ModifyInstanceMetadataOptionsRequest')
|
2211
2260
|
ModifyInstanceMetadataOptionsResult = Shapes::StructureShape.new(name: 'ModifyInstanceMetadataOptionsResult')
|
2261
|
+
ModifyInstanceNetworkPerformanceRequest = Shapes::StructureShape.new(name: 'ModifyInstanceNetworkPerformanceRequest')
|
2262
|
+
ModifyInstanceNetworkPerformanceResult = Shapes::StructureShape.new(name: 'ModifyInstanceNetworkPerformanceResult')
|
2212
2263
|
ModifyInstancePlacementRequest = Shapes::StructureShape.new(name: 'ModifyInstancePlacementRequest')
|
2213
2264
|
ModifyInstancePlacementResult = Shapes::StructureShape.new(name: 'ModifyInstancePlacementResult')
|
2214
2265
|
ModifyIpamPoolRequest = Shapes::StructureShape.new(name: 'ModifyIpamPoolRequest')
|
@@ -2254,10 +2305,14 @@ module Aws::EC2
|
|
2254
2305
|
ModifyTransitGatewayVpcAttachmentRequest = Shapes::StructureShape.new(name: 'ModifyTransitGatewayVpcAttachmentRequest')
|
2255
2306
|
ModifyTransitGatewayVpcAttachmentRequestOptions = Shapes::StructureShape.new(name: 'ModifyTransitGatewayVpcAttachmentRequestOptions')
|
2256
2307
|
ModifyTransitGatewayVpcAttachmentResult = Shapes::StructureShape.new(name: 'ModifyTransitGatewayVpcAttachmentResult')
|
2308
|
+
ModifyVerifiedAccessEndpointCidrOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointCidrOptions')
|
2257
2309
|
ModifyVerifiedAccessEndpointEniOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointEniOptions')
|
2258
2310
|
ModifyVerifiedAccessEndpointLoadBalancerOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointLoadBalancerOptions')
|
2259
2311
|
ModifyVerifiedAccessEndpointPolicyRequest = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointPolicyRequest')
|
2260
2312
|
ModifyVerifiedAccessEndpointPolicyResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointPolicyResult')
|
2313
|
+
ModifyVerifiedAccessEndpointPortRange = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointPortRange')
|
2314
|
+
ModifyVerifiedAccessEndpointPortRangeList = Shapes::ListShape.new(name: 'ModifyVerifiedAccessEndpointPortRangeList')
|
2315
|
+
ModifyVerifiedAccessEndpointRdsOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointRdsOptions')
|
2261
2316
|
ModifyVerifiedAccessEndpointRequest = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointRequest')
|
2262
2317
|
ModifyVerifiedAccessEndpointResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointResult')
|
2263
2318
|
ModifyVerifiedAccessEndpointSubnetIdList = Shapes::ListShape.new(name: 'ModifyVerifiedAccessEndpointSubnetIdList')
|
@@ -2269,6 +2324,7 @@ module Aws::EC2
|
|
2269
2324
|
ModifyVerifiedAccessInstanceLoggingConfigurationResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessInstanceLoggingConfigurationResult')
|
2270
2325
|
ModifyVerifiedAccessInstanceRequest = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessInstanceRequest')
|
2271
2326
|
ModifyVerifiedAccessInstanceResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessInstanceResult')
|
2327
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessNativeApplicationOidcOptions')
|
2272
2328
|
ModifyVerifiedAccessTrustProviderDeviceOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderDeviceOptions')
|
2273
2329
|
ModifyVerifiedAccessTrustProviderOidcOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderOidcOptions')
|
2274
2330
|
ModifyVerifiedAccessTrustProviderRequest = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderRequest')
|
@@ -2326,6 +2382,7 @@ module Aws::EC2
|
|
2326
2382
|
NatGatewayIdStringList = Shapes::ListShape.new(name: 'NatGatewayIdStringList')
|
2327
2383
|
NatGatewayList = Shapes::ListShape.new(name: 'NatGatewayList')
|
2328
2384
|
NatGatewayState = Shapes::StringShape.new(name: 'NatGatewayState')
|
2385
|
+
NativeApplicationOidcOptions = Shapes::StructureShape.new(name: 'NativeApplicationOidcOptions')
|
2329
2386
|
NetmaskLength = Shapes::IntegerShape.new(name: 'NetmaskLength')
|
2330
2387
|
NetworkAcl = Shapes::StructureShape.new(name: 'NetworkAcl')
|
2331
2388
|
NetworkAclAssociation = Shapes::StructureShape.new(name: 'NetworkAclAssociation')
|
@@ -2574,6 +2631,9 @@ module Aws::EC2
|
|
2574
2631
|
PurchasedScheduledInstanceSet = Shapes::ListShape.new(name: 'PurchasedScheduledInstanceSet')
|
2575
2632
|
RIProductDescription = Shapes::StringShape.new(name: 'RIProductDescription')
|
2576
2633
|
RamdiskId = Shapes::StringShape.new(name: 'RamdiskId')
|
2634
|
+
RdsDbClusterArn = Shapes::StringShape.new(name: 'RdsDbClusterArn')
|
2635
|
+
RdsDbInstanceArn = Shapes::StringShape.new(name: 'RdsDbInstanceArn')
|
2636
|
+
RdsDbProxyArn = Shapes::StringShape.new(name: 'RdsDbProxyArn')
|
2577
2637
|
ReasonCodesList = Shapes::ListShape.new(name: 'ReasonCodesList')
|
2578
2638
|
RebootInstancesRequest = Shapes::StructureShape.new(name: 'RebootInstancesRequest')
|
2579
2639
|
RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
|
@@ -2584,6 +2644,8 @@ module Aws::EC2
|
|
2584
2644
|
RegionList = Shapes::ListShape.new(name: 'RegionList')
|
2585
2645
|
RegionNameStringList = Shapes::ListShape.new(name: 'RegionNameStringList')
|
2586
2646
|
RegionNames = Shapes::ListShape.new(name: 'RegionNames')
|
2647
|
+
RegionalSummary = Shapes::StructureShape.new(name: 'RegionalSummary')
|
2648
|
+
RegionalSummaryList = Shapes::ListShape.new(name: 'RegionalSummaryList')
|
2587
2649
|
RegisterImageRequest = Shapes::StructureShape.new(name: 'RegisterImageRequest')
|
2588
2650
|
RegisterImageResult = Shapes::StructureShape.new(name: 'RegisterImageResult')
|
2589
2651
|
RegisterInstanceEventNotificationAttributesRequest = Shapes::StructureShape.new(name: 'RegisterInstanceEventNotificationAttributesRequest')
|
@@ -2618,6 +2680,8 @@ module Aws::EC2
|
|
2618
2680
|
RemovePrefixListEntry = Shapes::StructureShape.new(name: 'RemovePrefixListEntry')
|
2619
2681
|
ReplaceIamInstanceProfileAssociationRequest = Shapes::StructureShape.new(name: 'ReplaceIamInstanceProfileAssociationRequest')
|
2620
2682
|
ReplaceIamInstanceProfileAssociationResult = Shapes::StructureShape.new(name: 'ReplaceIamInstanceProfileAssociationResult')
|
2683
|
+
ReplaceImageCriteriaInAllowedImagesSettingsRequest = Shapes::StructureShape.new(name: 'ReplaceImageCriteriaInAllowedImagesSettingsRequest')
|
2684
|
+
ReplaceImageCriteriaInAllowedImagesSettingsResult = Shapes::StructureShape.new(name: 'ReplaceImageCriteriaInAllowedImagesSettingsResult')
|
2621
2685
|
ReplaceNetworkAclAssociationRequest = Shapes::StructureShape.new(name: 'ReplaceNetworkAclAssociationRequest')
|
2622
2686
|
ReplaceNetworkAclAssociationResult = Shapes::StructureShape.new(name: 'ReplaceNetworkAclAssociationResult')
|
2623
2687
|
ReplaceNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'ReplaceNetworkAclEntryRequest')
|
@@ -2637,6 +2701,7 @@ module Aws::EC2
|
|
2637
2701
|
ReportInstanceReasonCodes = Shapes::StringShape.new(name: 'ReportInstanceReasonCodes')
|
2638
2702
|
ReportInstanceStatusRequest = Shapes::StructureShape.new(name: 'ReportInstanceStatusRequest')
|
2639
2703
|
ReportInstanceStatusRequestDescription = Shapes::StringShape.new(name: 'ReportInstanceStatusRequestDescription')
|
2704
|
+
ReportState = Shapes::StringShape.new(name: 'ReportState')
|
2640
2705
|
ReportStatusType = Shapes::StringShape.new(name: 'ReportStatusType')
|
2641
2706
|
RequestFilterPortRange = Shapes::StructureShape.new(name: 'RequestFilterPortRange')
|
2642
2707
|
RequestHostIdList = Shapes::ListShape.new(name: 'RequestHostIdList')
|
@@ -2697,6 +2762,7 @@ module Aws::EC2
|
|
2697
2762
|
ResetNetworkInterfaceAttributeRequest = Shapes::StructureShape.new(name: 'ResetNetworkInterfaceAttributeRequest')
|
2698
2763
|
ResetSnapshotAttributeRequest = Shapes::StructureShape.new(name: 'ResetSnapshotAttributeRequest')
|
2699
2764
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
2765
|
+
ResourceConfigurationArn = Shapes::StringShape.new(name: 'ResourceConfigurationArn')
|
2700
2766
|
ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
|
2701
2767
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
2702
2768
|
ResourceStatement = Shapes::StructureShape.new(name: 'ResourceStatement')
|
@@ -2827,6 +2893,7 @@ module Aws::EC2
|
|
2827
2893
|
ServiceConnectivityType = Shapes::StringShape.new(name: 'ServiceConnectivityType')
|
2828
2894
|
ServiceDetail = Shapes::StructureShape.new(name: 'ServiceDetail')
|
2829
2895
|
ServiceDetailSet = Shapes::ListShape.new(name: 'ServiceDetailSet')
|
2896
|
+
ServiceNetworkArn = Shapes::StringShape.new(name: 'ServiceNetworkArn')
|
2830
2897
|
ServiceState = Shapes::StringShape.new(name: 'ServiceState')
|
2831
2898
|
ServiceType = Shapes::StringShape.new(name: 'ServiceType')
|
2832
2899
|
ServiceTypeDetail = Shapes::StructureShape.new(name: 'ServiceTypeDetail')
|
@@ -2889,6 +2956,8 @@ module Aws::EC2
|
|
2889
2956
|
StaleIpPermissionSet = Shapes::ListShape.new(name: 'StaleIpPermissionSet')
|
2890
2957
|
StaleSecurityGroup = Shapes::StructureShape.new(name: 'StaleSecurityGroup')
|
2891
2958
|
StaleSecurityGroupSet = Shapes::ListShape.new(name: 'StaleSecurityGroupSet')
|
2959
|
+
StartDeclarativePoliciesReportRequest = Shapes::StructureShape.new(name: 'StartDeclarativePoliciesReportRequest')
|
2960
|
+
StartDeclarativePoliciesReportResult = Shapes::StructureShape.new(name: 'StartDeclarativePoliciesReportResult')
|
2892
2961
|
StartInstancesRequest = Shapes::StructureShape.new(name: 'StartInstancesRequest')
|
2893
2962
|
StartInstancesResult = Shapes::StructureShape.new(name: 'StartInstancesResult')
|
2894
2963
|
StartNetworkInsightsAccessScopeAnalysisRequest = Shapes::StructureShape.new(name: 'StartNetworkInsightsAccessScopeAnalysisRequest')
|
@@ -2928,6 +2997,8 @@ module Aws::EC2
|
|
2928
2997
|
SubnetConfigurationsList = Shapes::ListShape.new(name: 'SubnetConfigurationsList')
|
2929
2998
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
2930
2999
|
SubnetIdStringList = Shapes::ListShape.new(name: 'SubnetIdStringList')
|
3000
|
+
SubnetIpPrefixes = Shapes::StructureShape.new(name: 'SubnetIpPrefixes')
|
3001
|
+
SubnetIpPrefixesList = Shapes::ListShape.new(name: 'SubnetIpPrefixesList')
|
2931
3002
|
SubnetIpv6CidrBlockAssociation = Shapes::StructureShape.new(name: 'SubnetIpv6CidrBlockAssociation')
|
2932
3003
|
SubnetIpv6CidrBlockAssociationSet = Shapes::ListShape.new(name: 'SubnetIpv6CidrBlockAssociationSet')
|
2933
3004
|
SubnetList = Shapes::ListShape.new(name: 'SubnetList')
|
@@ -3165,27 +3236,39 @@ module Aws::EC2
|
|
3165
3236
|
VerificationMethod = Shapes::StringShape.new(name: 'VerificationMethod')
|
3166
3237
|
VerifiedAccessEndpoint = Shapes::StructureShape.new(name: 'VerifiedAccessEndpoint')
|
3167
3238
|
VerifiedAccessEndpointAttachmentType = Shapes::StringShape.new(name: 'VerifiedAccessEndpointAttachmentType')
|
3239
|
+
VerifiedAccessEndpointCidrOptions = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointCidrOptions')
|
3168
3240
|
VerifiedAccessEndpointEniOptions = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointEniOptions')
|
3169
3241
|
VerifiedAccessEndpointId = Shapes::StringShape.new(name: 'VerifiedAccessEndpointId')
|
3170
3242
|
VerifiedAccessEndpointIdList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointIdList')
|
3171
3243
|
VerifiedAccessEndpointList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointList')
|
3172
3244
|
VerifiedAccessEndpointLoadBalancerOptions = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointLoadBalancerOptions')
|
3173
3245
|
VerifiedAccessEndpointPortNumber = Shapes::IntegerShape.new(name: 'VerifiedAccessEndpointPortNumber')
|
3246
|
+
VerifiedAccessEndpointPortRange = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointPortRange')
|
3247
|
+
VerifiedAccessEndpointPortRangeList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointPortRangeList')
|
3174
3248
|
VerifiedAccessEndpointProtocol = Shapes::StringShape.new(name: 'VerifiedAccessEndpointProtocol')
|
3249
|
+
VerifiedAccessEndpointRdsOptions = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointRdsOptions')
|
3175
3250
|
VerifiedAccessEndpointStatus = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointStatus')
|
3176
3251
|
VerifiedAccessEndpointStatusCode = Shapes::StringShape.new(name: 'VerifiedAccessEndpointStatusCode')
|
3177
3252
|
VerifiedAccessEndpointSubnetIdList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointSubnetIdList')
|
3253
|
+
VerifiedAccessEndpointTarget = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointTarget')
|
3254
|
+
VerifiedAccessEndpointTargetList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointTargetList')
|
3178
3255
|
VerifiedAccessEndpointType = Shapes::StringShape.new(name: 'VerifiedAccessEndpointType')
|
3179
3256
|
VerifiedAccessGroup = Shapes::StructureShape.new(name: 'VerifiedAccessGroup')
|
3180
3257
|
VerifiedAccessGroupId = Shapes::StringShape.new(name: 'VerifiedAccessGroupId')
|
3181
3258
|
VerifiedAccessGroupIdList = Shapes::ListShape.new(name: 'VerifiedAccessGroupIdList')
|
3182
3259
|
VerifiedAccessGroupList = Shapes::ListShape.new(name: 'VerifiedAccessGroupList')
|
3183
3260
|
VerifiedAccessInstance = Shapes::StructureShape.new(name: 'VerifiedAccessInstance')
|
3261
|
+
VerifiedAccessInstanceCustomSubDomain = Shapes::StructureShape.new(name: 'VerifiedAccessInstanceCustomSubDomain')
|
3184
3262
|
VerifiedAccessInstanceId = Shapes::StringShape.new(name: 'VerifiedAccessInstanceId')
|
3185
3263
|
VerifiedAccessInstanceIdList = Shapes::ListShape.new(name: 'VerifiedAccessInstanceIdList')
|
3186
3264
|
VerifiedAccessInstanceList = Shapes::ListShape.new(name: 'VerifiedAccessInstanceList')
|
3187
3265
|
VerifiedAccessInstanceLoggingConfiguration = Shapes::StructureShape.new(name: 'VerifiedAccessInstanceLoggingConfiguration')
|
3188
3266
|
VerifiedAccessInstanceLoggingConfigurationList = Shapes::ListShape.new(name: 'VerifiedAccessInstanceLoggingConfigurationList')
|
3267
|
+
VerifiedAccessInstanceOpenVpnClientConfiguration = Shapes::StructureShape.new(name: 'VerifiedAccessInstanceOpenVpnClientConfiguration')
|
3268
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationList = Shapes::ListShape.new(name: 'VerifiedAccessInstanceOpenVpnClientConfigurationList')
|
3269
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationRoute = Shapes::StructureShape.new(name: 'VerifiedAccessInstanceOpenVpnClientConfigurationRoute')
|
3270
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationRouteList = Shapes::ListShape.new(name: 'VerifiedAccessInstanceOpenVpnClientConfigurationRouteList')
|
3271
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration = Shapes::StructureShape.new(name: 'VerifiedAccessInstanceUserTrustProviderClientConfiguration')
|
3189
3272
|
VerifiedAccessLogCloudWatchLogsDestination = Shapes::StructureShape.new(name: 'VerifiedAccessLogCloudWatchLogsDestination')
|
3190
3273
|
VerifiedAccessLogCloudWatchLogsDestinationOptions = Shapes::StructureShape.new(name: 'VerifiedAccessLogCloudWatchLogsDestinationOptions')
|
3191
3274
|
VerifiedAccessLogDeliveryStatus = Shapes::StructureShape.new(name: 'VerifiedAccessLogDeliveryStatus')
|
@@ -3248,6 +3331,7 @@ module Aws::EC2
|
|
3248
3331
|
VpcBlockPublicAccessExclusionIdList = Shapes::ListShape.new(name: 'VpcBlockPublicAccessExclusionIdList')
|
3249
3332
|
VpcBlockPublicAccessExclusionList = Shapes::ListShape.new(name: 'VpcBlockPublicAccessExclusionList')
|
3250
3333
|
VpcBlockPublicAccessExclusionState = Shapes::StringShape.new(name: 'VpcBlockPublicAccessExclusionState')
|
3334
|
+
VpcBlockPublicAccessExclusionsAllowed = Shapes::StringShape.new(name: 'VpcBlockPublicAccessExclusionsAllowed')
|
3251
3335
|
VpcBlockPublicAccessOptions = Shapes::StructureShape.new(name: 'VpcBlockPublicAccessOptions')
|
3252
3336
|
VpcBlockPublicAccessState = Shapes::StringShape.new(name: 'VpcBlockPublicAccessState')
|
3253
3337
|
VpcCidrAssociationId = Shapes::StringShape.new(name: 'VpcCidrAssociationId')
|
@@ -3259,6 +3343,8 @@ module Aws::EC2
|
|
3259
3343
|
VpcClassicLinkIdList = Shapes::ListShape.new(name: 'VpcClassicLinkIdList')
|
3260
3344
|
VpcClassicLinkList = Shapes::ListShape.new(name: 'VpcClassicLinkList')
|
3261
3345
|
VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
|
3346
|
+
VpcEndpointAssociation = Shapes::StructureShape.new(name: 'VpcEndpointAssociation')
|
3347
|
+
VpcEndpointAssociationSet = Shapes::ListShape.new(name: 'VpcEndpointAssociationSet')
|
3262
3348
|
VpcEndpointConnection = Shapes::StructureShape.new(name: 'VpcEndpointConnection')
|
3263
3349
|
VpcEndpointConnectionSet = Shapes::ListShape.new(name: 'VpcEndpointConnectionSet')
|
3264
3350
|
VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
|
@@ -3317,6 +3403,7 @@ module Aws::EC2
|
|
3317
3403
|
ZoneIdStringList = Shapes::ListShape.new(name: 'ZoneIdStringList')
|
3318
3404
|
ZoneNameStringList = Shapes::ListShape.new(name: 'ZoneNameStringList')
|
3319
3405
|
customerGatewayConfiguration = Shapes::StringShape.new(name: 'customerGatewayConfiguration')
|
3406
|
+
maxResults = Shapes::IntegerShape.new(name: 'maxResults')
|
3320
3407
|
preSharedKey = Shapes::StringShape.new(name: 'preSharedKey')
|
3321
3408
|
scope = Shapes::StringShape.new(name: 'scope')
|
3322
3409
|
snapshotTierStatusSet = Shapes::ListShape.new(name: 'snapshotTierStatusSet')
|
@@ -3985,6 +4072,15 @@ module Aws::EC2
|
|
3985
4072
|
AttributeBooleanValue.add_member(:value, Shapes::ShapeRef.new(shape: Boolean, location_name: "value"))
|
3986
4073
|
AttributeBooleanValue.struct_class = Types::AttributeBooleanValue
|
3987
4074
|
|
4075
|
+
AttributeSummary.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, location_name: "attributeName"))
|
4076
|
+
AttributeSummary.add_member(:most_frequent_value, Shapes::ShapeRef.new(shape: String, location_name: "mostFrequentValue"))
|
4077
|
+
AttributeSummary.add_member(:number_of_matched_accounts, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfMatchedAccounts"))
|
4078
|
+
AttributeSummary.add_member(:number_of_unmatched_accounts, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfUnmatchedAccounts"))
|
4079
|
+
AttributeSummary.add_member(:regional_summaries, Shapes::ShapeRef.new(shape: RegionalSummaryList, location_name: "regionalSummarySet"))
|
4080
|
+
AttributeSummary.struct_class = Types::AttributeSummary
|
4081
|
+
|
4082
|
+
AttributeSummaryList.member = Shapes::ShapeRef.new(shape: AttributeSummary, location_name: "item")
|
4083
|
+
|
3988
4084
|
AttributeValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
3989
4085
|
AttributeValue.struct_class = Types::AttributeValue
|
3990
4086
|
|
@@ -4071,6 +4167,8 @@ module Aws::EC2
|
|
4071
4167
|
|
4072
4168
|
AvailableInstanceCapacityList.member = Shapes::ShapeRef.new(shape: InstanceCapacity, location_name: "item")
|
4073
4169
|
|
4170
|
+
BandwidthWeightingTypeList.member = Shapes::ShapeRef.new(shape: BandwidthWeightingType, location_name: "item")
|
4171
|
+
|
4074
4172
|
BaselineEbsBandwidthMbps.add_member(:min, Shapes::ShapeRef.new(shape: Integer, location_name: "min"))
|
4075
4173
|
BaselineEbsBandwidthMbps.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "max"))
|
4076
4174
|
BaselineEbsBandwidthMbps.struct_class = Types::BaselineEbsBandwidthMbps
|
@@ -4180,6 +4278,13 @@ module Aws::EC2
|
|
4180
4278
|
CancelConversionRequest.add_member(:reason_message, Shapes::ShapeRef.new(shape: String, location_name: "reasonMessage"))
|
4181
4279
|
CancelConversionRequest.struct_class = Types::CancelConversionRequest
|
4182
4280
|
|
4281
|
+
CancelDeclarativePoliciesReportRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4282
|
+
CancelDeclarativePoliciesReportRequest.add_member(:report_id, Shapes::ShapeRef.new(shape: DeclarativePoliciesReportId, required: true, location_name: "ReportId"))
|
4283
|
+
CancelDeclarativePoliciesReportRequest.struct_class = Types::CancelDeclarativePoliciesReportRequest
|
4284
|
+
|
4285
|
+
CancelDeclarativePoliciesReportResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
4286
|
+
CancelDeclarativePoliciesReportResult.struct_class = Types::CancelDeclarativePoliciesReportResult
|
4287
|
+
|
4183
4288
|
CancelExportTaskRequest.add_member(:export_task_id, Shapes::ShapeRef.new(shape: ExportVmTaskId, required: true, location_name: "exportTaskId"))
|
4184
4289
|
CancelExportTaskRequest.struct_class = Types::CancelExportTaskRequest
|
4185
4290
|
|
@@ -5617,23 +5722,46 @@ module Aws::EC2
|
|
5617
5722
|
CreateTransitGatewayVpcAttachmentResult.add_member(:transit_gateway_vpc_attachment, Shapes::ShapeRef.new(shape: TransitGatewayVpcAttachment, location_name: "transitGatewayVpcAttachment"))
|
5618
5723
|
CreateTransitGatewayVpcAttachmentResult.struct_class = Types::CreateTransitGatewayVpcAttachmentResult
|
5619
5724
|
|
5725
|
+
CreateVerifiedAccessEndpointCidrOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
5726
|
+
CreateVerifiedAccessEndpointCidrOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointSubnetIdList, location_name: "SubnetId"))
|
5727
|
+
CreateVerifiedAccessEndpointCidrOptions.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
5728
|
+
CreateVerifiedAccessEndpointCidrOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointPortRangeList, location_name: "PortRange"))
|
5729
|
+
CreateVerifiedAccessEndpointCidrOptions.struct_class = Types::CreateVerifiedAccessEndpointCidrOptions
|
5730
|
+
|
5620
5731
|
CreateVerifiedAccessEndpointEniOptions.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "NetworkInterfaceId"))
|
5621
5732
|
CreateVerifiedAccessEndpointEniOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
5622
5733
|
CreateVerifiedAccessEndpointEniOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "Port"))
|
5734
|
+
CreateVerifiedAccessEndpointEniOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointPortRangeList, location_name: "PortRange"))
|
5623
5735
|
CreateVerifiedAccessEndpointEniOptions.struct_class = Types::CreateVerifiedAccessEndpointEniOptions
|
5624
5736
|
|
5625
5737
|
CreateVerifiedAccessEndpointLoadBalancerOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
5626
5738
|
CreateVerifiedAccessEndpointLoadBalancerOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "Port"))
|
5627
5739
|
CreateVerifiedAccessEndpointLoadBalancerOptions.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, location_name: "LoadBalancerArn"))
|
5628
5740
|
CreateVerifiedAccessEndpointLoadBalancerOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointSubnetIdList, location_name: "SubnetId"))
|
5741
|
+
CreateVerifiedAccessEndpointLoadBalancerOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointPortRangeList, location_name: "PortRange"))
|
5629
5742
|
CreateVerifiedAccessEndpointLoadBalancerOptions.struct_class = Types::CreateVerifiedAccessEndpointLoadBalancerOptions
|
5630
5743
|
|
5744
|
+
CreateVerifiedAccessEndpointPortRange.add_member(:from_port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "FromPort"))
|
5745
|
+
CreateVerifiedAccessEndpointPortRange.add_member(:to_port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "ToPort"))
|
5746
|
+
CreateVerifiedAccessEndpointPortRange.struct_class = Types::CreateVerifiedAccessEndpointPortRange
|
5747
|
+
|
5748
|
+
CreateVerifiedAccessEndpointPortRangeList.member = Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointPortRange, location_name: "item")
|
5749
|
+
|
5750
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
5751
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "Port"))
|
5752
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:rds_db_instance_arn, Shapes::ShapeRef.new(shape: RdsDbInstanceArn, location_name: "RdsDbInstanceArn"))
|
5753
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:rds_db_cluster_arn, Shapes::ShapeRef.new(shape: RdsDbClusterArn, location_name: "RdsDbClusterArn"))
|
5754
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:rds_db_proxy_arn, Shapes::ShapeRef.new(shape: RdsDbProxyArn, location_name: "RdsDbProxyArn"))
|
5755
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:rds_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "RdsEndpoint"))
|
5756
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointSubnetIdList, location_name: "SubnetId"))
|
5757
|
+
CreateVerifiedAccessEndpointRdsOptions.struct_class = Types::CreateVerifiedAccessEndpointRdsOptions
|
5758
|
+
|
5631
5759
|
CreateVerifiedAccessEndpointRequest.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: VerifiedAccessGroupId, required: true, location_name: "VerifiedAccessGroupId"))
|
5632
5760
|
CreateVerifiedAccessEndpointRequest.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointType, required: true, location_name: "EndpointType"))
|
5633
5761
|
CreateVerifiedAccessEndpointRequest.add_member(:attachment_type, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointAttachmentType, required: true, location_name: "AttachmentType"))
|
5634
|
-
CreateVerifiedAccessEndpointRequest.add_member(:domain_certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn,
|
5635
|
-
CreateVerifiedAccessEndpointRequest.add_member(:application_domain, Shapes::ShapeRef.new(shape: String,
|
5636
|
-
CreateVerifiedAccessEndpointRequest.add_member(:endpoint_domain_prefix, Shapes::ShapeRef.new(shape: String,
|
5762
|
+
CreateVerifiedAccessEndpointRequest.add_member(:domain_certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "DomainCertificateArn"))
|
5763
|
+
CreateVerifiedAccessEndpointRequest.add_member(:application_domain, Shapes::ShapeRef.new(shape: String, location_name: "ApplicationDomain"))
|
5764
|
+
CreateVerifiedAccessEndpointRequest.add_member(:endpoint_domain_prefix, Shapes::ShapeRef.new(shape: String, location_name: "EndpointDomainPrefix"))
|
5637
5765
|
CreateVerifiedAccessEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "SecurityGroupId"))
|
5638
5766
|
CreateVerifiedAccessEndpointRequest.add_member(:load_balancer_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointLoadBalancerOptions, location_name: "LoadBalancerOptions"))
|
5639
5767
|
CreateVerifiedAccessEndpointRequest.add_member(:network_interface_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointEniOptions, location_name: "NetworkInterfaceOptions"))
|
@@ -5643,6 +5771,8 @@ module Aws::EC2
|
|
5643
5771
|
CreateVerifiedAccessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5644
5772
|
CreateVerifiedAccessEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5645
5773
|
CreateVerifiedAccessEndpointRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationRequest, location_name: "SseSpecification"))
|
5774
|
+
CreateVerifiedAccessEndpointRequest.add_member(:rds_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointRdsOptions, location_name: "RdsOptions"))
|
5775
|
+
CreateVerifiedAccessEndpointRequest.add_member(:cidr_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointCidrOptions, location_name: "CidrOptions"))
|
5646
5776
|
CreateVerifiedAccessEndpointRequest.struct_class = Types::CreateVerifiedAccessEndpointRequest
|
5647
5777
|
|
5648
5778
|
CreateVerifiedAccessEndpointResult.add_member(:verified_access_endpoint, Shapes::ShapeRef.new(shape: VerifiedAccessEndpoint, location_name: "verifiedAccessEndpoint"))
|
@@ -5667,11 +5797,22 @@ module Aws::EC2
|
|
5667
5797
|
CreateVerifiedAccessInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5668
5798
|
CreateVerifiedAccessInstanceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5669
5799
|
CreateVerifiedAccessInstanceRequest.add_member(:fips_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FIPSEnabled"))
|
5800
|
+
CreateVerifiedAccessInstanceRequest.add_member(:cidr_endpoints_custom_sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "CidrEndpointsCustomSubDomain"))
|
5670
5801
|
CreateVerifiedAccessInstanceRequest.struct_class = Types::CreateVerifiedAccessInstanceRequest
|
5671
5802
|
|
5672
5803
|
CreateVerifiedAccessInstanceResult.add_member(:verified_access_instance, Shapes::ShapeRef.new(shape: VerifiedAccessInstance, location_name: "verifiedAccessInstance"))
|
5673
5804
|
CreateVerifiedAccessInstanceResult.struct_class = Types::CreateVerifiedAccessInstanceResult
|
5674
5805
|
|
5806
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:public_signing_key_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyEndpoint"))
|
5807
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:issuer, Shapes::ShapeRef.new(shape: String, location_name: "Issuer"))
|
5808
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "AuthorizationEndpoint"))
|
5809
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "TokenEndpoint"))
|
5810
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "UserInfoEndpoint"))
|
5811
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:client_id, Shapes::ShapeRef.new(shape: String, location_name: "ClientId"))
|
5812
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, location_name: "ClientSecret"))
|
5813
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:scope, Shapes::ShapeRef.new(shape: String, location_name: "Scope"))
|
5814
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.struct_class = Types::CreateVerifiedAccessNativeApplicationOidcOptions
|
5815
|
+
|
5675
5816
|
CreateVerifiedAccessTrustProviderDeviceOptions.add_member(:tenant_id, Shapes::ShapeRef.new(shape: String, location_name: "TenantId"))
|
5676
5817
|
CreateVerifiedAccessTrustProviderDeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyUrl"))
|
5677
5818
|
CreateVerifiedAccessTrustProviderDeviceOptions.struct_class = Types::CreateVerifiedAccessTrustProviderDeviceOptions
|
@@ -5696,6 +5837,7 @@ module Aws::EC2
|
|
5696
5837
|
CreateVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5697
5838
|
CreateVerifiedAccessTrustProviderRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5698
5839
|
CreateVerifiedAccessTrustProviderRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationRequest, location_name: "SseSpecification"))
|
5840
|
+
CreateVerifiedAccessTrustProviderRequest.add_member(:native_application_oidc_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessNativeApplicationOidcOptions, location_name: "NativeApplicationOidcOptions"))
|
5699
5841
|
CreateVerifiedAccessTrustProviderRequest.struct_class = Types::CreateVerifiedAccessTrustProviderRequest
|
5700
5842
|
|
5701
5843
|
CreateVerifiedAccessTrustProviderResult.add_member(:verified_access_trust_provider, Shapes::ShapeRef.new(shape: VerifiedAccessTrustProvider, location_name: "verifiedAccessTrustProvider"))
|
@@ -5752,7 +5894,7 @@ module Aws::EC2
|
|
5752
5894
|
CreateVpcEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5753
5895
|
CreateVpcEndpointRequest.add_member(:vpc_endpoint_type, Shapes::ShapeRef.new(shape: VpcEndpointType, location_name: "VpcEndpointType"))
|
5754
5896
|
CreateVpcEndpointRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
5755
|
-
CreateVpcEndpointRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: String,
|
5897
|
+
CreateVpcEndpointRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "ServiceName"))
|
5756
5898
|
CreateVpcEndpointRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: String, location_name: "PolicyDocument"))
|
5757
5899
|
CreateVpcEndpointRequest.add_member(:route_table_ids, Shapes::ShapeRef.new(shape: VpcEndpointRouteTableIdList, location_name: "RouteTableId"))
|
5758
5900
|
CreateVpcEndpointRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: VpcEndpointSubnetIdList, location_name: "SubnetId"))
|
@@ -5763,6 +5905,8 @@ module Aws::EC2
|
|
5763
5905
|
CreateVpcEndpointRequest.add_member(:private_dns_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivateDnsEnabled"))
|
5764
5906
|
CreateVpcEndpointRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5765
5907
|
CreateVpcEndpointRequest.add_member(:subnet_configurations, Shapes::ShapeRef.new(shape: SubnetConfigurationsList, location_name: "SubnetConfiguration"))
|
5908
|
+
CreateVpcEndpointRequest.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "ServiceNetworkArn"))
|
5909
|
+
CreateVpcEndpointRequest.add_member(:resource_configuration_arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "ResourceConfigurationArn"))
|
5766
5910
|
CreateVpcEndpointRequest.add_member(:service_region, Shapes::ShapeRef.new(shape: String, location_name: "ServiceRegion"))
|
5767
5911
|
CreateVpcEndpointRequest.struct_class = Types::CreateVpcEndpointRequest
|
5768
5912
|
|
@@ -5881,6 +6025,18 @@ module Aws::EC2
|
|
5881
6025
|
|
5882
6026
|
DataResponses.member = Shapes::ShapeRef.new(shape: DataResponse, location_name: "item")
|
5883
6027
|
|
6028
|
+
DeclarativePoliciesReport.add_member(:report_id, Shapes::ShapeRef.new(shape: String, location_name: "reportId"))
|
6029
|
+
DeclarativePoliciesReport.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: String, location_name: "s3Bucket"))
|
6030
|
+
DeclarativePoliciesReport.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: String, location_name: "s3Prefix"))
|
6031
|
+
DeclarativePoliciesReport.add_member(:target_id, Shapes::ShapeRef.new(shape: String, location_name: "targetId"))
|
6032
|
+
DeclarativePoliciesReport.add_member(:start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startTime"))
|
6033
|
+
DeclarativePoliciesReport.add_member(:end_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "endTime"))
|
6034
|
+
DeclarativePoliciesReport.add_member(:status, Shapes::ShapeRef.new(shape: ReportState, location_name: "status"))
|
6035
|
+
DeclarativePoliciesReport.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
6036
|
+
DeclarativePoliciesReport.struct_class = Types::DeclarativePoliciesReport
|
6037
|
+
|
6038
|
+
DeclarativePoliciesReportList.member = Shapes::ShapeRef.new(shape: DeclarativePoliciesReport, location_name: "item")
|
6039
|
+
|
5884
6040
|
DedicatedHostIdList.member = Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "item")
|
5885
6041
|
|
5886
6042
|
DeleteCarrierGatewayRequest.add_member(:carrier_gateway_id, Shapes::ShapeRef.new(shape: CarrierGatewayId, required: true, location_name: "CarrierGatewayId"))
|
@@ -6751,6 +6907,16 @@ module Aws::EC2
|
|
6751
6907
|
DescribeCustomerGatewaysResult.add_member(:customer_gateways, Shapes::ShapeRef.new(shape: CustomerGatewayList, location_name: "customerGatewaySet"))
|
6752
6908
|
DescribeCustomerGatewaysResult.struct_class = Types::DescribeCustomerGatewaysResult
|
6753
6909
|
|
6910
|
+
DescribeDeclarativePoliciesReportsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6911
|
+
DescribeDeclarativePoliciesReportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
6912
|
+
DescribeDeclarativePoliciesReportsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DeclarativePoliciesMaxResults, location_name: "MaxResults"))
|
6913
|
+
DescribeDeclarativePoliciesReportsRequest.add_member(:report_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "ReportId"))
|
6914
|
+
DescribeDeclarativePoliciesReportsRequest.struct_class = Types::DescribeDeclarativePoliciesReportsRequest
|
6915
|
+
|
6916
|
+
DescribeDeclarativePoliciesReportsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
6917
|
+
DescribeDeclarativePoliciesReportsResult.add_member(:reports, Shapes::ShapeRef.new(shape: DeclarativePoliciesReportList, location_name: "reportSet"))
|
6918
|
+
DescribeDeclarativePoliciesReportsResult.struct_class = Types::DescribeDeclarativePoliciesReportsResult
|
6919
|
+
|
6754
6920
|
DescribeDhcpOptionsRequest.add_member(:dhcp_options_ids, Shapes::ShapeRef.new(shape: DhcpOptionsIdStringList, location_name: "DhcpOptionsId"))
|
6755
6921
|
DescribeDhcpOptionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
6756
6922
|
DescribeDhcpOptionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeDhcpOptionsMaxResults, location_name: "MaxResults"))
|
@@ -8141,6 +8307,17 @@ module Aws::EC2
|
|
8141
8307
|
DescribeVpcClassicLinkResult.add_member(:vpcs, Shapes::ShapeRef.new(shape: VpcClassicLinkList, location_name: "vpcSet"))
|
8142
8308
|
DescribeVpcClassicLinkResult.struct_class = Types::DescribeVpcClassicLinkResult
|
8143
8309
|
|
8310
|
+
DescribeVpcEndpointAssociationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8311
|
+
DescribeVpcEndpointAssociationsRequest.add_member(:vpc_endpoint_ids, Shapes::ShapeRef.new(shape: VpcEndpointIdList, location_name: "VpcEndpointId"))
|
8312
|
+
DescribeVpcEndpointAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
8313
|
+
DescribeVpcEndpointAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "MaxResults"))
|
8314
|
+
DescribeVpcEndpointAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
8315
|
+
DescribeVpcEndpointAssociationsRequest.struct_class = Types::DescribeVpcEndpointAssociationsRequest
|
8316
|
+
|
8317
|
+
DescribeVpcEndpointAssociationsResult.add_member(:vpc_endpoint_associations, Shapes::ShapeRef.new(shape: VpcEndpointAssociationSet, location_name: "vpcEndpointAssociationSet"))
|
8318
|
+
DescribeVpcEndpointAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
8319
|
+
DescribeVpcEndpointAssociationsResult.struct_class = Types::DescribeVpcEndpointAssociationsResult
|
8320
|
+
|
8144
8321
|
DescribeVpcEndpointConnectionNotificationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8145
8322
|
DescribeVpcEndpointConnectionNotificationsRequest.add_member(:connection_notification_id, Shapes::ShapeRef.new(shape: ConnectionNotificationId, location_name: "ConnectionNotificationId"))
|
8146
8323
|
DescribeVpcEndpointConnectionNotificationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
@@ -8300,6 +8477,8 @@ module Aws::EC2
|
|
8300
8477
|
DeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "publicSigningKeyUrl"))
|
8301
8478
|
DeviceOptions.struct_class = Types::DeviceOptions
|
8302
8479
|
|
8480
|
+
DeviceTrustProviderTypeList.member = Shapes::ShapeRef.new(shape: DeviceTrustProviderType, location_name: "item")
|
8481
|
+
|
8303
8482
|
DhcpConfiguration.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
8304
8483
|
DhcpConfiguration.add_member(:values, Shapes::ShapeRef.new(shape: DhcpConfigurationValueList, location_name: "valueSet"))
|
8305
8484
|
DhcpConfiguration.struct_class = Types::DhcpConfiguration
|
@@ -8331,6 +8510,12 @@ module Aws::EC2
|
|
8331
8510
|
DisableAddressTransferResult.add_member(:address_transfer, Shapes::ShapeRef.new(shape: AddressTransfer, location_name: "addressTransfer"))
|
8332
8511
|
DisableAddressTransferResult.struct_class = Types::DisableAddressTransferResult
|
8333
8512
|
|
8513
|
+
DisableAllowedImagesSettingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8514
|
+
DisableAllowedImagesSettingsRequest.struct_class = Types::DisableAllowedImagesSettingsRequest
|
8515
|
+
|
8516
|
+
DisableAllowedImagesSettingsResult.add_member(:allowed_images_settings_state, Shapes::ShapeRef.new(shape: AllowedImagesSettingsDisabledState, location_name: "allowedImagesSettingsState"))
|
8517
|
+
DisableAllowedImagesSettingsResult.struct_class = Types::DisableAllowedImagesSettingsResult
|
8518
|
+
|
8334
8519
|
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
8335
8520
|
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "Destination"))
|
8336
8521
|
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:metric, Shapes::ShapeRef.new(shape: MetricType, location_name: "Metric"))
|
@@ -8805,6 +8990,13 @@ module Aws::EC2
|
|
8805
8990
|
EnableAddressTransferResult.add_member(:address_transfer, Shapes::ShapeRef.new(shape: AddressTransfer, location_name: "addressTransfer"))
|
8806
8991
|
EnableAddressTransferResult.struct_class = Types::EnableAddressTransferResult
|
8807
8992
|
|
8993
|
+
EnableAllowedImagesSettingsRequest.add_member(:allowed_images_settings_state, Shapes::ShapeRef.new(shape: AllowedImagesSettingsEnabledState, required: true, location_name: "AllowedImagesSettingsState"))
|
8994
|
+
EnableAllowedImagesSettingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8995
|
+
EnableAllowedImagesSettingsRequest.struct_class = Types::EnableAllowedImagesSettingsRequest
|
8996
|
+
|
8997
|
+
EnableAllowedImagesSettingsResult.add_member(:allowed_images_settings_state, Shapes::ShapeRef.new(shape: AllowedImagesSettingsEnabledState, location_name: "allowedImagesSettingsState"))
|
8998
|
+
EnableAllowedImagesSettingsResult.struct_class = Types::EnableAllowedImagesSettingsResult
|
8999
|
+
|
8808
9000
|
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
8809
9001
|
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "Destination"))
|
8810
9002
|
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:metric, Shapes::ShapeRef.new(shape: MetricType, location_name: "Metric"))
|
@@ -9136,6 +9328,18 @@ module Aws::EC2
|
|
9136
9328
|
ExportTransitGatewayRoutesResult.add_member(:s3_location, Shapes::ShapeRef.new(shape: String, location_name: "s3Location"))
|
9137
9329
|
ExportTransitGatewayRoutesResult.struct_class = Types::ExportTransitGatewayRoutesResult
|
9138
9330
|
|
9331
|
+
ExportVerifiedAccessInstanceClientConfigurationRequest.add_member(:verified_access_instance_id, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceId, required: true, location_name: "VerifiedAccessInstanceId"))
|
9332
|
+
ExportVerifiedAccessInstanceClientConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9333
|
+
ExportVerifiedAccessInstanceClientConfigurationRequest.struct_class = Types::ExportVerifiedAccessInstanceClientConfigurationRequest
|
9334
|
+
|
9335
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
|
9336
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.add_member(:verified_access_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessInstanceId"))
|
9337
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "region"))
|
9338
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.add_member(:device_trust_providers, Shapes::ShapeRef.new(shape: DeviceTrustProviderTypeList, location_name: "deviceTrustProviderSet"))
|
9339
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.add_member(:user_trust_provider, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceUserTrustProviderClientConfiguration, location_name: "userTrustProvider"))
|
9340
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.add_member(:open_vpn_configurations, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceOpenVpnClientConfigurationList, location_name: "openVpnConfigurationSet"))
|
9341
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.struct_class = Types::ExportVerifiedAccessInstanceClientConfigurationResult
|
9342
|
+
|
9139
9343
|
FailedCapacityReservationFleetCancellationResult.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
|
9140
9344
|
FailedCapacityReservationFleetCancellationResult.add_member(:cancel_capacity_reservation_fleet_error, Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetError, location_name: "cancelCapacityReservationFleetError"))
|
9141
9345
|
FailedCapacityReservationFleetCancellationResult.struct_class = Types::FailedCapacityReservationFleetCancellationResult
|
@@ -9380,6 +9584,14 @@ module Aws::EC2
|
|
9380
9584
|
FpgaInfo.add_member(:total_fpga_memory_in_mi_b, Shapes::ShapeRef.new(shape: totalFpgaMemory, location_name: "totalFpgaMemoryInMiB"))
|
9381
9585
|
FpgaInfo.struct_class = Types::FpgaInfo
|
9382
9586
|
|
9587
|
+
GetAllowedImagesSettingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9588
|
+
GetAllowedImagesSettingsRequest.struct_class = Types::GetAllowedImagesSettingsRequest
|
9589
|
+
|
9590
|
+
GetAllowedImagesSettingsResult.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
|
9591
|
+
GetAllowedImagesSettingsResult.add_member(:image_criteria, Shapes::ShapeRef.new(shape: ImageCriterionList, location_name: "imageCriterionSet"))
|
9592
|
+
GetAllowedImagesSettingsResult.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "managedBy"))
|
9593
|
+
GetAllowedImagesSettingsResult.struct_class = Types::GetAllowedImagesSettingsResult
|
9594
|
+
|
9383
9595
|
GetAssociatedEnclaveCertificateIamRolesRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateArn"))
|
9384
9596
|
GetAssociatedEnclaveCertificateIamRolesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9385
9597
|
GetAssociatedEnclaveCertificateIamRolesRequest.struct_class = Types::GetAssociatedEnclaveCertificateIamRolesRequest
|
@@ -9456,6 +9668,21 @@ module Aws::EC2
|
|
9456
9668
|
GetConsoleScreenshotResult.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
9457
9669
|
GetConsoleScreenshotResult.struct_class = Types::GetConsoleScreenshotResult
|
9458
9670
|
|
9671
|
+
GetDeclarativePoliciesReportSummaryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9672
|
+
GetDeclarativePoliciesReportSummaryRequest.add_member(:report_id, Shapes::ShapeRef.new(shape: DeclarativePoliciesReportId, required: true, location_name: "ReportId"))
|
9673
|
+
GetDeclarativePoliciesReportSummaryRequest.struct_class = Types::GetDeclarativePoliciesReportSummaryRequest
|
9674
|
+
|
9675
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:report_id, Shapes::ShapeRef.new(shape: String, location_name: "reportId"))
|
9676
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: String, location_name: "s3Bucket"))
|
9677
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: String, location_name: "s3Prefix"))
|
9678
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:target_id, Shapes::ShapeRef.new(shape: String, location_name: "targetId"))
|
9679
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startTime"))
|
9680
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:end_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "endTime"))
|
9681
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:number_of_accounts, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfAccounts"))
|
9682
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:number_of_failed_accounts, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfFailedAccounts"))
|
9683
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:attribute_summaries, Shapes::ShapeRef.new(shape: AttributeSummaryList, location_name: "attributeSummarySet"))
|
9684
|
+
GetDeclarativePoliciesReportSummaryResult.struct_class = Types::GetDeclarativePoliciesReportSummaryResult
|
9685
|
+
|
9459
9686
|
GetDefaultCreditSpecificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9460
9687
|
GetDefaultCreditSpecificationRequest.add_member(:instance_family, Shapes::ShapeRef.new(shape: UnlimitedSupportedInstanceFamily, required: true, location_name: "InstanceFamily"))
|
9461
9688
|
GetDefaultCreditSpecificationRequest.struct_class = Types::GetDefaultCreditSpecificationRequest
|
@@ -9509,6 +9736,7 @@ module Aws::EC2
|
|
9509
9736
|
GetImageBlockPublicAccessStateRequest.struct_class = Types::GetImageBlockPublicAccessStateRequest
|
9510
9737
|
|
9511
9738
|
GetImageBlockPublicAccessStateResult.add_member(:image_block_public_access_state, Shapes::ShapeRef.new(shape: String, location_name: "imageBlockPublicAccessState"))
|
9739
|
+
GetImageBlockPublicAccessStateResult.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "managedBy"))
|
9512
9740
|
GetImageBlockPublicAccessStateResult.struct_class = Types::GetImageBlockPublicAccessStateResult
|
9513
9741
|
|
9514
9742
|
GetInstanceMetadataDefaultsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -9726,12 +9954,14 @@ module Aws::EC2
|
|
9726
9954
|
GetSerialConsoleAccessStatusRequest.struct_class = Types::GetSerialConsoleAccessStatusRequest
|
9727
9955
|
|
9728
9956
|
GetSerialConsoleAccessStatusResult.add_member(:serial_console_access_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "serialConsoleAccessEnabled"))
|
9957
|
+
GetSerialConsoleAccessStatusResult.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "managedBy"))
|
9729
9958
|
GetSerialConsoleAccessStatusResult.struct_class = Types::GetSerialConsoleAccessStatusResult
|
9730
9959
|
|
9731
9960
|
GetSnapshotBlockPublicAccessStateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9732
9961
|
GetSnapshotBlockPublicAccessStateRequest.struct_class = Types::GetSnapshotBlockPublicAccessStateRequest
|
9733
9962
|
|
9734
9963
|
GetSnapshotBlockPublicAccessStateResult.add_member(:state, Shapes::ShapeRef.new(shape: SnapshotBlockPublicAccessState, location_name: "state"))
|
9964
|
+
GetSnapshotBlockPublicAccessStateResult.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "managedBy"))
|
9735
9965
|
GetSnapshotBlockPublicAccessStateResult.struct_class = Types::GetSnapshotBlockPublicAccessStateResult
|
9736
9966
|
|
9737
9967
|
GetSpotPlacementScoresRequest.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypes, location_name: "InstanceType"))
|
@@ -9845,6 +10075,16 @@ module Aws::EC2
|
|
9845
10075
|
GetVerifiedAccessEndpointPolicyResult.add_member(:policy_document, Shapes::ShapeRef.new(shape: String, location_name: "policyDocument"))
|
9846
10076
|
GetVerifiedAccessEndpointPolicyResult.struct_class = Types::GetVerifiedAccessEndpointPolicyResult
|
9847
10077
|
|
10078
|
+
GetVerifiedAccessEndpointTargetsRequest.add_member(:verified_access_endpoint_id, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, required: true, location_name: "VerifiedAccessEndpointId"))
|
10079
|
+
GetVerifiedAccessEndpointTargetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetVerifiedAccessEndpointTargetsMaxResults, location_name: "MaxResults"))
|
10080
|
+
GetVerifiedAccessEndpointTargetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
10081
|
+
GetVerifiedAccessEndpointTargetsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10082
|
+
GetVerifiedAccessEndpointTargetsRequest.struct_class = Types::GetVerifiedAccessEndpointTargetsRequest
|
10083
|
+
|
10084
|
+
GetVerifiedAccessEndpointTargetsResult.add_member(:verified_access_endpoint_targets, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointTargetList, location_name: "verifiedAccessEndpointTargetSet"))
|
10085
|
+
GetVerifiedAccessEndpointTargetsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
10086
|
+
GetVerifiedAccessEndpointTargetsResult.struct_class = Types::GetVerifiedAccessEndpointTargetsResult
|
10087
|
+
|
9848
10088
|
GetVerifiedAccessGroupPolicyRequest.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: VerifiedAccessGroupId, required: true, location_name: "VerifiedAccessGroupId"))
|
9849
10089
|
GetVerifiedAccessGroupPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9850
10090
|
GetVerifiedAccessGroupPolicyRequest.struct_class = Types::GetVerifiedAccessGroupPolicyRequest
|
@@ -10061,6 +10301,7 @@ module Aws::EC2
|
|
10061
10301
|
Image.add_member(:source_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceInstanceId"))
|
10062
10302
|
Image.add_member(:deregistration_protection, Shapes::ShapeRef.new(shape: String, location_name: "deregistrationProtection"))
|
10063
10303
|
Image.add_member(:last_launched_time, Shapes::ShapeRef.new(shape: String, location_name: "lastLaunchedTime"))
|
10304
|
+
Image.add_member(:image_allowed, Shapes::ShapeRef.new(shape: Boolean, location_name: "imageAllowed"))
|
10064
10305
|
Image.add_member(:source_image_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceImageId"))
|
10065
10306
|
Image.add_member(:source_image_region, Shapes::ShapeRef.new(shape: String, location_name: "sourceImageRegion"))
|
10066
10307
|
Image.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
|
@@ -10093,6 +10334,16 @@ module Aws::EC2
|
|
10093
10334
|
ImageAttribute.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappingList, location_name: "blockDeviceMapping"))
|
10094
10335
|
ImageAttribute.struct_class = Types::ImageAttribute
|
10095
10336
|
|
10337
|
+
ImageCriterion.add_member(:image_providers, Shapes::ShapeRef.new(shape: ImageProviderList, location_name: "imageProviderSet"))
|
10338
|
+
ImageCriterion.struct_class = Types::ImageCriterion
|
10339
|
+
|
10340
|
+
ImageCriterionList.member = Shapes::ShapeRef.new(shape: ImageCriterion, location_name: "item")
|
10341
|
+
|
10342
|
+
ImageCriterionRequest.add_member(:image_providers, Shapes::ShapeRef.new(shape: ImageProviderRequestList, location_name: "ImageProvider"))
|
10343
|
+
ImageCriterionRequest.struct_class = Types::ImageCriterionRequest
|
10344
|
+
|
10345
|
+
ImageCriterionRequestList.member = Shapes::ShapeRef.new(shape: ImageCriterionRequest, location_name: "ImageCriterion")
|
10346
|
+
|
10096
10347
|
ImageDiskContainer.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
10097
10348
|
ImageDiskContainer.add_member(:device_name, Shapes::ShapeRef.new(shape: String, location_name: "DeviceName"))
|
10098
10349
|
ImageDiskContainer.add_member(:format, Shapes::ShapeRef.new(shape: String, location_name: "Format"))
|
@@ -10116,9 +10367,14 @@ module Aws::EC2
|
|
10116
10367
|
ImageMetadata.add_member(:image_owner_alias, Shapes::ShapeRef.new(shape: String, location_name: "imageOwnerAlias"))
|
10117
10368
|
ImageMetadata.add_member(:creation_date, Shapes::ShapeRef.new(shape: String, location_name: "creationDate"))
|
10118
10369
|
ImageMetadata.add_member(:deprecation_time, Shapes::ShapeRef.new(shape: String, location_name: "deprecationTime"))
|
10370
|
+
ImageMetadata.add_member(:image_allowed, Shapes::ShapeRef.new(shape: Boolean, location_name: "imageAllowed"))
|
10119
10371
|
ImageMetadata.add_member(:is_public, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPublic"))
|
10120
10372
|
ImageMetadata.struct_class = Types::ImageMetadata
|
10121
10373
|
|
10374
|
+
ImageProviderList.member = Shapes::ShapeRef.new(shape: ImageProvider, location_name: "item")
|
10375
|
+
|
10376
|
+
ImageProviderRequestList.member = Shapes::ShapeRef.new(shape: ImageProviderRequest, location_name: "item")
|
10377
|
+
|
10122
10378
|
ImageRecycleBinInfo.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
|
10123
10379
|
ImageRecycleBinInfo.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
10124
10380
|
ImageRecycleBinInfo.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
@@ -10355,6 +10611,7 @@ module Aws::EC2
|
|
10355
10611
|
Instance.add_member(:tpm_support, Shapes::ShapeRef.new(shape: String, location_name: "tpmSupport"))
|
10356
10612
|
Instance.add_member(:maintenance_options, Shapes::ShapeRef.new(shape: InstanceMaintenanceOptions, location_name: "maintenanceOptions"))
|
10357
10613
|
Instance.add_member(:current_instance_boot_mode, Shapes::ShapeRef.new(shape: InstanceBootModeValues, location_name: "currentInstanceBootMode"))
|
10614
|
+
Instance.add_member(:network_performance_options, Shapes::ShapeRef.new(shape: InstanceNetworkPerformanceOptions, location_name: "networkPerformanceOptions"))
|
10358
10615
|
Instance.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorResponse, location_name: "operator"))
|
10359
10616
|
Instance.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
10360
10617
|
Instance.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
|
@@ -10560,6 +10817,8 @@ module Aws::EC2
|
|
10560
10817
|
InstanceMetadataDefaultsResponse.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "httpPutResponseHopLimit"))
|
10561
10818
|
InstanceMetadataDefaultsResponse.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: InstanceMetadataEndpointState, location_name: "httpEndpoint"))
|
10562
10819
|
InstanceMetadataDefaultsResponse.add_member(:instance_metadata_tags, Shapes::ShapeRef.new(shape: InstanceMetadataTagsState, location_name: "instanceMetadataTags"))
|
10820
|
+
InstanceMetadataDefaultsResponse.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "managedBy"))
|
10821
|
+
InstanceMetadataDefaultsResponse.add_member(:managed_exception_message, Shapes::ShapeRef.new(shape: String, location_name: "managedExceptionMessage"))
|
10563
10822
|
InstanceMetadataDefaultsResponse.struct_class = Types::InstanceMetadataDefaultsResponse
|
10564
10823
|
|
10565
10824
|
InstanceMetadataOptionsRequest.add_member(:http_tokens, Shapes::ShapeRef.new(shape: HttpTokensState, location_name: "HttpTokens"))
|
@@ -10649,6 +10908,12 @@ module Aws::EC2
|
|
10649
10908
|
|
10650
10909
|
InstanceNetworkInterfaceSpecificationList.member = Shapes::ShapeRef.new(shape: InstanceNetworkInterfaceSpecification, location_name: "item")
|
10651
10910
|
|
10911
|
+
InstanceNetworkPerformanceOptions.add_member(:bandwidth_weighting, Shapes::ShapeRef.new(shape: InstanceBandwidthWeighting, location_name: "bandwidthWeighting"))
|
10912
|
+
InstanceNetworkPerformanceOptions.struct_class = Types::InstanceNetworkPerformanceOptions
|
10913
|
+
|
10914
|
+
InstanceNetworkPerformanceOptionsRequest.add_member(:bandwidth_weighting, Shapes::ShapeRef.new(shape: InstanceBandwidthWeighting, location_name: "BandwidthWeighting"))
|
10915
|
+
InstanceNetworkPerformanceOptionsRequest.struct_class = Types::InstanceNetworkPerformanceOptionsRequest
|
10916
|
+
|
10652
10917
|
InstancePrivateIpAddress.add_member(:association, Shapes::ShapeRef.new(shape: InstanceNetworkInterfaceAssociation, location_name: "association"))
|
10653
10918
|
InstancePrivateIpAddress.add_member(:primary, Shapes::ShapeRef.new(shape: Boolean, location_name: "primary"))
|
10654
10919
|
InstancePrivateIpAddress.add_member(:private_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "privateDnsName"))
|
@@ -11487,6 +11752,12 @@ module Aws::EC2
|
|
11487
11752
|
|
11488
11753
|
LaunchTemplateNameStringList.member = Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "item")
|
11489
11754
|
|
11755
|
+
LaunchTemplateNetworkPerformanceOptions.add_member(:bandwidth_weighting, Shapes::ShapeRef.new(shape: InstanceBandwidthWeighting, location_name: "bandwidthWeighting"))
|
11756
|
+
LaunchTemplateNetworkPerformanceOptions.struct_class = Types::LaunchTemplateNetworkPerformanceOptions
|
11757
|
+
|
11758
|
+
LaunchTemplateNetworkPerformanceOptionsRequest.add_member(:bandwidth_weighting, Shapes::ShapeRef.new(shape: InstanceBandwidthWeighting, location_name: "BandwidthWeighting"))
|
11759
|
+
LaunchTemplateNetworkPerformanceOptionsRequest.struct_class = Types::LaunchTemplateNetworkPerformanceOptionsRequest
|
11760
|
+
|
11490
11761
|
LaunchTemplateOverrides.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
11491
11762
|
LaunchTemplateOverrides.add_member(:spot_price, Shapes::ShapeRef.new(shape: String, location_name: "spotPrice"))
|
11492
11763
|
LaunchTemplateOverrides.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "subnetId"))
|
@@ -12062,6 +12333,15 @@ module Aws::EC2
|
|
12062
12333
|
ModifyInstanceMetadataOptionsResult.add_member(:instance_metadata_options, Shapes::ShapeRef.new(shape: InstanceMetadataOptionsResponse, location_name: "instanceMetadataOptions"))
|
12063
12334
|
ModifyInstanceMetadataOptionsResult.struct_class = Types::ModifyInstanceMetadataOptionsResult
|
12064
12335
|
|
12336
|
+
ModifyInstanceNetworkPerformanceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
12337
|
+
ModifyInstanceNetworkPerformanceRequest.add_member(:bandwidth_weighting, Shapes::ShapeRef.new(shape: InstanceBandwidthWeighting, required: true, location_name: "BandwidthWeighting"))
|
12338
|
+
ModifyInstanceNetworkPerformanceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12339
|
+
ModifyInstanceNetworkPerformanceRequest.struct_class = Types::ModifyInstanceNetworkPerformanceRequest
|
12340
|
+
|
12341
|
+
ModifyInstanceNetworkPerformanceResult.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, location_name: "instanceId"))
|
12342
|
+
ModifyInstanceNetworkPerformanceResult.add_member(:bandwidth_weighting, Shapes::ShapeRef.new(shape: InstanceBandwidthWeighting, location_name: "bandwidthWeighting"))
|
12343
|
+
ModifyInstanceNetworkPerformanceResult.struct_class = Types::ModifyInstanceNetworkPerformanceResult
|
12344
|
+
|
12065
12345
|
ModifyInstancePlacementRequest.add_member(:group_name, Shapes::ShapeRef.new(shape: PlacementGroupName, location_name: "GroupName"))
|
12066
12346
|
ModifyInstancePlacementRequest.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "PartitionNumber"))
|
12067
12347
|
ModifyInstancePlacementRequest.add_member(:host_resource_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "HostResourceGroupArn"))
|
@@ -12335,13 +12615,18 @@ module Aws::EC2
|
|
12335
12615
|
ModifyTransitGatewayVpcAttachmentResult.add_member(:transit_gateway_vpc_attachment, Shapes::ShapeRef.new(shape: TransitGatewayVpcAttachment, location_name: "transitGatewayVpcAttachment"))
|
12336
12616
|
ModifyTransitGatewayVpcAttachmentResult.struct_class = Types::ModifyTransitGatewayVpcAttachmentResult
|
12337
12617
|
|
12618
|
+
ModifyVerifiedAccessEndpointCidrOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointPortRangeList, location_name: "PortRange"))
|
12619
|
+
ModifyVerifiedAccessEndpointCidrOptions.struct_class = Types::ModifyVerifiedAccessEndpointCidrOptions
|
12620
|
+
|
12338
12621
|
ModifyVerifiedAccessEndpointEniOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
12339
12622
|
ModifyVerifiedAccessEndpointEniOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "Port"))
|
12623
|
+
ModifyVerifiedAccessEndpointEniOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointPortRangeList, location_name: "PortRange"))
|
12340
12624
|
ModifyVerifiedAccessEndpointEniOptions.struct_class = Types::ModifyVerifiedAccessEndpointEniOptions
|
12341
12625
|
|
12342
12626
|
ModifyVerifiedAccessEndpointLoadBalancerOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointSubnetIdList, location_name: "SubnetId"))
|
12343
12627
|
ModifyVerifiedAccessEndpointLoadBalancerOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
12344
12628
|
ModifyVerifiedAccessEndpointLoadBalancerOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "Port"))
|
12629
|
+
ModifyVerifiedAccessEndpointLoadBalancerOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointPortRangeList, location_name: "PortRange"))
|
12345
12630
|
ModifyVerifiedAccessEndpointLoadBalancerOptions.struct_class = Types::ModifyVerifiedAccessEndpointLoadBalancerOptions
|
12346
12631
|
|
12347
12632
|
ModifyVerifiedAccessEndpointPolicyRequest.add_member(:verified_access_endpoint_id, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, required: true, location_name: "VerifiedAccessEndpointId"))
|
@@ -12357,6 +12642,17 @@ module Aws::EC2
|
|
12357
12642
|
ModifyVerifiedAccessEndpointPolicyResult.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationResponse, location_name: "sseSpecification"))
|
12358
12643
|
ModifyVerifiedAccessEndpointPolicyResult.struct_class = Types::ModifyVerifiedAccessEndpointPolicyResult
|
12359
12644
|
|
12645
|
+
ModifyVerifiedAccessEndpointPortRange.add_member(:from_port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "FromPort"))
|
12646
|
+
ModifyVerifiedAccessEndpointPortRange.add_member(:to_port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "ToPort"))
|
12647
|
+
ModifyVerifiedAccessEndpointPortRange.struct_class = Types::ModifyVerifiedAccessEndpointPortRange
|
12648
|
+
|
12649
|
+
ModifyVerifiedAccessEndpointPortRangeList.member = Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointPortRange, location_name: "item")
|
12650
|
+
|
12651
|
+
ModifyVerifiedAccessEndpointRdsOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointSubnetIdList, location_name: "SubnetId"))
|
12652
|
+
ModifyVerifiedAccessEndpointRdsOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "Port"))
|
12653
|
+
ModifyVerifiedAccessEndpointRdsOptions.add_member(:rds_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "RdsEndpoint"))
|
12654
|
+
ModifyVerifiedAccessEndpointRdsOptions.struct_class = Types::ModifyVerifiedAccessEndpointRdsOptions
|
12655
|
+
|
12360
12656
|
ModifyVerifiedAccessEndpointRequest.add_member(:verified_access_endpoint_id, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, required: true, location_name: "VerifiedAccessEndpointId"))
|
12361
12657
|
ModifyVerifiedAccessEndpointRequest.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: VerifiedAccessGroupId, location_name: "VerifiedAccessGroupId"))
|
12362
12658
|
ModifyVerifiedAccessEndpointRequest.add_member(:load_balancer_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointLoadBalancerOptions, location_name: "LoadBalancerOptions"))
|
@@ -12364,6 +12660,8 @@ module Aws::EC2
|
|
12364
12660
|
ModifyVerifiedAccessEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
12365
12661
|
ModifyVerifiedAccessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
12366
12662
|
ModifyVerifiedAccessEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12663
|
+
ModifyVerifiedAccessEndpointRequest.add_member(:rds_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointRdsOptions, location_name: "RdsOptions"))
|
12664
|
+
ModifyVerifiedAccessEndpointRequest.add_member(:cidr_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointCidrOptions, location_name: "CidrOptions"))
|
12367
12665
|
ModifyVerifiedAccessEndpointRequest.struct_class = Types::ModifyVerifiedAccessEndpointRequest
|
12368
12666
|
|
12369
12667
|
ModifyVerifiedAccessEndpointResult.add_member(:verified_access_endpoint, Shapes::ShapeRef.new(shape: VerifiedAccessEndpoint, location_name: "verifiedAccessEndpoint"))
|
@@ -12407,11 +12705,22 @@ module Aws::EC2
|
|
12407
12705
|
ModifyVerifiedAccessInstanceRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
12408
12706
|
ModifyVerifiedAccessInstanceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12409
12707
|
ModifyVerifiedAccessInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
12708
|
+
ModifyVerifiedAccessInstanceRequest.add_member(:cidr_endpoints_custom_sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "CidrEndpointsCustomSubDomain"))
|
12410
12709
|
ModifyVerifiedAccessInstanceRequest.struct_class = Types::ModifyVerifiedAccessInstanceRequest
|
12411
12710
|
|
12412
12711
|
ModifyVerifiedAccessInstanceResult.add_member(:verified_access_instance, Shapes::ShapeRef.new(shape: VerifiedAccessInstance, location_name: "verifiedAccessInstance"))
|
12413
12712
|
ModifyVerifiedAccessInstanceResult.struct_class = Types::ModifyVerifiedAccessInstanceResult
|
12414
12713
|
|
12714
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:public_signing_key_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyEndpoint"))
|
12715
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:issuer, Shapes::ShapeRef.new(shape: String, location_name: "Issuer"))
|
12716
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "AuthorizationEndpoint"))
|
12717
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "TokenEndpoint"))
|
12718
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "UserInfoEndpoint"))
|
12719
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:client_id, Shapes::ShapeRef.new(shape: String, location_name: "ClientId"))
|
12720
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, location_name: "ClientSecret"))
|
12721
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:scope, Shapes::ShapeRef.new(shape: String, location_name: "Scope"))
|
12722
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.struct_class = Types::ModifyVerifiedAccessNativeApplicationOidcOptions
|
12723
|
+
|
12415
12724
|
ModifyVerifiedAccessTrustProviderDeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyUrl"))
|
12416
12725
|
ModifyVerifiedAccessTrustProviderDeviceOptions.struct_class = Types::ModifyVerifiedAccessTrustProviderDeviceOptions
|
12417
12726
|
|
@@ -12431,6 +12740,7 @@ module Aws::EC2
|
|
12431
12740
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12432
12741
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
12433
12742
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationRequest, location_name: "SseSpecification"))
|
12743
|
+
ModifyVerifiedAccessTrustProviderRequest.add_member(:native_application_oidc_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessNativeApplicationOidcOptions, location_name: "NativeApplicationOidcOptions"))
|
12434
12744
|
ModifyVerifiedAccessTrustProviderRequest.struct_class = Types::ModifyVerifiedAccessTrustProviderRequest
|
12435
12745
|
|
12436
12746
|
ModifyVerifiedAccessTrustProviderResult.add_member(:verified_access_trust_provider, Shapes::ShapeRef.new(shape: VerifiedAccessTrustProvider, location_name: "verifiedAccessTrustProvider"))
|
@@ -12692,6 +13002,15 @@ module Aws::EC2
|
|
12692
13002
|
|
12693
13003
|
NatGatewayList.member = Shapes::ShapeRef.new(shape: NatGateway, location_name: "item")
|
12694
13004
|
|
13005
|
+
NativeApplicationOidcOptions.add_member(:public_signing_key_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "publicSigningKeyEndpoint"))
|
13006
|
+
NativeApplicationOidcOptions.add_member(:issuer, Shapes::ShapeRef.new(shape: String, location_name: "issuer"))
|
13007
|
+
NativeApplicationOidcOptions.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "authorizationEndpoint"))
|
13008
|
+
NativeApplicationOidcOptions.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "tokenEndpoint"))
|
13009
|
+
NativeApplicationOidcOptions.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "userInfoEndpoint"))
|
13010
|
+
NativeApplicationOidcOptions.add_member(:client_id, Shapes::ShapeRef.new(shape: String, location_name: "clientId"))
|
13011
|
+
NativeApplicationOidcOptions.add_member(:scope, Shapes::ShapeRef.new(shape: String, location_name: "scope"))
|
13012
|
+
NativeApplicationOidcOptions.struct_class = Types::NativeApplicationOidcOptions
|
13013
|
+
|
12695
13014
|
NetworkAcl.add_member(:associations, Shapes::ShapeRef.new(shape: NetworkAclAssociationList, location_name: "associationSet"))
|
12696
13015
|
NetworkAcl.add_member(:entries, Shapes::ShapeRef.new(shape: NetworkAclEntryList, location_name: "entrySet"))
|
12697
13016
|
NetworkAcl.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "default"))
|
@@ -12754,6 +13073,7 @@ module Aws::EC2
|
|
12754
13073
|
NetworkInfo.add_member(:efa_info, Shapes::ShapeRef.new(shape: EfaInfo, location_name: "efaInfo"))
|
12755
13074
|
NetworkInfo.add_member(:encryption_in_transit_supported, Shapes::ShapeRef.new(shape: EncryptionInTransitSupported, location_name: "encryptionInTransitSupported"))
|
12756
13075
|
NetworkInfo.add_member(:ena_srd_supported, Shapes::ShapeRef.new(shape: EnaSrdSupported, location_name: "enaSrdSupported"))
|
13076
|
+
NetworkInfo.add_member(:bandwidth_weightings, Shapes::ShapeRef.new(shape: BandwidthWeightingTypeList, location_name: "bandwidthWeightings"))
|
12757
13077
|
NetworkInfo.struct_class = Types::NetworkInfo
|
12758
13078
|
|
12759
13079
|
NetworkInsightsAccessScope.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
@@ -13505,6 +13825,13 @@ module Aws::EC2
|
|
13505
13825
|
|
13506
13826
|
RegionNames.member = Shapes::ShapeRef.new(shape: String)
|
13507
13827
|
|
13828
|
+
RegionalSummary.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "regionName"))
|
13829
|
+
RegionalSummary.add_member(:number_of_matched_accounts, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfMatchedAccounts"))
|
13830
|
+
RegionalSummary.add_member(:number_of_unmatched_accounts, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfUnmatchedAccounts"))
|
13831
|
+
RegionalSummary.struct_class = Types::RegionalSummary
|
13832
|
+
|
13833
|
+
RegionalSummaryList.member = Shapes::ShapeRef.new(shape: RegionalSummary, location_name: "item")
|
13834
|
+
|
13508
13835
|
RegisterImageRequest.add_member(:image_location, Shapes::ShapeRef.new(shape: String, location_name: "ImageLocation"))
|
13509
13836
|
RegisterImageRequest.add_member(:billing_products, Shapes::ShapeRef.new(shape: BillingProductList, location_name: "BillingProduct"))
|
13510
13837
|
RegisterImageRequest.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootModeValues, location_name: "BootMode"))
|
@@ -13646,6 +13973,13 @@ module Aws::EC2
|
|
13646
13973
|
ReplaceIamInstanceProfileAssociationResult.add_member(:iam_instance_profile_association, Shapes::ShapeRef.new(shape: IamInstanceProfileAssociation, location_name: "iamInstanceProfileAssociation"))
|
13647
13974
|
ReplaceIamInstanceProfileAssociationResult.struct_class = Types::ReplaceIamInstanceProfileAssociationResult
|
13648
13975
|
|
13976
|
+
ReplaceImageCriteriaInAllowedImagesSettingsRequest.add_member(:image_criteria, Shapes::ShapeRef.new(shape: ImageCriterionRequestList, location_name: "ImageCriterion"))
|
13977
|
+
ReplaceImageCriteriaInAllowedImagesSettingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
13978
|
+
ReplaceImageCriteriaInAllowedImagesSettingsRequest.struct_class = Types::ReplaceImageCriteriaInAllowedImagesSettingsRequest
|
13979
|
+
|
13980
|
+
ReplaceImageCriteriaInAllowedImagesSettingsResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
13981
|
+
ReplaceImageCriteriaInAllowedImagesSettingsResult.struct_class = Types::ReplaceImageCriteriaInAllowedImagesSettingsResult
|
13982
|
+
|
13649
13983
|
ReplaceNetworkAclAssociationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
13650
13984
|
ReplaceNetworkAclAssociationRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: NetworkAclAssociationId, required: true, location_name: "associationId"))
|
13651
13985
|
ReplaceNetworkAclAssociationRequest.add_member(:network_acl_id, Shapes::ShapeRef.new(shape: NetworkAclId, required: true, location_name: "networkAclId"))
|
@@ -13785,6 +14119,7 @@ module Aws::EC2
|
|
13785
14119
|
RequestLaunchTemplateData.add_member(:maintenance_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMaintenanceOptionsRequest, location_name: "MaintenanceOptions"))
|
13786
14120
|
RequestLaunchTemplateData.add_member(:disable_api_stop, Shapes::ShapeRef.new(shape: Boolean, location_name: "DisableApiStop"))
|
13787
14121
|
RequestLaunchTemplateData.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorRequest, location_name: "Operator"))
|
14122
|
+
RequestLaunchTemplateData.add_member(:network_performance_options, Shapes::ShapeRef.new(shape: LaunchTemplateNetworkPerformanceOptionsRequest, location_name: "NetworkPerformanceOptions"))
|
13788
14123
|
RequestLaunchTemplateData.struct_class = Types::RequestLaunchTemplateData
|
13789
14124
|
|
13790
14125
|
RequestSpotFleetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -14059,6 +14394,7 @@ module Aws::EC2
|
|
14059
14394
|
ResponseLaunchTemplateData.add_member(:maintenance_options, Shapes::ShapeRef.new(shape: LaunchTemplateInstanceMaintenanceOptions, location_name: "maintenanceOptions"))
|
14060
14395
|
ResponseLaunchTemplateData.add_member(:disable_api_stop, Shapes::ShapeRef.new(shape: Boolean, location_name: "disableApiStop"))
|
14061
14396
|
ResponseLaunchTemplateData.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorResponse, location_name: "operator"))
|
14397
|
+
ResponseLaunchTemplateData.add_member(:network_performance_options, Shapes::ShapeRef.new(shape: LaunchTemplateNetworkPerformanceOptions, location_name: "networkPerformanceOptions"))
|
14062
14398
|
ResponseLaunchTemplateData.struct_class = Types::ResponseLaunchTemplateData
|
14063
14399
|
|
14064
14400
|
RestorableByStringList.member = Shapes::ShapeRef.new(shape: String)
|
@@ -14278,6 +14614,7 @@ module Aws::EC2
|
|
14278
14614
|
RunInstancesRequest.add_member(:maintenance_options, Shapes::ShapeRef.new(shape: InstanceMaintenanceOptionsRequest, location_name: "MaintenanceOptions"))
|
14279
14615
|
RunInstancesRequest.add_member(:disable_api_stop, Shapes::ShapeRef.new(shape: Boolean, location_name: "DisableApiStop"))
|
14280
14616
|
RunInstancesRequest.add_member(:enable_primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnablePrimaryIpv6"))
|
14617
|
+
RunInstancesRequest.add_member(:network_performance_options, Shapes::ShapeRef.new(shape: InstanceNetworkPerformanceOptionsRequest, location_name: "NetworkPerformanceOptions"))
|
14281
14618
|
RunInstancesRequest.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorRequest, location_name: "Operator"))
|
14282
14619
|
RunInstancesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
14283
14620
|
RunInstancesRequest.add_member(:disable_api_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "disableApiTermination"))
|
@@ -14906,6 +15243,16 @@ module Aws::EC2
|
|
14906
15243
|
|
14907
15244
|
StaleSecurityGroupSet.member = Shapes::ShapeRef.new(shape: StaleSecurityGroup, location_name: "item")
|
14908
15245
|
|
15246
|
+
StartDeclarativePoliciesReportRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
15247
|
+
StartDeclarativePoliciesReportRequest.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3Bucket"))
|
15248
|
+
StartDeclarativePoliciesReportRequest.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: String, location_name: "S3Prefix"))
|
15249
|
+
StartDeclarativePoliciesReportRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetId"))
|
15250
|
+
StartDeclarativePoliciesReportRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
15251
|
+
StartDeclarativePoliciesReportRequest.struct_class = Types::StartDeclarativePoliciesReportRequest
|
15252
|
+
|
15253
|
+
StartDeclarativePoliciesReportResult.add_member(:report_id, Shapes::ShapeRef.new(shape: String, location_name: "reportId"))
|
15254
|
+
StartDeclarativePoliciesReportResult.struct_class = Types::StartDeclarativePoliciesReportResult
|
15255
|
+
|
14909
15256
|
StartInstancesRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdStringList, required: true, location_name: "InstanceId"))
|
14910
15257
|
StartInstancesRequest.add_member(:additional_info, Shapes::ShapeRef.new(shape: String, location_name: "additionalInfo"))
|
14911
15258
|
StartInstancesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -15028,6 +15375,12 @@ module Aws::EC2
|
|
15028
15375
|
|
15029
15376
|
SubnetIdStringList.member = Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId")
|
15030
15377
|
|
15378
|
+
SubnetIpPrefixes.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
15379
|
+
SubnetIpPrefixes.add_member(:ip_prefixes, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "ipPrefixSet"))
|
15380
|
+
SubnetIpPrefixes.struct_class = Types::SubnetIpPrefixes
|
15381
|
+
|
15382
|
+
SubnetIpPrefixesList.member = Shapes::ShapeRef.new(shape: SubnetIpPrefixes, location_name: "item")
|
15383
|
+
|
15031
15384
|
SubnetIpv6CidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: SubnetCidrAssociationId, location_name: "associationId"))
|
15032
15385
|
SubnetIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
|
15033
15386
|
SubnetIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block_state, Shapes::ShapeRef.new(shape: SubnetCidrBlockState, location_name: "ipv6CidrBlockState"))
|
@@ -15812,11 +16165,20 @@ module Aws::EC2
|
|
15812
16165
|
VerifiedAccessEndpoint.add_member(:deletion_time, Shapes::ShapeRef.new(shape: String, location_name: "deletionTime"))
|
15813
16166
|
VerifiedAccessEndpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
15814
16167
|
VerifiedAccessEndpoint.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationResponse, location_name: "sseSpecification"))
|
16168
|
+
VerifiedAccessEndpoint.add_member(:rds_options, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointRdsOptions, location_name: "rdsOptions"))
|
16169
|
+
VerifiedAccessEndpoint.add_member(:cidr_options, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointCidrOptions, location_name: "cidrOptions"))
|
15815
16170
|
VerifiedAccessEndpoint.struct_class = Types::VerifiedAccessEndpoint
|
15816
16171
|
|
16172
|
+
VerifiedAccessEndpointCidrOptions.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
16173
|
+
VerifiedAccessEndpointCidrOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortRangeList, location_name: "portRangeSet"))
|
16174
|
+
VerifiedAccessEndpointCidrOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "protocol"))
|
16175
|
+
VerifiedAccessEndpointCidrOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointSubnetIdList, location_name: "subnetIdSet"))
|
16176
|
+
VerifiedAccessEndpointCidrOptions.struct_class = Types::VerifiedAccessEndpointCidrOptions
|
16177
|
+
|
15817
16178
|
VerifiedAccessEndpointEniOptions.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "networkInterfaceId"))
|
15818
16179
|
VerifiedAccessEndpointEniOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "protocol"))
|
15819
16180
|
VerifiedAccessEndpointEniOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "port"))
|
16181
|
+
VerifiedAccessEndpointEniOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortRangeList, location_name: "portRangeSet"))
|
15820
16182
|
VerifiedAccessEndpointEniOptions.struct_class = Types::VerifiedAccessEndpointEniOptions
|
15821
16183
|
|
15822
16184
|
VerifiedAccessEndpointIdList.member = Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, location_name: "item")
|
@@ -15827,14 +16189,37 @@ module Aws::EC2
|
|
15827
16189
|
VerifiedAccessEndpointLoadBalancerOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "port"))
|
15828
16190
|
VerifiedAccessEndpointLoadBalancerOptions.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: String, location_name: "loadBalancerArn"))
|
15829
16191
|
VerifiedAccessEndpointLoadBalancerOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointSubnetIdList, location_name: "subnetIdSet"))
|
16192
|
+
VerifiedAccessEndpointLoadBalancerOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortRangeList, location_name: "portRangeSet"))
|
15830
16193
|
VerifiedAccessEndpointLoadBalancerOptions.struct_class = Types::VerifiedAccessEndpointLoadBalancerOptions
|
15831
16194
|
|
16195
|
+
VerifiedAccessEndpointPortRange.add_member(:from_port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "fromPort"))
|
16196
|
+
VerifiedAccessEndpointPortRange.add_member(:to_port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "toPort"))
|
16197
|
+
VerifiedAccessEndpointPortRange.struct_class = Types::VerifiedAccessEndpointPortRange
|
16198
|
+
|
16199
|
+
VerifiedAccessEndpointPortRangeList.member = Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortRange, location_name: "item")
|
16200
|
+
|
16201
|
+
VerifiedAccessEndpointRdsOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "protocol"))
|
16202
|
+
VerifiedAccessEndpointRdsOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "port"))
|
16203
|
+
VerifiedAccessEndpointRdsOptions.add_member(:rds_db_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "rdsDbInstanceArn"))
|
16204
|
+
VerifiedAccessEndpointRdsOptions.add_member(:rds_db_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "rdsDbClusterArn"))
|
16205
|
+
VerifiedAccessEndpointRdsOptions.add_member(:rds_db_proxy_arn, Shapes::ShapeRef.new(shape: String, location_name: "rdsDbProxyArn"))
|
16206
|
+
VerifiedAccessEndpointRdsOptions.add_member(:rds_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "rdsEndpoint"))
|
16207
|
+
VerifiedAccessEndpointRdsOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointSubnetIdList, location_name: "subnetIdSet"))
|
16208
|
+
VerifiedAccessEndpointRdsOptions.struct_class = Types::VerifiedAccessEndpointRdsOptions
|
16209
|
+
|
15832
16210
|
VerifiedAccessEndpointStatus.add_member(:code, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointStatusCode, location_name: "code"))
|
15833
16211
|
VerifiedAccessEndpointStatus.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
15834
16212
|
VerifiedAccessEndpointStatus.struct_class = Types::VerifiedAccessEndpointStatus
|
15835
16213
|
|
15836
16214
|
VerifiedAccessEndpointSubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId, location_name: "item")
|
15837
16215
|
|
16216
|
+
VerifiedAccessEndpointTarget.add_member(:verified_access_endpoint_id, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, location_name: "verifiedAccessEndpointId"))
|
16217
|
+
VerifiedAccessEndpointTarget.add_member(:verified_access_endpoint_target_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessEndpointTargetIpAddress"))
|
16218
|
+
VerifiedAccessEndpointTarget.add_member(:verified_access_endpoint_target_dns, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessEndpointTargetDns"))
|
16219
|
+
VerifiedAccessEndpointTarget.struct_class = Types::VerifiedAccessEndpointTarget
|
16220
|
+
|
16221
|
+
VerifiedAccessEndpointTargetList.member = Shapes::ShapeRef.new(shape: VerifiedAccessEndpointTarget, location_name: "item")
|
16222
|
+
|
15838
16223
|
VerifiedAccessGroup.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessGroupId"))
|
15839
16224
|
VerifiedAccessGroup.add_member(:verified_access_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessInstanceId"))
|
15840
16225
|
VerifiedAccessGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
@@ -15858,8 +16243,13 @@ module Aws::EC2
|
|
15858
16243
|
VerifiedAccessInstance.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: String, location_name: "lastUpdatedTime"))
|
15859
16244
|
VerifiedAccessInstance.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
15860
16245
|
VerifiedAccessInstance.add_member(:fips_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "fipsEnabled"))
|
16246
|
+
VerifiedAccessInstance.add_member(:cidr_endpoints_custom_sub_domain, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceCustomSubDomain, location_name: "cidrEndpointsCustomSubDomain"))
|
15861
16247
|
VerifiedAccessInstance.struct_class = Types::VerifiedAccessInstance
|
15862
16248
|
|
16249
|
+
VerifiedAccessInstanceCustomSubDomain.add_member(:sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "subDomain"))
|
16250
|
+
VerifiedAccessInstanceCustomSubDomain.add_member(:nameservers, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "nameserverSet"))
|
16251
|
+
VerifiedAccessInstanceCustomSubDomain.struct_class = Types::VerifiedAccessInstanceCustomSubDomain
|
16252
|
+
|
15863
16253
|
VerifiedAccessInstanceIdList.member = Shapes::ShapeRef.new(shape: VerifiedAccessInstanceId, location_name: "item")
|
15864
16254
|
|
15865
16255
|
VerifiedAccessInstanceList.member = Shapes::ShapeRef.new(shape: VerifiedAccessInstance, location_name: "item")
|
@@ -15870,6 +16260,29 @@ module Aws::EC2
|
|
15870
16260
|
|
15871
16261
|
VerifiedAccessInstanceLoggingConfigurationList.member = Shapes::ShapeRef.new(shape: VerifiedAccessInstanceLoggingConfiguration, location_name: "item")
|
15872
16262
|
|
16263
|
+
VerifiedAccessInstanceOpenVpnClientConfiguration.add_member(:config, Shapes::ShapeRef.new(shape: String, location_name: "config"))
|
16264
|
+
VerifiedAccessInstanceOpenVpnClientConfiguration.add_member(:routes, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceOpenVpnClientConfigurationRouteList, location_name: "routeSet"))
|
16265
|
+
VerifiedAccessInstanceOpenVpnClientConfiguration.struct_class = Types::VerifiedAccessInstanceOpenVpnClientConfiguration
|
16266
|
+
|
16267
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationList.member = Shapes::ShapeRef.new(shape: VerifiedAccessInstanceOpenVpnClientConfiguration, location_name: "item")
|
16268
|
+
|
16269
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationRoute.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
16270
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationRoute.struct_class = Types::VerifiedAccessInstanceOpenVpnClientConfigurationRoute
|
16271
|
+
|
16272
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationRouteList.member = Shapes::ShapeRef.new(shape: VerifiedAccessInstanceOpenVpnClientConfigurationRoute, location_name: "item")
|
16273
|
+
|
16274
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: UserTrustProviderType, location_name: "type"))
|
16275
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:scopes, Shapes::ShapeRef.new(shape: String, location_name: "scopes"))
|
16276
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:issuer, Shapes::ShapeRef.new(shape: String, location_name: "issuer"))
|
16277
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "authorizationEndpoint"))
|
16278
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:public_signing_key_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "publicSigningKeyEndpoint"))
|
16279
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "tokenEndpoint"))
|
16280
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "userInfoEndpoint"))
|
16281
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:client_id, Shapes::ShapeRef.new(shape: String, location_name: "clientId"))
|
16282
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, location_name: "clientSecret"))
|
16283
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:pkce_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "pkceEnabled"))
|
16284
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.struct_class = Types::VerifiedAccessInstanceUserTrustProviderClientConfiguration
|
16285
|
+
|
15873
16286
|
VerifiedAccessLogCloudWatchLogsDestination.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
15874
16287
|
VerifiedAccessLogCloudWatchLogsDestination.add_member(:delivery_status, Shapes::ShapeRef.new(shape: VerifiedAccessLogDeliveryStatus, location_name: "deliveryStatus"))
|
15875
16288
|
VerifiedAccessLogCloudWatchLogsDestination.add_member(:log_group, Shapes::ShapeRef.new(shape: String, location_name: "logGroup"))
|
@@ -15939,6 +16352,7 @@ module Aws::EC2
|
|
15939
16352
|
VerifiedAccessTrustProvider.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: String, location_name: "lastUpdatedTime"))
|
15940
16353
|
VerifiedAccessTrustProvider.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
15941
16354
|
VerifiedAccessTrustProvider.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationResponse, location_name: "sseSpecification"))
|
16355
|
+
VerifiedAccessTrustProvider.add_member(:native_application_oidc_options, Shapes::ShapeRef.new(shape: NativeApplicationOidcOptions, location_name: "nativeApplicationOidcOptions"))
|
15942
16356
|
VerifiedAccessTrustProvider.struct_class = Types::VerifiedAccessTrustProvider
|
15943
16357
|
|
15944
16358
|
VerifiedAccessTrustProviderCondensed.add_member(:verified_access_trust_provider_id, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessTrustProviderId"))
|
@@ -16114,6 +16528,8 @@ module Aws::EC2
|
|
16114
16528
|
VpcBlockPublicAccessOptions.add_member(:internet_gateway_block_mode, Shapes::ShapeRef.new(shape: InternetGatewayBlockMode, location_name: "internetGatewayBlockMode"))
|
16115
16529
|
VpcBlockPublicAccessOptions.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
|
16116
16530
|
VpcBlockPublicAccessOptions.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "lastUpdateTimestamp"))
|
16531
|
+
VpcBlockPublicAccessOptions.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "managedBy"))
|
16532
|
+
VpcBlockPublicAccessOptions.add_member(:exclusions_allowed, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusionsAllowed, location_name: "exclusionsAllowed"))
|
16117
16533
|
VpcBlockPublicAccessOptions.struct_class = Types::VpcBlockPublicAccessOptions
|
16118
16534
|
|
16119
16535
|
VpcCidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
|
@@ -16155,9 +16571,30 @@ module Aws::EC2
|
|
16155
16571
|
VpcEndpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
16156
16572
|
VpcEndpoint.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
16157
16573
|
VpcEndpoint.add_member(:last_error, Shapes::ShapeRef.new(shape: LastError, location_name: "lastError"))
|
16574
|
+
VpcEndpoint.add_member(:ipv_4_prefixes, Shapes::ShapeRef.new(shape: SubnetIpPrefixesList, location_name: "ipv4PrefixSet"))
|
16575
|
+
VpcEndpoint.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: SubnetIpPrefixesList, location_name: "ipv6PrefixSet"))
|
16576
|
+
VpcEndpoint.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
16577
|
+
VpcEndpoint.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
|
16578
|
+
VpcEndpoint.add_member(:resource_configuration_arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationArn"))
|
16158
16579
|
VpcEndpoint.add_member(:service_region, Shapes::ShapeRef.new(shape: String, location_name: "serviceRegion"))
|
16159
16580
|
VpcEndpoint.struct_class = Types::VpcEndpoint
|
16160
16581
|
|
16582
|
+
VpcEndpointAssociation.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
16583
|
+
VpcEndpointAssociation.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "vpcEndpointId"))
|
16584
|
+
VpcEndpointAssociation.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
|
16585
|
+
VpcEndpointAssociation.add_member(:service_network_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceNetworkName"))
|
16586
|
+
VpcEndpointAssociation.add_member(:associated_resource_accessibility, Shapes::ShapeRef.new(shape: String, location_name: "associatedResourceAccessibility"))
|
16587
|
+
VpcEndpointAssociation.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
16588
|
+
VpcEndpointAssociation.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
|
16589
|
+
VpcEndpointAssociation.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
16590
|
+
VpcEndpointAssociation.add_member(:private_dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "privateDnsEntry"))
|
16591
|
+
VpcEndpointAssociation.add_member(:associated_resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "associatedResourceArn"))
|
16592
|
+
VpcEndpointAssociation.add_member(:resource_configuration_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "resourceConfigurationGroupArn"))
|
16593
|
+
VpcEndpointAssociation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
16594
|
+
VpcEndpointAssociation.struct_class = Types::VpcEndpointAssociation
|
16595
|
+
|
16596
|
+
VpcEndpointAssociationSet.member = Shapes::ShapeRef.new(shape: VpcEndpointAssociation, location_name: "item")
|
16597
|
+
|
16161
16598
|
VpcEndpointConnection.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
|
16162
16599
|
VpcEndpointConnection.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
|
16163
16600
|
VpcEndpointConnection.add_member(:vpc_endpoint_owner, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointOwner"))
|
@@ -16751,6 +17188,14 @@ module Aws::EC2
|
|
16751
17188
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
16752
17189
|
end)
|
16753
17190
|
|
17191
|
+
api.add_operation(:cancel_declarative_policies_report, Seahorse::Model::Operation.new.tap do |o|
|
17192
|
+
o.name = "CancelDeclarativePoliciesReport"
|
17193
|
+
o.http_method = "POST"
|
17194
|
+
o.http_request_uri = "/"
|
17195
|
+
o.input = Shapes::ShapeRef.new(shape: CancelDeclarativePoliciesReportRequest)
|
17196
|
+
o.output = Shapes::ShapeRef.new(shape: CancelDeclarativePoliciesReportResult)
|
17197
|
+
end)
|
17198
|
+
|
16754
17199
|
api.add_operation(:cancel_export_task, Seahorse::Model::Operation.new.tap do |o|
|
16755
17200
|
o.name = "CancelExportTask"
|
16756
17201
|
o.http_method = "POST"
|
@@ -18491,6 +18936,14 @@ module Aws::EC2
|
|
18491
18936
|
o.output = Shapes::ShapeRef.new(shape: DescribeCustomerGatewaysResult)
|
18492
18937
|
end)
|
18493
18938
|
|
18939
|
+
api.add_operation(:describe_declarative_policies_reports, Seahorse::Model::Operation.new.tap do |o|
|
18940
|
+
o.name = "DescribeDeclarativePoliciesReports"
|
18941
|
+
o.http_method = "POST"
|
18942
|
+
o.http_request_uri = "/"
|
18943
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDeclarativePoliciesReportsRequest)
|
18944
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDeclarativePoliciesReportsResult)
|
18945
|
+
end)
|
18946
|
+
|
18494
18947
|
api.add_operation(:describe_dhcp_options, Seahorse::Model::Operation.new.tap do |o|
|
18495
18948
|
o.name = "DescribeDhcpOptions"
|
18496
18949
|
o.http_method = "POST"
|
@@ -20046,6 +20499,14 @@ module Aws::EC2
|
|
20046
20499
|
)
|
20047
20500
|
end)
|
20048
20501
|
|
20502
|
+
api.add_operation(:describe_vpc_endpoint_associations, Seahorse::Model::Operation.new.tap do |o|
|
20503
|
+
o.name = "DescribeVpcEndpointAssociations"
|
20504
|
+
o.http_method = "POST"
|
20505
|
+
o.http_request_uri = "/"
|
20506
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeVpcEndpointAssociationsRequest)
|
20507
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeVpcEndpointAssociationsResult)
|
20508
|
+
end)
|
20509
|
+
|
20049
20510
|
api.add_operation(:describe_vpc_endpoint_connection_notifications, Seahorse::Model::Operation.new.tap do |o|
|
20050
20511
|
o.name = "DescribeVpcEndpointConnectionNotifications"
|
20051
20512
|
o.http_method = "POST"
|
@@ -20224,6 +20685,14 @@ module Aws::EC2
|
|
20224
20685
|
o.output = Shapes::ShapeRef.new(shape: DisableAddressTransferResult)
|
20225
20686
|
end)
|
20226
20687
|
|
20688
|
+
api.add_operation(:disable_allowed_images_settings, Seahorse::Model::Operation.new.tap do |o|
|
20689
|
+
o.name = "DisableAllowedImagesSettings"
|
20690
|
+
o.http_method = "POST"
|
20691
|
+
o.http_request_uri = "/"
|
20692
|
+
o.input = Shapes::ShapeRef.new(shape: DisableAllowedImagesSettingsRequest)
|
20693
|
+
o.output = Shapes::ShapeRef.new(shape: DisableAllowedImagesSettingsResult)
|
20694
|
+
end)
|
20695
|
+
|
20227
20696
|
api.add_operation(:disable_aws_network_performance_metric_subscription, Seahorse::Model::Operation.new.tap do |o|
|
20228
20697
|
o.name = "DisableAwsNetworkPerformanceMetricSubscription"
|
20229
20698
|
o.http_method = "POST"
|
@@ -20488,6 +20957,14 @@ module Aws::EC2
|
|
20488
20957
|
o.output = Shapes::ShapeRef.new(shape: EnableAddressTransferResult)
|
20489
20958
|
end)
|
20490
20959
|
|
20960
|
+
api.add_operation(:enable_allowed_images_settings, Seahorse::Model::Operation.new.tap do |o|
|
20961
|
+
o.name = "EnableAllowedImagesSettings"
|
20962
|
+
o.http_method = "POST"
|
20963
|
+
o.http_request_uri = "/"
|
20964
|
+
o.input = Shapes::ShapeRef.new(shape: EnableAllowedImagesSettingsRequest)
|
20965
|
+
o.output = Shapes::ShapeRef.new(shape: EnableAllowedImagesSettingsResult)
|
20966
|
+
end)
|
20967
|
+
|
20491
20968
|
api.add_operation(:enable_aws_network_performance_metric_subscription, Seahorse::Model::Operation.new.tap do |o|
|
20492
20969
|
o.name = "EnableAwsNetworkPerformanceMetricSubscription"
|
20493
20970
|
o.http_method = "POST"
|
@@ -20656,6 +21133,22 @@ module Aws::EC2
|
|
20656
21133
|
o.output = Shapes::ShapeRef.new(shape: ExportTransitGatewayRoutesResult)
|
20657
21134
|
end)
|
20658
21135
|
|
21136
|
+
api.add_operation(:export_verified_access_instance_client_configuration, Seahorse::Model::Operation.new.tap do |o|
|
21137
|
+
o.name = "ExportVerifiedAccessInstanceClientConfiguration"
|
21138
|
+
o.http_method = "POST"
|
21139
|
+
o.http_request_uri = "/"
|
21140
|
+
o.input = Shapes::ShapeRef.new(shape: ExportVerifiedAccessInstanceClientConfigurationRequest)
|
21141
|
+
o.output = Shapes::ShapeRef.new(shape: ExportVerifiedAccessInstanceClientConfigurationResult)
|
21142
|
+
end)
|
21143
|
+
|
21144
|
+
api.add_operation(:get_allowed_images_settings, Seahorse::Model::Operation.new.tap do |o|
|
21145
|
+
o.name = "GetAllowedImagesSettings"
|
21146
|
+
o.http_method = "POST"
|
21147
|
+
o.http_request_uri = "/"
|
21148
|
+
o.input = Shapes::ShapeRef.new(shape: GetAllowedImagesSettingsRequest)
|
21149
|
+
o.output = Shapes::ShapeRef.new(shape: GetAllowedImagesSettingsResult)
|
21150
|
+
end)
|
21151
|
+
|
20659
21152
|
api.add_operation(:get_associated_enclave_certificate_iam_roles, Seahorse::Model::Operation.new.tap do |o|
|
20660
21153
|
o.name = "GetAssociatedEnclaveCertificateIamRoles"
|
20661
21154
|
o.http_method = "POST"
|
@@ -20724,6 +21217,14 @@ module Aws::EC2
|
|
20724
21217
|
o.output = Shapes::ShapeRef.new(shape: GetConsoleScreenshotResult)
|
20725
21218
|
end)
|
20726
21219
|
|
21220
|
+
api.add_operation(:get_declarative_policies_report_summary, Seahorse::Model::Operation.new.tap do |o|
|
21221
|
+
o.name = "GetDeclarativePoliciesReportSummary"
|
21222
|
+
o.http_method = "POST"
|
21223
|
+
o.http_request_uri = "/"
|
21224
|
+
o.input = Shapes::ShapeRef.new(shape: GetDeclarativePoliciesReportSummaryRequest)
|
21225
|
+
o.output = Shapes::ShapeRef.new(shape: GetDeclarativePoliciesReportSummaryResult)
|
21226
|
+
end)
|
21227
|
+
|
20727
21228
|
api.add_operation(:get_default_credit_specification, Seahorse::Model::Operation.new.tap do |o|
|
20728
21229
|
o.name = "GetDefaultCreditSpecification"
|
20729
21230
|
o.http_method = "POST"
|
@@ -21142,6 +21643,14 @@ module Aws::EC2
|
|
21142
21643
|
o.output = Shapes::ShapeRef.new(shape: GetVerifiedAccessEndpointPolicyResult)
|
21143
21644
|
end)
|
21144
21645
|
|
21646
|
+
api.add_operation(:get_verified_access_endpoint_targets, Seahorse::Model::Operation.new.tap do |o|
|
21647
|
+
o.name = "GetVerifiedAccessEndpointTargets"
|
21648
|
+
o.http_method = "POST"
|
21649
|
+
o.http_request_uri = "/"
|
21650
|
+
o.input = Shapes::ShapeRef.new(shape: GetVerifiedAccessEndpointTargetsRequest)
|
21651
|
+
o.output = Shapes::ShapeRef.new(shape: GetVerifiedAccessEndpointTargetsResult)
|
21652
|
+
end)
|
21653
|
+
|
21145
21654
|
api.add_operation(:get_verified_access_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
21146
21655
|
o.name = "GetVerifiedAccessGroupPolicy"
|
21147
21656
|
o.http_method = "POST"
|
@@ -21440,6 +21949,14 @@ module Aws::EC2
|
|
21440
21949
|
o.output = Shapes::ShapeRef.new(shape: ModifyInstanceMetadataOptionsResult)
|
21441
21950
|
end)
|
21442
21951
|
|
21952
|
+
api.add_operation(:modify_instance_network_performance_options, Seahorse::Model::Operation.new.tap do |o|
|
21953
|
+
o.name = "ModifyInstanceNetworkPerformanceOptions"
|
21954
|
+
o.http_method = "POST"
|
21955
|
+
o.http_request_uri = "/"
|
21956
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyInstanceNetworkPerformanceRequest)
|
21957
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyInstanceNetworkPerformanceResult)
|
21958
|
+
end)
|
21959
|
+
|
21443
21960
|
api.add_operation(:modify_instance_placement, Seahorse::Model::Operation.new.tap do |o|
|
21444
21961
|
o.name = "ModifyInstancePlacement"
|
21445
21962
|
o.http_method = "POST"
|
@@ -22032,6 +22549,14 @@ module Aws::EC2
|
|
22032
22549
|
o.output = Shapes::ShapeRef.new(shape: ReplaceIamInstanceProfileAssociationResult)
|
22033
22550
|
end)
|
22034
22551
|
|
22552
|
+
api.add_operation(:replace_image_criteria_in_allowed_images_settings, Seahorse::Model::Operation.new.tap do |o|
|
22553
|
+
o.name = "ReplaceImageCriteriaInAllowedImagesSettings"
|
22554
|
+
o.http_method = "POST"
|
22555
|
+
o.http_request_uri = "/"
|
22556
|
+
o.input = Shapes::ShapeRef.new(shape: ReplaceImageCriteriaInAllowedImagesSettingsRequest)
|
22557
|
+
o.output = Shapes::ShapeRef.new(shape: ReplaceImageCriteriaInAllowedImagesSettingsResult)
|
22558
|
+
end)
|
22559
|
+
|
22035
22560
|
api.add_operation(:replace_network_acl_association, Seahorse::Model::Operation.new.tap do |o|
|
22036
22561
|
o.name = "ReplaceNetworkAclAssociation"
|
22037
22562
|
o.http_method = "POST"
|
@@ -22284,6 +22809,14 @@ module Aws::EC2
|
|
22284
22809
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
22285
22810
|
end)
|
22286
22811
|
|
22812
|
+
api.add_operation(:start_declarative_policies_report, Seahorse::Model::Operation.new.tap do |o|
|
22813
|
+
o.name = "StartDeclarativePoliciesReport"
|
22814
|
+
o.http_method = "POST"
|
22815
|
+
o.http_request_uri = "/"
|
22816
|
+
o.input = Shapes::ShapeRef.new(shape: StartDeclarativePoliciesReportRequest)
|
22817
|
+
o.output = Shapes::ShapeRef.new(shape: StartDeclarativePoliciesReportResult)
|
22818
|
+
end)
|
22819
|
+
|
22287
22820
|
api.add_operation(:start_instances, Seahorse::Model::Operation.new.tap do |o|
|
22288
22821
|
o.name = "StartInstances"
|
22289
22822
|
o.http_method = "POST"
|