aws-sdk-ec2 1.320.0 → 1.321.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +5 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-ec2/client.rb +690 -85
 - data/lib/aws-sdk-ec2/client_api.rb +302 -2
 - data/lib/aws-sdk-ec2/instance.rb +1 -1
 - data/lib/aws-sdk-ec2/resource.rb +16 -16
 - data/lib/aws-sdk-ec2/security_group.rb +2 -2
 - data/lib/aws-sdk-ec2/snapshot.rb +1 -1
 - data/lib/aws-sdk-ec2/subnet.rb +2 -2
 - data/lib/aws-sdk-ec2/types.rb +960 -86
 - data/lib/aws-sdk-ec2/volume.rb +1 -1
 - data/lib/aws-sdk-ec2/vpc.rb +5 -5
 - data/lib/aws-sdk-ec2.rb +1 -1
 - metadata +2 -2
 
    
        data/lib/aws-sdk-ec2/client.rb
    CHANGED
    
    | 
         @@ -480,12 +480,16 @@ module Aws::EC2 
     | 
|
| 
       480 
480 
     | 
    
         
             
                # @example Response structure
         
     | 
| 
       481 
481 
     | 
    
         
             
                #
         
     | 
| 
       482 
482 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.transit_gateway_attachment_id #=> String
         
     | 
| 
      
 483 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.accepter_transit_gateway_attachment_id #=> String
         
     | 
| 
       483 
484 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.transit_gateway_id #=> String
         
     | 
| 
      
 485 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.core_network_id #=> String
         
     | 
| 
       484 
486 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.owner_id #=> String
         
     | 
| 
       485 
487 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.region #=> String
         
     | 
| 
       486 
488 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.transit_gateway_id #=> String
         
     | 
| 
      
 489 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.core_network_id #=> String
         
     | 
| 
       487 
490 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.owner_id #=> String
         
     | 
| 
       488 
491 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.region #=> String
         
     | 
| 
      
 492 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.options.dynamic_routing #=> String, one of "enable", "disable"
         
     | 
| 
       489 
493 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.status.code #=> String
         
     | 
| 
       490 
494 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.status.message #=> String
         
     | 
| 
       491 
495 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
         
     | 
| 
         @@ -863,7 +867,7 @@ module Aws::EC2 
     | 
|
| 
       863 
867 
     | 
    
         
             
                #     dry_run: false,
         
     | 
| 
       864 
868 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       865 
869 
     | 
    
         
             
                #       {
         
     | 
| 
       866 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 870 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       867 
871 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       868 
872 
     | 
    
         
             
                #           {
         
     | 
| 
       869 
873 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -980,7 +984,7 @@ module Aws::EC2 
     | 
|
| 
       980 
984 
     | 
    
         
             
                #     quantity: 1, # required
         
     | 
| 
       981 
985 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       982 
986 
     | 
    
         
             
                #       {
         
     | 
| 
       983 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 987 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       984 
988 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       985 
989 
     | 
    
         
             
                #           {
         
     | 
| 
       986 
990 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -2025,6 +2029,52 @@ module Aws::EC2 
     | 
|
| 
       2025 
2029 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       2026 
2030 
     | 
    
         
             
                end
         
     | 
| 
       2027 
2031 
     | 
    
         | 
| 
      
 2032 
     | 
    
         
            +
                # Associates the specified transit gateway attachment with a transit
         
     | 
| 
      
 2033 
     | 
    
         
            +
                # gateway policy table.
         
     | 
| 
      
 2034 
     | 
    
         
            +
                #
         
     | 
| 
      
 2035 
     | 
    
         
            +
                # @option params [required, String] :transit_gateway_policy_table_id
         
     | 
| 
      
 2036 
     | 
    
         
            +
                #   The ID of the transit gateway policy table to associate with the
         
     | 
| 
      
 2037 
     | 
    
         
            +
                #   transit gateway attachment.
         
     | 
| 
      
 2038 
     | 
    
         
            +
                #
         
     | 
| 
      
 2039 
     | 
    
         
            +
                # @option params [required, String] :transit_gateway_attachment_id
         
     | 
| 
      
 2040 
     | 
    
         
            +
                #   The ID of the transit gateway attachment to associate with the policy
         
     | 
| 
      
 2041 
     | 
    
         
            +
                #   table.
         
     | 
| 
      
 2042 
     | 
    
         
            +
                #
         
     | 
| 
      
 2043 
     | 
    
         
            +
                # @option params [Boolean] :dry_run
         
     | 
| 
      
 2044 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 2045 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 2046 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 2047 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 2048 
     | 
    
         
            +
                #
         
     | 
| 
      
 2049 
     | 
    
         
            +
                # @return [Types::AssociateTransitGatewayPolicyTableResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
      
 2050 
     | 
    
         
            +
                #
         
     | 
| 
      
 2051 
     | 
    
         
            +
                #   * {Types::AssociateTransitGatewayPolicyTableResult#association #association} => Types::TransitGatewayPolicyTableAssociation
         
     | 
| 
      
 2052 
     | 
    
         
            +
                #
         
     | 
| 
      
 2053 
     | 
    
         
            +
                # @example Request syntax with placeholder values
         
     | 
| 
      
 2054 
     | 
    
         
            +
                #
         
     | 
| 
      
 2055 
     | 
    
         
            +
                #   resp = client.associate_transit_gateway_policy_table({
         
     | 
| 
      
 2056 
     | 
    
         
            +
                #     transit_gateway_policy_table_id: "TransitGatewayPolicyTableId", # required
         
     | 
| 
      
 2057 
     | 
    
         
            +
                #     transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
         
     | 
| 
      
 2058 
     | 
    
         
            +
                #     dry_run: false,
         
     | 
| 
      
 2059 
     | 
    
         
            +
                #   })
         
     | 
| 
      
 2060 
     | 
    
         
            +
                #
         
     | 
| 
      
 2061 
     | 
    
         
            +
                # @example Response structure
         
     | 
| 
      
 2062 
     | 
    
         
            +
                #
         
     | 
| 
      
 2063 
     | 
    
         
            +
                #   resp.association.transit_gateway_policy_table_id #=> String
         
     | 
| 
      
 2064 
     | 
    
         
            +
                #   resp.association.transit_gateway_attachment_id #=> String
         
     | 
| 
      
 2065 
     | 
    
         
            +
                #   resp.association.resource_id #=> String
         
     | 
| 
      
 2066 
     | 
    
         
            +
                #   resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
         
     | 
| 
      
 2067 
     | 
    
         
            +
                #   resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
         
     | 
| 
      
 2068 
     | 
    
         
            +
                #
         
     | 
| 
      
 2069 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateTransitGatewayPolicyTable AWS API Documentation
         
     | 
| 
      
 2070 
     | 
    
         
            +
                #
         
     | 
| 
      
 2071 
     | 
    
         
            +
                # @overload associate_transit_gateway_policy_table(params = {})
         
     | 
| 
      
 2072 
     | 
    
         
            +
                # @param [Hash] params ({})
         
     | 
| 
      
 2073 
     | 
    
         
            +
                def associate_transit_gateway_policy_table(params = {}, options = {})
         
     | 
| 
      
 2074 
     | 
    
         
            +
                  req = build_request(:associate_transit_gateway_policy_table, params)
         
     | 
| 
      
 2075 
     | 
    
         
            +
                  req.send_request(options)
         
     | 
| 
      
 2076 
     | 
    
         
            +
                end
         
     | 
| 
      
 2077 
     | 
    
         
            +
             
     | 
| 
       2028 
2078 
     | 
    
         
             
                # Associates the specified attachment with the specified transit gateway
         
     | 
| 
       2029 
2079 
     | 
    
         
             
                # route table. You can associate only one route table with an
         
     | 
| 
       2030 
2080 
     | 
    
         
             
                # attachment.
         
     | 
| 
         @@ -2829,7 +2879,7 @@ module Aws::EC2 
     | 
|
| 
       2829 
2879 
     | 
    
         
             
                #     ],
         
     | 
| 
       2830 
2880 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       2831 
2881 
     | 
    
         
             
                #       {
         
     | 
| 
       2832 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 2882 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       2833 
2883 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       2834 
2884 
     | 
    
         
             
                #           {
         
     | 
| 
       2835 
2885 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -3115,7 +3165,7 @@ module Aws::EC2 
     | 
|
| 
       3115 
3165 
     | 
    
         
             
                #     dry_run: false,
         
     | 
| 
       3116 
3166 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       3117 
3167 
     | 
    
         
             
                #       {
         
     | 
| 
       3118 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 3168 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       3119 
3169 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       3120 
3170 
     | 
    
         
             
                #           {
         
     | 
| 
       3121 
3171 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -4184,7 +4234,7 @@ module Aws::EC2 
     | 
|
| 
       4184 
4234 
     | 
    
         
             
                #     source_snapshot_id: "String", # required
         
     | 
| 
       4185 
4235 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       4186 
4236 
     | 
    
         
             
                #       {
         
     | 
| 
       4187 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 4237 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       4188 
4238 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       4189 
4239 
     | 
    
         
             
                #           {
         
     | 
| 
       4190 
4240 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -4384,7 +4434,7 @@ module Aws::EC2 
     | 
|
| 
       4384 
4434 
     | 
    
         
             
                #     instance_match_criteria: "open", # accepts open, targeted
         
     | 
| 
       4385 
4435 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       4386 
4436 
     | 
    
         
             
                #       {
         
     | 
| 
       4387 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 4437 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       4388 
4438 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       4389 
4439 
     | 
    
         
             
                #           {
         
     | 
| 
       4390 
4440 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -4561,7 +4611,7 @@ module Aws::EC2 
     | 
|
| 
       4561 
4611 
     | 
    
         
             
                #     instance_match_criteria: "open", # accepts open
         
     | 
| 
       4562 
4612 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       4563 
4613 
     | 
    
         
             
                #       {
         
     | 
| 
       4564 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 4614 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       4565 
4615 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       4566 
4616 
     | 
    
         
             
                #           {
         
     | 
| 
       4567 
4617 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -4651,7 +4701,7 @@ module Aws::EC2 
     | 
|
| 
       4651 
4701 
     | 
    
         
             
                #     vpc_id: "VpcId", # required
         
     | 
| 
       4652 
4702 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       4653 
4703 
     | 
    
         
             
                #       {
         
     | 
| 
       4654 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 4704 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       4655 
4705 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       4656 
4706 
     | 
    
         
             
                #           {
         
     | 
| 
       4657 
4707 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -4850,7 +4900,7 @@ module Aws::EC2 
     | 
|
| 
       4850 
4900 
     | 
    
         
             
                #     client_token: "String",
         
     | 
| 
       4851 
4901 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       4852 
4902 
     | 
    
         
             
                #       {
         
     | 
| 
       4853 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 4903 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       4854 
4904 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       4855 
4905 
     | 
    
         
             
                #           {
         
     | 
| 
       4856 
4906 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -5062,7 +5112,7 @@ module Aws::EC2 
     | 
|
| 
       5062 
5112 
     | 
    
         
             
                #     type: "ipsec.1", # required, accepts ipsec.1
         
     | 
| 
       5063 
5113 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       5064 
5114 
     | 
    
         
             
                #       {
         
     | 
| 
       5065 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 5115 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       5066 
5116 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       5067 
5117 
     | 
    
         
             
                #           {
         
     | 
| 
       5068 
5118 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -5359,7 +5409,7 @@ module Aws::EC2 
     | 
|
| 
       5359 
5409 
     | 
    
         
             
                #     ],
         
     | 
| 
       5360 
5410 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       5361 
5411 
     | 
    
         
             
                #       {
         
     | 
| 
       5362 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 5412 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       5363 
5413 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       5364 
5414 
     | 
    
         
             
                #           {
         
     | 
| 
       5365 
5415 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -5433,7 +5483,7 @@ module Aws::EC2 
     | 
|
| 
       5433 
5483 
     | 
    
         
             
                #     vpc_id: "VpcId", # required
         
     | 
| 
       5434 
5484 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       5435 
5485 
     | 
    
         
             
                #       {
         
     | 
| 
       5436 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 5486 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       5437 
5487 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       5438 
5488 
     | 
    
         
             
                #           {
         
     | 
| 
       5439 
5489 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -5703,7 +5753,7 @@ module Aws::EC2 
     | 
|
| 
       5703 
5753 
     | 
    
         
             
                #     replace_unhealthy_instances: false,
         
     | 
| 
       5704 
5754 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       5705 
5755 
     | 
    
         
             
                #       {
         
     | 
| 
       5706 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 5756 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       5707 
5757 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       5708 
5758 
     | 
    
         
             
                #           {
         
     | 
| 
       5709 
5759 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -5984,7 +6034,7 @@ module Aws::EC2 
     | 
|
| 
       5984 
6034 
     | 
    
         
             
                #     log_format: "String",
         
     | 
| 
       5985 
6035 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       5986 
6036 
     | 
    
         
             
                #       {
         
     | 
| 
       5987 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 6037 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       5988 
6038 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       5989 
6039 
     | 
    
         
             
                #           {
         
     | 
| 
       5990 
6040 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -6088,7 +6138,7 @@ module Aws::EC2 
     | 
|
| 
       6088 
6138 
     | 
    
         
             
                #     client_token: "String",
         
     | 
| 
       6089 
6139 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       6090 
6140 
     | 
    
         
             
                #       {
         
     | 
| 
       6091 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 6141 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6092 
6142 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       6093 
6143 
     | 
    
         
             
                #           {
         
     | 
| 
       6094 
6144 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -6262,7 +6312,7 @@ module Aws::EC2 
     | 
|
| 
       6262 
6312 
     | 
    
         
             
                #     no_reboot: false,
         
     | 
| 
       6263 
6313 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       6264 
6314 
     | 
    
         
             
                #       {
         
     | 
| 
       6265 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 6315 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6266 
6316 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       6267 
6317 
     | 
    
         
             
                #           {
         
     | 
| 
       6268 
6318 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -6382,7 +6432,7 @@ module Aws::EC2 
     | 
|
| 
       6382 
6432 
     | 
    
         
             
                #     cron_expression: "InstanceEventWindowCronExpression",
         
     | 
| 
       6383 
6433 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       6384 
6434 
     | 
    
         
             
                #       {
         
     | 
| 
       6385 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 6435 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6386 
6436 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       6387 
6437 
     | 
    
         
             
                #           {
         
     | 
| 
       6388 
6438 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -6469,7 +6519,7 @@ module Aws::EC2 
     | 
|
| 
       6469 
6519 
     | 
    
         
             
                #     target_environment: "citrix", # required, accepts citrix, vmware, microsoft
         
     | 
| 
       6470 
6520 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       6471 
6521 
     | 
    
         
             
                #       {
         
     | 
| 
       6472 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 6522 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6473 
6523 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       6474 
6524 
     | 
    
         
             
                #           {
         
     | 
| 
       6475 
6525 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -6552,7 +6602,7 @@ module Aws::EC2 
     | 
|
| 
       6552 
6602 
     | 
    
         
             
                #   resp = client.create_internet_gateway({
         
     | 
| 
       6553 
6603 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       6554 
6604 
     | 
    
         
             
                #       {
         
     | 
| 
       6555 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 6605 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6556 
6606 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       6557 
6607 
     | 
    
         
             
                #           {
         
     | 
| 
       6558 
6608 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -6648,7 +6698,7 @@ module Aws::EC2 
     | 
|
| 
       6648 
6698 
     | 
    
         
             
                #     ],
         
     | 
| 
       6649 
6699 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       6650 
6700 
     | 
    
         
             
                #       {
         
     | 
| 
       6651 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 6701 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6652 
6702 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       6653 
6703 
     | 
    
         
             
                #           {
         
     | 
| 
       6654 
6704 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -6825,7 +6875,7 @@ module Aws::EC2 
     | 
|
| 
       6825 
6875 
     | 
    
         
             
                #     ],
         
     | 
| 
       6826 
6876 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       6827 
6877 
     | 
    
         
             
                #       {
         
     | 
| 
       6828 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 6878 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6829 
6879 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       6830 
6880 
     | 
    
         
             
                #           {
         
     | 
| 
       6831 
