aws-sdk-ec2 1.237.0 → 1.238.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f6c58e0da7b507d81dd6852d3fcec4f0edfb35eaf7a3fd55ccf245633e8efd1
4
- data.tar.gz: 1f259fc185d7611436725cb4e24312ad18af1d02c15e11dfcdb0fa927492979d
3
+ metadata.gz: 28af543463cd54cdfde7f6cd3061c4028b5bf6ddbe0d5bd442fff19e75694b78
4
+ data.tar.gz: 1810834ed60f6f03aa78a495b627dfa5aeea55bc5d03a532b8d452d83d347325
5
5
  SHA512:
6
- metadata.gz: 5ee401faf6ccc17d2661d4abdb74bc5bb61f4549a8a6c5f6fe0ecf0b15b5b6992bdc297e24275ba30431da22d891e7ee88751fc38e989629d6dca331e97961f4
7
- data.tar.gz: 23bdb3cc114a4637fbb42ff644a24fcb442933885ed07eb024658f86ab16ca0304cdd560e4e186d8fec0b0b1428746574ab70b282d89827614f2290dd9bad53b
6
+ metadata.gz: 80f7acfd2293cecffc6e23161224b962a6cfde3bca5d707af6cd1484a4abc5d329e92150858c26e4de7345add3bdee923be6919b7d9da44ce5da991796cf4d82
7
+ data.tar.gz: 9d80fa2747b5717120d9511b3fcd6f773e5043bc00f3c69f42dc70740ec9c1260bce51ca1b69561cd4b0fb0c05f18db91d97074df92f8dd0633bb7a99de14216
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.238.0 (2021-05-26)
5
+ ------------------
6
+
7
+ * Feature - This release adds resource ids and tagging support for VPC security group rules.
8
+
4
9
  1.237.0 (2021-05-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.237.0
1
+ 1.238.0
data/lib/aws-sdk-ec2.rb CHANGED
@@ -72,6 +72,6 @@ require_relative 'aws-sdk-ec2/customizations'
72
72
  # @!group service
73
73
  module Aws::EC2
74
74
 
75
- GEM_VERSION = '1.237.0'
75
+ GEM_VERSION = '1.238.0'
76
76
 
77
77
  end
@@ -838,7 +838,7 @@ module Aws::EC2
838
838
  # dry_run: false,
839
839
  # tag_specifications: [
840
840
  # {
841
- # 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
841
+ # 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
842
842
  # tags: [
843
843
  # {
844
844
  # key: "String",
@@ -951,7 +951,7 @@ module Aws::EC2
951
951
  # quantity: 1, # required
952
952
  # tag_specifications: [
953
953
  # {
954
- # 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
954
+ # 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
955
955
  # tags: [
956
956
  # {
957
957
  # key: "String",
@@ -2312,12 +2312,12 @@ module Aws::EC2
2312
2312
  req.send_request(options)
2313
2313
  end
2314
2314
 
2315
- # \[VPC only\] Adds the specified egress rules to a security group for
2316
- # use with a VPC.
2315
+ # \[VPC only\] Adds the specified outbound (egress) rules to a security
2316
+ # group for use with a VPC.
2317
2317
  #
2318
2318
  # An outbound rule permits instances to send traffic to the specified
2319
- # IPv4 or IPv6 CIDR address ranges, or to the instances associated with
2320
- # the specified destination security groups.
2319
+ # IPv4 or IPv6 CIDR address ranges, or to the instances that are
2320
+ # associated with the specified destination security groups.
2321
2321
  #
2322
2322
  # You specify a protocol for each rule (for example, TCP). For the TCP
2323
2323
  # and UDP protocols, you must also specify the destination port or port
@@ -2325,10 +2325,12 @@ module Aws::EC2
2325
2325
  # code. You can use -1 for the type or code to mean all types or all
2326
2326
  # codes.
2327
2327
  #
2328
+ # You can optionally add a tag to the security group rule.
2329
+ #
2328
2330
  # Rule changes are propagated to affected instances as quickly as
2329
2331
  # possible. However, a small delay might occur.
2330
2332
  #
2331
- # For more information about VPC security group limits, see [Amazon VPC
2333
+ # For information about VPC security group quotas, see [Amazon VPC
2332
2334
  # Limits][1].
2333
2335
  #
2334
2336
  #
@@ -2348,6 +2350,9 @@ module Aws::EC2
2348
2350
  # The sets of IP permissions. You can't specify a destination security
2349
2351
  # group and a CIDR IP address range in the same set of permissions.
2350
2352
  #
2353
+ # @option params [Array<Types::TagSpecification>] :tag_specifications
2354
+ # The tags applied to the security group rule.
2355
+ #
2351
2356
  # @option params [String] :cidr_ip
2352
2357
  # Not supported. Use a set of IP permissions to specify the CIDR.
2353
2358
  #
@@ -2369,7 +2374,10 @@ module Aws::EC2
2369
2374
  # Not supported. Use a set of IP permissions to specify a destination
2370
2375
  # security group.
2371
2376
  #
2372
- # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2377
+ # @return [Types::AuthorizeSecurityGroupEgressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2378
+ #
2379
+ # * {Types::AuthorizeSecurityGroupEgressResult#return #return} => Boolean
2380
+ # * {Types::AuthorizeSecurityGroupEgressResult#security_group_rules #security_group_rules} => Array&lt;Types::SecurityGroupRule&gt;
2373
2381
  #
2374
2382
  #
2375
2383
  # @example Example: To add a rule that allows outbound traffic to a specific address range
@@ -2433,18 +2441,21 @@ module Aws::EC2
2433
2441
  # {
2434
2442
  # cidr_ip: "String",
2435
2443
  # description: "String",
2444
+ # security_group_rule_id: "SecurityGroupRuleId",
2436
2445
  # },
2437
2446
  # ],
2438
2447
  # ipv_6_ranges: [
2439
2448
  # {
2440
2449
  # cidr_ipv_6: "String",
2441
2450
  # description: "String",
2451
+ # security_group_rule_id: "SecurityGroupRuleId",
2442
2452
  # },
2443
2453
  # ],
2444
2454
  # prefix_list_ids: [
2445
2455
  # {
2446
2456
  # description: "String",
2447
2457
  # prefix_list_id: "String",
2458
+ # security_group_rule_id: "SecurityGroupRuleId",
2448
2459
  # },
2449
2460
  # ],
2450
2461
  # to_port: 1,
@@ -2457,6 +2468,18 @@ module Aws::EC2
2457
2468
  # user_id: "String",
2458
2469
  # vpc_id: "String",
2459
2470
  # vpc_peering_connection_id: "String",
2471
+ # security_group_rule_id: "SecurityGroupRuleId",
2472
+ # },
2473
+ # ],
2474
+ # },
2475
+ # ],
2476
+ # tag_specifications: [
2477
+ # {
2478
+ # 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
2479
+ # tags: [
2480
+ # {
2481
+ # key: "String",
2482
+ # value: "String",
2460
2483
  # },
2461
2484
  # ],
2462
2485
  # },
@@ -2469,6 +2492,30 @@ module Aws::EC2
2469
2492
  # source_security_group_owner_id: "String",
2470
2493
  # })
2471
2494
  #
2495
+ # @example Response structure
2496
+ #
2497
+ # resp.return #=> Boolean
2498
+ # resp.security_group_rules #=> Array
2499
+ # resp.security_group_rules[0].security_group_rule_id #=> String
2500
+ # resp.security_group_rules[0].group_id #=> String
2501
+ # resp.security_group_rules[0].group_owner_id #=> String
2502
+ # resp.security_group_rules[0].is_egress #=> Boolean
2503
+ # resp.security_group_rules[0].ip_protocol #=> String
2504
+ # resp.security_group_rules[0].from_port #=> Integer
2505
+ # resp.security_group_rules[0].to_port #=> Integer
2506
+ # resp.security_group_rules[0].cidr_ipv_4 #=> String
2507
+ # resp.security_group_rules[0].cidr_ipv_6 #=> String
2508
+ # resp.security_group_rules[0].prefix_list_id #=> String
2509
+ # resp.security_group_rules[0].referenced_group_info.group_id #=> String
2510
+ # resp.security_group_rules[0].referenced_group_info.peering_status #=> String
2511
+ # resp.security_group_rules[0].referenced_group_info.user_id #=> String
2512
+ # resp.security_group_rules[0].referenced_group_info.vpc_id #=> String
2513
+ # resp.security_group_rules[0].referenced_group_info.vpc_peering_connection_id #=> String
2514
+ # resp.security_group_rules[0].description #=> String
2515
+ # resp.security_group_rules[0].tags #=> Array
2516
+ # resp.security_group_rules[0].tags[0].key #=> String
2517
+ # resp.security_group_rules[0].tags[0].value #=> String
2518
+ #
2472
2519
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupEgress AWS API Documentation
2473
2520
  #
2474
2521
  # @overload authorize_security_group_egress(params = {})
@@ -2478,21 +2525,23 @@ module Aws::EC2
2478
2525
  req.send_request(options)
2479
2526
  end
2480
2527
 
2481
- # Adds the specified ingress rules to a security group.
2528
+ # Adds the specified inbound (ingress) rules to a security group.
2482
2529
  #
2483
2530
  # An inbound rule permits instances to receive traffic from the
2484
- # specified IPv4 or IPv6 CIDR address ranges, or from the instances
2485
- # associated with the specified destination security groups.
2531
+ # specified IPv4 or IPv6 CIDR address ranges, or from the instances that
2532
+ # are associated with the specified destination security groups.
2486
2533
  #
2487
2534
  # You specify a protocol for each rule (for example, TCP). For TCP and
2488
2535
  # UDP, you must also specify the destination port or port range. For
2489
2536
  # ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You
2490
2537
  # can use -1 to mean all types or all codes.
2491
2538
  #
2539
+ # \[VPC Only\] You can optionally add a tag to the security group rule.
2540
+ #
2492
2541
  # Rule changes are propagated to instances within the security group as
2493
2542
  # quickly as possible. However, a small delay might occur.
2494
2543
  #
2495
- # For more information about VPC security group limits, see [Amazon VPC
2544
+ # For information about VPC security group quotas, see [Amazon VPC
2496
2545
  # Limits][1].
2497
2546
  #
2498
2547
  #
@@ -2534,7 +2583,7 @@ module Aws::EC2
2534
2583
  #
2535
2584
  # \[VPC only\] Use `-1` to specify all protocols. If you specify `-1` or
2536
2585
  # a protocol other than `tcp`, `udp`, or `icmp`, traffic on all ports is
2537
- # allowed, regardless of any ports you specify.
2586
+ # allowed, regardless of any ports that you specify.
2538
2587
  #
2539
2588
  # Alternatively, use a set of IP permissions to specify multiple rules
2540
2589
  # and a description for the rule.
@@ -2575,7 +2624,13 @@ module Aws::EC2
2575
2624
  # If you have the required permissions, the error response is
2576
2625
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
2577
2626
  #
2578
- # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2627
+ # @option params [Array<Types::TagSpecification>] :tag_specifications
2628
+ # \[VPC Only\] The tags applied to the security group rule.
2629
+ #
2630
+ # @return [Types::AuthorizeSecurityGroupIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2631
+ #
2632
+ # * {Types::AuthorizeSecurityGroupIngressResult#return #return} => Boolean
2633
+ # * {Types::AuthorizeSecurityGroupIngressResult#security_group_rules #security_group_rules} => Array&lt;Types::SecurityGroupRule&gt;
2579
2634
  #
2580
2635
  #
2581
2636
  # @example Example: To add a rule that allows inbound SSH traffic from an IPv4 address range
@@ -2672,18 +2727,21 @@ module Aws::EC2
2672
2727
  # {
2673
2728
  # cidr_ip: "String",
2674
2729
  # description: "String",
2730
+ # security_group_rule_id: "SecurityGroupRuleId",
2675
2731
  # },
2676
2732
  # ],
2677
2733
  # ipv_6_ranges: [
2678
2734
  # {
2679
2735
  # cidr_ipv_6: "String",
2680
2736
  # description: "String",
2737
+ # security_group_rule_id: "SecurityGroupRuleId",
2681
2738
  # },
2682
2739
  # ],
2683
2740
  # prefix_list_ids: [
2684
2741
  # {
2685
2742
  # description: "String",
2686
2743
  # prefix_list_id: "String",
2744
+ # security_group_rule_id: "SecurityGroupRuleId",
2687
2745
  # },
2688
2746
  # ],
2689
2747
  # to_port: 1,
@@ -2696,6 +2754,7 @@ module Aws::EC2
2696
2754
  # user_id: "String",
2697
2755
  # vpc_id: "String",
2698
2756
  # vpc_peering_connection_id: "String",
2757
+ # security_group_rule_id: "SecurityGroupRuleId",
2699
2758
  # },
2700
2759
  # ],
2701
2760
  # },
@@ -2705,8 +2764,43 @@ module Aws::EC2
2705
2764
  # source_security_group_owner_id: "String",
2706
2765
  # to_port: 1,
2707
2766
  # dry_run: false,
2767
+ # tag_specifications: [
2768
+ # {
2769
+ # 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
2770
+ # tags: [
2771
+ # {
2772
+ # key: "String",
2773
+ # value: "String",
2774
+ # },
2775
+ # ],
2776
+ # },
2777
+ # ],
2708
2778
  # })
2709
2779
  #
2780
+ # @example Response structure
2781
+ #
2782
+ # resp.return #=> Boolean
2783
+ # resp.security_group_rules #=> Array
2784
+ # resp.security_group_rules[0].security_group_rule_id #=> String
2785
+ # resp.security_group_rules[0].group_id #=> String
2786
+ # resp.security_group_rules[0].group_owner_id #=> String
2787
+ # resp.security_group_rules[0].is_egress #=> Boolean
2788
+ # resp.security_group_rules[0].ip_protocol #=> String
2789
+ # resp.security_group_rules[0].from_port #=> Integer
2790
+ # resp.security_group_rules[0].to_port #=> Integer
2791
+ # resp.security_group_rules[0].cidr_ipv_4 #=> String
2792
+ # resp.security_group_rules[0].cidr_ipv_6 #=> String
2793
+ # resp.security_group_rules[0].prefix_list_id #=> String
2794
+ # resp.security_group_rules[0].referenced_group_info.group_id #=> String
2795
+ # resp.security_group_rules[0].referenced_group_info.peering_status #=> String
2796
+ # resp.security_group_rules[0].referenced_group_info.user_id #=> String
2797
+ # resp.security_group_rules[0].referenced_group_info.vpc_id #=> String
2798
+ # resp.security_group_rules[0].referenced_group_info.vpc_peering_connection_id #=> String
2799
+ # resp.security_group_rules[0].description #=> String
2800
+ # resp.security_group_rules[0].tags #=> Array
2801
+ # resp.security_group_rules[0].tags[0].key #=> String
2802
+ # resp.security_group_rules[0].tags[0].value #=> String
2803
+ #
2710
2804
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupIngress AWS API Documentation
2711
2805
  #
2712
2806
  # @overload authorize_security_group_ingress(params = {})
@@ -3684,7 +3778,7 @@ module Aws::EC2
3684
3778
  # source_snapshot_id: "String", # required
3685
3779
  # tag_specifications: [
3686
3780
  # {
3687
- # 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
3781
+ # 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
3688
3782
  # tags: [
3689
3783
  # {
3690
3784
  # key: "String",
@@ -3873,7 +3967,7 @@ module Aws::EC2
3873
3967
  # instance_match_criteria: "open", # accepts open, targeted
3874
3968
  # tag_specifications: [
3875
3969
  # {
3876
- # 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
3970
+ # 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
3877
3971
  # tags: [
3878
3972
  # {
3879
3973
  # key: "String",
@@ -3962,7 +4056,7 @@ module Aws::EC2
3962
4056
  # vpc_id: "VpcId", # required
3963
4057
  # tag_specifications: [
3964
4058
  # {
3965
- # 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
4059
+ # 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
3966
4060
  # tags: [
3967
4061
  # {
3968
4062
  # key: "String",
@@ -4151,7 +4245,7 @@ module Aws::EC2
4151
4245
  # client_token: "String",
4152
4246
  # tag_specifications: [
4153
4247
  # {
4154
- # 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
4248
+ # 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
4155
4249
  # tags: [
4156
4250
  # {
4157
4251
  # key: "String",
@@ -4368,7 +4462,7 @@ module Aws::EC2
4368
4462
  # type: "ipsec.1", # required, accepts ipsec.1
4369
4463
  # tag_specifications: [
4370
4464
  # {
4371
- # 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
4465
+ # 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
4372
4466
  # tags: [
4373
4467
  # {
4374
4468
  # key: "String",
@@ -4652,7 +4746,7 @@ module Aws::EC2
4652
4746
  # ],
4653
4747
  # tag_specifications: [
4654
4748
  # {
4655
- # 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
4749
+ # 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
4656
4750
  # tags: [
4657
4751
  # {
4658
4752
  # key: "String",
@@ -4726,7 +4820,7 @@ module Aws::EC2
4726
4820
  # vpc_id: "VpcId", # required
4727
4821
  # tag_specifications: [
4728
4822
  # {
4729
- # 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
4823
+ # 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
4730
4824
  # tags: [
4731
4825
  # {
4732
4826
  # key: "String",
@@ -4939,7 +5033,7 @@ module Aws::EC2
4939
5033
  # replace_unhealthy_instances: false,
4940
5034
  # tag_specifications: [
4941
5035
  # {
4942
- # 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
5036
+ # 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
4943
5037
  # tags: [
4944
5038
  # {
4945
5039
  # key: "String",
@@ -5145,7 +5239,7 @@ module Aws::EC2
5145
5239
  # log_format: "String",
5146
5240
  # tag_specifications: [
5147
5241
  # {
5148
- # 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
5242
+ # 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
5149
5243
  # tags: [
5150
5244
  # {
5151
5245
  # key: "String",
@@ -5244,7 +5338,7 @@ module Aws::EC2
5244
5338
  # client_token: "String",
5245
5339
  # tag_specifications: [
5246
5340
  # {
5247
- # 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
5341
+ # 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
5248
5342
  # tags: [
5249
5343
  # {
5250
5344
  # key: "String",
@@ -5398,7 +5492,7 @@ module Aws::EC2
5398
5492
  # no_reboot: false,
5399
5493
  # tag_specifications: [
5400
5494
  # {
5401
- # 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
5495
+ # 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
5402
5496
  # tags: [
5403
5497
  # {
5404
5498
  # key: "String",
@@ -5467,7 +5561,7 @@ module Aws::EC2
5467
5561
  # target_environment: "citrix", # required, accepts citrix, vmware, microsoft
5468
5562
  # tag_specifications: [
5469
5563
  # {
5470
- # 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
5564
+ # 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
5471
5565
  # tags: [
5472
5566
  # {
5473
5567
  # key: "String",
@@ -5550,7 +5644,7 @@ module Aws::EC2
5550
5644
  # resp = client.create_internet_gateway({
5551
5645
  # tag_specifications: [
5552
5646
  # {
5553
- # 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
5647
+ # 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
5554
5648
  # tags: [
5555
5649
  # {
5556
5650
  # key: "String",
@@ -5639,7 +5733,7 @@ module Aws::EC2
5639
5733
  # dry_run: false,
5640
5734
  # tag_specifications: [
5641
5735
  # {
5642
- # 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
5736
+ # 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
5643
5737
  # tags: [
5644
5738
  # {
5645
5739
  # key: "String",
@@ -5841,7 +5935,7 @@ module Aws::EC2
5841
5935
  # user_data: "String",
5842
5936
  # tag_specifications: [
5843
5937
  # {
5844
- # 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
5938
+ # 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
5845
5939
  # tags: [
5846
5940
  # {
5847
5941
  # key: "String",
@@ -5906,7 +6000,7 @@ module Aws::EC2
5906
6000
  # },
5907
6001
  # tag_specifications: [
5908
6002
  # {
5909
- # 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
6003
+ # 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
5910
6004
  # tags: [
5911
6005
  # {
5912
6006
  # key: "String",
@@ -6127,7 +6221,7 @@ module Aws::EC2
6127
6221
  # user_data: "String",
6128
6222
  # tag_specifications: [
6129
6223
  # {
6130
- # 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
6224
+ # 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
6131
6225
  # tags: [
6132
6226
  # {
6133
6227
  # key: "String",
@@ -6254,7 +6348,7 @@ module Aws::EC2
6254
6348
  # resp.launch_template_version.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
6255
6349
  # resp.launch_template_version.launch_template_data.user_data #=> String
6256
6350
  # resp.launch_template_version.launch_template_data.tag_specifications #=> Array
6257
- # 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"
6351
+ # 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"
6258
6352
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags #=> Array
6259
6353
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].key #=> String
6260
6354
  # resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -6379,7 +6473,7 @@ module Aws::EC2
