aws-sdk-ec2 1.247.0 → 1.248.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +427 -177
- data/lib/aws-sdk-ec2/client_api.rb +124 -4
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/key_pair_info.rb +2 -2
- data/lib/aws-sdk-ec2/resource.rb +25 -24
- data/lib/aws-sdk-ec2/security_group.rb +50 -16
- 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 +638 -108
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +13 -12
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a84aa55cfb26719af8da0f4306ebffbb648cd8131eba7186f8dc6136e77a1be
|
4
|
+
data.tar.gz: 22abf608bf2838e7bb468a45d93824456454c2590734ba82e33c95331f221e1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b4fc20db3362280cfd69164955749b7a0600acb5510cd03fa0a117cd82163f876a9a0e6926d12d654b8606ce9a907b2edf5e749d88261e72af32ed77ee7eb69
|
7
|
+
data.tar.gz: a1325698ffef34672dd94a9fa2ecec9bddc791c4dc753c8106a1962a4db9b7f94a28d458f3009352ca2d289b03bf751f6b88a5a2ad8c61eea355c1f7e782dcfd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.248.0
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -842,7 +842,7 @@ module Aws::EC2
|
|
842
842
|
# dry_run: false,
|
843
843
|
# tag_specifications: [
|
844
844
|
# {
|
845
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
845
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
846
846
|
# tags: [
|
847
847
|
# {
|
848
848
|
# key: "String",
|
@@ -955,7 +955,7 @@ module Aws::EC2
|
|
955
955
|
# quantity: 1, # required
|
956
956
|
# tag_specifications: [
|
957
957
|
# {
|
958
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
958
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
959
959
|
# tags: [
|
960
960
|
# {
|
961
961
|
# key: "String",
|
@@ -1474,26 +1474,26 @@ module Aws::EC2
|
|
1474
1474
|
req.send_request(options)
|
1475
1475
|
end
|
1476
1476
|
|
1477
|
-
# Associates an
|
1478
|
-
#
|
1479
|
-
#
|
1480
|
-
#
|
1481
|
-
#
|
1477
|
+
# Associates an Identity and Access Management (IAM) role with an
|
1478
|
+
# Certificate Manager (ACM) certificate. This enables the certificate to
|
1479
|
+
# be used by the ACM for Nitro Enclaves application inside an enclave.
|
1480
|
+
# For more information, see [Certificate Manager for Nitro Enclaves][1]
|
1481
|
+
# in the *Amazon Web Services Nitro Enclaves User Guide*.
|
1482
1482
|
#
|
1483
1483
|
# When the IAM role is associated with the ACM certificate, the
|
1484
1484
|
# certificate, certificate chain, and encrypted private key are placed
|
1485
1485
|
# in an Amazon S3 bucket that only the associated IAM role can access.
|
1486
|
-
# The private key of the certificate is encrypted with an
|
1487
|
-
#
|
1486
|
+
# The private key of the certificate is encrypted with an Amazon Web
|
1487
|
+
# Services managed key that has an attached attestation-based key
|
1488
1488
|
# policy.
|
1489
1489
|
#
|
1490
1490
|
# To enable the IAM role to access the Amazon S3 object, you must grant
|
1491
1491
|
# it permission to call `s3:GetObject` on the Amazon S3 bucket returned
|
1492
|
-
# by the command. To enable the IAM role to access the
|
1493
|
-
#
|
1494
|
-
#
|
1495
|
-
#
|
1496
|
-
#
|
1492
|
+
# by the command. To enable the IAM role to access the KMS key, you must
|
1493
|
+
# grant it permission to call `kms:Decrypt` on the KMS key returned by
|
1494
|
+
# the command. For more information, see [ Grant the role permission to
|
1495
|
+
# access the certificate and encryption key][2] in the *Amazon Web
|
1496
|
+
# Services Nitro Enclaves User Guide*.
|
1497
1497
|
#
|
1498
1498
|
#
|
1499
1499
|
#
|
@@ -2400,12 +2400,12 @@ module Aws::EC2
|
|
2400
2400
|
req.send_request(options)
|
2401
2401
|
end
|
2402
2402
|
|
2403
|
-
# \[VPC only\] Adds the specified egress rules to a security
|
2404
|
-
# use with a VPC.
|
2403
|
+
# \[VPC only\] Adds the specified outbound (egress) rules to a security
|
2404
|
+
# group for use with a VPC.
|
2405
2405
|
#
|
2406
2406
|
# An outbound rule permits instances to send traffic to the specified
|
2407
|
-
# IPv4 or IPv6 CIDR address ranges, or to the instances
|
2408
|
-
# the specified destination security groups.
|
2407
|
+
# IPv4 or IPv6 CIDR address ranges, or to the instances that are
|
2408
|
+
# associated with the specified destination security groups.
|
2409
2409
|
#
|
2410
2410
|
# You specify a protocol for each rule (for example, TCP). For the TCP
|
2411
2411
|
# and UDP protocols, you must also specify the destination port or port
|
@@ -2416,8 +2416,8 @@ module Aws::EC2
|
|
2416
2416
|
# Rule changes are propagated to affected instances as quickly as
|
2417
2417
|
# possible. However, a small delay might occur.
|
2418
2418
|
#
|
2419
|
-
# For
|
2420
|
-
#
|
2419
|
+
# For information about VPC security group quotas, see [Amazon VPC
|
2420
|
+
# quotas][1].
|
2421
2421
|
#
|
2422
2422
|
#
|
2423
2423
|
#
|
@@ -2436,6 +2436,9 @@ module Aws::EC2
|
|
2436
2436
|
# The sets of IP permissions. You can't specify a destination security
|
2437
2437
|
# group and a CIDR IP address range in the same set of permissions.
|
2438
2438
|
#
|
2439
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
2440
|
+
# The tags applied to the security group rule.
|
2441
|
+
#
|
2439
2442
|
# @option params [String] :cidr_ip
|
2440
2443
|
# Not supported. Use a set of IP permissions to specify the CIDR.
|
2441
2444
|
#
|
@@ -2457,7 +2460,10 @@ module Aws::EC2
|
|
2457
2460
|
# Not supported. Use a set of IP permissions to specify a destination
|
2458
2461
|
# security group.
|
2459
2462
|
#
|
2460
|
-
# @return [
|
2463
|
+
# @return [Types::AuthorizeSecurityGroupEgressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2464
|
+
#
|
2465
|
+
# * {Types::AuthorizeSecurityGroupEgressResult#return #return} => Boolean
|
2466
|
+
# * {Types::AuthorizeSecurityGroupEgressResult#security_group_rules #security_group_rules} => Array<Types::SecurityGroupRule>
|
2461
2467
|
#
|
2462
2468
|
#
|
2463
2469
|
# @example Example: To add a rule that allows outbound traffic to a specific address range
|
@@ -2549,6 +2555,17 @@ module Aws::EC2
|
|
2549
2555
|
# ],
|
2550
2556
|
# },
|
2551
2557
|
# ],
|
2558
|
+
# tag_specifications: [
|
2559
|
+
# {
|
2560
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
2561
|
+
# tags: [
|
2562
|
+
# {
|
2563
|
+
# key: "String",
|
2564
|
+
# value: "String",
|
2565
|
+
# },
|
2566
|
+
# ],
|
2567
|
+
# },
|
2568
|
+
# ],
|
2552
2569
|
# cidr_ip: "String",
|
2553
2570
|
# from_port: 1,
|
2554
2571
|
# ip_protocol: "String",
|
@@ -2557,6 +2574,30 @@ module Aws::EC2
|
|
2557
2574
|
# source_security_group_owner_id: "String",
|
2558
2575
|
# })
|
2559
2576
|
#
|
2577
|
+
# @example Response structure
|
2578
|
+
#
|
2579
|
+
# resp.return #=> Boolean
|
2580
|
+
# resp.security_group_rules #=> Array
|
2581
|
+
# resp.security_group_rules[0].security_group_rule_id #=> String
|
2582
|
+
# resp.security_group_rules[0].group_id #=> String
|
2583
|
+
# resp.security_group_rules[0].group_owner_id #=> String
|
2584
|
+
# resp.security_group_rules[0].is_egress #=> Boolean
|
2585
|
+
# resp.security_group_rules[0].ip_protocol #=> String
|
2586
|
+
# resp.security_group_rules[0].from_port #=> Integer
|
2587
|
+
# resp.security_group_rules[0].to_port #=> Integer
|
2588
|
+
# resp.security_group_rules[0].cidr_ipv_4 #=> String
|
2589
|
+
# resp.security_group_rules[0].cidr_ipv_6 #=> String
|
2590
|
+
# resp.security_group_rules[0].prefix_list_id #=> String
|
2591
|
+
# resp.security_group_rules[0].referenced_group_info.group_id #=> String
|
2592
|
+
# resp.security_group_rules[0].referenced_group_info.peering_status #=> String
|
2593
|
+
# resp.security_group_rules[0].referenced_group_info.user_id #=> String
|
2594
|
+
# resp.security_group_rules[0].referenced_group_info.vpc_id #=> String
|
2595
|
+
# resp.security_group_rules[0].referenced_group_info.vpc_peering_connection_id #=> String
|
2596
|
+
# resp.security_group_rules[0].description #=> String
|
2597
|
+
# resp.security_group_rules[0].tags #=> Array
|
2598
|
+
# resp.security_group_rules[0].tags[0].key #=> String
|
2599
|
+
# resp.security_group_rules[0].tags[0].value #=> String
|
2600
|
+
#
|
2560
2601
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupEgress AWS API Documentation
|
2561
2602
|
#
|
2562
2603
|
# @overload authorize_security_group_egress(params = {})
|
@@ -2566,11 +2607,11 @@ module Aws::EC2
|
|
2566
2607
|
req.send_request(options)
|
2567
2608
|
end
|
2568
2609
|
|
2569
|
-
# Adds the specified ingress rules to a security group.
|
2610
|
+
# Adds the specified inbound (ingress) rules to a security group.
|
2570
2611
|
#
|
2571
2612
|
# An inbound rule permits instances to receive traffic from the
|
2572
|
-
# specified IPv4 or IPv6 CIDR address
|
2573
|
-
# associated with the specified destination security groups.
|
2613
|
+
# specified IPv4 or IPv6 CIDR address range, or from the instances that
|
2614
|
+
# are associated with the specified destination security groups.
|
2574
2615
|
#
|
2575
2616
|
# You specify a protocol for each rule (for example, TCP). For TCP and
|
2576
2617
|
# UDP, you must also specify the destination port or port range. For
|
@@ -2580,8 +2621,8 @@ module Aws::EC2
|
|
2580
2621
|
# Rule changes are propagated to instances within the security group as
|
2581
2622
|
# quickly as possible. However, a small delay might occur.
|
2582
2623
|
#
|
2583
|
-
# For more information about VPC security group
|
2584
|
-
#
|
2624
|
+
# For more information about VPC security group quotas, see [Amazon VPC
|
2625
|
+
# quotas][1].
|
2585
2626
|
#
|
2586
2627
|
#
|
2587
2628
|
#
|
@@ -2641,13 +2682,14 @@ module Aws::EC2
|
|
2641
2682
|
# EC2-VPC, the source security group must be in the same VPC.
|
2642
2683
|
#
|
2643
2684
|
# @option params [String] :source_security_group_owner_id
|
2644
|
-
# \[nondefault VPC\] The
|
2645
|
-
# if the source security group is in a different
|
2646
|
-
# specify this parameter in combination with the
|
2647
|
-
# the CIDR IP address range, the IP protocol, the
|
2648
|
-
# range, and the end of the port range. Creates rules
|
2649
|
-
# ICMP, UDP, and TCP access. To create a rule with a
|
2650
|
-
# protocol and port range, use a set of IP permissions
|
2685
|
+
# \[nondefault VPC\] The Amazon Web Services account ID for the source
|
2686
|
+
# security group, if the source security group is in a different
|
2687
|
+
# account. You can't specify this parameter in combination with the
|
2688
|
+
# following parameters: the CIDR IP address range, the IP protocol, the
|
2689
|
+
# start of the port range, and the end of the port range. Creates rules
|
2690
|
+
# that grant full ICMP, UDP, and TCP access. To create a rule with a
|
2691
|
+
# specific IP protocol and port range, use a set of IP permissions
|
2692
|
+
# instead.
|
2651
2693
|
#
|
2652
2694
|
# @option params [Integer] :to_port
|
2653
2695
|
# The end of port range for the TCP and UDP protocols, or an ICMP code
|
@@ -2663,7 +2705,13 @@ module Aws::EC2
|
|
2663
2705
|
# If you have the required permissions, the error response is
|
2664
2706
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
2665
2707
|
#
|
2666
|
-
# @
|
2708
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
2709
|
+
# \[VPC Only\] The tags applied to the security group rule.
|
2710
|
+
#
|
2711
|
+
# @return [Types::AuthorizeSecurityGroupIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2712
|
+
#
|
2713
|
+
# * {Types::AuthorizeSecurityGroupIngressResult#return #return} => Boolean
|
2714
|
+
# * {Types::AuthorizeSecurityGroupIngressResult#security_group_rules #security_group_rules} => Array<Types::SecurityGroupRule>
|
2667
2715
|
#
|
2668
2716
|
#
|
2669
2717
|
# @example Example: To add a rule that allows inbound SSH traffic from an IPv4 address range
|
@@ -2793,8 +2841,43 @@ module Aws::EC2
|
|
2793
2841
|
# source_security_group_owner_id: "String",
|
2794
2842
|
# to_port: 1,
|
2795
2843
|
# dry_run: false,
|
2844
|
+
# tag_specifications: [
|
2845
|
+
# {
|
2846
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
2847
|
+
# tags: [
|
2848
|
+
# {
|
2849
|
+
# key: "String",
|
2850
|
+
# value: "String",
|
2851
|
+
# },
|
2852
|
+
# ],
|
2853
|
+
# },
|
2854
|
+
# ],
|
2796
2855
|
# })
|
2797
2856
|
#
|
2857
|
+
# @example Response structure
|
2858
|
+
#
|
2859
|
+
# resp.return #=> Boolean
|
2860
|
+
# resp.security_group_rules #=> Array
|
2861
|
+
# resp.security_group_rules[0].security_group_rule_id #=> String
|
2862
|
+
# resp.security_group_rules[0].group_id #=> String
|
2863
|
+
# resp.security_group_rules[0].group_owner_id #=> String
|
2864
|
+
# resp.security_group_rules[0].is_egress #=> Boolean
|
2865
|
+
# resp.security_group_rules[0].ip_protocol #=> String
|
2866
|
+
# resp.security_group_rules[0].from_port #=> Integer
|
2867
|
+
# resp.security_group_rules[0].to_port #=> Integer
|
2868
|
+
# resp.security_group_rules[0].cidr_ipv_4 #=> String
|
2869
|
+
# resp.security_group_rules[0].cidr_ipv_6 #=> String
|
2870
|
+
# resp.security_group_rules[0].prefix_list_id #=> String
|
2871
|
+
# resp.security_group_rules[0].referenced_group_info.group_id #=> String
|
2872
|
+
# resp.security_group_rules[0].referenced_group_info.peering_status #=> String
|
2873
|
+
# resp.security_group_rules[0].referenced_group_info.user_id #=> String
|
2874
|
+
# resp.security_group_rules[0].referenced_group_info.vpc_id #=> String
|
2875
|
+
# resp.security_group_rules[0].referenced_group_info.vpc_peering_connection_id #=> String
|
2876
|
+
# resp.security_group_rules[0].description #=> String
|
2877
|
+
# resp.security_group_rules[0].tags #=> Array
|
2878
|
+
# resp.security_group_rules[0].tags[0].key #=> String
|
2879
|
+
# resp.security_group_rules[0].tags[0].value #=> String
|
2880
|
+
#
|
2798
2881
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupIngress AWS API Documentation
|
2799
2882
|
#
|
2800
2883
|
# @overload authorize_security_group_ingress(params = {})
|
@@ -3772,7 +3855,7 @@ module Aws::EC2
|
|
3772
3855
|
# source_snapshot_id: "String", # required
|
3773
3856
|
# tag_specifications: [
|
3774
3857
|
# {
|
3775
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
3858
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
3776
3859
|
# tags: [
|
3777
3860
|
# {
|
3778
3861
|
# key: "String",
|
@@ -3961,7 +4044,7 @@ module Aws::EC2
|
|
3961
4044
|
# instance_match_criteria: "open", # accepts open, targeted
|
3962
4045
|
# tag_specifications: [
|
3963
4046
|
# {
|
3964
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
4047
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
3965
4048
|
# tags: [
|
3966
4049
|
# {
|
3967
4050
|
# key: "String",
|
@@ -4050,7 +4133,7 @@ module Aws::EC2
|
|
4050
4133
|
# vpc_id: "VpcId", # required
|
4051
4134
|
# tag_specifications: [
|
4052
4135
|
# {
|
4053
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
4136
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
4054
4137
|
# tags: [
|
4055
4138
|
# {
|
4056
4139
|
# key: "String",
|
@@ -4239,7 +4322,7 @@ module Aws::EC2
|
|
4239
4322
|
# client_token: "String",
|
4240
4323
|
# tag_specifications: [
|
4241
4324
|
# {
|
4242
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
4325
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
4243
4326
|
# tags: [
|
4244
4327
|
# {
|
4245
4328
|
# key: "String",
|
@@ -4456,7 +4539,7 @@ module Aws::EC2
|
|
4456
4539
|
# type: "ipsec.1", # required, accepts ipsec.1
|
4457
4540
|
# tag_specifications: [
|
4458
4541
|
# {
|
4459
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
4542
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
4460
4543
|
# tags: [
|
4461
4544
|
# {
|
4462
4545
|
# key: "String",
|
@@ -4740,7 +4823,7 @@ module Aws::EC2
|
|
4740
4823
|
# ],
|
4741
4824
|
# tag_specifications: [
|
4742
4825
|
# {
|
4743
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
4826
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
4744
4827
|
# tags: [
|
4745
4828
|
# {
|
4746
4829
|
# key: "String",
|
@@ -4814,7 +4897,7 @@ module Aws::EC2
|
|
4814
4897
|
# vpc_id: "VpcId", # required
|
4815
4898
|
# tag_specifications: [
|
4816
4899
|
# {
|
4817
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
4900
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
4818
4901
|
# tags: [
|
4819
4902
|
# {
|
4820
4903
|
# key: "String",
|
@@ -5035,7 +5118,7 @@ module Aws::EC2
|
|
5035
5118
|
# replace_unhealthy_instances: false,
|
5036
5119
|
# tag_specifications: [
|
5037
5120
|
# {
|
5038
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5121
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5039
5122
|
# tags: [
|
5040
5123
|
# {
|
5041
5124
|
# key: "String",
|
@@ -5242,7 +5325,7 @@ module Aws::EC2
|
|
5242
5325
|
# log_format: "String",
|
5243
5326
|
# tag_specifications: [
|
5244
5327
|
# {
|
5245
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5328
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5246
5329
|
# tags: [
|
5247
5330
|
# {
|
5248
5331
|
# key: "String",
|
@@ -5341,7 +5424,7 @@ module Aws::EC2
|
|
5341
5424
|
# client_token: "String",
|
5342
5425
|
# tag_specifications: [
|
5343
5426
|
# {
|
5344
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5427
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5345
5428
|
# tags: [
|
5346
5429
|
# {
|
5347
5430
|
# key: "String",
|
@@ -5495,7 +5578,7 @@ module Aws::EC2
|
|
5495
5578
|
# no_reboot: false,
|
5496
5579
|
# tag_specifications: [
|
5497
5580
|
# {
|
5498
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5581
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5499
5582
|
# tags: [
|
5500
5583
|
# {
|
5501
5584
|
# key: "String",
|
@@ -5564,7 +5647,7 @@ module Aws::EC2
|
|
5564
5647
|
# target_environment: "citrix", # required, accepts citrix, vmware, microsoft
|
5565
5648
|
# tag_specifications: [
|
5566
5649
|
# {
|
5567
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5650
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5568
5651
|
# tags: [
|
5569
5652
|
# {
|
5570
5653
|
# key: "String",
|
@@ -5647,7 +5730,7 @@ module Aws::EC2
|
|
5647
5730
|
# resp = client.create_internet_gateway({
|
5648
5731
|
# tag_specifications: [
|
5649
5732
|
# {
|
5650
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5733
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5651
5734
|
# tags: [
|
5652
5735
|
# {
|
5653
5736
|
# key: "String",
|
@@ -5736,7 +5819,7 @@ module Aws::EC2
|
|
5736
5819
|
# dry_run: false,
|
5737
5820
|
# tag_specifications: [
|
5738
5821
|
# {
|
5739
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5822
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5740
5823
|
# tags: [
|
5741
5824
|
# {
|
5742
5825
|
# key: "String",
|
@@ -5938,7 +6021,7 @@ module Aws::EC2
|
|
5938
6021
|
# user_data: "String",
|
5939
6022
|
# tag_specifications: [
|
5940
6023
|
# {
|
5941
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6024
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5942
6025
|
# tags: [
|
5943
6026
|
# {
|
5944
6027
|
# key: "String",
|
@@ -6003,7 +6086,7 @@ module Aws::EC2
|
|
6003
6086
|
# },
|
6004
6087
|
# tag_specifications: [
|
6005
6088
|
# {
|
6006
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6089
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6007
6090
|
# tags: [
|
6008
6091
|
# {
|
6009
6092
|
# key: "String",
|
@@ -6224,7 +6307,7 @@ module Aws::EC2
|
|
6224
6307
|
# user_data: "String",
|
6225
6308
|
# tag_specifications: [
|
6226
6309
|
# {
|
6227
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6310
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6228
6311
|
# tags: [
|
6229
6312
|
# {
|
6230
6313
|
# key: "String",
|
@@ -6351,7 +6434,7 @@ module Aws::EC2
|
|
6351
6434
|
# resp.launch_template_version.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
6352
6435
|
# resp.launch_template_version.launch_template_data.user_data #=> String
|
6353
6436
|
# resp.launch_template_version.launch_template_data.tag_specifications #=> Array
|
6354
|
-
# resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
|
6437
|
+
# resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "placement-group", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
|
6355
6438
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags #=> Array
|
6356
6439
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].key #=> String
|
6357
6440
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].value #=> String
|
@@ -6476,7 +6559,7 @@ module Aws::EC2
|
|
6476
6559
|
# vpc_id: "VpcId", # required
|
6477
6560
|
# tag_specifications: [
|
6478
6561
|
# {
|
6479
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6562
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6480
6563
|
# tags: [
|
6481
6564
|
# {
|
6482
6565
|
# key: "String",
|
@@ -6575,7 +6658,7 @@ module Aws::EC2
|
|
6575
6658
|
# max_entries: 1, # required
|
6576
6659
|
# tag_specifications: [
|
6577
6660
|
# {
|
6578
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6661
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6579
6662
|
# tags: [
|
6580
6663
|
# {
|
6581
6664
|
# key: "String",
|
@@ -6712,7 +6795,7 @@ module Aws::EC2
|
|
6712
6795
|
# subnet_id: "SubnetId", # required
|
6713
6796
|
# tag_specifications: [
|
6714
6797
|
# {
|
6715
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6798
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6716
6799
|
# tags: [
|
6717
6800
|
# {
|
6718
6801
|
# key: "String",
|
@@ -6831,7 +6914,7 @@ module Aws::EC2
|
|
6831
6914
|
# vpc_id: "VpcId", # required
|
6832
6915
|
# tag_specifications: [
|
6833
6916
|
# {
|
6834
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6917
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6835
6918
|
# tags: [
|
6836
6919
|
# {
|
6837
6920
|
# key: "String",
|
@@ -7067,7 +7150,7 @@ module Aws::EC2
|
|
7067
7150
|
# destination_port: 1,
|
7068
7151
|
# tag_specifications: [
|
7069
7152
|
# {
|
7070
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7153
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7071
7154
|
# tags: [
|
7072
7155
|
# {
|
7073
7156
|
# key: "String",
|
@@ -7268,7 +7351,7 @@ module Aws::EC2
|
|
7268
7351
|
# subnet_id: "SubnetId", # required
|
7269
7352
|
# tag_specifications: [
|
7270
7353
|
# {
|
7271
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7354
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7272
7355
|
# tags: [
|
7273
7356
|
# {
|
7274
7357
|
# key: "String",
|
@@ -7466,7 +7549,7 @@ module Aws::EC2
|
|
7466
7549
|
# partition_count: 1,
|
7467
7550
|
# tag_specifications: [
|
7468
7551
|
# {
|
7469
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7552
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7470
7553
|
# tags: [
|
7471
7554
|
# {
|
7472
7555
|
# key: "String",
|
@@ -7551,7 +7634,7 @@ module Aws::EC2
|
|
7551
7634
|
# dry_run: false,
|
7552
7635
|
# tag_specifications: [
|
7553
7636
|
# {
|
7554
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7637
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7555
7638
|
# tags: [
|
7556
7639
|
# {
|
7557
7640
|
# key: "String",
|
@@ -7742,7 +7825,7 @@ module Aws::EC2
|
|
7742
7825
|
# name: "String",
|
7743
7826
|
# tag_specifications: [
|
7744
7827
|
# {
|
7745
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7828
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7746
7829
|
# tags: [
|
7747
7830
|
# {
|
7748
7831
|
# key: "String",
|
@@ -7966,7 +8049,7 @@ module Aws::EC2
|
|
7966
8049
|
# vpc_id: "VpcId", # required
|
7967
8050
|
# tag_specifications: [
|
7968
8051
|
# {
|
7969
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8052
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7970
8053
|
# tags: [
|
7971
8054
|
# {
|
7972
8055
|
# key: "String",
|
@@ -8116,7 +8199,7 @@ module Aws::EC2
|
|
8116
8199
|
# vpc_id: "VpcId",
|
8117
8200
|
# tag_specifications: [
|
8118
8201
|
# {
|
8119
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8202
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8120
8203
|
# tags: [
|
8121
8204
|
# {
|
8122
8205
|
# key: "String",
|
@@ -8277,7 +8360,7 @@ module Aws::EC2
|
|
8277
8360
|
# volume_id: "VolumeId", # required
|
8278
8361
|
# tag_specifications: [
|
8279
8362
|
# {
|
8280
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8363
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8281
8364
|
# tags: [
|
8282
8365
|
# {
|
8283
8366
|
# key: "String",
|
@@ -8389,7 +8472,7 @@ module Aws::EC2
|
|
8389
8472
|
# outpost_arn: "String",
|
8390
8473
|
# tag_specifications: [
|
8391
8474
|
# {
|
8392
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8475
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8393
8476
|
# tags: [
|
8394
8477
|
# {
|
8395
8478
|
# key: "String",
|
@@ -8679,7 +8762,7 @@ module Aws::EC2
|
|
8679
8762
|
# resp = client.create_subnet({
|
8680
8763
|
# tag_specifications: [
|
8681
8764
|
# {
|
8682
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8765
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8683
8766
|
# tags: [
|
8684
8767
|
# {
|
8685
8768
|
# key: "String",
|
@@ -8859,7 +8942,7 @@ module Aws::EC2
|
|
8859
8942
|
# description: "String",
|
8860
8943
|
# tag_specifications: [
|
8861
8944
|
# {
|
8862
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8945
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8863
8946
|
# tags: [
|
8864
8947
|
# {
|
8865
8948
|
# key: "String",
|
@@ -9133,7 +9216,7 @@ module Aws::EC2
|
|
9133
9216
|
# description: "String",
|
9134
9217
|
# tag_specifications: [
|
9135
9218
|
# {
|
9136
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9219
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9137
9220
|
# tags: [
|
9138
9221
|
# {
|
9139
9222
|
# key: "String",
|
@@ -9232,7 +9315,7 @@ module Aws::EC2
|
|
9232
9315
|
# description: "String",
|
9233
9316
|
# tag_specifications: [
|
9234
9317
|
# {
|
9235
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9318
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9236
9319
|
# tags: [
|
9237
9320
|
# {
|
9238
9321
|
# key: "String",
|
@@ -9326,7 +9409,7 @@ module Aws::EC2
|
|
9326
9409
|
# },
|
9327
9410
|
# tag_specifications: [
|
9328
9411
|
# {
|
9329
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9412
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9330
9413
|
# tags: [
|
9331
9414
|
# {
|
9332
9415
|
# key: "String",
|
@@ -9407,7 +9490,7 @@ module Aws::EC2
|
|
9407
9490
|
# },
|
9408
9491
|
# tag_specifications: [
|
9409
9492
|
# {
|
9410
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9493
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9411
9494
|
# tags: [
|
9412
9495
|
# {
|
9413
9496
|
# key: "String",
|
@@ -9501,7 +9584,7 @@ module Aws::EC2
|
|
9501
9584
|
# inside_cidr_blocks: ["String"], # required
|
9502
9585
|
# tag_specifications: [
|
9503
9586
|
# {
|
9504
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9587
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9505
9588
|
# tags: [
|
9506
9589
|
# {
|
9507
9590
|
# key: "String",
|
@@ -9583,7 +9666,7 @@ module Aws::EC2
|
|
9583
9666
|
# },
|
9584
9667
|
# tag_specifications: [
|
9585
9668
|
# {
|
9586
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9669
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9587
9670
|
# tags: [
|
9588
9671
|
# {
|
9589
9672
|
# key: "String",
|
@@ -9662,7 +9745,7 @@ module Aws::EC2
|
|
9662
9745
|
# peer_region: "String", # required
|
9663
9746
|
# tag_specifications: [
|
9664
9747
|
# {
|
9665
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9748
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9666
9749
|
# tags: [
|
9667
9750
|
# {
|
9668
9751
|
# key: "String",
|
@@ -9834,7 +9917,7 @@ module Aws::EC2
|
|
9834
9917
|
# transit_gateway_id: "TransitGatewayId", # required
|
9835
9918
|
# tag_specifications: [
|
9836
9919
|
# {
|
9837
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9920
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9838
9921
|
# tags: [
|
9839
9922
|
# {
|
9840
9923
|
# key: "String",
|
@@ -9917,7 +10000,7 @@ module Aws::EC2
|
|
9917
10000
|
# },
|
9918
10001
|
# tag_specifications: [
|
9919
10002
|
# {
|
9920
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10003
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9921
10004
|
# tags: [
|
9922
10005
|
# {
|
9923
10006
|
# key: "String",
|
@@ -10210,7 +10293,7 @@ module Aws::EC2
|
|
10210
10293
|
# dry_run: false,
|
10211
10294
|
# tag_specifications: [
|
10212
10295
|
# {
|
10213
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10296
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10214
10297
|
# tags: [
|
10215
10298
|
# {
|
10216
10299
|
# key: "String",
|
@@ -10373,7 +10456,7 @@ module Aws::EC2
|
|
10373
10456
|
# ipv_6_cidr_block_network_border_group: "String",
|
10374
10457
|
# tag_specifications: [
|
10375
10458
|
# {
|
10376
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10459
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10377
10460
|
# tags: [
|
10378
10461
|
# {
|
10379
10462
|
# key: "String",
|
@@ -10530,7 +10613,7 @@ module Aws::EC2
|
|
10530
10613
|
# private_dns_enabled: false,
|
10531
10614
|
# tag_specifications: [
|
10532
10615
|
# {
|
10533
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10616
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10534
10617
|
# tags: [
|
10535
10618
|
# {
|
10536
10619
|
# key: "String",
|
@@ -10736,7 +10819,7 @@ module Aws::EC2
|
|
10736
10819
|
# client_token: "String",
|
10737
10820
|
# tag_specifications: [
|
10738
10821
|
# {
|
10739
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10822
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10740
10823
|
# tags: [
|
10741
10824
|
# {
|
10742
10825
|
# key: "String",
|
@@ -10849,7 +10932,7 @@ module Aws::EC2
|
|
10849
10932
|
# peer_region: "String",
|
10850
10933
|
# tag_specifications: [
|
10851
10934
|
# {
|
10852
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10935
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10853
10936
|
# tags: [
|
10854
10937
|
# {
|
10855
10938
|
# key: "String",
|
@@ -11025,7 +11108,7 @@ module Aws::EC2
|
|
11025
11108
|
# },
|
11026
11109
|
# tag_specifications: [
|
11027
11110
|
# {
|
11028
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11111
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11029
11112
|
# tags: [
|
11030
11113
|
# {
|
11031
11114
|
# key: "String",
|
@@ -11186,7 +11269,7 @@ module Aws::EC2
|
|
11186
11269
|
# type: "ipsec.1", # required, accepts ipsec.1
|
11187
11270
|
# tag_specifications: [
|
11188
11271
|
# {
|
11189
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11272
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11190
11273
|
# tags: [
|
11191
11274
|
# {
|
11192
11275
|
# key: "String",
|
@@ -19467,7 +19550,7 @@ module Aws::EC2
|
|
19467
19550
|
# @option params [Array<String>] :key_names
|
19468
19551
|
# The key pair names.
|
19469
19552
|
#
|
19470
|
-
# Default: Describes all your key pairs.
|
19553
|
+
# Default: Describes all of your key pairs.
|
19471
19554
|
#
|
19472
19555
|
# @option params [Array<String>] :key_pair_ids
|
19473
19556
|
# The IDs of the key pairs.
|
@@ -19766,7 +19849,7 @@ module Aws::EC2
|
|
19766
19849
|
# resp.launch_template_versions[0].launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
19767
19850
|
# resp.launch_template_versions[0].launch_template_data.user_data #=> String
|
19768
19851
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications #=> Array
|
19769
|
-
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
|
19852
|
+
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "placement-group", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
|
19770
19853
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags #=> Array
|
19771
19854
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].key #=> String
|
19772
19855
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].value #=> String
|
@@ -23407,6 +23490,94 @@ module Aws::EC2
|
|
23407
23490
|
req.send_request(options)
|
23408
23491
|
end
|
23409
23492
|
|
23493
|
+
# Describes one or more of your security group rules.
|
23494
|
+
#
|
23495
|
+
# @option params [Array<Types::Filter>] :filters
|
23496
|
+
# One or more filters.
|
23497
|
+
#
|
23498
|
+
# * `group-id` - The ID of the security group.
|
23499
|
+
#
|
23500
|
+
# * `security-group-rule-id` - The ID of the security group rule.
|
23501
|
+
#
|
23502
|
+
# * `tag`\:<key> - The key/value combination of a tag assigned to
|
23503
|
+
# the resource. Use the tag key in the filter name and the tag value
|
23504
|
+
# as the filter value. For example, to find all resources that have a
|
23505
|
+
# tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
|
23506
|
+
# for the filter name and `TeamA` for the filter value.
|
23507
|
+
#
|
23508
|
+
# @option params [Array<String>] :security_group_rule_ids
|
23509
|
+
# The IDs of the security group rules.
|
23510
|
+
#
|
23511
|
+
# @option params [Boolean] :dry_run
|
23512
|
+
# Checks whether you have the required permissions for the action,
|
23513
|
+
# without actually making the request, and provides an error response.
|
23514
|
+
# If you have the required permissions, the error response is
|
23515
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
23516
|
+
#
|
23517
|
+
# @option params [String] :next_token
|
23518
|
+
# The token for the next page of results.
|
23519
|
+
#
|
23520
|
+
# @option params [Integer] :max_results
|
23521
|
+
# The maximum number of results to return in a single call. To retrieve
|
23522
|
+
# the remaining results, make another request with the returned
|
23523
|
+
# `NextToken` value. This value can be between 5 and 1000. If this
|
23524
|
+
# parameter is not specified, then all results are returned.
|
23525
|
+
#
|
23526
|
+
# @return [Types::DescribeSecurityGroupRulesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
23527
|
+
#
|
23528
|
+
# * {Types::DescribeSecurityGroupRulesResult#security_group_rules #security_group_rules} => Array<Types::SecurityGroupRule>
|
23529
|
+
# * {Types::DescribeSecurityGroupRulesResult#next_token #next_token} => String
|
23530
|
+
#
|
23531
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
23532
|
+
#
|
23533
|
+
# @example Request syntax with placeholder values
|
23534
|
+
#
|
23535
|
+
# resp = client.describe_security_group_rules({
|
23536
|
+
# filters: [
|
23537
|
+
# {
|
23538
|
+
# name: "String",
|
23539
|
+
# values: ["String"],
|
23540
|
+
# },
|
23541
|
+
# ],
|
23542
|
+
# security_group_rule_ids: ["String"],
|
23543
|
+
# dry_run: false,
|
23544
|
+
# next_token: "String",
|
23545
|
+
# max_results: 1,
|
23546
|
+
# })
|
23547
|
+
#
|
23548
|
+
# @example Response structure
|
23549
|
+
#
|
23550
|
+
# resp.security_group_rules #=> Array
|
23551
|
+
# resp.security_group_rules[0].security_group_rule_id #=> String
|
23552
|
+
# resp.security_group_rules[0].group_id #=> String
|
23553
|
+
# resp.security_group_rules[0].group_owner_id #=> String
|
23554
|
+
# resp.security_group_rules[0].is_egress #=> Boolean
|
23555
|
+
# resp.security_group_rules[0].ip_protocol #=> String
|
23556
|
+
# resp.security_group_rules[0].from_port #=> Integer
|
23557
|
+
# resp.security_group_rules[0].to_port #=> Integer
|
23558
|
+
# resp.security_group_rules[0].cidr_ipv_4 #=> String
|
23559
|
+
# resp.security_group_rules[0].cidr_ipv_6 #=> String
|
23560
|
+
# resp.security_group_rules[0].prefix_list_id #=> String
|
23561
|
+
# resp.security_group_rules[0].referenced_group_info.group_id #=> String
|
23562
|
+
# resp.security_group_rules[0].referenced_group_info.peering_status #=> String
|
23563
|
+
# resp.security_group_rules[0].referenced_group_info.user_id #=> String
|
23564
|
+
# resp.security_group_rules[0].referenced_group_info.vpc_id #=> String
|
23565
|
+
# resp.security_group_rules[0].referenced_group_info.vpc_peering_connection_id #=> String
|
23566
|
+
# resp.security_group_rules[0].description #=> String
|
23567
|
+
# resp.security_group_rules[0].tags #=> Array
|
23568
|
+
# resp.security_group_rules[0].tags[0].key #=> String
|
23569
|
+
# resp.security_group_rules[0].tags[0].value #=> String
|
23570
|
+
# resp.next_token #=> String
|
23571
|
+
#
|
23572
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRules AWS API Documentation
|
23573
|
+
#
|
23574
|
+
# @overload describe_security_group_rules(params = {})
|
23575
|
+
# @param [Hash] params ({})
|
23576
|
+
def describe_security_group_rules(params = {}, options = {})
|
23577
|
+
req = build_request(:describe_security_group_rules, params)
|
23578
|
+
req.send_request(options)
|
23579
|
+
end
|
23580
|
+
|
23410
23581
|
# Describes the specified security groups or all of your security
|
23411
23582
|
# groups.
|
23412
23583
|
#
|
@@ -23453,8 +23624,8 @@ module Aws::EC2
|
|
23453
23624
|
# * `egress.ip-permission.to-port` - For an outbound rule, the end of
|
23454
23625
|
# port range for the TCP and UDP protocols, or an ICMP code.
|
23455
23626
|
#
|
23456
|
-
# * `egress.ip-permission.user-id` - The ID of an
|
23457
|
-
# been referenced in an outbound security group rule.
|
23627
|
+
# * `egress.ip-permission.user-id` - The ID of an Amazon Web Services
|
23628
|
+
# account that has been referenced in an outbound security group rule.
|
23458
23629
|
#
|
23459
23630
|
# * `group-id` - The ID of the security group.
|
23460
23631
|
#
|
@@ -23485,10 +23656,11 @@ module Aws::EC2
|
|
23485
23656
|
# * `ip-permission.to-port` - For an inbound rule, the end of port range
|
23486
23657
|
# for the TCP and UDP protocols, or an ICMP code.
|
23487
23658
|
#
|
23488
|
-
# * `ip-permission.user-id` - The ID of an
|
23489
|
-
# referenced in an inbound security group rule.
|
23659
|
+
# * `ip-permission.user-id` - The ID of an Amazon Web Services account
|
23660
|
+
# that has been referenced in an inbound security group rule.
|
23490
23661
|
#
|
23491
|
-
# * `owner-id` - The
|
23662
|
+
# * `owner-id` - The Amazon Web Services account ID of the owner of the
|
23663
|
+
# security group.
|
23492
23664
|
#
|
23493
23665
|
# * `tag`\:<key> - The key/value combination of a tag assigned to
|
23494
23666
|
# the resource. Use the tag key in the filter name and the tag value
|
@@ -23507,7 +23679,7 @@ module Aws::EC2
|
|
23507
23679
|
# The IDs of the security groups. Required for security groups in a
|
23508
23680
|
# nondefault VPC.
|
23509
23681
|
#
|
23510
|
-
# Default: Describes all your security groups.
|
23682
|
+
# Default: Describes all of your security groups.
|
23511
23683
|
#
|
23512
23684
|
# @option params [Array<String>] :group_names
|
23513
23685
|
# \[EC2-Classic and default VPC only\] The names of the security groups.
|
@@ -23515,7 +23687,7 @@ module Aws::EC2
|
|
23515
23687
|
# ID. For security groups in a nondefault VPC, use the `group-name`
|
23516
23688
|
# filter to describe security groups by name.
|
23517
23689
|
#
|
23518
|
-
# Default: Describes all your security groups.
|
23690
|
+
# Default: Describes all of your security groups.
|
23519
23691
|
#
|
23520
23692
|
# @option params [Boolean] :dry_run
|
23521
23693
|
# Checks whether you have the required permissions for the action,
|
@@ -24412,7 +24584,7 @@ module Aws::EC2
|
|
24412
24584
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].user_data #=> String
|
24413
24585
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].weighted_capacity #=> Float
|
24414
24586
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications #=> Array
|
24415
|
-
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
|
24587
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "placement-group", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
|
24416
24588
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags #=> Array
|
24417
24589
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].key #=> String
|
24418
24590
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].value #=> String
|
@@ -24445,7 +24617,7 @@ module Aws::EC2
|
|
24445
24617
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.instance_pools_to_use_count #=> Integer
|
24446
24618
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.context #=> String
|
24447
24619
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications #=> Array
|
24448
|
-
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
|
24620
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "placement-group", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
|
24449
24621
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags #=> Array
|
24450
24622
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].key #=> String
|
24451
24623
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].value #=> String
|
@@ -25415,7 +25587,7 @@ module Aws::EC2
|
|
25415
25587
|
# resp.tags #=> Array
|
25416
25588
|
# resp.tags[0].key #=> String
|
25417
25589
|
# resp.tags[0].resource_id #=> String
|
25418
|
-
# resp.tags[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
|
25590
|
+
# resp.tags[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "placement-group", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
|
25419
25591
|
# resp.tags[0].value #=> String
|
25420
25592
|
#
|
25421
25593
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTags AWS API Documentation
|
@@ -29194,14 +29366,13 @@ module Aws::EC2
|
|
29194
29366
|
req.send_request(options)
|
29195
29367
|
end
|
29196
29368
|
|
29197
|
-
# Disassociates an IAM role from an
|
29369
|
+
# Disassociates an IAM role from an Certificate Manager (ACM)
|
29198
29370
|
# certificate. Disassociating an IAM role from an ACM certificate
|
29199
29371
|
# removes the Amazon S3 object that contains the certificate,
|
29200
29372
|
# certificate chain, and encrypted private key from the Amazon S3
|
29201
|
-
# bucket. It also revokes the IAM role's permission to use the
|
29202
|
-
#
|
29203
|
-
#
|
29204
|
-
# the certificate.
|
29373
|
+
# bucket. It also revokes the IAM role's permission to use the KMS key
|
29374
|
+
# used to encrypt the private key. This effectively revokes the role's
|
29375
|
+
# permission to use the certificate.
|
29205
29376
|
#
|
29206
29377
|
# @option params [String] :certificate_arn
|
29207
29378
|
# The ARN of the ACM certificate from which to disassociate the IAM
|
@@ -30156,7 +30327,7 @@ module Aws::EC2
|
|
30156
30327
|
# role_name: "String",
|
30157
30328
|
# tag_specifications: [
|
30158
30329
|
# {
|
30159
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
30330
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
30160
30331
|
# tags: [
|
30161
30332
|
# {
|
30162
30333
|
# key: "String",
|
@@ -30277,12 +30448,11 @@ module Aws::EC2
|
|
30277
30448
|
req.send_request(options)
|
30278
30449
|
end
|
30279
30450
|
|
30280
|
-
# Returns the IAM roles that are associated with the specified
|
30281
|
-
#
|
30282
|
-
# Amazon S3
|
30283
|
-
#
|
30284
|
-
#
|
30285
|
-
# (CMK) that's used to encrypt the private key.
|
30451
|
+
# Returns the IAM roles that are associated with the specified ACM (ACM)
|
30452
|
+
# certificate. It also returns the name of the Amazon S3 bucket and the
|
30453
|
+
# Amazon S3 object key where the certificate, certificate chain, and
|
30454
|
+
# encrypted private key bundle are stored, and the ARN of the KMS key
|
30455
|
+
# that's used to encrypt the private key.
|
30286
30456
|
#
|
30287
30457
|
# @option params [String] :certificate_arn
|
30288
30458
|
# The ARN of the ACM certificate for which to view the associated IAM
|
@@ -31095,7 +31265,7 @@ module Aws::EC2
|
|
31095
31265
|
# resp.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
31096
31266
|
# resp.launch_template_data.user_data #=> String
|
31097
31267
|
# resp.launch_template_data.tag_specifications #=> Array
|
31098
|
-
# resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "placement-group", "reserved-instances", "route-table", "security-group", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
|
31268
|
+
# resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "internet-gateway", "key-pair", "launch-template", "local-gateway-route-table-vpc-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "placement-group", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
|
31099
31269
|
# resp.launch_template_data.tag_specifications[0].tags #=> Array
|
31100
31270
|
# resp.launch_template_data.tag_specifications[0].tags[0].key #=> String
|
31101
31271
|
# resp.launch_template_data.tag_specifications[0].tags[0].value #=> String
|
@@ -32029,7 +32199,7 @@ module Aws::EC2
|
|
32029
32199
|
# ],
|
32030
32200
|
# tag_specifications: [
|
32031
32201
|
# {
|
32032
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
32202
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
32033
32203
|
# tags: [
|
32034
32204
|
# {
|
32035
32205
|
# key: "String",
|
@@ -32211,11 +32381,12 @@ module Aws::EC2
|
|
32211
32381
|
end
|
32212
32382
|
|
32213
32383
|
# Imports the public key from an RSA key pair that you created with a
|
32214
|
-
# third-party tool. Compare this with CreateKeyPair, in which
|
32215
|
-
# creates the key pair and gives the keys to you (
|
32216
|
-
# the public key). With ImportKeyPair, you
|
32217
|
-
#
|
32218
|
-
# you and
|
32384
|
+
# third-party tool. Compare this with CreateKeyPair, in which Amazon Web
|
32385
|
+
# Services creates the key pair and gives the keys to you (Amazon Web
|
32386
|
+
# Services keeps a copy of the public key). With ImportKeyPair, you
|
32387
|
+
# create the key pair and give Amazon Web Services just the public key.
|
32388
|
+
# The private key is never transferred between you and Amazon Web
|
32389
|
+
# Services.
|
32219
32390
|
#
|
32220
32391
|
# For more information about key pairs, see [Key Pairs][1] in the
|
32221
32392
|
# *Amazon Elastic Compute Cloud User Guide*.
|
@@ -32255,7 +32426,7 @@ module Aws::EC2
|
|
32255
32426
|
# public_key_material: "data", # required
|
32256
32427
|
# tag_specifications: [
|
32257
32428
|
# {
|
32258
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
32429
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
32259
32430
|
# tags: [
|
32260
32431
|
# {
|
32261
32432
|
# key: "String",
|
@@ -32398,7 +32569,7 @@ module Aws::EC2
|
|
32398
32569
|
# role_name: "String",
|
32399
32570
|
# tag_specifications: [
|
32400
32571
|
# {
|
32401
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
32572
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
32402
32573
|
# tags: [
|
32403
32574
|
# {
|
32404
32575
|
# key: "String",
|
@@ -34429,6 +34600,59 @@ module Aws::EC2
|
|
34429
34600
|
req.send_request(options)
|
34430
34601
|
end
|
34431
34602
|
|
34603
|
+
# Modifies the rules of a security group.
|
34604
|
+
#
|
34605
|
+
# @option params [required, String] :group_id
|
34606
|
+
# The ID of the security group.
|
34607
|
+
#
|
34608
|
+
# @option params [required, Array<Types::SecurityGroupRuleUpdate>] :security_group_rules
|
34609
|
+
# Information about the security group properties to update.
|
34610
|
+
#
|
34611
|
+
# @option params [Boolean] :dry_run
|
34612
|
+
# Checks whether you have the required permissions for the action,
|
34613
|
+
# without actually making the request, and provides an error response.
|
34614
|
+
# If you have the required permissions, the error response is
|
34615
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
34616
|
+
#
|
34617
|
+
# @return [Types::ModifySecurityGroupRulesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
34618
|
+
#
|
34619
|
+
# * {Types::ModifySecurityGroupRulesResult#return #return} => Boolean
|
34620
|
+
#
|
34621
|
+
# @example Request syntax with placeholder values
|
34622
|
+
#
|
34623
|
+
# resp = client.modify_security_group_rules({
|
34624
|
+
# group_id: "SecurityGroupId", # required
|
34625
|
+
# security_group_rules: [ # required
|
34626
|
+
# {
|
34627
|
+
# security_group_rule_id: "SecurityGroupRuleId",
|
34628
|
+
# security_group_rule: {
|
34629
|
+
# ip_protocol: "String",
|
34630
|
+
# from_port: 1,
|
34631
|
+
# to_port: 1,
|
34632
|
+
# cidr_ipv_4: "String",
|
34633
|
+
# cidr_ipv_6: "String",
|
34634
|
+
# prefix_list_id: "PrefixListResourceId",
|
34635
|
+
# referenced_group_id: "SecurityGroupId",
|
34636
|
+
# description: "String",
|
34637
|
+
# },
|
34638
|
+
# },
|
34639
|
+
# ],
|
34640
|
+
# dry_run: false,
|
34641
|
+
# })
|
34642
|
+
#
|
34643
|
+
# @example Response structure
|
34644
|
+
#
|
34645
|
+
# resp.return #=> Boolean
|
34646
|
+
#
|
34647
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySecurityGroupRules AWS API Documentation
|
34648
|
+
#
|
34649
|
+
# @overload modify_security_group_rules(params = {})
|
34650
|
+
# @param [Hash] params ({})
|
34651
|
+
def modify_security_group_rules(params = {}, options = {})
|
34652
|
+
req = build_request(:modify_security_group_rules, params)
|
34653
|
+
req.send_request(options)
|
34654
|
+
end
|
34655
|
+
|
34432
34656
|
# Adds or removes permission settings for the specified snapshot. You
|
34433
34657
|
# may add or remove specified AWS account IDs from a snapshot's list of
|
34434
34658
|
# create volume permissions, but you cannot do both in a single
|
@@ -36641,7 +36865,7 @@ module Aws::EC2
|
|
36641
36865
|
# dry_run: false,
|
36642
36866
|
# pool_tag_specifications: [
|
36643
36867
|
# {
|
36644
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
36868
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
36645
36869
|
# tags: [
|
36646
36870
|
# {
|
36647
36871
|
# key: "String",
|
@@ -36725,7 +36949,7 @@ module Aws::EC2
|
|
36725
36949
|
# offering_id: "OfferingId", # required
|
36726
36950
|
# tag_specifications: [
|
36727
36951
|
# {
|
36728
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
36952
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
36729
36953
|
# tags: [
|
36730
36954
|
# {
|
36731
36955
|
# key: "String",
|
@@ -38591,7 +38815,7 @@ module Aws::EC2
|
|
38591
38815
|
# weighted_capacity: 1.0,
|
38592
38816
|
# tag_specifications: [
|
38593
38817
|
# {
|
38594
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
38818
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
38595
38819
|
# tags: [
|
38596
38820
|
# {
|
38597
38821
|
# key: "String",
|
@@ -38652,7 +38876,7 @@ module Aws::EC2
|
|
38652
38876
|
# context: "String",
|
38653
38877
|
# tag_specifications: [
|
38654
38878
|
# {
|
38655
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
38879
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
38656
38880
|
# tags: [
|
38657
38881
|
# {
|
38658
38882
|
# key: "String",
|
@@ -38929,7 +39153,7 @@ module Aws::EC2
|
|
38929
39153
|
# valid_until: Time.now,
|
38930
39154
|
# tag_specifications: [
|
38931
39155
|
# {
|
38932
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
39156
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
38933
39157
|
# tags: [
|
38934
39158
|
# {
|
38935
39159
|
# key: "String",
|
@@ -39527,26 +39751,26 @@ module Aws::EC2
|
|
39527
39751
|
req.send_request(options)
|
39528
39752
|
end
|
39529
39753
|
|
39530
|
-
# \[VPC only\] Removes the specified egress rules from a
|
39531
|
-
# for EC2-VPC. This action does not apply to security
|
39532
|
-
# EC2-Classic.
|
39533
|
-
#
|
39754
|
+
# \[VPC only\] Removes the specified outbound (egress) rules from a
|
39755
|
+
# security group for EC2-VPC. This action does not apply to security
|
39756
|
+
# groups for use in EC2-Classic.
|
39757
|
+
#
|
39758
|
+
# You can specify rules using either rule IDs or security group rule
|
39759
|
+
# properties. If you use rule properties, the values that you specify
|
39760
|
+
# (for example, ports) must match the existing rule's values exactly.
|
39761
|
+
# Each rule has a protocol, from and to ports, and destination (CIDR
|
39762
|
+
# range, security group, or prefix list). For the TCP and UDP protocols,
|
39763
|
+
# you must also specify the destination port or range of ports. For the
|
39764
|
+
# ICMP protocol, you must also specify the ICMP type and code. If the
|
39765
|
+
# security group rule has a description, you do not need to specify the
|
39766
|
+
# description to revoke the rule.
|
39534
39767
|
#
|
39535
|
-
#
|
39768
|
+
# \[Default VPC\] If the values you specify do not match the existing
|
39536
39769
|
# rule's values, no error is returned, and the output describes the
|
39537
39770
|
# security group rules that were not revoked.
|
39538
39771
|
#
|
39539
|
-
#
|
39540
|
-
#
|
39541
|
-
#
|
39542
|
-
# </note>
|
39543
|
-
#
|
39544
|
-
# Each rule consists of the protocol and the IPv4 or IPv6 CIDR range or
|
39545
|
-
# source security group. For the TCP and UDP protocols, you must also
|
39546
|
-
# specify the destination port or range of ports. For the ICMP protocol,
|
39547
|
-
# you must also specify the ICMP type and code. If the security group
|
39548
|
-
# rule has a description, you do not have to specify the description to
|
39549
|
-
# revoke the rule.
|
39772
|
+
# Amazon Web Services recommends that you describe the security group to
|
39773
|
+
# verify that the rules were removed.
|
39550
39774
|
#
|
39551
39775
|
# Rule changes are propagated to instances within the security group as
|
39552
39776
|
# quickly as possible. However, a small delay might occur.
|
@@ -39564,6 +39788,9 @@ module Aws::EC2
|
|
39564
39788
|
# The sets of IP permissions. You can't specify a destination security
|
39565
39789
|
# group and a CIDR IP address range in the same set of permissions.
|
39566
39790
|
#
|
39791
|
+
# @option params [Array<String>] :security_group_rule_ids
|
39792
|
+
# The IDs of the security group rules.
|
39793
|
+
#
|
39567
39794
|
# @option params [String] :cidr_ip
|
39568
39795
|
# Not supported. Use a set of IP permissions to specify the CIDR.
|
39569
39796
|
#
|
@@ -39631,6 +39858,7 @@ module Aws::EC2
|
|
39631
39858
|
# ],
|
39632
39859
|
# },
|
39633
39860
|
# ],
|
39861
|
+
# security_group_rule_ids: ["String"],
|
39634
39862
|
# cidr_ip: "String",
|
39635
39863
|
# from_port: 1,
|
39636
39864
|
# ip_protocol: "String",
|
@@ -39673,25 +39901,24 @@ module Aws::EC2
|
|
39673
39901
|
req.send_request(options)
|
39674
39902
|
end
|
39675
39903
|
|
39676
|
-
# Removes the specified ingress rules from a security group.
|
39677
|
-
# rule, the values that you specify (for example, ports) must match the
|
39678
|
-
# existing rule's values exactly.
|
39904
|
+
# Removes the specified inbound (ingress) rules from a security group.
|
39679
39905
|
#
|
39680
|
-
#
|
39906
|
+
# You can specify rules using either rule IDs or security group rule
|
39907
|
+
# properties. If you use rule properties, the values that you specify
|
39908
|
+
# (for example, ports) must match the existing rule's values exactly.
|
39909
|
+
# Each rule has a protocol, from and to ports, and source (CIDR range,
|
39910
|
+
# security group, or prefix list). For the TCP and UDP protocols, you
|
39911
|
+
# must also specify the destination port or range of ports. For the ICMP
|
39912
|
+
# protocol, you must also specify the ICMP type and code. If the
|
39913
|
+
# security group rule has a description, you do not need to specify the
|
39914
|
+
# description to revoke the rule.
|
39915
|
+
#
|
39916
|
+
# \[EC2-Classic, default VPC\] If the values you specify do not match
|
39681
39917
|
# the existing rule's values, no error is returned, and the output
|
39682
39918
|
# describes the security group rules that were not revoked.
|
39683
39919
|
#
|
39684
|
-
#
|
39685
|
-
#
|
39686
|
-
#
|
39687
|
-
# </note>
|
39688
|
-
#
|
39689
|
-
# Each rule consists of the protocol and the CIDR range or source
|
39690
|
-
# security group. For the TCP and UDP protocols, you must also specify
|
39691
|
-
# the destination port or range of ports. For the ICMP protocol, you
|
39692
|
-
# must also specify the ICMP type and code. If the security group rule
|
39693
|
-
# has a description, you do not have to specify the description to
|
39694
|
-
# revoke the rule.
|
39920
|
+
# Amazon Web Services recommends that you describe the security group to
|
39921
|
+
# verify that the rules were removed.
|
39695
39922
|
#
|
39696
39923
|
# Rule changes are propagated to instances within the security group as
|
39697
39924
|
# quickly as possible. However, a small delay might occur.
|
@@ -39736,12 +39963,13 @@ module Aws::EC2
|
|
39736
39963
|
# instead.
|
39737
39964
|
#
|
39738
39965
|
# @option params [String] :source_security_group_owner_id
|
39739
|
-
# \[EC2-Classic\] The
|
39740
|
-
# the source security group is in a different
|
39741
|
-
# specify this parameter in combination with the
|
39742
|
-
# the CIDR IP address range, the IP protocol, the
|
39743
|
-
# range, and the end of the port range. To revoke a
|
39744
|
-
# IP protocol and port range, use a set of IP
|
39966
|
+
# \[EC2-Classic\] The Amazon Web Services account ID of the source
|
39967
|
+
# security group, if the source security group is in a different
|
39968
|
+
# account. You can't specify this parameter in combination with the
|
39969
|
+
# following parameters: the CIDR IP address range, the IP protocol, the
|
39970
|
+
# start of the port range, and the end of the port range. To revoke a
|
39971
|
+
# specific rule for an IP protocol and port range, use a set of IP
|
39972
|
+
# permissions instead.
|
39745
39973
|
#
|
39746
39974
|
# @option params [Integer] :to_port
|
39747
39975
|
# The end of port range for the TCP and UDP protocols, or an ICMP code
|
@@ -39754,6 +39982,9 @@ module Aws::EC2
|
|
39754
39982
|
# If you have the required permissions, the error response is
|
39755
39983
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
39756
39984
|
#
|
39985
|
+
# @option params [Array<String>] :security_group_rule_ids
|
39986
|
+
# The IDs of the security group rules.
|
39987
|
+
#
|
39757
39988
|
# @return [Types::RevokeSecurityGroupIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
39758
39989
|
#
|
39759
39990
|
# * {Types::RevokeSecurityGroupIngressResult#return #return} => Boolean
|
@@ -39807,6 +40038,7 @@ module Aws::EC2
|
|
39807
40038
|
# source_security_group_owner_id: "String",
|
39808
40039
|
# to_port: 1,
|
39809
40040
|
# dry_run: false,
|
40041
|
+
# security_group_rule_ids: ["String"],
|
39810
40042
|
# })
|
39811
40043
|
#
|
39812
40044
|
# @example Response structure
|
@@ -40396,7 +40628,7 @@ module Aws::EC2
|
|
40396
40628
|
# ],
|
40397
40629
|
# tag_specifications: [
|
40398
40630
|
# {
|
40399
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
40631
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
40400
40632
|
# tags: [
|
40401
40633
|
# {
|
40402
40634
|
# key: "String",
|
@@ -41232,7 +41464,7 @@ module Aws::EC2
|
|
41232
41464
|
# dry_run: false,
|
41233
41465
|
# tag_specifications: [
|
41234
41466
|
# {
|
41235
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
41467
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
41236
41468
|
# tags: [
|
41237
41469
|
# {
|
41238
41470
|
# key: "String",
|
@@ -41988,11 +42220,9 @@ module Aws::EC2
|
|
41988
42220
|
|
41989
42221
|
# \[VPC only\] Updates the description of an egress (outbound) security
|
41990
42222
|
# group rule. You can replace an existing description, or add a
|
41991
|
-
# description to a rule that did not have one previously.
|
41992
|
-
#
|
41993
|
-
#
|
41994
|
-
# You can remove a description for a security group rule by omitting the
|
41995
|
-
# description parameter in the request.
|
42223
|
+
# description to a rule that did not have one previously. You can remove
|
42224
|
+
# a description for a security group rule by omitting the description
|
42225
|
+
# parameter in the request.
|
41996
42226
|
#
|
41997
42227
|
# @option params [Boolean] :dry_run
|
41998
42228
|
# Checks whether you have the required permissions for the action,
|
@@ -42010,8 +42240,13 @@ module Aws::EC2
|
|
42010
42240
|
# either the security group ID or the security group name in the
|
42011
42241
|
# request.
|
42012
42242
|
#
|
42013
|
-
# @option params [
|
42014
|
-
# The IP permissions for the security group rule.
|
42243
|
+
# @option params [Array<Types::IpPermission>] :ip_permissions
|
42244
|
+
# The IP permissions for the security group rule. You must specify
|
42245
|
+
# either the IP permissions or the description.
|
42246
|
+
#
|
42247
|
+
# @option params [Array<Types::SecurityGroupRuleDescription>] :security_group_rule_descriptions
|
42248
|
+
# The description for the egress security group rules. You must specify
|
42249
|
+
# either the description or the IP permissions.
|
42015
42250
|
#
|
42016
42251
|
# @return [Types::UpdateSecurityGroupRuleDescriptionsEgressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
42017
42252
|
#
|
@@ -42049,7 +42284,7 @@ module Aws::EC2
|
|
42049
42284
|
# dry_run: false,
|
42050
42285
|
# group_id: "SecurityGroupId",
|
42051
42286
|
# group_name: "SecurityGroupName",
|
42052
|
-
# ip_permissions: [
|
42287
|
+
# ip_permissions: [
|
42053
42288
|
# {
|
42054
42289
|
# from_port: 1,
|
42055
42290
|
# ip_protocol: "String",
|
@@ -42085,6 +42320,12 @@ module Aws::EC2
|
|
42085
42320
|
# ],
|
42086
42321
|
# },
|
42087
42322
|
# ],
|
42323
|
+
# security_group_rule_descriptions: [
|
42324
|
+
# {
|
42325
|
+
# security_group_rule_id: "String",
|
42326
|
+
# description: "String",
|
42327
|
+
# },
|
42328
|
+
# ],
|
42088
42329
|
# })
|
42089
42330
|
#
|
42090
42331
|
# @example Response structure
|
@@ -42102,11 +42343,9 @@ module Aws::EC2
|
|
42102
42343
|
|
42103
42344
|
# Updates the description of an ingress (inbound) security group rule.
|
42104
42345
|
# You can replace an existing description, or add a description to a
|
42105
|
-
# rule that did not have one previously.
|
42106
|
-
#
|
42107
|
-
#
|
42108
|
-
# You can remove a description for a security group rule by omitting the
|
42109
|
-
# description parameter in the request.
|
42346
|
+
# rule that did not have one previously. You can remove a description
|
42347
|
+
# for a security group rule by omitting the description parameter in the
|
42348
|
+
# request.
|
42110
42349
|
#
|
42111
42350
|
# @option params [Boolean] :dry_run
|
42112
42351
|
# Checks whether you have the required permissions for the action,
|
@@ -42124,8 +42363,13 @@ module Aws::EC2
|
|
42124
42363
|
# specify either the security group ID or the security group name in the
|
42125
42364
|
# request.
|
42126
42365
|
#
|
42127
|
-
# @option params [
|
42128
|
-
# The IP permissions for the security group rule.
|
42366
|
+
# @option params [Array<Types::IpPermission>] :ip_permissions
|
42367
|
+
# The IP permissions for the security group rule. You must specify
|
42368
|
+
# either IP permissions or a description.
|
42369
|
+
#
|
42370
|
+
# @option params [Array<Types::SecurityGroupRuleDescription>] :security_group_rule_descriptions
|
42371
|
+
# \[VPC only\] The description for the ingress security group rules. You
|
42372
|
+
# must specify either a description or IP permissions.
|
42129
42373
|
#
|
42130
42374
|
# @return [Types::UpdateSecurityGroupRuleDescriptionsIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
42131
42375
|
#
|
@@ -42163,7 +42407,7 @@ module Aws::EC2
|
|
42163
42407
|
# dry_run: false,
|
42164
42408
|
# group_id: "SecurityGroupId",
|
42165
42409
|
# group_name: "SecurityGroupName",
|
42166
|
-
# ip_permissions: [
|
42410
|
+
# ip_permissions: [
|
42167
42411
|
# {
|
42168
42412
|
# from_port: 1,
|
42169
42413
|
# ip_protocol: "String",
|
@@ -42199,6 +42443,12 @@ module Aws::EC2
|
|
42199
42443
|
# ],
|
42200
42444
|
# },
|
42201
42445
|
# ],
|
42446
|
+
# security_group_rule_descriptions: [
|
42447
|
+
# {
|
42448
|
+
# security_group_rule_id: "String",
|
42449
|
+
# description: "String",
|
42450
|
+
# },
|
42451
|
+
# ],
|
42202
42452
|
# })
|
42203
42453
|
#
|
42204
42454
|
# @example Response structure
|
@@ -42273,7 +42523,7 @@ module Aws::EC2
|
|
42273
42523
|
params: params,
|
42274
42524
|
config: config)
|
42275
42525
|
context[:gem_name] = 'aws-sdk-ec2'
|
42276
|
-
context[:gem_version] = '1.
|
42526
|
+
context[:gem_version] = '1.248.0'
|
42277
42527
|
Seahorse::Client::Request.new(handlers, context)
|
42278
42528
|
end
|
42279
42529
|
|