6881 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -6931,7 +6981,7 @@ module Aws::EC2 
     | 
|
| 
       6931 
6981 
     | 
    
         
             
                #     description: "String",
         
     | 
| 
       6932 
6982 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       6933 
6983 
     | 
    
         
             
                #       {
         
     | 
| 
       6934 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 6984 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       6935 
6985 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       6936 
6986 
     | 
    
         
             
                #           {
         
     | 
| 
       6937 
6987 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -7040,7 +7090,7 @@ module Aws::EC2 
     | 
|
| 
       7040 
7090 
     | 
    
         
             
                #     key_type: "rsa", # accepts rsa, ed25519
         
     | 
| 
       7041 
7091 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       7042 
7092 
     | 
    
         
             
                #       {
         
     | 
| 
       7043 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 7093 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7044 
7094 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       7045 
7095 
     | 
    
         
             
                #           {
         
     | 
| 
       7046 
7096 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -7274,7 +7324,7 @@ module Aws::EC2 
     | 
|
| 
       7274 
7324 
     | 
    
         
             
                #       user_data: "String",
         
     | 
| 
       7275 
7325 
     | 
    
         
             
                #       tag_specifications: [
         
     | 
| 
       7276 
7326 
     | 
    
         
             
                #         {
         
     | 
| 
       7277 
     | 
    
         
            -
                #           resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 7327 
     | 
    
         
            +
                #           resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7278 
7328 
     | 
    
         
             
                #           tags: [
         
     | 
| 
       7279 
7329 
     | 
    
         
             
                #             {
         
     | 
| 
       7280 
7330 
     | 
    
         
             
                #               key: "String",
         
     | 
| 
         @@ -7397,7 +7447,7 @@ module Aws::EC2 
     | 
|
| 
       7397 
7447 
     | 
    
         
             
                #     },
         
     | 
| 
       7398 
7448 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       7399 
7449 
     | 
    
         
             
                #       {
         
     | 
| 
       7400 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 7450 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7401 
7451 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       7402 
7452 
     | 
    
         
             
                #           {
         
     | 
| 
       7403 
7453 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -7635,7 +7685,7 @@ module Aws::EC2 
     | 
|
| 
       7635 
7685 
     | 
    
         
             
                #       user_data: "String",
         
     | 
| 
       7636 
7686 
     | 
    
         
             
                #       tag_specifications: [
         
     | 
| 
       7637 
7687 
     | 
    
         
             
                #         {
         
     | 
| 
       7638 
     | 
    
         
            -
                #           resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 7688 
     | 
    
         
            +
                #           resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7639 
7689 
     | 
    
         
             
                #           tags: [
         
     | 
| 
       7640 
7690 
     | 
    
         
             
                #             {
         
     | 
| 
       7641 
7691 
     | 
    
         
             
                #               key: "String",
         
     | 
| 
         @@ -7826,7 +7876,7 @@ module Aws::EC2 
     | 
|
| 
       7826 
7876 
     | 
    
         
             
                #   resp.launch_template_version.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
         
     | 
| 
       7827 
7877 
     | 
    
         
             
                #   resp.launch_template_version.launch_template_data.user_data #=> String
         
     | 
| 
       7828 
7878 
     | 
    
         
             
                #   resp.launch_template_version.launch_template_data.tag_specifications #=> Array
         
     | 
| 
       7829 
     | 
    
         
            -
                #   resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "capacity-reservation", "client-vpn-endpoint", "customer-gateway", "carrier-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "instance-event-window", "internet-gateway", "ipam", "ipam-pool", "ipam-scope", "ipv4pool-ec2", "ipv6pool-ec2", "key-pair", "launch-template", "local-gateway", "local-gateway-route-table", "local-gateway-virtual-interface", "local-gateway-virtual-interface-group", "local-gateway-route-table-vpc-association", "local-gateway-route-table-virtual-interface-group-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "network-insights-access-scope", "network-insights-access-scope-analysis", "placement-group", "prefix-list", "replace-root-volume-task", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "subnet-cidr-reservation", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-endpoint", "vpc-endpoint-service", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
         
     | 
| 
      
 7879 
     | 
    
         
            +
                #   resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "capacity-reservation", "client-vpn-endpoint", "customer-gateway", "carrier-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "instance-event-window", "internet-gateway", "ipam", "ipam-pool", "ipam-scope", "ipv4pool-ec2", "ipv6pool-ec2", "key-pair", "launch-template", "local-gateway", "local-gateway-route-table", "local-gateway-virtual-interface", "local-gateway-virtual-interface-group", "local-gateway-route-table-vpc-association", "local-gateway-route-table-virtual-interface-group-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "network-insights-access-scope", "network-insights-access-scope-analysis", "placement-group", "prefix-list", "replace-root-volume-task", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "subnet-cidr-reservation", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-policy-table", "transit-gateway-route-table", "transit-gateway-route-table-announcement", "volume", "vpc", "vpc-endpoint", "vpc-endpoint-service", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
         
     | 
| 
       7830 
7880 
     | 
    
         
             
                #   resp.launch_template_version.launch_template_data.tag_specifications[0].tags #=> Array
         
     | 
| 
       7831 
7881 
     | 
    
         
             
                #   resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].key #=> String
         
     | 
| 
       7832 
7882 
     | 
    
         
             
                #   resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].value #=> String
         
     | 
| 
         @@ -7994,7 +8044,7 @@ module Aws::EC2 
     | 
|
| 
       7994 
8044 
     | 
    
         
             
                #     vpc_id: "VpcId", # required
         
     | 
| 
       7995 
8045 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       7996 
8046 
     | 
    
         
             
                #       {
         
     | 
| 
       7997 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 8047 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       7998 
8048 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       7999 
8049 
     | 
    
         
             
                #           {
         
     | 
| 
       8000 
8050 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -8090,7 +8140,7 @@ module Aws::EC2 
     | 
|
| 
       8090 
8140 
     | 
    
         
             
                #     max_entries: 1, # required
         
     | 
| 
       8091 
8141 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       8092 
8142 
     | 
    
         
             
                #       {
         
     | 
| 
       8093 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 8143 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       8094 
8144 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       8095 
8145 
     | 
    
         
             
                #           {
         
     | 
| 
       8096 
8146 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -8227,7 +8277,7 @@ module Aws::EC2 
     | 
|
| 
       8227 
8277 
     | 
    
         
             
                #     subnet_id: "SubnetId", # required
         
     | 
| 
       8228 
8278 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       8229 
8279 
     | 
    
         
             
                #       {
         
     | 
| 
       8230 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 8280 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       8231 
8281 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       8232 
8282 
     | 
    
         
             
                #           {
         
     | 
| 
       8233 
8283 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -8346,7 +8396,7 @@ module Aws::EC2 
     | 
|
| 
       8346 
8396 
     | 
    
         
             
                #     vpc_id: "VpcId", # required
         
     | 
| 
       8347 
8397 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       8348 
8398 
     | 
    
         
             
                #       {
         
     | 
| 
       8349 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 8399 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       8350 
8400 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       8351 
8401 
     | 
    
         
             
                #           {
         
     | 
| 
       8352 
8402 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -8651,7 +8701,7 @@ module Aws::EC2 
     | 
|
| 
       8651 
8701 
     | 
    
         
             
                #     client_token: "String", # required
         
     | 
| 
       8652 
8702 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       8653 
8703 
     | 
    
         
             
                #       {
         
     | 
| 
       8654 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 8704 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       8655 
8705 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       8656 
8706 
     | 
    
         
             
                #           {
         
     | 
| 
       8657 
8707 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -8833,7 +8883,7 @@ module Aws::EC2 
     | 
|
| 
       8833 
8883 
     | 
    
         
             
                #     destination_port: 1,
         
     | 
| 
       8834 
8884 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       8835 
8885 
     | 
    
         
             
                #       {
         
     | 
| 
       8836 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 8886 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       8837 
8887 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       8838 
8888 
     | 
    
         
             
                #           {
         
     | 
| 
       8839 
8889 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -9056,7 +9106,7 @@ module Aws::EC2 
     | 
|
| 
       9056 
9106 
     | 
    
         
             
                #     subnet_id: "SubnetId", # required
         
     | 
| 
       9057 
9107 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       9058 
9108 
     | 
    
         
             
                #       {
         
     | 
| 
       9059 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 9109 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9060 
9110 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       9061 
9111 
     | 
    
         
             
                #           {
         
     | 
| 
       9062 
9112 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -9268,7 +9318,7 @@ module Aws::EC2 
     | 
|
| 
       9268 
9318 
     | 
    
         
             
                #     partition_count: 1,
         
     | 
| 
       9269 
9319 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       9270 
9320 
     | 
    
         
             
                #       {
         
     | 
| 
       9271 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 9321 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9272 
9322 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       9273 
9323 
     | 
    
         
             
                #           {
         
     | 
| 
       9274 
9324 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -9335,7 +9385,7 @@ module Aws::EC2 
     | 
|
| 
       9335 
9385 
     | 
    
         
             
                #     dry_run: false,
         
     | 
| 
       9336 
9386 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       9337 
9387 
     | 
    
         
             
                #       {
         
     | 
| 
       9338 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 9388 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9339 
9389 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       9340 
9390 
     | 
    
         
             
                #           {
         
     | 
| 
       9341 
9391 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -9413,7 +9463,7 @@ module Aws::EC2 
     | 
|
| 
       9413 
9463 
     | 
    
         
             
                #     dry_run: false,
         
     | 
| 
       9414 
9464 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       9415 
9465 
     | 
    
         
             
                #       {
         
     | 
| 
       9416 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 9466 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9417 
9467 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       9418 
9468 
     | 
    
         
             
                #           {
         
     | 
| 
       9419 
9469 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -9604,7 +9654,7 @@ module Aws::EC2 
     | 
|
| 
       9604 
9654 
     | 
    
         
             
                #     name: "String",
         
     | 
| 
       9605 
9655 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       9606 
9656 
     | 
    
         
             
                #       {
         
     | 
| 
       9607 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 9657 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9608 
9658 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       9609 
9659 
     | 
    
         
             
                #           {
         
     | 
| 
       9610 
9660 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -9831,7 +9881,7 @@ module Aws::EC2 
     | 
|
| 
       9831 
9881 
     | 
    
         
             
                #     vpc_id: "VpcId", # required
         
     | 
| 
       9832 
9882 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       9833 
9883 
     | 
    
         
             
                #       {
         
     | 
| 
       9834 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 9884 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9835 
9885 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       9836 
9886 
     | 
    
         
             
                #           {
         
     | 
| 
       9837 
9887 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -9982,7 +10032,7 @@ module Aws::EC2 
     | 
|
| 
       9982 
10032 
     | 
    
         
             
                #     vpc_id: "VpcId",
         
     | 
| 
       9983 
10033 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       9984 
10034 
     | 
    
         
             
                #       {
         
     | 
| 
       9985 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 10035 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       9986 
10036 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       9987 
10037 
     | 
    
         
             
                #           {
         
     | 
| 
       9988 
10038 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -10147,7 +10197,7 @@ module Aws::EC2 
     | 
|
| 
       10147 
10197 
     | 
    
         
             
                #     volume_id: "VolumeId", # required
         
     | 
| 
       10148 
10198 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       10149 
10199 
     | 
    
         
             
                #       {
         
     | 
| 
       10150 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 10200 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       10151 
10201 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       10152 
10202 
     | 
    
         
             
                #           {
         
     | 
| 
       10153 
10203 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -10261,7 +10311,7 @@ module Aws::EC2 
     | 
|
| 
       10261 
10311 
     | 
    
         
             
                #     outpost_arn: "String",
         
     | 
| 
       10262 
10312 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       10263 
10313 
     | 
    
         
             
                #       {
         
     | 
| 
       10264 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 10314 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       10265 
10315 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       10266 
10316 
     | 
    
         
             
                #           {
         
     | 
| 
       10267 
10317 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -10558,7 +10608,7 @@ module Aws::EC2 
     | 
|
| 
       10558 
10608 
     | 
    
         
             
                #   resp = client.create_subnet({
         
     | 
| 
       10559 
10609 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       10560 
10610 
     | 
    
         
             
                #       {
         
     | 
| 
       10561 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 10611 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       10562 
10612 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       10563 
10613 
     | 
    
         
             
                #           {
         
     | 
| 
       10564 
10614 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -10676,7 +10726,7 @@ module Aws::EC2 
     | 
|
| 
       10676 
10726 
     | 
    
         
             
                #     dry_run: false,
         
     | 
| 
       10677 
10727 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       10678 
10728 
     | 
    
         
             
                #       {
         
     | 
| 
       10679 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 10729 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       10680 
10730 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       10681 
10731 
     | 
    
         
             
                #           {
         
     | 
| 
       10682 
10732 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -10835,7 +10885,7 @@ module Aws::EC2 
     | 
|
| 
       10835 
10885 
     | 
    
         
             
                #     description: "String",
         
     | 
| 
       10836 
10886 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       10837 
10887 
     | 
    
         
             
                #       {
         
     | 
| 
       10838 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 10888 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       10839 
10889 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       10840 
10890 
     | 
    
         
             
                #           {
         
     | 
| 
       10841 
10891 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -11109,7 +11159,7 @@ module Aws::EC2 
     | 
|
| 
       11109 
11159 
     | 
    
         
             
                #     description: "String",
         
     | 
| 
       11110 
11160 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       11111 
11161 
     | 
    
         
             
                #       {
         
     | 
| 
       11112 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 11162 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11113 
11163 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       11114 
11164 
     | 
    
         
             
                #           {
         
     | 
| 
       11115 
11165 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -11211,7 +11261,7 @@ module Aws::EC2 
     | 
|
| 
       11211 
11261 
     | 
    
         
             
                #     description: "String",
         
     | 
| 
       11212 
11262 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       11213 
11263 
     | 
    
         
             
                #       {
         
     | 
| 
       11214 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 11264 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11215 
11265 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       11216 
11266 
     | 
    
         
             
                #           {
         
     | 
| 
       11217 
11267 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -11307,7 +11357,7 @@ module Aws::EC2 
     | 
|
| 
       11307 
11357 
     | 
    
         
             
                #     },
         
     | 
| 
       11308 
11358 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       11309 
11359 
     | 
    
         
             
                #       {
         
     | 
| 
       11310 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 11360 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11311 
11361 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       11312 
11362 
     | 
    
         
             
                #           {
         
     | 
| 
       11313 
11363 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -11388,7 +11438,7 @@ module Aws::EC2 
     | 
|
| 
       11388 
11438 
     | 
    
         
             
                #     },
         
     | 
| 
       11389 
11439 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       11390 
11440 
     | 
    
         
             
                #       {
         
     | 
| 
       11391 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 11441 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11392 
11442 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       11393 
11443 
     | 
    
         
             
                #           {
         
     | 
| 
       11394 
11444 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -11482,7 +11532,7 @@ module Aws::EC2 
     | 
|
| 
       11482 
11532 
     | 
    
         
             
                #     inside_cidr_blocks: ["String"], # required
         
     | 
| 
       11483 
11533 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       11484 
11534 
     | 
    
         
             
                #       {
         
     | 
| 
       11485 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 11535 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11486 
11536 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       11487 
11537 
     | 
    
         
             
                #           {
         
     | 
| 
       11488 
11538 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -11564,7 +11614,7 @@ module Aws::EC2 
     | 
|
| 
       11564 
11614 
     | 
    
         
             
                #     },
         
     | 
| 
       11565 
11615 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       11566 
11616 
     | 
    
         
             
                #       {
         
     | 
| 
       11567 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 11617 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11568 
11618 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       11569 
11619 
     | 
    
         
             
                #           {
         
     | 
| 
       11570 
11620 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -11602,8 +11652,9 @@ module Aws::EC2 
     | 
|
| 
       11602 
11652 
     | 
    
         | 
| 
       11603 
11653 
     | 
    
         
             
                # Requests a transit gateway peering attachment between the specified
         
     | 
| 
       11604 
11654 
     | 
    
         
             
                # transit gateway (requester) and a peer transit gateway (accepter). The
         
     | 
| 
       11605 
     | 
    
         
            -
                #  
     | 
| 
       11606 
     | 
    
         
            -
                #  
     | 