6379
6473
  # vpc_id: "VpcId", # required
6380
6474
  # tag_specifications: [
6381
6475
  # {
6382
- # 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
6476
+ # 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
6383
6477
  # tags: [
6384
6478
  # {
6385
6479
  # key: "String",
@@ -6478,7 +6572,7 @@ module Aws::EC2
6478
6572
  # max_entries: 1, # required
6479
6573
  # tag_specifications: [
6480
6574
  # {
6481
- # 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
6575
+ # 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
6482
6576
  # tags: [
6483
6577
  # {
6484
6578
  # key: "String",
@@ -6598,7 +6692,7 @@ module Aws::EC2
6598
6692
  # subnet_id: "SubnetId", # required
6599
6693
  # tag_specifications: [
6600
6694
  # {
6601
- # 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
6695
+ # 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
6602
6696
  # tags: [
6603
6697
  # {
6604
6698
  # key: "String",
@@ -6716,7 +6810,7 @@ module Aws::EC2
6716
6810
  # vpc_id: "VpcId", # required
6717
6811
  # tag_specifications: [
6718
6812
  # {
6719
- # 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
6813
+ # 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
6720
6814
  # tags: [
6721
6815
  # {
6722
6816
  # key: "String",
@@ -6952,7 +7046,7 @@ module Aws::EC2
6952
7046
  # destination_port: 1,
