aws-sdk-ec2 1.494.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +1237 -172
- data/lib/aws-sdk-ec2/client_api.rb +492 -4
- data/lib/aws-sdk-ec2/image.rb +17 -0
- data/lib/aws-sdk-ec2/instance.rb +2 -2
- data/lib/aws-sdk-ec2/network_interface.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +29 -18
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +3 -3
- data/lib/aws-sdk-ec2/types.rb +1660 -30
- data/lib/aws-sdk-ec2/volume.rb +5 -2
- data/lib/aws-sdk-ec2/vpc.rb +5 -5
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +374 -124
- 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 +1 -1
- data/sig/subnet.rbs +3 -3
- data/sig/tag.rbs +1 -1
- data/sig/types.rbs +424 -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')
|
@@ -2889,6 +2947,8 @@ module Aws::EC2
|
|
2889
2947
|
StaleIpPermissionSet = Shapes::ListShape.new(name: 'StaleIpPermissionSet')
|
2890
2948
|
StaleSecurityGroup = Shapes::StructureShape.new(name: 'StaleSecurityGroup')
|
2891
2949
|
StaleSecurityGroupSet = Shapes::ListShape.new(name: 'StaleSecurityGroupSet')
|
2950
|
+
StartDeclarativePoliciesReportRequest = Shapes::StructureShape.new(name: 'StartDeclarativePoliciesReportRequest')
|
2951
|
+
StartDeclarativePoliciesReportResult = Shapes::StructureShape.new(name: 'StartDeclarativePoliciesReportResult')
|
2892
2952
|
StartInstancesRequest = Shapes::StructureShape.new(name: 'StartInstancesRequest')
|
2893
2953
|
StartInstancesResult = Shapes::StructureShape.new(name: 'StartInstancesResult')
|
2894
2954
|
StartNetworkInsightsAccessScopeAnalysisRequest = Shapes::StructureShape.new(name: 'StartNetworkInsightsAccessScopeAnalysisRequest')
|
@@ -2928,6 +2988,8 @@ module Aws::EC2
|
|
2928
2988
|
SubnetConfigurationsList = Shapes::ListShape.new(name: 'SubnetConfigurationsList')
|
2929
2989
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
2930
2990
|
SubnetIdStringList = Shapes::ListShape.new(name: 'SubnetIdStringList')
|
2991
|
+
SubnetIpPrefixes = Shapes::StructureShape.new(name: 'SubnetIpPrefixes')
|
2992
|
+
SubnetIpPrefixesList = Shapes::ListShape.new(name: 'SubnetIpPrefixesList')
|
2931
2993
|
SubnetIpv6CidrBlockAssociation = Shapes::StructureShape.new(name: 'SubnetIpv6CidrBlockAssociation')
|
2932
2994
|
SubnetIpv6CidrBlockAssociationSet = Shapes::ListShape.new(name: 'SubnetIpv6CidrBlockAssociationSet')
|
2933
2995
|
SubnetList = Shapes::ListShape.new(name: 'SubnetList')
|
@@ -3165,27 +3227,39 @@ module Aws::EC2
|
|
3165
3227
|
VerificationMethod = Shapes::StringShape.new(name: 'VerificationMethod')
|
3166
3228
|
VerifiedAccessEndpoint = Shapes::StructureShape.new(name: 'VerifiedAccessEndpoint')
|
3167
3229
|
VerifiedAccessEndpointAttachmentType = Shapes::StringShape.new(name: 'VerifiedAccessEndpointAttachmentType')
|
3230
|
+
VerifiedAccessEndpointCidrOptions = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointCidrOptions')
|
3168
3231
|
VerifiedAccessEndpointEniOptions = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointEniOptions')
|
3169
3232
|
VerifiedAccessEndpointId = Shapes::StringShape.new(name: 'VerifiedAccessEndpointId')
|
3170
3233
|
VerifiedAccessEndpointIdList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointIdList')
|
3171
3234
|
VerifiedAccessEndpointList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointList')
|
3172
3235
|
VerifiedAccessEndpointLoadBalancerOptions = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointLoadBalancerOptions')
|
3173
3236
|
VerifiedAccessEndpointPortNumber = Shapes::IntegerShape.new(name: 'VerifiedAccessEndpointPortNumber')
|
3237
|
+
VerifiedAccessEndpointPortRange = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointPortRange')
|
3238
|
+
VerifiedAccessEndpointPortRangeList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointPortRangeList')
|
3174
3239
|
VerifiedAccessEndpointProtocol = Shapes::StringShape.new(name: 'VerifiedAccessEndpointProtocol')
|
3240
|
+
VerifiedAccessEndpointRdsOptions = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointRdsOptions')
|
3175
3241
|
VerifiedAccessEndpointStatus = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointStatus')
|
3176
3242
|
VerifiedAccessEndpointStatusCode = Shapes::StringShape.new(name: 'VerifiedAccessEndpointStatusCode')
|
3177
3243
|
VerifiedAccessEndpointSubnetIdList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointSubnetIdList')
|
3244
|
+
VerifiedAccessEndpointTarget = Shapes::StructureShape.new(name: 'VerifiedAccessEndpointTarget')
|
3245
|
+
VerifiedAccessEndpointTargetList = Shapes::ListShape.new(name: 'VerifiedAccessEndpointTargetList')
|
3178
3246
|
VerifiedAccessEndpointType = Shapes::StringShape.new(name: 'VerifiedAccessEndpointType')
|
3179
3247
|
VerifiedAccessGroup = Shapes::StructureShape.new(name: 'VerifiedAccessGroup')
|
3180
3248
|
VerifiedAccessGroupId = Shapes::StringShape.new(name: 'VerifiedAccessGroupId')
|
3181
3249
|
VerifiedAccessGroupIdList = Shapes::ListShape.new(name: 'VerifiedAccessGroupIdList')
|
3182
3250
|
VerifiedAccessGroupList = Shapes::ListShape.new(name: 'VerifiedAccessGroupList')
|
3183
3251
|
VerifiedAccessInstance = Shapes::StructureShape.new(name: 'VerifiedAccessInstance')
|
3252
|
+
VerifiedAccessInstanceCustomSubDomain = Shapes::StructureShape.new(name: 'VerifiedAccessInstanceCustomSubDomain')
|
3184
3253
|
VerifiedAccessInstanceId = Shapes::StringShape.new(name: 'VerifiedAccessInstanceId')
|
3185
3254
|
VerifiedAccessInstanceIdList = Shapes::ListShape.new(name: 'VerifiedAccessInstanceIdList')
|
3186
3255
|
VerifiedAccessInstanceList = Shapes::ListShape.new(name: 'VerifiedAccessInstanceList')
|
3187
3256
|
VerifiedAccessInstanceLoggingConfiguration = Shapes::StructureShape.new(name: 'VerifiedAccessInstanceLoggingConfiguration')
|
3188
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')
|
3189
3263
|
VerifiedAccessLogCloudWatchLogsDestination = Shapes::StructureShape.new(name: 'VerifiedAccessLogCloudWatchLogsDestination')
|
3190
3264
|
VerifiedAccessLogCloudWatchLogsDestinationOptions = Shapes::StructureShape.new(name: 'VerifiedAccessLogCloudWatchLogsDestinationOptions')
|
3191
3265
|
VerifiedAccessLogDeliveryStatus = Shapes::StructureShape.new(name: 'VerifiedAccessLogDeliveryStatus')
|
@@ -3248,6 +3322,7 @@ module Aws::EC2
|
|
3248
3322
|
VpcBlockPublicAccessExclusionIdList = Shapes::ListShape.new(name: 'VpcBlockPublicAccessExclusionIdList')
|
3249
3323
|
VpcBlockPublicAccessExclusionList = Shapes::ListShape.new(name: 'VpcBlockPublicAccessExclusionList')
|
3250
3324
|
VpcBlockPublicAccessExclusionState = Shapes::StringShape.new(name: 'VpcBlockPublicAccessExclusionState')
|
3325
|
+
VpcBlockPublicAccessExclusionsAllowed = Shapes::StringShape.new(name: 'VpcBlockPublicAccessExclusionsAllowed')
|
3251
3326
|
VpcBlockPublicAccessOptions = Shapes::StructureShape.new(name: 'VpcBlockPublicAccessOptions')
|
3252
3327
|
VpcBlockPublicAccessState = Shapes::StringShape.new(name: 'VpcBlockPublicAccessState')
|
3253
3328
|
VpcCidrAssociationId = Shapes::StringShape.new(name: 'VpcCidrAssociationId')
|
@@ -3259,6 +3334,8 @@ module Aws::EC2
|
|
3259
3334
|
VpcClassicLinkIdList = Shapes::ListShape.new(name: 'VpcClassicLinkIdList')
|
3260
3335
|
VpcClassicLinkList = Shapes::ListShape.new(name: 'VpcClassicLinkList')
|
3261
3336
|
VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
|
3337
|
+
VpcEndpointAssociation = Shapes::StructureShape.new(name: 'VpcEndpointAssociation')
|
3338
|
+
VpcEndpointAssociationSet = Shapes::ListShape.new(name: 'VpcEndpointAssociationSet')
|
3262
3339
|
VpcEndpointConnection = Shapes::StructureShape.new(name: 'VpcEndpointConnection')
|
3263
3340
|
VpcEndpointConnectionSet = Shapes::ListShape.new(name: 'VpcEndpointConnectionSet')
|
3264
3341
|
VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
|
@@ -3317,6 +3394,7 @@ module Aws::EC2
|
|
3317
3394
|
ZoneIdStringList = Shapes::ListShape.new(name: 'ZoneIdStringList')
|
3318
3395
|
ZoneNameStringList = Shapes::ListShape.new(name: 'ZoneNameStringList')
|
3319
3396
|
customerGatewayConfiguration = Shapes::StringShape.new(name: 'customerGatewayConfiguration')
|
3397
|
+
maxResults = Shapes::IntegerShape.new(name: 'maxResults')
|
3320
3398
|
preSharedKey = Shapes::StringShape.new(name: 'preSharedKey')
|
3321
3399
|
scope = Shapes::StringShape.new(name: 'scope')
|
3322
3400
|
snapshotTierStatusSet = Shapes::ListShape.new(name: 'snapshotTierStatusSet')
|
@@ -3985,6 +4063,15 @@ module Aws::EC2
|
|
3985
4063
|
AttributeBooleanValue.add_member(:value, Shapes::ShapeRef.new(shape: Boolean, location_name: "value"))
|
3986
4064
|
AttributeBooleanValue.struct_class = Types::AttributeBooleanValue
|
3987
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
|
+
|
3988
4075
|
AttributeValue.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
|
3989
4076
|
AttributeValue.struct_class = Types::AttributeValue
|
3990
4077
|
|
@@ -4180,6 +4267,13 @@ module Aws::EC2
|
|
4180
4267
|
CancelConversionRequest.add_member(:reason_message, Shapes::ShapeRef.new(shape: String, location_name: "reasonMessage"))
|
4181
4268
|
CancelConversionRequest.struct_class = Types::CancelConversionRequest
|
4182
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
|
+
|
4183
4277
|
CancelExportTaskRequest.add_member(:export_task_id, Shapes::ShapeRef.new(shape: ExportVmTaskId, required: true, location_name: "exportTaskId"))
|
4184
4278
|
CancelExportTaskRequest.struct_class = Types::CancelExportTaskRequest
|
4185
4279
|
|
@@ -5617,23 +5711,46 @@ module Aws::EC2
|
|
5617
5711
|
CreateTransitGatewayVpcAttachmentResult.add_member(:transit_gateway_vpc_attachment, Shapes::ShapeRef.new(shape: TransitGatewayVpcAttachment, location_name: "transitGatewayVpcAttachment"))
|
5618
5712
|
CreateTransitGatewayVpcAttachmentResult.struct_class = Types::CreateTransitGatewayVpcAttachmentResult
|
5619
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
|
+
|
5620
5720
|
CreateVerifiedAccessEndpointEniOptions.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "NetworkInterfaceId"))
|
5621
5721
|
CreateVerifiedAccessEndpointEniOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
5622
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"))
|
5623
5724
|
CreateVerifiedAccessEndpointEniOptions.struct_class = Types::CreateVerifiedAccessEndpointEniOptions
|
5624
5725
|
|
5625
5726
|
CreateVerifiedAccessEndpointLoadBalancerOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
5626
5727
|
CreateVerifiedAccessEndpointLoadBalancerOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "Port"))
|
5627
5728
|
CreateVerifiedAccessEndpointLoadBalancerOptions.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: LoadBalancerArn, location_name: "LoadBalancerArn"))
|
5628
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"))
|
5629
5731
|
CreateVerifiedAccessEndpointLoadBalancerOptions.struct_class = Types::CreateVerifiedAccessEndpointLoadBalancerOptions
|
5630
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
|
+
|
5631
5748
|
CreateVerifiedAccessEndpointRequest.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: VerifiedAccessGroupId, required: true, location_name: "VerifiedAccessGroupId"))
|
5632
5749
|
CreateVerifiedAccessEndpointRequest.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointType, required: true, location_name: "EndpointType"))
|
5633
5750
|
CreateVerifiedAccessEndpointRequest.add_member(:attachment_type, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointAttachmentType, required: true, location_name: "AttachmentType"))
|
5634
|
-
CreateVerifiedAccessEndpointRequest.add_member(:domain_certificate_arn, Shapes::ShapeRef.new(shape: CertificateArn,
|
5635
|
-
CreateVerifiedAccessEndpointRequest.add_member(:application_domain, Shapes::ShapeRef.new(shape: String,
|
5636
|
-
CreateVerifiedAccessEndpointRequest.add_member(:endpoint_domain_prefix, Shapes::ShapeRef.new(shape: String,
|
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"))
|
5637
5754
|
CreateVerifiedAccessEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "SecurityGroupId"))
|
5638
5755
|
CreateVerifiedAccessEndpointRequest.add_member(:load_balancer_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointLoadBalancerOptions, location_name: "LoadBalancerOptions"))
|
5639
5756
|
CreateVerifiedAccessEndpointRequest.add_member(:network_interface_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointEniOptions, location_name: "NetworkInterfaceOptions"))
|
@@ -5643,6 +5760,8 @@ module Aws::EC2
|
|
5643
5760
|
CreateVerifiedAccessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5644
5761
|
CreateVerifiedAccessEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5645
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"))
|
5646
5765
|
CreateVerifiedAccessEndpointRequest.struct_class = Types::CreateVerifiedAccessEndpointRequest
|
5647
5766
|
|
5648
5767
|
CreateVerifiedAccessEndpointResult.add_member(:verified_access_endpoint, Shapes::ShapeRef.new(shape: VerifiedAccessEndpoint, location_name: "verifiedAccessEndpoint"))
|
@@ -5667,11 +5786,22 @@ module Aws::EC2
|
|
5667
5786
|
CreateVerifiedAccessInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5668
5787
|
CreateVerifiedAccessInstanceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5669
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"))
|
5670
5790
|
CreateVerifiedAccessInstanceRequest.struct_class = Types::CreateVerifiedAccessInstanceRequest
|
5671
5791
|
|
5672
5792
|
CreateVerifiedAccessInstanceResult.add_member(:verified_access_instance, Shapes::ShapeRef.new(shape: VerifiedAccessInstance, location_name: "verifiedAccessInstance"))
|
5673
5793
|
CreateVerifiedAccessInstanceResult.struct_class = Types::CreateVerifiedAccessInstanceResult
|
5674
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
|
+
|
5675
5805
|
CreateVerifiedAccessTrustProviderDeviceOptions.add_member(:tenant_id, Shapes::ShapeRef.new(shape: String, location_name: "TenantId"))
|
5676
5806
|
CreateVerifiedAccessTrustProviderDeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyUrl"))
|
5677
5807
|
CreateVerifiedAccessTrustProviderDeviceOptions.struct_class = Types::CreateVerifiedAccessTrustProviderDeviceOptions
|
@@ -5696,6 +5826,7 @@ module Aws::EC2
|
|
5696
5826
|
CreateVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5697
5827
|
CreateVerifiedAccessTrustProviderRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5698
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"))
|
5699
5830
|
CreateVerifiedAccessTrustProviderRequest.struct_class = Types::CreateVerifiedAccessTrustProviderRequest
|
5700
5831
|
|
5701
5832
|
CreateVerifiedAccessTrustProviderResult.add_member(:verified_access_trust_provider, Shapes::ShapeRef.new(shape: VerifiedAccessTrustProvider, location_name: "verifiedAccessTrustProvider"))
|
@@ -5752,7 +5883,7 @@ module Aws::EC2
|
|
5752
5883
|
CreateVpcEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5753
5884
|
CreateVpcEndpointRequest.add_member(:vpc_endpoint_type, Shapes::ShapeRef.new(shape: VpcEndpointType, location_name: "VpcEndpointType"))
|
5754
5885
|
CreateVpcEndpointRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
5755
|
-
CreateVpcEndpointRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: String,
|
5886
|
+
CreateVpcEndpointRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "ServiceName"))
|
5756
5887
|
CreateVpcEndpointRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: String, location_name: "PolicyDocument"))
|
5757
5888
|
CreateVpcEndpointRequest.add_member(:route_table_ids, Shapes::ShapeRef.new(shape: VpcEndpointRouteTableIdList, location_name: "RouteTableId"))
|
5758
5889
|
CreateVpcEndpointRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: VpcEndpointSubnetIdList, location_name: "SubnetId"))
|
@@ -5763,6 +5894,8 @@ module Aws::EC2
|
|
5763
5894
|
CreateVpcEndpointRequest.add_member(:private_dns_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrivateDnsEnabled"))
|
5764
5895
|
CreateVpcEndpointRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5765
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"))
|
5766
5899
|
CreateVpcEndpointRequest.add_member(:service_region, Shapes::ShapeRef.new(shape: String, location_name: "ServiceRegion"))
|
5767
5900
|
CreateVpcEndpointRequest.struct_class = Types::CreateVpcEndpointRequest
|
5768
5901
|
|
@@ -5881,6 +6014,18 @@ module Aws::EC2
|
|
5881
6014
|
|
5882
6015
|
DataResponses.member = Shapes::ShapeRef.new(shape: DataResponse, location_name: "item")
|
5883
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
|
+
|
5884
6029
|
DedicatedHostIdList.member = Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "item")
|
5885
6030
|
|
5886
6031
|
DeleteCarrierGatewayRequest.add_member(:carrier_gateway_id, Shapes::ShapeRef.new(shape: CarrierGatewayId, required: true, location_name: "CarrierGatewayId"))
|
@@ -6751,6 +6896,16 @@ module Aws::EC2
|
|
6751
6896
|
DescribeCustomerGatewaysResult.add_member(:customer_gateways, Shapes::ShapeRef.new(shape: CustomerGatewayList, location_name: "customerGatewaySet"))
|
6752
6897
|
DescribeCustomerGatewaysResult.struct_class = Types::DescribeCustomerGatewaysResult
|
6753
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
|
+
|
6754
6909
|
DescribeDhcpOptionsRequest.add_member(:dhcp_options_ids, Shapes::ShapeRef.new(shape: DhcpOptionsIdStringList, location_name: "DhcpOptionsId"))
|
6755
6910
|
DescribeDhcpOptionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
6756
6911
|
DescribeDhcpOptionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeDhcpOptionsMaxResults, location_name: "MaxResults"))
|
@@ -8141,6 +8296,17 @@ module Aws::EC2
|
|
8141
8296
|
DescribeVpcClassicLinkResult.add_member(:vpcs, Shapes::ShapeRef.new(shape: VpcClassicLinkList, location_name: "vpcSet"))
|
8142
8297
|
DescribeVpcClassicLinkResult.struct_class = Types::DescribeVpcClassicLinkResult
|
8143
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
|
+
|
8144
8310
|
DescribeVpcEndpointConnectionNotificationsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8145
8311
|
DescribeVpcEndpointConnectionNotificationsRequest.add_member(:connection_notification_id, Shapes::ShapeRef.new(shape: ConnectionNotificationId, location_name: "ConnectionNotificationId"))
|
8146
8312
|
DescribeVpcEndpointConnectionNotificationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
@@ -8300,6 +8466,8 @@ module Aws::EC2
|
|
8300
8466
|
DeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "publicSigningKeyUrl"))
|
8301
8467
|
DeviceOptions.struct_class = Types::DeviceOptions
|
8302
8468
|
|
8469
|
+
DeviceTrustProviderTypeList.member = Shapes::ShapeRef.new(shape: DeviceTrustProviderType, location_name: "item")
|
8470
|
+
|
8303
8471
|
DhcpConfiguration.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
8304
8472
|
DhcpConfiguration.add_member(:values, Shapes::ShapeRef.new(shape: DhcpConfigurationValueList, location_name: "valueSet"))
|
8305
8473
|
DhcpConfiguration.struct_class = Types::DhcpConfiguration
|
@@ -8331,6 +8499,12 @@ module Aws::EC2
|
|
8331
8499
|
DisableAddressTransferResult.add_member(:address_transfer, Shapes::ShapeRef.new(shape: AddressTransfer, location_name: "addressTransfer"))
|
8332
8500
|
DisableAddressTransferResult.struct_class = Types::DisableAddressTransferResult
|
8333
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
|
+
|
8334
8508
|
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
8335
8509
|
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "Destination"))
|
8336
8510
|
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:metric, Shapes::ShapeRef.new(shape: MetricType, location_name: "Metric"))
|
@@ -8805,6 +8979,13 @@ module Aws::EC2
|
|
8805
8979
|
EnableAddressTransferResult.add_member(:address_transfer, Shapes::ShapeRef.new(shape: AddressTransfer, location_name: "addressTransfer"))
|
8806
8980
|
EnableAddressTransferResult.struct_class = Types::EnableAddressTransferResult
|
8807
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
|
+
|
8808
8989
|
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
8809
8990
|
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "Destination"))
|
8810
8991
|
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:metric, Shapes::ShapeRef.new(shape: MetricType, location_name: "Metric"))
|
@@ -9136,6 +9317,18 @@ module Aws::EC2
|
|
9136
9317
|
ExportTransitGatewayRoutesResult.add_member(:s3_location, Shapes::ShapeRef.new(shape: String, location_name: "s3Location"))
|
9137
9318
|
ExportTransitGatewayRoutesResult.struct_class = Types::ExportTransitGatewayRoutesResult
|
9138
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
|
+
|
9139
9332
|
FailedCapacityReservationFleetCancellationResult.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
|
9140
9333
|
FailedCapacityReservationFleetCancellationResult.add_member(:cancel_capacity_reservation_fleet_error, Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetError, location_name: "cancelCapacityReservationFleetError"))
|
9141
9334
|
FailedCapacityReservationFleetCancellationResult.struct_class = Types::FailedCapacityReservationFleetCancellationResult
|
@@ -9380,6 +9573,14 @@ module Aws::EC2
|
|
9380
9573
|
FpgaInfo.add_member(:total_fpga_memory_in_mi_b, Shapes::ShapeRef.new(shape: totalFpgaMemory, location_name: "totalFpgaMemoryInMiB"))
|
9381
9574
|
FpgaInfo.struct_class = Types::FpgaInfo
|
9382
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
|
+
|
9383
9584
|
GetAssociatedEnclaveCertificateIamRolesRequest.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: CertificateId, required: true, location_name: "CertificateArn"))
|
9384
9585
|
GetAssociatedEnclaveCertificateIamRolesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9385
9586
|
GetAssociatedEnclaveCertificateIamRolesRequest.struct_class = Types::GetAssociatedEnclaveCertificateIamRolesRequest
|
@@ -9456,6 +9657,21 @@ module Aws::EC2
|
|
9456
9657
|
GetConsoleScreenshotResult.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
9457
9658
|
GetConsoleScreenshotResult.struct_class = Types::GetConsoleScreenshotResult
|
9458
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
|
+
|
9459
9675
|
GetDefaultCreditSpecificationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9460
9676
|
GetDefaultCreditSpecificationRequest.add_member(:instance_family, Shapes::ShapeRef.new(shape: UnlimitedSupportedInstanceFamily, required: true, location_name: "InstanceFamily"))
|
9461
9677
|
GetDefaultCreditSpecificationRequest.struct_class = Types::GetDefaultCreditSpecificationRequest
|
@@ -9509,6 +9725,7 @@ module Aws::EC2
|
|
9509
9725
|
GetImageBlockPublicAccessStateRequest.struct_class = Types::GetImageBlockPublicAccessStateRequest
|
9510
9726
|
|
9511
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"))
|
9512
9729
|
GetImageBlockPublicAccessStateResult.struct_class = Types::GetImageBlockPublicAccessStateResult
|
9513
9730
|
|
9514
9731
|
GetInstanceMetadataDefaultsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -9726,12 +9943,14 @@ module Aws::EC2
|
|
9726
9943
|
GetSerialConsoleAccessStatusRequest.struct_class = Types::GetSerialConsoleAccessStatusRequest
|
9727
9944
|
|
9728
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"))
|
9729
9947
|
GetSerialConsoleAccessStatusResult.struct_class = Types::GetSerialConsoleAccessStatusResult
|
9730
9948
|
|
9731
9949
|
GetSnapshotBlockPublicAccessStateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9732
9950
|
GetSnapshotBlockPublicAccessStateRequest.struct_class = Types::GetSnapshotBlockPublicAccessStateRequest
|
9733
9951
|
|
9734
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"))
|
9735
9954
|
GetSnapshotBlockPublicAccessStateResult.struct_class = Types::GetSnapshotBlockPublicAccessStateResult
|
9736
9955
|
|
9737
9956
|
GetSpotPlacementScoresRequest.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypes, location_name: "InstanceType"))
|
@@ -9845,6 +10064,16 @@ module Aws::EC2
|
|
9845
10064
|
GetVerifiedAccessEndpointPolicyResult.add_member(:policy_document, Shapes::ShapeRef.new(shape: String, location_name: "policyDocument"))
|
9846
10065
|
GetVerifiedAccessEndpointPolicyResult.struct_class = Types::GetVerifiedAccessEndpointPolicyResult
|
9847
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
|
+
|
9848
10077
|
GetVerifiedAccessGroupPolicyRequest.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: VerifiedAccessGroupId, required: true, location_name: "VerifiedAccessGroupId"))
|
9849
10078
|
GetVerifiedAccessGroupPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9850
10079
|
GetVerifiedAccessGroupPolicyRequest.struct_class = Types::GetVerifiedAccessGroupPolicyRequest
|
@@ -10061,6 +10290,7 @@ module Aws::EC2
|
|
10061
10290
|
Image.add_member(:source_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceInstanceId"))
|
10062
10291
|
Image.add_member(:deregistration_protection, Shapes::ShapeRef.new(shape: String, location_name: "deregistrationProtection"))
|
10063
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"))
|
10064
10294
|
Image.add_member(:source_image_id, Shapes::ShapeRef.new(shape: String, location_name: "sourceImageId"))
|
10065
10295
|
Image.add_member(:source_image_region, Shapes::ShapeRef.new(shape: String, location_name: "sourceImageRegion"))
|
10066
10296
|
Image.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
|
@@ -10093,6 +10323,16 @@ module Aws::EC2
|
|
10093
10323
|
ImageAttribute.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappingList, location_name: "blockDeviceMapping"))
|
10094
10324
|
ImageAttribute.struct_class = Types::ImageAttribute
|
10095
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
|
+
|
10096
10336
|
ImageDiskContainer.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
10097
10337
|
ImageDiskContainer.add_member(:device_name, Shapes::ShapeRef.new(shape: String, location_name: "DeviceName"))
|
10098
10338
|
ImageDiskContainer.add_member(:format, Shapes::ShapeRef.new(shape: String, location_name: "Format"))
|
@@ -10116,9 +10356,14 @@ module Aws::EC2
|
|
10116
10356
|
ImageMetadata.add_member(:image_owner_alias, Shapes::ShapeRef.new(shape: String, location_name: "imageOwnerAlias"))
|
10117
10357
|
ImageMetadata.add_member(:creation_date, Shapes::ShapeRef.new(shape: String, location_name: "creationDate"))
|
10118
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"))
|
10119
10360
|
ImageMetadata.add_member(:is_public, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPublic"))
|
10120
10361
|
ImageMetadata.struct_class = Types::ImageMetadata
|
10121
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
|
+
|
10122
10367
|
ImageRecycleBinInfo.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
|
10123
10368
|
ImageRecycleBinInfo.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
10124
10369
|
ImageRecycleBinInfo.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
@@ -10560,6 +10805,8 @@ module Aws::EC2
|
|
10560
10805
|
InstanceMetadataDefaultsResponse.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "httpPutResponseHopLimit"))
|
10561
10806
|
InstanceMetadataDefaultsResponse.add_member(:http_endpoint, Shapes::ShapeRef.new(shape: InstanceMetadataEndpointState, location_name: "httpEndpoint"))
|
10562
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"))
|
10563
10810
|
InstanceMetadataDefaultsResponse.struct_class = Types::InstanceMetadataDefaultsResponse
|
10564
10811
|
|
10565
10812
|
InstanceMetadataOptionsRequest.add_member(:http_tokens, Shapes::ShapeRef.new(shape: HttpTokensState, location_name: "HttpTokens"))
|
@@ -12335,13 +12582,18 @@ module Aws::EC2
|
|
12335
12582
|
ModifyTransitGatewayVpcAttachmentResult.add_member(:transit_gateway_vpc_attachment, Shapes::ShapeRef.new(shape: TransitGatewayVpcAttachment, location_name: "transitGatewayVpcAttachment"))
|
12336
12583
|
ModifyTransitGatewayVpcAttachmentResult.struct_class = Types::ModifyTransitGatewayVpcAttachmentResult
|
12337
12584
|
|
12585
|
+
ModifyVerifiedAccessEndpointCidrOptions.add_member(:port_ranges, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointPortRangeList, location_name: "PortRange"))
|
12586
|
+
ModifyVerifiedAccessEndpointCidrOptions.struct_class = Types::ModifyVerifiedAccessEndpointCidrOptions
|
12587
|
+
|
12338
12588
|
ModifyVerifiedAccessEndpointEniOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
12339
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"))
|
12340
12591
|
ModifyVerifiedAccessEndpointEniOptions.struct_class = Types::ModifyVerifiedAccessEndpointEniOptions
|
12341
12592
|
|
12342
12593
|
ModifyVerifiedAccessEndpointLoadBalancerOptions.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointSubnetIdList, location_name: "SubnetId"))
|
12343
12594
|
ModifyVerifiedAccessEndpointLoadBalancerOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "Protocol"))
|
12344
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"))
|
12345
12597
|
ModifyVerifiedAccessEndpointLoadBalancerOptions.struct_class = Types::ModifyVerifiedAccessEndpointLoadBalancerOptions
|
12346
12598
|
|
12347
12599
|
ModifyVerifiedAccessEndpointPolicyRequest.add_member(:verified_access_endpoint_id, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, required: true, location_name: "VerifiedAccessEndpointId"))
|
@@ -12357,6 +12609,17 @@ module Aws::EC2
|
|
12357
12609
|
ModifyVerifiedAccessEndpointPolicyResult.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationResponse, location_name: "sseSpecification"))
|
12358
12610
|
ModifyVerifiedAccessEndpointPolicyResult.struct_class = Types::ModifyVerifiedAccessEndpointPolicyResult
|
12359
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
|
+
|
12360
12623
|
ModifyVerifiedAccessEndpointRequest.add_member(:verified_access_endpoint_id, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, required: true, location_name: "VerifiedAccessEndpointId"))
|
12361
12624
|
ModifyVerifiedAccessEndpointRequest.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: VerifiedAccessGroupId, location_name: "VerifiedAccessGroupId"))
|
12362
12625
|
ModifyVerifiedAccessEndpointRequest.add_member(:load_balancer_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointLoadBalancerOptions, location_name: "LoadBalancerOptions"))
|
@@ -12364,6 +12627,8 @@ module Aws::EC2
|
|
12364
12627
|
ModifyVerifiedAccessEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
12365
12628
|
ModifyVerifiedAccessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
12366
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"))
|
12367
12632
|
ModifyVerifiedAccessEndpointRequest.struct_class = Types::ModifyVerifiedAccessEndpointRequest
|
12368
12633
|
|
12369
12634
|
ModifyVerifiedAccessEndpointResult.add_member(:verified_access_endpoint, Shapes::ShapeRef.new(shape: VerifiedAccessEndpoint, location_name: "verifiedAccessEndpoint"))
|
@@ -12407,11 +12672,22 @@ module Aws::EC2
|
|
12407
12672
|
ModifyVerifiedAccessInstanceRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
12408
12673
|
ModifyVerifiedAccessInstanceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12409
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"))
|
12410
12676
|
ModifyVerifiedAccessInstanceRequest.struct_class = Types::ModifyVerifiedAccessInstanceRequest
|
12411
12677
|
|
12412
12678
|
ModifyVerifiedAccessInstanceResult.add_member(:verified_access_instance, Shapes::ShapeRef.new(shape: VerifiedAccessInstance, location_name: "verifiedAccessInstance"))
|
12413
12679
|
ModifyVerifiedAccessInstanceResult.struct_class = Types::ModifyVerifiedAccessInstanceResult
|
12414
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
|
+
|
12415
12691
|
ModifyVerifiedAccessTrustProviderDeviceOptions.add_member(:public_signing_key_url, Shapes::ShapeRef.new(shape: String, location_name: "PublicSigningKeyUrl"))
|
12416
12692
|
ModifyVerifiedAccessTrustProviderDeviceOptions.struct_class = Types::ModifyVerifiedAccessTrustProviderDeviceOptions
|
12417
12693
|
|
@@ -12431,6 +12707,7 @@ module Aws::EC2
|
|
12431
12707
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12432
12708
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
12433
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"))
|
12434
12711
|
ModifyVerifiedAccessTrustProviderRequest.struct_class = Types::ModifyVerifiedAccessTrustProviderRequest
|
12435
12712
|
|
12436
12713
|
ModifyVerifiedAccessTrustProviderResult.add_member(:verified_access_trust_provider, Shapes::ShapeRef.new(shape: VerifiedAccessTrustProvider, location_name: "verifiedAccessTrustProvider"))
|
@@ -12692,6 +12969,15 @@ module Aws::EC2
|
|
12692
12969
|
|
12693
12970
|
NatGatewayList.member = Shapes::ShapeRef.new(shape: NatGateway, location_name: "item")
|
12694
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
|
+
|
12695
12981
|
NetworkAcl.add_member(:associations, Shapes::ShapeRef.new(shape: NetworkAclAssociationList, location_name: "associationSet"))
|
12696
12982
|
NetworkAcl.add_member(:entries, Shapes::ShapeRef.new(shape: NetworkAclEntryList, location_name: "entrySet"))
|
12697
12983
|
NetworkAcl.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "default"))
|
@@ -13505,6 +13791,13 @@ module Aws::EC2
|
|
13505
13791
|
|
13506
13792
|
RegionNames.member = Shapes::ShapeRef.new(shape: String)
|
13507
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
|
+
|
13508
13801
|
RegisterImageRequest.add_member(:image_location, Shapes::ShapeRef.new(shape: String, location_name: "ImageLocation"))
|
13509
13802
|
RegisterImageRequest.add_member(:billing_products, Shapes::ShapeRef.new(shape: BillingProductList, location_name: "BillingProduct"))
|
13510
13803
|
RegisterImageRequest.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootModeValues, location_name: "BootMode"))
|
@@ -13646,6 +13939,13 @@ module Aws::EC2
|
|
13646
13939
|
ReplaceIamInstanceProfileAssociationResult.add_member(:iam_instance_profile_association, Shapes::ShapeRef.new(shape: IamInstanceProfileAssociation, location_name: "iamInstanceProfileAssociation"))
|
13647
13940
|
ReplaceIamInstanceProfileAssociationResult.struct_class = Types::ReplaceIamInstanceProfileAssociationResult
|
13648
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
|
+
|
13649
13949
|
ReplaceNetworkAclAssociationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
13650
13950
|
ReplaceNetworkAclAssociationRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: NetworkAclAssociationId, required: true, location_name: "associationId"))
|
13651
13951
|
ReplaceNetworkAclAssociationRequest.add_member(:network_acl_id, Shapes::ShapeRef.new(shape: NetworkAclId, required: true, location_name: "networkAclId"))
|
@@ -14906,6 +15206,16 @@ module Aws::EC2
|
|
14906
15206
|
|
14907
15207
|
StaleSecurityGroupSet.member = Shapes::ShapeRef.new(shape: StaleSecurityGroup, location_name: "item")
|
14908
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
|
+
|
14909
15219
|
StartInstancesRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdStringList, required: true, location_name: "InstanceId"))
|
14910
15220
|
StartInstancesRequest.add_member(:additional_info, Shapes::ShapeRef.new(shape: String, location_name: "additionalInfo"))
|
14911
15221
|
StartInstancesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -15028,6 +15338,12 @@ module Aws::EC2
|
|
15028
15338
|
|
15029
15339
|
SubnetIdStringList.member = Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId")
|
15030
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
|
+
|
15031
15347
|
SubnetIpv6CidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: SubnetCidrAssociationId, location_name: "associationId"))
|
15032
15348
|
SubnetIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
|
15033
15349
|
SubnetIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block_state, Shapes::ShapeRef.new(shape: SubnetCidrBlockState, location_name: "ipv6CidrBlockState"))
|
@@ -15812,11 +16128,20 @@ module Aws::EC2
|
|
15812
16128
|
VerifiedAccessEndpoint.add_member(:deletion_time, Shapes::ShapeRef.new(shape: String, location_name: "deletionTime"))
|
15813
16129
|
VerifiedAccessEndpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
15814
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"))
|
15815
16133
|
VerifiedAccessEndpoint.struct_class = Types::VerifiedAccessEndpoint
|
15816
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
|
+
|
15817
16141
|
VerifiedAccessEndpointEniOptions.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "networkInterfaceId"))
|
15818
16142
|
VerifiedAccessEndpointEniOptions.add_member(:protocol, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointProtocol, location_name: "protocol"))
|
15819
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"))
|
15820
16145
|
VerifiedAccessEndpointEniOptions.struct_class = Types::VerifiedAccessEndpointEniOptions
|
15821
16146
|
|
15822
16147
|
VerifiedAccessEndpointIdList.member = Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, location_name: "item")
|
@@ -15827,14 +16152,37 @@ module Aws::EC2
|
|
15827
16152
|
VerifiedAccessEndpointLoadBalancerOptions.add_member(:port, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointPortNumber, location_name: "port"))
|
15828
16153
|
VerifiedAccessEndpointLoadBalancerOptions.add_member(:load_balancer_arn, Shapes::ShapeRef.new(shape: String, location_name: "loadBalancerArn"))
|
15829
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"))
|
15830
16156
|
VerifiedAccessEndpointLoadBalancerOptions.struct_class = Types::VerifiedAccessEndpointLoadBalancerOptions
|
15831
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
|
+
|
15832
16173
|
VerifiedAccessEndpointStatus.add_member(:code, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointStatusCode, location_name: "code"))
|
15833
16174
|
VerifiedAccessEndpointStatus.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
15834
16175
|
VerifiedAccessEndpointStatus.struct_class = Types::VerifiedAccessEndpointStatus
|
15835
16176
|
|
15836
16177
|
VerifiedAccessEndpointSubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId, location_name: "item")
|
15837
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
|
+
|
15838
16186
|
VerifiedAccessGroup.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessGroupId"))
|
15839
16187
|
VerifiedAccessGroup.add_member(:verified_access_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessInstanceId"))
|
15840
16188
|
VerifiedAccessGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
@@ -15858,8 +16206,13 @@ module Aws::EC2
|
|
15858
16206
|
VerifiedAccessInstance.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: String, location_name: "lastUpdatedTime"))
|
15859
16207
|
VerifiedAccessInstance.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
15860
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"))
|
15861
16210
|
VerifiedAccessInstance.struct_class = Types::VerifiedAccessInstance
|
15862
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
|
+
|
15863
16216
|
VerifiedAccessInstanceIdList.member = Shapes::ShapeRef.new(shape: VerifiedAccessInstanceId, location_name: "item")
|
15864
16217
|
|
15865
16218
|
VerifiedAccessInstanceList.member = Shapes::ShapeRef.new(shape: VerifiedAccessInstance, location_name: "item")
|
@@ -15870,6 +16223,29 @@ module Aws::EC2
|
|
15870
16223
|
|
15871
16224
|
VerifiedAccessInstanceLoggingConfigurationList.member = Shapes::ShapeRef.new(shape: VerifiedAccessInstanceLoggingConfiguration, location_name: "item")
|
15872
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
|
+
|
15873
16249
|
VerifiedAccessLogCloudWatchLogsDestination.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
15874
16250
|
VerifiedAccessLogCloudWatchLogsDestination.add_member(:delivery_status, Shapes::ShapeRef.new(shape: VerifiedAccessLogDeliveryStatus, location_name: "deliveryStatus"))
|
15875
16251
|
VerifiedAccessLogCloudWatchLogsDestination.add_member(:log_group, Shapes::ShapeRef.new(shape: String, location_name: "logGroup"))
|
@@ -15939,6 +16315,7 @@ module Aws::EC2
|
|
15939
16315
|
VerifiedAccessTrustProvider.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: String, location_name: "lastUpdatedTime"))
|
15940
16316
|
VerifiedAccessTrustProvider.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
15941
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"))
|
15942
16319
|
VerifiedAccessTrustProvider.struct_class = Types::VerifiedAccessTrustProvider
|
15943
16320
|
|
15944
16321
|
VerifiedAccessTrustProviderCondensed.add_member(:verified_access_trust_provider_id, Shapes::ShapeRef.new(shape: String, location_name: "verifiedAccessTrustProviderId"))
|
@@ -16114,6 +16491,8 @@ module Aws::EC2
|
|
16114
16491
|
VpcBlockPublicAccessOptions.add_member(:internet_gateway_block_mode, Shapes::ShapeRef.new(shape: InternetGatewayBlockMode, location_name: "internetGatewayBlockMode"))
|
16115
16492
|
VpcBlockPublicAccessOptions.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
|
16116
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"))
|
16117
16496
|
VpcBlockPublicAccessOptions.struct_class = Types::VpcBlockPublicAccessOptions
|
16118
16497
|
|
16119
16498
|
VpcCidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
|
@@ -16155,9 +16534,30 @@ module Aws::EC2
|
|
16155
16534
|
VpcEndpoint.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
16156
16535
|
VpcEndpoint.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
16157
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"))
|
16158
16542
|
VpcEndpoint.add_member(:service_region, Shapes::ShapeRef.new(shape: String, location_name: "serviceRegion"))
|
16159
16543
|
VpcEndpoint.struct_class = Types::VpcEndpoint
|
16160
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
|
+
|
16161
16561
|
VpcEndpointConnection.add_member(:service_id, Shapes::ShapeRef.new(shape: String, location_name: "serviceId"))
|
16162
16562
|
VpcEndpointConnection.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
|
16163
16563
|
VpcEndpointConnection.add_member(:vpc_endpoint_owner, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointOwner"))
|
@@ -16751,6 +17151,14 @@ module Aws::EC2
|
|
16751
17151
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
16752
17152
|
end)
|
16753
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
|
+
|
16754
17162
|
api.add_operation(:cancel_export_task, Seahorse::Model::Operation.new.tap do |o|
|
16755
17163
|
o.name = "CancelExportTask"
|
16756
17164
|
o.http_method = "POST"
|
@@ -18491,6 +18899,14 @@ module Aws::EC2
|
|
18491
18899
|
o.output = Shapes::ShapeRef.new(shape: DescribeCustomerGatewaysResult)
|
18492
18900
|
end)
|
18493
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
|
+
|
18494
18910
|
api.add_operation(:describe_dhcp_options, Seahorse::Model::Operation.new.tap do |o|
|
18495
18911
|
o.name = "DescribeDhcpOptions"
|
18496
18912
|
o.http_method = "POST"
|
@@ -20046,6 +20462,14 @@ module Aws::EC2
|
|
20046
20462
|
)
|
20047
20463
|
end)
|
20048
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
|
+
|
20049
20473
|
api.add_operation(:describe_vpc_endpoint_connection_notifications, Seahorse::Model::Operation.new.tap do |o|
|
20050
20474
|
o.name = "DescribeVpcEndpointConnectionNotifications"
|
20051
20475
|
o.http_method = "POST"
|
@@ -20224,6 +20648,14 @@ module Aws::EC2
|
|
20224
20648
|
o.output = Shapes::ShapeRef.new(shape: DisableAddressTransferResult)
|
20225
20649
|
end)
|
20226
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
|
+
|
20227
20659
|
api.add_operation(:disable_aws_network_performance_metric_subscription, Seahorse::Model::Operation.new.tap do |o|
|
20228
20660
|
o.name = "DisableAwsNetworkPerformanceMetricSubscription"
|
20229
20661
|
o.http_method = "POST"
|
@@ -20488,6 +20920,14 @@ module Aws::EC2
|
|
20488
20920
|
o.output = Shapes::ShapeRef.new(shape: EnableAddressTransferResult)
|
20489
20921
|
end)
|
20490
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
|
+
|
20491
20931
|
api.add_operation(:enable_aws_network_performance_metric_subscription, Seahorse::Model::Operation.new.tap do |o|
|
20492
20932
|
o.name = "EnableAwsNetworkPerformanceMetricSubscription"
|
20493
20933
|
o.http_method = "POST"
|
@@ -20656,6 +21096,22 @@ module Aws::EC2
|
|
20656
21096
|
o.output = Shapes::ShapeRef.new(shape: ExportTransitGatewayRoutesResult)
|
20657
21097
|
end)
|
20658
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
|
+
|
20659
21115
|
api.add_operation(:get_associated_enclave_certificate_iam_roles, Seahorse::Model::Operation.new.tap do |o|
|
20660
21116
|
o.name = "GetAssociatedEnclaveCertificateIamRoles"
|
20661
21117
|
o.http_method = "POST"
|
@@ -20724,6 +21180,14 @@ module Aws::EC2
|
|
20724
21180
|
o.output = Shapes::ShapeRef.new(shape: GetConsoleScreenshotResult)
|
20725
21181
|
end)
|
20726
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
|
+
|
20727
21191
|
api.add_operation(:get_default_credit_specification, Seahorse::Model::Operation.new.tap do |o|
|
20728
21192
|
o.name = "GetDefaultCreditSpecification"
|
20729
21193
|
o.http_method = "POST"
|
@@ -21142,6 +21606,14 @@ module Aws::EC2
|
|
21142
21606
|
o.output = Shapes::ShapeRef.new(shape: GetVerifiedAccessEndpointPolicyResult)
|
21143
21607
|
end)
|
21144
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
|
+
|
21145
21617
|
api.add_operation(:get_verified_access_group_policy, Seahorse::Model::Operation.new.tap do |o|
|
21146
21618
|
o.name = "GetVerifiedAccessGroupPolicy"
|
21147
21619
|
o.http_method = "POST"
|
@@ -22032,6 +22504,14 @@ module Aws::EC2
|
|
22032
22504
|
o.output = Shapes::ShapeRef.new(shape: ReplaceIamInstanceProfileAssociationResult)
|
22033
22505
|
end)
|
22034
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
|
+
|
22035
22515
|
api.add_operation(:replace_network_acl_association, Seahorse::Model::Operation.new.tap do |o|
|
22036
22516
|
o.name = "ReplaceNetworkAclAssociation"
|
22037
22517
|
o.http_method = "POST"
|
@@ -22284,6 +22764,14 @@ module Aws::EC2
|
|
22284
22764
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
22285
22765
|
end)
|
22286
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
|
+
|
22287
22775
|
api.add_operation(:start_instances, Seahorse::Model::Operation.new.tap do |o|
|
22288
22776
|
o.name = "StartInstances"
|
22289
22777
|
o.http_method = "POST"
|