| 
      
 11655 
     | 
    
         
            +
                # transit gateways must be in different Regions. The peer transit
         
     | 
| 
      
 11656 
     | 
    
         
            +
                # gateway can be in your account or a different Amazon Web Services
         
     | 
| 
      
 11657 
     | 
    
         
            +
                # account.
         
     | 
| 
       11607 
11658 
     | 
    
         
             
                #
         
     | 
| 
       11608 
11659 
     | 
    
         
             
                # After you create the peering attachment, the owner of the accepter
         
     | 
| 
       11609 
11660 
     | 
    
         
             
                # transit gateway must accept the attachment request.
         
     | 
| 
         @@ -11622,6 +11673,8 @@ module Aws::EC2 
     | 
|
| 
       11622 
11673 
     | 
    
         
             
                # @option params [required, String] :peer_region
         
     | 
| 
       11623 
11674 
     | 
    
         
             
                #   The Region where the peer transit gateway is located.
         
     | 
| 
       11624 
11675 
     | 
    
         
             
                #
         
     | 
| 
      
 11676 
     | 
    
         
            +
                # @option params [Types::CreateTransitGatewayPeeringAttachmentRequestOptions] :options
         
     | 
| 
      
 11677 
     | 
    
         
            +
                #
         
     | 
| 
       11625 
11678 
     | 
    
         
             
                # @option params [Array<Types::TagSpecification>] :tag_specifications
         
     | 
| 
       11626 
11679 
     | 
    
         
             
                #   The tags to apply to the transit gateway peering attachment.
         
     | 
| 
       11627 
11680 
     | 
    
         
             
                #
         
     | 
| 
         @@ -11642,9 +11695,12 @@ module Aws::EC2 
     | 
|
| 
       11642 
11695 
     | 
    
         
             
                #     peer_transit_gateway_id: "TransitAssociationGatewayId", # required
         
     | 
| 
       11643 
11696 
     | 
    
         
             
                #     peer_account_id: "String", # required
         
     | 
| 
       11644 
11697 
     | 
    
         
             
                #     peer_region: "String", # required
         
     | 
| 
      
 11698 
     | 
    
         
            +
                #     options: {
         
     | 
| 
      
 11699 
     | 
    
         
            +
                #       dynamic_routing: "enable", # accepts enable, disable
         
     | 
| 
      
 11700 
     | 
    
         
            +
                #     },
         
     | 
| 
       11645 
11701 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       11646 
11702 
     | 
    
         
             
                #       {
         
     | 
| 
       11647 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 11703 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11648 
11704 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       11649 
11705 
     | 
    
         
             
                #           {
         
     | 
| 
       11650 
11706 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -11659,12 +11715,16 @@ module Aws::EC2 
     | 
|
| 
       11659 
11715 
     | 
    
         
             
                # @example Response structure
         
     | 
| 
       11660 
11716 
     | 
    
         
             
                #
         
     | 
| 
       11661 
11717 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.transit_gateway_attachment_id #=> String
         
     | 
| 
      
 11718 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.accepter_transit_gateway_attachment_id #=> String
         
     | 
| 
       11662 
11719 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.transit_gateway_id #=> String
         
     | 
| 
      
 11720 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.core_network_id #=> String
         
     | 
| 
       11663 
11721 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.owner_id #=> String
         
     | 
| 
       11664 
11722 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.region #=> String
         
     | 
| 
       11665 
11723 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.transit_gateway_id #=> String
         
     | 
| 
      
 11724 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.core_network_id #=> String
         
     | 
| 
       11666 
11725 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.owner_id #=> String
         
     | 
| 
       11667 
11726 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.region #=> String
         
     | 
| 
      
 11727 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.options.dynamic_routing #=> String, one of "enable", "disable"
         
     | 
| 
       11668 
11728 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.status.code #=> String
         
     | 
| 
       11669 
11729 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.status.message #=> String
         
     | 
| 
       11670 
11730 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
         
     | 
| 
         @@ -11682,6 +11742,62 @@ module Aws::EC2 
     | 
|
| 
       11682 
11742 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       11683 
11743 
     | 
    
         
             
                end
         
     | 
| 
       11684 
11744 
     | 
    
         | 
| 
      
 11745 
     | 
    
         
            +
                # Creates a transit gateway policy table.
         
     | 
| 
      
 11746 
     | 
    
         
            +
                #
         
     | 
| 
      
 11747 
     | 
    
         
            +
                # @option params [required, String] :transit_gateway_id
         
     | 
| 
      
 11748 
     | 
    
         
            +
                #   The ID of the transit gateway used for the policy table.
         
     | 
| 
      
 11749 
     | 
    
         
            +
                #
         
     | 
| 
      
 11750 
     | 
    
         
            +
                # @option params [Array<Types::TagSpecification>] :tag_specifications
         
     | 
| 
      
 11751 
     | 
    
         
            +
                #   The tags specification for the transit gateway policy table created
         
     | 
| 
      
 11752 
     | 
    
         
            +
                #   during the request.
         
     | 
| 
      
 11753 
     | 
    
         
            +
                #
         
     | 
| 
      
 11754 
     | 
    
         
            +
                # @option params [Boolean] :dry_run
         
     | 
| 
      
 11755 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 11756 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 11757 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 11758 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 11759 
     | 
    
         
            +
                #
         
     | 
| 
      
 11760 
     | 
    
         
            +
                # @return [Types::CreateTransitGatewayPolicyTableResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
      
 11761 
     | 
    
         
            +
                #
         
     | 
| 
      
 11762 
     | 
    
         
            +
                #   * {Types::CreateTransitGatewayPolicyTableResult#transit_gateway_policy_table #transit_gateway_policy_table} => Types::TransitGatewayPolicyTable
         
     | 
| 
      
 11763 
     | 
    
         
            +
                #
         
     | 
| 
      
 11764 
     | 
    
         
            +
                # @example Request syntax with placeholder values
         
     | 
| 
      
 11765 
     | 
    
         
            +
                #
         
     | 
| 
      
 11766 
     | 
    
         
            +
                #   resp = client.create_transit_gateway_policy_table({
         
     | 
| 
      
 11767 
     | 
    
         
            +
                #     transit_gateway_id: "TransitGatewayId", # required
         
     | 
| 
      
 11768 
     | 
    
         
            +
                #     tag_specifications: [
         
     | 
| 
      
 11769 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 11770 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 11771 
     | 
    
         
            +
                #         tags: [
         
     | 
| 
      
 11772 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 11773 
     | 
    
         
            +
                #             key: "String",
         
     | 
| 
      
 11774 
     | 
    
         
            +
                #             value: "String",
         
     | 
| 
      
 11775 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 11776 
     | 
    
         
            +
                #         ],
         
     | 
| 
      
 11777 
     | 
    
         
            +
                #       },
         
     | 
| 
      
 11778 
     | 
    
         
            +
                #     ],
         
     | 
| 
      
 11779 
     | 
    
         
            +
                #     dry_run: false,
         
     | 
| 
      
 11780 
     | 
    
         
            +
                #   })
         
     | 
| 
      
 11781 
     | 
    
         
            +
                #
         
     | 
| 
      
 11782 
     | 
    
         
            +
                # @example Response structure
         
     | 
| 
      
 11783 
     | 
    
         
            +
                #
         
     | 
| 
      
 11784 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.transit_gateway_policy_table_id #=> String
         
     | 
| 
      
 11785 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.transit_gateway_id #=> String
         
     | 
| 
      
 11786 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.state #=> String, one of "pending", "available", "deleting", "deleted"
         
     | 
| 
      
 11787 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.creation_time #=> Time
         
     | 
| 
      
 11788 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.tags #=> Array
         
     | 
| 
      
 11789 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.tags[0].key #=> String
         
     | 
| 
      
 11790 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.tags[0].value #=> String
         
     | 
| 
      
 11791 
     | 
    
         
            +
                #
         
     | 
| 
      
 11792 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTransitGatewayPolicyTable AWS API Documentation
         
     | 
| 
      
 11793 
     | 
    
         
            +
                #
         
     | 
| 
      
 11794 
     | 
    
         
            +
                # @overload create_transit_gateway_policy_table(params = {})
         
     | 
| 
      
 11795 
     | 
    
         
            +
                # @param [Hash] params ({})
         
     | 
| 
      
 11796 
     | 
    
         
            +
                def create_transit_gateway_policy_table(params = {}, options = {})
         
     | 
| 
      
 11797 
     | 
    
         
            +
                  req = build_request(:create_transit_gateway_policy_table, params)
         
     | 
| 
      
 11798 
     | 
    
         
            +
                  req.send_request(options)
         
     | 
| 
      
 11799 
     | 
    
         
            +
                end
         
     | 
| 
      
 11800 
     | 
    
         
            +
             
     | 
| 
       11685 
11801 
     | 
    
         
             
                # Creates a reference (route) to a prefix list in a specified transit
         
     | 
| 
       11686 
11802 
     | 
    
         
             
                # gateway route table.
         
     | 
| 
       11687 
11803 
     | 
    
         
             
                #
         
     | 
| 
         @@ -11776,6 +11892,7 @@ module Aws::EC2 
     | 
|
| 
       11776 
11892 
     | 
    
         
             
                #
         
     | 
| 
       11777 
11893 
     | 
    
         
             
                #   resp.route.destination_cidr_block #=> String
         
     | 
| 
       11778 
11894 
     | 
    
         
             
                #   resp.route.prefix_list_id #=> String
         
     | 
| 
      
 11895 
     | 
    
         
            +
                #   resp.route.transit_gateway_route_table_announcement_id #=> String
         
     | 
| 
       11779 
11896 
     | 
    
         
             
                #   resp.route.transit_gateway_attachments #=> Array
         
     | 
| 
       11780 
11897 
     | 
    
         
             
                #   resp.route.transit_gateway_attachments[0].resource_id #=> String
         
     | 
| 
       11781 
11898 
     | 
    
         
             
                #   resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
         
     | 
| 
         @@ -11816,7 +11933,7 @@ module Aws::EC2 
     | 
|
| 
       11816 
11933 
     | 
    
         
             
                #     transit_gateway_id: "TransitGatewayId", # required
         
     | 
| 
       11817 
11934 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       11818 
11935 
     | 
    
         
             
                #       {
         
     | 
| 
       11819 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 11936 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11820 
11937 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       11821 
11938 
     | 
    
         
             
                #           {
         
     | 
| 
       11822 
11939 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -11849,6 +11966,72 @@ module Aws::EC2 
     | 
|
| 
       11849 
11966 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       11850 
11967 
     | 
    
         
             
                end
         
     | 
| 
       11851 
11968 
     | 
    
         | 
| 
      
 11969 
     | 
    
         
            +
                # Advertises a new transit gateway route table.
         
     | 
| 
      
 11970 
     | 
    
         
            +
                #
         
     | 
| 
      
 11971 
     | 
    
         
            +
                # @option params [required, String] :transit_gateway_route_table_id
         
     | 
| 
      
 11972 
     | 
    
         
            +
                #   The ID of the transit gateway route table.
         
     | 
| 
      
 11973 
     | 
    
         
            +
                #
         
     | 
| 
      
 11974 
     | 
    
         
            +
                # @option params [required, String] :peering_attachment_id
         
     | 
| 
      
 11975 
     | 
    
         
            +
                #   The ID of the peering attachment.
         
     | 
| 
      
 11976 
     | 
    
         
            +
                #
         
     | 
| 
      
 11977 
     | 
    
         
            +
                # @option params [Array<Types::TagSpecification>] :tag_specifications
         
     | 
| 
      
 11978 
     | 
    
         
            +
                #   The tags specifications applied to the transit gateway route table
         
     | 
| 
      
 11979 
     | 
    
         
            +
                #   announcement.
         
     | 
| 
      
 11980 
     | 
    
         
            +
                #
         
     | 
| 
      
 11981 
     | 
    
         
            +
                # @option params [Boolean] :dry_run
         
     | 
| 
      
 11982 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 11983 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 11984 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 11985 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 11986 
     | 
    
         
            +
                #
         
     | 
| 
      
 11987 
     | 
    
         
            +
                # @return [Types::CreateTransitGatewayRouteTableAnnouncementResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
      
 11988 
     | 
    
         
            +
                #
         
     | 
| 
      
 11989 
     | 
    
         
            +
                #   * {Types::CreateTransitGatewayRouteTableAnnouncementResult#transit_gateway_route_table_announcement #transit_gateway_route_table_announcement} => Types::TransitGatewayRouteTableAnnouncement
         
     | 
| 
      
 11990 
     | 
    
         
            +
                #
         
     | 
| 
      
 11991 
     | 
    
         
            +
                # @example Request syntax with placeholder values
         
     | 
| 
      
 11992 
     | 
    
         
            +
                #
         
     | 
| 
      
 11993 
     | 
    
         
            +
                #   resp = client.create_transit_gateway_route_table_announcement({
         
     | 
| 
      
 11994 
     | 
    
         
            +
                #     transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
         
     | 
| 
      
 11995 
     | 
    
         
            +
                #     peering_attachment_id: "TransitGatewayAttachmentId", # required
         
     | 
| 
      
 11996 
     | 
    
         
            +
                #     tag_specifications: [
         
     | 
| 
      
 11997 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 11998 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 11999 
     | 
    
         
            +
                #         tags: [
         
     | 
| 
      
 12000 
     | 
    
         
            +
                #           {
         
     | 
| 
      
 12001 
     | 
    
         
            +
                #             key: "String",
         
     | 
| 
      
 12002 
     | 
    
         
            +
                #             value: "String",
         
     | 
| 
      
 12003 
     | 
    
         
            +
                #           },
         
     | 
| 
      
 12004 
     | 
    
         
            +
                #         ],
         
     | 
| 
      
 12005 
     | 
    
         
            +
                #       },
         
     | 
| 
      
 12006 
     | 
    
         
            +
                #     ],
         
     | 
| 
      
 12007 
     | 
    
         
            +
                #     dry_run: false,
         
     | 
| 
      
 12008 
     | 
    
         
            +
                #   })
         
     | 
| 
      
 12009 
     | 
    
         
            +
                #
         
     | 
| 
      
 12010 
     | 
    
         
            +
                # @example Response structure
         
     | 
| 
      
 12011 
     | 
    
         
            +
                #
         
     | 
| 
      
 12012 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.transit_gateway_route_table_announcement_id #=> String
         
     | 
| 
      
 12013 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.transit_gateway_id #=> String
         
     | 
| 
      
 12014 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.core_network_id #=> String
         
     | 
| 
      
 12015 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.peer_transit_gateway_id #=> String
         
     | 
| 
      
 12016 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.peer_core_network_id #=> String
         
     | 
| 
      
 12017 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.peering_attachment_id #=> String
         
     | 
| 
      
 12018 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.announcement_direction #=> String, one of "outgoing", "incoming"
         
     | 
| 
      
 12019 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.transit_gateway_route_table_id #=> String
         
     | 
| 
      
 12020 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.state #=> String, one of "available", "pending", "failing", "failed", "deleting", "deleted"
         
     | 
| 
      
 12021 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.creation_time #=> Time
         
     | 
| 
      
 12022 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.tags #=> Array
         
     | 
| 
      
 12023 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.tags[0].key #=> String
         
     | 
| 
      
 12024 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.tags[0].value #=> String
         
     | 
| 
      
 12025 
     | 
    
         
            +
                #
         
     | 
| 
      
 12026 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTransitGatewayRouteTableAnnouncement AWS API Documentation
         
     | 
| 
      
 12027 
     | 
    
         
            +
                #
         
     | 
| 
      
 12028 
     | 
    
         
            +
                # @overload create_transit_gateway_route_table_announcement(params = {})
         
     | 
| 
      
 12029 
     | 
    
         
            +
                # @param [Hash] params ({})
         
     | 
| 
      
 12030 
     | 
    
         
            +
                def create_transit_gateway_route_table_announcement(params = {}, options = {})
         
     | 
| 
      
 12031 
     | 
    
         
            +
                  req = build_request(:create_transit_gateway_route_table_announcement, params)
         
     | 
| 
      
 12032 
     | 
    
         
            +
                  req.send_request(options)
         
     | 