6953
7047
  # tag_specifications: [
6954
7048
  # {
6955
- # 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
7049
+ # 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
6956
7050
  # tags: [
6957
7051
  # {
6958
7052
  # key: "String",
@@ -7136,7 +7230,7 @@ module Aws::EC2
7136
7230
  # subnet_id: "SubnetId", # required
7137
7231
  # tag_specifications: [
7138
7232
  # {
7139
- # 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
7233
+ # 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
7140
7234
  # tags: [
7141
7235
  # {
7142
7236
  # key: "String",
@@ -7332,7 +7426,7 @@ module Aws::EC2
7332
7426
  # partition_count: 1,
7333
7427
  # tag_specifications: [
7334
7428
  # {
7335
- # 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
7429
+ # 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
7336
7430
  # tags: [
7337
7431
  # {
7338
7432
  # key: "String",
@@ -7417,7 +7511,7 @@ module Aws::EC2
7417
7511
  # dry_run: false,
7418
7512
  # tag_specifications: [
7419
7513
  # {
7420
- # 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
7514
+ # 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
7421
7515
  # tags: [
7422
7516
  # {
7423
7517
  # key: "String",
@@ -7608,7 +7702,7 @@ module Aws::EC2
7608
7702
  # name: "String",
7609
7703
  # tag_specifications: [
7610
7704
  # {
7611
- # 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
7705
+ # 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
7612
7706
  # tags: [
7613
7707
  # {
7614
7708
  # key: "String",
@@ -7832,7 +7926,7 @@ module Aws::EC2
7832
7926
  # vpc_id: "VpcId", # required
7833
7927
  # tag_specifications: [
7834
7928
  # {
7835
- # 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
7929
+ # 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
7836
7930
  # tags: [
7837
7931
  # {
7838
7932
  # key: "String",
@@ -7982,7 +8076,7 @@ module Aws::EC2
7982
8076
  # vpc_id: "VpcId",
7983
8077
  # tag_specifications: [
7984
8078
  # {
7985
- # 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
8079
+ # 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
7986
8080
  # tags: [
7987
8081
  # {
7988
8082
  # key: "String",
@@ -8143,7 +8237,7 @@ module Aws::EC2
8143
8237
  # volume_id: "VolumeId", # required
8144
8238
  # tag_specifications: [
8145
8239
  # {
8146
- # 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
8240
+ # 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
8147
8241
  # tags: [
8148
8242
  # {
8149
8243
  # key: "String",
@@ -8255,7 +8349,7 @@ module Aws::EC2
8255
8349
  # outpost_arn: "String",
8256
8350
  # tag_specifications: [
8257
8351
  # {
8258
- # 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
8352
+ # 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
8259
8353
  # tags: [
8260
8354
  # {
8261
8355
  # key: "String",
@@ -8545,7 +8639,7 @@ module Aws::EC2
8545
8639
  # resp = client.create_subnet({
8546
8640
  # tag_specifications: [
8547
8641
  # {
8548
- # 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
8642
+ # 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
8549
8643
  # tags: [
8550
8644
  # {
8551
8645
  # key: "String",
@@ -8725,7 +8819,7 @@ module Aws::EC2
8725
8819
  # description: "String",
8726
8820
  # tag_specifications: [
8727
8821
  # {
8728
- # 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
8822
+ # 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
8729
8823
  # tags: [
8730
8824
  # {
8731
8825
  # key: "String",
@@ -8999,7 +9093,7 @@ module Aws::EC2
8999
9093
  # description: "String",
9000
9094
  # tag_specifications: [
9001
9095
  # {
9002
- # 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
9096
+ # 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
9003
9097
  # tags: [
9004
9098
  # {
9005
9099
  # key: "String",
@@ -9098,7 +9192,7 @@ module Aws::EC2
9098
9192
  # description: "String",
9099
9193
  # tag_specifications: [
9100
9194
  # {
9101
- # 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
9195
+ # 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
9102
9196
  # tags: [
9103
9197
  # {
9104
9198
  # key: "String",
@@ -9192,7 +9286,7 @@ module Aws::EC2
9192
9286
  # },
9193
9287
  # tag_specifications: [
9194
9288
  # {
9195
- # 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
9289
+ # 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
9196
9290
  # tags: [
9197
9291
  # {
9198
9292
  # key: "String",
@@ -9273,7 +9367,7 @@ module Aws::EC2
9273
9367
  # },
9274
9368
  # tag_specifications: [
9275
9369
  # {
9276
- # 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
9370
+ # 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
9277
9371
  # tags: [
9278
9372
  # {
9279
9373
  # key: "String",
@@ -9367,7 +9461,7 @@ module Aws::EC2
9367
9461
  # inside_cidr_blocks: ["String"], # required
9368
9462
  # tag_specifications: [
9369
9463
  # {
