aws-sdk-ec2 1.578.0 → 1.580.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 +1033 -147
- data/lib/aws-sdk-ec2/client_api.rb +330 -1
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/nat_gateway.rb +65 -0
- data/lib/aws-sdk-ec2/resource.rb +66 -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 +2 -2
- data/lib/aws-sdk-ec2/types.rb +1028 -10
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +5 -5
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/classic_address.rbs +1 -1
- data/sig/client.rbs +325 -109
- data/sig/instance.rbs +1 -1
- data/sig/nat_gateway.rbs +12 -0
- data/sig/resource.rbs +27 -18
- data/sig/security_group.rbs +2 -2
- data/sig/snapshot.rbs +1 -1
- data/sig/subnet.rbs +2 -2
- data/sig/tag.rbs +1 -1
- data/sig/types.rbs +243 -18
- data/sig/volume.rbs +1 -1
- data/sig/vpc.rbs +5 -5
- data/sig/vpc_address.rbs +1 -1
- metadata +1 -1
data/sig/tag.rbs
CHANGED
|
@@ -24,7 +24,7 @@ module Aws
|
|
|
24
24
|
def value: () -> String
|
|
25
25
|
|
|
26
26
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Tag.html#resource_type-instance_method
|
|
27
|
-
def 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-prefix-list-resolver-target" | "capacity-manager-data-export")
|
|
27
|
+
def 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")
|
|
28
28
|
|
|
29
29
|
def client: () -> Client
|
|
30
30
|
|
data/sig/types.rbs
CHANGED
|
@@ -229,7 +229,7 @@ module Aws::EC2
|
|
|
229
229
|
attr_accessor customer_owned_ipv_4_pool: ::String
|
|
230
230
|
attr_accessor carrier_ip: ::String
|
|
231
231
|
attr_accessor subnet_id: ::String
|
|
232
|
-
attr_accessor service_managed: ("alb" | "nlb" | "rnat")
|
|
232
|
+
attr_accessor service_managed: ("alb" | "nlb" | "rnat" | "rds")
|
|
233
233
|
attr_accessor instance_id: ::String
|
|
234
234
|
attr_accessor public_ip: ::String
|
|
235
235
|
SENSITIVE: []
|
|
@@ -609,6 +609,8 @@ module Aws::EC2
|
|
|
609
609
|
attr_accessor allocation_ids: ::Array[::String]
|
|
610
610
|
attr_accessor private_ip_addresses: ::Array[::String]
|
|
611
611
|
attr_accessor dry_run: bool
|
|
612
|
+
attr_accessor availability_zone: ::String
|
|
613
|
+
attr_accessor availability_zone_id: ::String
|
|
612
614
|
SENSITIVE: []
|
|
613
615
|
end
|
|
614
616
|
|
|
@@ -957,6 +959,13 @@ module Aws::EC2
|
|
|
957
959
|
SENSITIVE: []
|
|
958
960
|
end
|
|
959
961
|
|
|
962
|
+
class AvailabilityZoneAddress
|
|
963
|
+
attr_accessor availability_zone: ::String
|
|
964
|
+
attr_accessor availability_zone_id: ::String
|
|
965
|
+
attr_accessor allocation_ids: ::Array[::String]
|
|
966
|
+
SENSITIVE: []
|
|
967
|
+
end
|
|
968
|
+
|
|
960
969
|
class AvailabilityZoneMessage
|
|
961
970
|
attr_accessor message: ::String
|
|
962
971
|
SENSITIVE: []
|
|
@@ -2203,7 +2212,7 @@ module Aws::EC2
|
|
|
2203
2212
|
attr_accessor deliver_cross_account_role: ::String
|
|
2204
2213
|
attr_accessor log_group_name: ::String
|
|
2205
2214
|
attr_accessor resource_ids: ::Array[::String]
|
|
2206
|
-
attr_accessor resource_type: ("VPC" | "Subnet" | "NetworkInterface" | "TransitGateway" | "TransitGatewayAttachment")
|
|
2215
|
+
attr_accessor resource_type: ("VPC" | "Subnet" | "NetworkInterface" | "TransitGateway" | "TransitGatewayAttachment" | "RegionalNatGateway")
|
|
2207
2216
|
attr_accessor traffic_type: ("ACCEPT" | "REJECT" | "ALL")
|
|
2208
2217
|
attr_accessor log_destination_type: ("cloud-watch-logs" | "s3" | "kinesis-data-firehose")
|
|
2209
2218
|
attr_accessor log_destination: ::String
|
|
@@ -2339,6 +2348,19 @@ module Aws::EC2
|
|
|
2339
2348
|
SENSITIVE: []
|
|
2340
2349
|
end
|
|
2341
2350
|
|
|
2351
|
+
class CreateIpamPolicyRequest
|
|
2352
|
+
attr_accessor dry_run: bool
|
|
2353
|
+
attr_accessor tag_specifications: ::Array[Types::TagSpecification]
|
|
2354
|
+
attr_accessor client_token: ::String
|
|
2355
|
+
attr_accessor ipam_id: ::String
|
|
2356
|
+
SENSITIVE: []
|
|
2357
|
+
end
|
|
2358
|
+
|
|
2359
|
+
class CreateIpamPolicyResult
|
|
2360
|
+
attr_accessor ipam_policy: Types::IpamPolicy
|
|
2361
|
+
SENSITIVE: []
|
|
2362
|
+
end
|
|
2363
|
+
|
|
2342
2364
|
class CreateIpamPoolRequest
|
|
2343
2365
|
attr_accessor dry_run: bool
|
|
2344
2366
|
attr_accessor ipam_scope_id: ::String
|
|
@@ -2607,10 +2629,13 @@ module Aws::EC2
|
|
|
2607
2629
|
end
|
|
2608
2630
|
|
|
2609
2631
|
class CreateNatGatewayRequest
|
|
2632
|
+
attr_accessor availability_mode: ("zonal" | "regional")
|
|
2610
2633
|
attr_accessor allocation_id: ::String
|
|
2611
2634
|
attr_accessor client_token: ::String
|
|
2612
2635
|
attr_accessor dry_run: bool
|
|
2613
2636
|
attr_accessor subnet_id: ::String
|
|
2637
|
+
attr_accessor vpc_id: ::String
|
|
2638
|
+
attr_accessor availability_zone_addresses: ::Array[Types::AvailabilityZoneAddress]
|
|
2614
2639
|
attr_accessor tag_specifications: ::Array[Types::TagSpecification]
|
|
2615
2640
|
attr_accessor connectivity_type: ("private" | "public")
|
|
2616
2641
|
attr_accessor private_ip_address: ::String
|
|
@@ -3541,11 +3566,25 @@ module Aws::EC2
|
|
|
3541
3566
|
SENSITIVE: []
|
|
3542
3567
|
end
|
|
3543
3568
|
|
|
3569
|
+
class CreateVpnConcentratorRequest
|
|
3570
|
+
attr_accessor type: ("ipsec.1")
|
|
3571
|
+
attr_accessor transit_gateway_id: ::String
|
|
3572
|
+
attr_accessor tag_specifications: ::Array[Types::TagSpecification]
|
|
3573
|
+
attr_accessor dry_run: bool
|
|
3574
|
+
SENSITIVE: []
|
|
3575
|
+
end
|
|
3576
|
+
|
|
3577
|
+
class CreateVpnConcentratorResult
|
|
3578
|
+
attr_accessor vpn_concentrator: Types::VpnConcentrator
|
|
3579
|
+
SENSITIVE: []
|
|
3580
|
+
end
|
|
3581
|
+
|
|
3544
3582
|
class CreateVpnConnectionRequest
|
|
3545
3583
|
attr_accessor customer_gateway_id: ::String
|
|
3546
3584
|
attr_accessor type: ::String
|
|
3547
3585
|
attr_accessor vpn_gateway_id: ::String
|
|
3548
3586
|
attr_accessor transit_gateway_id: ::String
|
|
3587
|
+
attr_accessor vpn_concentrator_id: ::String
|
|
3549
3588
|
attr_accessor tag_specifications: ::Array[Types::TagSpecification]
|
|
3550
3589
|
attr_accessor pre_shared_key_storage: ::String
|
|
3551
3590
|
attr_accessor dry_run: bool
|
|
@@ -3841,6 +3880,17 @@ module Aws::EC2
|
|
|
3841
3880
|
SENSITIVE: []
|
|
3842
3881
|
end
|
|
3843
3882
|
|
|
3883
|
+
class DeleteIpamPolicyRequest
|
|
3884
|
+
attr_accessor dry_run: bool
|
|
3885
|
+
attr_accessor ipam_policy_id: ::String
|
|
3886
|
+
SENSITIVE: []
|
|
3887
|
+
end
|
|
3888
|
+
|
|
3889
|
+
class DeleteIpamPolicyResult
|
|
3890
|
+
attr_accessor ipam_policy: Types::IpamPolicy
|
|
3891
|
+
SENSITIVE: []
|
|
3892
|
+
end
|
|
3893
|
+
|
|
3844
3894
|
class DeleteIpamPoolRequest
|
|
3845
3895
|
attr_accessor dry_run: bool
|
|
3846
3896
|
attr_accessor ipam_pool_id: ::String
|
|
@@ -4549,6 +4599,17 @@ module Aws::EC2
|
|
|
4549
4599
|
SENSITIVE: []
|
|
4550
4600
|
end
|
|
4551
4601
|
|
|
4602
|
+
class DeleteVpnConcentratorRequest
|
|
4603
|
+
attr_accessor vpn_concentrator_id: ::String
|
|
4604
|
+
attr_accessor dry_run: bool
|
|
4605
|
+
SENSITIVE: []
|
|
4606
|
+
end
|
|
4607
|
+
|
|
4608
|
+
class DeleteVpnConcentratorResult
|
|
4609
|
+
attr_accessor return: bool
|
|
4610
|
+
SENSITIVE: []
|
|
4611
|
+
end
|
|
4612
|
+
|
|
4552
4613
|
class DeleteVpnConnectionRequest
|
|
4553
4614
|
attr_accessor vpn_connection_id: ::String
|
|
4554
4615
|
attr_accessor dry_run: bool
|
|
@@ -5764,6 +5825,21 @@ module Aws::EC2
|
|
|
5764
5825
|
SENSITIVE: []
|
|
5765
5826
|
end
|
|
5766
5827
|
|
|
5828
|
+
class DescribeIpamPoliciesRequest
|
|
5829
|
+
attr_accessor dry_run: bool
|
|
5830
|
+
attr_accessor filters: ::Array[Types::Filter]
|
|
5831
|
+
attr_accessor max_results: ::Integer
|
|
5832
|
+
attr_accessor next_token: ::String
|
|
5833
|
+
attr_accessor ipam_policy_ids: ::Array[::String]
|
|
5834
|
+
SENSITIVE: []
|
|
5835
|
+
end
|
|
5836
|
+
|
|
5837
|
+
class DescribeIpamPoliciesResult
|
|
5838
|
+
attr_accessor next_token: ::String
|
|
5839
|
+
attr_accessor ipam_policies: ::Array[Types::IpamPolicy]
|
|
5840
|
+
SENSITIVE: []
|
|
5841
|
+
end
|
|
5842
|
+
|
|
5767
5843
|
class DescribeIpamPoolsRequest
|
|
5768
5844
|
attr_accessor dry_run: bool
|
|
5769
5845
|
attr_accessor filters: ::Array[Types::Filter]
|
|
@@ -7330,6 +7406,21 @@ module Aws::EC2
|
|
|
7330
7406
|
SENSITIVE: []
|
|
7331
7407
|
end
|
|
7332
7408
|
|
|
7409
|
+
class DescribeVpnConcentratorsRequest
|
|
7410
|
+
attr_accessor vpn_concentrator_ids: ::Array[::String]
|
|
7411
|
+
attr_accessor filters: ::Array[Types::Filter]
|
|
7412
|
+
attr_accessor max_results: ::Integer
|
|
7413
|
+
attr_accessor next_token: ::String
|
|
7414
|
+
attr_accessor dry_run: bool
|
|
7415
|
+
SENSITIVE: []
|
|
7416
|
+
end
|
|
7417
|
+
|
|
7418
|
+
class DescribeVpnConcentratorsResult
|
|
7419
|
+
attr_accessor vpn_concentrators: ::Array[Types::VpnConcentrator]
|
|
7420
|
+
attr_accessor next_token: ::String
|
|
7421
|
+
SENSITIVE: []
|
|
7422
|
+
end
|
|
7423
|
+
|
|
7333
7424
|
class DescribeVpnConnectionsRequest
|
|
7334
7425
|
attr_accessor filters: ::Array[Types::Filter]
|
|
7335
7426
|
attr_accessor vpn_connection_ids: ::Array[::String]
|
|
@@ -7652,6 +7743,18 @@ module Aws::EC2
|
|
|
7652
7743
|
SENSITIVE: []
|
|
7653
7744
|
end
|
|
7654
7745
|
|
|
7746
|
+
class DisableIpamPolicyRequest
|
|
7747
|
+
attr_accessor dry_run: bool
|
|
7748
|
+
attr_accessor ipam_policy_id: ::String
|
|
7749
|
+
attr_accessor organization_target_id: ::String
|
|
7750
|
+
SENSITIVE: []
|
|
7751
|
+
end
|
|
7752
|
+
|
|
7753
|
+
class DisableIpamPolicyResult
|
|
7754
|
+
attr_accessor return: bool
|
|
7755
|
+
SENSITIVE: []
|
|
7756
|
+
end
|
|
7757
|
+
|
|
7655
7758
|
class DisableRouteServerPropagationRequest
|
|
7656
7759
|
attr_accessor route_server_id: ::String
|
|
7657
7760
|
attr_accessor route_table_id: ::String
|
|
@@ -8377,6 +8480,18 @@ module Aws::EC2
|
|
|
8377
8480
|
SENSITIVE: []
|
|
8378
8481
|
end
|
|
8379
8482
|
|
|
8483
|
+
class EnableIpamPolicyRequest
|
|
8484
|
+
attr_accessor dry_run: bool
|
|
8485
|
+
attr_accessor ipam_policy_id: ::String
|
|
8486
|
+
attr_accessor organization_target_id: ::String
|
|
8487
|
+
SENSITIVE: []
|
|
8488
|
+
end
|
|
8489
|
+
|
|
8490
|
+
class EnableIpamPolicyResult
|
|
8491
|
+
attr_accessor ipam_policy_id: ::String
|
|
8492
|
+
SENSITIVE: []
|
|
8493
|
+
end
|
|
8494
|
+
|
|
8380
8495
|
class EnableReachabilityAnalyzerOrganizationSharingRequest
|
|
8381
8496
|
attr_accessor dry_run: bool
|
|
8382
8497
|
SENSITIVE: []
|
|
@@ -9203,6 +9318,18 @@ module Aws::EC2
|
|
|
9203
9318
|
SENSITIVE: []
|
|
9204
9319
|
end
|
|
9205
9320
|
|
|
9321
|
+
class GetEnabledIpamPolicyRequest
|
|
9322
|
+
attr_accessor dry_run: bool
|
|
9323
|
+
SENSITIVE: []
|
|
9324
|
+
end
|
|
9325
|
+
|
|
9326
|
+
class GetEnabledIpamPolicyResult
|
|
9327
|
+
attr_accessor ipam_policy_enabled: bool
|
|
9328
|
+
attr_accessor ipam_policy_id: ::String
|
|
9329
|
+
attr_accessor managed_by: ("account" | "delegated-administrator-for-ipam")
|
|
9330
|
+
SENSITIVE: []
|
|
9331
|
+
end
|
|
9332
|
+
|
|
9206
9333
|
class GetFlowLogsIntegrationTemplateRequest
|
|
9207
9334
|
attr_accessor dry_run: bool
|
|
9208
9335
|
attr_accessor flow_log_id: ::String
|
|
@@ -9388,6 +9515,38 @@ module Aws::EC2
|
|
|
9388
9515
|
SENSITIVE: []
|
|
9389
9516
|
end
|
|
9390
9517
|
|
|
9518
|
+
class GetIpamPolicyAllocationRulesRequest
|
|
9519
|
+
attr_accessor dry_run: bool
|
|
9520
|
+
attr_accessor ipam_policy_id: ::String
|
|
9521
|
+
attr_accessor filters: ::Array[Types::Filter]
|
|
9522
|
+
attr_accessor locale: ::String
|
|
9523
|
+
attr_accessor resource_type: ("alb" | "eip" | "rds" | "rnat")
|
|
9524
|
+
attr_accessor max_results: ::Integer
|
|
9525
|
+
attr_accessor next_token: ::String
|
|
9526
|
+
SENSITIVE: []
|
|
9527
|
+
end
|
|
9528
|
+
|
|
9529
|
+
class GetIpamPolicyAllocationRulesResult
|
|
9530
|
+
attr_accessor ipam_policy_documents: ::Array[Types::IpamPolicyDocument]
|
|
9531
|
+
attr_accessor next_token: ::String
|
|
9532
|
+
SENSITIVE: []
|
|
9533
|
+
end
|
|
9534
|
+
|
|
9535
|
+
class GetIpamPolicyOrganizationTargetsRequest
|
|
9536
|
+
attr_accessor dry_run: bool
|
|
9537
|
+
attr_accessor max_results: ::Integer
|
|
9538
|
+
attr_accessor next_token: ::String
|
|
9539
|
+
attr_accessor ipam_policy_id: ::String
|
|
9540
|
+
attr_accessor filters: ::Array[Types::Filter]
|
|
9541
|
+
SENSITIVE: []
|
|
9542
|
+
end
|
|
9543
|
+
|
|
9544
|
+
class GetIpamPolicyOrganizationTargetsResult
|
|
9545
|
+
attr_accessor organization_targets: ::Array[Types::IpamPolicyOrganizationTarget]
|
|
9546
|
+
attr_accessor next_token: ::String
|
|
9547
|
+
SENSITIVE: []
|
|
9548
|
+
end
|
|
9549
|
+
|
|
9391
9550
|
class GetIpamPoolAllocationsRequest
|
|
9392
9551
|
attr_accessor dry_run: bool
|
|
9393
9552
|
attr_accessor ipam_pool_id: ::String
|
|
@@ -11197,6 +11356,41 @@ module Aws::EC2
|
|
|
11197
11356
|
SENSITIVE: []
|
|
11198
11357
|
end
|
|
11199
11358
|
|
|
11359
|
+
class IpamPolicy
|
|
11360
|
+
attr_accessor owner_id: ::String
|
|
11361
|
+
attr_accessor ipam_policy_id: ::String
|
|
11362
|
+
attr_accessor ipam_policy_arn: ::String
|
|
11363
|
+
attr_accessor ipam_policy_region: ::String
|
|
11364
|
+
attr_accessor state: ("create-in-progress" | "create-complete" | "create-failed" | "modify-in-progress" | "modify-complete" | "modify-failed" | "delete-in-progress" | "delete-complete" | "delete-failed" | "isolate-in-progress" | "isolate-complete" | "restore-in-progress")
|
|
11365
|
+
attr_accessor state_message: ::String
|
|
11366
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
11367
|
+
attr_accessor ipam_id: ::String
|
|
11368
|
+
SENSITIVE: []
|
|
11369
|
+
end
|
|
11370
|
+
|
|
11371
|
+
class IpamPolicyAllocationRule
|
|
11372
|
+
attr_accessor source_ipam_pool_id: ::String
|
|
11373
|
+
SENSITIVE: []
|
|
11374
|
+
end
|
|
11375
|
+
|
|
11376
|
+
class IpamPolicyAllocationRuleRequest
|
|
11377
|
+
attr_accessor source_ipam_pool_id: ::String
|
|
11378
|
+
SENSITIVE: []
|
|
11379
|
+
end
|
|
11380
|
+
|
|
11381
|
+
class IpamPolicyDocument
|
|
11382
|
+
attr_accessor ipam_policy_id: ::String
|
|
11383
|
+
attr_accessor locale: ::String
|
|
11384
|
+
attr_accessor resource_type: ("alb" | "eip" | "rds" | "rnat")
|
|
11385
|
+
attr_accessor allocation_rules: ::Array[Types::IpamPolicyAllocationRule]
|
|
11386
|
+
SENSITIVE: []
|
|
11387
|
+
end
|
|
11388
|
+
|
|
11389
|
+
class IpamPolicyOrganizationTarget
|
|
11390
|
+
attr_accessor organization_target_id: ::String
|
|
11391
|
+
SENSITIVE: []
|
|
11392
|
+
end
|
|
11393
|
+
|
|
11200
11394
|
class IpamPool
|
|
11201
11395
|
attr_accessor owner_id: ::String
|
|
11202
11396
|
attr_accessor ipam_pool_id: ::String
|
|
@@ -11897,13 +12091,13 @@ module Aws::EC2
|
|
|
11897
12091
|
end
|
|
11898
12092
|
|
|
11899
12093
|
class LaunchTemplateTagSpecification
|
|
11900
|
-
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-prefix-list-resolver-target" | "capacity-manager-data-export")
|
|
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")
|
|
11901
12095
|
attr_accessor tags: ::Array[Types::Tag]
|
|
11902
12096
|
SENSITIVE: []
|
|
11903
12097
|
end
|
|
11904
12098
|
|
|
11905
12099
|
class LaunchTemplateTagSpecificationRequest
|
|
11906
|
-
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-prefix-list-resolver-target" | "capacity-manager-data-export")
|
|
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")
|
|
11907
12101
|
attr_accessor tags: ::Array[Types::Tag]
|
|
11908
12102
|
SENSITIVE: []
|
|
11909
12103
|
end
|
|
@@ -12613,6 +12807,20 @@ module Aws::EC2
|
|
|
12613
12807
|
SENSITIVE: []
|
|
12614
12808
|
end
|
|
12615
12809
|
|
|
12810
|
+
class ModifyIpamPolicyAllocationRulesRequest
|
|
12811
|
+
attr_accessor dry_run: bool
|
|
12812
|
+
attr_accessor ipam_policy_id: ::String
|
|
12813
|
+
attr_accessor locale: ::String
|
|
12814
|
+
attr_accessor resource_type: ("alb" | "eip" | "rds" | "rnat")
|
|
12815
|
+
attr_accessor allocation_rules: ::Array[Types::IpamPolicyAllocationRuleRequest]
|
|
12816
|
+
SENSITIVE: []
|
|
12817
|
+
end
|
|
12818
|
+
|
|
12819
|
+
class ModifyIpamPolicyAllocationRulesResult
|
|
12820
|
+
attr_accessor ipam_policy_document: Types::IpamPolicyDocument
|
|
12821
|
+
SENSITIVE: []
|
|
12822
|
+
end
|
|
12823
|
+
|
|
12616
12824
|
class ModifyIpamPoolRequest
|
|
12617
12825
|
attr_accessor dry_run: bool
|
|
12618
12826
|
attr_accessor ipam_pool_id: ::String
|
|
@@ -13508,6 +13716,10 @@ module Aws::EC2
|
|
|
13508
13716
|
attr_accessor vpc_id: ::String
|
|
13509
13717
|
attr_accessor tags: ::Array[Types::Tag]
|
|
13510
13718
|
attr_accessor connectivity_type: ("private" | "public")
|
|
13719
|
+
attr_accessor availability_mode: ("zonal" | "regional")
|
|
13720
|
+
attr_accessor auto_scaling_ips: ("enabled" | "disabled")
|
|
13721
|
+
attr_accessor auto_provision_zones: ("enabled" | "disabled")
|
|
13722
|
+
attr_accessor route_table_id: ::String
|
|
13511
13723
|
SENSITIVE: []
|
|
13512
13724
|
end
|
|
13513
13725
|
|
|
@@ -13520,6 +13732,8 @@ module Aws::EC2
|
|
|
13520
13732
|
attr_accessor is_primary: bool
|
|
13521
13733
|
attr_accessor failure_message: ::String
|
|
13522
13734
|
attr_accessor status: ("assigning" | "unassigning" | "associating" | "disassociating" | "succeeded" | "failed")
|
|
13735
|
+
attr_accessor availability_zone: ::String
|
|
13736
|
+
attr_accessor availability_zone_id: ::String
|
|
13523
13737
|
SENSITIVE: []
|
|
13524
13738
|
end
|
|
13525
13739
|
|
|
@@ -16068,7 +16282,7 @@ module Aws::EC2
|
|
|
16068
16282
|
end
|
|
16069
16283
|
|
|
16070
16284
|
class SpotFleetTagSpecification
|
|
16071
|
-
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-prefix-list-resolver-target" | "capacity-manager-data-export")
|
|
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")
|
|
16072
16286
|
attr_accessor tags: ::Array[Types::Tag]
|
|
16073
16287
|
SENSITIVE: []
|
|
16074
16288
|
end
|
|
@@ -16406,13 +16620,13 @@ module Aws::EC2
|
|
|
16406
16620
|
class TagDescription
|
|
16407
16621
|
attr_accessor key: ::String
|
|
16408
16622
|
attr_accessor resource_id: ::String
|
|
16409
|
-
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-prefix-list-resolver-target" | "capacity-manager-data-export")
|
|
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")
|
|
16410
16624
|
attr_accessor value: ::String
|
|
16411
16625
|
SENSITIVE: []
|
|
16412
16626
|
end
|
|
16413
16627
|
|
|
16414
16628
|
class TagSpecification
|
|
16415
|
-
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-prefix-list-resolver-target" | "capacity-manager-data-export")
|
|
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")
|
|
16416
16630
|
attr_accessor tags: ::Array[Types::Tag]
|
|
16417
16631
|
SENSITIVE: []
|
|
16418
16632
|
end
|
|
@@ -16610,7 +16824,7 @@ module Aws::EC2
|
|
|
16610
16824
|
attr_accessor transit_gateway_route_table_id: ::String
|
|
16611
16825
|
attr_accessor transit_gateway_attachment_id: ::String
|
|
16612
16826
|
attr_accessor resource_id: ::String
|
|
16613
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16827
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16614
16828
|
attr_accessor state: ("associating" | "associated" | "disassociating" | "disassociated")
|
|
16615
16829
|
SENSITIVE: []
|
|
16616
16830
|
end
|
|
@@ -16620,7 +16834,7 @@ module Aws::EC2
|
|
|
16620
16834
|
attr_accessor transit_gateway_id: ::String
|
|
16621
16835
|
attr_accessor transit_gateway_owner_id: ::String
|
|
16622
16836
|
attr_accessor resource_owner_id: ::String
|
|
16623
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16837
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16624
16838
|
attr_accessor resource_id: ::String
|
|
16625
16839
|
attr_accessor state: ("initiating" | "initiatingRequest" | "pendingAcceptance" | "rollingBack" | "pending" | "available" | "modifying" | "deleting" | "deleted" | "failed" | "rejected" | "rejecting" | "failing")
|
|
16626
16840
|
attr_accessor association: Types::TransitGatewayAttachmentAssociation
|
|
@@ -16719,7 +16933,7 @@ module Aws::EC2
|
|
|
16719
16933
|
class TransitGatewayMulticastDomainAssociation
|
|
16720
16934
|
attr_accessor transit_gateway_attachment_id: ::String
|
|
16721
16935
|
attr_accessor resource_id: ::String
|
|
16722
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16936
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16723
16937
|
attr_accessor resource_owner_id: ::String
|
|
16724
16938
|
attr_accessor subnet: Types::SubnetAssociation
|
|
16725
16939
|
SENSITIVE: []
|
|
@@ -16729,7 +16943,7 @@ module Aws::EC2
|
|
|
16729
16943
|
attr_accessor transit_gateway_multicast_domain_id: ::String
|
|
16730
16944
|
attr_accessor transit_gateway_attachment_id: ::String
|
|
16731
16945
|
attr_accessor resource_id: ::String
|
|
16732
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16946
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16733
16947
|
attr_accessor resource_owner_id: ::String
|
|
16734
16948
|
attr_accessor subnets: ::Array[Types::SubnetAssociation]
|
|
16735
16949
|
SENSITIVE: []
|
|
@@ -16747,7 +16961,7 @@ module Aws::EC2
|
|
|
16747
16961
|
attr_accessor transit_gateway_attachment_id: ::String
|
|
16748
16962
|
attr_accessor subnet_id: ::String
|
|
16749
16963
|
attr_accessor resource_id: ::String
|
|
16750
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16964
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16751
16965
|
attr_accessor resource_owner_id: ::String
|
|
16752
16966
|
attr_accessor network_interface_id: ::String
|
|
16753
16967
|
attr_accessor group_member: bool
|
|
@@ -16833,7 +17047,7 @@ module Aws::EC2
|
|
|
16833
17047
|
attr_accessor transit_gateway_policy_table_id: ::String
|
|
16834
17048
|
attr_accessor transit_gateway_attachment_id: ::String
|
|
16835
17049
|
attr_accessor resource_id: ::String
|
|
16836
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
17050
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16837
17051
|
attr_accessor state: ("associating" | "associated" | "disassociating" | "disassociated")
|
|
16838
17052
|
SENSITIVE: []
|
|
16839
17053
|
end
|
|
@@ -16847,7 +17061,7 @@ module Aws::EC2
|
|
|
16847
17061
|
|
|
16848
17062
|
class TransitGatewayPrefixListAttachment
|
|
16849
17063
|
attr_accessor transit_gateway_attachment_id: ::String
|
|
16850
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
17064
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16851
17065
|
attr_accessor resource_id: ::String
|
|
16852
17066
|
SENSITIVE: []
|
|
16853
17067
|
end
|
|
@@ -16865,7 +17079,7 @@ module Aws::EC2
|
|
|
16865
17079
|
class TransitGatewayPropagation
|
|
16866
17080
|
attr_accessor transit_gateway_attachment_id: ::String
|
|
16867
17081
|
attr_accessor resource_id: ::String
|
|
16868
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
17082
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16869
17083
|
attr_accessor transit_gateway_route_table_id: ::String
|
|
16870
17084
|
attr_accessor state: ("enabling" | "enabled" | "disabling" | "disabled")
|
|
16871
17085
|
attr_accessor transit_gateway_route_table_announcement_id: ::String
|
|
@@ -16898,7 +17112,7 @@ module Aws::EC2
|
|
|
16898
17112
|
class TransitGatewayRouteAttachment
|
|
16899
17113
|
attr_accessor resource_id: ::String
|
|
16900
17114
|
attr_accessor transit_gateway_attachment_id: ::String
|
|
16901
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
17115
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16902
17116
|
SENSITIVE: []
|
|
16903
17117
|
end
|
|
16904
17118
|
|
|
@@ -16931,7 +17145,7 @@ module Aws::EC2
|
|
|
16931
17145
|
class TransitGatewayRouteTableAssociation
|
|
16932
17146
|
attr_accessor transit_gateway_attachment_id: ::String
|
|
16933
17147
|
attr_accessor resource_id: ::String
|
|
16934
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
17148
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16935
17149
|
attr_accessor state: ("associating" | "associated" | "disassociating" | "disassociated")
|
|
16936
17150
|
SENSITIVE: []
|
|
16937
17151
|
end
|
|
@@ -16939,7 +17153,7 @@ module Aws::EC2
|
|
|
16939
17153
|
class TransitGatewayRouteTablePropagation
|
|
16940
17154
|
attr_accessor transit_gateway_attachment_id: ::String
|
|
16941
17155
|
attr_accessor resource_id: ::String
|
|
16942
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
17156
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "vpn-concentrator" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
|
16943
17157
|
attr_accessor state: ("enabling" | "enabled" | "disabling" | "disabled")
|
|
16944
17158
|
attr_accessor transit_gateway_route_table_announcement_id: ::String
|
|
16945
17159
|
SENSITIVE: []
|
|
@@ -17766,9 +17980,20 @@ module Aws::EC2
|
|
|
17766
17980
|
SENSITIVE: []
|
|
17767
17981
|
end
|
|
17768
17982
|
|
|
17983
|
+
class VpnConcentrator
|
|
17984
|
+
attr_accessor vpn_concentrator_id: ::String
|
|
17985
|
+
attr_accessor state: ::String
|
|
17986
|
+
attr_accessor transit_gateway_id: ::String
|
|
17987
|
+
attr_accessor transit_gateway_attachment_id: ::String
|
|
17988
|
+
attr_accessor type: ::String
|
|
17989
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
17990
|
+
SENSITIVE: []
|
|
17991
|
+
end
|
|
17992
|
+
|
|
17769
17993
|
class VpnConnection
|
|
17770
17994
|
attr_accessor category: ::String
|
|
17771
17995
|
attr_accessor transit_gateway_id: ::String
|
|
17996
|
+
attr_accessor vpn_concentrator_id: ::String
|
|
17772
17997
|
attr_accessor core_network_arn: ::String
|
|
17773
17998
|
attr_accessor core_network_attachment_arn: ::String
|
|
17774
17999
|
attr_accessor gateway_association_state: ("associated" | "not-associated" | "associating" | "disassociating")
|
data/sig/volume.rbs
CHANGED
|
@@ -105,7 +105,7 @@ module Aws
|
|
|
105
105
|
?outpost_arn: ::String,
|
|
106
106
|
?tag_specifications: Array[
|
|
107
107
|
{
|
|
108
|
-
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-prefix-list-resolver-target" | "capacity-manager-data-export")?,
|
|
108
|
+
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")?,
|
|
109
109
|
tags: Array[
|
|
110
110
|
{
|
|
111
111
|
key: ::String?,
|