| 
      
 12033 
     | 
    
         
            +
                end
         
     | 
| 
      
 12034 
     | 
    
         
            +
             
     | 
| 
       11852 
12035 
     | 
    
         
             
                # Attaches the specified VPC to the specified transit gateway.
         
     | 
| 
       11853 
12036 
     | 
    
         
             
                #
         
     | 
| 
       11854 
12037 
     | 
    
         
             
                # If you attach a VPC with a CIDR range that overlaps the CIDR range of
         
     | 
| 
         @@ -11899,7 +12082,7 @@ module Aws::EC2 
     | 
|
| 
       11899 
12082 
     | 
    
         
             
                #     },
         
     | 
| 
       11900 
12083 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       11901 
12084 
     | 
    
         
             
                #       {
         
     | 
| 
       11902 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 12085 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       11903 
12086 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       11904 
12087 
     | 
    
         
             
                #           {
         
     | 
| 
       11905 
12088 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -12204,7 +12387,7 @@ module Aws::EC2 
     | 
|
| 
       12204 
12387 
     | 
    
         
             
                #     dry_run: false,
         
     | 
| 
       12205 
12388 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       12206 
12389 
     | 
    
         
             
                #       {
         
     | 
| 
       12207 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 12390 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       12208 
12391 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       12209 
12392 
     | 
    
         
             
                #           {
         
     | 
| 
       12210 
12393 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -12402,7 +12585,7 @@ module Aws::EC2 
     | 
|
| 
       12402 
12585 
     | 
    
         
             
                #     ipv_6_cidr_block_network_border_group: "String",
         
     | 
| 
       12403 
12586 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       12404 
12587 
     | 
    
         
             
                #       {
         
     | 
| 
       12405 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 12588 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       12406 
12589 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       12407 
12590 
     | 
    
         
             
                #           {
         
     | 
| 
       12408 
12591 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -12553,7 +12736,7 @@ module Aws::EC2 
     | 
|
| 
       12553 
12736 
     | 
    
         
             
                #     private_dns_enabled: false,
         
     | 
| 
       12554 
12737 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       12555 
12738 
     | 
    
         
             
                #       {
         
     | 
| 
       12556 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 12739 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       12557 
12740 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       12558 
12741 
     | 
    
         
             
                #           {
         
     | 
| 
       12559 
12742 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -12762,7 +12945,7 @@ module Aws::EC2 
     | 
|
| 
       12762 
12945 
     | 
    
         
             
                #     client_token: "String",
         
     | 
| 
       12763 
12946 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       12764 
12947 
     | 
    
         
             
                #       {
         
     | 
| 
       12765 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 12948 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       12766 
12949 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       12767 
12950 
     | 
    
         
             
                #           {
         
     | 
| 
       12768 
12951 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -12878,7 +13061,7 @@ module Aws::EC2 
     | 
|
| 
       12878 
13061 
     | 
    
         
             
                #     peer_region: "String",
         
     | 
| 
       12879 
13062 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       12880 
13063 
     | 
    
         
             
                #       {
         
     | 
| 
       12881 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 13064 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       12882 
13065 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       12883 
13066 
     | 
    
         
             
                #           {
         
     | 
| 
       12884 
13067 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -13056,7 +13239,7 @@ module Aws::EC2 
     | 
|
| 
       13056 
13239 
     | 
    
         
             
                #     },
         
     | 
| 
       13057 
13240 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       13058 
13241 
     | 
    
         
             
                #       {
         
     | 
| 
       13059 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 13242 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       13060 
13243 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       13061 
13244 
     | 
    
         
             
                #           {
         
     | 
| 
       13062 
13245 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -13222,7 +13405,7 @@ module Aws::EC2 
     | 
|
| 
       13222 
13405 
     | 
    
         
             
                #     type: "ipsec.1", # required, accepts ipsec.1
         
     | 
| 
       13223 
13406 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       13224 
13407 
     | 
    
         
             
                #       {
         
     | 
| 
       13225 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 13408 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       13226 
13409 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       13227 
13410 
     | 
    
         
             
                #           {
         
     | 
| 
       13228 
13411 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -15552,12 +15735,16 @@ module Aws::EC2 
     | 
|
| 
       15552 
15735 
     | 
    
         
             
                # @example Response structure
         
     | 
| 
       15553 
15736 
     | 
    
         
             
                #
         
     | 
| 
       15554 
15737 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.transit_gateway_attachment_id #=> String
         
     | 
| 
      
 15738 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.accepter_transit_gateway_attachment_id #=> String
         
     | 
| 
       15555 
15739 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.transit_gateway_id #=> String
         
     | 
| 
      
 15740 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.core_network_id #=> String
         
     | 
| 
       15556 
15741 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.owner_id #=> String
         
     | 
| 
       15557 
15742 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.region #=> String
         
     | 
| 
       15558 
15743 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.transit_gateway_id #=> String
         
     | 
| 
      
 15744 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.core_network_id #=> String
         
     | 
| 
       15559 
15745 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.owner_id #=> String
         
     | 
| 
       15560 
15746 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.region #=> String
         
     | 
| 
      
 15747 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.options.dynamic_routing #=> String, one of "enable", "disable"
         
     | 
| 
       15561 
15748 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.status.code #=> String
         
     | 
| 
       15562 
15749 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.status.message #=> String
         
     | 
| 
       15563 
15750 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
         
     | 
| 
         @@ -15575,6 +15762,47 @@ module Aws::EC2 
     | 
|
| 
       15575 
15762 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       15576 
15763 
     | 
    
         
             
                end
         
     | 
| 
       15577 
15764 
     | 
    
         | 
| 
      
 15765 
     | 
    
         
            +
                # Deletes the specified transit gateway policy table.
         
     | 
| 
      
 15766 
     | 
    
         
            +
                #
         
     | 
| 
      
 15767 
     | 
    
         
            +
                # @option params [required, String] :transit_gateway_policy_table_id
         
     | 
| 
      
 15768 
     | 
    
         
            +
                #   The transit gateway policy table to delete.
         
     | 
| 
      
 15769 
     | 
    
         
            +
                #
         
     | 
| 
      
 15770 
     | 
    
         
            +
                # @option params [Boolean] :dry_run
         
     | 
| 
      
 15771 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 15772 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 15773 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 15774 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 15775 
     | 
    
         
            +
                #
         
     | 
| 
      
 15776 
     | 
    
         
            +
                # @return [Types::DeleteTransitGatewayPolicyTableResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
      
 15777 
     | 
    
         
            +
                #
         
     | 
| 
      
 15778 
     | 
    
         
            +
                #   * {Types::DeleteTransitGatewayPolicyTableResult#transit_gateway_policy_table #transit_gateway_policy_table} => Types::TransitGatewayPolicyTable
         
     | 
| 
      
 15779 
     | 
    
         
            +
                #
         
     | 
| 
      
 15780 
     | 
    
         
            +
                # @example Request syntax with placeholder values
         
     | 
| 
      
 15781 
     | 
    
         
            +
                #
         
     | 
| 
      
 15782 
     | 
    
         
            +
                #   resp = client.delete_transit_gateway_policy_table({
         
     | 
| 
      
 15783 
     | 
    
         
            +
                #     transit_gateway_policy_table_id: "TransitGatewayPolicyTableId", # required
         
     | 
| 
      
 15784 
     | 
    
         
            +
                #     dry_run: false,
         
     | 
| 
      
 15785 
     | 
    
         
            +
                #   })
         
     | 
| 
      
 15786 
     | 
    
         
            +
                #
         
     | 
| 
      
 15787 
     | 
    
         
            +
                # @example Response structure
         
     | 
| 
      
 15788 
     | 
    
         
            +
                #
         
     | 
| 
      
 15789 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.transit_gateway_policy_table_id #=> String
         
     | 
| 
      
 15790 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.transit_gateway_id #=> String
         
     | 
| 
      
 15791 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.state #=> String, one of "pending", "available", "deleting", "deleted"
         
     | 
| 
      
 15792 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.creation_time #=> Time
         
     | 
| 
      
 15793 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.tags #=> Array
         
     | 
| 
      
 15794 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.tags[0].key #=> String
         
     | 
| 
      
 15795 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table.tags[0].value #=> String
         
     | 
| 
      
 15796 
     | 
    
         
            +
                #
         
     | 
| 
      
 15797 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteTransitGatewayPolicyTable AWS API Documentation
         
     | 
| 
      
 15798 
     | 
    
         
            +
                #
         
     | 
| 
      
 15799 
     | 
    
         
            +
                # @overload delete_transit_gateway_policy_table(params = {})
         
     | 
| 
      
 15800 
     | 
    
         
            +
                # @param [Hash] params ({})
         
     | 
| 
      
 15801 
     | 
    
         
            +
                def delete_transit_gateway_policy_table(params = {}, options = {})
         
     | 
| 
      
 15802 
     | 
    
         
            +
                  req = build_request(:delete_transit_gateway_policy_table, params)
         
     | 
| 
      
 15803 
     | 
    
         
            +
                  req.send_request(options)
         
     | 
| 
      
 15804 
     | 
    
         
            +
                end
         
     | 
| 
      
 15805 
     | 
    
         
            +
             
     | 
| 
       15578 
15806 
     | 
    
         
             
                # Deletes a reference (route) to a prefix list in a specified transit
         
     | 
| 
       15579 
15807 
     | 
    
         
             
                # gateway route table.
         
     | 
| 
       15580 
15808 
     | 
    
         
             
                #
         
     | 
| 
         @@ -15654,6 +15882,7 @@ module Aws::EC2 
     | 
|
| 
       15654 
15882 
     | 
    
         
             
                #
         
     | 
| 
       15655 
15883 
     | 
    
         
             
                #   resp.route.destination_cidr_block #=> String
         
     | 
| 
       15656 
15884 
     | 
    
         
             
                #   resp.route.prefix_list_id #=> String
         
     | 
| 
      
 15885 
     | 
    
         
            +
                #   resp.route.transit_gateway_route_table_announcement_id #=> String
         
     | 
| 
       15657 
15886 
     | 
    
         
             
                #   resp.route.transit_gateway_attachments #=> Array
         
     | 
| 
       15658 
15887 
     | 
    
         
             
                #   resp.route.transit_gateway_attachments[0].resource_id #=> String
         
     | 
| 
       15659 
15888 
     | 
    
         
             
                #   resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
         
     | 
| 
         @@ -15715,6 +15944,54 @@ module Aws::EC2 
     | 
|
| 
       15715 
15944 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       15716 
15945 
     | 
    
         
             
                end
         
     | 
| 
       15717 
15946 
     | 
    
         | 
| 
      
 15947 
     | 
    
         
            +
                # Advertises to the transit gateway that a transit gateway route table
         
     | 
| 
      
 15948 
     | 
    
         
            +
                # is deleted.
         
     | 
| 
      
 15949 
     | 
    
         
            +
                #
         
     | 
| 
      
 15950 
     | 
    
         
            +
                # @option params [required, String] :transit_gateway_route_table_announcement_id
         
     | 
| 
      
 15951 
     | 
    
         
            +
                #   The transit gateway route table ID that's being deleted.
         
     | 
| 
      
 15952 
     | 
    
         
            +
                #
         
     | 
| 
      
 15953 
     | 
    
         
            +
                # @option params [Boolean] :dry_run
         
     | 
| 
      
 15954 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 15955 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 15956 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 15957 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 15958 
     | 
    
         
            +
                #
         
     | 
| 
      
 15959 
     | 
    
         
            +
                # @return [Types::DeleteTransitGatewayRouteTableAnnouncementResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
      
 15960 
     | 
    
         
            +
                #
         
     | 
| 
      
 15961 
     | 
    
         
            +
                #   * {Types::DeleteTransitGatewayRouteTableAnnouncementResult#transit_gateway_route_table_announcement #transit_gateway_route_table_announcement} => Types::TransitGatewayRouteTableAnnouncement
         
     | 
| 
      
 15962 
     | 
    
         
            +
                #
         
     | 
| 
      
 15963 
     | 
    
         
            +
                # @example Request syntax with placeholder values
         
     | 
| 
      
 15964 
     | 
    
         
            +
                #
         
     | 
| 
      
 15965 
     | 
    
         
            +
                #   resp = client.delete_transit_gateway_route_table_announcement({
         
     | 
| 
      
 15966 
     | 
    
         
            +
                #     transit_gateway_route_table_announcement_id: "TransitGatewayRouteTableAnnouncementId", # required
         
     | 
| 
      
 15967 
     | 
    
         
            +
                #     dry_run: false,
         
     | 
| 
      
 15968 
     | 
    
         
            +
                #   })
         
     | 
| 
      
 15969 
     | 
    
         
            +
                #
         
     | 
| 
      
 15970 
     | 
    
         
            +
                # @example Response structure
         
     | 
| 
      
 15971 
     | 
    
         
            +
                #
         
     | 
| 
      
 15972 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.transit_gateway_route_table_announcement_id #=> String
         
     | 
| 
      
 15973 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.transit_gateway_id #=> String
         
     | 
| 
      
 15974 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.core_network_id #=> String
         
     | 
| 
      
 15975 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.peer_transit_gateway_id #=> String
         
     | 
| 
      
 15976 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.peer_core_network_id #=> String
         
     | 
| 
      
 15977 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.peering_attachment_id #=> String
         
     | 
| 
      
 15978 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.announcement_direction #=> String, one of "outgoing", "incoming"
         
     | 
| 
      
 15979 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.transit_gateway_route_table_id #=> String
         
     | 
| 
      
 15980 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.state #=> String, one of "available", "pending", "failing", "failed", "deleting", "deleted"
         
     | 
| 
      
 15981 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.creation_time #=> Time
         
     | 
| 
      
 15982 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.tags #=> Array
         
     | 
| 
      
 15983 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.tags[0].key #=> String
         
     | 
| 
      
 15984 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcement.tags[0].value #=> String
         
     | 
| 
      
 15985 
     | 
    
         
            +
                #
         
     | 
| 
      
 15986 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteTransitGatewayRouteTableAnnouncement AWS API Documentation
         
     | 
| 
      
 15987 
     | 
    
         
            +
                #
         
     | 
| 
      
 15988 
     | 
    
         
            +
                # @overload delete_transit_gateway_route_table_announcement(params = {})
         
     | 
| 
      
 15989 
     | 
    
         
            +
                # @param [Hash] params ({})
         
     | 
| 
      
 15990 
     | 
    
         
            +
                def delete_transit_gateway_route_table_announcement(params = {}, options = {})
         
     | 
| 
      
 15991 
     | 
    
         
            +
                  req = build_request(:delete_transit_gateway_route_table_announcement, params)
         
     | 
| 
      
 15992 
     | 
    
         
            +
                  req.send_request(options)
         
     | 
| 
      
 15993 
     | 
    
         
            +
                end
         
     | 
| 
      
 15994 
     | 
    
         
            +
             
     | 
| 
       15718 
15995 
     | 
    
         
             
                # Deletes the specified VPC attachment.
         
     | 
| 
       15719 
15996 
     | 
    
         
             
                #
         
     | 
| 
       15720 
15997 
     | 
    
         
             
                # @option params [required, String] :transit_gateway_attachment_id
         
     | 
| 
         @@ -23078,7 +23355,7 @@ module Aws::EC2 
     | 
|
| 
       23078 
23355 
     | 
    
         
             
                #   resp.launch_template_versions[0].launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
         
     | 
| 
       23079 
23356 
     | 
    
         
             
                #   resp.launch_template_versions[0].launch_template_data.user_data #=> String
         
     | 
| 
       23080 
23357 
     | 
    
         
             
                #   resp.launch_template_versions[0].launch_template_data.tag_specifications #=> Array
         
     | 
| 
       23081 
     | 
    
         
            -
                #   resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "capacity-reservation", "client-vpn-endpoint", "customer-gateway", "carrier-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "instance-event-window", "internet-gateway", "ipam", "ipam-pool", "ipam-scope", "ipv4pool-ec2", "ipv6pool-ec2", "key-pair", "launch-template", "local-gateway", "local-gateway-route-table", "local-gateway-virtual-interface", "local-gateway-virtual-interface-group", "local-gateway-route-table-vpc-association", "local-gateway-route-table-virtual-interface-group-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "network-insights-access-scope", "network-insights-access-scope-analysis", "placement-group", "prefix-list", "replace-root-volume-task", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "subnet-cidr-reservation", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-endpoint", "vpc-endpoint-service", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
         
     | 