9370
- # 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
9464
+ # 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
9371
9465
  # tags: [
9372
9466
  # {
9373
9467
  # key: "String",
@@ -9449,7 +9543,7 @@ module Aws::EC2
9449
9543
  # },
9450
9544
  # tag_specifications: [
9451
9545
  # {
9452
- # 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
9546
+ # 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
9453
9547
  # tags: [
9454
9548
  # {
9455
9549
  # key: "String",
@@ -9528,7 +9622,7 @@ module Aws::EC2
9528
9622
  # peer_region: "String", # required
9529
9623
  # tag_specifications: [
9530
9624
  # {
9531
- # 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
9625
+ # 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
9532
9626
  # tags: [
9533
9627
  # {
9534
9628
  # key: "String",
@@ -9700,7 +9794,7 @@ module Aws::EC2
9700
9794
  # transit_gateway_id: "TransitGatewayId", # required
9701
9795
  # tag_specifications: [
9702
9796
  # {
9703
- # 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
9797
+ # 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
9704
9798
  # tags: [
9705
9799
  # {
9706
9800
  # key: "String",
@@ -9783,7 +9877,7 @@ module Aws::EC2
9783
9877
  # },
9784
9878
  # tag_specifications: [
9785
9879
  # {
9786
- # 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
9880
+ # 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
9787
9881
  # tags: [
9788
9882
  # {
9789
9883
  # key: "String",
@@ -10076,7 +10170,7 @@ module Aws::EC2
10076
10170
  # dry_run: false,
10077
10171
  # tag_specifications: [
10078
10172
  # {
10079
- # 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
10173
+ # 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
10080
10174
  # tags: [
10081
10175
  # {
10082
10176
  # key: "String",
@@ -10239,7 +10333,7 @@ module Aws::EC2
10239
10333
  # ipv_6_cidr_block_network_border_group: "String",
10240
10334
  # tag_specifications: [
10241
10335
  # {
10242
- # 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
10336
+ # 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
10243
10337
  # tags: [
10244
10338
  # {
10245
10339
  # key: "String",
@@ -10396,7 +10490,7 @@ module Aws::EC2
10396
10490
  # private_dns_enabled: false,
10397
10491
  # tag_specifications: [
10398
10492
  # {
10399
- # 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
10493
+ # 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
10400
10494
  # tags: [
10401
10495
  # {
10402
10496
  # key: "String",
@@ -10602,7 +10696,7 @@ module Aws::EC2
10602
10696
  # client_token: "String",
10603
10697
  # tag_specifications: [
10604
10698
  # {
10605
- # 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
10699
+ # 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
10606
10700
  # tags: [
10607
10701
  # {
10608
10702
  # key: "String",
@@ -10715,7 +10809,7 @@ module Aws::EC2
10715
10809
  # peer_region: "String",
10716
10810
  # tag_specifications: [
10717
10811
  # {
10718
- # 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
10812
+ # 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
10719
10813
  # tags: [
10720
10814
  # {
10721
10815
  # key: "String",
@@ -10891,7 +10985,7 @@ module Aws::EC2
10891
10985
  # },
10892
10986
  # tag_specifications: [
10893
10987
  # {
10894
- # 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
10988
+ # 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
10895
10989
  # tags: [
10896
10990
  # {
10897
10991
  # key: "String",
@@ -11052,7 +11146,7 @@ module Aws::EC2
11052
11146
  # type: "ipsec.1", # required, accepts ipsec.1
11053
11147
  # tag_specifications: [
11054
11148
  # {
11055
- # 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
11149
+ # 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
11056
11150
  # tags: [
11057
11151
  # {
11058
11152
  # key: "String",
@@ -19317,7 +19411,7 @@ module Aws::EC2
19317
19411
  # @option params [Array<String>] :key_names
19318
19412
  # The key pair names.
19319
19413
  #
19320
- # Default: Describes all your key pairs.
19414
+ # Default: Describes all of your key pairs.
19321
19415
  #
19322
19416
  # @option params [Array<String>] :key_pair_ids
19323
19417
  # The IDs of the key pairs.
@@ -19616,7 +19710,7 @@ module Aws::EC2
19616
19710
  # resp.launch_template_versions[0].launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
19617
19711
  # resp.launch_template_versions[0].launch_template_data.user_data #=> String
19618
19712
  # resp.launch_template_versions[0].launch_template_data.tag_specifications #=> Array
19619
- # 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"
19713
+ # 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"
19620
19714
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags #=> Array
19621
19715
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].key #=> String
19622
19716
  # resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -23255,6 +23349,94 @@ module Aws::EC2
23255
23349
  req.send_request(options)
23256
23350
  end
23257
23351
 
23352
+ # Describes one or more of your security group rules.
23353
+ #
23354
+ # @option params [Array<Types::Filter>] :filters
23355
+ # One or more filters.
23356
+ #
23357
+ # * `group-id` - The ID of the security group.
23358
+ #
23359
+ # * `security-group-rule-id` - The ID of the security group rule.
23360
+ #
23361
+ # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned to
23362
+ # the resource. Use the tag key in the filter name and the tag value
23363
+ # as the filter value. For example, to find all resources that have a
23364
+ # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
23365
+ # for the filter name and `TeamA` for the filter value.
23366
+ #
23367
+ # @option params [Array<String>] :security_group_rule_ids
23368
+ # The IDs of the security group rules.
23369
+ #
23370
+ # @option params [Boolean] :dry_run
23371
+ # Checks whether you have the required permissions for the action,
23372
+ # without actually making the request, and provides an error response.
23373
+ # If you have the required permissions, the error response is
23374
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
23375
+ #
23376
+ # @option params [String] :next_token
23377
+ # The token for the next page of results.
23378
+ #
23379
+ # @option params [Integer] :max_results
23380
+ # The maximum number of results to return in a single call. To retrieve
23381
+ # the remaining results, make another request with the returned
23382
+ # `NextToken` value. This value can be between 5 and 1000. If this
23383
+ # parameter is not specified, then all results are returned.
23384
+ #
23385
+ # @return [Types::DescribeSecurityGroupRulesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
23386
+ #
23387
+ # * {Types::DescribeSecurityGroupRulesResult#security_group_rules #security_group_rules} => Array&lt;Types::SecurityGroupRule&gt;
23388
+ # * {Types::DescribeSecurityGroupRulesResult#next_token #next_token} => String
23389
+ #
23390
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
23391
+ #
23392
+ # @example Request syntax with placeholder values
23393
+ #
23394
+ # resp = client.describe_security_group_rules({
23395
+ # filters: [
23396
+ # {
23397
+ # name: "String",
23398
+ # values: ["String"],
23399
+ # },
23400
+ # ],
23401
+ # security_group_rule_ids: ["String"],
23402
+ # dry_run: false,
23403
+ # next_token: "String",
23404
+ # max_results: 1,
23405
+ # })
23406
+ #
23407
+ # @example Response structure
23408
+ #
23409
+ # resp.security_group_rules #=> Array
23410
+ # resp.security_group_rules[0].security_group_rule_id #=> String
23411
+ # resp.security_group_rules[0].group_id #=> String
23412
+ # resp.security_group_rules[0].group_owner_id #=> String
23413
+ # resp.security_group_rules[0].is_egress #=> Boolean
23414
+ # resp.security_group_rules[0].ip_protocol #=> String
23415
+ # resp.security_group_rules[0].from_port #=> Integer
23416
+ # resp.security_group_rules[0].to_port #=> Integer
23417
+ # resp.security_group_rules[0].cidr_ipv_4 #=> String
23418
+ # resp.security_group_rules[0].cidr_ipv_6 #=> String
23419
+ # resp.security_group_rules[0].prefix_list_id #=> String
23420
+ # resp.security_group_rules[0].referenced_group_info.group_id #=> String
23421
+ # resp.security_group_rules[0].referenced_group_info.peering_status #=> String
23422
+ # resp.security_group_rules[0].referenced_group_info.user_id #=> String
23423
+ # resp.security_group_rules[0].referenced_group_info.vpc_id #=> String
23424
+ # resp.security_group_rules[0].referenced_group_info.vpc_peering_connection_id #=> String
23425
+ # resp.security_group_rules[0].description #=> String
23426
+ # resp.security_group_rules[0].tags #=> Array
23427
+ # resp.security_group_rules[0].tags[0].key #=> String
23428
+ # resp.security_group_rules[0].tags[0].value #=> String
23429
+ # resp.next_token #=> String
23430
+ #
23431
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroupRules AWS API Documentation
23432
+ #
23433
+ # @overload describe_security_group_rules(params = {})
23434
+ # @param [Hash] params ({})
23435
+ def describe_security_group_rules(params = {}, options = {})
23436
+ req = build_request(:describe_security_group_rules, params)
23437
+ req.send_request(options)
23438
+ end
23439
+
23258
23440
  # Describes the specified security groups or all of your security
23259
23441
  # groups.
23260
23442
  #
@@ -23355,7 +23537,7 @@ module Aws::EC2
23355
23537
  # The IDs of the security groups. Required for security groups in a
