aws-sdk-ec2 1.493.0 → 1.495.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 +1346 -187
- data/lib/aws-sdk-ec2/client_api.rb +518 -4
- data/lib/aws-sdk-ec2/image.rb +17 -0
- data/lib/aws-sdk-ec2/instance.rb +11 -5
- data/lib/aws-sdk-ec2/network_interface.rb +1 -1
- data/lib/aws-sdk-ec2/placement_group.rb +13 -0
- data/lib/aws-sdk-ec2/resource.rb +58 -21
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +52 -1
- data/lib/aws-sdk-ec2/subnet.rb +23 -3
- data/lib/aws-sdk-ec2/types.rb +1853 -49
- data/lib/aws-sdk-ec2/volume.rb +5 -2
- data/lib/aws-sdk-ec2/vpc.rb +25 -5
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +386 -127
- data/sig/image.rbs +3 -0
- data/sig/instance.rbs +2 -2
- data/sig/resource.rbs +18 -18
- data/sig/security_group.rbs +2 -2
- data/sig/snapshot.rbs +11 -1
- data/sig/subnet.rbs +3 -3
- data/sig/tag.rbs +1 -1
- data/sig/types.rbs +445 -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')
|
@@ -267,6 +271,8 @@ module Aws::EC2
|
|
267
271
|
CancelCapacityReservationRequest = Shapes::StructureShape.new(name: 'CancelCapacityReservationRequest')
|
268
272
|
CancelCapacityReservationResult = Shapes::StructureShape.new(name: 'CancelCapacityReservationResult')
|
269
273
|
CancelConversionRequest = Shapes::StructureShape.new(name: 'CancelConversionRequest')
|
274
|
+
CancelDeclarativePoliciesReportRequest = Shapes::StructureShape.new(name: 'CancelDeclarativePoliciesReportRequest')
|
275
|
+
CancelDeclarativePoliciesReportResult = Shapes::StructureShape.new(name: 'CancelDeclarativePoliciesReportResult')
|
270
276
|
CancelExportTaskRequest = Shapes::StructureShape.new(name: 'CancelExportTaskRequest')
|
271
277
|
CancelImageLaunchPermissionRequest = Shapes::StructureShape.new(name: 'CancelImageLaunchPermissionRequest')
|
272
278
|
CancelImageLaunchPermissionResult = Shapes::StructureShape.new(name: 'CancelImageLaunchPermissionResult')
|
@@ -576,8 +582,12 @@ module Aws::EC2
|
|
576
582
|
CreateTransitGatewayVpcAttachmentRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayVpcAttachmentRequest')
|
577
583
|
CreateTransitGatewayVpcAttachmentRequestOptions = Shapes::StructureShape.new(name: 'CreateTransitGatewayVpcAttachmentRequestOptions')
|
578
584
|
CreateTransitGatewayVpcAttachmentResult = Shapes::StructureShape.new(name: 'CreateTransitGatewayVpcAttachmentResult')
|
585
|
+
CreateVerifiedAccessEndpointCidrOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointCidrOptions')
|
579
586
|
CreateVerifiedAccessEndpointEniOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointEniOptions')
|
580
587
|
CreateVerifiedAccessEndpointLoadBalancerOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointLoadBalancerOptions')
|
588
|
+
CreateVerifiedAccessEndpointPortRange = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointPortRange')
|
589
|
+
CreateVerifiedAccessEndpointPortRangeList = Shapes::ListShape.new(name: 'CreateVerifiedAccessEndpointPortRangeList')
|
590
|
+
CreateVerifiedAccessEndpointRdsOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointRdsOptions')
|
581
591
|
CreateVerifiedAccessEndpointRequest = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointRequest')
|
582
592
|
CreateVerifiedAccessEndpointResult = Shapes::StructureShape.new(name: 'CreateVerifiedAccessEndpointResult')
|
583
593
|
CreateVerifiedAccessEndpointSubnetIdList = Shapes::ListShape.new(name: 'CreateVerifiedAccessEndpointSubnetIdList')
|
@@ -585,6 +595,7 @@ module Aws::EC2
|
|
585
595
|
CreateVerifiedAccessGroupResult = Shapes::StructureShape.new(name: 'CreateVerifiedAccessGroupResult')
|
586
596
|
CreateVerifiedAccessInstanceRequest = Shapes::StructureShape.new(name: 'CreateVerifiedAccessInstanceRequest')
|
587
597
|
CreateVerifiedAccessInstanceResult = Shapes::StructureShape.new(name: 'CreateVerifiedAccessInstanceResult')
|
598
|
+
CreateVerifiedAccessNativeApplicationOidcOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessNativeApplicationOidcOptions')
|
588
599
|
CreateVerifiedAccessTrustProviderDeviceOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessTrustProviderDeviceOptions')
|
589
600
|
CreateVerifiedAccessTrustProviderOidcOptions = Shapes::StructureShape.new(name: 'CreateVerifiedAccessTrustProviderOidcOptions')
|
590
601
|
CreateVerifiedAccessTrustProviderRequest = Shapes::StructureShape.new(name: 'CreateVerifiedAccessTrustProviderRequest')
|
@@ -626,6 +637,10 @@ module Aws::EC2
|
|
626
637
|
DataResponses = Shapes::ListShape.new(name: 'DataResponses')
|
627
638
|
DatafeedSubscriptionState = Shapes::StringShape.new(name: 'DatafeedSubscriptionState')
|
628
639
|
DateTime = Shapes::TimestampShape.new(name: 'DateTime')
|
640
|
+
DeclarativePoliciesMaxResults = Shapes::IntegerShape.new(name: 'DeclarativePoliciesMaxResults')
|
641
|
+
DeclarativePoliciesReport = Shapes::StructureShape.new(name: 'DeclarativePoliciesReport')
|
642
|
+
DeclarativePoliciesReportId = Shapes::StringShape.new(name: 'DeclarativePoliciesReportId')
|
643
|
+
DeclarativePoliciesReportList = Shapes::ListShape.new(name: 'DeclarativePoliciesReportList')
|
629
644
|
DedicatedHostFlag = Shapes::BooleanShape.new(name: 'DedicatedHostFlag')
|
630
645
|
DedicatedHostId = Shapes::StringShape.new(name: 'DedicatedHostId')
|
631
646
|
DedicatedHostIdList = Shapes::ListShape.new(name: 'DedicatedHostIdList')
|
@@ -863,6 +878,8 @@ module Aws::EC2
|
|
863
878
|
DescribeConversionTasksResult = Shapes::StructureShape.new(name: 'DescribeConversionTasksResult')
|
864
879
|
DescribeCustomerGatewaysRequest = Shapes::StructureShape.new(name: 'DescribeCustomerGatewaysRequest')
|
865
880
|
DescribeCustomerGatewaysResult = Shapes::StructureShape.new(name: 'DescribeCustomerGatewaysResult')
|
881
|
+
DescribeDeclarativePoliciesReportsRequest = Shapes::StructureShape.new(name: 'DescribeDeclarativePoliciesReportsRequest')
|
882
|
+
DescribeDeclarativePoliciesReportsResult = Shapes::StructureShape.new(name: 'DescribeDeclarativePoliciesReportsResult')
|
866
883
|
DescribeDhcpOptionsMaxResults = Shapes::IntegerShape.new(name: 'DescribeDhcpOptionsMaxResults')
|
867
884
|
DescribeDhcpOptionsRequest = Shapes::StructureShape.new(name: 'DescribeDhcpOptionsRequest')
|
868
885
|
DescribeDhcpOptionsResult = Shapes::StructureShape.new(name: 'DescribeDhcpOptionsResult')
|
@@ -1165,6 +1182,8 @@ module Aws::EC2
|
|
1165
1182
|
DescribeVpcClassicLinkDnsSupportResult = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkDnsSupportResult')
|
1166
1183
|
DescribeVpcClassicLinkRequest = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkRequest')
|
1167
1184
|
DescribeVpcClassicLinkResult = Shapes::StructureShape.new(name: 'DescribeVpcClassicLinkResult')
|
1185
|
+
DescribeVpcEndpointAssociationsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointAssociationsRequest')
|
1186
|
+
DescribeVpcEndpointAssociationsResult = Shapes::StructureShape.new(name: 'DescribeVpcEndpointAssociationsResult')
|
1168
1187
|
DescribeVpcEndpointConnectionNotificationsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointConnectionNotificationsRequest')
|
1169
1188
|
DescribeVpcEndpointConnectionNotificationsResult = Shapes::StructureShape.new(name: 'DescribeVpcEndpointConnectionNotificationsResult')
|
1170
1189
|
DescribeVpcEndpointConnectionsRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointConnectionsRequest')
|
@@ -1200,6 +1219,7 @@ module Aws::EC2
|
|
1200
1219
|
DetachVpnGatewayRequest = Shapes::StructureShape.new(name: 'DetachVpnGatewayRequest')
|
1201
1220
|
DeviceOptions = Shapes::StructureShape.new(name: 'DeviceOptions')
|
1202
1221
|
DeviceTrustProviderType = Shapes::StringShape.new(name: 'DeviceTrustProviderType')
|
1222
|
+
DeviceTrustProviderTypeList = Shapes::ListShape.new(name: 'DeviceTrustProviderTypeList')
|
1203
1223
|
DeviceType = Shapes::StringShape.new(name: 'DeviceType')
|
1204
1224
|
DhcpConfiguration = Shapes::StructureShape.new(name: 'DhcpConfiguration')
|
1205
1225
|
DhcpConfigurationList = Shapes::ListShape.new(name: 'DhcpConfigurationList')
|
@@ -1212,6 +1232,8 @@ module Aws::EC2
|
|
1212
1232
|
DirectoryServiceAuthenticationRequest = Shapes::StructureShape.new(name: 'DirectoryServiceAuthenticationRequest')
|
1213
1233
|
DisableAddressTransferRequest = Shapes::StructureShape.new(name: 'DisableAddressTransferRequest')
|
1214
1234
|
DisableAddressTransferResult = Shapes::StructureShape.new(name: 'DisableAddressTransferResult')
|
1235
|
+
DisableAllowedImagesSettingsRequest = Shapes::StructureShape.new(name: 'DisableAllowedImagesSettingsRequest')
|
1236
|
+
DisableAllowedImagesSettingsResult = Shapes::StructureShape.new(name: 'DisableAllowedImagesSettingsResult')
|
1215
1237
|
DisableAwsNetworkPerformanceMetricSubscriptionRequest = Shapes::StructureShape.new(name: 'DisableAwsNetworkPerformanceMetricSubscriptionRequest')
|
1216
1238
|
DisableAwsNetworkPerformanceMetricSubscriptionResult = Shapes::StructureShape.new(name: 'DisableAwsNetworkPerformanceMetricSubscriptionResult')
|
1217
1239
|
DisableEbsEncryptionByDefaultRequest = Shapes::StructureShape.new(name: 'DisableEbsEncryptionByDefaultRequest')
|
@@ -1357,6 +1379,8 @@ module Aws::EC2
|
|
1357
1379
|
EnaSupport = Shapes::StringShape.new(name: 'EnaSupport')
|
1358
1380
|
EnableAddressTransferRequest = Shapes::StructureShape.new(name: 'EnableAddressTransferRequest')
|
1359
1381
|
EnableAddressTransferResult = Shapes::StructureShape.new(name: 'EnableAddressTransferResult')
|
1382
|
+
EnableAllowedImagesSettingsRequest = Shapes::StructureShape.new(name: 'EnableAllowedImagesSettingsRequest')
|
1383
|
+
EnableAllowedImagesSettingsResult = Shapes::StructureShape.new(name: 'EnableAllowedImagesSettingsResult')
|
1360
1384
|
EnableAwsNetworkPerformanceMetricSubscriptionRequest = Shapes::StructureShape.new(name: 'EnableAwsNetworkPerformanceMetricSubscriptionRequest')
|
1361
1385
|
EnableAwsNetworkPerformanceMetricSubscriptionResult = Shapes::StructureShape.new(name: 'EnableAwsNetworkPerformanceMetricSubscriptionResult')
|
1362
1386
|
EnableEbsEncryptionByDefaultRequest = Shapes::StructureShape.new(name: 'EnableEbsEncryptionByDefaultRequest')
|
@@ -1434,6 +1458,8 @@ module Aws::EC2
|
|
1434
1458
|
ExportToS3TaskSpecification = Shapes::StructureShape.new(name: 'ExportToS3TaskSpecification')
|
1435
1459
|
ExportTransitGatewayRoutesRequest = Shapes::StructureShape.new(name: 'ExportTransitGatewayRoutesRequest')
|
1436
1460
|
ExportTransitGatewayRoutesResult = Shapes::StructureShape.new(name: 'ExportTransitGatewayRoutesResult')
|
1461
|
+
ExportVerifiedAccessInstanceClientConfigurationRequest = Shapes::StructureShape.new(name: 'ExportVerifiedAccessInstanceClientConfigurationRequest')
|
1462
|
+
ExportVerifiedAccessInstanceClientConfigurationResult = Shapes::StructureShape.new(name: 'ExportVerifiedAccessInstanceClientConfigurationResult')
|
1437
1463
|
ExportVmTaskId = Shapes::StringShape.new(name: 'ExportVmTaskId')
|
1438
1464
|
FailedCapacityReservationFleetCancellationResult = Shapes::StructureShape.new(name: 'FailedCapacityReservationFleetCancellationResult')
|
1439
1465
|
FailedCapacityReservationFleetCancellationResultSet = Shapes::ListShape.new(name: 'FailedCapacityReservationFleetCancellationResultSet')
|
@@ -1512,6 +1538,8 @@ module Aws::EC2
|
|
1512
1538
|
GVCDMaxResults = Shapes::IntegerShape.new(name: 'GVCDMaxResults')
|
1513
1539
|
GatewayAssociationState = Shapes::StringShape.new(name: 'GatewayAssociationState')
|
1514
1540
|
GatewayType = Shapes::StringShape.new(name: 'GatewayType')
|
1541
|
+
GetAllowedImagesSettingsRequest = Shapes::StructureShape.new(name: 'GetAllowedImagesSettingsRequest')
|
1542
|
+
GetAllowedImagesSettingsResult = Shapes::StructureShape.new(name: 'GetAllowedImagesSettingsResult')
|
1515
1543
|
GetAssociatedEnclaveCertificateIamRolesRequest = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesRequest')
|
1516
1544
|
GetAssociatedEnclaveCertificateIamRolesResult = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesResult')
|
1517
1545
|
GetAssociatedIpv6PoolCidrsRequest = Shapes::StructureShape.new(name: 'GetAssociatedIpv6PoolCidrsRequest')
|
@@ -1527,6 +1555,8 @@ module Aws::EC2
|
|
1527
1555
|
GetConsoleOutputResult = Shapes::StructureShape.new(name: 'GetConsoleOutputResult')
|
1528
1556
|
GetConsoleScreenshotRequest = Shapes::StructureShape.new(name: 'GetConsoleScreenshotRequest')
|
1529
1557
|
GetConsoleScreenshotResult = Shapes::StructureShape.new(name: 'GetConsoleScreenshotResult')
|
1558
|
+
GetDeclarativePoliciesReportSummaryRequest = Shapes::StructureShape.new(name: 'GetDeclarativePoliciesReportSummaryRequest')
|
1559
|
+
GetDeclarativePoliciesReportSummaryResult = Shapes::StructureShape.new(name: 'GetDeclarativePoliciesReportSummaryResult')
|
1530
1560
|
GetDefaultCreditSpecificationRequest = Shapes::StructureShape.new(name: 'GetDefaultCreditSpecificationRequest')
|
1531
1561
|
GetDefaultCreditSpecificationResult = Shapes::StructureShape.new(name: 'GetDefaultCreditSpecificationResult')
|
1532
1562
|
GetEbsDefaultKmsKeyIdRequest = Shapes::StructureShape.new(name: 'GetEbsDefaultKmsKeyIdRequest')
|
@@ -1609,6 +1639,9 @@ module Aws::EC2
|
|
1609
1639
|
GetTransitGatewayRouteTablePropagationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTablePropagationsResult')
|
1610
1640
|
GetVerifiedAccessEndpointPolicyRequest = Shapes::StructureShape.new(name: 'GetVerifiedAccessEndpointPolicyRequest')
|
1611
1641
|
GetVerifiedAccessEndpointPolicyResult = Shapes::StructureShape.new(name: 'GetVerifiedAccessEndpointPolicyResult')
|
1642
|
+
GetVerifiedAccessEndpointTargetsMaxResults = Shapes::IntegerShape.new(name: 'GetVerifiedAccessEndpointTargetsMaxResults')
|
1643
|
+
GetVerifiedAccessEndpointTargetsRequest = Shapes::StructureShape.new(name: 'GetVerifiedAccessEndpointTargetsRequest')
|
1644
|
+
GetVerifiedAccessEndpointTargetsResult = Shapes::StructureShape.new(name: 'GetVerifiedAccessEndpointTargetsResult')
|
1612
1645
|
GetVerifiedAccessGroupPolicyRequest = Shapes::StructureShape.new(name: 'GetVerifiedAccessGroupPolicyRequest')
|
1613
1646
|
GetVerifiedAccessGroupPolicyResult = Shapes::StructureShape.new(name: 'GetVerifiedAccessGroupPolicyResult')
|
1614
1647
|
GetVpnConnectionDeviceSampleConfigurationRequest = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceSampleConfigurationRequest')
|
@@ -1675,6 +1708,10 @@ module Aws::EC2
|
|
1675
1708
|
ImageAttributeName = Shapes::StringShape.new(name: 'ImageAttributeName')
|
1676
1709
|
ImageBlockPublicAccessDisabledState = Shapes::StringShape.new(name: 'ImageBlockPublicAccessDisabledState')
|
1677
1710
|
ImageBlockPublicAccessEnabledState = Shapes::StringShape.new(name: 'ImageBlockPublicAccessEnabledState')
|
1711
|
+
ImageCriterion = Shapes::StructureShape.new(name: 'ImageCriterion')
|
1712
|
+
ImageCriterionList = Shapes::ListShape.new(name: 'ImageCriterionList')
|
1713
|
+
ImageCriterionRequest = Shapes::StructureShape.new(name: 'ImageCriterionRequest')
|
1714
|
+
ImageCriterionRequestList = Shapes::ListShape.new(name: 'ImageCriterionRequestList')
|
1678
1715
|
ImageDiskContainer = Shapes::StructureShape.new(name: 'ImageDiskContainer')
|
1679
1716
|
ImageDiskContainerList = Shapes::ListShape.new(name: 'ImageDiskContainerList')
|
1680
1717
|
ImageId = Shapes::StringShape.new(name: 'ImageId')
|
@@ -1682,6 +1719,10 @@ module Aws::EC2
|
|
1682
1719
|
ImageIdStringList = Shapes::ListShape.new(name: 'ImageIdStringList')
|
1683
1720
|
ImageList = Shapes::ListShape.new(name: 'ImageList')
|
1684
1721
|
ImageMetadata = Shapes::StructureShape.new(name: 'ImageMetadata')
|
1722
|
+
ImageProvider = Shapes::StringShape.new(name: 'ImageProvider')
|
1723
|
+
ImageProviderList = Shapes::ListShape.new(name: 'ImageProviderList')
|
1724
|
+
ImageProviderRequest = Shapes::StringShape.new(name: 'ImageProviderRequest')
|
1725
|
+
ImageProviderRequestList = Shapes::ListShape.new(name: 'ImageProviderRequestList')
|
1685
1726
|
ImageRecycleBinInfo = Shapes::StructureShape.new(name: 'ImageRecycleBinInfo')
|
1686
1727
|
ImageRecycleBinInfoList = Shapes::ListShape.new(name: 'ImageRecycleBinInfoList')
|
1687
1728
|
ImageState = Shapes::StringShape.new(name: 'ImageState')
|
@@ -2135,6 +2176,7 @@ module Aws::EC2
|
|
2135
2176
|
MacHostList = Shapes::ListShape.new(name: 'MacHostList')
|
2136
2177
|
MacOSVersionStringList = Shapes::ListShape.new(name: 'MacOSVersionStringList')
|
2137
2178
|
MaintenanceDetails = Shapes::StructureShape.new(name: 'MaintenanceDetails')
|
2179
|
+
ManagedBy = Shapes::StringShape.new(name: 'ManagedBy')
|
2138
2180
|
ManagedPrefixList = Shapes::StructureShape.new(name: 'ManagedPrefixList')
|
2139
2181
|
ManagedPrefixListSet = Shapes::ListShape.new(name: 'ManagedPrefixListSet')
|
2140
2182
|
MarketType = Shapes::StringShape.new(name: 'MarketType')
|
@@ -2254,10 +2296,14 @@ module Aws::EC2
|
|
2254
2296
|
ModifyTransitGatewayVpcAttachmentRequest = Shapes::StructureShape.new(name: 'ModifyTransitGatewayVpcAttachmentRequest')
|
2255
2297
|
ModifyTransitGatewayVpcAttachmentRequestOptions = Shapes::StructureShape.new(name: 'ModifyTransitGatewayVpcAttachmentRequestOptions')
|
2256
2298
|
ModifyTransitGatewayVpcAttachmentResult = Shapes::StructureShape.new(name: 'ModifyTransitGatewayVpcAttachmentResult')
|
2299
|
+
ModifyVerifiedAccessEndpointCidrOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointCidrOptions')
|
2257
2300
|
ModifyVerifiedAccessEndpointEniOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointEniOptions')
|
2258
2301
|
ModifyVerifiedAccessEndpointLoadBalancerOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointLoadBalancerOptions')
|
2259
2302
|
ModifyVerifiedAccessEndpointPolicyRequest = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointPolicyRequest')
|
2260
2303
|
ModifyVerifiedAccessEndpointPolicyResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointPolicyResult')
|
2304
|
+
ModifyVerifiedAccessEndpointPortRange = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointPortRange')
|
2305
|
+
ModifyVerifiedAccessEndpointPortRangeList = Shapes::ListShape.new(name: 'ModifyVerifiedAccessEndpointPortRangeList')
|
2306
|
+
ModifyVerifiedAccessEndpointRdsOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointRdsOptions')
|
2261
2307
|
ModifyVerifiedAccessEndpointRequest = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointRequest')
|
2262
2308
|
ModifyVerifiedAccessEndpointResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessEndpointResult')
|
2263
2309
|
ModifyVerifiedAccessEndpointSubnetIdList = Shapes::ListShape.new(name: 'ModifyVerifiedAccessEndpointSubnetIdList')
|
@@ -2269,6 +2315,7 @@ module Aws::EC2
|
|
2269
2315
|
ModifyVerifiedAccessInstanceLoggingConfigurationResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessInstanceLoggingConfigurationResult')
|
2270
2316
|
ModifyVerifiedAccessInstanceRequest = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessInstanceRequest')
|
2271
2317
|
ModifyVerifiedAccessInstanceResult = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessInstanceResult')
|
2318
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessNativeApplicationOidcOptions')
|
2272
2319
|
ModifyVerifiedAccessTrustProviderDeviceOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderDeviceOptions')
|
2273
2320
|
ModifyVerifiedAccessTrustProviderOidcOptions = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderOidcOptions')
|
2274
2321
|
ModifyVerifiedAccessTrustProviderRequest = Shapes::StructureShape.new(name: 'ModifyVerifiedAccessTrustProviderRequest')
|
@@ -2326,6 +2373,7 @@ module Aws::EC2
|
|
2326
2373
|
NatGatewayIdStringList = Shapes::ListShape.new(name: 'NatGatewayIdStringList')
|
2327
2374
|
NatGatewayList = Shapes::ListShape.new(name: 'NatGatewayList')
|
2328
2375
|
NatGatewayState = Shapes::StringShape.new(name: 'NatGatewayState')
|
2376
|
+
NativeApplicationOidcOptions = Shapes::StructureShape.new(name: 'NativeApplicationOidcOptions')
|
2329
2377
|
NetmaskLength = Shapes::IntegerShape.new(name: 'NetmaskLength')
|
2330
2378
|
NetworkAcl = Shapes::StructureShape.new(name: 'NetworkAcl')
|
2331
2379
|
NetworkAclAssociation = Shapes::StructureShape.new(name: 'NetworkAclAssociation')
|
@@ -2574,6 +2622,9 @@ module Aws::EC2
|
|
2574
2622
|
PurchasedScheduledInstanceSet = Shapes::ListShape.new(name: 'PurchasedScheduledInstanceSet')
|
2575
2623
|
RIProductDescription = Shapes::StringShape.new(name: 'RIProductDescription')
|
2576
2624
|
RamdiskId = Shapes::StringShape.new(name: 'RamdiskId')
|
2625
|
+
RdsDbClusterArn = Shapes::StringShape.new(name: 'RdsDbClusterArn')
|
2626
|
+
RdsDbInstanceArn = Shapes::StringShape.new(name: 'RdsDbInstanceArn')
|
2627
|
+
RdsDbProxyArn = Shapes::StringShape.new(name: 'RdsDbProxyArn')
|
2577
2628
|
ReasonCodesList = Shapes::ListShape.new(name: 'ReasonCodesList')
|
2578
2629
|
RebootInstancesRequest = Shapes::StructureShape.new(name: 'RebootInstancesRequest')
|
2579
2630
|
RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
|
@@ -2584,6 +2635,8 @@ module Aws::EC2
|
|
2584
2635
|
RegionList = Shapes::ListShape.new(name: 'RegionList')
|
2585
2636
|
RegionNameStringList = Shapes::ListShape.new(name: 'RegionNameStringList')
|
2586
2637
|
RegionNames = Shapes::ListShape.new(name: 'RegionNames')
|
2638
|
+
RegionalSummary = Shapes::StructureShape.new(name: 'RegionalSummary')
|
2639
|
+
RegionalSummaryList = Shapes::ListShape.new(name: 'RegionalSummaryList')
|
2587
2640
|
RegisterImageRequest = Shapes::StructureShape.new(name: 'RegisterImageRequest')
|
2588
2641
|
RegisterImageResult = Shapes::StructureShape.new(name: 'RegisterImageResult')
|
2589
2642
|
RegisterInstanceEventNotificationAttributesRequest = Shapes::StructureShape.new(name: 'RegisterInstanceEventNotificationAttributesRequest')
|
@@ -2618,6 +2671,8 @@ module Aws::EC2
|
|
2618
2671
|
RemovePrefixListEntry = Shapes::StructureShape.new(name: 'RemovePrefixListEntry')
|
2619
2672
|
ReplaceIamInstanceProfileAssociationRequest = Shapes::StructureShape.new(name: 'ReplaceIamInstanceProfileAssociationRequest')
|
2620
2673
|
ReplaceIamInstanceProfileAssociationResult = Shapes::StructureShape.new(name: 'ReplaceIamInstanceProfileAssociationResult')
|
2674
|
+
ReplaceImageCriteriaInAllowedImagesSettingsRequest = Shapes::StructureShape.new(name: 'ReplaceImageCriteriaInAllowedImagesSettingsRequest')
|
2675
|
+
ReplaceImageCriteriaInAllowedImagesSettingsResult = Shapes::StructureShape.new(name: 'ReplaceImageCriteriaInAllowedImagesSettingsResult')
|
2621
2676
|
ReplaceNetworkAclAssociationRequest = Shapes::StructureShape.new(name: 'ReplaceNetworkAclAssociationRequest')
|
2622
2677
|
ReplaceNetworkAclAssociationResult = Shapes::StructureShape.new(name: 'ReplaceNetworkAclAssociationResult')
|
2623
2678
|
ReplaceNetworkAclEntryRequest = Shapes::StructureShape.new(name: 'ReplaceNetworkAclEntryRequest')
|
@@ -2637,6 +2692,7 @@ module Aws::EC2
|
|
2637
2692
|
ReportInstanceReasonCodes = Shapes::StringShape.new(name: 'ReportInstanceReasonCodes')
|
2638
2693
|
ReportInstanceStatusRequest = Shapes::StructureShape.new(name: 'ReportInstanceStatusRequest')
|
2639
2694
|
ReportInstanceStatusRequestDescription = Shapes::StringShape.new(name: 'ReportInstanceStatusRequestDescription')
|
2695
|
+
ReportState = Shapes::StringShape.new(name: 'ReportState')
|
2640
2696
|
ReportStatusType = Shapes::StringShape.new(name: 'ReportStatusType')
|
2641
2697
|
RequestFilterPortRange = Shapes::StructureShape.new(name: 'RequestFilterPortRange')
|
2642
2698
|
RequestHostIdList = Shapes::ListShape.new(name: 'RequestHostIdList')
|
@@ -2697,6 +2753,7 @@ module Aws::EC2
|
|
2697
2753
|
ResetNetworkInterfaceAttributeRequest = Shapes::StructureShape.new(name: 'ResetNetworkInterfaceAttributeRequest')
|
2698
2754
|
ResetSnapshotAttributeRequest = Shapes::StructureShape.new(name: 'ResetSnapshotAttributeRequest')
|
2699
2755
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
2756
|
+
ResourceConfigurationArn = Shapes::StringShape.new(name: 'ResourceConfigurationArn')
|
2700
2757
|
ResourceIdList = Shapes::ListShape.new(name: 'ResourceIdList')
|
2701
2758
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
2702
2759
|
ResourceStatement = Shapes::StructureShape.new(name: 'ResourceStatement')
|
@@ -2827,6 +2884,7 @@ module Aws::EC2
|
|
2827
2884
|
ServiceConnectivityType = Shapes::StringShape.new(name: 'ServiceConnectivityType')
|
2828
2885
|
ServiceDetail = Shapes::StructureShape.new(name: 'ServiceDetail')
|
2829
2886
|
ServiceDetailSet = Shapes::ListShape.new(name: 'ServiceDetailSet')
|
2887
|
+
ServiceNetworkArn = Shapes::StringShape.new(name: 'ServiceNetworkArn')
|
2830
2888
|
ServiceState = Shapes::StringShape.new(name: 'ServiceState')
|
2831
2889
|
ServiceType = Shapes::StringShape.new(name: 'ServiceType')
|
2832
2890
|
ServiceTypeDetail = Shapes::StructureShape.new(name: 'ServiceTypeDetail')
|
@@ -2837,6 +2895,8 @@ module Aws::EC2
|
|
2837
2895
|
Snapshot = Shapes::StructureShape.new(name: 'Snapshot')
|
2838
2896
|
SnapshotAttributeName = Shapes::StringShape.new(name: 'SnapshotAttributeName')
|
2839
2897
|
SnapshotBlockPublicAccessState = Shapes::StringShape.new(name: 'SnapshotBlockPublicAccessState')
|
2898
|
+
SnapshotCompletionDurationMinutesRequest = Shapes::IntegerShape.new(name: 'SnapshotCompletionDurationMinutesRequest')
|
2899
|
+
SnapshotCompletionDurationMinutesResponse = Shapes::IntegerShape.new(name: 'SnapshotCompletionDurationMinutesResponse')
|
2840
2900
|
SnapshotDetail = Shapes::StructureShape.new(name: 'SnapshotDetail')
|
2841
2901
|
SnapshotDetailList = Shapes::ListShape.new(name: 'SnapshotDetailList')
|
2842
2902
|
SnapshotDiskContainer = Shapes::StructureShape.new(name: 'SnapshotDiskContainer')
|
@@ -2887,6 +2947,8 @@ module Aws::EC2
|
|
2887
2947
|
StaleIpPermissionSet = Shapes::ListShape.new(name: 'StaleIpPermissionSet')
|
2888
2948
|
StaleSecurityGroup = Shapes::StructureShape.new(name: 'StaleSecurityGroup')
|
2889
2949
|
StaleSecurityGroupSet = Shapes::ListShape.new(name: 'StaleSecurityGroupSet')
|
2950
|
+
StartDeclarativePoliciesReportRequest = Shapes::StructureShape.new(name: 'StartDeclarativePoliciesReportRequest')
|
2951
|
+
StartDeclarativePoliciesReportResult = Shapes::StructureShape.new(name: 'StartDeclarativePoliciesReportResult')
|
2890
2952
|
StartInstancesRequest = Shapes::StructureShape.new(name: 'StartInstancesRequest')
|
2891
2953
|
StartInstancesResult = Shapes::StructureShape.new(name: 'StartInstancesResult')
|
2892
2954
|
StartNetworkInsightsAccessScopeAnalysisRequest = Shapes::StructureShape.new(name: 'StartNetworkInsightsAccessScopeAnalysisRequest')
|
@@ -2926,6 +2988,8 @@ module Aws::EC2
|
|
2926
2988
|
SubnetConfigurationsList = Shapes::ListShape.new(name: 'SubnetConfigurationsList')
|
2927
2989
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
2928
2990
|
SubnetIdStringList = Shapes::ListShape.new(name: 'SubnetIdStringList')
|
2991
|
+
SubnetIpPrefixes = Shapes::StructureShape.new(name: 'SubnetIpPrefixes')
|
2992
|
+
SubnetIpPrefixesList = Shapes::ListShape.new(name: 'SubnetIpPrefixesList')
|
2929
2993
|
SubnetIpv6CidrBlockAssociation = Shapes::StructureShape.new(name: 'SubnetIpv6CidrBlockAssociation')
|
2930
2994
|
SubnetIpv6CidrBlockAssociationSet = Shapes::ListShape.new(name: 'SubnetIpv6CidrBlockAssociationSet')
|
2931
2995
|
SubnetList = Shapes::ListShape.new(name: 'SubnetList')
|
@@ -2940,6 +3004,8 @@ module Aws::EC2
|
|
2940
3004
|
SupportedAdditionalProcessorFeature = Shapes::StringShape.new(name: 'SupportedAdditionalProcessorFeature')
|
2941
3005
|
SupportedAdditionalProcessorFeatureList = Shapes::ListShape.new(name: 'SupportedAdditionalProcessorFeatureList')
|
2942
3006
|
SupportedIpAddressTypes = Shapes::ListShape.new(name: 'SupportedIpAddressTypes')
|
3007
|
+
SupportedRegionDetail = Shapes::StructureShape.new(name: 'SupportedRegionDetail')
|
3008
|
+
SupportedRegionSet = Shapes::ListShape.new(name: 'SupportedRegionSet')
|
2943
3009
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
2944
3010
|
TagDescription = Shapes::StructureShape.new(name: 'TagDescription')
|
2945
3011
|
TagDescriptionList = Shapes::ListShape.new(name: 'TagDescriptionList')
|
@@ -3012,6 +3078,7 @@ module Aws::EC2
|
|
3012
3078
|
TrafficMirrorTargetType = Shapes::StringShape.new(name: 'TrafficMirrorTargetType')
|
3013
3079
|
TrafficMirroringMaxResults = Shapes::IntegerShape.new(name: 'TrafficMirroringMaxResults')
|
3014
3080
|
TrafficType = Shapes::StringShape.new(name: 'TrafficType')
|
3081
|
+
TransferType = Shapes::StringShape.new(name: 'TransferType')
|
3015
3082
|
TransitAssociationGatewayId = Shapes::StringShape.new(name: 'TransitAssociationGatewayId')
|
3016
3083
|
TransitGateway = Shapes::StructureShape.new(name: 'TransitGateway')
|
3017
3084
|
TransitGatewayAssociation = Shapes::StructureShape.new(name: 'TransitGatewayAssociation')
|
@@ -3160,27 +3227,39 @@ module Aws::EC2
|
|
3160
3227
|
VerificationMethod = Shapes::StringShape.new(name: 'VerificationMethod')
|
3161
3228
|
VerifiedAccessEndpoint = Shapes::StructureShape.new(name: 'VerifiedAccessEndpoint')
|
3162
3229
|
VerifiedAccessEndpointAttachmentType = Shapes::StringShape.new(name: 'VerifiedAccessEndpointAttachmentType')
|
3230
|
+
VerifiedAccessEndpointCidrOptions = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointCidrOptions')
|
3163
3231
|
VerifiedAccessEndpointEniOptions = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointEniOptions')
|
3164
3232
|
VerifiedAccessEndpointId = Shapes::StringShape.new(name: 'VerifiedAccessEndpointId')
|
3165
3233
|
VerifiedAccessEndpointIdList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointIdList')
|
3166
3234
|
VerifiedAccessEndpointList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointList')
|
3167
3235
|
VerifiedAccessEndpointLoadBalancerOptions = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointLoadBalancerOptions')
|
3168
3236
|
VerifiedAccessEndpointPortNumber = Shapes::IntegerShape.new(name: 'VerifiedAccessEndpointPortNumber')
|
3237
|
+
VerifiedAccessEndpointPortRange = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointPortRange')
|
3238
|
+
VerifiedAccessEndpointPortRangeList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointPortRangeList')
|
3169
3239
|
VerifiedAccessEndpointProtocol = Shapes::StringShape.new(name: 'VerifiedAccessEndpointProtocol')
|
3240
|
+
VerifiedAccessEndpointRdsOptions = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointRdsOptions')
|
3170
3241
|
VerifiedAccessEndpointStatus = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointStatus')
|
3171
3242
|
VerifiedAccessEndpointStatusCode = Shapes::StringShape.new(name: 'VerifiedAccessEndpointStatusCode')
|
3172
3243
|
VerifiedAccessEndpointSubnetIdList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointSubnetIdList')
|
3244
|
+
VerifiedAccessEndpointTarget = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointTarget')
|
3245
|
+
VerifiedAccessEndpointTargetList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointTargetList')
|
3173
3246
|
VerifiedAccessEndpointType = Shapes::StringShape.new(name: 'VerifiedAccessEndpointType')
|
3174
3247
|
VerifiedAccessGroup = Shapes::StructureShape.new(name: 'VerifiedAccessGroup')
|
3175
3248
|
VerifiedAccessGroupId = Shapes::StringShape.new(name: 'VerifiedAccessGroupId')
|
3176
3249
|
VerifiedAccessGroupIdList = Shapes::ListShape.new(name: 'VerifiedAccessGroupIdList')
|
3177
3250
|
VerifiedAccessGroupList = Shapes::ListShape.new(name: 'VerifiedAccessGroupList')
|
3178
3251
|
VerifiedAccessInstance = Shapes::StructureShape.new(name: 'VerifiedAccessInstance')
|
3252
|
+
VerifiedAccessInstanceCustomSubDomain = Shapes::StructureShape.new(name: 'VerifiedAccessInstanceCustomSubDomain')
|
3179
3253
|
VerifiedAccessInstanceId = Shapes::StringShape.new(name: 'VerifiedAccessInstanceId')
|
3180
3254
|
VerifiedAccessInstanceIdList = Shapes::ListShape.new(name: 'VerifiedAccessInstanceIdList')
|
3181
3255
|
VerifiedAccessInstanceList = Shapes::ListShape.new(name: 'VerifiedAccessInstanceList')
|
3182
3256
|
VerifiedAccessInstanceLoggingConfiguration = Shapes::StructureShape.new(name: 'VerifiedAccessInstanceLoggingConfiguration')
|
3183
3257
|
VerifiedAccessInstanceLoggingConfigurationList = Shapes::ListShape.new(name: 'VerifiedAccessInstanceLoggingConfigurationList')
|
3258
|
+
VerifiedAccessInstanceOpenVpnClientConfiguration = Shapes::StructureShape.new(name: 'VerifiedAccessInstanceOpenVpnClientConfiguration')
|
3259
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationList = Shapes::ListShape.new(name: 'VerifiedAccessInstanceOpenVpnClientConfigurationList')
|
3260
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationRoute = Shapes::StructureShape.new(name: 'VerifiedAccessInstanceOpenVpnClientConfigurationRoute')
|
3261
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationRouteList = Shapes::ListShape.new(name: 'VerifiedAccessInstanceOpenVpnClientConfigurationRouteList')
|
3262
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration = Shapes::StructureShape.new(name: 'VerifiedAccessInstanceUserTrustProviderClientConfiguration')
|
3184
3263
|
VerifiedAccessLogCloudWatchLogsDestination = Shapes::StructureShape.new(name: 'VerifiedAccessLogCloudWatchLogsDestination')
|
3185
3264
|
VerifiedAccessLogCloudWatchLogsDestinationOptions = Shapes::StructureShape.new(name: 'VerifiedAccessLogCloudWatchLogsDestinationOptions')
|
3186
3265
|
VerifiedAccessLogDeliveryStatus = Shapes::StructureShape.new(name: 'VerifiedAccessLogDeliveryStatus')
|
@@ -3243,6 +3322,7 @@ module Aws::EC2
|
|
3243
3322
|
VpcBlockPublicAccessExclusionIdList = Shapes::ListShape.new(name: 'VpcBlockPublicAccessExclusionIdList')
|
3244
3323
|
VpcBlockPublicAccessExclusionList = Shapes::ListShape.new(name: 'VpcBlockPublicAccessExclusionList')
|
3245
3324
|
VpcBlockPublicAccessExclusionState = Shapes::StringShape.new(name: 'VpcBlockPublicAccessExclusionState')
|
3325
|
+
VpcBlockPublicAccessExclusionsAllowed = Shapes::StringShape.new(name: 'VpcBlockPublicAccessExclusionsAllowed')
|
3246
3326
|
VpcBlockPublicAccessOptions = Shapes::StructureShape.new(name: 'VpcBlockPublicAccessOptions')
|
3247
3327
|
VpcBlockPublicAccessState = Shapes::StringShape.new(name: 'VpcBlockPublicAccessState')
|
3248
3328
|
VpcCidrAssociationId = Shapes::StringShape.new(name: 'VpcCidrAssociationId')
|
@@ -3254,6 +3334,8 @@ module Aws::EC2
|
|
3254
3334
|
VpcClassicLinkIdList = Shapes::ListShape.new(name: 'VpcClassicLinkIdList')
|
3255
3335
|
VpcClassicLinkList = Shapes::ListShape.new(name: 'VpcClassicLinkList')
|
3256
3336
|
VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
|
3337
|
+
VpcEndpointAssociation = Shapes::StructureShape.new(name: 'VpcEndpointAssociation')
|
3338
|
+
VpcEndpointAssociationSet = Shapes::ListShape.new(name: 'VpcEndpointAssociationSet')
|
3257
3339
|
VpcEndpointConnection = Shapes::StructureShape.new(name: 'VpcEndpointConnection')
|
3258
3340
|
VpcEndpointConnectionSet = Shapes::ListShape.new(name: 'VpcEndpointConnectionSet')
|
3259
3341
|
VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
|
@@ -3312,6 +3394,7 @@ module Aws::EC2
|
|
3312
3394
|
ZoneIdStringList = Shapes::ListShape.new(name: 'ZoneIdStringList')
|
3313
3395
|
ZoneNameStringList = Shapes::ListShape.new(name: 'ZoneNameStringList')
|
3314
3396
|
customerGatewayConfiguration = Shapes::StringShape.new(name: 'customerGatewayConfiguration')
|
3397
|
+
maxResults = Shapes::IntegerShape.new(name: 'maxResults')
|
3315
3398
|
preSharedKey = Shapes::StringShape.new(name: 'preSharedKey')
|
3316
3399
|
scope = Shapes::StringShape.new(name: 'scope')
|
3317
3400
|
snapshotTierStatusSet = Shapes::ListShape.new(name: 'snapshotTierStatusSet')
|
@@ -3980,6 +4063,15 @@ module Aws::EC2
|
|
3980
4063
|
AttributeBooleanValue.add_member(:value, Shapes::ShapeRef.new(shape: Boolean, location_name: "value"))
|
3981
4064
|
AttributeBooleanValue.struct_class = Types::AttributeBooleanValue
|
3982
4065
|
|
4066
|
+
AttributeSummary.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, location_name: "attributeName"))
|
4067
|
+
AttributeSummary.add_member(:most_frequent_value, Shapes::ShapeRef.new(shape: String, location_name: "mostFrequentValue"))
|
4068
|
+
AttributeSummary.add_member(:number_of_matched_accounts, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfMatchedAccounts"))
|
4069
|
+
AttributeSummary.add_member(:number_of_unmatched_accounts, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfUnmatchedAccounts"))
|
4070
|
+
AttributeSummary.add_member(:regional_summaries, Shapes::ShapeRef.new(shape: RegionalSummaryList, location_name: "regionalSummarySet"))
|
4071
|
+
AttributeSummary.struct_class = Types::AttributeSummary
|
4072
|
+
|
4073
|
+
AttributeSummaryList.member = Shapes::ShapeRef.new(shape: AttributeSummary, location_name: "item")
|
4074
|
+
|
3983
4075
|
AttributeValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
3984
4076
|
AttributeValue.struct_class = Types::AttributeValue
|
3985
4077
|
|
@@ -4175,6 +4267,13 @@ module Aws::EC2
|
|
4175
4267
|
CancelConversionRequest.add_member(:reason_message, Shapes::ShapeRef.new(shape: String, location_name: "reasonMessage"))
|
4176
4268
|
CancelConversionRequest.struct_class = Types::CancelConversionRequest
|
4177
4269
|
|
4270
|
+
CancelDeclarativePoliciesReportRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4271
|
+
CancelDeclarativePoliciesReportRequest.add_member(:report_id, Shapes::ShapeRef.new(shape: DeclarativePoliciesReportId, required: true, location_name: "ReportId"))
|
4272
|
+
CancelDeclarativePoliciesReportRequest.struct_class = Types::CancelDeclarativePoliciesReportRequest
|
4273
|
+
|
4274
|
+
CancelDeclarativePoliciesReportResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
4275
|
+
CancelDeclarativePoliciesReportResult.struct_class = Types::CancelDeclarativePoliciesReportResult
|
4276
|
+
|
4178
4277
|
CancelExportTaskRequest.add_member(:export_task_id, Shapes::ShapeRef.new(shape: ExportVmTaskId, required: true, location_name: "exportTaskId"))
|
4179
4278
|
CancelExportTaskRequest.struct_class = Types::CancelExportTaskRequest
|
4180
4279
|
|
@@ -4629,6 +4728,7 @@ module Aws::EC2
|
|
4629
4728
|
ConnectionNotification.add_member(:connection_notification_arn, Shapes::ShapeRef.new(shape: String, location_name: "connectionNotificationArn"))
|
4630
4729
|
ConnectionNotification.add_member(:connection_events, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "connectionEvents"))
|
4631
4730
|
ConnectionNotification.add_member(:connection_notification_state, Shapes::ShapeRef.new(shape: ConnectionNotificationState, location_name: "connectionNotificationState"))
|
4731
|
+
ConnectionNotification.add_member(:service_region, Shapes::ShapeRef.new(shape: String, location_name: "serviceRegion"))
|
4632
4732
|
ConnectionNotification.struct_class = Types::ConnectionNotification
|
4633
4733
|
|
4634
4734
|
ConnectionNotificationIdsList.member = Shapes::ShapeRef.new(shape: ConnectionNotificationId, location_name: "item")
|
@@ -4702,6 +4802,7 @@ module Aws::EC2
|
|
4702
4802
|
CopySnapshotRequest.add_member(:source_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceRegion"))
|
4703
4803
|
CopySnapshotRequest.add_member(:source_snapshot_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceSnapshotId"))
|
4704
4804
|
CopySnapshotRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
4805
|
+
CopySnapshotRequest.add_member(:completion_duration_minutes, Shapes::ShapeRef.new(shape: SnapshotCompletionDurationMinutesRequest, location_name: "CompletionDurationMinutes"))
|
4705
4806
|
CopySnapshotRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
4706
4807
|
CopySnapshotRequest.struct_class = Types::CopySnapshotRequest
|
4707
4808
|
|
@@ -5610,23 +5711,46 @@ module Aws::EC2
|
|
5610
5711
|
CreateTransitGatewayVpcAttachmentResult.add_member(:transit_gateway_vpc_attachment, Shapes::ShapeRef.new(shape: TransitGatewayVpcAttachment, location_name: "transitGatewayVpcAttachment"))
|
5611
5712
|
CreateTransitGatewayVpcAttachmentResult.struct_class = Types::CreateTransitGatewayVpcAttachmentResult
|
5612
5713
|
|
5714
|
+
CreateVerifiedAccessEndpointCidrOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
5715
|
+
CreateVerifiedAccessEndpointCidrOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointSubnetIdList, location_name: "SubnetId"))
|
5716
|
+
CreateVerifiedAccessEndpointCidrOptions.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
5717
|
+
CreateVerifiedAccessEndpointCidrOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointPortRangeList, location_name: "PortRange"))
|
5718
|
+
CreateVerifiedAccessEndpointCidrOptions.struct_class = Types::CreateVerifiedAccessEndpointCidrOptions
|
5719
|
+
|
5613
5720
|
CreateVerifiedAccessEndpointEniOptions.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "NetworkInterfaceId"))
|
5614
5721
|
CreateVerifiedAccessEndpointEniOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
5615
5722
|
CreateVerifiedAccessEndpointEniOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "Port"))
|
5723
|
+
CreateVerifiedAccessEndpointEniOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointPortRangeList, location_name: "PortRange"))
|
5616
5724
|
CreateVerifiedAccessEndpointEniOptions.struct_class = Types::CreateVerifiedAccessEndpointEniOptions
|
5617
5725
|
|
5618
5726
|
CreateVerifiedAccessEndpointLoadBalancerOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
5619
5727
|
CreateVerifiedAccessEndpointLoadBalancerOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "Port"))
|
5620
5728
|
CreateVerifiedAccessEndpointLoadBalancerOptions.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, location_name: "LoadBalancerArn"))
|
5621
5729
|
CreateVerifiedAccessEndpointLoadBalancerOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointSubnetIdList, location_name: "SubnetId"))
|
5730
|
+
CreateVerifiedAccessEndpointLoadBalancerOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointPortRangeList, location_name: "PortRange"))
|
5622
5731
|
CreateVerifiedAccessEndpointLoadBalancerOptions.struct_class = Types::CreateVerifiedAccessEndpointLoadBalancerOptions
|
5623
5732
|
|
5733
|
+
CreateVerifiedAccessEndpointPortRange.add_member(:from_port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "FromPort"))
|
5734
|
+
CreateVerifiedAccessEndpointPortRange.add_member(:to_port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "ToPort"))
|
5735
|
+
CreateVerifiedAccessEndpointPortRange.struct_class = Types::CreateVerifiedAccessEndpointPortRange
|
5736
|
+
|
5737
|
+
CreateVerifiedAccessEndpointPortRangeList.member = Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointPortRange, location_name: "item")
|
5738
|
+
|
5739
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
5740
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "Port"))
|
5741
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:rds_db_instance_arn, Shapes::ShapeRef.new(shape: RdsDbInstanceArn, location_name: "RdsDbInstanceArn"))
|
5742
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:rds_db_cluster_arn, Shapes::ShapeRef.new(shape: RdsDbClusterArn, location_name: "RdsDbClusterArn"))
|
5743
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:rds_db_proxy_arn, Shapes::ShapeRef.new(shape: RdsDbProxyArn, location_name: "RdsDbProxyArn"))
|
5744
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:rds_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "RdsEndpoint"))
|
5745
|
+
CreateVerifiedAccessEndpointRdsOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointSubnetIdList, location_name: "SubnetId"))
|
5746
|
+
CreateVerifiedAccessEndpointRdsOptions.struct_class = Types::CreateVerifiedAccessEndpointRdsOptions
|
5747
|
+
|
5624
5748
|
CreateVerifiedAccessEndpointRequest.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: VerifiedAccessGroupId, required: true, location_name: "VerifiedAccessGroupId"))
|
5625
5749
|
CreateVerifiedAccessEndpointRequest.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointType, required: true, location_name: "EndpointType"))
|
5626
5750
|
CreateVerifiedAccessEndpointRequest.add_member(:attachment_type, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointAttachmentType, required: true, location_name: "AttachmentType"))
|
5627
|
-
CreateVerifiedAccessEndpointRequest.add_member(:domain_certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn,
|
5628
|
-
CreateVerifiedAccessEndpointRequest.add_member(:application_domain, Shapes::ShapeRef.new(shape: String,
|
5629
|
-
CreateVerifiedAccessEndpointRequest.add_member(:endpoint_domain_prefix, Shapes::ShapeRef.new(shape: String,
|
5751
|
+
CreateVerifiedAccessEndpointRequest.add_member(:domain_certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn, location_name: "DomainCertificateArn"))
|
5752
|
+
CreateVerifiedAccessEndpointRequest.add_member(:application_domain, Shapes::ShapeRef.new(shape: String, location_name: "ApplicationDomain"))
|
5753
|
+
CreateVerifiedAccessEndpointRequest.add_member(:endpoint_domain_prefix, Shapes::ShapeRef.new(shape: String, location_name: "EndpointDomainPrefix"))
|
5630
5754
|
CreateVerifiedAccessEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "SecurityGroupId"))
|
5631
5755
|
CreateVerifiedAccessEndpointRequest.add_member(:load_balancer_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointLoadBalancerOptions, location_name: "LoadBalancerOptions"))
|
5632
5756
|
CreateVerifiedAccessEndpointRequest.add_member(:network_interface_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointEniOptions, location_name: "NetworkInterfaceOptions"))
|
@@ -5636,6 +5760,8 @@ module Aws::EC2
|
|
5636
5760
|
CreateVerifiedAccessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5637
5761
|
CreateVerifiedAccessEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5638
5762
|
CreateVerifiedAccessEndpointRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationRequest, location_name: "SseSpecification"))
|
5763
|
+
CreateVerifiedAccessEndpointRequest.add_member(:rds_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointRdsOptions, location_name: "RdsOptions"))
|
5764
|
+
CreateVerifiedAccessEndpointRequest.add_member(:cidr_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointCidrOptions, location_name: "CidrOptions"))
|
5639
5765
|
CreateVerifiedAccessEndpointRequest.struct_class = Types::CreateVerifiedAccessEndpointRequest
|
5640
5766
|
|
5641
5767
|
CreateVerifiedAccessEndpointResult.add_member(:verified_access_endpoint, Shapes::ShapeRef.new(shape: VerifiedAccessEndpoint, location_name: "verifiedAccessEndpoint"))
|
@@ -5660,11 +5786,22 @@ module Aws::EC2
|
|
5660
5786
|
CreateVerifiedAccessInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5661
5787
|
CreateVerifiedAccessInstanceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5662
5788
|
CreateVerifiedAccessInstanceRequest.add_member(:fips_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FIPSEnabled"))
|
5789
|
+
CreateVerifiedAccessInstanceRequest.add_member(:cidr_endpoints_custom_sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "CidrEndpointsCustomSubDomain"))
|
5663
5790
|
CreateVerifiedAccessInstanceRequest.struct_class = Types::CreateVerifiedAccessInstanceRequest
|
5664
5791
|
|
5665
5792
|
CreateVerifiedAccessInstanceResult.add_member(:verified_access_instance, Shapes::ShapeRef.new(shape: VerifiedAccessInstance, location_name: "verifiedAccessInstance"))
|
5666
5793
|
CreateVerifiedAccessInstanceResult.struct_class = Types::CreateVerifiedAccessInstanceResult
|
5667
5794
|
|
5795
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:public_signing_key_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyEndpoint"))
|
5796
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:issuer, Shapes::ShapeRef.new(shape: String, location_name: "Issuer"))
|
5797
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "AuthorizationEndpoint"))
|
5798
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "TokenEndpoint"))
|
5799
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "UserInfoEndpoint"))
|
5800
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:client_id, Shapes::ShapeRef.new(shape: String, location_name: "ClientId"))
|
5801
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, location_name: "ClientSecret"))
|
5802
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.add_member(:scope, Shapes::ShapeRef.new(shape: String, location_name: "Scope"))
|
5803
|
+
CreateVerifiedAccessNativeApplicationOidcOptions.struct_class = Types::CreateVerifiedAccessNativeApplicationOidcOptions
|
5804
|
+
|
5668
5805
|
CreateVerifiedAccessTrustProviderDeviceOptions.add_member(:tenant_id, Shapes::ShapeRef.new(shape: String, location_name: "TenantId"))
|
5669
5806
|
CreateVerifiedAccessTrustProviderDeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyUrl"))
|
5670
5807
|
CreateVerifiedAccessTrustProviderDeviceOptions.struct_class = Types::CreateVerifiedAccessTrustProviderDeviceOptions
|
@@ -5689,6 +5826,7 @@ module Aws::EC2
|
|
5689
5826
|
CreateVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5690
5827
|
CreateVerifiedAccessTrustProviderRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5691
5828
|
CreateVerifiedAccessTrustProviderRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationRequest, location_name: "SseSpecification"))
|
5829
|
+
CreateVerifiedAccessTrustProviderRequest.add_member(:native_application_oidc_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessNativeApplicationOidcOptions, location_name: "NativeApplicationOidcOptions"))
|
5692
5830
|
CreateVerifiedAccessTrustProviderRequest.struct_class = Types::CreateVerifiedAccessTrustProviderRequest
|
5693
5831
|
|
5694
5832
|
CreateVerifiedAccessTrustProviderResult.add_member(:verified_access_trust_provider, Shapes::ShapeRef.new(shape: VerifiedAccessTrustProvider, location_name: "verifiedAccessTrustProvider"))
|
@@ -5745,7 +5883,7 @@ module Aws::EC2
|
|
5745
5883
|
CreateVpcEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5746
5884
|
CreateVpcEndpointRequest.add_member(:vpc_endpoint_type, Shapes::ShapeRef.new(shape: VpcEndpointType, location_name: "VpcEndpointType"))
|
5747
5885
|
CreateVpcEndpointRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
5748
|
-
CreateVpcEndpointRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: String,
|
5886
|
+
CreateVpcEndpointRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "ServiceName"))
|
5749
5887
|
CreateVpcEndpointRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: String, location_name: "PolicyDocument"))
|
5750
5888
|
CreateVpcEndpointRequest.add_member(:route_table_ids, Shapes::ShapeRef.new(shape: VpcEndpointRouteTableIdList, location_name: "RouteTableId"))
|
5751
5889
|
CreateVpcEndpointRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: VpcEndpointSubnetIdList, location_name: "SubnetId"))
|
@@ -5756,6 +5894,9 @@ module Aws::EC2
|
|
5756
5894
|
CreateVpcEndpointRequest.add_member(:private_dns_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivateDnsEnabled"))
|
5757
5895
|
CreateVpcEndpointRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5758
5896
|
CreateVpcEndpointRequest.add_member(:subnet_configurations, Shapes::ShapeRef.new(shape: SubnetConfigurationsList, location_name: "SubnetConfiguration"))
|
5897
|
+
CreateVpcEndpointRequest.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "ServiceNetworkArn"))
|
5898
|
+
CreateVpcEndpointRequest.add_member(:resource_configuration_arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "ResourceConfigurationArn"))
|
5899
|
+
CreateVpcEndpointRequest.add_member(:service_region, Shapes::ShapeRef.new(shape: String, location_name: "ServiceRegion"))
|
5759
5900
|
CreateVpcEndpointRequest.struct_class = Types::CreateVpcEndpointRequest
|
5760
5901
|
|
5761
5902
|
CreateVpcEndpointResult.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "vpcEndpoint"))
|
@@ -5768,6 +5909,7 @@ module Aws::EC2
|
|
5768
5909
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:network_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "NetworkLoadBalancerArn"))
|
5769
5910
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:gateway_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "GatewayLoadBalancerArn"))
|
5770
5911
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:supported_ip_address_types, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SupportedIpAddressType"))
|
5912
|
+
CreateVpcEndpointServiceConfigurationRequest.add_member(:supported_regions, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "SupportedRegion"))
|
5771
5913
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
5772
5914
|
CreateVpcEndpointServiceConfigurationRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5773
5915
|
CreateVpcEndpointServiceConfigurationRequest.struct_class = Types::CreateVpcEndpointServiceConfigurationRequest
|
@@ -5872,6 +6014,18 @@ module Aws::EC2
|
|
5872
6014
|
|
5873
6015
|
DataResponses.member = Shapes::ShapeRef.new(shape: DataResponse, location_name: "item")
|
5874
6016
|
|
6017
|
+
DeclarativePoliciesReport.add_member(:report_id, Shapes::ShapeRef.new(shape: String, location_name: "reportId"))
|
6018
|
+
DeclarativePoliciesReport.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: String, location_name: "s3Bucket"))
|
6019
|
+
DeclarativePoliciesReport.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: String, location_name: "s3Prefix"))
|
6020
|
+
DeclarativePoliciesReport.add_member(:target_id, Shapes::ShapeRef.new(shape: String, location_name: "targetId"))
|
6021
|
+
DeclarativePoliciesReport.add_member(:start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startTime"))
|
6022
|
+
DeclarativePoliciesReport.add_member(:end_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "endTime"))
|
6023
|
+
DeclarativePoliciesReport.add_member(:status, Shapes::ShapeRef.new(shape: ReportState, location_name: "status"))
|
6024
|
+
DeclarativePoliciesReport.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
6025
|
+
DeclarativePoliciesReport.struct_class = Types::DeclarativePoliciesReport
|
6026
|
+
|
6027
|
+
DeclarativePoliciesReportList.member = Shapes::ShapeRef.new(shape: DeclarativePoliciesReport, location_name: "item")
|
6028
|
+
|
5875
6029
|
DedicatedHostIdList.member = Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "item")
|
5876
6030
|
|
5877
6031
|
DeleteCarrierGatewayRequest.add_member(:carrier_gateway_id, Shapes::ShapeRef.new(shape: CarrierGatewayId, required: true, location_name: "CarrierGatewayId"))
|
@@ -6742,6 +6896,16 @@ module Aws::EC2
|
|
6742
6896
|
DescribeCustomerGatewaysResult.add_member(:customer_gateways, Shapes::ShapeRef.new(shape: CustomerGatewayList, location_name: "customerGatewaySet"))
|
6743
6897
|
DescribeCustomerGatewaysResult.struct_class = Types::DescribeCustomerGatewaysResult
|
6744
6898
|
|
6899
|
+
DescribeDeclarativePoliciesReportsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6900
|
+
DescribeDeclarativePoliciesReportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
6901
|
+
DescribeDeclarativePoliciesReportsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DeclarativePoliciesMaxResults, location_name: "MaxResults"))
|
6902
|
+
DescribeDeclarativePoliciesReportsRequest.add_member(:report_ids, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "ReportId"))
|
6903
|
+
DescribeDeclarativePoliciesReportsRequest.struct_class = Types::DescribeDeclarativePoliciesReportsRequest
|
6904
|
+
|
6905
|
+
DescribeDeclarativePoliciesReportsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
6906
|
+
DescribeDeclarativePoliciesReportsResult.add_member(:reports, Shapes::ShapeRef.new(shape: DeclarativePoliciesReportList, location_name: "reportSet"))
|
6907
|
+
DescribeDeclarativePoliciesReportsResult.struct_class = Types::DescribeDeclarativePoliciesReportsResult
|
6908
|
+
|
6745
6909
|
DescribeDhcpOptionsRequest.add_member(:dhcp_options_ids, Shapes::ShapeRef.new(shape: DhcpOptionsIdStringList, location_name: "DhcpOptionsId"))
|
6746
6910
|
DescribeDhcpOptionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
6747
6911
|
DescribeDhcpOptionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeDhcpOptionsMaxResults, location_name: "MaxResults"))
|
@@ -8132,6 +8296,17 @@ module Aws::EC2
|
|
8132
8296
|
DescribeVpcClassicLinkResult.add_member(:vpcs, Shapes::ShapeRef.new(shape: VpcClassicLinkList, location_name: "vpcSet"))
|
8133
8297
|
DescribeVpcClassicLinkResult.struct_class = Types::DescribeVpcClassicLinkResult
|
8134
8298
|
|
8299
|
+
DescribeVpcEndpointAssociationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8300
|
+
DescribeVpcEndpointAssociationsRequest.add_member(:vpc_endpoint_ids, Shapes::ShapeRef.new(shape: VpcEndpointIdList, location_name: "VpcEndpointId"))
|
8301
|
+
DescribeVpcEndpointAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
8302
|
+
DescribeVpcEndpointAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "MaxResults"))
|
8303
|
+
DescribeVpcEndpointAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
8304
|
+
DescribeVpcEndpointAssociationsRequest.struct_class = Types::DescribeVpcEndpointAssociationsRequest
|
8305
|
+
|
8306
|
+
DescribeVpcEndpointAssociationsResult.add_member(:vpc_endpoint_associations, Shapes::ShapeRef.new(shape: VpcEndpointAssociationSet, location_name: "vpcEndpointAssociationSet"))
|
8307
|
+
DescribeVpcEndpointAssociationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
8308
|
+
DescribeVpcEndpointAssociationsResult.struct_class = Types::DescribeVpcEndpointAssociationsResult
|
8309
|
+
|
8135
8310
|
DescribeVpcEndpointConnectionNotificationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8136
8311
|
DescribeVpcEndpointConnectionNotificationsRequest.add_member(:connection_notification_id, Shapes::ShapeRef.new(shape: ConnectionNotificationId, location_name: "ConnectionNotificationId"))
|
8137
8312
|
DescribeVpcEndpointConnectionNotificationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
@@ -8180,6 +8355,7 @@ module Aws::EC2
|
|
8180
8355
|
DescribeVpcEndpointServicesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
8181
8356
|
DescribeVpcEndpointServicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
8182
8357
|
DescribeVpcEndpointServicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
8358
|
+
DescribeVpcEndpointServicesRequest.add_member(:service_regions, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "ServiceRegion"))
|
8183
8359
|
DescribeVpcEndpointServicesRequest.struct_class = Types::DescribeVpcEndpointServicesRequest
|
8184
8360
|
|
8185
8361
|
DescribeVpcEndpointServicesResult.add_member(:service_names, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "serviceNameSet"))
|
@@ -8290,6 +8466,8 @@ module Aws::EC2
|
|
8290
8466
|
DeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "publicSigningKeyUrl"))
|
8291
8467
|
DeviceOptions.struct_class = Types::DeviceOptions
|
8292
8468
|
|
8469
|
+
DeviceTrustProviderTypeList.member = Shapes::ShapeRef.new(shape: DeviceTrustProviderType, location_name: "item")
|
8470
|
+
|
8293
8471
|
DhcpConfiguration.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
8294
8472
|
DhcpConfiguration.add_member(:values, Shapes::ShapeRef.new(shape: DhcpConfigurationValueList, location_name: "valueSet"))
|
8295
8473
|
DhcpConfiguration.struct_class = Types::DhcpConfiguration
|
@@ -8321,6 +8499,12 @@ module Aws::EC2
|
|
8321
8499
|
DisableAddressTransferResult.add_member(:address_transfer, Shapes::ShapeRef.new(shape: AddressTransfer, location_name: "addressTransfer"))
|
8322
8500
|
DisableAddressTransferResult.struct_class = Types::DisableAddressTransferResult
|
8323
8501
|
|
8502
|
+
DisableAllowedImagesSettingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8503
|
+
DisableAllowedImagesSettingsRequest.struct_class = Types::DisableAllowedImagesSettingsRequest
|
8504
|
+
|
8505
|
+
DisableAllowedImagesSettingsResult.add_member(:allowed_images_settings_state, Shapes::ShapeRef.new(shape: AllowedImagesSettingsDisabledState, location_name: "allowedImagesSettingsState"))
|
8506
|
+
DisableAllowedImagesSettingsResult.struct_class = Types::DisableAllowedImagesSettingsResult
|
8507
|
+
|
8324
8508
|
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
8325
8509
|
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "Destination"))
|
8326
8510
|
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:metric, Shapes::ShapeRef.new(shape: MetricType, location_name: "Metric"))
|
@@ -8795,6 +8979,13 @@ module Aws::EC2
|
|
8795
8979
|
EnableAddressTransferResult.add_member(:address_transfer, Shapes::ShapeRef.new(shape: AddressTransfer, location_name: "addressTransfer"))
|
8796
8980
|
EnableAddressTransferResult.struct_class = Types::EnableAddressTransferResult
|
8797
8981
|
|
8982
|
+
EnableAllowedImagesSettingsRequest.add_member(:allowed_images_settings_state, Shapes::ShapeRef.new(shape: AllowedImagesSettingsEnabledState, required: true, location_name: "AllowedImagesSettingsState"))
|
8983
|
+
EnableAllowedImagesSettingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8984
|
+
EnableAllowedImagesSettingsRequest.struct_class = Types::EnableAllowedImagesSettingsRequest
|
8985
|
+
|
8986
|
+
EnableAllowedImagesSettingsResult.add_member(:allowed_images_settings_state, Shapes::ShapeRef.new(shape: AllowedImagesSettingsEnabledState, location_name: "allowedImagesSettingsState"))
|
8987
|
+
EnableAllowedImagesSettingsResult.struct_class = Types::EnableAllowedImagesSettingsResult
|
8988
|
+
|
8798
8989
|
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
8799
8990
|
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "Destination"))
|
8800
8991
|
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:metric, Shapes::ShapeRef.new(shape: MetricType, location_name: "Metric"))
|
@@ -9126,6 +9317,18 @@ module Aws::EC2
|
|
9126
9317
|
ExportTransitGatewayRoutesResult.add_member(:s3_location, Shapes::ShapeRef.new(shape: String, location_name: "s3Location"))
|
9127
9318
|
ExportTransitGatewayRoutesResult.struct_class = Types::ExportTransitGatewayRoutesResult
|
9128
9319
|
|
9320
|
+
ExportVerifiedAccessInstanceClientConfigurationRequest.add_member(:verified_access_instance_id, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceId, required: true, location_name: "VerifiedAccessInstanceId"))
|
9321
|
+
ExportVerifiedAccessInstanceClientConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9322
|
+
ExportVerifiedAccessInstanceClientConfigurationRequest.struct_class = Types::ExportVerifiedAccessInstanceClientConfigurationRequest
|
9323
|
+
|
9324
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
|
9325
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.add_member(:verified_access_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessInstanceId"))
|
9326
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "region"))
|
9327
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.add_member(:device_trust_providers, Shapes::ShapeRef.new(shape: DeviceTrustProviderTypeList, location_name: "deviceTrustProviderSet"))
|
9328
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.add_member(:user_trust_provider, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceUserTrustProviderClientConfiguration, location_name: "userTrustProvider"))
|
9329
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.add_member(:open_vpn_configurations, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceOpenVpnClientConfigurationList, location_name: "openVpnConfigurationSet"))
|
9330
|
+
ExportVerifiedAccessInstanceClientConfigurationResult.struct_class = Types::ExportVerifiedAccessInstanceClientConfigurationResult
|
9331
|
+
|
9129
9332
|
FailedCapacityReservationFleetCancellationResult.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
|
9130
9333
|
FailedCapacityReservationFleetCancellationResult.add_member(:cancel_capacity_reservation_fleet_error, Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetError, location_name: "cancelCapacityReservationFleetError"))
|
9131
9334
|
FailedCapacityReservationFleetCancellationResult.struct_class = Types::FailedCapacityReservationFleetCancellationResult
|
@@ -9370,6 +9573,14 @@ module Aws::EC2
|
|
9370
9573
|
FpgaInfo.add_member(:total_fpga_memory_in_mi_b, Shapes::ShapeRef.new(shape: totalFpgaMemory, location_name: "totalFpgaMemoryInMiB"))
|
9371
9574
|
FpgaInfo.struct_class = Types::FpgaInfo
|
9372
9575
|
|
9576
|
+
GetAllowedImagesSettingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9577
|
+
GetAllowedImagesSettingsRequest.struct_class = Types::GetAllowedImagesSettingsRequest
|
9578
|
+
|
9579
|
+
GetAllowedImagesSettingsResult.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
|
9580
|
+
GetAllowedImagesSettingsResult.add_member(:image_criteria, Shapes::ShapeRef.new(shape: ImageCriterionList, location_name: "imageCriterionSet"))
|
9581
|
+
GetAllowedImagesSettingsResult.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "managedBy"))
|
9582
|
+
GetAllowedImagesSettingsResult.struct_class = Types::GetAllowedImagesSettingsResult
|
9583
|
+
|
9373
9584
|
GetAssociatedEnclaveCertificateIamRolesRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateArn"))
|
9374
9585
|
GetAssociatedEnclaveCertificateIamRolesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9375
9586
|
GetAssociatedEnclaveCertificateIamRolesRequest.struct_class = Types::GetAssociatedEnclaveCertificateIamRolesRequest
|
@@ -9446,6 +9657,21 @@ module Aws::EC2
|
|
9446
9657
|
GetConsoleScreenshotResult.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
9447
9658
|
GetConsoleScreenshotResult.struct_class = Types::GetConsoleScreenshotResult
|
9448
9659
|
|
9660
|
+
GetDeclarativePoliciesReportSummaryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9661
|
+
GetDeclarativePoliciesReportSummaryRequest.add_member(:report_id, Shapes::ShapeRef.new(shape: DeclarativePoliciesReportId, required: true, location_name: "ReportId"))
|
9662
|
+
GetDeclarativePoliciesReportSummaryRequest.struct_class = Types::GetDeclarativePoliciesReportSummaryRequest
|
9663
|
+
|
9664
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:report_id, Shapes::ShapeRef.new(shape: String, location_name: "reportId"))
|
9665
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: String, location_name: "s3Bucket"))
|
9666
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: String, location_name: "s3Prefix"))
|
9667
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:target_id, Shapes::ShapeRef.new(shape: String, location_name: "targetId"))
|
9668
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startTime"))
|
9669
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:end_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "endTime"))
|
9670
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:number_of_accounts, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfAccounts"))
|
9671
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:number_of_failed_accounts, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfFailedAccounts"))
|
9672
|
+
GetDeclarativePoliciesReportSummaryResult.add_member(:attribute_summaries, Shapes::ShapeRef.new(shape: AttributeSummaryList, location_name: "attributeSummarySet"))
|
9673
|
+
GetDeclarativePoliciesReportSummaryResult.struct_class = Types::GetDeclarativePoliciesReportSummaryResult
|
9674
|
+
|
9449
9675
|
GetDefaultCreditSpecificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9450
9676
|
GetDefaultCreditSpecificationRequest.add_member(:instance_family, Shapes::ShapeRef.new(shape: UnlimitedSupportedInstanceFamily, required: true, location_name: "InstanceFamily"))
|
9451
9677
|
GetDefaultCreditSpecificationRequest.struct_class = Types::GetDefaultCreditSpecificationRequest
|
@@ -9499,6 +9725,7 @@ module Aws::EC2
|
|
9499
9725
|
GetImageBlockPublicAccessStateRequest.struct_class = Types::GetImageBlockPublicAccessStateRequest
|
9500
9726
|
|
9501
9727
|
GetImageBlockPublicAccessStateResult.add_member(:image_block_public_access_state, Shapes::ShapeRef.new(shape: String, location_name: "imageBlockPublicAccessState"))
|
9728
|
+
GetImageBlockPublicAccessStateResult.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "managedBy"))
|
9502
9729
|
GetImageBlockPublicAccessStateResult.struct_class = Types::GetImageBlockPublicAccessStateResult
|
9503
9730
|
|
9504
9731
|
GetInstanceMetadataDefaultsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -9716,12 +9943,14 @@ module Aws::EC2
|
|
9716
9943
|
GetSerialConsoleAccessStatusRequest.struct_class = Types::GetSerialConsoleAccessStatusRequest
|
9717
9944
|
|
9718
9945
|
GetSerialConsoleAccessStatusResult.add_member(:serial_console_access_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "serialConsoleAccessEnabled"))
|
9946
|
+
GetSerialConsoleAccessStatusResult.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "managedBy"))
|
9719
9947
|
GetSerialConsoleAccessStatusResult.struct_class = Types::GetSerialConsoleAccessStatusResult
|
9720
9948
|
|
9721
9949
|
GetSnapshotBlockPublicAccessStateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9722
9950
|
GetSnapshotBlockPublicAccessStateRequest.struct_class = Types::GetSnapshotBlockPublicAccessStateRequest
|
9723
9951
|
|
9724
9952
|
GetSnapshotBlockPublicAccessStateResult.add_member(:state, Shapes::ShapeRef.new(shape: SnapshotBlockPublicAccessState, location_name: "state"))
|
9953
|
+
GetSnapshotBlockPublicAccessStateResult.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "managedBy"))
|
9725
9954
|
GetSnapshotBlockPublicAccessStateResult.struct_class = Types::GetSnapshotBlockPublicAccessStateResult
|
9726
9955
|
|
9727
9956
|
GetSpotPlacementScoresRequest.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypes, location_name: "InstanceType"))
|
@@ -9835,6 +10064,16 @@ module Aws::EC2
|
|
9835
10064
|
GetVerifiedAccessEndpointPolicyResult.add_member(:policy_document, Shapes::ShapeRef.new(shape: String, location_name: "policyDocument"))
|
9836
10065
|
GetVerifiedAccessEndpointPolicyResult.struct_class = Types::GetVerifiedAccessEndpointPolicyResult
|
9837
10066
|
|
10067
|
+
GetVerifiedAccessEndpointTargetsRequest.add_member(:verified_access_endpoint_id, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, required: true, location_name: "VerifiedAccessEndpointId"))
|
10068
|
+
GetVerifiedAccessEndpointTargetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetVerifiedAccessEndpointTargetsMaxResults, location_name: "MaxResults"))
|
10069
|
+
GetVerifiedAccessEndpointTargetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
10070
|
+
GetVerifiedAccessEndpointTargetsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
10071
|
+
GetVerifiedAccessEndpointTargetsRequest.struct_class = Types::GetVerifiedAccessEndpointTargetsRequest
|
10072
|
+
|
10073
|
+
GetVerifiedAccessEndpointTargetsResult.add_member(:verified_access_endpoint_targets, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointTargetList, location_name: "verifiedAccessEndpointTargetSet"))
|
10074
|
+
GetVerifiedAccessEndpointTargetsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
10075
|
+
GetVerifiedAccessEndpointTargetsResult.struct_class = Types::GetVerifiedAccessEndpointTargetsResult
|
10076
|
+
|
9838
10077
|
GetVerifiedAccessGroupPolicyRequest.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: VerifiedAccessGroupId, required: true, location_name: "VerifiedAccessGroupId"))
|
9839
10078
|
GetVerifiedAccessGroupPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9840
10079
|
GetVerifiedAccessGroupPolicyRequest.struct_class = Types::GetVerifiedAccessGroupPolicyRequest
|
@@ -10051,6 +10290,7 @@ module Aws::EC2
|
|
10051
10290
|
Image.add_member(:source_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceInstanceId"))
|
10052
10291
|
Image.add_member(:deregistration_protection, Shapes::ShapeRef.new(shape: String, location_name: "deregistrationProtection"))
|
10053
10292
|
Image.add_member(:last_launched_time, Shapes::ShapeRef.new(shape: String, location_name: "lastLaunchedTime"))
|
10293
|
+
Image.add_member(:image_allowed, Shapes::ShapeRef.new(shape: Boolean, location_name: "imageAllowed"))
|
10054
10294
|
Image.add_member(:source_image_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceImageId"))
|
10055
10295
|
Image.add_member(:source_image_region, Shapes::ShapeRef.new(shape: String, location_name: "sourceImageRegion"))
|
10056
10296
|
Image.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
|
@@ -10083,6 +10323,16 @@ module Aws::EC2
|
|
10083
10323
|
ImageAttribute.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappingList, location_name: "blockDeviceMapping"))
|
10084
10324
|
ImageAttribute.struct_class = Types::ImageAttribute
|
10085
10325
|
|
10326
|
+
ImageCriterion.add_member(:image_providers, Shapes::ShapeRef.new(shape: ImageProviderList, location_name: "imageProviderSet"))
|
10327
|
+
ImageCriterion.struct_class = Types::ImageCriterion
|
10328
|
+
|
10329
|
+
ImageCriterionList.member = Shapes::ShapeRef.new(shape: ImageCriterion, location_name: "item")
|
10330
|
+
|
10331
|
+
ImageCriterionRequest.add_member(:image_providers, Shapes::ShapeRef.new(shape: ImageProviderRequestList, location_name: "ImageProvider"))
|
10332
|
+
ImageCriterionRequest.struct_class = Types::ImageCriterionRequest
|
10333
|
+
|
10334
|
+
ImageCriterionRequestList.member = Shapes::ShapeRef.new(shape: ImageCriterionRequest, location_name: "ImageCriterion")
|
10335
|
+
|
10086
10336
|
ImageDiskContainer.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
10087
10337
|
ImageDiskContainer.add_member(:device_name, Shapes::ShapeRef.new(shape: String, location_name: "DeviceName"))
|
10088
10338
|
ImageDiskContainer.add_member(:format, Shapes::ShapeRef.new(shape: String, location_name: "Format"))
|
@@ -10106,9 +10356,14 @@ module Aws::EC2
|
|
10106
10356
|
ImageMetadata.add_member(:image_owner_alias, Shapes::ShapeRef.new(shape: String, location_name: "imageOwnerAlias"))
|
10107
10357
|
ImageMetadata.add_member(:creation_date, Shapes::ShapeRef.new(shape: String, location_name: "creationDate"))
|
10108
10358
|
ImageMetadata.add_member(:deprecation_time, Shapes::ShapeRef.new(shape: String, location_name: "deprecationTime"))
|
10359
|
+
ImageMetadata.add_member(:image_allowed, Shapes::ShapeRef.new(shape: Boolean, location_name: "imageAllowed"))
|
10109
10360
|
ImageMetadata.add_member(:is_public, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPublic"))
|
10110
10361
|
ImageMetadata.struct_class = Types::ImageMetadata
|
10111
10362
|
|
10363
|
+
ImageProviderList.member = Shapes::ShapeRef.new(shape: ImageProvider, location_name: "item")
|
10364
|
+
|
10365
|
+
ImageProviderRequestList.member = Shapes::ShapeRef.new(shape: ImageProviderRequest, location_name: "item")
|
10366
|
+
|
10112
10367
|
ImageRecycleBinInfo.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
|
10113
10368
|
ImageRecycleBinInfo.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
10114
10369
|
ImageRecycleBinInfo.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
@@ -10550,6 +10805,8 @@ module Aws::EC2
|
|
10550
10805
|
InstanceMetadataDefaultsResponse.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "httpPutResponseHopLimit"))
|
10551
10806
|
InstanceMetadataDefaultsResponse.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: InstanceMetadataEndpointState, location_name: "httpEndpoint"))
|
10552
10807
|
InstanceMetadataDefaultsResponse.add_member(:instance_metadata_tags, Shapes::ShapeRef.new(shape: InstanceMetadataTagsState, location_name: "instanceMetadataTags"))
|
10808
|
+
InstanceMetadataDefaultsResponse.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "managedBy"))
|
10809
|
+
InstanceMetadataDefaultsResponse.add_member(:managed_exception_message, Shapes::ShapeRef.new(shape: String, location_name: "managedExceptionMessage"))
|
10553
10810
|
InstanceMetadataDefaultsResponse.struct_class = Types::InstanceMetadataDefaultsResponse
|
10554
10811
|
|
10555
10812
|
InstanceMetadataOptionsRequest.add_member(:http_tokens, Shapes::ShapeRef.new(shape: HttpTokensState, location_name: "HttpTokens"))
|
@@ -12325,13 +12582,18 @@ module Aws::EC2
|
|
12325
12582
|
ModifyTransitGatewayVpcAttachmentResult.add_member(:transit_gateway_vpc_attachment, Shapes::ShapeRef.new(shape: TransitGatewayVpcAttachment, location_name: "transitGatewayVpcAttachment"))
|
12326
12583
|
ModifyTransitGatewayVpcAttachmentResult.struct_class = Types::ModifyTransitGatewayVpcAttachmentResult
|
12327
12584
|
|
12585
|
+
ModifyVerifiedAccessEndpointCidrOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointPortRangeList, location_name: "PortRange"))
|
12586
|
+
ModifyVerifiedAccessEndpointCidrOptions.struct_class = Types::ModifyVerifiedAccessEndpointCidrOptions
|
12587
|
+
|
12328
12588
|
ModifyVerifiedAccessEndpointEniOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
12329
12589
|
ModifyVerifiedAccessEndpointEniOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "Port"))
|
12590
|
+
ModifyVerifiedAccessEndpointEniOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointPortRangeList, location_name: "PortRange"))
|
12330
12591
|
ModifyVerifiedAccessEndpointEniOptions.struct_class = Types::ModifyVerifiedAccessEndpointEniOptions
|
12331
12592
|
|
12332
12593
|
ModifyVerifiedAccessEndpointLoadBalancerOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointSubnetIdList, location_name: "SubnetId"))
|
12333
12594
|
ModifyVerifiedAccessEndpointLoadBalancerOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
12334
12595
|
ModifyVerifiedAccessEndpointLoadBalancerOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "Port"))
|
12596
|
+
ModifyVerifiedAccessEndpointLoadBalancerOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointPortRangeList, location_name: "PortRange"))
|
12335
12597
|
ModifyVerifiedAccessEndpointLoadBalancerOptions.struct_class = Types::ModifyVerifiedAccessEndpointLoadBalancerOptions
|
12336
12598
|
|
12337
12599
|
ModifyVerifiedAccessEndpointPolicyRequest.add_member(:verified_access_endpoint_id, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, required: true, location_name: "VerifiedAccessEndpointId"))
|
@@ -12347,6 +12609,17 @@ module Aws::EC2
|
|
12347
12609
|
ModifyVerifiedAccessEndpointPolicyResult.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationResponse, location_name: "sseSpecification"))
|
12348
12610
|
ModifyVerifiedAccessEndpointPolicyResult.struct_class = Types::ModifyVerifiedAccessEndpointPolicyResult
|
12349
12611
|
|
12612
|
+
ModifyVerifiedAccessEndpointPortRange.add_member(:from_port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "FromPort"))
|
12613
|
+
ModifyVerifiedAccessEndpointPortRange.add_member(:to_port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "ToPort"))
|
12614
|
+
ModifyVerifiedAccessEndpointPortRange.struct_class = Types::ModifyVerifiedAccessEndpointPortRange
|
12615
|
+
|
12616
|
+
ModifyVerifiedAccessEndpointPortRangeList.member = Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointPortRange, location_name: "item")
|
12617
|
+
|
12618
|
+
ModifyVerifiedAccessEndpointRdsOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointSubnetIdList, location_name: "SubnetId"))
|
12619
|
+
ModifyVerifiedAccessEndpointRdsOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "Port"))
|
12620
|
+
ModifyVerifiedAccessEndpointRdsOptions.add_member(:rds_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "RdsEndpoint"))
|
12621
|
+
ModifyVerifiedAccessEndpointRdsOptions.struct_class = Types::ModifyVerifiedAccessEndpointRdsOptions
|
12622
|
+
|
12350
12623
|
ModifyVerifiedAccessEndpointRequest.add_member(:verified_access_endpoint_id, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, required: true, location_name: "VerifiedAccessEndpointId"))
|
12351
12624
|
ModifyVerifiedAccessEndpointRequest.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: VerifiedAccessGroupId, location_name: "VerifiedAccessGroupId"))
|
12352
12625
|
ModifyVerifiedAccessEndpointRequest.add_member(:load_balancer_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointLoadBalancerOptions, location_name: "LoadBalancerOptions"))
|
@@ -12354,6 +12627,8 @@ module Aws::EC2
|
|
12354
12627
|
ModifyVerifiedAccessEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
12355
12628
|
ModifyVerifiedAccessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
12356
12629
|
ModifyVerifiedAccessEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12630
|
+
ModifyVerifiedAccessEndpointRequest.add_member(:rds_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointRdsOptions, location_name: "RdsOptions"))
|
12631
|
+
ModifyVerifiedAccessEndpointRequest.add_member(:cidr_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointCidrOptions, location_name: "CidrOptions"))
|
12357
12632
|
ModifyVerifiedAccessEndpointRequest.struct_class = Types::ModifyVerifiedAccessEndpointRequest
|
12358
12633
|
|
12359
12634
|
ModifyVerifiedAccessEndpointResult.add_member(:verified_access_endpoint, Shapes::ShapeRef.new(shape: VerifiedAccessEndpoint, location_name: "verifiedAccessEndpoint"))
|
@@ -12397,11 +12672,22 @@ module Aws::EC2
|
|
12397
12672
|
ModifyVerifiedAccessInstanceRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
12398
12673
|
ModifyVerifiedAccessInstanceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12399
12674
|
ModifyVerifiedAccessInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
12675
|
+
ModifyVerifiedAccessInstanceRequest.add_member(:cidr_endpoints_custom_sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "CidrEndpointsCustomSubDomain"))
|
12400
12676
|
ModifyVerifiedAccessInstanceRequest.struct_class = Types::ModifyVerifiedAccessInstanceRequest
|
12401
12677
|
|
12402
12678
|
ModifyVerifiedAccessInstanceResult.add_member(:verified_access_instance, Shapes::ShapeRef.new(shape: VerifiedAccessInstance, location_name: "verifiedAccessInstance"))
|
12403
12679
|
ModifyVerifiedAccessInstanceResult.struct_class = Types::ModifyVerifiedAccessInstanceResult
|
12404
12680
|
|
12681
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:public_signing_key_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyEndpoint"))
|
12682
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:issuer, Shapes::ShapeRef.new(shape: String, location_name: "Issuer"))
|
12683
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "AuthorizationEndpoint"))
|
12684
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "TokenEndpoint"))
|
12685
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "UserInfoEndpoint"))
|
12686
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:client_id, Shapes::ShapeRef.new(shape: String, location_name: "ClientId"))
|
12687
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, location_name: "ClientSecret"))
|
12688
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.add_member(:scope, Shapes::ShapeRef.new(shape: String, location_name: "Scope"))
|
12689
|
+
ModifyVerifiedAccessNativeApplicationOidcOptions.struct_class = Types::ModifyVerifiedAccessNativeApplicationOidcOptions
|
12690
|
+
|
12405
12691
|
ModifyVerifiedAccessTrustProviderDeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyUrl"))
|
12406
12692
|
ModifyVerifiedAccessTrustProviderDeviceOptions.struct_class = Types::ModifyVerifiedAccessTrustProviderDeviceOptions
|
12407
12693
|
|
@@ -12421,6 +12707,7 @@ module Aws::EC2
|
|
12421
12707
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12422
12708
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
12423
12709
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationRequest, location_name: "SseSpecification"))
|
12710
|
+
ModifyVerifiedAccessTrustProviderRequest.add_member(:native_application_oidc_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessNativeApplicationOidcOptions, location_name: "NativeApplicationOidcOptions"))
|
12424
12711
|
ModifyVerifiedAccessTrustProviderRequest.struct_class = Types::ModifyVerifiedAccessTrustProviderRequest
|
12425
12712
|
|
12426
12713
|
ModifyVerifiedAccessTrustProviderResult.add_member(:verified_access_trust_provider, Shapes::ShapeRef.new(shape: VerifiedAccessTrustProvider, location_name: "verifiedAccessTrustProvider"))
|
@@ -12503,6 +12790,8 @@ module Aws::EC2
|
|
12503
12790
|
ModifyVpcEndpointServiceConfigurationRequest.add_member(:remove_gateway_load_balancer_arns, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "RemoveGatewayLoadBalancerArn"))
|
12504
12791
|
ModifyVpcEndpointServiceConfigurationRequest.add_member(:add_supported_ip_address_types, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "AddSupportedIpAddressType"))
|
12505
12792
|
ModifyVpcEndpointServiceConfigurationRequest.add_member(:remove_supported_ip_address_types, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "RemoveSupportedIpAddressType"))
|
12793
|
+
ModifyVpcEndpointServiceConfigurationRequest.add_member(:add_supported_regions, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "AddSupportedRegion"))
|
12794
|
+
ModifyVpcEndpointServiceConfigurationRequest.add_member(:remove_supported_regions, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "RemoveSupportedRegion"))
|
12506
12795
|
ModifyVpcEndpointServiceConfigurationRequest.struct_class = Types::ModifyVpcEndpointServiceConfigurationRequest
|
12507
12796
|
|
12508
12797
|
ModifyVpcEndpointServiceConfigurationResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
@@ -12680,6 +12969,15 @@ module Aws::EC2
|
|
12680
12969
|
|
12681
12970
|
NatGatewayList.member = Shapes::ShapeRef.new(shape: NatGateway, location_name: "item")
|
12682
12971
|
|
12972
|
+
NativeApplicationOidcOptions.add_member(:public_signing_key_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "publicSigningKeyEndpoint"))
|
12973
|
+
NativeApplicationOidcOptions.add_member(:issuer, Shapes::ShapeRef.new(shape: String, location_name: "issuer"))
|
12974
|
+
NativeApplicationOidcOptions.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "authorizationEndpoint"))
|
12975
|
+
NativeApplicationOidcOptions.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "tokenEndpoint"))
|
12976
|
+
NativeApplicationOidcOptions.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "userInfoEndpoint"))
|
12977
|
+
NativeApplicationOidcOptions.add_member(:client_id, Shapes::ShapeRef.new(shape: String, location_name: "clientId"))
|
12978
|
+
NativeApplicationOidcOptions.add_member(:scope, Shapes::ShapeRef.new(shape: String, location_name: "scope"))
|
12979
|
+
NativeApplicationOidcOptions.struct_class = Types::NativeApplicationOidcOptions
|
12980
|
+
|
12683
12981
|
NetworkAcl.add_member(:associations, Shapes::ShapeRef.new(shape: NetworkAclAssociationList, location_name: "associationSet"))
|
12684
12982
|
NetworkAcl.add_member(:entries, Shapes::ShapeRef.new(shape: NetworkAclEntryList, location_name: "entrySet"))
|
12685
12983
|
NetworkAcl.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "default"))
|
@@ -13493,6 +13791,13 @@ module Aws::EC2
|
|
13493
13791
|
|
13494
13792
|
RegionNames.member = Shapes::ShapeRef.new(shape: String)
|
13495
13793
|
|
13794
|
+
RegionalSummary.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "regionName"))
|
13795
|
+
RegionalSummary.add_member(:number_of_matched_accounts, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfMatchedAccounts"))
|
13796
|
+
RegionalSummary.add_member(:number_of_unmatched_accounts, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfUnmatchedAccounts"))
|
13797
|
+
RegionalSummary.struct_class = Types::RegionalSummary
|
13798
|
+
|
13799
|
+
RegionalSummaryList.member = Shapes::ShapeRef.new(shape: RegionalSummary, location_name: "item")
|
13800
|
+
|
13496
13801
|
RegisterImageRequest.add_member(:image_location, Shapes::ShapeRef.new(shape: String, location_name: "ImageLocation"))
|
13497
13802
|
RegisterImageRequest.add_member(:billing_products, Shapes::ShapeRef.new(shape: BillingProductList, location_name: "BillingProduct"))
|
13498
13803
|
RegisterImageRequest.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootModeValues, location_name: "BootMode"))
|
@@ -13634,6 +13939,13 @@ module Aws::EC2
|
|
13634
13939
|
ReplaceIamInstanceProfileAssociationResult.add_member(:iam_instance_profile_association, Shapes::ShapeRef.new(shape: IamInstanceProfileAssociation, location_name: "iamInstanceProfileAssociation"))
|
13635
13940
|
ReplaceIamInstanceProfileAssociationResult.struct_class = Types::ReplaceIamInstanceProfileAssociationResult
|
13636
13941
|
|
13942
|
+
ReplaceImageCriteriaInAllowedImagesSettingsRequest.add_member(:image_criteria, Shapes::ShapeRef.new(shape: ImageCriterionRequestList, location_name: "ImageCriterion"))
|
13943
|
+
ReplaceImageCriteriaInAllowedImagesSettingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
13944
|
+
ReplaceImageCriteriaInAllowedImagesSettingsRequest.struct_class = Types::ReplaceImageCriteriaInAllowedImagesSettingsRequest
|
13945
|
+
|
13946
|
+
ReplaceImageCriteriaInAllowedImagesSettingsResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
13947
|
+
ReplaceImageCriteriaInAllowedImagesSettingsResult.struct_class = Types::ReplaceImageCriteriaInAllowedImagesSettingsResult
|
13948
|
+
|
13637
13949
|
ReplaceNetworkAclAssociationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
13638
13950
|
ReplaceNetworkAclAssociationRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: NetworkAclAssociationId, required: true, location_name: "associationId"))
|
13639
13951
|
ReplaceNetworkAclAssociationRequest.add_member(:network_acl_id, Shapes::ShapeRef.new(shape: NetworkAclId, required: true, location_name: "networkAclId"))
|
@@ -14570,6 +14882,8 @@ module Aws::EC2
|
|
14570
14882
|
ServiceConfiguration.add_member(:private_dns_name_configuration, Shapes::ShapeRef.new(shape: PrivateDnsNameConfiguration, location_name: "privateDnsNameConfiguration"))
|
14571
14883
|
ServiceConfiguration.add_member(:payer_responsibility, Shapes::ShapeRef.new(shape: PayerResponsibility, location_name: "payerResponsibility"))
|
14572
14884
|
ServiceConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
14885
|
+
ServiceConfiguration.add_member(:supported_regions, Shapes::ShapeRef.new(shape: SupportedRegionSet, location_name: "supportedRegionSet"))
|
14886
|
+
ServiceConfiguration.add_member(:remote_access_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "remoteAccessEnabled"))
|
14573
14887
|
ServiceConfiguration.struct_class = Types::ServiceConfiguration
|
14574
14888
|
|
14575
14889
|
ServiceConfigurationSet.member = Shapes::ShapeRef.new(shape: ServiceConfiguration, location_name: "item")
|
@@ -14577,6 +14891,7 @@ module Aws::EC2
|
|
14577
14891
|
ServiceDetail.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceName"))
|
14578
14892
|
ServiceDetail.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
|
14579
14893
|
ServiceDetail.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceTypeDetailSet, location_name: "serviceType"))
|
14894
|
+
ServiceDetail.add_member(:service_region, Shapes::ShapeRef.new(shape: String, location_name: "serviceRegion"))
|
14580
14895
|
ServiceDetail.add_member(:availability_zones, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "availabilityZoneSet"))
|
14581
14896
|
ServiceDetail.add_member(:owner, Shapes::ShapeRef.new(shape: String, location_name: "owner"))
|
14582
14897
|
ServiceDetail.add_member(:base_endpoint_dns_names, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "baseEndpointDnsNameSet"))
|
@@ -14612,6 +14927,9 @@ module Aws::EC2
|
|
14612
14927
|
Snapshot.add_member(:storage_tier, Shapes::ShapeRef.new(shape: StorageTier, location_name: "storageTier"))
|
14613
14928
|
Snapshot.add_member(:restore_expiry_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "restoreExpiryTime"))
|
14614
14929
|
Snapshot.add_member(:sse_type, Shapes::ShapeRef.new(shape: SSEType, location_name: "sseType"))
|
14930
|
+
Snapshot.add_member(:transfer_type, Shapes::ShapeRef.new(shape: TransferType, location_name: "transferType"))
|
14931
|
+
Snapshot.add_member(:completion_duration_minutes, Shapes::ShapeRef.new(shape: SnapshotCompletionDurationMinutesResponse, location_name: "completionDurationMinutes"))
|
14932
|
+
Snapshot.add_member(:completion_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "completionTime"))
|
14615
14933
|
Snapshot.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: String, location_name: "snapshotId"))
|
14616
14934
|
Snapshot.add_member(:volume_id, Shapes::ShapeRef.new(shape: String, location_name: "volumeId"))
|
14617
14935
|
Snapshot.add_member(:state, Shapes::ShapeRef.new(shape: SnapshotState, location_name: "status"))
|
@@ -14888,6 +15206,16 @@ module Aws::EC2
|
|
14888
15206
|
|
14889
15207
|
StaleSecurityGroupSet.member = Shapes::ShapeRef.new(shape: StaleSecurityGroup, location_name: "item")
|
14890
15208
|
|
15209
|
+
StartDeclarativePoliciesReportRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
15210
|
+
StartDeclarativePoliciesReportRequest.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3Bucket"))
|
15211
|
+
StartDeclarativePoliciesReportRequest.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: String, location_name: "S3Prefix"))
|
15212
|
+
StartDeclarativePoliciesReportRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetId"))
|
15213
|
+
StartDeclarativePoliciesReportRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
15214
|
+
StartDeclarativePoliciesReportRequest.struct_class = Types::StartDeclarativePoliciesReportRequest
|
15215
|
+
|
15216
|
+
StartDeclarativePoliciesReportResult.add_member(:report_id, Shapes::ShapeRef.new(shape: String, location_name: "reportId"))
|
15217
|
+
StartDeclarativePoliciesReportResult.struct_class = Types::StartDeclarativePoliciesReportResult
|
15218
|
+
|
14891
15219
|
StartInstancesRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdStringList, required: true, location_name: "InstanceId"))
|
14892
15220
|
StartInstancesRequest.add_member(:additional_info, Shapes::ShapeRef.new(shape: String, location_name: "additionalInfo"))
|
14893
15221
|
StartInstancesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -15010,6 +15338,12 @@ module Aws::EC2
|
|
15010
15338
|
|
15011
15339
|
SubnetIdStringList.member = Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId")
|
15012
15340
|
|
15341
|
+
SubnetIpPrefixes.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
15342
|
+
SubnetIpPrefixes.add_member(:ip_prefixes, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "ipPrefixSet"))
|
15343
|
+
SubnetIpPrefixes.struct_class = Types::SubnetIpPrefixes
|
15344
|
+
|
15345
|
+
SubnetIpPrefixesList.member = Shapes::ShapeRef.new(shape: SubnetIpPrefixes, location_name: "item")
|
15346
|
+
|
15013
15347
|
SubnetIpv6CidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: SubnetCidrAssociationId, location_name: "associationId"))
|
15014
15348
|
SubnetIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
|
15015
15349
|
SubnetIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block_state, Shapes::ShapeRef.new(shape: SubnetCidrBlockState, location_name: "ipv6CidrBlockState"))
|
@@ -15044,6 +15378,12 @@ module Aws::EC2
|
|
15044
15378
|
|
15045
15379
|
SupportedIpAddressTypes.member = Shapes::ShapeRef.new(shape: ServiceConnectivityType, location_name: "item")
|
15046
15380
|
|
15381
|
+
SupportedRegionDetail.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "region"))
|
15382
|
+
SupportedRegionDetail.add_member(:service_state, Shapes::ShapeRef.new(shape: String, location_name: "serviceState"))
|
15383
|
+
SupportedRegionDetail.struct_class = Types::SupportedRegionDetail
|
15384
|
+
|
15385
|
+
SupportedRegionSet.member = Shapes::ShapeRef.new(shape: SupportedRegionDetail, location_name: "item")
|
15386
|
+
|
15047
15387
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
15048
15388
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
15049
15389
|
Tag.struct_class = Types::Tag
|
@@ -15788,11 +16128,20 @@ module Aws::EC2
|
|
15788
16128
|
VerifiedAccessEndpoint.add_member(:deletion_time, Shapes::ShapeRef.new(shape: String, location_name: "deletionTime"))
|
15789
16129
|
VerifiedAccessEndpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
15790
16130
|
VerifiedAccessEndpoint.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationResponse, location_name: "sseSpecification"))
|
16131
|
+
VerifiedAccessEndpoint.add_member(:rds_options, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointRdsOptions, location_name: "rdsOptions"))
|
16132
|
+
VerifiedAccessEndpoint.add_member(:cidr_options, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointCidrOptions, location_name: "cidrOptions"))
|
15791
16133
|
VerifiedAccessEndpoint.struct_class = Types::VerifiedAccessEndpoint
|
15792
16134
|
|
16135
|
+
VerifiedAccessEndpointCidrOptions.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
16136
|
+
VerifiedAccessEndpointCidrOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortRangeList, location_name: "portRangeSet"))
|
16137
|
+
VerifiedAccessEndpointCidrOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "protocol"))
|
16138
|
+
VerifiedAccessEndpointCidrOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointSubnetIdList, location_name: "subnetIdSet"))
|
16139
|
+
VerifiedAccessEndpointCidrOptions.struct_class = Types::VerifiedAccessEndpointCidrOptions
|
16140
|
+
|
15793
16141
|
VerifiedAccessEndpointEniOptions.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "networkInterfaceId"))
|
15794
16142
|
VerifiedAccessEndpointEniOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "protocol"))
|
15795
16143
|
VerifiedAccessEndpointEniOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "port"))
|
16144
|
+
VerifiedAccessEndpointEniOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortRangeList, location_name: "portRangeSet"))
|
15796
16145
|
VerifiedAccessEndpointEniOptions.struct_class = Types::VerifiedAccessEndpointEniOptions
|
15797
16146
|
|
15798
16147
|
VerifiedAccessEndpointIdList.member = Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, location_name: "item")
|
@@ -15803,14 +16152,37 @@ module Aws::EC2
|
|
15803
16152
|
VerifiedAccessEndpointLoadBalancerOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "port"))
|
15804
16153
|
VerifiedAccessEndpointLoadBalancerOptions.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: String, location_name: "loadBalancerArn"))
|
15805
16154
|
VerifiedAccessEndpointLoadBalancerOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointSubnetIdList, location_name: "subnetIdSet"))
|
16155
|
+
VerifiedAccessEndpointLoadBalancerOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortRangeList, location_name: "portRangeSet"))
|
15806
16156
|
VerifiedAccessEndpointLoadBalancerOptions.struct_class = Types::VerifiedAccessEndpointLoadBalancerOptions
|
15807
16157
|
|
16158
|
+
VerifiedAccessEndpointPortRange.add_member(:from_port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "fromPort"))
|
16159
|
+
VerifiedAccessEndpointPortRange.add_member(:to_port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "toPort"))
|
16160
|
+
VerifiedAccessEndpointPortRange.struct_class = Types::VerifiedAccessEndpointPortRange
|
16161
|
+
|
16162
|
+
VerifiedAccessEndpointPortRangeList.member = Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortRange, location_name: "item")
|
16163
|
+
|
16164
|
+
VerifiedAccessEndpointRdsOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "protocol"))
|
16165
|
+
VerifiedAccessEndpointRdsOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "port"))
|
16166
|
+
VerifiedAccessEndpointRdsOptions.add_member(:rds_db_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "rdsDbInstanceArn"))
|
16167
|
+
VerifiedAccessEndpointRdsOptions.add_member(:rds_db_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "rdsDbClusterArn"))
|
16168
|
+
VerifiedAccessEndpointRdsOptions.add_member(:rds_db_proxy_arn, Shapes::ShapeRef.new(shape: String, location_name: "rdsDbProxyArn"))
|
16169
|
+
VerifiedAccessEndpointRdsOptions.add_member(:rds_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "rdsEndpoint"))
|
16170
|
+
VerifiedAccessEndpointRdsOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointSubnetIdList, location_name: "subnetIdSet"))
|
16171
|
+
VerifiedAccessEndpointRdsOptions.struct_class = Types::VerifiedAccessEndpointRdsOptions
|
16172
|
+
|
15808
16173
|
VerifiedAccessEndpointStatus.add_member(:code, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointStatusCode, location_name: "code"))
|
15809
16174
|
VerifiedAccessEndpointStatus.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
15810
16175
|
VerifiedAccessEndpointStatus.struct_class = Types::VerifiedAccessEndpointStatus
|
15811
16176
|
|
15812
16177
|
VerifiedAccessEndpointSubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId, location_name: "item")
|
15813
16178
|
|
16179
|
+
VerifiedAccessEndpointTarget.add_member(:verified_access_endpoint_id, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, location_name: "verifiedAccessEndpointId"))
|
16180
|
+
VerifiedAccessEndpointTarget.add_member(:verified_access_endpoint_target_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessEndpointTargetIpAddress"))
|
16181
|
+
VerifiedAccessEndpointTarget.add_member(:verified_access_endpoint_target_dns, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessEndpointTargetDns"))
|
16182
|
+
VerifiedAccessEndpointTarget.struct_class = Types::VerifiedAccessEndpointTarget
|
16183
|
+
|
16184
|
+
VerifiedAccessEndpointTargetList.member = Shapes::ShapeRef.new(shape: VerifiedAccessEndpointTarget, location_name: "item")
|
16185
|
+
|
15814
16186
|
VerifiedAccessGroup.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessGroupId"))
|
15815
16187
|
VerifiedAccessGroup.add_member(:verified_access_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessInstanceId"))
|
15816
16188
|
VerifiedAccessGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
@@ -15834,8 +16206,13 @@ module Aws::EC2
|
|
15834
16206
|
VerifiedAccessInstance.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: String, location_name: "lastUpdatedTime"))
|
15835
16207
|
VerifiedAccessInstance.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
15836
16208
|
VerifiedAccessInstance.add_member(:fips_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "fipsEnabled"))
|
16209
|
+
VerifiedAccessInstance.add_member(:cidr_endpoints_custom_sub_domain, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceCustomSubDomain, location_name: "cidrEndpointsCustomSubDomain"))
|
15837
16210
|
VerifiedAccessInstance.struct_class = Types::VerifiedAccessInstance
|
15838
16211
|
|
16212
|
+
VerifiedAccessInstanceCustomSubDomain.add_member(:sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "subDomain"))
|
16213
|
+
VerifiedAccessInstanceCustomSubDomain.add_member(:nameservers, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "nameserverSet"))
|
16214
|
+
VerifiedAccessInstanceCustomSubDomain.struct_class = Types::VerifiedAccessInstanceCustomSubDomain
|
16215
|
+
|
15839
16216
|
VerifiedAccessInstanceIdList.member = Shapes::ShapeRef.new(shape: VerifiedAccessInstanceId, location_name: "item")
|
15840
16217
|
|
15841
16218
|
VerifiedAccessInstanceList.member = Shapes::ShapeRef.new(shape: VerifiedAccessInstance, location_name: "item")
|
@@ -15846,6 +16223,29 @@ module Aws::EC2
|
|
15846
16223
|
|
15847
16224
|
VerifiedAccessInstanceLoggingConfigurationList.member = Shapes::ShapeRef.new(shape: VerifiedAccessInstanceLoggingConfiguration, location_name: "item")
|
15848
16225
|
|
16226
|
+
VerifiedAccessInstanceOpenVpnClientConfiguration.add_member(:config, Shapes::ShapeRef.new(shape: String, location_name: "config"))
|
16227
|
+
VerifiedAccessInstanceOpenVpnClientConfiguration.add_member(:routes, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceOpenVpnClientConfigurationRouteList, location_name: "routeSet"))
|
16228
|
+
VerifiedAccessInstanceOpenVpnClientConfiguration.struct_class = Types::VerifiedAccessInstanceOpenVpnClientConfiguration
|
16229
|
+
|
16230
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationList.member = Shapes::ShapeRef.new(shape: VerifiedAccessInstanceOpenVpnClientConfiguration, location_name: "item")
|
16231
|
+
|
16232
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationRoute.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
|
16233
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationRoute.struct_class = Types::VerifiedAccessInstanceOpenVpnClientConfigurationRoute
|
16234
|
+
|
16235
|
+
VerifiedAccessInstanceOpenVpnClientConfigurationRouteList.member = Shapes::ShapeRef.new(shape: VerifiedAccessInstanceOpenVpnClientConfigurationRoute, location_name: "item")
|
16236
|
+
|
16237
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: UserTrustProviderType, location_name: "type"))
|
16238
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:scopes, Shapes::ShapeRef.new(shape: String, location_name: "scopes"))
|
16239
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:issuer, Shapes::ShapeRef.new(shape: String, location_name: "issuer"))
|
16240
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "authorizationEndpoint"))
|
16241
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:public_signing_key_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "publicSigningKeyEndpoint"))
|
16242
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "tokenEndpoint"))
|
16243
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:user_info_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "userInfoEndpoint"))
|
16244
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:client_id, Shapes::ShapeRef.new(shape: String, location_name: "clientId"))
|
16245
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, location_name: "clientSecret"))
|
16246
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.add_member(:pkce_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "pkceEnabled"))
|
16247
|
+
VerifiedAccessInstanceUserTrustProviderClientConfiguration.struct_class = Types::VerifiedAccessInstanceUserTrustProviderClientConfiguration
|
16248
|
+
|
15849
16249
|
VerifiedAccessLogCloudWatchLogsDestination.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
15850
16250
|
VerifiedAccessLogCloudWatchLogsDestination.add_member(:delivery_status, Shapes::ShapeRef.new(shape: VerifiedAccessLogDeliveryStatus, location_name: "deliveryStatus"))
|
15851
16251
|
VerifiedAccessLogCloudWatchLogsDestination.add_member(:log_group, Shapes::ShapeRef.new(shape: String, location_name: "logGroup"))
|
@@ -15915,6 +16315,7 @@ module Aws::EC2
|
|
15915
16315
|
VerifiedAccessTrustProvider.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: String, location_name: "lastUpdatedTime"))
|
15916
16316
|
VerifiedAccessTrustProvider.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
15917
16317
|
VerifiedAccessTrustProvider.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationResponse, location_name: "sseSpecification"))
|
16318
|
+
VerifiedAccessTrustProvider.add_member(:native_application_oidc_options, Shapes::ShapeRef.new(shape: NativeApplicationOidcOptions, location_name: "nativeApplicationOidcOptions"))
|
15918
16319
|
VerifiedAccessTrustProvider.struct_class = Types::VerifiedAccessTrustProvider
|
15919
16320
|
|
15920
16321
|
VerifiedAccessTrustProviderCondensed.add_member(:verified_access_trust_provider_id, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessTrustProviderId"))
|
@@ -16090,6 +16491,8 @@ module Aws::EC2
|
|
16090
16491
|
VpcBlockPublicAccessOptions.add_member(:internet_gateway_block_mode, Shapes::ShapeRef.new(shape: InternetGatewayBlockMode, location_name: "internetGatewayBlockMode"))
|
16091
16492
|
VpcBlockPublicAccessOptions.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
|
16092
16493
|
VpcBlockPublicAccessOptions.add_member(:last_update_timestamp, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "lastUpdateTimestamp"))
|
16494
|
+
VpcBlockPublicAccessOptions.add_member(:managed_by, Shapes::ShapeRef.new(shape: ManagedBy, location_name: "managedBy"))
|
16495
|
+
VpcBlockPublicAccessOptions.add_member(:exclusions_allowed, Shapes::ShapeRef.new(shape: VpcBlockPublicAccessExclusionsAllowed, location_name: "exclusionsAllowed"))
|
16093
16496
|
VpcBlockPublicAccessOptions.struct_class = Types::VpcBlockPublicAccessOptions
|
16094
16497
|
|
16095
16498
|
VpcCidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
|
@@ -16131,8 +16534,30 @@ module Aws::EC2
|
|
16131
16534
|
VpcEndpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
16132
16535
|
VpcEndpoint.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
16133
16536
|
VpcEndpoint.add_member(:last_error, Shapes::ShapeRef.new(shape: LastError, location_name: "lastError"))
|
16537
|
+
VpcEndpoint.add_member(:ipv_4_prefixes, Shapes::ShapeRef.new(shape: SubnetIpPrefixesList, location_name: "ipv4PrefixSet"))
|
16538
|
+
VpcEndpoint.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: SubnetIpPrefixesList, location_name: "ipv6PrefixSet"))
|
16539
|
+
VpcEndpoint.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
16540
|
+
VpcEndpoint.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
|
16541
|
+
VpcEndpoint.add_member(:resource_configuration_arn, Shapes::ShapeRef.new(shape: ResourceConfigurationArn, location_name: "resourceConfigurationArn"))
|
16542
|
+
VpcEndpoint.add_member(:service_region, Shapes::ShapeRef.new(shape: String, location_name: "serviceRegion"))
|
16134
16543
|
VpcEndpoint.struct_class = Types::VpcEndpoint
|
16135
16544
|
|
16545
|
+
VpcEndpointAssociation.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
16546
|
+
VpcEndpointAssociation.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "vpcEndpointId"))
|
16547
|
+
VpcEndpointAssociation.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ServiceNetworkArn, location_name: "serviceNetworkArn"))
|
16548
|
+
VpcEndpointAssociation.add_member(:service_network_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceNetworkName"))
|
16549
|
+
VpcEndpointAssociation.add_member(:associated_resource_accessibility, Shapes::ShapeRef.new(shape: String, location_name: "associatedResourceAccessibility"))
|
16550
|
+
VpcEndpointAssociation.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
16551
|
+
VpcEndpointAssociation.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "failureCode"))
|
16552
|
+
VpcEndpointAssociation.add_member(:dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "dnsEntry"))
|
16553
|
+
VpcEndpointAssociation.add_member(:private_dns_entry, Shapes::ShapeRef.new(shape: DnsEntry, location_name: "privateDnsEntry"))
|
16554
|
+
VpcEndpointAssociation.add_member(:associated_resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "associatedResourceArn"))
|
16555
|
+
VpcEndpointAssociation.add_member(:resource_configuration_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "resourceConfigurationGroupArn"))
|
16556
|
+
VpcEndpointAssociation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
16557
|
+
VpcEndpointAssociation.struct_class = Types::VpcEndpointAssociation
|
16558
|
+
|
16559
|
+
VpcEndpointAssociationSet.member = Shapes::ShapeRef.new(shape: VpcEndpointAssociation, location_name: "item")
|
16560
|
+
|
16136
16561
|
VpcEndpointConnection.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
|
16137
16562
|
VpcEndpointConnection.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
|
16138
16563
|
VpcEndpointConnection.add_member(:vpc_endpoint_owner, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointOwner"))
|
@@ -16144,6 +16569,7 @@ module Aws::EC2
|
|
16144
16569
|
VpcEndpointConnection.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
16145
16570
|
VpcEndpointConnection.add_member(:vpc_endpoint_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointConnectionId"))
|
16146
16571
|
VpcEndpointConnection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
16572
|
+
VpcEndpointConnection.add_member(:vpc_endpoint_region, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointRegion"))
|
16147
16573
|
VpcEndpointConnection.struct_class = Types::VpcEndpointConnection
|
16148
16574
|
|
16149
16575
|
VpcEndpointConnectionSet.member = Shapes::ShapeRef.new(shape: VpcEndpointConnection, location_name: "item")
|
@@ -16725,6 +17151,14 @@ module Aws::EC2
|
|
16725
17151
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
16726
17152
|
end)
|
16727
17153
|
|
17154
|
+
api.add_operation(:cancel_declarative_policies_report, Seahorse::Model::Operation.new.tap do |o|
|
17155
|
+
o.name = "CancelDeclarativePoliciesReport"
|
17156
|
+
o.http_method = "POST"
|
17157
|
+
o.http_request_uri = "/"
|
17158
|
+
o.input = Shapes::ShapeRef.new(shape: CancelDeclarativePoliciesReportRequest)
|
17159
|
+
o.output = Shapes::ShapeRef.new(shape: CancelDeclarativePoliciesReportResult)
|
17160
|
+
end)
|
17161
|
+
|
16728
17162
|
api.add_operation(:cancel_export_task, Seahorse::Model::Operation.new.tap do |o|
|
16729
17163
|
o.name = "CancelExportTask"
|
16730
17164
|
o.http_method = "POST"
|
@@ -18465,6 +18899,14 @@ module Aws::EC2
|
|
18465
18899
|
o.output = Shapes::ShapeRef.new(shape: DescribeCustomerGatewaysResult)
|
18466
18900
|
end)
|
18467
18901
|
|
18902
|
+
api.add_operation(:describe_declarative_policies_reports, Seahorse::Model::Operation.new.tap do |o|
|
18903
|
+
o.name = "DescribeDeclarativePoliciesReports"
|
18904
|
+
o.http_method = "POST"
|
18905
|
+
o.http_request_uri = "/"
|
18906
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDeclarativePoliciesReportsRequest)
|
18907
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDeclarativePoliciesReportsResult)
|
18908
|
+
end)
|
18909
|
+
|
18468
18910
|
api.add_operation(:describe_dhcp_options, Seahorse::Model::Operation.new.tap do |o|
|
18469
18911
|
o.name = "DescribeDhcpOptions"
|
18470
18912
|
o.http_method = "POST"
|
@@ -20020,6 +20462,14 @@ module Aws::EC2
|
|
20020
20462
|
)
|
20021
20463
|
end)
|
20022
20464
|
|
20465
|
+
api.add_operation(:describe_vpc_endpoint_associations, Seahorse::Model::Operation.new.tap do |o|
|
20466
|
+
o.name = "DescribeVpcEndpointAssociations"
|
20467
|
+
o.http_method = "POST"
|
20468
|
+
o.http_request_uri = "/"
|
20469
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeVpcEndpointAssociationsRequest)
|
20470
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeVpcEndpointAssociationsResult)
|
20471
|
+
end)
|
20472
|
+
|
20023
20473
|
api.add_operation(:describe_vpc_endpoint_connection_notifications, Seahorse::Model::Operation.new.tap do |o|
|
20024
20474
|
o.name = "DescribeVpcEndpointConnectionNotifications"
|
20025
20475
|
o.http_method = "POST"
|
@@ -20198,6 +20648,14 @@ module Aws::EC2
|
|
20198
20648
|
o.output = Shapes::ShapeRef.new(shape: DisableAddressTransferResult)
|
20199
20649
|
end)
|
20200
20650
|
|
20651
|
+
api.add_operation(:disable_allowed_images_settings, Seahorse::Model::Operation.new.tap do |o|
|
20652
|
+
o.name = "DisableAllowedImagesSettings"
|
20653
|
+
o.http_method = "POST"
|
20654
|
+
o.http_request_uri = "/"
|
20655
|
+
o.input = Shapes::ShapeRef.new(shape: DisableAllowedImagesSettingsRequest)
|
20656
|
+
o.output = Shapes::ShapeRef.new(shape: DisableAllowedImagesSettingsResult)
|
20657
|
+
end)
|
20658
|
+
|
20201
20659
|
api.add_operation(:disable_aws_network_performance_metric_subscription, Seahorse::Model::Operation.new.tap do |o|
|
20202
20660
|
o.name = "DisableAwsNetworkPerformanceMetricSubscription"
|
20203
20661
|
o.http_method = "POST"
|
@@ -20462,6 +20920,14 @@ module Aws::EC2
|
|
20462
20920
|
o.output = Shapes::ShapeRef.new(shape: EnableAddressTransferResult)
|
20463
20921
|
end)
|
20464
20922
|
|
20923
|
+
api.add_operation(:enable_allowed_images_settings, Seahorse::Model::Operation.new.tap do |o|
|
20924
|
+
o.name = "EnableAllowedImagesSettings"
|
20925
|
+
o.http_method = "POST"
|
20926
|
+
o.http_request_uri = "/"
|
20927
|
+
o.input = Shapes::ShapeRef.new(shape: EnableAllowedImagesSettingsRequest)
|
20928
|
+
o.output = Shapes::ShapeRef.new(shape: EnableAllowedImagesSettingsResult)
|
20929
|
+
end)
|
20930
|
+
|
20465
20931
|
api.add_operation(:enable_aws_network_performance_metric_subscription, Seahorse::Model::Operation.new.tap do |o|
|
20466
20932
|
o.name = "EnableAwsNetworkPerformanceMetricSubscription"
|
20467
20933
|
o.http_method = "POST"
|
@@ -20630,6 +21096,22 @@ module Aws::EC2
|
|
20630
21096
|
o.output = Shapes::ShapeRef.new(shape: ExportTransitGatewayRoutesResult)
|
20631
21097
|
end)
|
20632
21098
|
|
21099
|
+
api.add_operation(:export_verified_access_instance_client_configuration, Seahorse::Model::Operation.new.tap do |o|
|
21100
|
+
o.name = "ExportVerifiedAccessInstanceClientConfiguration"
|
21101
|
+
o.http_method = "POST"
|
21102
|
+
o.http_request_uri = "/"
|
21103
|
+
o.input = Shapes::ShapeRef.new(shape: ExportVerifiedAccessInstanceClientConfigurationRequest)
|
21104
|
+
o.output = Shapes::ShapeRef.new(shape: ExportVerifiedAccessInstanceClientConfigurationResult)
|
21105
|
+
end)
|
21106
|
+
|
21107
|
+
api.add_operation(:get_allowed_images_settings, Seahorse::Model::Operation.new.tap do |o|
|
21108
|
+
o.name = "GetAllowedImagesSettings"
|
21109
|
+
o.http_method = "POST"
|
21110
|
+
o.http_request_uri = "/"
|
21111
|
+
o.input = Shapes::ShapeRef.new(shape: GetAllowedImagesSettingsRequest)
|
21112
|
+
o.output = Shapes::ShapeRef.new(shape: GetAllowedImagesSettingsResult)
|
21113
|
+
end)
|
21114
|
+
|
20633
21115
|
api.add_operation(:get_associated_enclave_certificate_iam_roles, Seahorse::Model::Operation.new.tap do |o|
|
20634
21116
|
o.name = "GetAssociatedEnclaveCertificateIamRoles"
|
20635
21117
|
o.http_method = "POST"
|
@@ -20698,6 +21180,14 @@ module Aws::EC2
|
|
20698
21180
|
o.output = Shapes::ShapeRef.new(shape: GetConsoleScreenshotResult)
|
20699
21181
|
end)
|
20700
21182
|
|
21183
|
+
api.add_operation(:get_declarative_policies_report_summary, Seahorse::Model::Operation.new.tap do |o|
|
21184
|
+
o.name = "GetDeclarativePoliciesReportSummary"
|
21185
|
+
o.http_method = "POST"
|
21186
|
+
o.http_request_uri = "/"
|
21187
|
+
o.input = Shapes::ShapeRef.new(shape: GetDeclarativePoliciesReportSummaryRequest)
|
21188
|
+
o.output = Shapes::ShapeRef.new(shape: GetDeclarativePoliciesReportSummaryResult)
|
21189
|
+
end)
|
21190
|
+
|
20701
21191
|
api.add_operation(:get_default_credit_specification, Seahorse::Model::Operation.new.tap do |o|
|
20702
21192
|
o.name = "GetDefaultCreditSpecification"
|
20703
21193
|
o.http_method = "POST"
|
@@ -21116,6 +21606,14 @@ module Aws::EC2
|
|
21116
21606
|
o.output = Shapes::ShapeRef.new(shape: GetVerifiedAccessEndpointPolicyResult)
|
21117
21607
|
end)
|
21118
21608
|
|
21609
|
+
api.add_operation(:get_verified_access_endpoint_targets, Seahorse::Model::Operation.new.tap do |o|
|
21610
|
+
o.name = "GetVerifiedAccessEndpointTargets"
|
21611
|
+
o.http_method = "POST"
|
21612
|
+
o.http_request_uri = "/"
|
21613
|
+
o.input = Shapes::ShapeRef.new(shape: GetVerifiedAccessEndpointTargetsRequest)
|
21614
|
+
o.output = Shapes::ShapeRef.new(shape: GetVerifiedAccessEndpointTargetsResult)
|
21615
|
+
end)
|
21616
|
+
|
21119
21617
|
api.add_operation(:get_verified_access_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
21120
21618
|
o.name = "GetVerifiedAccessGroupPolicy"
|
21121
21619
|
o.http_method = "POST"
|
@@ -22006,6 +22504,14 @@ module Aws::EC2
|
|
22006
22504
|
o.output = Shapes::ShapeRef.new(shape: ReplaceIamInstanceProfileAssociationResult)
|
22007
22505
|
end)
|
22008
22506
|
|
22507
|
+
api.add_operation(:replace_image_criteria_in_allowed_images_settings, Seahorse::Model::Operation.new.tap do |o|
|
22508
|
+
o.name = "ReplaceImageCriteriaInAllowedImagesSettings"
|
22509
|
+
o.http_method = "POST"
|
22510
|
+
o.http_request_uri = "/"
|
22511
|
+
o.input = Shapes::ShapeRef.new(shape: ReplaceImageCriteriaInAllowedImagesSettingsRequest)
|
22512
|
+
o.output = Shapes::ShapeRef.new(shape: ReplaceImageCriteriaInAllowedImagesSettingsResult)
|
22513
|
+
end)
|
22514
|
+
|
22009
22515
|
api.add_operation(:replace_network_acl_association, Seahorse::Model::Operation.new.tap do |o|
|
22010
22516
|
o.name = "ReplaceNetworkAclAssociation"
|
22011
22517
|
o.http_method = "POST"
|
@@ -22258,6 +22764,14 @@ module Aws::EC2
|
|
22258
22764
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
22259
22765
|
end)
|
22260
22766
|
|
22767
|
+
api.add_operation(:start_declarative_policies_report, Seahorse::Model::Operation.new.tap do |o|
|
22768
|
+
o.name = "StartDeclarativePoliciesReport"
|
22769
|
+
o.http_method = "POST"
|
22770
|
+
o.http_request_uri = "/"
|
22771
|
+
o.input = Shapes::ShapeRef.new(shape: StartDeclarativePoliciesReportRequest)
|
22772
|
+
o.output = Shapes::ShapeRef.new(shape: StartDeclarativePoliciesReportResult)
|
22773
|
+
end)
|
22774
|
+
|
22261
22775
|
api.add_operation(:start_instances, Seahorse::Model::Operation.new.tap do |o|
|
22262
22776
|
o.name = "StartInstances"
|
22263
22777
|
o.http_method = "POST"
|