| 
      
 23358 
     | 
    
         
            +
                #   resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "capacity-reservation", "client-vpn-endpoint", "customer-gateway", "carrier-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "instance-event-window", "internet-gateway", "ipam", "ipam-pool", "ipam-scope", "ipv4pool-ec2", "ipv6pool-ec2", "key-pair", "launch-template", "local-gateway", "local-gateway-route-table", "local-gateway-virtual-interface", "local-gateway-virtual-interface-group", "local-gateway-route-table-vpc-association", "local-gateway-route-table-virtual-interface-group-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "network-insights-access-scope", "network-insights-access-scope-analysis", "placement-group", "prefix-list", "replace-root-volume-task", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "subnet-cidr-reservation", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-policy-table", "transit-gateway-route-table", "transit-gateway-route-table-announcement", "volume", "vpc", "vpc-endpoint", "vpc-endpoint-service", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
         
     | 
| 
       23082 
23359 
     | 
    
         
             
                #   resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags #=> Array
         
     | 
| 
       23083 
23360 
     | 
    
         
             
                #   resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].key #=> String
         
     | 
| 
       23084 
23361 
     | 
    
         
             
                #   resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].value #=> String
         
     | 
| 
         @@ -28264,7 +28541,7 @@ module Aws::EC2 
     | 
|
| 
       28264 
28541 
     | 
    
         
             
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].user_data #=> String
         
     | 
| 
       28265 
28542 
     | 
    
         
             
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].weighted_capacity #=> Float
         
     | 
| 
       28266 
28543 
     | 
    
         
             
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications #=> Array
         
     | 
| 
       28267 
     | 
    
         
            -
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "capacity-reservation", "client-vpn-endpoint", "customer-gateway", "carrier-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "instance-event-window", "internet-gateway", "ipam", "ipam-pool", "ipam-scope", "ipv4pool-ec2", "ipv6pool-ec2", "key-pair", "launch-template", "local-gateway", "local-gateway-route-table", "local-gateway-virtual-interface", "local-gateway-virtual-interface-group", "local-gateway-route-table-vpc-association", "local-gateway-route-table-virtual-interface-group-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "network-insights-access-scope", "network-insights-access-scope-analysis", "placement-group", "prefix-list", "replace-root-volume-task", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "subnet-cidr-reservation", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-endpoint", "vpc-endpoint-service", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
         
     | 
| 
      
 28544 
     | 
    
         
            +
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "capacity-reservation", "client-vpn-endpoint", "customer-gateway", "carrier-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "instance-event-window", "internet-gateway", "ipam", "ipam-pool", "ipam-scope", "ipv4pool-ec2", "ipv6pool-ec2", "key-pair", "launch-template", "local-gateway", "local-gateway-route-table", "local-gateway-virtual-interface", "local-gateway-virtual-interface-group", "local-gateway-route-table-vpc-association", "local-gateway-route-table-virtual-interface-group-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "network-insights-access-scope", "network-insights-access-scope-analysis", "placement-group", "prefix-list", "replace-root-volume-task", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "subnet-cidr-reservation", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-policy-table", "transit-gateway-route-table", "transit-gateway-route-table-announcement", "volume", "vpc", "vpc-endpoint", "vpc-endpoint-service", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
         
     | 
| 
       28268 
28545 
     | 
    
         
             
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags #=> Array
         
     | 
| 
       28269 
28546 
     | 
    
         
             
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].key #=> String
         
     | 
| 
       28270 
28547 
     | 
    
         
             
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].value #=> String
         
     | 
| 
         @@ -28370,7 +28647,7 @@ module Aws::EC2 
     | 
|
| 
       28370 
28647 
     | 
    
         
             
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.context #=> String
         
     | 
| 
       28371 
28648 
     | 
    
         
             
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.target_capacity_unit_type #=> String, one of "vcpu", "memory-mib", "units"
         
     | 
| 
       28372 
28649 
     | 
    
         
             
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications #=> Array
         
     | 
| 
       28373 
     | 
    
         
            -
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].resource_type #=> String, one of "capacity-reservation", "client-vpn-endpoint", "customer-gateway", "carrier-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "instance-event-window", "internet-gateway", "ipam", "ipam-pool", "ipam-scope", "ipv4pool-ec2", "ipv6pool-ec2", "key-pair", "launch-template", "local-gateway", "local-gateway-route-table", "local-gateway-virtual-interface", "local-gateway-virtual-interface-group", "local-gateway-route-table-vpc-association", "local-gateway-route-table-virtual-interface-group-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "network-insights-access-scope", "network-insights-access-scope-analysis", "placement-group", "prefix-list", "replace-root-volume-task", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "subnet-cidr-reservation", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-endpoint", "vpc-endpoint-service", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
         
     | 
| 
      
 28650 
     | 
    
         
            +
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].resource_type #=> String, one of "capacity-reservation", "client-vpn-endpoint", "customer-gateway", "carrier-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "instance-event-window", "internet-gateway", "ipam", "ipam-pool", "ipam-scope", "ipv4pool-ec2", "ipv6pool-ec2", "key-pair", "launch-template", "local-gateway", "local-gateway-route-table", "local-gateway-virtual-interface", "local-gateway-virtual-interface-group", "local-gateway-route-table-vpc-association", "local-gateway-route-table-virtual-interface-group-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "network-insights-access-scope", "network-insights-access-scope-analysis", "placement-group", "prefix-list", "replace-root-volume-task", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "subnet-cidr-reservation", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-policy-table", "transit-gateway-route-table", "transit-gateway-route-table-announcement", "volume", "vpc", "vpc-endpoint", "vpc-endpoint-service", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
         
     | 
| 
       28374 
28651 
     | 
    
         
             
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags #=> Array
         
     | 
| 
       28375 
28652 
     | 
    
         
             
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].key #=> String
         
     | 
| 
       28376 
28653 
     | 
    
         
             
                #   resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].value #=> String
         
     | 
| 
         @@ -29357,7 +29634,7 @@ module Aws::EC2 
     | 
|
| 
       29357 
29634 
     | 
    
         
             
                #   resp.tags #=> Array
         
     | 
| 
       29358 
29635 
     | 
    
         
             
                #   resp.tags[0].key #=> String
         
     | 
| 
       29359 
29636 
     | 
    
         
             
                #   resp.tags[0].resource_id #=> String
         
     | 
| 
       29360 
     | 
    
         
            -
                #   resp.tags[0].resource_type #=> String, one of "capacity-reservation", "client-vpn-endpoint", "customer-gateway", "carrier-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "instance-event-window", "internet-gateway", "ipam", "ipam-pool", "ipam-scope", "ipv4pool-ec2", "ipv6pool-ec2", "key-pair", "launch-template", "local-gateway", "local-gateway-route-table", "local-gateway-virtual-interface", "local-gateway-virtual-interface-group", "local-gateway-route-table-vpc-association", "local-gateway-route-table-virtual-interface-group-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "network-insights-access-scope", "network-insights-access-scope-analysis", "placement-group", "prefix-list", "replace-root-volume-task", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "subnet-cidr-reservation", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-endpoint", "vpc-endpoint-service", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
         
     | 
| 
      
 29637 
     | 
    
         
            +
                #   resp.tags[0].resource_type #=> String, one of "capacity-reservation", "client-vpn-endpoint", "customer-gateway", "carrier-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "instance-event-window", "internet-gateway", "ipam", "ipam-pool", "ipam-scope", "ipv4pool-ec2", "ipv6pool-ec2", "key-pair", "launch-template", "local-gateway", "local-gateway-route-table", "local-gateway-virtual-interface", "local-gateway-virtual-interface-group", "local-gateway-route-table-vpc-association", "local-gateway-route-table-virtual-interface-group-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "network-insights-access-scope", "network-insights-access-scope-analysis", "placement-group", "prefix-list", "replace-root-volume-task", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "subnet-cidr-reservation", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-policy-table", "transit-gateway-route-table", "transit-gateway-route-table-announcement", "volume", "vpc", "vpc-endpoint", "vpc-endpoint-service", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
         
     | 
| 
       29361 
29638 
     | 
    
         
             
                #   resp.tags[0].value #=> String
         
     | 
| 
       29362 
29639 
     | 
    
         
             
                #
         
     | 
| 
       29363 
29640 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTags AWS API Documentation
         
     | 
| 
         @@ -30055,12 +30332,16 @@ module Aws::EC2 
     | 
|
| 
       30055 
30332 
     | 
    
         
             
                #
         
     | 
| 
       30056 
30333 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachments #=> Array
         
     | 
| 
       30057 
30334 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachments[0].transit_gateway_attachment_id #=> String
         
     | 
| 
      
 30335 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachments[0].accepter_transit_gateway_attachment_id #=> String
         
     | 
| 
       30058 
30336 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachments[0].requester_tgw_info.transit_gateway_id #=> String
         
     | 
| 
      
 30337 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachments[0].requester_tgw_info.core_network_id #=> String
         
     | 
| 
       30059 
30338 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachments[0].requester_tgw_info.owner_id #=> String
         
     | 
| 
       30060 
30339 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachments[0].requester_tgw_info.region #=> String
         
     | 
| 
       30061 
30340 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachments[0].accepter_tgw_info.transit_gateway_id #=> String
         
     | 
| 
      
 30341 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachments[0].accepter_tgw_info.core_network_id #=> String
         
     | 
| 
       30062 
30342 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachments[0].accepter_tgw_info.owner_id #=> String
         
     | 
| 
       30063 
30343 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachments[0].accepter_tgw_info.region #=> String
         
     | 
| 
      
 30344 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachments[0].options.dynamic_routing #=> String, one of "enable", "disable"
         
     | 
| 
       30064 
30345 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachments[0].status.code #=> String
         
     | 
| 
       30065 
30346 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachments[0].status.message #=> String
         
     | 
| 
       30066 
30347 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachments[0].state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
         
     | 
| 
         @@ -30079,6 +30360,142 @@ module Aws::EC2 
     | 
|
| 
       30079 
30360 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       30080 
30361 
     | 
    
         
             
                end
         
     | 
| 
       30081 
30362 
     | 
    
         | 
| 
      
 30363 
     | 
    
         
            +
                # Describes one or more transit gateway route policy tables.
         
     | 
| 
      
 30364 
     | 
    
         
            +
                #
         
     | 
| 
      
 30365 
     | 
    
         
            +
                # @option params [Array<String>] :transit_gateway_policy_table_ids
         
     | 
| 
      
 30366 
     | 
    
         
            +
                #   The IDs of the transit gateway policy tables.
         
     | 
| 
      
 30367 
     | 
    
         
            +
                #
         
     | 
| 
      
 30368 
     | 
    
         
            +
                # @option params [Array<Types::Filter>] :filters
         
     | 
| 
      
 30369 
     | 
    
         
            +
                #   The filters associated with the transit gateway policy table.
         
     | 
| 
      
 30370 
     | 
    
         
            +
                #
         
     | 
| 
      
 30371 
     | 
    
         
            +
                # @option params [Integer] :max_results
         
     | 
| 
      
 30372 
     | 
    
         
            +
                #   The maximum number of results to return with a single call. To
         
     | 
| 
      
 30373 
     | 
    
         
            +
                #   retrieve the remaining results, make another call with the returned
         
     | 
| 
      
 30374 
     | 
    
         
            +
                #   `nextToken` value.
         
     | 
| 
      
 30375 
     | 
    
         
            +
                #
         
     | 
| 
      
 30376 
     | 
    
         
            +
                # @option params [String] :next_token
         
     | 
| 
      
 30377 
     | 
    
         
            +
                #   The token for the next page of results.
         
     | 
| 
      
 30378 
     | 
    
         
            +
                #
         
     | 
| 
      
 30379 
     | 
    
         
            +
                # @option params [Boolean] :dry_run
         
     | 
| 
      
 30380 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 30381 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 30382 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 30383 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 30384 
     | 
    
         
            +
                #
         
     | 
| 
      
 30385 
     | 
    
         
            +
                # @return [Types::DescribeTransitGatewayPolicyTablesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
      
 30386 
     | 
    
         
            +
                #
         
     | 
| 
      
 30387 
     | 
    
         
            +
                #   * {Types::DescribeTransitGatewayPolicyTablesResult#transit_gateway_policy_tables #transit_gateway_policy_tables} => Array<Types::TransitGatewayPolicyTable>
         
     | 
| 
      
 30388 
     | 
    
         
            +
                #   * {Types::DescribeTransitGatewayPolicyTablesResult#next_token #next_token} => String
         
     | 
| 
      
 30389 
     | 
    
         
            +
                #
         
     | 
| 
      
 30390 
     | 
    
         
            +
                # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
         
     | 
| 
      
 30391 
     | 
    
         
            +
                #
         
     | 
| 
      
 30392 
     | 
    
         
            +
                # @example Request syntax with placeholder values
         
     | 
| 
      
 30393 
     | 
    
         
            +
                #
         
     | 
| 
      
 30394 
     | 
    
         
            +
                #   resp = client.describe_transit_gateway_policy_tables({
         
     | 
| 
      
 30395 
     | 
    
         
            +
                #     transit_gateway_policy_table_ids: ["TransitGatewayPolicyTableId"],
         
     | 
| 
      
 30396 
     | 
    
         
            +
                #     filters: [
         
     | 
| 
      
 30397 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 30398 
     | 
    
         
            +
                #         name: "String",
         
     | 
| 
      
 30399 
     | 
    
         
            +
                #         values: ["String"],
         
     | 
| 
      
 30400 
     | 
    
         
            +
                #       },
         
     | 
| 
      
 30401 
     | 
    
         
            +
                #     ],
         
     | 
| 
      
 30402 
     | 
    
         
            +
                #     max_results: 1,
         
     | 
| 
      
 30403 
     | 
    
         
            +
                #     next_token: "String",
         
     | 
| 
      
 30404 
     | 
    
         
            +
                #     dry_run: false,
         
     | 
| 
      
 30405 
     | 
    
         
            +
                #   })
         
     | 
| 
      
 30406 
     | 
    
         
            +
                #
         
     | 
| 
      
 30407 
     | 
    
         
            +
                # @example Response structure
         
     | 
| 
      
 30408 
     | 
    
         
            +
                #
         
     | 
| 
      
 30409 
     | 
    
         
            +
                #   resp.transit_gateway_policy_tables #=> Array
         
     | 
| 
      
 30410 
     | 
    
         
            +
                #   resp.transit_gateway_policy_tables[0].transit_gateway_policy_table_id #=> String
         
     | 
| 
      
 30411 
     | 
    
         
            +
                #   resp.transit_gateway_policy_tables[0].transit_gateway_id #=> String
         
     | 
| 
      
 30412 
     | 
    
         
            +
                #   resp.transit_gateway_policy_tables[0].state #=> String, one of "pending", "available", "deleting", "deleted"
         
     | 
| 
      
 30413 
     | 
    
         
            +
                #   resp.transit_gateway_policy_tables[0].creation_time #=> Time
         
     | 
| 
      
 30414 
     | 
    
         
            +
                #   resp.transit_gateway_policy_tables[0].tags #=> Array
         
     | 
| 
      
 30415 
     | 
    
         
            +
                #   resp.transit_gateway_policy_tables[0].tags[0].key #=> String
         
     | 
| 
      
 30416 
     | 
    
         
            +
                #   resp.transit_gateway_policy_tables[0].tags[0].value #=> String
         
     | 
| 
      
 30417 
     | 
    
         
            +
                #   resp.next_token #=> String
         
     | 
| 
      
 30418 
     | 
    
         
            +
                #
         
     | 
| 
      
 30419 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTransitGatewayPolicyTables AWS API Documentation
         
     | 
| 
      
 30420 
     | 
    
         
            +
                #
         
     | 
| 
      
 30421 
     | 
    
         
            +
                # @overload describe_transit_gateway_policy_tables(params = {})
         
     | 
| 
      
 30422 
     | 
    
         
            +
                # @param [Hash] params ({})
         
     | 