23356
23538
  # nondefault VPC.
23357
23539
  #
23358
- # Default: Describes all your security groups.
23540
+ # Default: Describes all of your security groups.
23359
23541
  #
23360
23542
  # @option params [Array<String>] :group_names
23361
23543
  # \[EC2-Classic and default VPC only\] The names of the security groups.
@@ -23363,7 +23545,7 @@ module Aws::EC2
23363
23545
  # ID. For security groups in a nondefault VPC, use the `group-name`
23364
23546
  # filter to describe security groups by name.
23365
23547
  #
23366
- # Default: Describes all your security groups.
23548
+ # Default: Describes all of your security groups.
23367
23549
  #
23368
23550
  # @option params [Boolean] :dry_run
23369
23551
  # Checks whether you have the required permissions for the action,
@@ -23448,12 +23630,15 @@ module Aws::EC2
23448
23630
  # resp.security_groups[0].ip_permissions[0].ip_ranges #=> Array
23449
23631
  # resp.security_groups[0].ip_permissions[0].ip_ranges[0].cidr_ip #=> String
23450
23632
  # resp.security_groups[0].ip_permissions[0].ip_ranges[0].description #=> String
23633
+ # resp.security_groups[0].ip_permissions[0].ip_ranges[0].security_group_rule_id #=> String
23451
23634
  # resp.security_groups[0].ip_permissions[0].ipv_6_ranges #=> Array
23452
23635
  # resp.security_groups[0].ip_permissions[0].ipv_6_ranges[0].cidr_ipv_6 #=> String
23453
23636
  # resp.security_groups[0].ip_permissions[0].ipv_6_ranges[0].description #=> String
23637
+ # resp.security_groups[0].ip_permissions[0].ipv_6_ranges[0].security_group_rule_id #=> String
23454
23638
  # resp.security_groups[0].ip_permissions[0].prefix_list_ids #=> Array
23455
23639
  # resp.security_groups[0].ip_permissions[0].prefix_list_ids[0].description #=> String
23456
23640
  # resp.security_groups[0].ip_permissions[0].prefix_list_ids[0].prefix_list_id #=> String
23641
+ # resp.security_groups[0].ip_permissions[0].prefix_list_ids[0].security_group_rule_id #=> String
23457
23642
  # resp.security_groups[0].ip_permissions[0].to_port #=> Integer
23458
23643
  # resp.security_groups[0].ip_permissions[0].user_id_group_pairs #=> Array
23459
23644
  # resp.security_groups[0].ip_permissions[0].user_id_group_pairs[0].description #=> String
@@ -23463,6 +23648,7 @@ module Aws::EC2
23463
23648
  # resp.security_groups[0].ip_permissions[0].user_id_group_pairs[0].user_id #=> String
23464
23649
  # resp.security_groups[0].ip_permissions[0].user_id_group_pairs[0].vpc_id #=> String
23465
23650
  # resp.security_groups[0].ip_permissions[0].user_id_group_pairs[0].vpc_peering_connection_id #=> String
23651
+ # resp.security_groups[0].ip_permissions[0].user_id_group_pairs[0].security_group_rule_id #=> String
23466
23652
  # resp.security_groups[0].owner_id #=> String
23467
23653
  # resp.security_groups[0].group_id #=> String
23468
23654
  # resp.security_groups[0].ip_permissions_egress #=> Array
@@ -23471,12 +23657,15 @@ module Aws::EC2
23471
23657
  # resp.security_groups[0].ip_permissions_egress[0].ip_ranges #=> Array
23472
23658
  # resp.security_groups[0].ip_permissions_egress[0].ip_ranges[0].cidr_ip #=> String
23473
23659
  # resp.security_groups[0].ip_permissions_egress[0].ip_ranges[0].description #=> String
23660
+ # resp.security_groups[0].ip_permissions_egress[0].ip_ranges[0].security_group_rule_id #=> String
23474
23661
  # resp.security_groups[0].ip_permissions_egress[0].ipv_6_ranges #=> Array
23475
23662
  # resp.security_groups[0].ip_permissions_egress[0].ipv_6_ranges[0].cidr_ipv_6 #=> String
23476
23663
  # resp.security_groups[0].ip_permissions_egress[0].ipv_6_ranges[0].description #=> String
23664
+ # resp.security_groups[0].ip_permissions_egress[0].ipv_6_ranges[0].security_group_rule_id #=> String
23477
23665
  # resp.security_groups[0].ip_permissions_egress[0].prefix_list_ids #=> Array
23478
23666
  # resp.security_groups[0].ip_permissions_egress[0].prefix_list_ids[0].description #=> String
23479
23667
  # resp.security_groups[0].ip_permissions_egress[0].prefix_list_ids[0].prefix_list_id #=> String
23668
+ # resp.security_groups[0].ip_permissions_egress[0].prefix_list_ids[0].security_group_rule_id #=> String
23480
23669
  # resp.security_groups[0].ip_permissions_egress[0].to_port #=> Integer
23481
23670
  # resp.security_groups[0].ip_permissions_egress[0].user_id_group_pairs #=> Array
23482
23671
  # resp.security_groups[0].ip_permissions_egress[0].user_id_group_pairs[0].description #=> String
@@ -23486,6 +23675,7 @@ module Aws::EC2
23486
23675
  # resp.security_groups[0].ip_permissions_egress[0].user_id_group_pairs[0].user_id #=> String
23487
23676
  # resp.security_groups[0].ip_permissions_egress[0].user_id_group_pairs[0].vpc_id #=> String
23488
23677
  # resp.security_groups[0].ip_permissions_egress[0].user_id_group_pairs[0].vpc_peering_connection_id #=> String
23678
+ # resp.security_groups[0].ip_permissions_egress[0].user_id_group_pairs[0].security_group_rule_id #=> String
23489
23679
  # resp.security_groups[0].tags #=> Array
23490
23680
  # resp.security_groups[0].tags[0].key #=> String
23491
23681
  # resp.security_groups[0].tags[0].value #=> String
@@ -24260,7 +24450,7 @@ module Aws::EC2
24260
24450
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].user_data #=> String
24261
24451
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].weighted_capacity #=> Float
24262
24452
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications #=> Array
24263
- # 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"
24453
+ # 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"
24264
24454
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags #=> Array
24265
24455
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].key #=> String
24266
24456
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].value #=> String
@@ -24292,7 +24482,7 @@ module Aws::EC2
24292
24482
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.load_balancers_config.target_groups_config.target_groups[0].arn #=> String
24293
24483
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.instance_pools_to_use_count #=> Integer
24294
24484
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications #=> Array
24295
- # 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"
24485
+ # 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"
24296
24486
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags #=> Array
24297
24487
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].key #=> String
24298
24488
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].value #=> String
@@ -24857,6 +25047,7 @@ module Aws::EC2
24857
25047
  # resp.stale_security_group_set[0].stale_ip_permissions[0].user_id_group_pairs[0].user_id #=> String
24858
25048
  # resp.stale_security_group_set[0].stale_ip_permissions[0].user_id_group_pairs[0].vpc_id #=> String
24859
25049
  # resp.stale_security_group_set[0].stale_ip_permissions[0].user_id_group_pairs[0].vpc_peering_connection_id #=> String
25050
+ # resp.stale_security_group_set[0].stale_ip_permissions[0].user_id_group_pairs[0].security_group_rule_id #=> String
24860
25051
  # resp.stale_security_group_set[0].stale_ip_permissions_egress #=> Array
24861
25052
  # resp.stale_security_group_set[0].stale_ip_permissions_egress[0].from_port #=> Integer
24862
25053
  # resp.stale_security_group_set[0].stale_ip_permissions_egress[0].ip_protocol #=> String
@@ -24873,6 +25064,7 @@ module Aws::EC2
24873
25064
  # resp.stale_security_group_set[0].stale_ip_permissions_egress[0].user_id_group_pairs[0].user_id #=> String
24874
25065
  # resp.stale_security_group_set[0].stale_ip_permissions_egress[0].user_id_group_pairs[0].vpc_id #=> String
24875
25066
  # resp.stale_security_group_set[0].stale_ip_permissions_egress[0].user_id_group_pairs[0].vpc_peering_connection_id #=> String
25067
+ # resp.stale_security_group_set[0].stale_ip_permissions_egress[0].user_id_group_pairs[0].security_group_rule_id #=> String
24876
25068
  # resp.stale_security_group_set[0].vpc_id #=> String
24877
25069
  #
24878
25070
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeStaleSecurityGroups AWS API Documentation
@@ -25262,7 +25454,7 @@ module Aws::EC2
25262
25454
  # resp.tags #=> Array
25263
25455
  # resp.tags[0].key #=> String
25264
25456
  # resp.tags[0].resource_id #=> String
25265
- # 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"
25457
+ # 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"
25266
25458
  # resp.tags[0].value #=> String
25267
25459
  #
25268
25460
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTags AWS API Documentation
@@ -29788,7 +29980,7 @@ module Aws::EC2
29788
29980
  # role_name: "String",
29789
29981
  # tag_specifications: [
29790
29982
  # {
