aws-sdk-ec2 1.350.0 → 1.352.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +355 -33
- data/lib/aws-sdk-ec2/client_api.rb +191 -1
- data/lib/aws-sdk-ec2/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-ec2/endpoint_provider.rb +81 -81
- data/lib/aws-sdk-ec2/endpoints.rb +70 -0
- data/lib/aws-sdk-ec2/image.rb +2 -2
- data/lib/aws-sdk-ec2/network_interface.rb +20 -2
- data/lib/aws-sdk-ec2/plugins/endpoints.rb +10 -0
- data/lib/aws-sdk-ec2/plugins/region_validation.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +1 -2
- data/lib/aws-sdk-ec2/types.rb +862 -150
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
@@ -158,6 +158,8 @@ module Aws::EC2
|
|
158
158
|
AttachVolumeRequest = Shapes::StructureShape.new(name: 'AttachVolumeRequest')
|
159
159
|
AttachVpnGatewayRequest = Shapes::StructureShape.new(name: 'AttachVpnGatewayRequest')
|
160
160
|
AttachVpnGatewayResult = Shapes::StructureShape.new(name: 'AttachVpnGatewayResult')
|
161
|
+
AttachmentEnaSrdSpecification = Shapes::StructureShape.new(name: 'AttachmentEnaSrdSpecification')
|
162
|
+
AttachmentEnaSrdUdpSpecification = Shapes::StructureShape.new(name: 'AttachmentEnaSrdUdpSpecification')
|
161
163
|
AttachmentStatus = Shapes::StringShape.new(name: 'AttachmentStatus')
|
162
164
|
AttributeBooleanValue = Shapes::StructureShape.new(name: 'AttributeBooleanValue')
|
163
165
|
AttributeValue = Shapes::StructureShape.new(name: 'AttributeValue')
|
@@ -529,6 +531,10 @@ module Aws::EC2
|
|
529
531
|
CustomerGatewayList = Shapes::ListShape.new(name: 'CustomerGatewayList')
|
530
532
|
DITMaxResults = Shapes::IntegerShape.new(name: 'DITMaxResults')
|
531
533
|
DITOMaxResults = Shapes::IntegerShape.new(name: 'DITOMaxResults')
|
534
|
+
DataQueries = Shapes::ListShape.new(name: 'DataQueries')
|
535
|
+
DataQuery = Shapes::StructureShape.new(name: 'DataQuery')
|
536
|
+
DataResponse = Shapes::StructureShape.new(name: 'DataResponse')
|
537
|
+
DataResponses = Shapes::ListShape.new(name: 'DataResponses')
|
532
538
|
DatafeedSubscriptionState = Shapes::StringShape.new(name: 'DatafeedSubscriptionState')
|
533
539
|
DateTime = Shapes::TimestampShape.new(name: 'DateTime')
|
534
540
|
DedicatedHostFlag = Shapes::BooleanShape.new(name: 'DedicatedHostFlag')
|
@@ -696,6 +702,8 @@ module Aws::EC2
|
|
696
702
|
DescribeAggregateIdFormatResult = Shapes::StructureShape.new(name: 'DescribeAggregateIdFormatResult')
|
697
703
|
DescribeAvailabilityZonesRequest = Shapes::StructureShape.new(name: 'DescribeAvailabilityZonesRequest')
|
698
704
|
DescribeAvailabilityZonesResult = Shapes::StructureShape.new(name: 'DescribeAvailabilityZonesResult')
|
705
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsRequest = Shapes::StructureShape.new(name: 'DescribeAwsNetworkPerformanceMetricSubscriptionsRequest')
|
706
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsResult = Shapes::StructureShape.new(name: 'DescribeAwsNetworkPerformanceMetricSubscriptionsResult')
|
699
707
|
DescribeBundleTasksRequest = Shapes::StructureShape.new(name: 'DescribeBundleTasksRequest')
|
700
708
|
DescribeBundleTasksResult = Shapes::StructureShape.new(name: 'DescribeBundleTasksResult')
|
701
709
|
DescribeByoipCidrsMaxResults = Shapes::IntegerShape.new(name: 'DescribeByoipCidrsMaxResults')
|
@@ -1028,6 +1036,8 @@ module Aws::EC2
|
|
1028
1036
|
DirectoryServiceAuthenticationRequest = Shapes::StructureShape.new(name: 'DirectoryServiceAuthenticationRequest')
|
1029
1037
|
DisableAddressTransferRequest = Shapes::StructureShape.new(name: 'DisableAddressTransferRequest')
|
1030
1038
|
DisableAddressTransferResult = Shapes::StructureShape.new(name: 'DisableAddressTransferResult')
|
1039
|
+
DisableAwsNetworkPerformanceMetricSubscriptionRequest = Shapes::StructureShape.new(name: 'DisableAwsNetworkPerformanceMetricSubscriptionRequest')
|
1040
|
+
DisableAwsNetworkPerformanceMetricSubscriptionResult = Shapes::StructureShape.new(name: 'DisableAwsNetworkPerformanceMetricSubscriptionResult')
|
1031
1041
|
DisableEbsEncryptionByDefaultRequest = Shapes::StructureShape.new(name: 'DisableEbsEncryptionByDefaultRequest')
|
1032
1042
|
DisableEbsEncryptionByDefaultResult = Shapes::StructureShape.new(name: 'DisableEbsEncryptionByDefaultResult')
|
1033
1043
|
DisableFastLaunchRequest = Shapes::StructureShape.new(name: 'DisableFastLaunchRequest')
|
@@ -1133,9 +1143,14 @@ module Aws::EC2
|
|
1133
1143
|
ElasticInferenceAcceleratorCount = Shapes::IntegerShape.new(name: 'ElasticInferenceAcceleratorCount')
|
1134
1144
|
ElasticInferenceAccelerators = Shapes::ListShape.new(name: 'ElasticInferenceAccelerators')
|
1135
1145
|
ElasticIpAssociationId = Shapes::StringShape.new(name: 'ElasticIpAssociationId')
|
1146
|
+
EnaSrdSpecification = Shapes::StructureShape.new(name: 'EnaSrdSpecification')
|
1147
|
+
EnaSrdSupported = Shapes::BooleanShape.new(name: 'EnaSrdSupported')
|
1148
|
+
EnaSrdUdpSpecification = Shapes::StructureShape.new(name: 'EnaSrdUdpSpecification')
|
1136
1149
|
EnaSupport = Shapes::StringShape.new(name: 'EnaSupport')
|
1137
1150
|
EnableAddressTransferRequest = Shapes::StructureShape.new(name: 'EnableAddressTransferRequest')
|
1138
1151
|
EnableAddressTransferResult = Shapes::StructureShape.new(name: 'EnableAddressTransferResult')
|
1152
|
+
EnableAwsNetworkPerformanceMetricSubscriptionRequest = Shapes::StructureShape.new(name: 'EnableAwsNetworkPerformanceMetricSubscriptionRequest')
|
1153
|
+
EnableAwsNetworkPerformanceMetricSubscriptionResult = Shapes::StructureShape.new(name: 'EnableAwsNetworkPerformanceMetricSubscriptionResult')
|
1139
1154
|
EnableEbsEncryptionByDefaultRequest = Shapes::StructureShape.new(name: 'EnableEbsEncryptionByDefaultRequest')
|
1140
1155
|
EnableEbsEncryptionByDefaultResult = Shapes::StructureShape.new(name: 'EnableEbsEncryptionByDefaultResult')
|
1141
1156
|
EnableFastLaunchRequest = Shapes::StructureShape.new(name: 'EnableFastLaunchRequest')
|
@@ -1153,6 +1168,8 @@ module Aws::EC2
|
|
1153
1168
|
EnableImageDeprecationResult = Shapes::StructureShape.new(name: 'EnableImageDeprecationResult')
|
1154
1169
|
EnableIpamOrganizationAdminAccountRequest = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountRequest')
|
1155
1170
|
EnableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'EnableIpamOrganizationAdminAccountResult')
|
1171
|
+
EnableReachabilityAnalyzerOrganizationSharingRequest = Shapes::StructureShape.new(name: 'EnableReachabilityAnalyzerOrganizationSharingRequest')
|
1172
|
+
EnableReachabilityAnalyzerOrganizationSharingResult = Shapes::StructureShape.new(name: 'EnableReachabilityAnalyzerOrganizationSharingResult')
|
1156
1173
|
EnableSerialConsoleAccessRequest = Shapes::StructureShape.new(name: 'EnableSerialConsoleAccessRequest')
|
1157
1174
|
EnableSerialConsoleAccessResult = Shapes::StructureShape.new(name: 'EnableSerialConsoleAccessResult')
|
1158
1175
|
EnableTransitGatewayRouteTablePropagationRequest = Shapes::StructureShape.new(name: 'EnableTransitGatewayRouteTablePropagationRequest')
|
@@ -1280,6 +1297,8 @@ module Aws::EC2
|
|
1280
1297
|
GetAssociatedEnclaveCertificateIamRolesResult = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesResult')
|
1281
1298
|
GetAssociatedIpv6PoolCidrsRequest = Shapes::StructureShape.new(name: 'GetAssociatedIpv6PoolCidrsRequest')
|
1282
1299
|
GetAssociatedIpv6PoolCidrsResult = Shapes::StructureShape.new(name: 'GetAssociatedIpv6PoolCidrsResult')
|
1300
|
+
GetAwsNetworkPerformanceDataRequest = Shapes::StructureShape.new(name: 'GetAwsNetworkPerformanceDataRequest')
|
1301
|
+
GetAwsNetworkPerformanceDataResult = Shapes::StructureShape.new(name: 'GetAwsNetworkPerformanceDataResult')
|
1283
1302
|
GetCapacityReservationUsageRequest = Shapes::StructureShape.new(name: 'GetCapacityReservationUsageRequest')
|
1284
1303
|
GetCapacityReservationUsageRequestMaxResults = Shapes::IntegerShape.new(name: 'GetCapacityReservationUsageRequestMaxResults')
|
1285
1304
|
GetCapacityReservationUsageResult = Shapes::StructureShape.new(name: 'GetCapacityReservationUsageResult')
|
@@ -1799,6 +1818,7 @@ module Aws::EC2
|
|
1799
1818
|
MaxIpv6AddrPerInterface = Shapes::IntegerShape.new(name: 'MaxIpv6AddrPerInterface')
|
1800
1819
|
MaxNetworkInterfaces = Shapes::IntegerShape.new(name: 'MaxNetworkInterfaces')
|
1801
1820
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
1821
|
+
MaxResultsParam = Shapes::IntegerShape.new(name: 'MaxResultsParam')
|
1802
1822
|
MaximumBandwidthInMbps = Shapes::IntegerShape.new(name: 'MaximumBandwidthInMbps')
|
1803
1823
|
MaximumEfaInterfaces = Shapes::IntegerShape.new(name: 'MaximumEfaInterfaces')
|
1804
1824
|
MaximumIops = Shapes::IntegerShape.new(name: 'MaximumIops')
|
@@ -1811,6 +1831,9 @@ module Aws::EC2
|
|
1811
1831
|
MemoryMiB = Shapes::StructureShape.new(name: 'MemoryMiB')
|
1812
1832
|
MemoryMiBRequest = Shapes::StructureShape.new(name: 'MemoryMiBRequest')
|
1813
1833
|
MemorySize = Shapes::IntegerShape.new(name: 'MemorySize')
|
1834
|
+
MetricPoint = Shapes::StructureShape.new(name: 'MetricPoint')
|
1835
|
+
MetricPoints = Shapes::ListShape.new(name: 'MetricPoints')
|
1836
|
+
MetricType = Shapes::StringShape.new(name: 'MetricType')
|
1814
1837
|
MillisecondDateTime = Shapes::TimestampShape.new(name: 'MillisecondDateTime')
|
1815
1838
|
ModifyAddressAttributeRequest = Shapes::StructureShape.new(name: 'ModifyAddressAttributeRequest')
|
1816
1839
|
ModifyAddressAttributeResult = Shapes::StructureShape.new(name: 'ModifyAddressAttributeResult')
|
@@ -2028,6 +2051,7 @@ module Aws::EC2
|
|
2028
2051
|
PeeringConnectionOptions = Shapes::StructureShape.new(name: 'PeeringConnectionOptions')
|
2029
2052
|
PeeringConnectionOptionsRequest = Shapes::StructureShape.new(name: 'PeeringConnectionOptionsRequest')
|
2030
2053
|
PeeringTgwInfo = Shapes::StructureShape.new(name: 'PeeringTgwInfo')
|
2054
|
+
PeriodType = Shapes::StringShape.new(name: 'PeriodType')
|
2031
2055
|
PermissionGroup = Shapes::StringShape.new(name: 'PermissionGroup')
|
2032
2056
|
Phase1DHGroupNumbersList = Shapes::ListShape.new(name: 'Phase1DHGroupNumbersList')
|
2033
2057
|
Phase1DHGroupNumbersListValue = Shapes::StructureShape.new(name: 'Phase1DHGroupNumbersListValue')
|
@@ -2437,6 +2461,7 @@ module Aws::EC2
|
|
2437
2461
|
State = Shapes::StringShape.new(name: 'State')
|
2438
2462
|
StateReason = Shapes::StructureShape.new(name: 'StateReason')
|
2439
2463
|
StaticSourcesSupportValue = Shapes::StringShape.new(name: 'StaticSourcesSupportValue')
|
2464
|
+
StatisticType = Shapes::StringShape.new(name: 'StatisticType')
|
2440
2465
|
Status = Shapes::StringShape.new(name: 'Status')
|
2441
2466
|
StatusName = Shapes::StringShape.new(name: 'StatusName')
|
2442
2467
|
StatusType = Shapes::StringShape.new(name: 'StatusType')
|
@@ -2466,6 +2491,8 @@ module Aws::EC2
|
|
2466
2491
|
SubnetIpv6CidrBlockAssociationSet = Shapes::ListShape.new(name: 'SubnetIpv6CidrBlockAssociationSet')
|
2467
2492
|
SubnetList = Shapes::ListShape.new(name: 'SubnetList')
|
2468
2493
|
SubnetState = Shapes::StringShape.new(name: 'SubnetState')
|
2494
|
+
Subscription = Shapes::StructureShape.new(name: 'Subscription')
|
2495
|
+
SubscriptionList = Shapes::ListShape.new(name: 'SubscriptionList')
|
2469
2496
|
SuccessfulInstanceCreditSpecificationItem = Shapes::StructureShape.new(name: 'SuccessfulInstanceCreditSpecificationItem')
|
2470
2497
|
SuccessfulInstanceCreditSpecificationSet = Shapes::ListShape.new(name: 'SuccessfulInstanceCreditSpecificationSet')
|
2471
2498
|
SuccessfulQueuedPurchaseDeletion = Shapes::StructureShape.new(name: 'SuccessfulQueuedPurchaseDeletion')
|
@@ -2745,6 +2772,7 @@ module Aws::EC2
|
|
2745
2772
|
VpcPeeringConnection = Shapes::StructureShape.new(name: 'VpcPeeringConnection')
|
2746
2773
|
VpcPeeringConnectionId = Shapes::StringShape.new(name: 'VpcPeeringConnectionId')
|
2747
2774
|
VpcPeeringConnectionIdList = Shapes::ListShape.new(name: 'VpcPeeringConnectionIdList')
|
2775
|
+
VpcPeeringConnectionIdWithResolver = Shapes::StringShape.new(name: 'VpcPeeringConnectionIdWithResolver')
|
2748
2776
|
VpcPeeringConnectionList = Shapes::ListShape.new(name: 'VpcPeeringConnectionList')
|
2749
2777
|
VpcPeeringConnectionOptionsDescription = Shapes::StructureShape.new(name: 'VpcPeeringConnectionOptionsDescription')
|
2750
2778
|
VpcPeeringConnectionStateReason = Shapes::StructureShape.new(name: 'VpcPeeringConnectionStateReason')
|
@@ -2856,7 +2884,7 @@ module Aws::EC2
|
|
2856
2884
|
AcceptVpcEndpointConnectionsResult.struct_class = Types::AcceptVpcEndpointConnectionsResult
|
2857
2885
|
|
2858
2886
|
AcceptVpcPeeringConnectionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
2859
|
-
AcceptVpcPeeringConnectionRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape:
|
2887
|
+
AcceptVpcPeeringConnectionRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: VpcPeeringConnectionIdWithResolver, location_name: "vpcPeeringConnectionId"))
|
2860
2888
|
AcceptVpcPeeringConnectionRequest.struct_class = Types::AcceptVpcPeeringConnectionRequest
|
2861
2889
|
|
2862
2890
|
AcceptVpcPeeringConnectionResult.add_member(:vpc_peering_connection, Shapes::ShapeRef.new(shape: VpcPeeringConnection, location_name: "vpcPeeringConnection"))
|
@@ -3309,6 +3337,7 @@ module Aws::EC2
|
|
3309
3337
|
AttachNetworkInterfaceRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
|
3310
3338
|
AttachNetworkInterfaceRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "networkInterfaceId"))
|
3311
3339
|
AttachNetworkInterfaceRequest.add_member(:network_card_index, Shapes::ShapeRef.new(shape: Integer, location_name: "NetworkCardIndex"))
|
3340
|
+
AttachNetworkInterfaceRequest.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecification, location_name: "EnaSrdSpecification"))
|
3312
3341
|
AttachNetworkInterfaceRequest.struct_class = Types::AttachNetworkInterfaceRequest
|
3313
3342
|
|
3314
3343
|
AttachNetworkInterfaceResult.add_member(:attachment_id, Shapes::ShapeRef.new(shape: String, location_name: "attachmentId"))
|
@@ -3329,6 +3358,13 @@ module Aws::EC2
|
|
3329
3358
|
AttachVpnGatewayResult.add_member(:vpc_attachment, Shapes::ShapeRef.new(shape: VpcAttachment, location_name: "attachment"))
|
3330
3359
|
AttachVpnGatewayResult.struct_class = Types::AttachVpnGatewayResult
|
3331
3360
|
|
3361
|
+
AttachmentEnaSrdSpecification.add_member(:ena_srd_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enaSrdEnabled"))
|
3362
|
+
AttachmentEnaSrdSpecification.add_member(:ena_srd_udp_specification, Shapes::ShapeRef.new(shape: AttachmentEnaSrdUdpSpecification, location_name: "enaSrdUdpSpecification"))
|
3363
|
+
AttachmentEnaSrdSpecification.struct_class = Types::AttachmentEnaSrdSpecification
|
3364
|
+
|
3365
|
+
AttachmentEnaSrdUdpSpecification.add_member(:ena_srd_udp_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enaSrdUdpEnabled"))
|
3366
|
+
AttachmentEnaSrdUdpSpecification.struct_class = Types::AttachmentEnaSrdUdpSpecification
|
3367
|
+
|
3332
3368
|
AttributeBooleanValue.add_member(:value, Shapes::ShapeRef.new(shape: Boolean, location_name: "value"))
|
3333
3369
|
AttributeBooleanValue.struct_class = Types::AttributeBooleanValue
|
3334
3370
|
|
@@ -3927,6 +3963,7 @@ module Aws::EC2
|
|
3927
3963
|
CopyImageRequest.add_member(:source_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceRegion"))
|
3928
3964
|
CopyImageRequest.add_member(:destination_outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "DestinationOutpostArn"))
|
3929
3965
|
CopyImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
3966
|
+
CopyImageRequest.add_member(:copy_image_tags, Shapes::ShapeRef.new(shape: Boolean, location_name: "CopyImageTags"))
|
3930
3967
|
CopyImageRequest.struct_class = Types::CopyImageRequest
|
3931
3968
|
|
3932
3969
|
CopyImageResult.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "imageId"))
|
@@ -4911,6 +4948,27 @@ module Aws::EC2
|
|
4911
4948
|
|
4912
4949
|
CustomerGatewayList.member = Shapes::ShapeRef.new(shape: CustomerGateway, location_name: "item")
|
4913
4950
|
|
4951
|
+
DataQueries.member = Shapes::ShapeRef.new(shape: DataQuery)
|
4952
|
+
|
4953
|
+
DataQuery.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "Id"))
|
4954
|
+
DataQuery.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
4955
|
+
DataQuery.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "Destination"))
|
4956
|
+
DataQuery.add_member(:metric, Shapes::ShapeRef.new(shape: MetricType, location_name: "Metric"))
|
4957
|
+
DataQuery.add_member(:statistic, Shapes::ShapeRef.new(shape: StatisticType, location_name: "Statistic"))
|
4958
|
+
DataQuery.add_member(:period, Shapes::ShapeRef.new(shape: PeriodType, location_name: "Period"))
|
4959
|
+
DataQuery.struct_class = Types::DataQuery
|
4960
|
+
|
4961
|
+
DataResponse.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
|
4962
|
+
DataResponse.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "source"))
|
4963
|
+
DataResponse.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "destination"))
|
4964
|
+
DataResponse.add_member(:metric, Shapes::ShapeRef.new(shape: MetricType, location_name: "metric"))
|
4965
|
+
DataResponse.add_member(:statistic, Shapes::ShapeRef.new(shape: StatisticType, location_name: "statistic"))
|
4966
|
+
DataResponse.add_member(:period, Shapes::ShapeRef.new(shape: PeriodType, location_name: "period"))
|
4967
|
+
DataResponse.add_member(:metric_points, Shapes::ShapeRef.new(shape: MetricPoints, location_name: "metricPointSet"))
|
4968
|
+
DataResponse.struct_class = Types::DataResponse
|
4969
|
+
|
4970
|
+
DataResponses.member = Shapes::ShapeRef.new(shape: DataResponse, location_name: "item")
|
4971
|
+
|
4914
4972
|
DedicatedHostIdList.member = Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "item")
|
4915
4973
|
|
4916
4974
|
DeleteCarrierGatewayRequest.add_member(:carrier_gateway_id, Shapes::ShapeRef.new(shape: CarrierGatewayId, required: true, location_name: "CarrierGatewayId"))
|
@@ -5503,6 +5561,16 @@ module Aws::EC2
|
|
5503
5561
|
DescribeAvailabilityZonesResult.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZoneList, location_name: "availabilityZoneInfo"))
|
5504
5562
|
DescribeAvailabilityZonesResult.struct_class = Types::DescribeAvailabilityZonesResult
|
5505
5563
|
|
5564
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsParam, location_name: "MaxResults"))
|
5565
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
5566
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5567
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5568
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsRequest.struct_class = Types::DescribeAwsNetworkPerformanceMetricSubscriptionsRequest
|
5569
|
+
|
5570
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
5571
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsResult.add_member(:subscriptions, Shapes::ShapeRef.new(shape: SubscriptionList, location_name: "subscriptionSet"))
|
5572
|
+
DescribeAwsNetworkPerformanceMetricSubscriptionsResult.struct_class = Types::DescribeAwsNetworkPerformanceMetricSubscriptionsResult
|
5573
|
+
|
5506
5574
|
DescribeBundleTasksRequest.add_member(:bundle_ids, Shapes::ShapeRef.new(shape: BundleIdStringList, location_name: "BundleId"))
|
5507
5575
|
DescribeBundleTasksRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5508
5576
|
DescribeBundleTasksRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -7009,6 +7077,16 @@ module Aws::EC2
|
|
7009
7077
|
DisableAddressTransferResult.add_member(:address_transfer, Shapes::ShapeRef.new(shape: AddressTransfer, location_name: "addressTransfer"))
|
7010
7078
|
DisableAddressTransferResult.struct_class = Types::DisableAddressTransferResult
|
7011
7079
|
|
7080
|
+
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
7081
|
+
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "Destination"))
|
7082
|
+
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:metric, Shapes::ShapeRef.new(shape: MetricType, location_name: "Metric"))
|
7083
|
+
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:statistic, Shapes::ShapeRef.new(shape: StatisticType, location_name: "Statistic"))
|
7084
|
+
DisableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7085
|
+
DisableAwsNetworkPerformanceMetricSubscriptionRequest.struct_class = Types::DisableAwsNetworkPerformanceMetricSubscriptionRequest
|
7086
|
+
|
7087
|
+
DisableAwsNetworkPerformanceMetricSubscriptionResult.add_member(:output, Shapes::ShapeRef.new(shape: Boolean, location_name: "output"))
|
7088
|
+
DisableAwsNetworkPerformanceMetricSubscriptionResult.struct_class = Types::DisableAwsNetworkPerformanceMetricSubscriptionResult
|
7089
|
+
|
7012
7090
|
DisableEbsEncryptionByDefaultRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7013
7091
|
DisableEbsEncryptionByDefaultRequest.struct_class = Types::DisableEbsEncryptionByDefaultRequest
|
7014
7092
|
|
@@ -7349,6 +7427,13 @@ module Aws::EC2
|
|
7349
7427
|
|
7350
7428
|
ElasticInferenceAccelerators.member = Shapes::ShapeRef.new(shape: ElasticInferenceAccelerator, location_name: "item")
|
7351
7429
|
|
7430
|
+
EnaSrdSpecification.add_member(:ena_srd_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnaSrdEnabled"))
|
7431
|
+
EnaSrdSpecification.add_member(:ena_srd_udp_specification, Shapes::ShapeRef.new(shape: EnaSrdUdpSpecification, location_name: "EnaSrdUdpSpecification"))
|
7432
|
+
EnaSrdSpecification.struct_class = Types::EnaSrdSpecification
|
7433
|
+
|
7434
|
+
EnaSrdUdpSpecification.add_member(:ena_srd_udp_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnaSrdUdpEnabled"))
|
7435
|
+
EnaSrdUdpSpecification.struct_class = Types::EnaSrdUdpSpecification
|
7436
|
+
|
7352
7437
|
EnableAddressTransferRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, required: true, location_name: "AllocationId"))
|
7353
7438
|
EnableAddressTransferRequest.add_member(:transfer_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransferAccountId"))
|
7354
7439
|
EnableAddressTransferRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -7357,6 +7442,16 @@ module Aws::EC2
|
|
7357
7442
|
EnableAddressTransferResult.add_member(:address_transfer, Shapes::ShapeRef.new(shape: AddressTransfer, location_name: "addressTransfer"))
|
7358
7443
|
EnableAddressTransferResult.struct_class = Types::EnableAddressTransferResult
|
7359
7444
|
|
7445
|
+
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
7446
|
+
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "Destination"))
|
7447
|
+
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:metric, Shapes::ShapeRef.new(shape: MetricType, location_name: "Metric"))
|
7448
|
+
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:statistic, Shapes::ShapeRef.new(shape: StatisticType, location_name: "Statistic"))
|
7449
|
+
EnableAwsNetworkPerformanceMetricSubscriptionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7450
|
+
EnableAwsNetworkPerformanceMetricSubscriptionRequest.struct_class = Types::EnableAwsNetworkPerformanceMetricSubscriptionRequest
|
7451
|
+
|
7452
|
+
EnableAwsNetworkPerformanceMetricSubscriptionResult.add_member(:output, Shapes::ShapeRef.new(shape: Boolean, location_name: "output"))
|
7453
|
+
EnableAwsNetworkPerformanceMetricSubscriptionResult.struct_class = Types::EnableAwsNetworkPerformanceMetricSubscriptionResult
|
7454
|
+
|
7360
7455
|
EnableEbsEncryptionByDefaultRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7361
7456
|
EnableEbsEncryptionByDefaultRequest.struct_class = Types::EnableEbsEncryptionByDefaultRequest
|
7362
7457
|
|
@@ -7437,6 +7532,12 @@ module Aws::EC2
|
|
7437
7532
|
EnableIpamOrganizationAdminAccountResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
7438
7533
|
EnableIpamOrganizationAdminAccountResult.struct_class = Types::EnableIpamOrganizationAdminAccountResult
|
7439
7534
|
|
7535
|
+
EnableReachabilityAnalyzerOrganizationSharingRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7536
|
+
EnableReachabilityAnalyzerOrganizationSharingRequest.struct_class = Types::EnableReachabilityAnalyzerOrganizationSharingRequest
|
7537
|
+
|
7538
|
+
EnableReachabilityAnalyzerOrganizationSharingResult.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "returnValue"))
|
7539
|
+
EnableReachabilityAnalyzerOrganizationSharingResult.struct_class = Types::EnableReachabilityAnalyzerOrganizationSharingResult
|
7540
|
+
|
7440
7541
|
EnableSerialConsoleAccessRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7441
7542
|
EnableSerialConsoleAccessRequest.struct_class = Types::EnableSerialConsoleAccessRequest
|
7442
7543
|
|
@@ -7877,6 +7978,18 @@ module Aws::EC2
|
|
7877
7978
|
GetAssociatedIpv6PoolCidrsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
7878
7979
|
GetAssociatedIpv6PoolCidrsResult.struct_class = Types::GetAssociatedIpv6PoolCidrsResult
|
7879
7980
|
|
7981
|
+
GetAwsNetworkPerformanceDataRequest.add_member(:data_queries, Shapes::ShapeRef.new(shape: DataQueries, location_name: "DataQuery"))
|
7982
|
+
GetAwsNetworkPerformanceDataRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "StartTime"))
|
7983
|
+
GetAwsNetworkPerformanceDataRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "EndTime"))
|
7984
|
+
GetAwsNetworkPerformanceDataRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
7985
|
+
GetAwsNetworkPerformanceDataRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
7986
|
+
GetAwsNetworkPerformanceDataRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7987
|
+
GetAwsNetworkPerformanceDataRequest.struct_class = Types::GetAwsNetworkPerformanceDataRequest
|
7988
|
+
|
7989
|
+
GetAwsNetworkPerformanceDataResult.add_member(:data_responses, Shapes::ShapeRef.new(shape: DataResponses, location_name: "dataResponseSet"))
|
7990
|
+
GetAwsNetworkPerformanceDataResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
7991
|
+
GetAwsNetworkPerformanceDataResult.struct_class = Types::GetAwsNetworkPerformanceDataResult
|
7992
|
+
|
7880
7993
|
GetCapacityReservationUsageRequest.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, required: true, location_name: "CapacityReservationId"))
|
7881
7994
|
GetCapacityReservationUsageRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
7882
7995
|
GetCapacityReservationUsageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetCapacityReservationUsageRequestMaxResults, location_name: "MaxResults"))
|
@@ -9872,6 +9985,14 @@ module Aws::EC2
|
|
9872
9985
|
MemoryMiBRequest.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "Max"))
|
9873
9986
|
MemoryMiBRequest.struct_class = Types::MemoryMiBRequest
|
9874
9987
|
|
9988
|
+
MetricPoint.add_member(:start_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startDate"))
|
9989
|
+
MetricPoint.add_member(:end_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "endDate"))
|
9990
|
+
MetricPoint.add_member(:value, Shapes::ShapeRef.new(shape: Float, location_name: "value"))
|
9991
|
+
MetricPoint.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
|
9992
|
+
MetricPoint.struct_class = Types::MetricPoint
|
9993
|
+
|
9994
|
+
MetricPoints.member = Shapes::ShapeRef.new(shape: MetricPoint, location_name: "item")
|
9995
|
+
|
9875
9996
|
ModifyAddressAttributeRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, required: true, location_name: "AllocationId"))
|
9876
9997
|
ModifyAddressAttributeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainName"))
|
9877
9998
|
ModifyAddressAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -10177,6 +10298,7 @@ module Aws::EC2
|
|
10177
10298
|
ModifyNetworkInterfaceAttributeRequest.add_member(:groups, Shapes::ShapeRef.new(shape: SecurityGroupIdStringList, location_name: "SecurityGroupId"))
|
10178
10299
|
ModifyNetworkInterfaceAttributeRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "networkInterfaceId"))
|
10179
10300
|
ModifyNetworkInterfaceAttributeRequest.add_member(:source_dest_check, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "sourceDestCheck"))
|
10301
|
+
ModifyNetworkInterfaceAttributeRequest.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecification, location_name: "EnaSrdSpecification"))
|
10180
10302
|
ModifyNetworkInterfaceAttributeRequest.struct_class = Types::ModifyNetworkInterfaceAttributeRequest
|
10181
10303
|
|
10182
10304
|
ModifyPrivateDnsNameOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -10612,6 +10734,7 @@ module Aws::EC2
|
|
10612
10734
|
NetworkInfo.add_member(:efa_supported, Shapes::ShapeRef.new(shape: EfaSupportedFlag, location_name: "efaSupported"))
|
10613
10735
|
NetworkInfo.add_member(:efa_info, Shapes::ShapeRef.new(shape: EfaInfo, location_name: "efaInfo"))
|
10614
10736
|
NetworkInfo.add_member(:encryption_in_transit_supported, Shapes::ShapeRef.new(shape: EncryptionInTransitSupported, location_name: "encryptionInTransitSupported"))
|
10737
|
+
NetworkInfo.add_member(:ena_srd_supported, Shapes::ShapeRef.new(shape: EnaSrdSupported, location_name: "enaSrdSupported"))
|
10615
10738
|
NetworkInfo.struct_class = Types::NetworkInfo
|
10616
10739
|
|
10617
10740
|
NetworkInsightsAccessScope.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
@@ -10650,6 +10773,7 @@ module Aws::EC2
|
|
10650
10773
|
NetworkInsightsAnalysis.add_member(:network_insights_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, location_name: "networkInsightsAnalysisId"))
|
10651
10774
|
NetworkInsightsAnalysis.add_member(:network_insights_analysis_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsAnalysisArn"))
|
10652
10775
|
NetworkInsightsAnalysis.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, location_name: "networkInsightsPathId"))
|
10776
|
+
NetworkInsightsAnalysis.add_member(:additional_accounts, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "additionalAccountSet"))
|
10653
10777
|
NetworkInsightsAnalysis.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "filterInArnSet"))
|
10654
10778
|
NetworkInsightsAnalysis.add_member(:start_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startDate"))
|
10655
10779
|
NetworkInsightsAnalysis.add_member(:status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "status"))
|
@@ -10660,6 +10784,7 @@ module Aws::EC2
|
|
10660
10784
|
NetworkInsightsAnalysis.add_member(:return_path_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "returnPathComponentSet"))
|
10661
10785
|
NetworkInsightsAnalysis.add_member(:explanations, Shapes::ShapeRef.new(shape: ExplanationList, location_name: "explanationSet"))
|
10662
10786
|
NetworkInsightsAnalysis.add_member(:alternate_path_hints, Shapes::ShapeRef.new(shape: AlternatePathHintList, location_name: "alternatePathHintSet"))
|
10787
|
+
NetworkInsightsAnalysis.add_member(:suggested_accounts, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "suggestedAccountSet"))
|
10663
10788
|
NetworkInsightsAnalysis.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10664
10789
|
NetworkInsightsAnalysis.struct_class = Types::NetworkInsightsAnalysis
|
10665
10790
|
|
@@ -10672,6 +10797,8 @@ module Aws::EC2
|
|
10672
10797
|
NetworkInsightsPath.add_member(:created_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createdDate"))
|
10673
10798
|
NetworkInsightsPath.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "source"))
|
10674
10799
|
NetworkInsightsPath.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "destination"))
|
10800
|
+
NetworkInsightsPath.add_member(:source_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "sourceArn"))
|
10801
|
+
NetworkInsightsPath.add_member(:destination_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "destinationArn"))
|
10675
10802
|
NetworkInsightsPath.add_member(:source_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "sourceIp"))
|
10676
10803
|
NetworkInsightsPath.add_member(:destination_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "destinationIp"))
|
10677
10804
|
NetworkInsightsPath.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
|
@@ -10728,6 +10855,7 @@ module Aws::EC2
|
|
10728
10855
|
NetworkInterfaceAttachment.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
10729
10856
|
NetworkInterfaceAttachment.add_member(:instance_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceOwnerId"))
|
10730
10857
|
NetworkInterfaceAttachment.add_member(:status, Shapes::ShapeRef.new(shape: AttachmentStatus, location_name: "status"))
|
10858
|
+
NetworkInterfaceAttachment.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: AttachmentEnaSrdSpecification, location_name: "enaSrdSpecification"))
|
10731
10859
|
NetworkInterfaceAttachment.struct_class = Types::NetworkInterfaceAttachment
|
10732
10860
|
|
10733
10861
|
NetworkInterfaceAttachmentChanges.add_member(:attachment_id, Shapes::ShapeRef.new(shape: NetworkInterfaceAttachmentId, location_name: "attachmentId"))
|
@@ -12565,6 +12693,7 @@ module Aws::EC2
|
|
12565
12693
|
StartNetworkInsightsAccessScopeAnalysisResult.struct_class = Types::StartNetworkInsightsAccessScopeAnalysisResult
|
12566
12694
|
|
12567
12695
|
StartNetworkInsightsAnalysisRequest.add_member(:network_insights_path_id, Shapes::ShapeRef.new(shape: NetworkInsightsPathId, required: true, location_name: "NetworkInsightsPathId"))
|
12696
|
+
StartNetworkInsightsAnalysisRequest.add_member(:additional_accounts, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "AdditionalAccount"))
|
12568
12697
|
StartNetworkInsightsAnalysisRequest.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "FilterInArn"))
|
12569
12698
|
StartNetworkInsightsAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12570
12699
|
StartNetworkInsightsAnalysisRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
@@ -12669,6 +12798,15 @@ module Aws::EC2
|
|
12669
12798
|
|
12670
12799
|
SubnetList.member = Shapes::ShapeRef.new(shape: Subnet, location_name: "item")
|
12671
12800
|
|
12801
|
+
Subscription.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "source"))
|
12802
|
+
Subscription.add_member(:destination, Shapes::ShapeRef.new(shape: String, location_name: "destination"))
|
12803
|
+
Subscription.add_member(:metric, Shapes::ShapeRef.new(shape: MetricType, location_name: "metric"))
|
12804
|
+
Subscription.add_member(:statistic, Shapes::ShapeRef.new(shape: StatisticType, location_name: "statistic"))
|
12805
|
+
Subscription.add_member(:period, Shapes::ShapeRef.new(shape: PeriodType, location_name: "period"))
|
12806
|
+
Subscription.struct_class = Types::Subscription
|
12807
|
+
|
12808
|
+
SubscriptionList.member = Shapes::ShapeRef.new(shape: Subscription, location_name: "item")
|
12809
|
+
|
12672
12810
|
SuccessfulInstanceCreditSpecificationItem.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
12673
12811
|
SuccessfulInstanceCreditSpecificationItem.struct_class = Types::SuccessfulInstanceCreditSpecificationItem
|
12674
12812
|
|
@@ -15426,6 +15564,20 @@ module Aws::EC2
|
|
15426
15564
|
o.output = Shapes::ShapeRef.new(shape: DescribeAvailabilityZonesResult)
|
15427
15565
|
end)
|
15428
15566
|
|
15567
|
+
api.add_operation(:describe_aws_network_performance_metric_subscriptions, Seahorse::Model::Operation.new.tap do |o|
|
15568
|
+
o.name = "DescribeAwsNetworkPerformanceMetricSubscriptions"
|
15569
|
+
o.http_method = "POST"
|
15570
|
+
o.http_request_uri = "/"
|
15571
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAwsNetworkPerformanceMetricSubscriptionsRequest)
|
15572
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAwsNetworkPerformanceMetricSubscriptionsResult)
|
15573
|
+
o[:pager] = Aws::Pager.new(
|
15574
|
+
limit_key: "max_results",
|
15575
|
+
tokens: {
|
15576
|
+
"next_token" => "next_token"
|
15577
|
+
}
|
15578
|
+
)
|
15579
|
+
end)
|
15580
|
+
|
15429
15581
|
api.add_operation(:describe_bundle_tasks, Seahorse::Model::Operation.new.tap do |o|
|
15430
15582
|
o.name = "DescribeBundleTasks"
|
15431
15583
|
o.http_method = "POST"
|
@@ -17107,6 +17259,14 @@ module Aws::EC2
|
|
17107
17259
|
o.output = Shapes::ShapeRef.new(shape: DisableAddressTransferResult)
|
17108
17260
|
end)
|
17109
17261
|
|
17262
|
+
api.add_operation(:disable_aws_network_performance_metric_subscription, Seahorse::Model::Operation.new.tap do |o|
|
17263
|
+
o.name = "DisableAwsNetworkPerformanceMetricSubscription"
|
17264
|
+
o.http_method = "POST"
|
17265
|
+
o.http_request_uri = "/"
|
17266
|
+
o.input = Shapes::ShapeRef.new(shape: DisableAwsNetworkPerformanceMetricSubscriptionRequest)
|
17267
|
+
o.output = Shapes::ShapeRef.new(shape: DisableAwsNetworkPerformanceMetricSubscriptionResult)
|
17268
|
+
end)
|
17269
|
+
|
17110
17270
|
api.add_operation(:disable_ebs_encryption_by_default, Seahorse::Model::Operation.new.tap do |o|
|
17111
17271
|
o.name = "DisableEbsEncryptionByDefault"
|
17112
17272
|
o.http_method = "POST"
|
@@ -17291,6 +17451,14 @@ module Aws::EC2
|
|
17291
17451
|
o.output = Shapes::ShapeRef.new(shape: EnableAddressTransferResult)
|
17292
17452
|
end)
|
17293
17453
|
|
17454
|
+
api.add_operation(:enable_aws_network_performance_metric_subscription, Seahorse::Model::Operation.new.tap do |o|
|
17455
|
+
o.name = "EnableAwsNetworkPerformanceMetricSubscription"
|
17456
|
+
o.http_method = "POST"
|
17457
|
+
o.http_request_uri = "/"
|
17458
|
+
o.input = Shapes::ShapeRef.new(shape: EnableAwsNetworkPerformanceMetricSubscriptionRequest)
|
17459
|
+
o.output = Shapes::ShapeRef.new(shape: EnableAwsNetworkPerformanceMetricSubscriptionResult)
|
17460
|
+
end)
|
17461
|
+
|
17294
17462
|
api.add_operation(:enable_ebs_encryption_by_default, Seahorse::Model::Operation.new.tap do |o|
|
17295
17463
|
o.name = "EnableEbsEncryptionByDefault"
|
17296
17464
|
o.http_method = "POST"
|
@@ -17331,6 +17499,14 @@ module Aws::EC2
|
|
17331
17499
|
o.output = Shapes::ShapeRef.new(shape: EnableIpamOrganizationAdminAccountResult)
|
17332
17500
|
end)
|
17333
17501
|
|
17502
|
+
api.add_operation(:enable_reachability_analyzer_organization_sharing, Seahorse::Model::Operation.new.tap do |o|
|
17503
|
+
o.name = "EnableReachabilityAnalyzerOrganizationSharing"
|
17504
|
+
o.http_method = "POST"
|
17505
|
+
o.http_request_uri = "/"
|
17506
|
+
o.input = Shapes::ShapeRef.new(shape: EnableReachabilityAnalyzerOrganizationSharingRequest)
|
17507
|
+
o.output = Shapes::ShapeRef.new(shape: EnableReachabilityAnalyzerOrganizationSharingResult)
|
17508
|
+
end)
|
17509
|
+
|
17334
17510
|
api.add_operation(:enable_serial_console_access, Seahorse::Model::Operation.new.tap do |o|
|
17335
17511
|
o.name = "EnableSerialConsoleAccess"
|
17336
17512
|
o.http_method = "POST"
|
@@ -17433,6 +17609,20 @@ module Aws::EC2
|
|
17433
17609
|
)
|
17434
17610
|
end)
|
17435
17611
|
|
17612
|
+
api.add_operation(:get_aws_network_performance_data, Seahorse::Model::Operation.new.tap do |o|
|
17613
|
+
o.name = "GetAwsNetworkPerformanceData"
|
17614
|
+
o.http_method = "POST"
|
17615
|
+
o.http_request_uri = "/"
|
17616
|
+
o.input = Shapes::ShapeRef.new(shape: GetAwsNetworkPerformanceDataRequest)
|
17617
|
+
o.output = Shapes::ShapeRef.new(shape: GetAwsNetworkPerformanceDataResult)
|
17618
|
+
o[:pager] = Aws::Pager.new(
|
17619
|
+
limit_key: "max_results",
|
17620
|
+
tokens: {
|
17621
|
+
"next_token" => "next_token"
|
17622
|
+
}
|
17623
|
+
)
|
17624
|
+
end)
|
17625
|
+
|
17436
17626
|
api.add_operation(:get_capacity_reservation_usage, Seahorse::Model::Operation.new.tap do |o|
|
17437
17627
|
o.name = "GetCapacityReservationUsage"
|
17438
17628
|
o.http_method = "POST"
|
@@ -50,6 +50,9 @@ module Aws::EC2
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
+
if self[:region].nil?
|
54
|
+
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
+
end
|
53
56
|
self[:use_dual_stack] = options[:use_dual_stack]
|
54
57
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
55
58
|
if self[:use_dual_stack].nil?
|