| 
      
 30423 
     | 
    
         
            +
                def describe_transit_gateway_policy_tables(params = {}, options = {})
         
     | 
| 
      
 30424 
     | 
    
         
            +
                  req = build_request(:describe_transit_gateway_policy_tables, params)
         
     | 
| 
      
 30425 
     | 
    
         
            +
                  req.send_request(options)
         
     | 
| 
      
 30426 
     | 
    
         
            +
                end
         
     | 
| 
      
 30427 
     | 
    
         
            +
             
     | 
| 
      
 30428 
     | 
    
         
            +
                # Describes one or more transit gateway route table advertisements.
         
     | 
| 
      
 30429 
     | 
    
         
            +
                #
         
     | 
| 
      
 30430 
     | 
    
         
            +
                # @option params [Array<String>] :transit_gateway_route_table_announcement_ids
         
     | 
| 
      
 30431 
     | 
    
         
            +
                #   The IDs of the transit gateway route tables that are being advertised.
         
     | 
| 
      
 30432 
     | 
    
         
            +
                #
         
     | 
| 
      
 30433 
     | 
    
         
            +
                # @option params [Array<Types::Filter>] :filters
         
     | 
| 
      
 30434 
     | 
    
         
            +
                #   The filters associated with the transit gateway policy table.
         
     | 
| 
      
 30435 
     | 
    
         
            +
                #
         
     | 
| 
      
 30436 
     | 
    
         
            +
                # @option params [Integer] :max_results
         
     | 
| 
      
 30437 
     | 
    
         
            +
                #   The maximum number of results to return with a single call. To
         
     | 
| 
      
 30438 
     | 
    
         
            +
                #   retrieve the remaining results, make another call with the returned
         
     | 
| 
      
 30439 
     | 
    
         
            +
                #   `nextToken` value.
         
     | 
| 
      
 30440 
     | 
    
         
            +
                #
         
     | 
| 
      
 30441 
     | 
    
         
            +
                # @option params [String] :next_token
         
     | 
| 
      
 30442 
     | 
    
         
            +
                #   The token for the next page of results.
         
     | 
| 
      
 30443 
     | 
    
         
            +
                #
         
     | 
| 
      
 30444 
     | 
    
         
            +
                # @option params [Boolean] :dry_run
         
     | 
| 
      
 30445 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 30446 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 30447 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 30448 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 30449 
     | 
    
         
            +
                #
         
     | 
| 
      
 30450 
     | 
    
         
            +
                # @return [Types::DescribeTransitGatewayRouteTableAnnouncementsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
      
 30451 
     | 
    
         
            +
                #
         
     | 
| 
      
 30452 
     | 
    
         
            +
                #   * {Types::DescribeTransitGatewayRouteTableAnnouncementsResult#transit_gateway_route_table_announcements #transit_gateway_route_table_announcements} => Array<Types::TransitGatewayRouteTableAnnouncement>
         
     | 
| 
      
 30453 
     | 
    
         
            +
                #   * {Types::DescribeTransitGatewayRouteTableAnnouncementsResult#next_token #next_token} => String
         
     | 
| 
      
 30454 
     | 
    
         
            +
                #
         
     | 
| 
      
 30455 
     | 
    
         
            +
                # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
         
     | 
| 
      
 30456 
     | 
    
         
            +
                #
         
     | 
| 
      
 30457 
     | 
    
         
            +
                # @example Request syntax with placeholder values
         
     | 
| 
      
 30458 
     | 
    
         
            +
                #
         
     | 
| 
      
 30459 
     | 
    
         
            +
                #   resp = client.describe_transit_gateway_route_table_announcements({
         
     | 
| 
      
 30460 
     | 
    
         
            +
                #     transit_gateway_route_table_announcement_ids: ["TransitGatewayRouteTableAnnouncementId"],
         
     | 
| 
      
 30461 
     | 
    
         
            +
                #     filters: [
         
     | 
| 
      
 30462 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 30463 
     | 
    
         
            +
                #         name: "String",
         
     | 
| 
      
 30464 
     | 
    
         
            +
                #         values: ["String"],
         
     | 
| 
      
 30465 
     | 
    
         
            +
                #       },
         
     | 
| 
      
 30466 
     | 
    
         
            +
                #     ],
         
     | 
| 
      
 30467 
     | 
    
         
            +
                #     max_results: 1,
         
     | 
| 
      
 30468 
     | 
    
         
            +
                #     next_token: "String",
         
     | 
| 
      
 30469 
     | 
    
         
            +
                #     dry_run: false,
         
     | 
| 
      
 30470 
     | 
    
         
            +
                #   })
         
     | 
| 
      
 30471 
     | 
    
         
            +
                #
         
     | 
| 
      
 30472 
     | 
    
         
            +
                # @example Response structure
         
     | 
| 
      
 30473 
     | 
    
         
            +
                #
         
     | 
| 
      
 30474 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements #=> Array
         
     | 
| 
      
 30475 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements[0].transit_gateway_route_table_announcement_id #=> String
         
     | 
| 
      
 30476 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements[0].transit_gateway_id #=> String
         
     | 
| 
      
 30477 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements[0].core_network_id #=> String
         
     | 
| 
      
 30478 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements[0].peer_transit_gateway_id #=> String
         
     | 
| 
      
 30479 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements[0].peer_core_network_id #=> String
         
     | 
| 
      
 30480 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements[0].peering_attachment_id #=> String
         
     | 
| 
      
 30481 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements[0].announcement_direction #=> String, one of "outgoing", "incoming"
         
     | 
| 
      
 30482 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements[0].transit_gateway_route_table_id #=> String
         
     | 
| 
      
 30483 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements[0].state #=> String, one of "available", "pending", "failing", "failed", "deleting", "deleted"
         
     | 
| 
      
 30484 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements[0].creation_time #=> Time
         
     | 
| 
      
 30485 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements[0].tags #=> Array
         
     | 
| 
      
 30486 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements[0].tags[0].key #=> String
         
     | 
| 
      
 30487 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_announcements[0].tags[0].value #=> String
         
     | 
| 
      
 30488 
     | 
    
         
            +
                #   resp.next_token #=> String
         
     | 
| 
      
 30489 
     | 
    
         
            +
                #
         
     | 
| 
      
 30490 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTransitGatewayRouteTableAnnouncements AWS API Documentation
         
     | 
| 
      
 30491 
     | 
    
         
            +
                #
         
     | 
| 
      
 30492 
     | 
    
         
            +
                # @overload describe_transit_gateway_route_table_announcements(params = {})
         
     | 
| 
      
 30493 
     | 
    
         
            +
                # @param [Hash] params ({})
         
     | 
| 
      
 30494 
     | 
    
         
            +
                def describe_transit_gateway_route_table_announcements(params = {}, options = {})
         
     | 
| 
      
 30495 
     | 
    
         
            +
                  req = build_request(:describe_transit_gateway_route_table_announcements, params)
         
     | 
| 
      
 30496 
     | 
    
         
            +
                  req.send_request(options)
         
     | 
| 
      
 30497 
     | 
    
         
            +
                end
         
     | 
| 
      
 30498 
     | 
    
         
            +
             
     | 
| 
       30082 
30499 
     | 
    
         
             
                # Describes one or more transit gateway route tables. By default, all
         
     | 
| 
       30083 
30500 
     | 
    
         
             
                # transit gateway route tables are described. Alternatively, you can
         
     | 
| 
       30084 
30501 
     | 
    
         
             
                # filter the results.
         
     | 
| 
         @@ -33006,7 +33423,7 @@ module Aws::EC2 
     | 
|
| 
       33006 
33423 
     | 
    
         
             
                # @option params [required, String] :transit_gateway_route_table_id
         
     | 
| 
       33007 
33424 
     | 
    
         
             
                #   The ID of the propagation route table.
         
     | 
| 
       33008 
33425 
     | 
    
         
             
                #
         
     | 
| 
       33009 
     | 
    
         
            -
                # @option params [ 
     | 
| 
      
 33426 
     | 
    
         
            +
                # @option params [String] :transit_gateway_attachment_id
         
     | 
| 
       33010 
33427 
     | 
    
         
             
                #   The ID of the attachment.
         
     | 
| 
       33011 
33428 
     | 
    
         
             
                #
         
     | 
| 
       33012 
33429 
     | 
    
         
             
                # @option params [Boolean] :dry_run
         
     | 
| 
         @@ -33015,6 +33432,9 @@ module Aws::EC2 
     | 
|
| 
       33015 
33432 
     | 
    
         
             
                #   If you have the required permissions, the error response is
         
     | 
| 
       33016 
33433 
     | 
    
         
             
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
       33017 
33434 
     | 
    
         
             
                #
         
     | 
| 
      
 33435 
     | 
    
         
            +
                # @option params [String] :transit_gateway_route_table_announcement_id
         
     | 
| 
      
 33436 
     | 
    
         
            +
                #   The ID of the route table announcement.
         
     | 
| 
      
 33437 
     | 
    
         
            +
                #
         
     | 
| 
       33018 
33438 
     | 
    
         
             
                # @return [Types::DisableTransitGatewayRouteTablePropagationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
       33019 
33439 
     | 
    
         
             
                #
         
     | 
| 
       33020 
33440 
     | 
    
         
             
                #   * {Types::DisableTransitGatewayRouteTablePropagationResult#propagation #propagation} => Types::TransitGatewayPropagation
         
     | 
| 
         @@ -33023,8 +33443,9 @@ module Aws::EC2 
     | 
|
| 
       33023 
33443 
     | 
    
         
             
                #
         
     | 
| 
       33024 
33444 
     | 
    
         
             
                #   resp = client.disable_transit_gateway_route_table_propagation({
         
     | 
| 
       33025 
33445 
     | 
    
         
             
                #     transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
         
     | 
| 
       33026 
     | 
    
         
            -
                #     transit_gateway_attachment_id: "TransitGatewayAttachmentId", 
     | 
| 
      
 33446 
     | 
    
         
            +
                #     transit_gateway_attachment_id: "TransitGatewayAttachmentId",
         
     | 
| 
       33027 
33447 
     | 
    
         
             
                #     dry_run: false,
         
     | 
| 
      
 33448 
     | 
    
         
            +
                #     transit_gateway_route_table_announcement_id: "TransitGatewayRouteTableAnnouncementId",
         
     | 
| 
       33028 
33449 
     | 
    
         
             
                #   })
         
     | 
| 
       33029 
33450 
     | 
    
         
             
                #
         
     | 
| 
       33030 
33451 
     | 
    
         
             
                # @example Response structure
         
     | 
| 
         @@ -33034,6 +33455,7 @@ module Aws::EC2 
     | 
|
| 
       33034 
33455 
     | 
    
         
             
                #   resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
         
     | 
| 
       33035 
33456 
     | 
    
         
             
                #   resp.propagation.transit_gateway_route_table_id #=> String
         
     | 
| 
       33036 
33457 
     | 
    
         
             
                #   resp.propagation.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
         
     | 
| 
      
 33458 
     | 
    
         
            +
                #   resp.propagation.transit_gateway_route_table_announcement_id #=> String
         
     | 
| 
       33037 
33459 
     | 
    
         
             
                #
         
     | 
| 
       33038 
33460 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisableTransitGatewayRouteTablePropagation AWS API Documentation
         
     | 
| 
       33039 
33461 
     | 
    
         
             
                #
         
     | 
| 
         @@ -33589,6 +34011,50 @@ module Aws::EC2 
     | 
|
| 
       33589 
34011 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       33590 
34012 
     | 
    
         
             
                end
         
     | 
| 
       33591 
34013 
     | 
    
         | 
| 
      
 34014 
     | 
    
         
            +
                # Removes the association between an an attachment and a policy table.
         
     | 
| 
      
 34015 
     | 
    
         
            +
                #
         
     | 
| 
      
 34016 
     | 
    
         
            +
                # @option params [required, String] :transit_gateway_policy_table_id
         
     | 
| 
      
 34017 
     | 
    
         
            +
                #   The ID of the disassociated policy table.
         
     | 
| 
      
 34018 
     | 
    
         
            +
                #
         
     | 
| 
      
 34019 
     | 
    
         
            +
                # @option params [required, String] :transit_gateway_attachment_id
         
     | 
| 
      
 34020 
     | 
    
         
            +
                #   The ID of the transit gateway attachment to disassociate from the
         
     | 
| 
      
 34021 
     | 
    
         
            +
                #   policy table.
         
     | 
| 
      
 34022 
     | 
    
         
            +
                #
         
     | 
| 
      
 34023 
     | 
    
         
            +
                # @option params [Boolean] :dry_run
         
     | 
| 
      
 34024 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 34025 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 34026 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 34027 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 34028 
     | 
    
         
            +
                #
         
     | 
| 
      
 34029 
     | 
    
         
            +
                # @return [Types::DisassociateTransitGatewayPolicyTableResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
      
 34030 
     | 
    
         
            +
                #
         
     | 
| 
      
 34031 
     | 
    
         
            +
                #   * {Types::DisassociateTransitGatewayPolicyTableResult#association #association} => Types::TransitGatewayPolicyTableAssociation
         
     | 
| 
      
 34032 
     | 
    
         
            +
                #
         
     | 
| 
      
 34033 
     | 
    
         
            +
                # @example Request syntax with placeholder values
         
     | 
| 
      
 34034 
     | 
    
         
            +
                #
         
     | 
| 
      
 34035 
     | 
    
         
            +
                #   resp = client.disassociate_transit_gateway_policy_table({
         
     | 
| 
      
 34036 
     | 
    
         
            +
                #     transit_gateway_policy_table_id: "TransitGatewayPolicyTableId", # required
         
     | 
| 
      
 34037 
     | 
    
         
            +
                #     transit_gateway_attachment_id: "TransitGatewayAttachmentId", # required
         
     | 
| 
      
 34038 
     | 
    
         
            +
                #     dry_run: false,
         
     | 
| 
      
 34039 
     | 
    
         
            +
                #   })
         
     | 
| 
      
 34040 
     | 
    
         
            +
                #
         
     | 
| 
      
 34041 
     | 
    
         
            +
                # @example Response structure
         
     | 
| 
      
 34042 
     | 
    
         
            +
                #
         
     | 
| 
      
 34043 
     | 
    
         
            +
                #   resp.association.transit_gateway_policy_table_id #=> String
         
     | 
| 
      
 34044 
     | 
    
         
            +
                #   resp.association.transit_gateway_attachment_id #=> String
         
     | 
| 
      
 34045 
     | 
    
         
            +
                #   resp.association.resource_id #=> String
         
     | 
| 
      
 34046 
     | 
    
         
            +
                #   resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
         
     | 
| 
      
 34047 
     | 
    
         
            +
                #   resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
         
     | 
| 
      
 34048 
     | 
    
         
            +
                #
         
     | 
| 
      
 34049 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateTransitGatewayPolicyTable AWS API Documentation
         
     | 
| 
      
 34050 
     | 
    
         
            +
                #
         
     | 
| 
      
 34051 
     | 
    
         
            +
                # @overload disassociate_transit_gateway_policy_table(params = {})
         
     | 
| 
      
 34052 
     | 
    
         
            +
                # @param [Hash] params ({})
         
     | 
| 
      
 34053 
     | 
    
         
            +
                def disassociate_transit_gateway_policy_table(params = {}, options = {})
         
     | 
| 
      
 34054 
     | 
    
         
            +
                  req = build_request(:disassociate_transit_gateway_policy_table, params)
         
     | 
| 
      
 34055 
     | 
    
         
            +
                  req.send_request(options)
         
     | 
| 
      
 34056 
     | 
    
         
            +
                end
         
     | 
| 
      
 34057 
     | 
    
         
            +
             
     | 
| 
       33592 
34058 
     | 
    
         
             
                # Disassociates a resource attachment from a transit gateway route
         
     | 
| 
       33593 
34059 
     | 
    
         
             
                # table.
         
     | 
| 
       33594 
34060 
     | 
    
         
             
                #
         
     | 
| 
         @@ -34089,7 +34555,7 @@ module Aws::EC2 
     | 
|
| 
       34089 