29791
- # 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
29983
+ # 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
29792
29984
  # tags: [
29793
29985
  # {
29794
29986
  # key: "String",
@@ -30727,7 +30919,7 @@ module Aws::EC2
30727
30919
  # resp.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
30728
30920
  # resp.launch_template_data.user_data #=> String
30729
30921
  # resp.launch_template_data.tag_specifications #=> Array
30730
- # 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"
30922
+ # 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"
30731
30923
  # resp.launch_template_data.tag_specifications[0].tags #=> Array
30732
30924
  # resp.launch_template_data.tag_specifications[0].tags[0].key #=> String
30733
30925
  # resp.launch_template_data.tag_specifications[0].tags[0].value #=> String
@@ -31661,7 +31853,7 @@ module Aws::EC2
31661
31853
  # ],
31662
31854
  # tag_specifications: [
31663
31855
  # {
31664
- # 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
31856
+ # 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
31665
31857
  # tags: [
31666
31858
  # {
31667
31859
  # key: "String",
@@ -31887,7 +32079,7 @@ module Aws::EC2
31887
32079
  # public_key_material: "data", # required
31888
32080
  # tag_specifications: [
31889
32081
  # {
31890
- # 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
32082
+ # 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
31891
32083
  # tags: [
31892
32084
  # {
31893
32085
  # key: "String",
@@ -32030,7 +32222,7 @@ module Aws::EC2
32030
32222
  # role_name: "String",
32031
32223
  # tag_specifications: [
32032
32224
  # {
32033
- # 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
32225
+ # 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
32034
32226
  # tags: [
32035
32227
  # {
32036
32228
  # key: "String",
@@ -34057,6 +34249,59 @@ module Aws::EC2
34057
34249
  req.send_request(options)
34058
34250
  end
34059
34251
 
34252
+ # Modifies the rules of a security group.
34253
+ #
34254
+ # @option params [required, String] :group_id
34255
+ # The ID of the security group.
34256
+ #
34257
+ # @option params [required, Array<Types::SecurityGroupRuleUpdate>] :security_group_rules
34258
+ # Information about the security group properties to update.
34259
+ #
34260
+ # @option params [Boolean] :dry_run
34261
+ # Checks whether you have the required permissions for the action,
34262
+ # without actually making the request, and provides an error response.
34263
+ # If you have the required permissions, the error response is
34264
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
34265
+ #
34266
+ # @return [Types::ModifySecurityGroupRulesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
34267
+ #
34268
+ # * {Types::ModifySecurityGroupRulesResult#return #return} => Boolean
34269
+ #
34270
+ # @example Request syntax with placeholder values
34271
+ #
34272
+ # resp = client.modify_security_group_rules({
34273
+ # group_id: "SecurityGroupId", # required
34274
+ # security_group_rules: [ # required
34275
+ # {
34276
+ # security_group_rule_id: "SecurityGroupRuleId",
34277
+ # security_group_rule: {
34278
+ # ip_protocol: "String",
34279
+ # from_port: 1,
34280
+ # to_port: 1,
34281
+ # cidr_ipv_4: "String",
34282
+ # cidr_ipv_6: "String",
34283
+ # prefix_list_id: "PrefixListResourceId",
34284
+ # referenced_group_id: "SecurityGroupId",
34285
+ # description: "String",
34286
+ # },
34287
+ # },
34288
+ # ],
34289
+ # dry_run: false,
34290
+ # })
34291
+ #
34292
+ # @example Response structure
34293
+ #
34294
+ # resp.return #=> Boolean
34295
+ #
34296
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifySecurityGroupRules AWS API Documentation
34297
+ #
34298
+ # @overload modify_security_group_rules(params = {})
34299
+ # @param [Hash] params ({})
34300
+ def modify_security_group_rules(params = {}, options = {})
34301
+ req = build_request(:modify_security_group_rules, params)
34302
+ req.send_request(options)
34303
+ end
34304
+
34060
34305
  # Adds or removes permission settings for the specified snapshot. You
34061
34306
  # may add or remove specified AWS account IDs from a snapshot's list of
34062
34307
  # create volume permissions, but you cannot do both in a single
@@ -36262,7 +36507,7 @@ module Aws::EC2
36262
36507
  # dry_run: false,
36263
36508
  # pool_tag_specifications: [
36264
36509
  # {
36265
- # 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
36510
+ # 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
36266
36511
  # tags: [
36267
36512
  # {
36268
36513
  # key: "String",
@@ -36345,7 +36590,7 @@ module Aws::EC2
36345
36590
  # offering_id: "OfferingId", # required
36346
36591
  # tag_specifications: [
36347
36592
  # {
36348
- # 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
36593
+ # 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
36349
36594
  # tags: [
36350
36595
  # {
36351
36596
  # key: "String",
@@ -38211,7 +38456,7 @@ module Aws::EC2
38211
38456
  # weighted_capacity: 1.0,
38212
38457
  # tag_specifications: [
38213
38458
  # {
38214
- # 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
38459
+ # 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
38215
38460
  # tags: [
38216
38461
  # {
38217
38462
  # key: "String",
@@ -38271,7 +38516,7 @@ module Aws::EC2
38271
38516
  # instance_pools_to_use_count: 1,
38272
38517
  # tag_specifications: [
38273
38518
  # {
38274
- # 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
38519
+ # 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
38275
38520
  # tags: [
38276
38521
  # {
38277
38522
  # key: "String",
@@ -38563,7 +38808,7 @@ module Aws::EC2
38563
38808
  # valid_until: Time.now,
38564
38809
  # tag_specifications: [
38565
38810
  # {
38566
- # 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
38811
+ # 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
38567
38812
  # tags: [
38568
38813
  # {
38569
38814
  # key: "String",
@@ -39161,26 +39406,33 @@ module Aws::EC2
39161
39406
  req.send_request(options)
39162
39407
  end
39163
39408
 
39164
- # \[VPC only\] Removes the specified egress rules from a security group
39409
+ # Removes the specified egress (outbound) rules from a security group
39165
39410
  # for EC2-VPC. This action does not apply to security groups for use in
39166
- # EC2-Classic. To remove a rule, the values that you specify (for
39167
- # example, ports) must match the existing rule's values exactly.
39411
+ # EC2-Classic.
39168
39412
  #
39169
- # <note markdown="1"> \[Default VPC\] If the values you specify do not match the existing
39170
- # rule's values, no error is returned, and the output describes the
39171
- # security group rules that were not revoked.
39413
+ # You can specify the rules that you want to remove by using one of the
39414
+ # following methods:
39172
39415
  #
39173
- # AWS recommends that you use DescribeSecurityGroups to verify that the
39174
- # rule has been removed.
39416
+ # * The security group rule IDs.
39175
39417
  #
39176
- # </note>
39418
+ # * The security group rule properties. Each rule consists of the
39419
+ # protocol, from port, to port, and the IPv4 or IPv6 CIDR range or
39420
+ # referenced security group or prefix list id. For the TCP and UDP
39421
+ # protocols, you must also specify the destination port or range of
39422
+ # ports. For the ICMP protocol, you must also specify the ICMP type
39423
+ # and code. If the security group rule has a description, you do not
39424
+ # have to specify the description to revoke the rule. To remove a
39425
+ # rule, the values that you specify (for example, ports) must match
39426
+ # the existing rule's values exactly.
39427
+ #
39428
+ # <note markdown="1"> \[Default VPC\] If the values you specify do not match the existing
39429
+ # rule's values, no error is returned, and the output describes the
39430
+ # security group rules that were not revoked.
39177
39431
  #
39178
- # Each rule consists of the protocol and the IPv4 or IPv6 CIDR range or
39179
- # source security group. For the TCP and UDP protocols, you must also
39180
- # specify the destination port or range of ports. For the ICMP protocol,
39181
- # you must also specify the ICMP type and code. If the security group
39182
- # rule has a description, you do not have to specify the description to
39183
- # revoke the rule.
39432
+ # AWS recommends that you use DescribeSecurityGroups to verify that
39433
+ # the rule has been removed.
39434
+ #
39435
+ # </note>
39184
39436
  #
39185
39437
  # Rule changes are propagated to instances within the security group as
39186
39438
  # quickly as possible. However, a small delay might occur.
@@ -39198,6 +39450,9 @@ module Aws::EC2
39198
39450
  # The sets of IP permissions. You can't specify a destination security
39199
39451
  # group and a CIDR IP address range in the same set of permissions.
39200
39452
  #
39453
+ # @option params [Array<String>] :security_group_rule_ids
39454
+ # The IDs of the security group rules.
39455
+ #
39201
39456
  # @option params [String] :cidr_ip
39202
39457
  # Not supported. Use a set of IP permissions to specify the CIDR.
39203
39458
  #
@@ -39237,18 +39492,21 @@ module Aws::EC2
39237
39492
  # {
39238
39493
  # cidr_ip: "String",
39239
39494
  # description: "String",
39495
+ # security_group_rule_id: "SecurityGroupRuleId",
39240
39496
  # },
39241
39497
  # ],
39242
39498
  # ipv_6_ranges: [
