aws-sdk-ec2 1.580.0 → 1.582.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +1399 -148
- data/lib/aws-sdk-ec2/client_api.rb +462 -0
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/placement_group.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +42 -19
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +4 -4
- data/lib/aws-sdk-ec2/types.rb +1492 -10
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +14 -6
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +416 -117
- data/sig/instance.rbs +2 -2
- data/sig/resource.rbs +29 -18
- data/sig/security_group.rbs +2 -2
- data/sig/snapshot.rbs +1 -1
- data/sig/subnet.rbs +3 -3
- data/sig/tag.rbs +1 -1
- data/sig/types.rbs +363 -20
- data/sig/volume.rbs +1 -1
- data/sig/vpc.rbs +5 -5
- metadata +3 -3
data/sig/types.rbs
CHANGED
|
@@ -1068,8 +1068,9 @@ module Aws::EC2
|
|
|
1068
1068
|
attr_accessor description: ::String
|
|
1069
1069
|
attr_accessor asn_associations: ::Array[Types::AsnAssociation]
|
|
1070
1070
|
attr_accessor status_message: ::String
|
|
1071
|
-
attr_accessor state: ("advertised" | "deprovisioned" | "failed-deprovision" | "failed-provision" | "pending-deprovision" | "pending-provision" | "provisioned" | "provisioned-not-publicly-advertisable")
|
|
1071
|
+
attr_accessor state: ("advertised" | "deprovisioned" | "failed-deprovision" | "failed-provision" | "pending-advertising" | "pending-deprovision" | "pending-provision" | "pending-withdrawal" | "provisioned" | "provisioned-not-publicly-advertisable")
|
|
1072
1072
|
attr_accessor network_border_group: ::String
|
|
1073
|
+
attr_accessor advertisement_type: ::String
|
|
1073
1074
|
SENSITIVE: []
|
|
1074
1075
|
end
|
|
1075
1076
|
|
|
@@ -1370,6 +1371,9 @@ module Aws::EC2
|
|
|
1370
1371
|
attr_accessor commitment_info: Types::CapacityReservationCommitmentInfo
|
|
1371
1372
|
attr_accessor delivery_preference: ("fixed" | "incremental")
|
|
1372
1373
|
attr_accessor capacity_block_id: ::String
|
|
1374
|
+
attr_accessor interruptible: bool
|
|
1375
|
+
attr_accessor interruptible_capacity_allocation: Types::InterruptibleCapacityAllocation
|
|
1376
|
+
attr_accessor interruption_info: Types::InterruptionInfo
|
|
1373
1377
|
SENSITIVE: []
|
|
1374
1378
|
end
|
|
1375
1379
|
|
|
@@ -1695,6 +1699,9 @@ module Aws::EC2
|
|
|
1695
1699
|
attr_accessor log_enabled: bool
|
|
1696
1700
|
attr_accessor log_group_arn: ::String
|
|
1697
1701
|
attr_accessor log_output_format: ::String
|
|
1702
|
+
attr_accessor bgp_log_enabled: bool
|
|
1703
|
+
attr_accessor bgp_log_group_arn: ::String
|
|
1704
|
+
attr_accessor bgp_log_output_format: ::String
|
|
1698
1705
|
SENSITIVE: []
|
|
1699
1706
|
end
|
|
1700
1707
|
|
|
@@ -1702,6 +1709,9 @@ module Aws::EC2
|
|
|
1702
1709
|
attr_accessor log_enabled: bool
|
|
1703
1710
|
attr_accessor log_group_arn: ::String
|
|
1704
1711
|
attr_accessor log_output_format: ::String
|
|
1712
|
+
attr_accessor bgp_log_enabled: bool
|
|
1713
|
+
attr_accessor bgp_log_group_arn: ::String
|
|
1714
|
+
attr_accessor bgp_log_output_format: ::String
|
|
1705
1715
|
SENSITIVE: []
|
|
1706
1716
|
end
|
|
1707
1717
|
|
|
@@ -2335,6 +2345,23 @@ module Aws::EC2
|
|
|
2335
2345
|
SENSITIVE: []
|
|
2336
2346
|
end
|
|
2337
2347
|
|
|
2348
|
+
class CreateInterruptibleCapacityReservationAllocationRequest
|
|
2349
|
+
attr_accessor capacity_reservation_id: ::String
|
|
2350
|
+
attr_accessor instance_count: ::Integer
|
|
2351
|
+
attr_accessor client_token: ::String
|
|
2352
|
+
attr_accessor dry_run: bool
|
|
2353
|
+
attr_accessor tag_specifications: ::Array[Types::TagSpecification]
|
|
2354
|
+
SENSITIVE: []
|
|
2355
|
+
end
|
|
2356
|
+
|
|
2357
|
+
class CreateInterruptibleCapacityReservationAllocationResult
|
|
2358
|
+
attr_accessor source_capacity_reservation_id: ::String
|
|
2359
|
+
attr_accessor target_instance_count: ::Integer
|
|
2360
|
+
attr_accessor status: ("pending" | "active" | "updating" | "canceling" | "canceled" | "failed")
|
|
2361
|
+
attr_accessor interruption_type: ("adhoc")
|
|
2362
|
+
SENSITIVE: []
|
|
2363
|
+
end
|
|
2364
|
+
|
|
2338
2365
|
class CreateIpamExternalResourceVerificationTokenRequest
|
|
2339
2366
|
attr_accessor dry_run: bool
|
|
2340
2367
|
attr_accessor ipam_id: ::String
|
|
@@ -2376,7 +2403,7 @@ module Aws::EC2
|
|
|
2376
2403
|
attr_accessor allocation_resource_tags: ::Array[Types::RequestIpamResourceTag]
|
|
2377
2404
|
attr_accessor tag_specifications: ::Array[Types::TagSpecification]
|
|
2378
2405
|
attr_accessor client_token: ::String
|
|
2379
|
-
attr_accessor aws_service: ("ec2")
|
|
2406
|
+
attr_accessor aws_service: ("ec2" | "global-services")
|
|
2380
2407
|
attr_accessor public_ip_source: ("amazon" | "byoip")
|
|
2381
2408
|
attr_accessor source_resource: Types::IpamPoolSourceResourceRequest
|
|
2382
2409
|
SENSITIVE: []
|
|
@@ -3131,6 +3158,41 @@ module Aws::EC2
|
|
|
3131
3158
|
SENSITIVE: []
|
|
3132
3159
|
end
|
|
3133
3160
|
|
|
3161
|
+
class CreateTransitGatewayMeteringPolicyEntryRequest
|
|
3162
|
+
attr_accessor transit_gateway_metering_policy_id: ::String
|
|
3163
|
+
attr_accessor policy_rule_number: ::Integer
|
|
3164
|
+
attr_accessor source_transit_gateway_attachment_id: ::String
|
|
3165
|
+
attr_accessor source_transit_gateway_attachment_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
3166
|
+
attr_accessor source_cidr_block: ::String
|
|
3167
|
+
attr_accessor source_port_range: ::String
|
|
3168
|
+
attr_accessor destination_transit_gateway_attachment_id: ::String
|
|
3169
|
+
attr_accessor destination_transit_gateway_attachment_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
3170
|
+
attr_accessor destination_cidr_block: ::String
|
|
3171
|
+
attr_accessor destination_port_range: ::String
|
|
3172
|
+
attr_accessor protocol: ::String
|
|
3173
|
+
attr_accessor metered_account: ("source-attachment-owner" | "destination-attachment-owner" | "transit-gateway-owner")
|
|
3174
|
+
attr_accessor dry_run: bool
|
|
3175
|
+
SENSITIVE: []
|
|
3176
|
+
end
|
|
3177
|
+
|
|
3178
|
+
class CreateTransitGatewayMeteringPolicyEntryResult
|
|
3179
|
+
attr_accessor transit_gateway_metering_policy_entry: Types::TransitGatewayMeteringPolicyEntry
|
|
3180
|
+
SENSITIVE: []
|
|
3181
|
+
end
|
|
3182
|
+
|
|
3183
|
+
class CreateTransitGatewayMeteringPolicyRequest
|
|
3184
|
+
attr_accessor transit_gateway_id: ::String
|
|
3185
|
+
attr_accessor middlebox_attachment_ids: ::Array[::String]
|
|
3186
|
+
attr_accessor tag_specifications: ::Array[Types::TagSpecification]
|
|
3187
|
+
attr_accessor dry_run: bool
|
|
3188
|
+
SENSITIVE: []
|
|
3189
|
+
end
|
|
3190
|
+
|
|
3191
|
+
class CreateTransitGatewayMeteringPolicyResult
|
|
3192
|
+
attr_accessor transit_gateway_metering_policy: Types::TransitGatewayMeteringPolicy
|
|
3193
|
+
SENSITIVE: []
|
|
3194
|
+
end
|
|
3195
|
+
|
|
3134
3196
|
class CreateTransitGatewayMulticastDomainRequest
|
|
3135
3197
|
attr_accessor transit_gateway_id: ::String
|
|
3136
3198
|
attr_accessor options: Types::CreateTransitGatewayMulticastDomainRequestOptions
|
|
@@ -3468,6 +3530,18 @@ module Aws::EC2
|
|
|
3468
3530
|
SENSITIVE: []
|
|
3469
3531
|
end
|
|
3470
3532
|
|
|
3533
|
+
class CreateVpcEncryptionControlRequest
|
|
3534
|
+
attr_accessor dry_run: bool
|
|
3535
|
+
attr_accessor vpc_id: ::String
|
|
3536
|
+
attr_accessor tag_specifications: ::Array[Types::TagSpecification]
|
|
3537
|
+
SENSITIVE: []
|
|
3538
|
+
end
|
|
3539
|
+
|
|
3540
|
+
class CreateVpcEncryptionControlResult
|
|
3541
|
+
attr_accessor vpc_encryption_control: Types::VpcEncryptionControl
|
|
3542
|
+
SENSITIVE: []
|
|
3543
|
+
end
|
|
3544
|
+
|
|
3471
3545
|
class CreateVpcEndpointConnectionNotificationRequest
|
|
3472
3546
|
attr_accessor dry_run: bool
|
|
3473
3547
|
attr_accessor service_id: ::String
|
|
@@ -3554,6 +3628,7 @@ module Aws::EC2
|
|
|
3554
3628
|
attr_accessor ipv_6_ipam_pool_id: ::String
|
|
3555
3629
|
attr_accessor ipv_6_netmask_length: ::Integer
|
|
3556
3630
|
attr_accessor ipv_6_cidr_block_network_border_group: ::String
|
|
3631
|
+
attr_accessor vpc_encryption_control: Types::VpcEncryptionControlConfiguration
|
|
3557
3632
|
attr_accessor tag_specifications: ::Array[Types::TagSpecification]
|
|
3558
3633
|
attr_accessor dry_run: bool
|
|
3559
3634
|
attr_accessor instance_tenancy: ("default" | "dedicated" | "host")
|
|
@@ -4383,6 +4458,29 @@ module Aws::EC2
|
|
|
4383
4458
|
SENSITIVE: []
|
|
4384
4459
|
end
|
|
4385
4460
|
|
|
4461
|
+
class DeleteTransitGatewayMeteringPolicyEntryRequest
|
|
4462
|
+
attr_accessor transit_gateway_metering_policy_id: ::String
|
|
4463
|
+
attr_accessor policy_rule_number: ::Integer
|
|
4464
|
+
attr_accessor dry_run: bool
|
|
4465
|
+
SENSITIVE: []
|
|
4466
|
+
end
|
|
4467
|
+
|
|
4468
|
+
class DeleteTransitGatewayMeteringPolicyEntryResult
|
|
4469
|
+
attr_accessor transit_gateway_metering_policy_entry: Types::TransitGatewayMeteringPolicyEntry
|
|
4470
|
+
SENSITIVE: []
|
|
4471
|
+
end
|
|
4472
|
+
|
|
4473
|
+
class DeleteTransitGatewayMeteringPolicyRequest
|
|
4474
|
+
attr_accessor transit_gateway_metering_policy_id: ::String
|
|
4475
|
+
attr_accessor dry_run: bool
|
|
4476
|
+
SENSITIVE: []
|
|
4477
|
+
end
|
|
4478
|
+
|
|
4479
|
+
class DeleteTransitGatewayMeteringPolicyResult
|
|
4480
|
+
attr_accessor transit_gateway_metering_policy: Types::TransitGatewayMeteringPolicy
|
|
4481
|
+
SENSITIVE: []
|
|
4482
|
+
end
|
|
4483
|
+
|
|
4386
4484
|
class DeleteTransitGatewayMulticastDomainRequest
|
|
4387
4485
|
attr_accessor transit_gateway_multicast_domain_id: ::String
|
|
4388
4486
|
attr_accessor dry_run: bool
|
|
@@ -4549,6 +4647,17 @@ module Aws::EC2
|
|
|
4549
4647
|
SENSITIVE: []
|
|
4550
4648
|
end
|
|
4551
4649
|
|
|
4650
|
+
class DeleteVpcEncryptionControlRequest
|
|
4651
|
+
attr_accessor dry_run: bool
|
|
4652
|
+
attr_accessor vpc_encryption_control_id: ::String
|
|
4653
|
+
SENSITIVE: []
|
|
4654
|
+
end
|
|
4655
|
+
|
|
4656
|
+
class DeleteVpcEncryptionControlResult
|
|
4657
|
+
attr_accessor vpc_encryption_control: Types::VpcEncryptionControl
|
|
4658
|
+
SENSITIVE: []
|
|
4659
|
+
end
|
|
4660
|
+
|
|
4552
4661
|
class DeleteVpcEndpointConnectionNotificationsRequest
|
|
4553
4662
|
attr_accessor dry_run: bool
|
|
4554
4663
|
attr_accessor connection_notification_ids: ::Array[::String]
|
|
@@ -6948,6 +7057,21 @@ module Aws::EC2
|
|
|
6948
7057
|
SENSITIVE: []
|
|
6949
7058
|
end
|
|
6950
7059
|
|
|
7060
|
+
class DescribeTransitGatewayMeteringPoliciesRequest
|
|
7061
|
+
attr_accessor transit_gateway_metering_policy_ids: ::Array[::String]
|
|
7062
|
+
attr_accessor filters: ::Array[Types::Filter]
|
|
7063
|
+
attr_accessor max_results: ::Integer
|
|
7064
|
+
attr_accessor next_token: ::String
|
|
7065
|
+
attr_accessor dry_run: bool
|
|
7066
|
+
SENSITIVE: []
|
|
7067
|
+
end
|
|
7068
|
+
|
|
7069
|
+
class DescribeTransitGatewayMeteringPoliciesResult
|
|
7070
|
+
attr_accessor transit_gateway_metering_policies: ::Array[Types::TransitGatewayMeteringPolicy]
|
|
7071
|
+
attr_accessor next_token: ::String
|
|
7072
|
+
SENSITIVE: []
|
|
7073
|
+
end
|
|
7074
|
+
|
|
6951
7075
|
class DescribeTransitGatewayMulticastDomainsRequest
|
|
6952
7076
|
attr_accessor transit_gateway_multicast_domain_ids: ::Array[::String]
|
|
6953
7077
|
attr_accessor filters: ::Array[Types::Filter]
|
|
@@ -7270,6 +7394,22 @@ module Aws::EC2
|
|
|
7270
7394
|
SENSITIVE: []
|
|
7271
7395
|
end
|
|
7272
7396
|
|
|
7397
|
+
class DescribeVpcEncryptionControlsRequest
|
|
7398
|
+
attr_accessor dry_run: bool
|
|
7399
|
+
attr_accessor filters: ::Array[Types::Filter]
|
|
7400
|
+
attr_accessor vpc_encryption_control_ids: ::Array[::String]
|
|
7401
|
+
attr_accessor vpc_ids: ::Array[::String]
|
|
7402
|
+
attr_accessor next_token: ::String
|
|
7403
|
+
attr_accessor max_results: ::Integer
|
|
7404
|
+
SENSITIVE: []
|
|
7405
|
+
end
|
|
7406
|
+
|
|
7407
|
+
class DescribeVpcEncryptionControlsResult
|
|
7408
|
+
attr_accessor vpc_encryption_controls: ::Array[Types::VpcEncryptionControl]
|
|
7409
|
+
attr_accessor next_token: ::String
|
|
7410
|
+
SENSITIVE: []
|
|
7411
|
+
end
|
|
7412
|
+
|
|
7273
7413
|
class DescribeVpcEndpointAssociationsRequest
|
|
7274
7414
|
attr_accessor dry_run: bool
|
|
7275
7415
|
attr_accessor vpc_endpoint_ids: ::Array[::String]
|
|
@@ -8592,6 +8732,12 @@ module Aws::EC2
|
|
|
8592
8732
|
SENSITIVE: []
|
|
8593
8733
|
end
|
|
8594
8734
|
|
|
8735
|
+
class EncryptionSupport
|
|
8736
|
+
attr_accessor encryption_state: ("enabling" | "enabled" | "disabling" | "disabled")
|
|
8737
|
+
attr_accessor state_message: ::String
|
|
8738
|
+
SENSITIVE: []
|
|
8739
|
+
end
|
|
8740
|
+
|
|
8595
8741
|
class EventInformation
|
|
8596
8742
|
attr_accessor event_description: ::String
|
|
8597
8743
|
attr_accessor event_sub_type: ::String
|
|
@@ -9220,6 +9366,9 @@ module Aws::EC2
|
|
|
9220
9366
|
attr_accessor available_instance_count: ::Integer
|
|
9221
9367
|
attr_accessor state: ("active" | "expired" | "cancelled" | "pending" | "failed" | "scheduled" | "payment-pending" | "payment-failed" | "assessing" | "delayed" | "unsupported" | "unavailable")
|
|
9222
9368
|
attr_accessor instance_usages: ::Array[Types::InstanceUsage]
|
|
9369
|
+
attr_accessor interruptible: bool
|
|
9370
|
+
attr_accessor interruptible_capacity_allocation: Types::InterruptibleCapacityAllocation
|
|
9371
|
+
attr_accessor interruption_info: Types::InterruptionInfo
|
|
9223
9372
|
SENSITIVE: []
|
|
9224
9373
|
end
|
|
9225
9374
|
|
|
@@ -9632,7 +9781,7 @@ module Aws::EC2
|
|
|
9632
9781
|
attr_accessor ipam_scope_id: ::String
|
|
9633
9782
|
attr_accessor ipam_pool_id: ::String
|
|
9634
9783
|
attr_accessor resource_id: ::String
|
|
9635
|
-
attr_accessor resource_type: ("vpc" | "subnet" | "eip" | "public-ipv4-pool" | "ipv6-pool" | "eni")
|
|
9784
|
+
attr_accessor resource_type: ("vpc" | "subnet" | "eip" | "public-ipv4-pool" | "ipv6-pool" | "eni" | "anycast-ip-list")
|
|
9636
9785
|
attr_accessor resource_tag: Types::RequestIpamResourceTag
|
|
9637
9786
|
attr_accessor resource_owner: ::String
|
|
9638
9787
|
SENSITIVE: []
|
|
@@ -9870,6 +10019,21 @@ module Aws::EC2
|
|
|
9870
10019
|
SENSITIVE: []
|
|
9871
10020
|
end
|
|
9872
10021
|
|
|
10022
|
+
class GetTransitGatewayMeteringPolicyEntriesRequest
|
|
10023
|
+
attr_accessor transit_gateway_metering_policy_id: ::String
|
|
10024
|
+
attr_accessor filters: ::Array[Types::Filter]
|
|
10025
|
+
attr_accessor max_results: ::Integer
|
|
10026
|
+
attr_accessor next_token: ::String
|
|
10027
|
+
attr_accessor dry_run: bool
|
|
10028
|
+
SENSITIVE: []
|
|
10029
|
+
end
|
|
10030
|
+
|
|
10031
|
+
class GetTransitGatewayMeteringPolicyEntriesResult
|
|
10032
|
+
attr_accessor transit_gateway_metering_policy_entries: ::Array[Types::TransitGatewayMeteringPolicyEntry]
|
|
10033
|
+
attr_accessor next_token: ::String
|
|
10034
|
+
SENSITIVE: []
|
|
10035
|
+
end
|
|
10036
|
+
|
|
9873
10037
|
class GetTransitGatewayMulticastDomainAssociationsRequest
|
|
9874
10038
|
attr_accessor transit_gateway_multicast_domain_id: ::String
|
|
9875
10039
|
attr_accessor filters: ::Array[Types::Filter]
|
|
@@ -9997,6 +10161,20 @@ module Aws::EC2
|
|
|
9997
10161
|
SENSITIVE: []
|
|
9998
10162
|
end
|
|
9999
10163
|
|
|
10164
|
+
class GetVpcResourcesBlockingEncryptionEnforcementRequest
|
|
10165
|
+
attr_accessor vpc_id: ::String
|
|
10166
|
+
attr_accessor max_results: ::Integer
|
|
10167
|
+
attr_accessor next_token: ::String
|
|
10168
|
+
attr_accessor dry_run: bool
|
|
10169
|
+
SENSITIVE: []
|
|
10170
|
+
end
|
|
10171
|
+
|
|
10172
|
+
class GetVpcResourcesBlockingEncryptionEnforcementResult
|
|
10173
|
+
attr_accessor non_compliant_resources: ::Array[Types::VpcEncryptionNonCompliantResource]
|
|
10174
|
+
attr_accessor next_token: ::String
|
|
10175
|
+
SENSITIVE: []
|
|
10176
|
+
end
|
|
10177
|
+
|
|
10000
10178
|
class GetVpnConnectionDeviceSampleConfigurationRequest
|
|
10001
10179
|
attr_accessor vpn_connection_id: ::String
|
|
10002
10180
|
attr_accessor vpn_connection_device_type_id: ::String
|
|
@@ -10611,7 +10789,7 @@ module Aws::EC2
|
|
|
10611
10789
|
attr_accessor ena_support: bool
|
|
10612
10790
|
attr_accessor hypervisor: ("ovm" | "xen")
|
|
10613
10791
|
attr_accessor iam_instance_profile: Types::IamInstanceProfile
|
|
10614
|
-
attr_accessor instance_lifecycle: ("spot" | "scheduled" | "capacity-block")
|
|
10792
|
+
attr_accessor instance_lifecycle: ("spot" | "scheduled" | "capacity-block" | "interruptible-capacity-reservation")
|
|
10615
10793
|
attr_accessor elastic_gpu_associations: ::Array[Types::ElasticGpuAssociation]
|
|
10616
10794
|
attr_accessor elastic_inference_accelerator_associations: ::Array[Types::ElasticInferenceAcceleratorAssociation]
|
|
10617
10795
|
attr_accessor network_interfaces: ::Array[Types::InstanceNetworkInterface]
|
|
@@ -10863,7 +11041,7 @@ module Aws::EC2
|
|
|
10863
11041
|
end
|
|
10864
11042
|
|
|
10865
11043
|
class InstanceMarketOptionsRequest
|
|
10866
|
-
attr_accessor market_type: ("spot" | "capacity-block")
|
|
11044
|
+
attr_accessor market_type: ("spot" | "capacity-block" | "interruptible-capacity-reservation")
|
|
10867
11045
|
attr_accessor spot_options: Types::SpotMarketOptions
|
|
10868
11046
|
SENSITIVE: []
|
|
10869
11047
|
end
|
|
@@ -11214,6 +11392,21 @@ module Aws::EC2
|
|
|
11214
11392
|
SENSITIVE: []
|
|
11215
11393
|
end
|
|
11216
11394
|
|
|
11395
|
+
class InterruptibleCapacityAllocation
|
|
11396
|
+
attr_accessor instance_count: ::Integer
|
|
11397
|
+
attr_accessor target_instance_count: ::Integer
|
|
11398
|
+
attr_accessor status: ("pending" | "active" | "updating" | "canceling" | "canceled" | "failed")
|
|
11399
|
+
attr_accessor interruptible_capacity_reservation_id: ::String
|
|
11400
|
+
attr_accessor interruption_type: ("adhoc")
|
|
11401
|
+
SENSITIVE: []
|
|
11402
|
+
end
|
|
11403
|
+
|
|
11404
|
+
class InterruptionInfo
|
|
11405
|
+
attr_accessor source_capacity_reservation_id: ::String
|
|
11406
|
+
attr_accessor interruption_type: ("adhoc")
|
|
11407
|
+
SENSITIVE: []
|
|
11408
|
+
end
|
|
11409
|
+
|
|
11217
11410
|
class IpPermission
|
|
11218
11411
|
attr_accessor ip_protocol: ::String
|
|
11219
11412
|
attr_accessor from_port: ::Integer
|
|
@@ -11291,8 +11484,8 @@ module Aws::EC2
|
|
|
11291
11484
|
attr_accessor address_owner_id: ::String
|
|
11292
11485
|
attr_accessor address_allocation_id: ::String
|
|
11293
11486
|
attr_accessor association_status: ("associated" | "disassociated")
|
|
11294
|
-
attr_accessor address_type: ("service-managed-ip" | "service-managed-byoip" | "amazon-owned-eip" | "amazon-owned-contig" | "byoip" | "ec2-public-ip")
|
|
11295
|
-
attr_accessor service: ("nat-gateway" | "database-migration-service" | "redshift" | "elastic-container-service" | "relational-database-service" | "site-to-site-vpn" | "load-balancer" | "global-accelerator" | "other")
|
|
11487
|
+
attr_accessor address_type: ("service-managed-ip" | "service-managed-byoip" | "amazon-owned-eip" | "amazon-owned-contig" | "byoip" | "ec2-public-ip" | "anycast-ip-list-ip")
|
|
11488
|
+
attr_accessor service: ("nat-gateway" | "database-migration-service" | "redshift" | "elastic-container-service" | "relational-database-service" | "site-to-site-vpn" | "load-balancer" | "global-accelerator" | "cloudfront" | "other")
|
|
11296
11489
|
attr_accessor service_resource: ::String
|
|
11297
11490
|
attr_accessor vpc_id: ::String
|
|
11298
11491
|
attr_accessor subnet_id: ::String
|
|
@@ -11314,7 +11507,7 @@ module Aws::EC2
|
|
|
11314
11507
|
attr_accessor resource_owner_id: ::String
|
|
11315
11508
|
attr_accessor resource_cidr: ::String
|
|
11316
11509
|
attr_accessor ip_source: ("amazon" | "byoip" | "none")
|
|
11317
|
-
attr_accessor resource_type: ("vpc" | "subnet" | "eip" | "public-ipv4-pool" | "ipv6-pool" | "eni")
|
|
11510
|
+
attr_accessor resource_type: ("vpc" | "subnet" | "eip" | "public-ipv4-pool" | "ipv6-pool" | "eni" | "anycast-ip-list")
|
|
11318
11511
|
attr_accessor resource_tags: ::Array[Types::IpamResourceTag]
|
|
11319
11512
|
attr_accessor ip_usage: ::Float
|
|
11320
11513
|
attr_accessor vpc_id: ::String
|
|
@@ -11413,7 +11606,7 @@ module Aws::EC2
|
|
|
11413
11606
|
attr_accessor allocation_default_netmask_length: ::Integer
|
|
11414
11607
|
attr_accessor allocation_resource_tags: ::Array[Types::IpamResourceTag]
|
|
11415
11608
|
attr_accessor tags: ::Array[Types::Tag]
|
|
11416
|
-
attr_accessor aws_service: ("ec2")
|
|
11609
|
+
attr_accessor aws_service: ("ec2" | "global-services")
|
|
11417
11610
|
attr_accessor public_ip_source: ("amazon" | "byoip")
|
|
11418
11611
|
attr_accessor source_resource: Types::IpamPoolSourceResource
|
|
11419
11612
|
SENSITIVE: []
|
|
@@ -11424,7 +11617,7 @@ module Aws::EC2
|
|
|
11424
11617
|
attr_accessor ipam_pool_allocation_id: ::String
|
|
11425
11618
|
attr_accessor description: ::String
|
|
11426
11619
|
attr_accessor resource_id: ::String
|
|
11427
|
-
attr_accessor resource_type: ("ipam-pool" | "vpc" | "ec2-public-ipv4-pool" | "custom" | "subnet" | "eip")
|
|
11620
|
+
attr_accessor resource_type: ("ipam-pool" | "vpc" | "ec2-public-ipv4-pool" | "custom" | "subnet" | "eip" | "anycast-ip-list")
|
|
11428
11621
|
attr_accessor resource_region: ::String
|
|
11429
11622
|
attr_accessor resource_owner: ::String
|
|
11430
11623
|
SENSITIVE: []
|
|
@@ -11480,7 +11673,7 @@ module Aws::EC2
|
|
|
11480
11673
|
attr_accessor rule_type: ("static-cidr" | "ipam-resource-cidr" | "ipam-pool-cidr")
|
|
11481
11674
|
attr_accessor static_cidr: ::String
|
|
11482
11675
|
attr_accessor ipam_scope_id: ::String
|
|
11483
|
-
attr_accessor resource_type: ("vpc" | "subnet" | "eip" | "public-ipv4-pool" | "ipv6-pool" | "eni")
|
|
11676
|
+
attr_accessor resource_type: ("vpc" | "subnet" | "eip" | "public-ipv4-pool" | "ipv6-pool" | "eni" | "anycast-ip-list")
|
|
11484
11677
|
attr_accessor conditions: ::Array[Types::IpamPrefixListResolverRuleCondition]
|
|
11485
11678
|
SENSITIVE: []
|
|
11486
11679
|
end
|
|
@@ -11511,7 +11704,7 @@ module Aws::EC2
|
|
|
11511
11704
|
attr_accessor rule_type: ("static-cidr" | "ipam-resource-cidr" | "ipam-pool-cidr")
|
|
11512
11705
|
attr_accessor static_cidr: ::String
|
|
11513
11706
|
attr_accessor ipam_scope_id: ::String
|
|
11514
|
-
attr_accessor resource_type: ("vpc" | "subnet" | "eip" | "public-ipv4-pool" | "ipv6-pool" | "eni")
|
|
11707
|
+
attr_accessor resource_type: ("vpc" | "subnet" | "eip" | "public-ipv4-pool" | "ipv6-pool" | "eni" | "anycast-ip-list")
|
|
11515
11708
|
attr_accessor conditions: ::Array[Types::IpamPrefixListResolverRuleConditionRequest]
|
|
11516
11709
|
SENSITIVE: []
|
|
11517
11710
|
end
|
|
@@ -11568,7 +11761,7 @@ module Aws::EC2
|
|
|
11568
11761
|
attr_accessor resource_id: ::String
|
|
11569
11762
|
attr_accessor resource_name: ::String
|
|
11570
11763
|
attr_accessor resource_cidr: ::String
|
|
11571
|
-
attr_accessor resource_type: ("vpc" | "subnet" | "eip" | "public-ipv4-pool" | "ipv6-pool" | "eni")
|
|
11764
|
+
attr_accessor resource_type: ("vpc" | "subnet" | "eip" | "public-ipv4-pool" | "ipv6-pool" | "eni" | "anycast-ip-list")
|
|
11572
11765
|
attr_accessor resource_tags: ::Array[Types::IpamResourceTag]
|
|
11573
11766
|
attr_accessor ip_usage: ::Float
|
|
11574
11767
|
attr_accessor compliance_status: ("compliant" | "noncompliant" | "unmanaged" | "ignored")
|
|
@@ -11908,13 +12101,13 @@ module Aws::EC2
|
|
|
11908
12101
|
end
|
|
11909
12102
|
|
|
11910
12103
|
class LaunchTemplateInstanceMarketOptions
|
|
11911
|
-
attr_accessor market_type: ("spot" | "capacity-block")
|
|
12104
|
+
attr_accessor market_type: ("spot" | "capacity-block" | "interruptible-capacity-reservation")
|
|
11912
12105
|
attr_accessor spot_options: Types::LaunchTemplateSpotMarketOptions
|
|
11913
12106
|
SENSITIVE: []
|
|
11914
12107
|
end
|
|
11915
12108
|
|
|
11916
12109
|
class LaunchTemplateInstanceMarketOptionsRequest
|
|
11917
|
-
attr_accessor market_type: ("spot" | "capacity-block")
|
|
12110
|
+
attr_accessor market_type: ("spot" | "capacity-block" | "interruptible-capacity-reservation")
|
|
11918
12111
|
attr_accessor spot_options: Types::LaunchTemplateSpotMarketOptionsRequest
|
|
11919
12112
|
SENSITIVE: []
|
|
11920
12113
|
end
|
|
@@ -12091,13 +12284,13 @@ module Aws::EC2
|
|
|
12091
12284
|
end
|
|
12092
12285
|
|
|
12093
12286
|
class LaunchTemplateTagSpecification
|
|
12094
|
-
attr_accessor resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "declarative-policies-report" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "image-usage-report" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "outpost-lag" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "service-link-virtual-interface" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "route-server" | "route-server-endpoint" | "route-server-peer" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "verified-access-endpoint-target" | "ipam-external-resource-verification-token" | "capacity-block" | "mac-modification-task" | "ipam-prefix-list-resolver" | "ipam-policy" | "ipam-prefix-list-resolver-target" | "capacity-manager-data-export" | "vpn-concentrator")
|
|
12287
|
+
attr_accessor resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "declarative-policies-report" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "image-usage-report" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "outpost-lag" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "service-link-virtual-interface" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-metering-policy" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "vpc-encryption-control" | "route-server" | "route-server-endpoint" | "route-server-peer" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "verified-access-endpoint-target" | "ipam-external-resource-verification-token" | "capacity-block" | "mac-modification-task" | "ipam-prefix-list-resolver" | "ipam-policy" | "ipam-prefix-list-resolver-target" | "capacity-manager-data-export" | "vpn-concentrator")
|
|
12095
12288
|
attr_accessor tags: ::Array[Types::Tag]
|
|
12096
12289
|
SENSITIVE: []
|
|
12097
12290
|
end
|
|
12098
12291
|
|
|
12099
12292
|
class LaunchTemplateTagSpecificationRequest
|
|
12100
|
-
attr_accessor resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "declarative-policies-report" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "image-usage-report" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "outpost-lag" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "service-link-virtual-interface" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "route-server" | "route-server-endpoint" | "route-server-peer" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "verified-access-endpoint-target" | "ipam-external-resource-verification-token" | "capacity-block" | "mac-modification-task" | "ipam-prefix-list-resolver" | "ipam-policy" | "ipam-prefix-list-resolver-target" | "capacity-manager-data-export" | "vpn-concentrator")
|
|
12293
|
+
attr_accessor resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "declarative-policies-report" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "image-usage-report" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "outpost-lag" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "service-link-virtual-interface" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-metering-policy" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "vpc-encryption-control" | "route-server" | "route-server-endpoint" | "route-server-peer" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "verified-access-endpoint-target" | "ipam-external-resource-verification-token" | "capacity-block" | "mac-modification-task" | "ipam-prefix-list-resolver" | "ipam-policy" | "ipam-prefix-list-resolver-target" | "capacity-manager-data-export" | "vpn-concentrator")
|
|
12101
12294
|
attr_accessor tags: ::Array[Types::Tag]
|
|
12102
12295
|
SENSITIVE: []
|
|
12103
12296
|
end
|
|
@@ -12163,6 +12356,20 @@ module Aws::EC2
|
|
|
12163
12356
|
SENSITIVE: []
|
|
12164
12357
|
end
|
|
12165
12358
|
|
|
12359
|
+
class ListVolumesInRecycleBinRequest
|
|
12360
|
+
attr_accessor volume_ids: ::Array[::String]
|
|
12361
|
+
attr_accessor dry_run: bool
|
|
12362
|
+
attr_accessor max_results: ::Integer
|
|
12363
|
+
attr_accessor next_token: ::String
|
|
12364
|
+
SENSITIVE: []
|
|
12365
|
+
end
|
|
12366
|
+
|
|
12367
|
+
class ListVolumesInRecycleBinResult
|
|
12368
|
+
attr_accessor volumes: ::Array[Types::VolumeRecycleBinInfo]
|
|
12369
|
+
attr_accessor next_token: ::String
|
|
12370
|
+
SENSITIVE: []
|
|
12371
|
+
end
|
|
12372
|
+
|
|
12166
12373
|
class LoadBalancersConfig
|
|
12167
12374
|
attr_accessor classic_load_balancers_config: Types::ClassicLoadBalancersConfig
|
|
12168
12375
|
attr_accessor target_groups_config: Types::TargetGroupsConfig
|
|
@@ -13161,6 +13368,19 @@ module Aws::EC2
|
|
|
13161
13368
|
SENSITIVE: []
|
|
13162
13369
|
end
|
|
13163
13370
|
|
|
13371
|
+
class ModifyTransitGatewayMeteringPolicyRequest
|
|
13372
|
+
attr_accessor transit_gateway_metering_policy_id: ::String
|
|
13373
|
+
attr_accessor add_middlebox_attachment_ids: ::Array[::String]
|
|
13374
|
+
attr_accessor remove_middlebox_attachment_ids: ::Array[::String]
|
|
13375
|
+
attr_accessor dry_run: bool
|
|
13376
|
+
SENSITIVE: []
|
|
13377
|
+
end
|
|
13378
|
+
|
|
13379
|
+
class ModifyTransitGatewayMeteringPolicyResult
|
|
13380
|
+
attr_accessor transit_gateway_metering_policy: Types::TransitGatewayMeteringPolicy
|
|
13381
|
+
SENSITIVE: []
|
|
13382
|
+
end
|
|
13383
|
+
|
|
13164
13384
|
class ModifyTransitGatewayOptions
|
|
13165
13385
|
attr_accessor add_transit_gateway_cidr_blocks: ::Array[::String]
|
|
13166
13386
|
attr_accessor remove_transit_gateway_cidr_blocks: ::Array[::String]
|
|
@@ -13173,6 +13393,7 @@ module Aws::EC2
|
|
|
13173
13393
|
attr_accessor default_route_table_propagation: ("enable" | "disable")
|
|
13174
13394
|
attr_accessor propagation_default_route_table_id: ::String
|
|
13175
13395
|
attr_accessor amazon_side_asn: ::Integer
|
|
13396
|
+
attr_accessor encryption_support: ("enable" | "disable")
|
|
13176
13397
|
SENSITIVE: []
|
|
13177
13398
|
end
|
|
13178
13399
|
|
|
@@ -13450,6 +13671,26 @@ module Aws::EC2
|
|
|
13450
13671
|
SENSITIVE: []
|
|
13451
13672
|
end
|
|
13452
13673
|
|
|
13674
|
+
class ModifyVpcEncryptionControlRequest
|
|
13675
|
+
attr_accessor dry_run: bool
|
|
13676
|
+
attr_accessor vpc_encryption_control_id: ::String
|
|
13677
|
+
attr_accessor mode: ("monitor" | "enforce")
|
|
13678
|
+
attr_accessor internet_gateway_exclusion: ("enable" | "disable")
|
|
13679
|
+
attr_accessor egress_only_internet_gateway_exclusion: ("enable" | "disable")
|
|
13680
|
+
attr_accessor nat_gateway_exclusion: ("enable" | "disable")
|
|
13681
|
+
attr_accessor virtual_private_gateway_exclusion: ("enable" | "disable")
|
|
13682
|
+
attr_accessor vpc_peering_exclusion: ("enable" | "disable")
|
|
13683
|
+
attr_accessor lambda_exclusion: ("enable" | "disable")
|
|
13684
|
+
attr_accessor vpc_lattice_exclusion: ("enable" | "disable")
|
|
13685
|
+
attr_accessor elastic_file_system_exclusion: ("enable" | "disable")
|
|
13686
|
+
SENSITIVE: []
|
|
13687
|
+
end
|
|
13688
|
+
|
|
13689
|
+
class ModifyVpcEncryptionControlResult
|
|
13690
|
+
attr_accessor vpc_encryption_control: Types::VpcEncryptionControl
|
|
13691
|
+
SENSITIVE: []
|
|
13692
|
+
end
|
|
13693
|
+
|
|
13453
13694
|
class ModifyVpcEndpointConnectionNotificationRequest
|
|
13454
13695
|
attr_accessor dry_run: bool
|
|
13455
13696
|
attr_accessor connection_notification_id: ::String
|
|
@@ -15424,6 +15665,17 @@ module Aws::EC2
|
|
|
15424
15665
|
SENSITIVE: []
|
|
15425
15666
|
end
|
|
15426
15667
|
|
|
15668
|
+
class RestoreVolumeFromRecycleBinRequest
|
|
15669
|
+
attr_accessor volume_id: ::String
|
|
15670
|
+
attr_accessor dry_run: bool
|
|
15671
|
+
SENSITIVE: []
|
|
15672
|
+
end
|
|
15673
|
+
|
|
15674
|
+
class RestoreVolumeFromRecycleBinResult
|
|
15675
|
+
attr_accessor return: bool
|
|
15676
|
+
SENSITIVE: []
|
|
15677
|
+
end
|
|
15678
|
+
|
|
15427
15679
|
class RevokeClientVpnIngressRequest
|
|
15428
15680
|
attr_accessor client_vpn_endpoint_id: ::String
|
|
15429
15681
|
attr_accessor target_network_cidr: ::String
|
|
@@ -16282,7 +16534,7 @@ module Aws::EC2
|
|
|
16282
16534
|
end
|
|
16283
16535
|
|
|
16284
16536
|
class SpotFleetTagSpecification
|
|
16285
|
-
attr_accessor resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "declarative-policies-report" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "image-usage-report" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "outpost-lag" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "service-link-virtual-interface" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "route-server" | "route-server-endpoint" | "route-server-peer" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "verified-access-endpoint-target" | "ipam-external-resource-verification-token" | "capacity-block" | "mac-modification-task" | "ipam-prefix-list-resolver" | "ipam-policy" | "ipam-prefix-list-resolver-target" | "capacity-manager-data-export" | "vpn-concentrator")
|
|
16537
|
+
attr_accessor resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "declarative-policies-report" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "image-usage-report" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "outpost-lag" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "service-link-virtual-interface" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-metering-policy" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "vpc-encryption-control" | "route-server" | "route-server-endpoint" | "route-server-peer" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "verified-access-endpoint-target" | "ipam-external-resource-verification-token" | "capacity-block" | "mac-modification-task" | "ipam-prefix-list-resolver" | "ipam-policy" | "ipam-prefix-list-resolver-target" | "capacity-manager-data-export" | "vpn-concentrator")
|
|
16286
16538
|
attr_accessor tags: ::Array[Types::Tag]
|
|
16287
16539
|
SENSITIVE: []
|
|
16288
16540
|
end
|
|
@@ -16620,13 +16872,13 @@ module Aws::EC2
|
|
|
16620
16872
|
class TagDescription
|
|
16621
16873
|
attr_accessor key: ::String
|
|
16622
16874
|
attr_accessor resource_id: ::String
|
|
16623
|
-
attr_accessor resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "declarative-policies-report" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "image-usage-report" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "outpost-lag" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "service-link-virtual-interface" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "route-server" | "route-server-endpoint" | "route-server-peer" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "verified-access-endpoint-target" | "ipam-external-resource-verification-token" | "capacity-block" | "mac-modification-task" | "ipam-prefix-list-resolver" | "ipam-policy" | "ipam-prefix-list-resolver-target" | "capacity-manager-data-export" | "vpn-concentrator")
|
|
16875
|
+
attr_accessor resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "declarative-policies-report" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "image-usage-report" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "outpost-lag" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "service-link-virtual-interface" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-metering-policy" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "vpc-encryption-control" | "route-server" | "route-server-endpoint" | "route-server-peer" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "verified-access-endpoint-target" | "ipam-external-resource-verification-token" | "capacity-block" | "mac-modification-task" | "ipam-prefix-list-resolver" | "ipam-policy" | "ipam-prefix-list-resolver-target" | "capacity-manager-data-export" | "vpn-concentrator")
|
|
16624
16876
|
attr_accessor value: ::String
|
|
16625
16877
|
SENSITIVE: []
|
|
16626
16878
|
end
|
|
16627
16879
|
|
|
16628
16880
|
class TagSpecification
|
|
16629
|
-
attr_accessor resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "declarative-policies-report" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "image-usage-report" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "outpost-lag" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "service-link-virtual-interface" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "route-server" | "route-server-endpoint" | "route-server-peer" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "verified-access-endpoint-target" | "ipam-external-resource-verification-token" | "capacity-block" | "mac-modification-task" | "ipam-prefix-list-resolver" | "ipam-policy" | "ipam-prefix-list-resolver-target" | "capacity-manager-data-export" | "vpn-concentrator")
|
|
16881
|
+
attr_accessor resource_type: ("capacity-reservation" | "client-vpn-endpoint" | "customer-gateway" | "carrier-gateway" | "coip-pool" | "declarative-policies-report" | "dedicated-host" | "dhcp-options" | "egress-only-internet-gateway" | "elastic-ip" | "elastic-gpu" | "export-image-task" | "export-instance-task" | "fleet" | "fpga-image" | "host-reservation" | "image" | "image-usage-report" | "import-image-task" | "import-snapshot-task" | "instance" | "instance-event-window" | "internet-gateway" | "ipam" | "ipam-pool" | "ipam-scope" | "ipv4pool-ec2" | "ipv6pool-ec2" | "key-pair" | "launch-template" | "local-gateway" | "local-gateway-route-table" | "local-gateway-virtual-interface" | "local-gateway-virtual-interface-group" | "local-gateway-route-table-vpc-association" | "local-gateway-route-table-virtual-interface-group-association" | "natgateway" | "network-acl" | "network-interface" | "network-insights-analysis" | "network-insights-path" | "network-insights-access-scope" | "network-insights-access-scope-analysis" | "outpost-lag" | "placement-group" | "prefix-list" | "replace-root-volume-task" | "reserved-instances" | "route-table" | "security-group" | "security-group-rule" | "service-link-virtual-interface" | "snapshot" | "spot-fleet-request" | "spot-instances-request" | "subnet" | "subnet-cidr-reservation" | "traffic-mirror-filter" | "traffic-mirror-session" | "traffic-mirror-target" | "transit-gateway" | "transit-gateway-attachment" | "transit-gateway-connect-peer" | "transit-gateway-multicast-domain" | "transit-gateway-policy-table" | "transit-gateway-metering-policy" | "transit-gateway-route-table" | "transit-gateway-route-table-announcement" | "volume" | "vpc" | "vpc-endpoint" | "vpc-endpoint-connection" | "vpc-endpoint-service" | "vpc-endpoint-service-permission" | "vpc-peering-connection" | "vpn-connection" | "vpn-gateway" | "vpc-flow-log" | "capacity-reservation-fleet" | "traffic-mirror-filter-rule" | "vpc-endpoint-connection-device-type" | "verified-access-instance" | "verified-access-group" | "verified-access-endpoint" | "verified-access-policy" | "verified-access-trust-provider" | "vpn-connection-device-type" | "vpc-block-public-access-exclusion" | "vpc-encryption-control" | "route-server" | "route-server-endpoint" | "route-server-peer" | "ipam-resource-discovery" | "ipam-resource-discovery-association" | "instance-connect-endpoint" | "verified-access-endpoint-target" | "ipam-external-resource-verification-token" | "capacity-block" | "mac-modification-task" | "ipam-prefix-list-resolver" | "ipam-policy" | "ipam-prefix-list-resolver-target" | "capacity-manager-data-export" | "vpn-concentrator")
|
|
16630
16882
|
attr_accessor tags: ::Array[Types::Tag]
|
|
16631
16883
|
SENSITIVE: []
|
|
16632
16884
|
end
|
|
@@ -16904,6 +17156,39 @@ module Aws::EC2
|
|
|
16904
17156
|
SENSITIVE: []
|
|
16905
17157
|
end
|
|
16906
17158
|
|
|
17159
|
+
class TransitGatewayMeteringPolicy
|
|
17160
|
+
attr_accessor transit_gateway_metering_policy_id: ::String
|
|
17161
|
+
attr_accessor transit_gateway_id: ::String
|
|
17162
|
+
attr_accessor middlebox_attachment_ids: ::Array[::String]
|
|
17163
|
+
attr_accessor state: ("available" | "deleted" | "pending" | "modifying" | "deleting")
|
|
17164
|
+
attr_accessor update_effective_at: ::Time
|
|
17165
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
17166
|
+
SENSITIVE: []
|
|
17167
|
+
end
|
|
17168
|
+
|
|
17169
|
+
class TransitGatewayMeteringPolicyEntry
|
|
17170
|
+
attr_accessor policy_rule_number: ::String
|
|
17171
|
+
attr_accessor metered_account: ("source-attachment-owner" | "destination-attachment-owner" | "transit-gateway-owner")
|
|
17172
|
+
attr_accessor state: ("available" | "deleted")
|
|
17173
|
+
attr_accessor updated_at: ::Time
|
|
17174
|
+
attr_accessor update_effective_at: ::Time
|
|
17175
|
+
attr_accessor metering_policy_rule: Types::TransitGatewayMeteringPolicyRule
|
|
17176
|
+
SENSITIVE: []
|
|
17177
|
+
end
|
|
17178
|
+
|
|
17179
|
+
class TransitGatewayMeteringPolicyRule
|
|
17180
|
+
attr_accessor source_transit_gateway_attachment_id: ::String
|
|
17181
|
+
attr_accessor source_transit_gateway_attachment_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
17182
|
+
attr_accessor source_cidr_block: ::String
|
|
17183
|
+
attr_accessor source_port_range: ::String
|
|
17184
|
+
attr_accessor destination_transit_gateway_attachment_id: ::String
|
|
17185
|
+
attr_accessor destination_transit_gateway_attachment_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
17186
|
+
attr_accessor destination_cidr_block: ::String
|
|
17187
|
+
attr_accessor destination_port_range: ::String
|
|
17188
|
+
attr_accessor protocol: ::String
|
|
17189
|
+
SENSITIVE: []
|
|
17190
|
+
end
|
|
17191
|
+
|
|
16907
17192
|
class TransitGatewayMulticastDeregisteredGroupMembers
|
|
16908
17193
|
attr_accessor transit_gateway_multicast_domain_id: ::String
|
|
16909
17194
|
attr_accessor deregistered_network_interface_ids: ::Array[::String]
|
|
@@ -16997,6 +17282,7 @@ module Aws::EC2
|
|
|
16997
17282
|
attr_accessor dns_support: ("enable" | "disable")
|
|
16998
17283
|
attr_accessor security_group_referencing_support: ("enable" | "disable")
|
|
16999
17284
|
attr_accessor multicast_support: ("enable" | "disable")
|
|
17285
|
+
attr_accessor encryption_support: Types::EncryptionSupport
|
|
17000
17286
|
SENSITIVE: []
|
|
17001
17287
|
end
|
|
17002
17288
|
|
|
@@ -17321,6 +17607,23 @@ module Aws::EC2
|
|
|
17321
17607
|
SENSITIVE: []
|
|
17322
17608
|
end
|
|
17323
17609
|
|
|
17610
|
+
class UpdateInterruptibleCapacityReservationAllocationRequest
|
|
17611
|
+
attr_accessor capacity_reservation_id: ::String
|
|
17612
|
+
attr_accessor target_instance_count: ::Integer
|
|
17613
|
+
attr_accessor dry_run: bool
|
|
17614
|
+
SENSITIVE: []
|
|
17615
|
+
end
|
|
17616
|
+
|
|
17617
|
+
class UpdateInterruptibleCapacityReservationAllocationResult
|
|
17618
|
+
attr_accessor interruptible_capacity_reservation_id: ::String
|
|
17619
|
+
attr_accessor source_capacity_reservation_id: ::String
|
|
17620
|
+
attr_accessor instance_count: ::Integer
|
|
17621
|
+
attr_accessor target_instance_count: ::Integer
|
|
17622
|
+
attr_accessor status: ("pending" | "active" | "updating" | "canceling" | "canceled" | "failed")
|
|
17623
|
+
attr_accessor interruption_type: ("adhoc")
|
|
17624
|
+
SENSITIVE: []
|
|
17625
|
+
end
|
|
17626
|
+
|
|
17324
17627
|
class UpdateSecurityGroupRuleDescriptionsEgressRequest
|
|
17325
17628
|
attr_accessor dry_run: bool
|
|
17326
17629
|
attr_accessor group_id: ::String
|
|
@@ -17729,6 +18032,25 @@ module Aws::EC2
|
|
|
17729
18032
|
SENSITIVE: []
|
|
17730
18033
|
end
|
|
17731
18034
|
|
|
18035
|
+
class VolumeRecycleBinInfo
|
|
18036
|
+
attr_accessor volume_id: ::String
|
|
18037
|
+
attr_accessor volume_type: ("standard" | "io1" | "io2" | "gp2" | "sc1" | "st1" | "gp3")
|
|
18038
|
+
attr_accessor state: ("creating" | "available" | "in-use" | "deleting" | "deleted" | "error")
|
|
18039
|
+
attr_accessor size: ::Integer
|
|
18040
|
+
attr_accessor iops: ::Integer
|
|
18041
|
+
attr_accessor throughput: ::Integer
|
|
18042
|
+
attr_accessor outpost_arn: ::String
|
|
18043
|
+
attr_accessor availability_zone: ::String
|
|
18044
|
+
attr_accessor availability_zone_id: ::String
|
|
18045
|
+
attr_accessor source_volume_id: ::String
|
|
18046
|
+
attr_accessor snapshot_id: ::String
|
|
18047
|
+
attr_accessor operator: Types::OperatorResponse
|
|
18048
|
+
attr_accessor create_time: ::Time
|
|
18049
|
+
attr_accessor recycle_bin_enter_time: ::Time
|
|
18050
|
+
attr_accessor recycle_bin_exit_time: ::Time
|
|
18051
|
+
SENSITIVE: []
|
|
18052
|
+
end
|
|
18053
|
+
|
|
17732
18054
|
class VolumeStatusAction
|
|
17733
18055
|
attr_accessor code: ::String
|
|
17734
18056
|
attr_accessor description: ::String
|
|
@@ -17856,6 +18178,19 @@ module Aws::EC2
|
|
|
17856
18178
|
SENSITIVE: []
|
|
17857
18179
|
end
|
|
17858
18180
|
|
|
18181
|
+
class VpcEncryptionControlConfiguration
|
|
18182
|
+
attr_accessor mode: ("monitor" | "enforce")
|
|
18183
|
+
attr_accessor internet_gateway_exclusion: ("enable" | "disable")
|
|
18184
|
+
attr_accessor egress_only_internet_gateway_exclusion: ("enable" | "disable")
|
|
18185
|
+
attr_accessor nat_gateway_exclusion: ("enable" | "disable")
|
|
18186
|
+
attr_accessor virtual_private_gateway_exclusion: ("enable" | "disable")
|
|
18187
|
+
attr_accessor vpc_peering_exclusion: ("enable" | "disable")
|
|
18188
|
+
attr_accessor lambda_exclusion: ("enable" | "disable")
|
|
18189
|
+
attr_accessor vpc_lattice_exclusion: ("enable" | "disable")
|
|
18190
|
+
attr_accessor elastic_file_system_exclusion: ("enable" | "disable")
|
|
18191
|
+
SENSITIVE: []
|
|
18192
|
+
end
|
|
18193
|
+
|
|
17859
18194
|
class VpcEncryptionControlExclusion
|
|
17860
18195
|
attr_accessor state: ("enabling" | "enabled" | "disabling" | "disabled")
|
|
17861
18196
|
attr_accessor state_message: ::String
|
|
@@ -17874,6 +18209,14 @@ module Aws::EC2
|
|
|
17874
18209
|
SENSITIVE: []
|
|
17875
18210
|
end
|
|
17876
18211
|
|
|
18212
|
+
class VpcEncryptionNonCompliantResource
|
|
18213
|
+
attr_accessor id: ::String
|
|
18214
|
+
attr_accessor type: ::String
|
|
18215
|
+
attr_accessor description: ::String
|
|
18216
|
+
attr_accessor is_excludable: bool
|
|
18217
|
+
SENSITIVE: []
|
|
18218
|
+
end
|
|
18219
|
+
|
|
17877
18220
|
class VpcEndpoint
|
|
17878
18221
|
attr_accessor vpc_endpoint_id: ::String
|
|
17879
18222
|
attr_accessor vpc_endpoint_type: ("Interface" | "Gateway" | "GatewayLoadBalancer" | "Resource" | "ServiceNetwork")
|