34555 
     | 
    
         
             
                # @option params [required, String] :transit_gateway_route_table_id
         
     | 
| 
       34090 
34556 
     | 
    
         
             
                #   The ID of the propagation route table.
         
     | 
| 
       34091 
34557 
     | 
    
         
             
                #
         
     | 
| 
       34092 
     | 
    
         
            -
                # @option params [ 
     | 
| 
      
 34558 
     | 
    
         
            +
                # @option params [String] :transit_gateway_attachment_id
         
     | 
| 
       34093 
34559 
     | 
    
         
             
                #   The ID of the attachment.
         
     | 
| 
       34094 
34560 
     | 
    
         
             
                #
         
     | 
| 
       34095 
34561 
     | 
    
         
             
                # @option params [Boolean] :dry_run
         
     | 
| 
         @@ -34098,6 +34564,9 @@ module Aws::EC2 
     | 
|
| 
       34098 
34564 
     | 
    
         
             
                #   If you have the required permissions, the error response is
         
     | 
| 
       34099 
34565 
     | 
    
         
             
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
       34100 
34566 
     | 
    
         
             
                #
         
     | 
| 
      
 34567 
     | 
    
         
            +
                # @option params [String] :transit_gateway_route_table_announcement_id
         
     | 
| 
      
 34568 
     | 
    
         
            +
                #   The ID of the transit gateway route table announcement.
         
     | 
| 
      
 34569 
     | 
    
         
            +
                #
         
     | 
| 
       34101 
34570 
     | 
    
         
             
                # @return [Types::EnableTransitGatewayRouteTablePropagationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
       34102 
34571 
     | 
    
         
             
                #
         
     | 
| 
       34103 
34572 
     | 
    
         
             
                #   * {Types::EnableTransitGatewayRouteTablePropagationResult#propagation #propagation} => Types::TransitGatewayPropagation
         
     | 
| 
         @@ -34106,8 +34575,9 @@ module Aws::EC2 
     | 
|
| 
       34106 
34575 
     | 
    
         
             
                #
         
     | 
| 
       34107 
34576 
     | 
    
         
             
                #   resp = client.enable_transit_gateway_route_table_propagation({
         
     | 
| 
       34108 
34577 
     | 
    
         
             
                #     transit_gateway_route_table_id: "TransitGatewayRouteTableId", # required
         
     | 
| 
       34109 
     | 
    
         
            -
                #     transit_gateway_attachment_id: "TransitGatewayAttachmentId", 
     | 
| 
      
 34578 
     | 
    
         
            +
                #     transit_gateway_attachment_id: "TransitGatewayAttachmentId",
         
     | 
| 
       34110 
34579 
     | 
    
         
             
                #     dry_run: false,
         
     | 
| 
      
 34580 
     | 
    
         
            +
                #     transit_gateway_route_table_announcement_id: "TransitGatewayRouteTableAnnouncementId",
         
     | 
| 
       34111 
34581 
     | 
    
         
             
                #   })
         
     | 
| 
       34112 
34582 
     | 
    
         
             
                #
         
     | 
| 
       34113 
34583 
     | 
    
         
             
                # @example Response structure
         
     | 
| 
         @@ -34117,6 +34587,7 @@ module Aws::EC2 
     | 
|
| 
       34117 
34587 
     | 
    
         
             
                #   resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
         
     | 
| 
       34118 
34588 
     | 
    
         
             
                #   resp.propagation.transit_gateway_route_table_id #=> String
         
     | 
| 
       34119 
34589 
     | 
    
         
             
                #   resp.propagation.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
         
     | 
| 
      
 34590 
     | 
    
         
            +
                #   resp.propagation.transit_gateway_route_table_announcement_id #=> String
         
     | 
| 
       34120 
34591 
     | 
    
         
             
                #
         
     | 
| 
       34121 
34592 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnableTransitGatewayRouteTablePropagation AWS API Documentation
         
     | 
| 
       34122 
34593 
     | 
    
         
             
                #
         
     | 
| 
         @@ -34448,7 +34919,7 @@ module Aws::EC2 
     | 
|
| 
       34448 
34919 
     | 
    
         
             
                #     role_name: "String",
         
     | 
| 
       34449 
34920 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       34450 
34921 
     | 
    
         
             
                #       {
         
     | 
| 
       34451 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 34922 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       34452 
34923 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       34453 
34924 
     | 
    
         
             
                #           {
         
     | 
| 
       34454 
34925 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -35890,7 +36361,7 @@ module Aws::EC2 
     | 
|
| 
       35890 
36361 
     | 
    
         
             
                #   resp.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
         
     | 
| 
       35891 
36362 
     | 
    
         
             
                #   resp.launch_template_data.user_data #=> String
         
     | 
| 
       35892 
36363 
     | 
    
         
             
                #   resp.launch_template_data.tag_specifications #=> Array
         
     | 
| 
       35893 
     | 
    
         
            -
                #   resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "capacity-reservation", "client-vpn-endpoint", "customer-gateway", "carrier-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "instance-event-window", "internet-gateway", "ipam", "ipam-pool", "ipam-scope", "ipv4pool-ec2", "ipv6pool-ec2", "key-pair", "launch-template", "local-gateway", "local-gateway-route-table", "local-gateway-virtual-interface", "local-gateway-virtual-interface-group", "local-gateway-route-table-vpc-association", "local-gateway-route-table-virtual-interface-group-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "network-insights-access-scope", "network-insights-access-scope-analysis", "placement-group", "prefix-list", "replace-root-volume-task", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "subnet-cidr-reservation", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-route-table", "volume", "vpc", "vpc-endpoint", "vpc-endpoint-service", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
         
     | 
| 
      
 36364 
     | 
    
         
            +
                #   resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "capacity-reservation", "client-vpn-endpoint", "customer-gateway", "carrier-gateway", "dedicated-host", "dhcp-options", "egress-only-internet-gateway", "elastic-ip", "elastic-gpu", "export-image-task", "export-instance-task", "fleet", "fpga-image", "host-reservation", "image", "import-image-task", "import-snapshot-task", "instance", "instance-event-window", "internet-gateway", "ipam", "ipam-pool", "ipam-scope", "ipv4pool-ec2", "ipv6pool-ec2", "key-pair", "launch-template", "local-gateway", "local-gateway-route-table", "local-gateway-virtual-interface", "local-gateway-virtual-interface-group", "local-gateway-route-table-vpc-association", "local-gateway-route-table-virtual-interface-group-association", "natgateway", "network-acl", "network-interface", "network-insights-analysis", "network-insights-path", "network-insights-access-scope", "network-insights-access-scope-analysis", "placement-group", "prefix-list", "replace-root-volume-task", "reserved-instances", "route-table", "security-group", "security-group-rule", "snapshot", "spot-fleet-request", "spot-instances-request", "subnet", "subnet-cidr-reservation", "traffic-mirror-filter", "traffic-mirror-session", "traffic-mirror-target", "transit-gateway", "transit-gateway-attachment", "transit-gateway-connect-peer", "transit-gateway-multicast-domain", "transit-gateway-policy-table", "transit-gateway-route-table", "transit-gateway-route-table-announcement", "volume", "vpc", "vpc-endpoint", "vpc-endpoint-service", "vpc-peering-connection", "vpn-connection", "vpn-gateway", "vpc-flow-log"
         
     | 
| 
       35894 
36365 
     | 
    
         
             
                #   resp.launch_template_data.tag_specifications[0].tags #=> Array
         
     | 
| 
       35895 
36366 
     | 
    
         
             
                #   resp.launch_template_data.tag_specifications[0].tags[0].key #=> String
         
     | 
| 
       35896 
36367 
     | 
    
         
             
                #   resp.launch_template_data.tag_specifications[0].tags[0].value #=> String
         
     | 
| 
         @@ -36915,6 +37386,132 @@ module Aws::EC2 
     | 
|
| 
       36915 
37386 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       36916 
37387 
     | 
    
         
             
                end
         
     | 
| 
       36917 
37388 
     | 
    
         | 
| 
      
 37389 
     | 
    
         
            +
                # Gets a list of the transit gateway policy table associations.
         
     | 
| 
      
 37390 
     | 
    
         
            +
                #
         
     | 
| 
      
 37391 
     | 
    
         
            +
                # @option params [required, String] :transit_gateway_policy_table_id
         
     | 
| 
      
 37392 
     | 
    
         
            +
                #   The ID of the transit gateway policy table.
         
     | 
| 
      
 37393 
     | 
    
         
            +
                #
         
     | 
| 
      
 37394 
     | 
    
         
            +
                # @option params [Array<Types::Filter>] :filters
         
     | 
| 
      
 37395 
     | 
    
         
            +
                #   The filters associated with the transit gateway policy table.
         
     | 
| 
      
 37396 
     | 
    
         
            +
                #
         
     | 
| 
      
 37397 
     | 
    
         
            +
                # @option params [Integer] :max_results
         
     | 
| 
      
 37398 
     | 
    
         
            +
                #   The maximum number of results to return with a single call. To
         
     | 
| 
      
 37399 
     | 
    
         
            +
                #   retrieve the remaining results, make another call with the returned
         
     | 
| 
      
 37400 
     | 
    
         
            +
                #   `nextToken` value.
         
     | 
| 
      
 37401 
     | 
    
         
            +
                #
         
     | 
| 
      
 37402 
     | 
    
         
            +
                # @option params [String] :next_token
         
     | 
| 
      
 37403 
     | 
    
         
            +
                #   The token for the next page of results.
         
     | 
| 
      
 37404 
     | 
    
         
            +
                #
         
     | 
| 
      
 37405 
     | 
    
         
            +
                # @option params [Boolean] :dry_run
         
     | 
| 
      
 37406 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 37407 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 37408 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 37409 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 37410 
     | 
    
         
            +
                #
         
     | 
| 
      
 37411 
     | 
    
         
            +
                # @return [Types::GetTransitGatewayPolicyTableAssociationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
      
 37412 
     | 
    
         
            +
                #
         
     | 
| 
      
 37413 
     | 
    
         
            +
                #   * {Types::GetTransitGatewayPolicyTableAssociationsResult#associations #associations} => Array<Types::TransitGatewayPolicyTableAssociation>
         
     | 
| 
      
 37414 
     | 
    
         
            +
                #   * {Types::GetTransitGatewayPolicyTableAssociationsResult#next_token #next_token} => String
         
     | 
| 
      
 37415 
     | 
    
         
            +
                #
         
     | 
| 
      
 37416 
     | 
    
         
            +
                # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
         
     | 
| 
      
 37417 
     | 
    
         
            +
                #
         
     | 
| 
      
 37418 
     | 
    
         
            +
                # @example Request syntax with placeholder values
         
     | 
| 
      
 37419 
     | 
    
         
            +
                #
         
     | 
| 
      
 37420 
     | 
    
         
            +
                #   resp = client.get_transit_gateway_policy_table_associations({
         
     | 
| 
      
 37421 
     | 
    
         
            +
                #     transit_gateway_policy_table_id: "TransitGatewayPolicyTableId", # required
         
     | 
| 
      
 37422 
     | 
    
         
            +
                #     filters: [
         
     | 
| 
      
 37423 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 37424 
     | 
    
         
            +
                #         name: "String",
         
     | 
| 
      
 37425 
     | 
    
         
            +
                #         values: ["String"],
         
     | 
| 
      
 37426 
     | 
    
         
            +
                #       },
         
     | 
| 
      
 37427 
     | 
    
         
            +
                #     ],
         
     | 
| 
      
 37428 
     | 
    
         
            +
                #     max_results: 1,
         
     | 
| 
      
 37429 
     | 
    
         
            +
                #     next_token: "String",
         
     | 
| 
      
 37430 
     | 
    
         
            +
                #     dry_run: false,
         
     | 
| 
      
 37431 
     | 
    
         
            +
                #   })
         
     | 
| 
      
 37432 
     | 
    
         
            +
                #
         
     | 
| 
      
 37433 
     | 
    
         
            +
                # @example Response structure
         
     | 
| 
      
 37434 
     | 
    
         
            +
                #
         
     | 
| 
      
 37435 
     | 
    
         
            +
                #   resp.associations #=> Array
         
     | 
| 
      
 37436 
     | 
    
         
            +
                #   resp.associations[0].transit_gateway_policy_table_id #=> String
         
     | 
| 
      
 37437 
     | 
    
         
            +
                #   resp.associations[0].transit_gateway_attachment_id #=> String
         
     | 
| 
      
 37438 
     | 
    
         
            +
                #   resp.associations[0].resource_id #=> String
         
     | 
| 
      
 37439 
     | 
    
         
            +
                #   resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
         
     | 
| 
      
 37440 
     | 
    
         
            +
                #   resp.associations[0].state #=> String, one of "associating", "associated", "disassociating", "disassociated"
         
     | 
| 
      
 37441 
     | 
    
         
            +
                #   resp.next_token #=> String
         
     | 
| 
      
 37442 
     | 
    
         
            +
                #
         
     | 
| 
      
 37443 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetTransitGatewayPolicyTableAssociations AWS API Documentation
         
     | 
| 
      
 37444 
     | 
    
         
            +
                #
         
     | 
| 
      
 37445 
     | 
    
         
            +
                # @overload get_transit_gateway_policy_table_associations(params = {})
         
     | 
| 
      
 37446 
     | 
    
         
            +
                # @param [Hash] params ({})
         
     | 
| 
      
 37447 
     | 
    
         
            +
                def get_transit_gateway_policy_table_associations(params = {}, options = {})
         
     | 
| 
      
 37448 
     | 
    
         
            +
                  req = build_request(:get_transit_gateway_policy_table_associations, params)
         
     | 
| 
      
 37449 
     | 
    
         
            +
                  req.send_request(options)
         
     | 
| 
      
 37450 
     | 
    
         
            +
                end
         
     | 
| 
      
 37451 
     | 
    
         
            +
             
     | 
| 
      
 37452 
     | 
    
         
            +
                # Returns a list of transit gateway policy table entries.
         
     | 
| 
      
 37453 
     | 
    
         
            +
                #
         
     | 
| 
      
 37454 
     | 
    
         
            +
                # @option params [required, String] :transit_gateway_policy_table_id
         
     | 
| 
      
 37455 
     | 
    
         
            +
                #   The ID of the transit gateway policy table.
         
     | 
| 
      
 37456 
     | 
    
         
            +
                #
         
     | 
| 
      
 37457 
     | 
    
         
            +
                # @option params [Array<Types::Filter>] :filters
         
     | 
| 
      
 37458 
     | 
    
         
            +
                #   The filters associated with the transit gateway policy table.
         
     | 
| 
      
 37459 
     | 
    
         
            +
                #
         
     | 
| 
      
 37460 
     | 
    
         
            +
                # @option params [Integer] :max_results
         
     | 
| 
      
 37461 
     | 
    
         
            +
                #   The maximum number of results to return with a single call. To
         
     | 
| 
      
 37462 
     | 
    
         
            +
                #   retrieve the remaining results, make another call with the returned
         
     | 
| 
      
 37463 
     | 
    
         
            +
                #   `nextToken` value.
         
     | 
| 
      
 37464 
     | 
    
         
            +
                #
         
     | 
| 
      
 37465 
     | 
    
         
            +
                # @option params [String] :next_token
         
     | 
| 
      
 37466 
     | 
    
         
            +
                #   The token for the next page of results.
         
     | 
| 
      
 37467 
     | 
    
         
            +
                #
         
     | 
| 
      
 37468 
     | 
    
         
            +
                # @option params [Boolean] :dry_run
         
     | 
| 
      
 37469 
     | 
    
         
            +
                #   Checks whether you have the required permissions for the action,
         
     | 
| 
      
 37470 
     | 
    
         
            +
                #   without actually making the request, and provides an error response.
         
     | 
| 
      
 37471 
     | 
    
         
            +
                #   If you have the required permissions, the error response is
         
     | 
| 
      
 37472 
     | 
    
         
            +
                #   `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
         
     | 
| 
      
 37473 
     | 
    
         
            +
                #
         
     | 
| 
      
 37474 
     | 
    
         
            +
                # @return [Types::GetTransitGatewayPolicyTableEntriesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
      
 37475 
     | 
    
         
            +
                #
         
     | 