39243
39499
  # {
39244
39500
  # cidr_ipv_6: "String",
39245
39501
  # description: "String",
39502
+ # security_group_rule_id: "SecurityGroupRuleId",
39246
39503
  # },
39247
39504
  # ],
39248
39505
  # prefix_list_ids: [
39249
39506
  # {
39250
39507
  # description: "String",
39251
39508
  # prefix_list_id: "String",
39509
+ # security_group_rule_id: "SecurityGroupRuleId",
39252
39510
  # },
39253
39511
  # ],
39254
39512
  # to_port: 1,
@@ -39261,10 +39519,12 @@ module Aws::EC2
39261
39519
  # user_id: "String",
39262
39520
  # vpc_id: "String",
39263
39521
  # vpc_peering_connection_id: "String",
39522
+ # security_group_rule_id: "SecurityGroupRuleId",
39264
39523
  # },
39265
39524
  # ],
39266
39525
  # },
39267
39526
  # ],
39527
+ # security_group_rule_ids: ["String"],
39268
39528
  # cidr_ip: "String",
39269
39529
  # from_port: 1,
39270
39530
  # ip_protocol: "String",
@@ -39282,12 +39542,15 @@ module Aws::EC2
39282
39542
  # resp.unknown_ip_permissions[0].ip_ranges #=> Array
39283
39543
  # resp.unknown_ip_permissions[0].ip_ranges[0].cidr_ip #=> String
39284
39544
  # resp.unknown_ip_permissions[0].ip_ranges[0].description #=> String
39545
+ # resp.unknown_ip_permissions[0].ip_ranges[0].security_group_rule_id #=> String
39285
39546
  # resp.unknown_ip_permissions[0].ipv_6_ranges #=> Array
39286
39547
  # resp.unknown_ip_permissions[0].ipv_6_ranges[0].cidr_ipv_6 #=> String
39287
39548
  # resp.unknown_ip_permissions[0].ipv_6_ranges[0].description #=> String
39549
+ # resp.unknown_ip_permissions[0].ipv_6_ranges[0].security_group_rule_id #=> String
39288
39550
  # resp.unknown_ip_permissions[0].prefix_list_ids #=> Array
39289
39551
  # resp.unknown_ip_permissions[0].prefix_list_ids[0].description #=> String
39290
39552
  # resp.unknown_ip_permissions[0].prefix_list_ids[0].prefix_list_id #=> String
39553
+ # resp.unknown_ip_permissions[0].prefix_list_ids[0].security_group_rule_id #=> String
39291
39554
  # resp.unknown_ip_permissions[0].to_port #=> Integer
39292
39555
  # resp.unknown_ip_permissions[0].user_id_group_pairs #=> Array
39293
39556
  # resp.unknown_ip_permissions[0].user_id_group_pairs[0].description #=> String
@@ -39297,6 +39560,7 @@ module Aws::EC2
39297
39560
  # resp.unknown_ip_permissions[0].user_id_group_pairs[0].user_id #=> String
39298
39561
  # resp.unknown_ip_permissions[0].user_id_group_pairs[0].vpc_id #=> String
39299
39562
  # resp.unknown_ip_permissions[0].user_id_group_pairs[0].vpc_peering_connection_id #=> String
39563
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].security_group_rule_id #=> String
39300
39564
  #
39301
39565
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RevokeSecurityGroupEgress AWS API Documentation
39302
39566
  #
@@ -39311,7 +39575,7 @@ module Aws::EC2
39311
39575
  # rule, the values that you specify (for example, ports) must match the
39312
39576
  # existing rule's values exactly.
39313
39577
  #
39314
- # <note markdown="1"> \[EC2-Classic , default VPC\] If the values you specify do not match
39578
+ # <note markdown="1"> \[EC2-Classic, default VPC\] If the values you specify do not match
39315
39579
  # the existing rule's values, no error is returned, and the output
39316
39580
  # describes the security group rules that were not revoked.
39317
39581
  #
@@ -39320,12 +39584,29 @@ module Aws::EC2
39320
39584
  #
39321
39585
  # </note>
39322
39586
  #
39323
- # Each rule consists of the protocol and the CIDR range or source
39324
- # security group. For the TCP and UDP protocols, you must also specify
39325
- # the destination port or range of ports. For the ICMP protocol, you
39326
- # must also specify the ICMP type and code. If the security group rule
39327
- # has a description, you do not have to specify the description to
39328
- # revoke the rule.
39587
+ # You can specify the rules that you want to remove by using one of the
39588
+ # following methods:
39589
+ #
39590
+ # * \[VPC only\] The security group rule IDs.
39591
+ #
39592
+ # * The security group rule properties. Each rule consists of the
39593
+ # protocol, from port, to port, and the IPv4 or IPv6 CIDR range or
39594
+ # referenced security group or prefix list id. For the TCP and UDP
39595
+ # protocols, you must also specify the destination port or range of
39596
+ # ports. For the ICMP protocol, you must also specify the ICMP type
39597
+ # and code. If the security group rule has a description, you do not
39598
+ # have to specify the description to revoke the rule. To remove a
39599
+ # rule, the values that you specify (for example, ports) must match
39600
+ # the existing rule's values exactly.
39601
+ #
39602
+ # <note markdown="1"> \[Default VPC\] If the values you specify do not match the existing
39603
+ # rule's values, no error is returned, and the output describes the
39604
+ # security group rules that were not revoked.
39605
+ #
39606
+ # AWS recommends that you use DescribeSecurityGroups to verify that
39607
+ # the rule has been removed.
39608
+ #
39609
+ # </note>
39329
39610
  #
39330
39611
  # Rule changes are propagated to instances within the security group as
39331
39612
  # quickly as possible. However, a small delay might occur.
@@ -39388,6 +39669,9 @@ module Aws::EC2
39388
39669
  # If you have the required permissions, the error response is
39389
39670
  # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
39390
39671
  #
39672
+ # @option params [Array<String>] :security_group_rule_ids
39673
+ # The IDs of the security group rules.
39674
+ #
39391
39675
  # @return [Types::RevokeSecurityGroupIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
39392
39676
  #
39393
39677
  # * {Types::RevokeSecurityGroupIngressResult#return #return} => Boolean
@@ -39408,18 +39692,21 @@ module Aws::EC2
39408
39692
  # {
39409
39693
  # cidr_ip: "String",
39410
39694
  # description: "String",
39695
+ # security_group_rule_id: "SecurityGroupRuleId",
39411
39696
  # },
39412
39697
  # ],
39413
39698
  # ipv_6_ranges: [
39414
39699
  # {
39415
39700
  # cidr_ipv_6: "String",
39416
39701
  # description: "String",
39702
+ # security_group_rule_id: "SecurityGroupRuleId",
39417
39703
  # },
39418
39704
  # ],
39419
39705
  # prefix_list_ids: [
39420
39706
  # {
39421
39707
  # description: "String",
39422
39708
  # prefix_list_id: "String",
39709
+ # security_group_rule_id: "SecurityGroupRuleId",
39423
39710
  # },
39424
39711
  # ],
39425
39712
  # to_port: 1,
@@ -39432,6 +39719,7 @@ module Aws::EC2
39432
39719
  # user_id: "String",
39433
39720
  # vpc_id: "String",
39434
39721
  # vpc_peering_connection_id: "String",
39722
+ # security_group_rule_id: "SecurityGroupRuleId",
39435
39723
  # },
39436
39724
  # ],
39437
39725
  # },
@@ -39441,6 +39729,7 @@ module Aws::EC2
39441
39729
  # source_security_group_owner_id: "String",
39442
39730
  # to_port: 1,
39443
39731
  # dry_run: false,
39732
+ # security_group_rule_ids: ["String"],
39444
39733
  # })
39445
39734
  #
39446
39735
  # @example Response structure
@@ -39452,12 +39741,15 @@ module Aws::EC2
39452
39741
  # resp.unknown_ip_permissions[0].ip_ranges #=> Array
39453
39742
  # resp.unknown_ip_permissions[0].ip_ranges[0].cidr_ip #=> String
39454
39743
  # resp.unknown_ip_permissions[0].ip_ranges[0].description #=> String
39744
+ # resp.unknown_ip_permissions[0].ip_ranges[0].security_group_rule_id #=> String
39455
39745
  # resp.unknown_ip_permissions[0].ipv_6_ranges #=> Array
39456
39746
  # resp.unknown_ip_permissions[0].ipv_6_ranges[0].cidr_ipv_6 #=> String
39457
39747
  # resp.unknown_ip_permissions[0].ipv_6_ranges[0].description #=> String
39748
+ # resp.unknown_ip_permissions[0].ipv_6_ranges[0].security_group_rule_id #=> String
39458
39749
  # resp.unknown_ip_permissions[0].prefix_list_ids #=> Array
39459
39750
  # resp.unknown_ip_permissions[0].prefix_list_ids[0].description #=> String
39460
39751
  # resp.unknown_ip_permissions[0].prefix_list_ids[0].prefix_list_id #=> String
