aws-sdk-ec2 1.351.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +326 -17
- data/lib/aws-sdk-ec2/client_api.rb +190 -1
- data/lib/aws-sdk-ec2/endpoints.rb +70 -0
- 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/types.rb +839 -142
- 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
|
|
@@ -4912,6 +4948,27 @@ module Aws::EC2
|
|
4912
4948
|
|
4913
4949
|
CustomerGatewayList.member = Shapes::ShapeRef.new(shape: CustomerGateway, location_name: "item")
|
4914
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
|
+
|
4915
4972
|
DedicatedHostIdList.member = Shapes::ShapeRef.new(shape: DedicatedHostId, location_name: "item")
|
4916
4973
|
|
4917
4974
|
DeleteCarrierGatewayRequest.add_member(:carrier_gateway_id, Shapes::ShapeRef.new(shape: CarrierGatewayId, required: true, location_name: "CarrierGatewayId"))
|
@@ -5504,6 +5561,16 @@ module Aws::EC2
|
|
5504
5561
|
DescribeAvailabilityZonesResult.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZoneList, location_name: "availabilityZoneInfo"))
|
5505
5562
|
DescribeAvailabilityZonesResult.struct_class = Types::DescribeAvailabilityZonesResult
|
5506
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
|
+
|
5507
5574
|
DescribeBundleTasksRequest.add_member(:bundle_ids, Shapes::ShapeRef.new(shape: BundleIdStringList, location_name: "BundleId"))
|
5508
5575
|
DescribeBundleTasksRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
5509
5576
|
DescribeBundleTasksRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -7010,6 +7077,16 @@ module Aws::EC2
|
|
7010
7077
|
DisableAddressTransferResult.add_member(:address_transfer, Shapes::ShapeRef.new(shape: AddressTransfer, location_name: "addressTransfer"))
|
7011
7078
|
DisableAddressTransferResult.struct_class = Types::DisableAddressTransferResult
|
7012
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
|
+
|
7013
7090
|
DisableEbsEncryptionByDefaultRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7014
7091
|
DisableEbsEncryptionByDefaultRequest.struct_class = Types::DisableEbsEncryptionByDefaultRequest
|
7015
7092
|
|
@@ -7350,6 +7427,13 @@ module Aws::EC2
|
|
7350
7427
|
|
7351
7428
|
ElasticInferenceAccelerators.member = Shapes::ShapeRef.new(shape: ElasticInferenceAccelerator, location_name: "item")
|
7352
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
|
+
|
7353
7437
|
EnableAddressTransferRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, required: true, location_name: "AllocationId"))
|
7354
7438
|
EnableAddressTransferRequest.add_member(:transfer_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransferAccountId"))
|
7355
7439
|
EnableAddressTransferRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -7358,6 +7442,16 @@ module Aws::EC2
|
|
7358
7442
|
EnableAddressTransferResult.add_member(:address_transfer, Shapes::ShapeRef.new(shape: AddressTransfer, location_name: "addressTransfer"))
|
7359
7443
|
EnableAddressTransferResult.struct_class = Types::EnableAddressTransferResult
|
7360
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
|
+
|
7361
7455
|
EnableEbsEncryptionByDefaultRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7362
7456
|
EnableEbsEncryptionByDefaultRequest.struct_class = Types::EnableEbsEncryptionByDefaultRequest
|
7363
7457
|
|
@@ -7438,6 +7532,12 @@ module Aws::EC2
|
|
7438
7532
|
EnableIpamOrganizationAdminAccountResult.add_member(:success, Shapes::ShapeRef.new(shape: Boolean, location_name: "success"))
|
7439
7533
|
EnableIpamOrganizationAdminAccountResult.struct_class = Types::EnableIpamOrganizationAdminAccountResult
|
7440
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
|
+
|
7441
7541
|
EnableSerialConsoleAccessRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7442
7542
|
EnableSerialConsoleAccessRequest.struct_class = Types::EnableSerialConsoleAccessRequest
|
7443
7543
|
|
@@ -7878,6 +7978,18 @@ module Aws::EC2
|
|
7878
7978
|
GetAssociatedIpv6PoolCidrsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
7879
7979
|
GetAssociatedIpv6PoolCidrsResult.struct_class = Types::GetAssociatedIpv6PoolCidrsResult
|
7880
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
|
+
|
7881
7993
|
GetCapacityReservationUsageRequest.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, required: true, location_name: "CapacityReservationId"))
|
7882
7994
|
GetCapacityReservationUsageRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
7883
7995
|
GetCapacityReservationUsageRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetCapacityReservationUsageRequestMaxResults, location_name: "MaxResults"))
|
@@ -9873,6 +9985,14 @@ module Aws::EC2
|
|
9873
9985
|
MemoryMiBRequest.add_member(:max, Shapes::ShapeRef.new(shape: Integer, location_name: "Max"))
|
9874
9986
|
MemoryMiBRequest.struct_class = Types::MemoryMiBRequest
|
9875
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
|
+
|
9876
9996
|
ModifyAddressAttributeRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, required: true, location_name: "AllocationId"))
|
9877
9997
|
ModifyAddressAttributeRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainName"))
|
9878
9998
|
ModifyAddressAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -10178,6 +10298,7 @@ module Aws::EC2
|
|
10178
10298
|
ModifyNetworkInterfaceAttributeRequest.add_member(:groups, Shapes::ShapeRef.new(shape: SecurityGroupIdStringList, location_name: "SecurityGroupId"))
|
10179
10299
|
ModifyNetworkInterfaceAttributeRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "networkInterfaceId"))
|
10180
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"))
|
10181
10302
|
ModifyNetworkInterfaceAttributeRequest.struct_class = Types::ModifyNetworkInterfaceAttributeRequest
|
10182
10303
|
|
10183
10304
|
ModifyPrivateDnsNameOptionsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -10613,6 +10734,7 @@ module Aws::EC2
|
|
10613
10734
|
NetworkInfo.add_member(:efa_supported, Shapes::ShapeRef.new(shape: EfaSupportedFlag, location_name: "efaSupported"))
|
10614
10735
|
NetworkInfo.add_member(:efa_info, Shapes::ShapeRef.new(shape: EfaInfo, location_name: "efaInfo"))
|
10615
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"))
|
10616
10738
|
NetworkInfo.struct_class = Types::NetworkInfo
|
10617
10739
|
|
10618
10740
|
NetworkInsightsAccessScope.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, location_name: "networkInsightsAccessScopeId"))
|
@@ -10651,6 +10773,7 @@ module Aws::EC2
|
|
10651
10773
|
NetworkInsightsAnalysis.add_member(:network_insights_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysisId, location_name: "networkInsightsAnalysisId"))
|
10652
10774
|
NetworkInsightsAnalysis.add_member(:network_insights_analysis_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "networkInsightsAnalysisArn"))
|
10653
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"))
|
10654
10777
|
NetworkInsightsAnalysis.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "filterInArnSet"))
|
10655
10778
|
NetworkInsightsAnalysis.add_member(:start_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "startDate"))
|
10656
10779
|
NetworkInsightsAnalysis.add_member(:status, Shapes::ShapeRef.new(shape: AnalysisStatus, location_name: "status"))
|
@@ -10661,6 +10784,7 @@ module Aws::EC2
|
|
10661
10784
|
NetworkInsightsAnalysis.add_member(:return_path_components, Shapes::ShapeRef.new(shape: PathComponentList, location_name: "returnPathComponentSet"))
|
10662
10785
|
NetworkInsightsAnalysis.add_member(:explanations, Shapes::ShapeRef.new(shape: ExplanationList, location_name: "explanationSet"))
|
10663
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"))
|
10664
10788
|
NetworkInsightsAnalysis.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
10665
10789
|
NetworkInsightsAnalysis.struct_class = Types::NetworkInsightsAnalysis
|
10666
10790
|
|
@@ -10673,6 +10797,8 @@ module Aws::EC2
|
|
10673
10797
|
NetworkInsightsPath.add_member(:created_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createdDate"))
|
10674
10798
|
NetworkInsightsPath.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "source"))
|
10675
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"))
|
10676
10802
|
NetworkInsightsPath.add_member(:source_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "sourceIp"))
|
10677
10803
|
NetworkInsightsPath.add_member(:destination_ip, Shapes::ShapeRef.new(shape: IpAddress, location_name: "destinationIp"))
|
10678
10804
|
NetworkInsightsPath.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
|
@@ -10729,6 +10855,7 @@ module Aws::EC2
|
|
10729
10855
|
NetworkInterfaceAttachment.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
10730
10856
|
NetworkInterfaceAttachment.add_member(:instance_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceOwnerId"))
|
10731
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"))
|
10732
10859
|
NetworkInterfaceAttachment.struct_class = Types::NetworkInterfaceAttachment
|
10733
10860
|
|
10734
10861
|
NetworkInterfaceAttachmentChanges.add_member(:attachment_id, Shapes::ShapeRef.new(shape: NetworkInterfaceAttachmentId, location_name: "attachmentId"))
|
@@ -12566,6 +12693,7 @@ module Aws::EC2
|
|
12566
12693
|
StartNetworkInsightsAccessScopeAnalysisResult.struct_class = Types::StartNetworkInsightsAccessScopeAnalysisResult
|
12567
12694
|
|
12568
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"))
|
12569
12697
|
StartNetworkInsightsAnalysisRequest.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "FilterInArn"))
|
12570
12698
|
StartNetworkInsightsAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12571
12699
|
StartNetworkInsightsAnalysisRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
@@ -12670,6 +12798,15 @@ module Aws::EC2
|
|
12670
12798
|
|
12671
12799
|
SubnetList.member = Shapes::ShapeRef.new(shape: Subnet, location_name: "item")
|
12672
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
|
+
|
12673
12810
|
SuccessfulInstanceCreditSpecificationItem.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
12674
12811
|
SuccessfulInstanceCreditSpecificationItem.struct_class = Types::SuccessfulInstanceCreditSpecificationItem
|
12675
12812
|
|
@@ -15427,6 +15564,20 @@ module Aws::EC2
|
|
15427
15564
|
o.output = Shapes::ShapeRef.new(shape: DescribeAvailabilityZonesResult)
|
15428
15565
|
end)
|
15429
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
|
+
|
15430
15581
|
api.add_operation(:describe_bundle_tasks, Seahorse::Model::Operation.new.tap do |o|
|
15431
15582
|
o.name = "DescribeBundleTasks"
|
15432
15583
|
o.http_method = "POST"
|
@@ -17108,6 +17259,14 @@ module Aws::EC2
|
|
17108
17259
|
o.output = Shapes::ShapeRef.new(shape: DisableAddressTransferResult)
|
17109
17260
|
end)
|
17110
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
|
+
|
17111
17270
|
api.add_operation(:disable_ebs_encryption_by_default, Seahorse::Model::Operation.new.tap do |o|
|
17112
17271
|
o.name = "DisableEbsEncryptionByDefault"
|
17113
17272
|
o.http_method = "POST"
|
@@ -17292,6 +17451,14 @@ module Aws::EC2
|
|
17292
17451
|
o.output = Shapes::ShapeRef.new(shape: EnableAddressTransferResult)
|
17293
17452
|
end)
|
17294
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
|
+
|
17295
17462
|
api.add_operation(:enable_ebs_encryption_by_default, Seahorse::Model::Operation.new.tap do |o|
|
17296
17463
|
o.name = "EnableEbsEncryptionByDefault"
|
17297
17464
|
o.http_method = "POST"
|
@@ -17332,6 +17499,14 @@ module Aws::EC2
|
|
17332
17499
|
o.output = Shapes::ShapeRef.new(shape: EnableIpamOrganizationAdminAccountResult)
|
17333
17500
|
end)
|
17334
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
|
+
|
17335
17510
|
api.add_operation(:enable_serial_console_access, Seahorse::Model::Operation.new.tap do |o|
|
17336
17511
|
o.name = "EnableSerialConsoleAccess"
|
17337
17512
|
o.http_method = "POST"
|
@@ -17434,6 +17609,20 @@ module Aws::EC2
|
|
17434
17609
|
)
|
17435
17610
|
end)
|
17436
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
|
+
|
17437
17626
|
api.add_operation(:get_capacity_reservation_usage, Seahorse::Model::Operation.new.tap do |o|
|
17438
17627
|
o.name = "GetCapacityReservationUsage"
|
17439
17628
|
o.http_method = "POST"
|
@@ -2909,6 +2909,20 @@ module Aws::EC2
|
|
2909
2909
|
end
|
2910
2910
|
end
|
2911
2911
|
|
2912
|
+
class DescribeAwsNetworkPerformanceMetricSubscriptions
|
2913
|
+
def self.build(context)
|
2914
|
+
unless context.config.regional_endpoint
|
2915
|
+
endpoint = context.config.endpoint.to_s
|
2916
|
+
end
|
2917
|
+
Aws::EC2::EndpointParameters.new(
|
2918
|
+
region: context.config.region,
|
2919
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
2920
|
+
use_fips: context.config.use_fips_endpoint,
|
2921
|
+
endpoint: endpoint,
|
2922
|
+
)
|
2923
|
+
end
|
2924
|
+
end
|
2925
|
+
|
2912
2926
|
class DescribeBundleTasks
|
2913
2927
|
def self.build(context)
|
2914
2928
|
unless context.config.regional_endpoint
|
@@ -4813,6 +4827,20 @@ module Aws::EC2
|
|
4813
4827
|
end
|
4814
4828
|
end
|
4815
4829
|
|
4830
|
+
class DisableAwsNetworkPerformanceMetricSubscription
|
4831
|
+
def self.build(context)
|
4832
|
+
unless context.config.regional_endpoint
|
4833
|
+
endpoint = context.config.endpoint.to_s
|
4834
|
+
end
|
4835
|
+
Aws::EC2::EndpointParameters.new(
|
4836
|
+
region: context.config.region,
|
4837
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
4838
|
+
use_fips: context.config.use_fips_endpoint,
|
4839
|
+
endpoint: endpoint,
|
4840
|
+
)
|
4841
|
+
end
|
4842
|
+
end
|
4843
|
+
|
4816
4844
|
class DisableEbsEncryptionByDefault
|
4817
4845
|
def self.build(context)
|
4818
4846
|
unless context.config.regional_endpoint
|
@@ -5135,6 +5163,20 @@ module Aws::EC2
|
|
5135
5163
|
end
|
5136
5164
|
end
|
5137
5165
|
|
5166
|
+
class EnableAwsNetworkPerformanceMetricSubscription
|
5167
|
+
def self.build(context)
|
5168
|
+
unless context.config.regional_endpoint
|
5169
|
+
endpoint = context.config.endpoint.to_s
|
5170
|
+
end
|
5171
|
+
Aws::EC2::EndpointParameters.new(
|
5172
|
+
region: context.config.region,
|
5173
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
5174
|
+
use_fips: context.config.use_fips_endpoint,
|
5175
|
+
endpoint: endpoint,
|
5176
|
+
)
|
5177
|
+
end
|
5178
|
+
end
|
5179
|
+
|
5138
5180
|
class EnableEbsEncryptionByDefault
|
5139
5181
|
def self.build(context)
|
5140
5182
|
unless context.config.regional_endpoint
|
@@ -5205,6 +5247,20 @@ module Aws::EC2
|
|
5205
5247
|
end
|
5206
5248
|
end
|
5207
5249
|
|
5250
|
+
class EnableReachabilityAnalyzerOrganizationSharing
|
5251
|
+
def self.build(context)
|
5252
|
+
unless context.config.regional_endpoint
|
5253
|
+
endpoint = context.config.endpoint.to_s
|
5254
|
+
end
|
5255
|
+
Aws::EC2::EndpointParameters.new(
|
5256
|
+
region: context.config.region,
|
5257
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
5258
|
+
use_fips: context.config.use_fips_endpoint,
|
5259
|
+
endpoint: endpoint,
|
5260
|
+
)
|
5261
|
+
end
|
5262
|
+
end
|
5263
|
+
|
5208
5264
|
class EnableSerialConsoleAccess
|
5209
5265
|
def self.build(context)
|
5210
5266
|
unless context.config.regional_endpoint
|
@@ -5373,6 +5429,20 @@ module Aws::EC2
|
|
5373
5429
|
end
|
5374
5430
|
end
|
5375
5431
|
|
5432
|
+
class GetAwsNetworkPerformanceData
|
5433
|
+
def self.build(context)
|
5434
|
+
unless context.config.regional_endpoint
|
5435
|
+
endpoint = context.config.endpoint.to_s
|
5436
|
+
end
|
5437
|
+
Aws::EC2::EndpointParameters.new(
|
5438
|
+
region: context.config.region,
|
5439
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
5440
|
+
use_fips: context.config.use_fips_endpoint,
|
5441
|
+
endpoint: endpoint,
|
5442
|
+
)
|
5443
|
+
end
|
5444
|
+
end
|
5445
|
+
|
5376
5446
|
class GetCapacityReservationUsage
|
5377
5447
|
def self.build(context)
|
5378
5448
|
unless context.config.regional_endpoint
|
@@ -368,6 +368,12 @@ module Aws::EC2
|
|
368
368
|
# dry_run: false,
|
369
369
|
# instance_id: "InstanceId", # required
|
370
370
|
# network_card_index: 1,
|
371
|
+
# ena_srd_specification: {
|
372
|
+
# ena_srd_enabled: false,
|
373
|
+
# ena_srd_udp_specification: {
|
374
|
+
# ena_srd_udp_enabled: false,
|
375
|
+
# },
|
376
|
+
# },
|
371
377
|
# })
|
372
378
|
# @param [Hash] options ({})
|
373
379
|
# @option options [required, Integer] :device_index
|
@@ -383,6 +389,9 @@ module Aws::EC2
|
|
383
389
|
# The index of the network card. Some instance types support multiple
|
384
390
|
# network cards. The primary network interface must be assigned to
|
385
391
|
# network card index 0. The default is network card index 0.
|
392
|
+
# @option options [Types::EnaSrdSpecification] :ena_srd_specification
|
393
|
+
# Configures ENA Express for the network interface that this action
|
394
|
+
# attaches to the instance.
|
386
395
|
# @return [Types::AttachNetworkInterfaceResult]
|
387
396
|
def attach(options = {})
|
388
397
|
options = options.merge(network_interface_id: @id)
|
@@ -565,11 +574,17 @@ module Aws::EC2
|
|
565
574
|
# source_dest_check: {
|
566
575
|
# value: false,
|
567
576
|
# },
|
577
|
+
# ena_srd_specification: {
|
578
|
+
# ena_srd_enabled: false,
|
579
|
+
# ena_srd_udp_specification: {
|
580
|
+
# ena_srd_udp_enabled: false,
|
581
|
+
# },
|
582
|
+
# },
|
568
583
|
# })
|
569
584
|
# @param [Hash] options ({})
|
570
585
|
# @option options [Types::NetworkInterfaceAttachmentChanges] :attachment
|
571
|
-
# Information about the interface attachment. If modifying the
|
572
|
-
# on termination
|
586
|
+
# Information about the interface attachment. If modifying the `delete
|
587
|
+
# on termination` attribute, you must specify the ID of the interface
|
573
588
|
# attachment.
|
574
589
|
# @option options [Types::AttributeValue] :description
|
575
590
|
# A description for the network interface.
|
@@ -590,6 +605,9 @@ module Aws::EC2
|
|
590
605
|
# enabled; otherwise, they are disabled. The default value is `true`.
|
591
606
|
# You must disable source/destination checks if the instance runs
|
592
607
|
# services such as network address translation, routing, or firewalls.
|
608
|
+
# @option options [Types::EnaSrdSpecification] :ena_srd_specification
|
609
|
+
# Updates the ENA Express configuration for the network interface that’s
|
610
|
+
# attached to the instance.
|
593
611
|
# @return [EmptyStructure]
|
594
612
|
def modify_attribute(options = {})
|
595
613
|
options = options.merge(network_interface_id: @id)
|
@@ -470,6 +470,8 @@ module Aws::EC2
|
|
470
470
|
Aws::EC2::Endpoints::DescribeAggregateIdFormat.build(context)
|
471
471
|
when :describe_availability_zones
|
472
472
|
Aws::EC2::Endpoints::DescribeAvailabilityZones.build(context)
|
473
|
+
when :describe_aws_network_performance_metric_subscriptions
|
474
|
+
Aws::EC2::Endpoints::DescribeAwsNetworkPerformanceMetricSubscriptions.build(context)
|
473
475
|
when :describe_bundle_tasks
|
474
476
|
Aws::EC2::Endpoints::DescribeBundleTasks.build(context)
|
475
477
|
when :describe_byoip_cidrs
|
@@ -742,6 +744,8 @@ module Aws::EC2
|
|
742
744
|
Aws::EC2::Endpoints::DetachVpnGateway.build(context)
|
743
745
|
when :disable_address_transfer
|
744
746
|
Aws::EC2::Endpoints::DisableAddressTransfer.build(context)
|
747
|
+
when :disable_aws_network_performance_metric_subscription
|
748
|
+
Aws::EC2::Endpoints::DisableAwsNetworkPerformanceMetricSubscription.build(context)
|
745
749
|
when :disable_ebs_encryption_by_default
|
746
750
|
Aws::EC2::Endpoints::DisableEbsEncryptionByDefault.build(context)
|
747
751
|
when :disable_fast_launch
|
@@ -788,6 +792,8 @@ module Aws::EC2
|
|
788
792
|
Aws::EC2::Endpoints::DisassociateVpcCidrBlock.build(context)
|
789
793
|
when :enable_address_transfer
|
790
794
|
Aws::EC2::Endpoints::EnableAddressTransfer.build(context)
|
795
|
+
when :enable_aws_network_performance_metric_subscription
|
796
|
+
Aws::EC2::Endpoints::EnableAwsNetworkPerformanceMetricSubscription.build(context)
|
791
797
|
when :enable_ebs_encryption_by_default
|
792
798
|
Aws::EC2::Endpoints::EnableEbsEncryptionByDefault.build(context)
|
793
799
|
when :enable_fast_launch
|
@@ -798,6 +804,8 @@ module Aws::EC2
|
|
798
804
|
Aws::EC2::Endpoints::EnableImageDeprecation.build(context)
|
799
805
|
when :enable_ipam_organization_admin_account
|
800
806
|
Aws::EC2::Endpoints::EnableIpamOrganizationAdminAccount.build(context)
|
807
|
+
when :enable_reachability_analyzer_organization_sharing
|
808
|
+
Aws::EC2::Endpoints::EnableReachabilityAnalyzerOrganizationSharing.build(context)
|
801
809
|
when :enable_serial_console_access
|
802
810
|
Aws::EC2::Endpoints::EnableSerialConsoleAccess.build(context)
|
803
811
|
when :enable_transit_gateway_route_table_propagation
|
@@ -822,6 +830,8 @@ module Aws::EC2
|
|
822
830
|
Aws::EC2::Endpoints::GetAssociatedEnclaveCertificateIamRoles.build(context)
|
823
831
|
when :get_associated_ipv_6_pool_cidrs
|
824
832
|
Aws::EC2::Endpoints::GetAssociatedIpv6PoolCidrs.build(context)
|
833
|
+
when :get_aws_network_performance_data
|
834
|
+
Aws::EC2::Endpoints::GetAwsNetworkPerformanceData.build(context)
|
825
835
|
when :get_capacity_reservation_usage
|
826
836
|
Aws::EC2::Endpoints::GetCapacityReservationUsage.build(context)
|
827
837
|
when :get_coip_pool_usage
|