| 
      
 37476 
     | 
    
         
            +
                #   * {Types::GetTransitGatewayPolicyTableEntriesResult#transit_gateway_policy_table_entries #transit_gateway_policy_table_entries} => Array<Types::TransitGatewayPolicyTableEntry>
         
     | 
| 
      
 37477 
     | 
    
         
            +
                #
         
     | 
| 
      
 37478 
     | 
    
         
            +
                # @example Request syntax with placeholder values
         
     | 
| 
      
 37479 
     | 
    
         
            +
                #
         
     | 
| 
      
 37480 
     | 
    
         
            +
                #   resp = client.get_transit_gateway_policy_table_entries({
         
     | 
| 
      
 37481 
     | 
    
         
            +
                #     transit_gateway_policy_table_id: "TransitGatewayPolicyTableId", # required
         
     | 
| 
      
 37482 
     | 
    
         
            +
                #     filters: [
         
     | 
| 
      
 37483 
     | 
    
         
            +
                #       {
         
     | 
| 
      
 37484 
     | 
    
         
            +
                #         name: "String",
         
     | 
| 
      
 37485 
     | 
    
         
            +
                #         values: ["String"],
         
     | 
| 
      
 37486 
     | 
    
         
            +
                #       },
         
     | 
| 
      
 37487 
     | 
    
         
            +
                #     ],
         
     | 
| 
      
 37488 
     | 
    
         
            +
                #     max_results: 1,
         
     | 
| 
      
 37489 
     | 
    
         
            +
                #     next_token: "String",
         
     | 
| 
      
 37490 
     | 
    
         
            +
                #     dry_run: false,
         
     | 
| 
      
 37491 
     | 
    
         
            +
                #   })
         
     | 
| 
      
 37492 
     | 
    
         
            +
                #
         
     | 
| 
      
 37493 
     | 
    
         
            +
                # @example Response structure
         
     | 
| 
      
 37494 
     | 
    
         
            +
                #
         
     | 
| 
      
 37495 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table_entries #=> Array
         
     | 
| 
      
 37496 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table_entries[0].policy_rule_number #=> String
         
     | 
| 
      
 37497 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table_entries[0].policy_rule.source_cidr_block #=> String
         
     | 
| 
      
 37498 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table_entries[0].policy_rule.source_port_range #=> String
         
     | 
| 
      
 37499 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table_entries[0].policy_rule.destination_cidr_block #=> String
         
     | 
| 
      
 37500 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table_entries[0].policy_rule.destination_port_range #=> String
         
     | 
| 
      
 37501 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table_entries[0].policy_rule.protocol #=> String
         
     | 
| 
      
 37502 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table_entries[0].policy_rule.meta_data.meta_data_key #=> String
         
     | 
| 
      
 37503 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table_entries[0].policy_rule.meta_data.meta_data_value #=> String
         
     | 
| 
      
 37504 
     | 
    
         
            +
                #   resp.transit_gateway_policy_table_entries[0].target_route_table_id #=> String
         
     | 
| 
      
 37505 
     | 
    
         
            +
                #
         
     | 
| 
      
 37506 
     | 
    
         
            +
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetTransitGatewayPolicyTableEntries AWS API Documentation
         
     | 
| 
      
 37507 
     | 
    
         
            +
                #
         
     | 
| 
      
 37508 
     | 
    
         
            +
                # @overload get_transit_gateway_policy_table_entries(params = {})
         
     | 
| 
      
 37509 
     | 
    
         
            +
                # @param [Hash] params ({})
         
     | 
| 
      
 37510 
     | 
    
         
            +
                def get_transit_gateway_policy_table_entries(params = {}, options = {})
         
     | 
| 
      
 37511 
     | 
    
         
            +
                  req = build_request(:get_transit_gateway_policy_table_entries, params)
         
     | 
| 
      
 37512 
     | 
    
         
            +
                  req.send_request(options)
         
     | 
| 
      
 37513 
     | 
    
         
            +
                end
         
     | 
| 
      
 37514 
     | 
    
         
            +
             
     | 
| 
       36918 
37515 
     | 
    
         
             
                # Gets information about the prefix list references in a specified
         
     | 
| 
       36919 
37516 
     | 
    
         
             
                # transit gateway route table.
         
     | 
| 
       36920 
37517 
     | 
    
         
             
                #
         
     | 
| 
         @@ -37131,6 +37728,7 @@ module Aws::EC2 
     | 
|
| 
       37131 
37728 
     | 
    
         
             
                #   resp.transit_gateway_route_table_propagations[0].resource_id #=> String
         
     | 
| 
       37132 
37729 
     | 
    
         
             
                #   resp.transit_gateway_route_table_propagations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
         
     | 
| 
       37133 
37730 
     | 
    
         
             
                #   resp.transit_gateway_route_table_propagations[0].state #=> String, one of "enabling", "enabled", "disabling", "disabled"
         
     | 
| 
      
 37731 
     | 
    
         
            +
                #   resp.transit_gateway_route_table_propagations[0].transit_gateway_route_table_announcement_id #=> String
         
     | 
| 
       37134 
37732 
     | 
    
         
             
                #   resp.next_token #=> String
         
     | 
| 
       37135 
37733 
     | 
    
         
             
                #
         
     | 
| 
       37136 
37734 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetTransitGatewayRouteTablePropagations AWS API Documentation
         
     | 
| 
         @@ -37499,7 +38097,7 @@ module Aws::EC2 
     | 
|
| 
       37499 
38097 
     | 
    
         
             
                #     ],
         
     | 
| 
       37500 
38098 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       37501 
38099 
     | 
    
         
             
                #       {
         
     | 
| 
       37502 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 38100 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       37503 
38101 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       37504 
38102 
     | 
    
         
             
                #           {
         
     | 
| 
       37505 
38103 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -37729,7 +38327,7 @@ module Aws::EC2 
     | 
|
| 
       37729 
38327 
     | 
    
         
             
                #     public_key_material: "data", # required
         
     | 
| 
       37730 
38328 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       37731 
38329 
     | 
    
         
             
                #       {
         
     | 
| 
       37732 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 38330 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       37733 
38331 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       37734 
38332 
     | 
    
         
             
                #           {
         
     | 
| 
       37735 
38333 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -37875,7 +38473,7 @@ module Aws::EC2 
     | 
|
| 
       37875 
38473 
     | 
    
         
             
                #     role_name: "String",
         
     | 
| 
       37876 
38474 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       37877 
38475 
     | 
    
         
             
                #       {
         
     | 
| 
       37878 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 38476 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       37879 
38477 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       37880 
38478 
     | 
    
         
             
                #           {
         
     | 
| 
       37881 
38479 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -41658,6 +42256,7 @@ module Aws::EC2 
     | 
|
| 
       41658 
42256 
     | 
    
         
             
                #       association_default_route_table_id: "TransitGatewayRouteTableId",
         
     | 
| 
       41659 
42257 
     | 
    
         
             
                #       default_route_table_propagation: "enable", # accepts enable, disable
         
     | 
| 
       41660 
42258 
     | 
    
         
             
                #       propagation_default_route_table_id: "TransitGatewayRouteTableId",
         
     | 
| 
      
 42259 
     | 
    
         
            +
                #       amazon_side_asn: 1,
         
     | 
| 
       41661 
42260 
     | 
    
         
             
                #     },
         
     | 
| 
       41662 
42261 
     | 
    
         
             
                #     dry_run: false,
         
     | 
| 
       41663 
42262 
     | 
    
         
             
                #   })
         
     | 
| 
         @@ -43336,7 +43935,7 @@ module Aws::EC2 
     | 
|
| 
       43336 
43935 
     | 
    
         
             
                #     dry_run: false,
         
     | 
| 
       43337 
43936 
     | 
    
         
             
                #     pool_tag_specifications: [
         
     | 
| 
       43338 
43937 
     | 
    
         
             
                #       {
         
     | 
| 
       43339 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 43938 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       43340 
43939 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       43341 
43940 
     | 
    
         
             
                #           {
         
     | 
| 
       43342 
43941 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -43530,7 +44129,7 @@ module Aws::EC2 
     | 
|
| 
       43530 
44129 
     | 
    
         
             
                #     offering_id: "OfferingId", # required
         
     | 
| 
       43531 
44130 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       43532 
44131 
     | 
    
         
             
                #       {
         
     | 
| 
       43533 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 44132 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       43534 
44133 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       43535 
44134 
     | 
    
         
             
                #           {
         
     | 
| 
       43536 
44135 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -44302,12 +44901,16 @@ module Aws::EC2 
     | 
|
| 
       44302 
44901 
     | 
    
         
             
                # @example Response structure
         
     | 
| 
       44303 
44902 
     | 
    
         
             
                #
         
     | 
| 
       44304 
44903 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.transit_gateway_attachment_id #=> String
         
     | 
| 
      
 44904 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.accepter_transit_gateway_attachment_id #=> String
         
     | 
| 
       44305 
44905 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.transit_gateway_id #=> String
         
     | 
| 
      
 44906 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.core_network_id #=> String
         
     | 
| 
       44306 
44907 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.owner_id #=> String
         
     | 
| 
       44307 
44908 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.requester_tgw_info.region #=> String
         
     | 
| 
       44308 
44909 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.transit_gateway_id #=> String
         
     | 
| 
      
 44910 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.core_network_id #=> String
         
     | 
| 
       44309 
44911 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.owner_id #=> String
         
     | 
| 
       44310 
44912 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.accepter_tgw_info.region #=> String
         
     | 
| 
      
 44913 
     | 
    
         
            +
                #   resp.transit_gateway_peering_attachment.options.dynamic_routing #=> String, one of "enable", "disable"
         
     | 
| 
       44311 
44914 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.status.code #=> String
         
     | 
| 
       44312 
44915 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.status.message #=> String
         
     | 
| 
       44313 
44916 
     | 
    
         
             
                #   resp.transit_gateway_peering_attachment.state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
         
     | 
| 
         @@ -45090,6 +45693,7 @@ module Aws::EC2 
     | 
|
| 
       45090 
45693 
     | 
    
         
             
                #
         
     | 
| 
       45091 
45694 
     | 
    
         
             
                #   resp.route.destination_cidr_block #=> String
         
     | 
| 
       45092 
45695 
     | 
    
         
             
                #   resp.route.prefix_list_id #=> String
         
     | 
| 
      
 45696 
     | 
    
         
            +
                #   resp.route.transit_gateway_route_table_announcement_id #=> String
         
     | 
| 
       45093 
45697 
     | 
    
         
             
                #   resp.route.transit_gateway_attachments #=> Array
         
     | 
| 
       45094 
45698 
     | 
    
         
             
                #   resp.route.transit_gateway_attachments[0].resource_id #=> String
         
     | 
| 
       45095 
45699 
     | 
    
         
             
                #   resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
         
     | 
| 
         @@ -45501,7 +46105,7 @@ module Aws::EC2 
     | 
|
| 
       45501 
46105 
     | 
    
         
             
                #           weighted_capacity: 1.0,
         
     | 
| 
       45502 
46106 
     | 
    
         
             
                #           tag_specifications: [
         
     | 
| 
       45503 
46107 
     | 
    
         
             
                #             {
         
     | 
| 
       45504 
     | 
    
         
            -
                #               resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 46108 
     | 
    
         
            +
                #               resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       45505 
46109 
     | 
    
         
             
                #               tags: [
         
     | 
| 
       45506 
46110 
     | 
    
         
             
                #                 {
         
     | 
| 
       45507 
46111 
     | 
    
         
             
                #                   key: "String",
         
     | 
| 
         @@ -45657,7 +46261,7 @@ module Aws::EC2 
     | 
|
| 
       45657 
46261 
     | 
    
         
             
                #       target_capacity_unit_type: "vcpu", # accepts vcpu, memory-mib, units
         
     | 
| 
       45658 
46262 
     | 
    
         
             
                #       tag_specifications: [
         
     | 
| 
       45659 
46263 
     | 
    
         
             
                #         {
         
     | 
| 
       45660 
     | 
    
         
            -
                #           resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 46264 
     | 
    
         
            +
                #           resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       45661 
46265 
     | 
    
         
             
                #           tags: [
         
     | 
| 
       45662 
46266 
     | 
    
         
             
                #             {
         
     | 
| 
       45663 
46267 
     | 
    
         
             
                #               key: "String",
         
     | 
| 
         @@ -45952,7 +46556,7 @@ module Aws::EC2 
     | 
|
| 
       45952 
46556 
     | 
    
         
             
                #     valid_until: Time.now,
         
     | 
| 
       45953 
46557 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       45954 
46558 
     | 
    
         
             
                #       {
         
     | 
| 
       45955 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 46559 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       45956 
46560 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       45957 
46561 
     | 
    
         
             
                #           {
         
     | 
| 
       45958 
46562 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -47628,7 +48232,7 @@ module Aws::EC2 
     | 
|
| 
       47628 
48232 
     | 
    
         
             
                #     ],
         
     | 
| 
       47629 
48233 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       47630 
48234 
     | 
    
         
             
                #       {
         
     | 
| 
       47631 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 48235 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       47632 
48236 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       47633 
48237 
     | 
    
         
             
                #           {
         
     | 
| 
       47634 
48238 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -48301,6 +48905,7 @@ module Aws::EC2 
     | 
|
| 
       48301 
48905 
     | 
    
         
             
                #   resp.routes #=> Array
         
     | 
| 
       48302 
48906 
     | 
    
         
             
                #   resp.routes[0].destination_cidr_block #=> String
         
     | 
| 
       48303 
48907 
     | 
    
         
             
                #   resp.routes[0].prefix_list_id #=> String
         
     | 
| 
      
 48908 
     | 
    
         
            +
                #   resp.routes[0].transit_gateway_route_table_announcement_id #=> String
         
     | 
| 
       48304 
48909 
     | 
    
         
             
                #   resp.routes[0].transit_gateway_attachments #=> Array
         
     | 
| 
       48305 
48910 
     | 
    
         
             
                #   resp.routes[0].transit_gateway_attachments[0].resource_id #=> String
         
     | 
| 
       48306 
48911 
     | 
    
         
             
                #   resp.routes[0].transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
         
     | 
| 
         @@ -48509,7 +49114,7 @@ module Aws::EC2 
     | 
|
| 
       48509 
49114 
     | 
    
         
             
                #     dry_run: false,
         
     | 
| 
       48510 
49115 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       48511 
49116 
     | 
    
         
             
                #       {
         
     | 
| 
       48512 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 49117 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       48513 
49118 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       48514 
49119 
     | 
    
         
             
                #           {
         
     | 
| 
       48515 
49120 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -48589,7 +49194,7 @@ module Aws::EC2 
     | 
|
| 
       48589 
49194 
     | 
    
         
             
                #     dry_run: false,
         
     | 
| 
       48590 
49195 
     | 
    
         
             
                #     tag_specifications: [
         
     | 
| 
       48591 
49196 
     | 
    
         
             
                #       {
         
     | 
| 
       48592 
     | 
    
         
            -
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
      
 49197 
     | 
    
         
            +
                #         resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
         
     | 
| 
       48593 
49198 
     | 
    
         
             
                #         tags: [
         
     | 
| 
       48594 
49199 
     | 
    
         
             
                #           {
         
     | 
| 
       48595 
49200 
     | 
    
         
             
                #             key: "String",
         
     | 
| 
         @@ -49746,7 +50351,7 @@ module Aws::EC2 
     | 
|
| 
       49746 
50351 
     | 
    
         
             
                    params: params,
         
     | 
| 
       49747 
50352 
     | 
    
         
             
                    config: config)
         
     | 
| 
       49748 
50353 
     | 
    
         
             
                  context[:gem_name] = 'aws-sdk-ec2'
         
     | 
| 
       49749 
     | 
    
         
            -
                  context[:gem_version] = '1. 
     | 
| 
      
 50354 
     | 
    
         
            +
                  context[:gem_version] = '1.321.0'
         
     | 
| 
       49750 
50355 
     | 
    
         
             
                  Seahorse::Client::Request.new(handlers, context)
         
     | 
| 
       49751 
50356 
     | 
    
         
             
                end
         
     | 
| 
       49752 
50357 
     | 
    
         |