39752
+ # resp.unknown_ip_permissions[0].prefix_list_ids[0].security_group_rule_id #=> String
39461
39753
  # resp.unknown_ip_permissions[0].to_port #=> Integer
39462
39754
  # resp.unknown_ip_permissions[0].user_id_group_pairs #=> Array
39463
39755
  # resp.unknown_ip_permissions[0].user_id_group_pairs[0].description #=> String
@@ -39467,6 +39759,7 @@ module Aws::EC2
39467
39759
  # resp.unknown_ip_permissions[0].user_id_group_pairs[0].user_id #=> String
39468
39760
  # resp.unknown_ip_permissions[0].user_id_group_pairs[0].vpc_id #=> String
39469
39761
  # resp.unknown_ip_permissions[0].user_id_group_pairs[0].vpc_peering_connection_id #=> String
39762
+ # resp.unknown_ip_permissions[0].user_id_group_pairs[0].security_group_rule_id #=> String
39470
39763
  #
39471
39764
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RevokeSecurityGroupIngress AWS API Documentation
39472
39765
  #
@@ -40028,7 +40321,7 @@ module Aws::EC2
40028
40321
  # ],
40029
40322
  # tag_specifications: [
40030
40323
  # {
40031
- # 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
40324
+ # 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
40032
40325
  # tags: [
40033
40326
  # {
40034
40327
  # key: "String",
@@ -40869,7 +41162,7 @@ module Aws::EC2
40869
41162
  # dry_run: false,
40870
41163
  # tag_specifications: [
40871
41164
  # {
40872
- # 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
41165
+ # 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
40873
41166
  # tags: [
40874
41167
  # {
40875
41168
  # key: "String",
@@ -41599,7 +41892,13 @@ module Aws::EC2
41599
41892
  # group rule. You can replace an existing description, or add a
41600
41893
  # description to a rule that did not have one previously.
41601
41894
  #
41602
- # You specify the description as part of the IP permissions structure.
41895
+ # You can specify the rule that you want to update by using one of the
41896
+ # following methods:
41897
+ #
41898
+ # * The security group rule descriptions.
41899
+ #
41900
+ # * The IP permissions structure.
41901
+ #
41603
41902
  # You can remove a description for a security group rule by omitting the
41604
41903
  # description parameter in the request.
41605
41904
  #
@@ -41619,8 +41918,13 @@ module Aws::EC2
41619
41918
  # either the security group ID or the security group name in the
41620
41919
  # request.
41621
41920
  #
41622
- # @option params [required, Array<Types::IpPermission>] :ip_permissions
41623
- # The IP permissions for the security group rule.
41921
+ # @option params [Array<Types::IpPermission>] :ip_permissions
41922
+ # The IP permissions for the security group rule. You can either specify
41923
+ # this parameter, or the `SecurityGroupRuleDescriptions` parameter.
41924
+ #
41925
+ # @option params [Array<Types::SecurityGroupRuleDescription>] :security_group_rule_descriptions
41926
+ # The description for the egress security group rules. You can either
41927
+ # specify this parameter, or the `IpPermissions` parameter.
41624
41928
  #
41625
41929
  # @return [Types::UpdateSecurityGroupRuleDescriptionsEgressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
41626
41930
  #
@@ -41658,7 +41962,7 @@ module Aws::EC2
41658
41962
  # dry_run: false,
41659
41963
  # group_id: "SecurityGroupId",
41660
41964
  # group_name: "SecurityGroupName",
41661
- # ip_permissions: [ # required
41965
+ # ip_permissions: [
41662
41966
  # {
41663
41967
  # from_port: 1,
41664
41968
  # ip_protocol: "String",
@@ -41666,18 +41970,21 @@ module Aws::EC2
41666
41970
  # {
41667
41971
  # cidr_ip: "String",
41668
41972
  # description: "String",
41973
+ # security_group_rule_id: "SecurityGroupRuleId",
41669
41974
  # },
41670
41975
  # ],
41671
41976
  # ipv_6_ranges: [
41672
41977
  # {
41673
41978
  # cidr_ipv_6: "String",
41674
41979
  # description: "String",
41980
+ # security_group_rule_id: "SecurityGroupRuleId",
41675
41981
  # },
41676
41982
  # ],
41677
41983
  # prefix_list_ids: [
41678
41984
  # {
41679
41985
  # description: "String",
41680
41986
  # prefix_list_id: "String",
41987
+ # security_group_rule_id: "SecurityGroupRuleId",
41681
41988
  # },
41682
41989
  # ],
41683
41990
  # to_port: 1,
@@ -41690,10 +41997,17 @@ module Aws::EC2
41690
41997
  # user_id: "String",
41691
41998
  # vpc_id: "String",
41692
41999
  # vpc_peering_connection_id: "String",
42000
+ # security_group_rule_id: "SecurityGroupRuleId",
41693
42001
  # },
41694
42002
  # ],
41695
42003
  # },
41696
42004
  # ],
42005
+ # security_group_rule_descriptions: [
42006
+ # {
42007
+ # security_group_rule_id: "String",
42008
+ # description: "String",
42009
+ # },
42010
+ # ],
41697
42011
  # })
41698
42012
  #
41699
42013
  # @example Response structure
@@ -41713,7 +42027,13 @@ module Aws::EC2
41713
42027
  # You can replace an existing description, or add a description to a
41714
42028
  # rule that did not have one previously.
41715
42029
  #
41716
- # You specify the description as part of the IP permissions structure.
42030
+ # You can specify the rule that you want to update by using one of the
42031
+ # following methods:
42032
+ #
42033
+ # * \[VPC only\] The security group rule descriptions.
42034
+ #
42035
+ # * The IP permissions structure.
42036
+ #
41717
42037
  # You can remove a description for a security group rule by omitting the
41718
42038
  # description parameter in the request.
41719
42039
  #
@@ -41733,8 +42053,13 @@ module Aws::EC2
41733
42053
  # specify either the security group ID or the security group name in the
41734
42054
  # request.
41735
42055
  #
41736
- # @option params [required, Array<Types::IpPermission>] :ip_permissions
41737
- # The IP permissions for the security group rule.
42056
+ # @option params [Array<Types::IpPermission>] :ip_permissions
42057
+ # The IP permissions for the security group rule. You can either specify
42058
+ # this parameter, or the `SecurityGroupRuleDescriptions` parameter.
42059
+ #
42060
+ # @option params [Array<Types::SecurityGroupRuleDescription>] :security_group_rule_descriptions
42061
+ # \[VPC only\] The description for the ingress security group rules. You
42062
+ # can either specify this parameter, or the `IpPermissions` parameter.
41738
42063
  #
41739
42064
  # @return [Types::UpdateSecurityGroupRuleDescriptionsIngressResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
41740
42065
  #
@@ -41772,7 +42097,7 @@ module Aws::EC2
41772
42097
  # dry_run: false,
41773
42098
  # group_id: "SecurityGroupId",
41774
42099
  # group_name: "SecurityGroupName",
41775
- # ip_permissions: [ # required
42100
+ # ip_permissions: [
41776
42101
  # {
41777
42102
  # from_port: 1,
41778
42103
  # ip_protocol: "String",
@@ -41780,18 +42105,21 @@ module Aws::EC2
41780
42105
  # {
41781
42106
  # cidr_ip: "String",
41782
42107
  # description: "String",
42108
+ # security_group_rule_id: "SecurityGroupRuleId",
41783
42109
  # },
41784
42110
  # ],
41785
42111
  # ipv_6_ranges: [
41786
42112
  # {
41787
42113
  # cidr_ipv_6: "String",
41788
42114
  # description: "String",
42115
+ # security_group_rule_id: "SecurityGroupRuleId",
41789
42116
  # },
41790
42117
  # ],
41791
42118
  # prefix_list_ids: [
41792
42119
  # {
41793
42120
  # description: "String",
41794
42121
  # prefix_list_id: "String",
42122
+ # security_group_rule_id: "SecurityGroupRuleId",
41795
42123
  # },
41796
42124
  # ],
41797
42125
  # to_port: 1,
@@ -41804,10 +42132,17 @@ module Aws::EC2
41804
42132
  # user_id: "String",
41805
42133
  # vpc_id: "String",
41806
42134
  # vpc_peering_connection_id: "String",
42135
+ # security_group_rule_id: "SecurityGroupRuleId",
41807
42136
  # },
41808
42137
  # ],
41809
42138
  # },
41810
42139
  # ],
42140
+ # security_group_rule_descriptions: [
42141
+ # {
42142
+ # security_group_rule_id: "String",
42143
+ # description: "String",
42144
+ # },
42145
+ # ],
41811
42146
  # })
41812
42147
  #
41813
42148
  # @example Response structure
@@ -41881,7 +42216,7 @@ module Aws::EC2
41881
42216
  params: params,
41882
42217
  config: config)
41883
42218
  context[:gem_name] = 'aws-sdk-ec2'
41884
- context[:gem_version] = '1.237.0'
42219
+ context[:gem_version] = '1.238.0'
41885
42220
  Seahorse::Client::Request.new(handlers, context)
41886
42221
  end
41887
42222