aws-sdk-ec2 1.285.0 → 1.289.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +3112 -76
- data/lib/aws-sdk-ec2/client_api.rb +1144 -6
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +48 -18
- 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 +4035 -76
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +5 -5
- data/lib/aws-sdk-ec2/waiters.rb +44 -0
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +4 -4
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
30
31
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
31
32
|
require 'aws-sdk-core/plugins/protocols/ec2.rb'
|
32
33
|
require 'aws-sdk-ec2/plugins/copy_encrypted_snapshot.rb'
|
@@ -75,6 +76,7 @@ module Aws::EC2
|
|
75
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
76
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
77
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::DefaultsMode)
|
78
80
|
add_plugin(Aws::Plugins::SignatureV4)
|
79
81
|
add_plugin(Aws::Plugins::Protocols::EC2)
|
80
82
|
add_plugin(Aws::EC2::Plugins::CopyEncryptedSnapshot)
|
@@ -179,6 +181,10 @@ module Aws::EC2
|
|
179
181
|
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
180
182
|
# a clock skew correction and retry requests with skewed client clocks.
|
181
183
|
#
|
184
|
+
# @option options [String] :defaults_mode ("legacy")
|
185
|
+
# See {Aws::DefaultsModeConfiguration} for a list of the
|
186
|
+
# accepted modes and the configuration defaults that are included.
|
187
|
+
#
|
182
188
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
183
189
|
# Set to true to disable SDK automatically adding host prefix
|
184
190
|
# to default service endpoint when available.
|
@@ -301,7 +307,7 @@ module Aws::EC2
|
|
301
307
|
# seconds to wait when opening a HTTP session before raising a
|
302
308
|
# `Timeout::Error`.
|
303
309
|
#
|
304
|
-
# @option options [
|
310
|
+
# @option options [Float] :http_read_timeout (60) The default
|
305
311
|
# number of seconds to wait for response data. This value can
|
306
312
|
# safely be set per-request on the session.
|
307
313
|
#
|
@@ -317,6 +323,9 @@ module Aws::EC2
|
|
317
323
|
# disables this behaviour. This value can safely be set per
|
318
324
|
# request on the session.
|
319
325
|
#
|
326
|
+
# @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
|
327
|
+
# in seconds.
|
328
|
+
#
|
320
329
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
321
330
|
# HTTP debug output will be sent to the `:logger`.
|
322
331
|
#
|
@@ -850,7 +859,7 @@ module Aws::EC2
|
|
850
859
|
# dry_run: false,
|
851
860
|
# tag_specifications: [
|
852
861
|
# {
|
853
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
862
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
854
863
|
# tags: [
|
855
864
|
# {
|
856
865
|
# key: "String",
|
@@ -963,7 +972,7 @@ module Aws::EC2
|
|
963
972
|
# quantity: 1, # required
|
964
973
|
# tag_specifications: [
|
965
974
|
# {
|
966
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
975
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
967
976
|
# tags: [
|
968
977
|
# {
|
969
978
|
# key: "String",
|
@@ -989,6 +998,105 @@ module Aws::EC2
|
|
989
998
|
req.send_request(options)
|
990
999
|
end
|
991
1000
|
|
1001
|
+
# Allocate a CIDR from an IPAM pool. In IPAM, an allocation is a CIDR
|
1002
|
+
# assignment from an IPAM pool to another resource or IPAM pool. For
|
1003
|
+
# more information, see [Allocate
|
1004
|
+
# CIDRs](/vpc/latest/ipam/allocate-cidrs-ipam.html) in the *Amazon VPC
|
1005
|
+
# IPAM User Guide*.
|
1006
|
+
#
|
1007
|
+
# @option params [Boolean] :dry_run
|
1008
|
+
# A check for whether you have the required permissions for the action
|
1009
|
+
# without actually making the request and provides an error response. If
|
1010
|
+
# you have the required permissions, the error response is
|
1011
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
1012
|
+
#
|
1013
|
+
# @option params [required, String] :ipam_pool_id
|
1014
|
+
# The ID of the IPAM pool from which you would like to allocate a CIDR.
|
1015
|
+
#
|
1016
|
+
# @option params [String] :cidr
|
1017
|
+
# The CIDR you would like to allocate from the IPAM pool. Note the
|
1018
|
+
# following:
|
1019
|
+
#
|
1020
|
+
# * If there is no DefaultNetmaskLength allocation rule set on the pool,
|
1021
|
+
# you must specify either the NetmaskLength or the CIDR.
|
1022
|
+
#
|
1023
|
+
# * If the DefaultNetmaskLength allocation rule is set on the pool, you
|
1024
|
+
# can specify either the NetmaskLength or the CIDR and the
|
1025
|
+
# DefaultNetmaskLength allocation rule will be ignored.
|
1026
|
+
#
|
1027
|
+
# Possible values: Any available IPv4 or IPv6 CIDR.
|
1028
|
+
#
|
1029
|
+
# @option params [Integer] :netmask_length
|
1030
|
+
# The netmask length of the CIDR you would like to allocate from the
|
1031
|
+
# IPAM pool. Note the following:
|
1032
|
+
#
|
1033
|
+
# * If there is no DefaultNetmaskLength allocation rule set on the pool,
|
1034
|
+
# you must specify either the NetmaskLength or the CIDR.
|
1035
|
+
#
|
1036
|
+
# * If the DefaultNetmaskLength allocation rule is set on the pool, you
|
1037
|
+
# can specify either the NetmaskLength or the CIDR and the
|
1038
|
+
# DefaultNetmaskLength allocation rule will be ignored.
|
1039
|
+
#
|
1040
|
+
# Possible netmask lengths for IPv4 addresses are 0 - 32. Possible
|
1041
|
+
# netmask lengths for IPv6 addresses are 0 - 128.
|
1042
|
+
#
|
1043
|
+
# @option params [String] :client_token
|
1044
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
1045
|
+
# idempotency of the request. For more information, see [Ensuring
|
1046
|
+
# Idempotency][1].
|
1047
|
+
#
|
1048
|
+
# **A suitable default value is auto-generated.** You should normally
|
1049
|
+
# not need to pass this option.**
|
1050
|
+
#
|
1051
|
+
#
|
1052
|
+
#
|
1053
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
1054
|
+
#
|
1055
|
+
# @option params [String] :description
|
1056
|
+
# A description for the allocation.
|
1057
|
+
#
|
1058
|
+
# @option params [Boolean] :preview_next_cidr
|
1059
|
+
# A preview of the next available CIDR in a pool.
|
1060
|
+
#
|
1061
|
+
# @option params [Array<String>] :disallowed_cidrs
|
1062
|
+
# Exclude a particular CIDR range from being returned by the pool.
|
1063
|
+
#
|
1064
|
+
# @return [Types::AllocateIpamPoolCidrResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1065
|
+
#
|
1066
|
+
# * {Types::AllocateIpamPoolCidrResult#ipam_pool_allocation #ipam_pool_allocation} => Types::IpamPoolAllocation
|
1067
|
+
#
|
1068
|
+
# @example Request syntax with placeholder values
|
1069
|
+
#
|
1070
|
+
# resp = client.allocate_ipam_pool_cidr({
|
1071
|
+
# dry_run: false,
|
1072
|
+
# ipam_pool_id: "IpamPoolId", # required
|
1073
|
+
# cidr: "String",
|
1074
|
+
# netmask_length: 1,
|
1075
|
+
# client_token: "String",
|
1076
|
+
# description: "String",
|
1077
|
+
# preview_next_cidr: false,
|
1078
|
+
# disallowed_cidrs: ["String"],
|
1079
|
+
# })
|
1080
|
+
#
|
1081
|
+
# @example Response structure
|
1082
|
+
#
|
1083
|
+
# resp.ipam_pool_allocation.cidr #=> String
|
1084
|
+
# resp.ipam_pool_allocation.ipam_pool_allocation_id #=> String
|
1085
|
+
# resp.ipam_pool_allocation.description #=> String
|
1086
|
+
# resp.ipam_pool_allocation.resource_id #=> String
|
1087
|
+
# resp.ipam_pool_allocation.resource_type #=> String, one of "ipam-pool", "vpc", "ec2-public-ipv4-pool", "custom"
|
1088
|
+
# resp.ipam_pool_allocation.resource_region #=> String
|
1089
|
+
# resp.ipam_pool_allocation.resource_owner #=> String
|
1090
|
+
#
|
1091
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AllocateIpamPoolCidr AWS API Documentation
|
1092
|
+
#
|
1093
|
+
# @overload allocate_ipam_pool_cidr(params = {})
|
1094
|
+
# @param [Hash] params ({})
|
1095
|
+
def allocate_ipam_pool_cidr(params = {}, options = {})
|
1096
|
+
req = build_request(:allocate_ipam_pool_cidr, params)
|
1097
|
+
req.send_request(options)
|
1098
|
+
end
|
1099
|
+
|
992
1100
|
# Applies a security group to the association between the target network
|
993
1101
|
# and the Client VPN endpoint. This action replaces the existing
|
994
1102
|
# security groups with the specified security groups.
|
@@ -2086,6 +2194,30 @@ module Aws::EC2
|
|
2086
2194
|
#
|
2087
2195
|
# To let Amazon choose the IPv6 CIDR block for you, omit this parameter.
|
2088
2196
|
#
|
2197
|
+
# @option params [String] :ipv_4_ipam_pool_id
|
2198
|
+
# Associate a CIDR allocated from an IPv4 IPAM pool to a VPC. For more
|
2199
|
+
# information about Amazon VPC IP Address Manager (IPAM), see [What is
|
2200
|
+
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
|
2201
|
+
# User Guide*.
|
2202
|
+
#
|
2203
|
+
# @option params [Integer] :ipv_4_netmask_length
|
2204
|
+
# The netmask length of the IPv4 CIDR you would like to associate from
|
2205
|
+
# an Amazon VPC IP Address Manager (IPAM) pool. For more information
|
2206
|
+
# about IPAM, see [What is IPAM?](/vpc/latest/ipam/what-is-it-ipam.html)
|
2207
|
+
# in the *Amazon VPC IPAM User Guide*.
|
2208
|
+
#
|
2209
|
+
# @option params [String] :ipv_6_ipam_pool_id
|
2210
|
+
# Associates a CIDR allocated from an IPv6 IPAM pool to a VPC. For more
|
2211
|
+
# information about Amazon VPC IP Address Manager (IPAM), see [What is
|
2212
|
+
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
|
2213
|
+
# User Guide*.
|
2214
|
+
#
|
2215
|
+
# @option params [Integer] :ipv_6_netmask_length
|
2216
|
+
# The netmask length of the IPv6 CIDR you would like to associate from
|
2217
|
+
# an Amazon VPC IP Address Manager (IPAM) pool. For more information
|
2218
|
+
# about IPAM, see [What is IPAM?](/vpc/latest/ipam/what-is-it-ipam.html)
|
2219
|
+
# in the *Amazon VPC IPAM User Guide*.
|
2220
|
+
#
|
2089
2221
|
# @return [Types::AssociateVpcCidrBlockResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2090
2222
|
#
|
2091
2223
|
# * {Types::AssociateVpcCidrBlockResult#ipv_6_cidr_block_association #ipv_6_cidr_block_association} => Types::VpcIpv6CidrBlockAssociation
|
@@ -2101,6 +2233,10 @@ module Aws::EC2
|
|
2101
2233
|
# ipv_6_cidr_block_network_border_group: "String",
|
2102
2234
|
# ipv_6_pool: "Ipv6PoolEc2Id",
|
2103
2235
|
# ipv_6_cidr_block: "String",
|
2236
|
+
# ipv_4_ipam_pool_id: "IpamPoolId",
|
2237
|
+
# ipv_4_netmask_length: 1,
|
2238
|
+
# ipv_6_ipam_pool_id: "IpamPoolId",
|
2239
|
+
# ipv_6_netmask_length: 1,
|
2104
2240
|
# })
|
2105
2241
|
#
|
2106
2242
|
# @example Response structure
|
@@ -2684,7 +2820,7 @@ module Aws::EC2
|
|
2684
2820
|
# ],
|
2685
2821
|
# tag_specifications: [
|
2686
2822
|
# {
|
2687
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
2823
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
2688
2824
|
# tags: [
|
2689
2825
|
# {
|
2690
2826
|
# key: "String",
|
@@ -2970,7 +3106,7 @@ module Aws::EC2
|
|
2970
3106
|
# dry_run: false,
|
2971
3107
|
# tag_specifications: [
|
2972
3108
|
# {
|
2973
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
3109
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
2974
3110
|
# tags: [
|
2975
3111
|
# {
|
2976
3112
|
# key: "String",
|
@@ -4039,7 +4175,7 @@ module Aws::EC2
|
|
4039
4175
|
# source_snapshot_id: "String", # required
|
4040
4176
|
# tag_specifications: [
|
4041
4177
|
# {
|
4042
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
4178
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
4043
4179
|
# tags: [
|
4044
4180
|
# {
|
4045
4181
|
# key: "String",
|
@@ -4230,7 +4366,7 @@ module Aws::EC2
|
|
4230
4366
|
# instance_match_criteria: "open", # accepts open, targeted
|
4231
4367
|
# tag_specifications: [
|
4232
4368
|
# {
|
4233
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
4369
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
4234
4370
|
# tags: [
|
4235
4371
|
# {
|
4236
4372
|
# key: "String",
|
@@ -4405,7 +4541,7 @@ module Aws::EC2
|
|
4405
4541
|
# instance_match_criteria: "open", # accepts open
|
4406
4542
|
# tag_specifications: [
|
4407
4543
|
# {
|
4408
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
4544
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
4409
4545
|
# tags: [
|
4410
4546
|
# {
|
4411
4547
|
# key: "String",
|
@@ -4495,7 +4631,7 @@ module Aws::EC2
|
|
4495
4631
|
# vpc_id: "VpcId", # required
|
4496
4632
|
# tag_specifications: [
|
4497
4633
|
# {
|
4498
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
4634
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
4499
4635
|
# tags: [
|
4500
4636
|
# {
|
4501
4637
|
# key: "String",
|
@@ -4682,7 +4818,7 @@ module Aws::EC2
|
|
4682
4818
|
# client_token: "String",
|
4683
4819
|
# tag_specifications: [
|
4684
4820
|
# {
|
4685
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
4821
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
4686
4822
|
# tags: [
|
4687
4823
|
# {
|
4688
4824
|
# key: "String",
|
@@ -4899,7 +5035,7 @@ module Aws::EC2
|
|
4899
5035
|
# type: "ipsec.1", # required, accepts ipsec.1
|
4900
5036
|
# tag_specifications: [
|
4901
5037
|
# {
|
4902
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
5038
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
5039
|
# tags: [
|
4904
5040
|
# {
|
4905
5041
|
# key: "String",
|
@@ -5195,7 +5331,7 @@ module Aws::EC2
|
|
5195
5331
|
# ],
|
5196
5332
|
# tag_specifications: [
|
5197
5333
|
# {
|
5198
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
5334
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
5199
5335
|
# tags: [
|
5200
5336
|
# {
|
5201
5337
|
# key: "String",
|
@@ -5269,7 +5405,7 @@ module Aws::EC2
|
|
5269
5405
|
# vpc_id: "VpcId", # required
|
5270
5406
|
# tag_specifications: [
|
5271
5407
|
# {
|
5272
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
5408
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
5273
5409
|
# tags: [
|
5274
5410
|
# {
|
5275
5411
|
# key: "String",
|
@@ -5539,7 +5675,7 @@ module Aws::EC2
|
|
5539
5675
|
# replace_unhealthy_instances: false,
|
5540
5676
|
# tag_specifications: [
|
5541
5677
|
# {
|
5542
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
5678
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
5543
5679
|
# tags: [
|
5544
5680
|
# {
|
5545
5681
|
# key: "String",
|
@@ -5820,7 +5956,7 @@ module Aws::EC2
|
|
5820
5956
|
# log_format: "String",
|
5821
5957
|
# tag_specifications: [
|
5822
5958
|
# {
|
5823
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
5959
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
5824
5960
|
# tags: [
|
5825
5961
|
# {
|
5826
5962
|
# key: "String",
|
@@ -5924,7 +6060,7 @@ module Aws::EC2
|
|
5924
6060
|
# client_token: "String",
|
5925
6061
|
# tag_specifications: [
|
5926
6062
|
# {
|
5927
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
6063
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
5928
6064
|
# tags: [
|
5929
6065
|
# {
|
5930
6066
|
# key: "String",
|
@@ -6080,7 +6216,7 @@ module Aws::EC2
|
|
6080
6216
|
# no_reboot: false,
|
6081
6217
|
# tag_specifications: [
|
6082
6218
|
# {
|
6083
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
6219
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
6084
6220
|
# tags: [
|
6085
6221
|
# {
|
6086
6222
|
# key: "String",
|
@@ -6200,7 +6336,7 @@ module Aws::EC2
|
|
6200
6336
|
# cron_expression: "InstanceEventWindowCronExpression",
|
6201
6337
|
# tag_specifications: [
|
6202
6338
|
# {
|
6203
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
6339
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
6204
6340
|
# tags: [
|
6205
6341
|
# {
|
6206
6342
|
# key: "String",
|
@@ -6287,7 +6423,7 @@ module Aws::EC2
|
|
6287
6423
|
# target_environment: "citrix", # required, accepts citrix, vmware, microsoft
|
6288
6424
|
# tag_specifications: [
|
6289
6425
|
# {
|
6290
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
6426
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
6291
6427
|
# tags: [
|
6292
6428
|
# {
|
6293
6429
|
# key: "String",
|
@@ -6370,7 +6506,7 @@ module Aws::EC2
|
|
6370
6506
|
# resp = client.create_internet_gateway({
|
6371
6507
|
# tag_specifications: [
|
6372
6508
|
# {
|
6373
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
6509
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
6374
6510
|
# tags: [
|
6375
6511
|
# {
|
6376
6512
|
# key: "String",
|
@@ -6402,6 +6538,390 @@ module Aws::EC2
|
|
6402
6538
|
req.send_request(options)
|
6403
6539
|
end
|
6404
6540
|
|
6541
|
+
# Create an IPAM. Amazon VCP IP Address Manager (IPAM) is a VPC feature
|
6542
|
+
# that you can use to automate your IP address management workflows
|
6543
|
+
# including assigning, tracking, troubleshooting, and auditing IP
|
6544
|
+
# addresses across Amazon Web Services Regions and accounts throughout
|
6545
|
+
# your Amazon Web Services Organization.
|
6546
|
+
#
|
6547
|
+
# For more information, see [Create an
|
6548
|
+
# IPAM](/vpc/latest/ipam/create-ipam.html) in the *Amazon VPC IPAM User
|
6549
|
+
# Guide*.
|
6550
|
+
#
|
6551
|
+
# @option params [Boolean] :dry_run
|
6552
|
+
# A check for whether you have the required permissions for the action
|
6553
|
+
# without actually making the request and provides an error response. If
|
6554
|
+
# you have the required permissions, the error response is
|
6555
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
6556
|
+
#
|
6557
|
+
# @option params [String] :description
|
6558
|
+
# A description for the IPAM.
|
6559
|
+
#
|
6560
|
+
# @option params [Array<Types::AddIpamOperatingRegion>] :operating_regions
|
6561
|
+
# The operating Regions for the IPAM. Operating Regions are Amazon Web
|
6562
|
+
# Services Regions where the IPAM is allowed to manage IP address CIDRs.
|
6563
|
+
# IPAM only discovers and monitors resources in the Amazon Web Services
|
6564
|
+
# Regions you select as operating Regions.
|
6565
|
+
#
|
6566
|
+
# For more information about operating Regions, see [Create an
|
6567
|
+
# IPAM](/vpc/latest/ipam/create-ipam.html) in the *Amazon VPC IPAM User
|
6568
|
+
# Guide*.
|
6569
|
+
#
|
6570
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
6571
|
+
# The key/value combination of a tag assigned to the resource. Use the
|
6572
|
+
# tag key in the filter name and the tag value as the filter value. For
|
6573
|
+
# example, to find all resources that have a tag with the key `Owner`
|
6574
|
+
# and the value `TeamA`, specify `tag:Owner` for the filter name and
|
6575
|
+
# `TeamA` for the filter value.
|
6576
|
+
#
|
6577
|
+
# @option params [String] :client_token
|
6578
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
6579
|
+
# idempotency of the request. For more information, see [Ensuring
|
6580
|
+
# Idempotency][1].
|
6581
|
+
#
|
6582
|
+
# **A suitable default value is auto-generated.** You should normally
|
6583
|
+
# not need to pass this option.**
|
6584
|
+
#
|
6585
|
+
#
|
6586
|
+
#
|
6587
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
6588
|
+
#
|
6589
|
+
# @return [Types::CreateIpamResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6590
|
+
#
|
6591
|
+
# * {Types::CreateIpamResult#ipam #ipam} => Types::Ipam
|
6592
|
+
#
|
6593
|
+
# @example Request syntax with placeholder values
|
6594
|
+
#
|
6595
|
+
# resp = client.create_ipam({
|
6596
|
+
# dry_run: false,
|
6597
|
+
# description: "String",
|
6598
|
+
# operating_regions: [
|
6599
|
+
# {
|
6600
|
+
# region_name: "String",
|
6601
|
+
# },
|
6602
|
+
# ],
|
6603
|
+
# tag_specifications: [
|
6604
|
+
# {
|
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, traffic-mirror-filter, traffic-mirror-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
|
6606
|
+
# tags: [
|
6607
|
+
# {
|
6608
|
+
# key: "String",
|
6609
|
+
# value: "String",
|
6610
|
+
# },
|
6611
|
+
# ],
|
6612
|
+
# },
|
6613
|
+
# ],
|
6614
|
+
# client_token: "String",
|
6615
|
+
# })
|
6616
|
+
#
|
6617
|
+
# @example Response structure
|
6618
|
+
#
|
6619
|
+
# resp.ipam.owner_id #=> String
|
6620
|
+
# resp.ipam.ipam_id #=> String
|
6621
|
+
# resp.ipam.ipam_arn #=> String
|
6622
|
+
# resp.ipam.ipam_region #=> String
|
6623
|
+
# resp.ipam.public_default_scope_id #=> String
|
6624
|
+
# resp.ipam.private_default_scope_id #=> String
|
6625
|
+
# resp.ipam.scope_count #=> Integer
|
6626
|
+
# resp.ipam.description #=> String
|
6627
|
+
# resp.ipam.operating_regions #=> Array
|
6628
|
+
# resp.ipam.operating_regions[0].region_name #=> String
|
6629
|
+
# resp.ipam.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
6630
|
+
# resp.ipam.tags #=> Array
|
6631
|
+
# resp.ipam.tags[0].key #=> String
|
6632
|
+
# resp.ipam.tags[0].value #=> String
|
6633
|
+
#
|
6634
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateIpam AWS API Documentation
|
6635
|
+
#
|
6636
|
+
# @overload create_ipam(params = {})
|
6637
|
+
# @param [Hash] params ({})
|
6638
|
+
def create_ipam(params = {}, options = {})
|
6639
|
+
req = build_request(:create_ipam, params)
|
6640
|
+
req.send_request(options)
|
6641
|
+
end
|
6642
|
+
|
6643
|
+
# Create an IP address pool for Amazon VPC IP Address Manager (IPAM). In
|
6644
|
+
# IPAM, a pool is a collection of contiguous IP addresses CIDRs. Pools
|
6645
|
+
# enable you to organize your IP addresses according to your routing and
|
6646
|
+
# security needs. For example, if you have separate routing and security
|
6647
|
+
# needs for development and production applications, you can create a
|
6648
|
+
# pool for each.
|
6649
|
+
#
|
6650
|
+
# For more information, see [Create a top-level
|
6651
|
+
# pool](/vpc/latest/ipam/create-top-ipam.html) in the *Amazon VPC IPAM
|
6652
|
+
# User Guide*.
|
6653
|
+
#
|
6654
|
+
# @option params [Boolean] :dry_run
|
6655
|
+
# A check for whether you have the required permissions for the action
|
6656
|
+
# without actually making the request and provides an error response. If
|
6657
|
+
# you have the required permissions, the error response is
|
6658
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
6659
|
+
#
|
6660
|
+
# @option params [required, String] :ipam_scope_id
|
6661
|
+
# The ID of the scope in which you would like to create the IPAM pool.
|
6662
|
+
#
|
6663
|
+
# @option params [String] :locale
|
6664
|
+
# In IPAM, the locale is the Amazon Web Services Region where you want
|
6665
|
+
# to make an IPAM pool available for allocations. Only resources in the
|
6666
|
+
# same Region as the locale of the pool can get IP address allocations
|
6667
|
+
# from the pool. You can only allocate a CIDR for a VPC, for example,
|
6668
|
+
# from an IPAM pool that shares a locale with the VPC’s Region. Note
|
6669
|
+
# that once you choose a Locale for a pool, you cannot modify it. If you
|
6670
|
+
# do not choose a locale, resources in Regions others than the IPAM's
|
6671
|
+
# home region cannot use CIDRs from this pool.
|
6672
|
+
#
|
6673
|
+
# Possible values: Any Amazon Web Services Region, such as us-east-1.
|
6674
|
+
#
|
6675
|
+
# @option params [String] :source_ipam_pool_id
|
6676
|
+
# The ID of the source IPAM pool. Use this option to create a pool
|
6677
|
+
# within an existing pool. Note that the CIDR you provision for the pool
|
6678
|
+
# within the source pool must be available in the source pool's CIDR
|
6679
|
+
# range.
|
6680
|
+
#
|
6681
|
+
# @option params [String] :description
|
6682
|
+
# A description for the IPAM pool.
|
6683
|
+
#
|
6684
|
+
# @option params [String] :address_family
|
6685
|
+
# The IP protocol assigned to this IPAM pool. You must choose either
|
6686
|
+
# IPv4 or IPv6 protocol for a pool.
|
6687
|
+
#
|
6688
|
+
# @option params [Boolean] :auto_import
|
6689
|
+
# If selected, IPAM will continuously look for resources within the CIDR
|
6690
|
+
# range of this pool and automatically import them as allocations into
|
6691
|
+
# your IPAM. The CIDRs that will be allocated for these resources must
|
6692
|
+
# not already be allocated to other resources in order for the import to
|
6693
|
+
# succeed. IPAM will import a CIDR regardless of its compliance with the
|
6694
|
+
# pool's allocation rules, so a resource might be imported and
|
6695
|
+
# subsequently marked as noncompliant. If IPAM discovers multiple CIDRs
|
6696
|
+
# that overlap, IPAM will import the largest CIDR only. If IPAM
|
6697
|
+
# discovers multiple CIDRs with matching CIDRs, IPAM will randomly
|
6698
|
+
# import one of them only.
|
6699
|
+
#
|
6700
|
+
# A locale must be set on the pool for this feature to work.
|
6701
|
+
#
|
6702
|
+
# @option params [Boolean] :publicly_advertisable
|
6703
|
+
# Determines if the pool is publicly advertisable. This option is not
|
6704
|
+
# available for pools with AddressFamily set to `ipv4`.
|
6705
|
+
#
|
6706
|
+
# @option params [Integer] :allocation_min_netmask_length
|
6707
|
+
# The minimum netmask length required for CIDR allocations in this IPAM
|
6708
|
+
# pool to be compliant. The minimum netmask length must be less than the
|
6709
|
+
# maximum netmask length. Possible netmask lengths for IPv4 addresses
|
6710
|
+
# are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.
|
6711
|
+
#
|
6712
|
+
# @option params [Integer] :allocation_max_netmask_length
|
6713
|
+
# The maximum netmask length possible for CIDR allocations in this IPAM
|
6714
|
+
# pool to be compliant. The maximum netmask length must be greater than
|
6715
|
+
# the minimum netmask length. Possible netmask lengths for IPv4
|
6716
|
+
# addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are
|
6717
|
+
# 0 - 128.
|
6718
|
+
#
|
6719
|
+
# @option params [Integer] :allocation_default_netmask_length
|
6720
|
+
# The default netmask length for allocations added to this pool. If, for
|
6721
|
+
# example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16
|
6722
|
+
# here, new allocations will default to 10.0.0.0/16.
|
6723
|
+
#
|
6724
|
+
# @option params [Array<Types::RequestIpamResourceTag>] :allocation_resource_tags
|
6725
|
+
# Tags that are required for resources that use CIDRs from this IPAM
|
6726
|
+
# pool. Resources that do not have these tags will not be allowed to
|
6727
|
+
# allocate space from the pool. If the resources have their tags changed
|
6728
|
+
# after they have allocated space or if the allocation tagging
|
6729
|
+
# requirements are changed on the pool, the resource may be marked as
|
6730
|
+
# noncompliant.
|
6731
|
+
#
|
6732
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
6733
|
+
# The key/value combination of a tag assigned to the resource. Use the
|
6734
|
+
# tag key in the filter name and the tag value as the filter value. For
|
6735
|
+
# example, to find all resources that have a tag with the key `Owner`
|
6736
|
+
# and the value `TeamA`, specify `tag:Owner` for the filter name and
|
6737
|
+
# `TeamA` for the filter value.
|
6738
|
+
#
|
6739
|
+
# @option params [String] :client_token
|
6740
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
6741
|
+
# idempotency of the request. For more information, see [Ensuring
|
6742
|
+
# Idempotency][1].
|
6743
|
+
#
|
6744
|
+
# **A suitable default value is auto-generated.** You should normally
|
6745
|
+
# not need to pass this option.**
|
6746
|
+
#
|
6747
|
+
#
|
6748
|
+
#
|
6749
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
6750
|
+
#
|
6751
|
+
# @option params [String] :aws_service
|
6752
|
+
# Limits which service in Amazon Web Services that the pool can be used
|
6753
|
+
# in. "ec2", for example, allows users to use space for Elastic IP
|
6754
|
+
# addresses and VPCs.
|
6755
|
+
#
|
6756
|
+
# @return [Types::CreateIpamPoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6757
|
+
#
|
6758
|
+
# * {Types::CreateIpamPoolResult#ipam_pool #ipam_pool} => Types::IpamPool
|
6759
|
+
#
|
6760
|
+
# @example Request syntax with placeholder values
|
6761
|
+
#
|
6762
|
+
# resp = client.create_ipam_pool({
|
6763
|
+
# dry_run: false,
|
6764
|
+
# ipam_scope_id: "IpamScopeId", # required
|
6765
|
+
# locale: "String",
|
6766
|
+
# source_ipam_pool_id: "IpamPoolId",
|
6767
|
+
# description: "String",
|
6768
|
+
# address_family: "ipv4", # accepts ipv4, ipv6
|
6769
|
+
# auto_import: false,
|
6770
|
+
# publicly_advertisable: false,
|
6771
|
+
# allocation_min_netmask_length: 1,
|
6772
|
+
# allocation_max_netmask_length: 1,
|
6773
|
+
# allocation_default_netmask_length: 1,
|
6774
|
+
# allocation_resource_tags: [
|
6775
|
+
# {
|
6776
|
+
# key: "String",
|
6777
|
+
# value: "String",
|
6778
|
+
# },
|
6779
|
+
# ],
|
6780
|
+
# tag_specifications: [
|
6781
|
+
# {
|
6782
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
6783
|
+
# tags: [
|
6784
|
+
# {
|
6785
|
+
# key: "String",
|
6786
|
+
# value: "String",
|
6787
|
+
# },
|
6788
|
+
# ],
|
6789
|
+
# },
|
6790
|
+
# ],
|
6791
|
+
# client_token: "String",
|
6792
|
+
# aws_service: "ec2", # accepts ec2
|
6793
|
+
# })
|
6794
|
+
#
|
6795
|
+
# @example Response structure
|
6796
|
+
#
|
6797
|
+
# resp.ipam_pool.owner_id #=> String
|
6798
|
+
# resp.ipam_pool.ipam_pool_id #=> String
|
6799
|
+
# resp.ipam_pool.source_ipam_pool_id #=> String
|
6800
|
+
# resp.ipam_pool.ipam_pool_arn #=> String
|
6801
|
+
# resp.ipam_pool.ipam_scope_arn #=> String
|
6802
|
+
# resp.ipam_pool.ipam_scope_type #=> String, one of "public", "private"
|
6803
|
+
# resp.ipam_pool.ipam_arn #=> String
|
6804
|
+
# resp.ipam_pool.ipam_region #=> String
|
6805
|
+
# resp.ipam_pool.locale #=> String
|
6806
|
+
# resp.ipam_pool.pool_depth #=> Integer
|
6807
|
+
# resp.ipam_pool.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
6808
|
+
# resp.ipam_pool.state_message #=> String
|
6809
|
+
# resp.ipam_pool.description #=> String
|
6810
|
+
# resp.ipam_pool.auto_import #=> Boolean
|
6811
|
+
# resp.ipam_pool.publicly_advertisable #=> Boolean
|
6812
|
+
# resp.ipam_pool.address_family #=> String, one of "ipv4", "ipv6"
|
6813
|
+
# resp.ipam_pool.allocation_min_netmask_length #=> Integer
|
6814
|
+
# resp.ipam_pool.allocation_max_netmask_length #=> Integer
|
6815
|
+
# resp.ipam_pool.allocation_default_netmask_length #=> Integer
|
6816
|
+
# resp.ipam_pool.allocation_resource_tags #=> Array
|
6817
|
+
# resp.ipam_pool.allocation_resource_tags[0].key #=> String
|
6818
|
+
# resp.ipam_pool.allocation_resource_tags[0].value #=> String
|
6819
|
+
# resp.ipam_pool.tags #=> Array
|
6820
|
+
# resp.ipam_pool.tags[0].key #=> String
|
6821
|
+
# resp.ipam_pool.tags[0].value #=> String
|
6822
|
+
# resp.ipam_pool.aws_service #=> String, one of "ec2"
|
6823
|
+
#
|
6824
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateIpamPool AWS API Documentation
|
6825
|
+
#
|
6826
|
+
# @overload create_ipam_pool(params = {})
|
6827
|
+
# @param [Hash] params ({})
|
6828
|
+
def create_ipam_pool(params = {}, options = {})
|
6829
|
+
req = build_request(:create_ipam_pool, params)
|
6830
|
+
req.send_request(options)
|
6831
|
+
end
|
6832
|
+
|
6833
|
+
# Create an IPAM scope. In IPAM, a scope is the highest-level container
|
6834
|
+
# within IPAM. An IPAM contains two default scopes. Each scope
|
6835
|
+
# represents the IP space for a single network. The private scope is
|
6836
|
+
# intended for all private IP address space. The public scope is
|
6837
|
+
# intended for all public IP address space. Scopes enable you to reuse
|
6838
|
+
# IP addresses across multiple unconnected networks without causing IP
|
6839
|
+
# address overlap or conflict.
|
6840
|
+
#
|
6841
|
+
# For more information, see [Add a
|
6842
|
+
# scope](/vpc/latest/ipam/add-scope-ipam.html) in the *Amazon VPC IPAM
|
6843
|
+
# User Guide*.
|
6844
|
+
#
|
6845
|
+
# @option params [Boolean] :dry_run
|
6846
|
+
# A check for whether you have the required permissions for the action
|
6847
|
+
# without actually making the request and provides an error response. If
|
6848
|
+
# you have the required permissions, the error response is
|
6849
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
6850
|
+
#
|
6851
|
+
# @option params [required, String] :ipam_id
|
6852
|
+
# The ID of the IPAM for which you're creating this scope.
|
6853
|
+
#
|
6854
|
+
# @option params [String] :description
|
6855
|
+
# A description for the scope you're creating.
|
6856
|
+
#
|
6857
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
6858
|
+
# The key/value combination of a tag assigned to the resource. Use the
|
6859
|
+
# tag key in the filter name and the tag value as the filter value. For
|
6860
|
+
# example, to find all resources that have a tag with the key `Owner`
|
6861
|
+
# and the value `TeamA`, specify `tag:Owner` for the filter name and
|
6862
|
+
# `TeamA` for the filter value.
|
6863
|
+
#
|
6864
|
+
# @option params [String] :client_token
|
6865
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
6866
|
+
# idempotency of the request. For more information, see [Ensuring
|
6867
|
+
# Idempotency][1].
|
6868
|
+
#
|
6869
|
+
# **A suitable default value is auto-generated.** You should normally
|
6870
|
+
# not need to pass this option.**
|
6871
|
+
#
|
6872
|
+
#
|
6873
|
+
#
|
6874
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
6875
|
+
#
|
6876
|
+
# @return [Types::CreateIpamScopeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6877
|
+
#
|
6878
|
+
# * {Types::CreateIpamScopeResult#ipam_scope #ipam_scope} => Types::IpamScope
|
6879
|
+
#
|
6880
|
+
# @example Request syntax with placeholder values
|
6881
|
+
#
|
6882
|
+
# resp = client.create_ipam_scope({
|
6883
|
+
# dry_run: false,
|
6884
|
+
# ipam_id: "IpamId", # required
|
6885
|
+
# description: "String",
|
6886
|
+
# tag_specifications: [
|
6887
|
+
# {
|
6888
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
6889
|
+
# tags: [
|
6890
|
+
# {
|
6891
|
+
# key: "String",
|
6892
|
+
# value: "String",
|
6893
|
+
# },
|
6894
|
+
# ],
|
6895
|
+
# },
|
6896
|
+
# ],
|
6897
|
+
# client_token: "String",
|
6898
|
+
# })
|
6899
|
+
#
|
6900
|
+
# @example Response structure
|
6901
|
+
#
|
6902
|
+
# resp.ipam_scope.owner_id #=> String
|
6903
|
+
# resp.ipam_scope.ipam_scope_id #=> String
|
6904
|
+
# resp.ipam_scope.ipam_scope_arn #=> String
|
6905
|
+
# resp.ipam_scope.ipam_arn #=> String
|
6906
|
+
# resp.ipam_scope.ipam_region #=> String
|
6907
|
+
# resp.ipam_scope.ipam_scope_type #=> String, one of "public", "private"
|
6908
|
+
# resp.ipam_scope.is_default #=> Boolean
|
6909
|
+
# resp.ipam_scope.description #=> String
|
6910
|
+
# resp.ipam_scope.pool_count #=> Integer
|
6911
|
+
# resp.ipam_scope.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
6912
|
+
# resp.ipam_scope.tags #=> Array
|
6913
|
+
# resp.ipam_scope.tags[0].key #=> String
|
6914
|
+
# resp.ipam_scope.tags[0].value #=> String
|
6915
|
+
#
|
6916
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateIpamScope AWS API Documentation
|
6917
|
+
#
|
6918
|
+
# @overload create_ipam_scope(params = {})
|
6919
|
+
# @param [Hash] params ({})
|
6920
|
+
def create_ipam_scope(params = {}, options = {})
|
6921
|
+
req = build_request(:create_ipam_scope, params)
|
6922
|
+
req.send_request(options)
|
6923
|
+
end
|
6924
|
+
|
6405
6925
|
# Creates an ED25519 or 2048-bit RSA key pair with the specified name.
|
6406
6926
|
# Amazon EC2 stores the public key and displays the private key for you
|
6407
6927
|
# to save to a file. The private key is returned as an unencrypted PEM
|
@@ -6467,7 +6987,7 @@ module Aws::EC2
|
|
6467
6987
|
# key_type: "rsa", # accepts rsa, ed25519
|
6468
6988
|
# tag_specifications: [
|
6469
6989
|
# {
|
6470
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
6990
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
6471
6991
|
# tags: [
|
6472
6992
|
# {
|
6473
6993
|
# key: "String",
|
@@ -6681,7 +7201,7 @@ module Aws::EC2
|
|
6681
7201
|
# user_data: "String",
|
6682
7202
|
# tag_specifications: [
|
6683
7203
|
# {
|
6684
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
7204
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
6685
7205
|
# tags: [
|
6686
7206
|
# {
|
6687
7207
|
# key: "String",
|
@@ -6799,7 +7319,7 @@ module Aws::EC2
|
|
6799
7319
|
# },
|
6800
7320
|
# tag_specifications: [
|
6801
7321
|
# {
|
6802
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
7322
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
6803
7323
|
# tags: [
|
6804
7324
|
# {
|
6805
7325
|
# key: "String",
|
@@ -7032,7 +7552,7 @@ module Aws::EC2
|
|
7032
7552
|
# user_data: "String",
|
7033
7553
|
# tag_specifications: [
|
7034
7554
|
# {
|
7035
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
7555
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
7036
7556
|
# tags: [
|
7037
7557
|
# {
|
7038
7558
|
# key: "String",
|
@@ -7218,7 +7738,7 @@ module Aws::EC2
|
|
7218
7738
|
# resp.launch_template_version.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
7219
7739
|
# resp.launch_template_version.launch_template_data.user_data #=> String
|
7220
7740
|
# resp.launch_template_version.launch_template_data.tag_specifications #=> Array
|
7221
|
-
# 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", "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", "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", "traffic-mirror-filter", "traffic-mirror-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"
|
7741
|
+
# 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", "traffic-mirror-filter", "traffic-mirror-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"
|
7222
7742
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags #=> Array
|
7223
7743
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].key #=> String
|
7224
7744
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].value #=> String
|
@@ -7383,7 +7903,7 @@ module Aws::EC2
|
|
7383
7903
|
# vpc_id: "VpcId", # required
|
7384
7904
|
# tag_specifications: [
|
7385
7905
|
# {
|
7386
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
7906
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
7387
7907
|
# tags: [
|
7388
7908
|
# {
|
7389
7909
|
# key: "String",
|
@@ -7479,7 +7999,7 @@ module Aws::EC2
|
|
7479
7999
|
# max_entries: 1, # required
|
7480
8000
|
# tag_specifications: [
|
7481
8001
|
# {
|
7482
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
8002
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
7483
8003
|
# tags: [
|
7484
8004
|
# {
|
7485
8005
|
# key: "String",
|
@@ -7616,7 +8136,7 @@ module Aws::EC2
|
|
7616
8136
|
# subnet_id: "SubnetId", # required
|
7617
8137
|
# tag_specifications: [
|
7618
8138
|
# {
|
7619
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
8139
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
7620
8140
|
# tags: [
|
7621
8141
|
# {
|
7622
8142
|
# key: "String",
|
@@ -7735,7 +8255,7 @@ module Aws::EC2
|
|
7735
8255
|
# vpc_id: "VpcId", # required
|
7736
8256
|
# tag_specifications: [
|
7737
8257
|
# {
|
7738
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
8258
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
7739
8259
|
# tags: [
|
7740
8260
|
# {
|
7741
8261
|
# key: "String",
|
@@ -7906,6 +8426,256 @@ module Aws::EC2
|
|
7906
8426
|
req.send_request(options)
|
7907
8427
|
end
|
7908
8428
|
|
8429
|
+
# Creates a Network Access Scope.
|
8430
|
+
#
|
8431
|
+
# Amazon Web Services Network Access Analyzer enables cloud networking
|
8432
|
+
# and cloud operations teams to verify that their networks on Amazon Web
|
8433
|
+
# Services conform to their network security and governance objectives.
|
8434
|
+
# For more information, see the [Amazon Web Services Network Access
|
8435
|
+
# Analyzer Guide][1].
|
8436
|
+
#
|
8437
|
+
#
|
8438
|
+
#
|
8439
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/network-access-analyzer/
|
8440
|
+
#
|
8441
|
+
# @option params [Array<Types::AccessScopePathRequest>] :match_paths
|
8442
|
+
# The paths to match.
|
8443
|
+
#
|
8444
|
+
# @option params [Array<Types::AccessScopePathRequest>] :exclude_paths
|
8445
|
+
# The paths to exclude.
|
8446
|
+
#
|
8447
|
+
# @option params [required, String] :client_token
|
8448
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
8449
|
+
# idempotency of the request. For more information, see [How to ensure
|
8450
|
+
# idempotency][1].
|
8451
|
+
#
|
8452
|
+
# **A suitable default value is auto-generated.** You should normally
|
8453
|
+
# not need to pass this option.**
|
8454
|
+
#
|
8455
|
+
#
|
8456
|
+
#
|
8457
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
8458
|
+
#
|
8459
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
8460
|
+
# The tags to apply.
|
8461
|
+
#
|
8462
|
+
# @option params [Boolean] :dry_run
|
8463
|
+
# Checks whether you have the required permissions for the action,
|
8464
|
+
# without actually making the request, and provides an error response.
|
8465
|
+
# If you have the required permissions, the error response is
|
8466
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
8467
|
+
#
|
8468
|
+
# @return [Types::CreateNetworkInsightsAccessScopeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8469
|
+
#
|
8470
|
+
# * {Types::CreateNetworkInsightsAccessScopeResult#network_insights_access_scope #network_insights_access_scope} => Types::NetworkInsightsAccessScope
|
8471
|
+
# * {Types::CreateNetworkInsightsAccessScopeResult#network_insights_access_scope_content #network_insights_access_scope_content} => Types::NetworkInsightsAccessScopeContent
|
8472
|
+
#
|
8473
|
+
# @example Request syntax with placeholder values
|
8474
|
+
#
|
8475
|
+
# resp = client.create_network_insights_access_scope({
|
8476
|
+
# match_paths: [
|
8477
|
+
# {
|
8478
|
+
# source: {
|
8479
|
+
# packet_header_statement: {
|
8480
|
+
# source_addresses: ["String"],
|
8481
|
+
# destination_addresses: ["String"],
|
8482
|
+
# source_ports: ["String"],
|
8483
|
+
# destination_ports: ["String"],
|
8484
|
+
# source_prefix_lists: ["String"],
|
8485
|
+
# destination_prefix_lists: ["String"],
|
8486
|
+
# protocols: ["tcp"], # accepts tcp, udp
|
8487
|
+
# },
|
8488
|
+
# resource_statement: {
|
8489
|
+
# resources: ["String"],
|
8490
|
+
# resource_types: ["String"],
|
8491
|
+
# },
|
8492
|
+
# },
|
8493
|
+
# destination: {
|
8494
|
+
# packet_header_statement: {
|
8495
|
+
# source_addresses: ["String"],
|
8496
|
+
# destination_addresses: ["String"],
|
8497
|
+
# source_ports: ["String"],
|
8498
|
+
# destination_ports: ["String"],
|
8499
|
+
# source_prefix_lists: ["String"],
|
8500
|
+
# destination_prefix_lists: ["String"],
|
8501
|
+
# protocols: ["tcp"], # accepts tcp, udp
|
8502
|
+
# },
|
8503
|
+
# resource_statement: {
|
8504
|
+
# resources: ["String"],
|
8505
|
+
# resource_types: ["String"],
|
8506
|
+
# },
|
8507
|
+
# },
|
8508
|
+
# through_resources: [
|
8509
|
+
# {
|
8510
|
+
# resource_statement: {
|
8511
|
+
# resources: ["String"],
|
8512
|
+
# resource_types: ["String"],
|
8513
|
+
# },
|
8514
|
+
# },
|
8515
|
+
# ],
|
8516
|
+
# },
|
8517
|
+
# ],
|
8518
|
+
# exclude_paths: [
|
8519
|
+
# {
|
8520
|
+
# source: {
|
8521
|
+
# packet_header_statement: {
|
8522
|
+
# source_addresses: ["String"],
|
8523
|
+
# destination_addresses: ["String"],
|
8524
|
+
# source_ports: ["String"],
|
8525
|
+
# destination_ports: ["String"],
|
8526
|
+
# source_prefix_lists: ["String"],
|
8527
|
+
# destination_prefix_lists: ["String"],
|
8528
|
+
# protocols: ["tcp"], # accepts tcp, udp
|
8529
|
+
# },
|
8530
|
+
# resource_statement: {
|
8531
|
+
# resources: ["String"],
|
8532
|
+
# resource_types: ["String"],
|
8533
|
+
# },
|
8534
|
+
# },
|
8535
|
+
# destination: {
|
8536
|
+
# packet_header_statement: {
|
8537
|
+
# source_addresses: ["String"],
|
8538
|
+
# destination_addresses: ["String"],
|
8539
|
+
# source_ports: ["String"],
|
8540
|
+
# destination_ports: ["String"],
|
8541
|
+
# source_prefix_lists: ["String"],
|
8542
|
+
# destination_prefix_lists: ["String"],
|
8543
|
+
# protocols: ["tcp"], # accepts tcp, udp
|
8544
|
+
# },
|
8545
|
+
# resource_statement: {
|
8546
|
+
# resources: ["String"],
|
8547
|
+
# resource_types: ["String"],
|
8548
|
+
# },
|
8549
|
+
# },
|
8550
|
+
# through_resources: [
|
8551
|
+
# {
|
8552
|
+
# resource_statement: {
|
8553
|
+
# resources: ["String"],
|
8554
|
+
# resource_types: ["String"],
|
8555
|
+
# },
|
8556
|
+
# },
|
8557
|
+
# ],
|
8558
|
+
# },
|
8559
|
+
# ],
|
8560
|
+
# client_token: "String", # required
|
8561
|
+
# tag_specifications: [
|
8562
|
+
# {
|
8563
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
8564
|
+
# tags: [
|
8565
|
+
# {
|
8566
|
+
# key: "String",
|
8567
|
+
# value: "String",
|
8568
|
+
# },
|
8569
|
+
# ],
|
8570
|
+
# },
|
8571
|
+
# ],
|
8572
|
+
# dry_run: false,
|
8573
|
+
# })
|
8574
|
+
#
|
8575
|
+
# @example Response structure
|
8576
|
+
#
|
8577
|
+
# resp.network_insights_access_scope.network_insights_access_scope_id #=> String
|
8578
|
+
# resp.network_insights_access_scope.network_insights_access_scope_arn #=> String
|
8579
|
+
# resp.network_insights_access_scope.created_date #=> Time
|
8580
|
+
# resp.network_insights_access_scope.updated_date #=> Time
|
8581
|
+
# resp.network_insights_access_scope.tags #=> Array
|
8582
|
+
# resp.network_insights_access_scope.tags[0].key #=> String
|
8583
|
+
# resp.network_insights_access_scope.tags[0].value #=> String
|
8584
|
+
# resp.network_insights_access_scope_content.network_insights_access_scope_id #=> String
|
8585
|
+
# resp.network_insights_access_scope_content.match_paths #=> Array
|
8586
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.source_addresses #=> Array
|
8587
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.source_addresses[0] #=> String
|
8588
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.destination_addresses #=> Array
|
8589
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.destination_addresses[0] #=> String
|
8590
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.source_ports #=> Array
|
8591
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.source_ports[0] #=> String
|
8592
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.destination_ports #=> Array
|
8593
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.destination_ports[0] #=> String
|
8594
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.source_prefix_lists #=> Array
|
8595
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.source_prefix_lists[0] #=> String
|
8596
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.destination_prefix_lists #=> Array
|
8597
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.destination_prefix_lists[0] #=> String
|
8598
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.protocols #=> Array
|
8599
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.protocols[0] #=> String, one of "tcp", "udp"
|
8600
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.resource_statement.resources #=> Array
|
8601
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.resource_statement.resources[0] #=> String
|
8602
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.resource_statement.resource_types #=> Array
|
8603
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.resource_statement.resource_types[0] #=> String
|
8604
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.source_addresses #=> Array
|
8605
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.source_addresses[0] #=> String
|
8606
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.destination_addresses #=> Array
|
8607
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.destination_addresses[0] #=> String
|
8608
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.source_ports #=> Array
|
8609
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.source_ports[0] #=> String
|
8610
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.destination_ports #=> Array
|
8611
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.destination_ports[0] #=> String
|
8612
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.source_prefix_lists #=> Array
|
8613
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.source_prefix_lists[0] #=> String
|
8614
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.destination_prefix_lists #=> Array
|
8615
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.destination_prefix_lists[0] #=> String
|
8616
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.protocols #=> Array
|
8617
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.protocols[0] #=> String, one of "tcp", "udp"
|
8618
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.resource_statement.resources #=> Array
|
8619
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.resource_statement.resources[0] #=> String
|
8620
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.resource_statement.resource_types #=> Array
|
8621
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.resource_statement.resource_types[0] #=> String
|
8622
|
+
# resp.network_insights_access_scope_content.match_paths[0].through_resources #=> Array
|
8623
|
+
# resp.network_insights_access_scope_content.match_paths[0].through_resources[0].resource_statement.resources #=> Array
|
8624
|
+
# resp.network_insights_access_scope_content.match_paths[0].through_resources[0].resource_statement.resources[0] #=> String
|
8625
|
+
# resp.network_insights_access_scope_content.match_paths[0].through_resources[0].resource_statement.resource_types #=> Array
|
8626
|
+
# resp.network_insights_access_scope_content.match_paths[0].through_resources[0].resource_statement.resource_types[0] #=> String
|
8627
|
+
# resp.network_insights_access_scope_content.exclude_paths #=> Array
|
8628
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.source_addresses #=> Array
|
8629
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.source_addresses[0] #=> String
|
8630
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.destination_addresses #=> Array
|
8631
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.destination_addresses[0] #=> String
|
8632
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.source_ports #=> Array
|
8633
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.source_ports[0] #=> String
|
8634
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.destination_ports #=> Array
|
8635
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.destination_ports[0] #=> String
|
8636
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.source_prefix_lists #=> Array
|
8637
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.source_prefix_lists[0] #=> String
|
8638
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.destination_prefix_lists #=> Array
|
8639
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.destination_prefix_lists[0] #=> String
|
8640
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.protocols #=> Array
|
8641
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.protocols[0] #=> String, one of "tcp", "udp"
|
8642
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.resource_statement.resources #=> Array
|
8643
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.resource_statement.resources[0] #=> String
|
8644
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.resource_statement.resource_types #=> Array
|
8645
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.resource_statement.resource_types[0] #=> String
|
8646
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.source_addresses #=> Array
|
8647
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.source_addresses[0] #=> String
|
8648
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.destination_addresses #=> Array
|
8649
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.destination_addresses[0] #=> String
|
8650
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.source_ports #=> Array
|
8651
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.source_ports[0] #=> String
|
8652
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.destination_ports #=> Array
|
8653
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.destination_ports[0] #=> String
|
8654
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.source_prefix_lists #=> Array
|
8655
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.source_prefix_lists[0] #=> String
|
8656
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.destination_prefix_lists #=> Array
|
8657
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.destination_prefix_lists[0] #=> String
|
8658
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.protocols #=> Array
|
8659
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.protocols[0] #=> String, one of "tcp", "udp"
|
8660
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.resource_statement.resources #=> Array
|
8661
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.resource_statement.resources[0] #=> String
|
8662
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.resource_statement.resource_types #=> Array
|
8663
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.resource_statement.resource_types[0] #=> String
|
8664
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].through_resources #=> Array
|
8665
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].through_resources[0].resource_statement.resources #=> Array
|
8666
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].through_resources[0].resource_statement.resources[0] #=> String
|
8667
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].through_resources[0].resource_statement.resource_types #=> Array
|
8668
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].through_resources[0].resource_statement.resource_types[0] #=> String
|
8669
|
+
#
|
8670
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateNetworkInsightsAccessScope AWS API Documentation
|
8671
|
+
#
|
8672
|
+
# @overload create_network_insights_access_scope(params = {})
|
8673
|
+
# @param [Hash] params ({})
|
8674
|
+
def create_network_insights_access_scope(params = {}, options = {})
|
8675
|
+
req = build_request(:create_network_insights_access_scope, params)
|
8676
|
+
req.send_request(options)
|
8677
|
+
end
|
8678
|
+
|
7909
8679
|
# Creates a path to analyze for reachability.
|
7910
8680
|
#
|
7911
8681
|
# Reachability Analyzer enables you to analyze and debug network
|
@@ -7972,7 +8742,7 @@ module Aws::EC2
|
|
7972
8742
|
# destination_port: 1,
|
7973
8743
|
# tag_specifications: [
|
7974
8744
|
# {
|
7975
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
8745
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
7976
8746
|
# tags: [
|
7977
8747
|
# {
|
7978
8748
|
# key: "String",
|
@@ -8203,7 +8973,7 @@ module Aws::EC2
|
|
8203
8973
|
# subnet_id: "SubnetId", # required
|
8204
8974
|
# tag_specifications: [
|
8205
8975
|
# {
|
8206
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
8976
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
8207
8977
|
# tags: [
|
8208
8978
|
# {
|
8209
8979
|
# key: "String",
|
@@ -8408,7 +9178,7 @@ module Aws::EC2
|
|
8408
9178
|
# partition_count: 1,
|
8409
9179
|
# tag_specifications: [
|
8410
9180
|
# {
|
8411
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
9181
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
8412
9182
|
# tags: [
|
8413
9183
|
# {
|
8414
9184
|
# key: "String",
|
@@ -8439,6 +9209,63 @@ module Aws::EC2
|
|
8439
9209
|
req.send_request(options)
|
8440
9210
|
end
|
8441
9211
|
|
9212
|
+
# Creates a public IPv4 address pool. A public IPv4 pool is an EC2 IP
|
9213
|
+
# address pool required for the public IPv4 CIDRs that you own and bring
|
9214
|
+
# to Amazon Web Services to manage with IPAM. IPv6 addresses you bring
|
9215
|
+
# to Amazon Web Services, however, use IPAM pools only. To monitor the
|
9216
|
+
# status of pool creation, use [DescribePublicIpv4Pools][1].
|
9217
|
+
#
|
9218
|
+
#
|
9219
|
+
#
|
9220
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePublicIpv4Pools.html
|
9221
|
+
#
|
9222
|
+
# @option params [Boolean] :dry_run
|
9223
|
+
# A check for whether you have the required permissions for the action
|
9224
|
+
# without actually making the request and provides an error response. If
|
9225
|
+
# you have the required permissions, the error response is
|
9226
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
9227
|
+
#
|
9228
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
9229
|
+
# The key/value combination of a tag assigned to the resource. Use the
|
9230
|
+
# tag key in the filter name and the tag value as the filter value. For
|
9231
|
+
# example, to find all resources that have a tag with the key `Owner`
|
9232
|
+
# and the value `TeamA`, specify `tag:Owner` for the filter name and
|
9233
|
+
# `TeamA` for the filter value.
|
9234
|
+
#
|
9235
|
+
# @return [Types::CreatePublicIpv4PoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
9236
|
+
#
|
9237
|
+
# * {Types::CreatePublicIpv4PoolResult#pool_id #pool_id} => String
|
9238
|
+
#
|
9239
|
+
# @example Request syntax with placeholder values
|
9240
|
+
#
|
9241
|
+
# resp = client.create_public_ipv_4_pool({
|
9242
|
+
# dry_run: false,
|
9243
|
+
# tag_specifications: [
|
9244
|
+
# {
|
9245
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
9246
|
+
# tags: [
|
9247
|
+
# {
|
9248
|
+
# key: "String",
|
9249
|
+
# value: "String",
|
9250
|
+
# },
|
9251
|
+
# ],
|
9252
|
+
# },
|
9253
|
+
# ],
|
9254
|
+
# })
|
9255
|
+
#
|
9256
|
+
# @example Response structure
|
9257
|
+
#
|
9258
|
+
# resp.pool_id #=> String
|
9259
|
+
#
|
9260
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreatePublicIpv4Pool AWS API Documentation
|
9261
|
+
#
|
9262
|
+
# @overload create_public_ipv_4_pool(params = {})
|
9263
|
+
# @param [Hash] params ({})
|
9264
|
+
def create_public_ipv_4_pool(params = {}, options = {})
|
9265
|
+
req = build_request(:create_public_ipv_4_pool, params)
|
9266
|
+
req.send_request(options)
|
9267
|
+
end
|
9268
|
+
|
8442
9269
|
# Creates a root volume replacement task for an Amazon EC2 instance. The
|
8443
9270
|
# root volume can either be restored to its initial launch state, or it
|
8444
9271
|
# can be restored using a specific snapshot.
|
@@ -8493,7 +9320,7 @@ module Aws::EC2
|
|
8493
9320
|
# dry_run: false,
|
8494
9321
|
# tag_specifications: [
|
8495
9322
|
# {
|
8496
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
9323
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
8497
9324
|
# tags: [
|
8498
9325
|
# {
|
8499
9326
|
# key: "String",
|
@@ -8684,7 +9511,7 @@ module Aws::EC2
|
|
8684
9511
|
# name: "String",
|
8685
9512
|
# tag_specifications: [
|
8686
9513
|
# {
|
8687
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
9514
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
8688
9515
|
# tags: [
|
8689
9516
|
# {
|
8690
9517
|
# key: "String",
|
@@ -8912,7 +9739,7 @@ module Aws::EC2
|
|
8912
9739
|
# vpc_id: "VpcId", # required
|
8913
9740
|
# tag_specifications: [
|
8914
9741
|
# {
|
8915
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
9742
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
8916
9743
|
# tags: [
|
8917
9744
|
# {
|
8918
9745
|
# key: "String",
|
@@ -9063,7 +9890,7 @@ module Aws::EC2
|
|
9063
9890
|
# vpc_id: "VpcId",
|
9064
9891
|
# tag_specifications: [
|
9065
9892
|
# {
|
9066
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
9893
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
9067
9894
|
# tags: [
|
9068
9895
|
# {
|
9069
9896
|
# key: "String",
|
@@ -9228,7 +10055,7 @@ module Aws::EC2
|
|
9228
10055
|
# volume_id: "VolumeId", # required
|
9229
10056
|
# tag_specifications: [
|
9230
10057
|
# {
|
9231
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
10058
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
9232
10059
|
# tags: [
|
9233
10060
|
# {
|
9234
10061
|
# key: "String",
|
@@ -9342,7 +10169,7 @@ module Aws::EC2
|
|
9342
10169
|
# outpost_arn: "String",
|
9343
10170
|
# tag_specifications: [
|
9344
10171
|
# {
|
9345
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
10172
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
9346
10173
|
# tags: [
|
9347
10174
|
# {
|
9348
10175
|
# key: "String",
|
@@ -9639,7 +10466,7 @@ module Aws::EC2
|
|
9639
10466
|
# resp = client.create_subnet({
|
9640
10467
|
# tag_specifications: [
|
9641
10468
|
# {
|
9642
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
10469
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
9643
10470
|
# tags: [
|
9644
10471
|
# {
|
9645
10472
|
# key: "String",
|
@@ -9752,7 +10579,7 @@ module Aws::EC2
|
|
9752
10579
|
# resp = client.create_subnet_cidr_reservation({
|
9753
10580
|
# tag_specifications: [
|
9754
10581
|
# {
|
9755
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
10582
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
9756
10583
|
# tags: [
|
9757
10584
|
# {
|
9758
10585
|
# key: "String",
|
@@ -9916,7 +10743,7 @@ module Aws::EC2
|
|
9916
10743
|
# description: "String",
|
9917
10744
|
# tag_specifications: [
|
9918
10745
|
# {
|
9919
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
10746
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
9920
10747
|
# tags: [
|
9921
10748
|
# {
|
9922
10749
|
# key: "String",
|
@@ -10190,7 +11017,7 @@ module Aws::EC2
|
|
10190
11017
|
# description: "String",
|
10191
11018
|
# tag_specifications: [
|
10192
11019
|
# {
|
10193
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
11020
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
10194
11021
|
# tags: [
|
10195
11022
|
# {
|
10196
11023
|
# key: "String",
|
@@ -10289,7 +11116,7 @@ module Aws::EC2
|
|
10289
11116
|
# description: "String",
|
10290
11117
|
# tag_specifications: [
|
10291
11118
|
# {
|
10292
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
11119
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
10293
11120
|
# tags: [
|
10294
11121
|
# {
|
10295
11122
|
# key: "String",
|
@@ -10383,7 +11210,7 @@ module Aws::EC2
|
|
10383
11210
|
# },
|
10384
11211
|
# tag_specifications: [
|
10385
11212
|
# {
|
10386
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
11213
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
10387
11214
|
# tags: [
|
10388
11215
|
# {
|
10389
11216
|
# key: "String",
|
@@ -10464,7 +11291,7 @@ module Aws::EC2
|
|
10464
11291
|
# },
|
10465
11292
|
# tag_specifications: [
|
10466
11293
|
# {
|
10467
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
11294
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
10468
11295
|
# tags: [
|
10469
11296
|
# {
|
10470
11297
|
# key: "String",
|
@@ -10558,7 +11385,7 @@ module Aws::EC2
|
|
10558
11385
|
# inside_cidr_blocks: ["String"], # required
|
10559
11386
|
# tag_specifications: [
|
10560
11387
|
# {
|
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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
11388
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
10562
11389
|
# tags: [
|
10563
11390
|
# {
|
10564
11391
|
# key: "String",
|
@@ -10640,7 +11467,7 @@ module Aws::EC2
|
|
10640
11467
|
# },
|
10641
11468
|
# tag_specifications: [
|
10642
11469
|
# {
|
10643
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
11470
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
10644
11471
|
# tags: [
|
10645
11472
|
# {
|
10646
11473
|
# key: "String",
|
@@ -10721,7 +11548,7 @@ module Aws::EC2
|
|
10721
11548
|
# peer_region: "String", # required
|
10722
11549
|
# tag_specifications: [
|
10723
11550
|
# {
|
10724
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
11551
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
10725
11552
|
# tags: [
|
10726
11553
|
# {
|
10727
11554
|
# key: "String",
|
@@ -10893,7 +11720,7 @@ module Aws::EC2
|
|
10893
11720
|
# transit_gateway_id: "TransitGatewayId", # required
|
10894
11721
|
# tag_specifications: [
|
10895
11722
|
# {
|
10896
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
11723
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
10897
11724
|
# tags: [
|
10898
11725
|
# {
|
10899
11726
|
# key: "String",
|
@@ -10976,7 +11803,7 @@ module Aws::EC2
|
|
10976
11803
|
# },
|
10977
11804
|
# tag_specifications: [
|
10978
11805
|
# {
|
10979
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
11806
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
10980
11807
|
# tags: [
|
10981
11808
|
# {
|
10982
11809
|
# key: "String",
|
@@ -11281,7 +12108,7 @@ module Aws::EC2
|
|
11281
12108
|
# dry_run: false,
|
11282
12109
|
# tag_specifications: [
|
11283
12110
|
# {
|
11284
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
12111
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
11285
12112
|
# tags: [
|
11286
12113
|
# {
|
11287
12114
|
# key: "String",
|
@@ -11359,7 +12186,7 @@ module Aws::EC2
|
|
11359
12186
|
# [3]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html
|
11360
12187
|
# [4]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html
|
11361
12188
|
#
|
11362
|
-
# @option params [
|
12189
|
+
# @option params [String] :cidr_block
|
11363
12190
|
# The IPv4 network range for the VPC, in CIDR notation. For example,
|
11364
12191
|
# `10.0.0.0/16`. We modify the specified CIDR block to its canonical
|
11365
12192
|
# form; for example, if you specify `100.68.0.18/18`, we modify it to
|
@@ -11380,6 +12207,36 @@ module Aws::EC2
|
|
11380
12207
|
#
|
11381
12208
|
# To let Amazon choose the IPv6 CIDR block for you, omit this parameter.
|
11382
12209
|
#
|
12210
|
+
# @option params [String] :ipv_4_ipam_pool_id
|
12211
|
+
# The ID of an IPv4 IPAM pool you want to use for allocating this VPC's
|
12212
|
+
# CIDR. For more information, see [What is
|
12213
|
+
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
|
12214
|
+
# User Guide*.
|
12215
|
+
#
|
12216
|
+
# @option params [Integer] :ipv_4_netmask_length
|
12217
|
+
# The netmask length of the IPv4 CIDR you want to allocate to this VPC
|
12218
|
+
# from an Amazon VPC IP Address Manager (IPAM) pool. For more
|
12219
|
+
# information about IPAM, see [What is
|
12220
|
+
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
|
12221
|
+
# User Guide*.
|
12222
|
+
#
|
12223
|
+
# @option params [String] :ipv_6_ipam_pool_id
|
12224
|
+
# The ID of an IPv6 IPAM pool which will be used to allocate this VPC an
|
12225
|
+
# IPv6 CIDR. IPAM is a VPC feature that you can use to automate your IP
|
12226
|
+
# address management workflows including assigning, tracking,
|
12227
|
+
# troubleshooting, and auditing IP addresses across Amazon Web Services
|
12228
|
+
# Regions and accounts throughout your Amazon Web Services Organization.
|
12229
|
+
# For more information, see [What is
|
12230
|
+
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
|
12231
|
+
# User Guide*.
|
12232
|
+
#
|
12233
|
+
# @option params [Integer] :ipv_6_netmask_length
|
12234
|
+
# The netmask length of the IPv6 CIDR you want to allocate to this VPC
|
12235
|
+
# from an Amazon VPC IP Address Manager (IPAM) pool. For more
|
12236
|
+
# information about IPAM, see [What is
|
12237
|
+
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
|
12238
|
+
# User Guide*.
|
12239
|
+
#
|
11383
12240
|
# @option params [Boolean] :dry_run
|
11384
12241
|
# Checks whether you have the required permissions for the action,
|
11385
12242
|
# without actually making the request, and provides an error response.
|
@@ -11436,16 +12293,20 @@ module Aws::EC2
|
|
11436
12293
|
# @example Request syntax with placeholder values
|
11437
12294
|
#
|
11438
12295
|
# resp = client.create_vpc({
|
11439
|
-
# cidr_block: "String",
|
12296
|
+
# cidr_block: "String",
|
11440
12297
|
# amazon_provided_ipv_6_cidr_block: false,
|
11441
12298
|
# ipv_6_pool: "Ipv6PoolEc2Id",
|
11442
12299
|
# ipv_6_cidr_block: "String",
|
12300
|
+
# ipv_4_ipam_pool_id: "IpamPoolId",
|
12301
|
+
# ipv_4_netmask_length: 1,
|
12302
|
+
# ipv_6_ipam_pool_id: "IpamPoolId",
|
12303
|
+
# ipv_6_netmask_length: 1,
|
11443
12304
|
# dry_run: false,
|
11444
12305
|
# instance_tenancy: "default", # accepts default, dedicated, host
|
11445
12306
|
# ipv_6_cidr_block_network_border_group: "String",
|
11446
12307
|
# tag_specifications: [
|
11447
12308
|
# {
|
11448
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
12309
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
11449
12310
|
# tags: [
|
11450
12311
|
# {
|
11451
12312
|
# key: "String",
|
@@ -11603,7 +12464,7 @@ module Aws::EC2
|
|
11603
12464
|
# private_dns_enabled: false,
|
11604
12465
|
# tag_specifications: [
|
11605
12466
|
# {
|
11606
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
12467
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
11607
12468
|
# tags: [
|
11608
12469
|
# {
|
11609
12470
|
# key: "String",
|
@@ -11810,7 +12671,7 @@ module Aws::EC2
|
|
11810
12671
|
# client_token: "String",
|
11811
12672
|
# tag_specifications: [
|
11812
12673
|
# {
|
11813
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
12674
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
11814
12675
|
# tags: [
|
11815
12676
|
# {
|
11816
12677
|
# key: "String",
|
@@ -11843,6 +12704,7 @@ module Aws::EC2
|
|
11843
12704
|
# resp.service_configuration.private_dns_name_configuration.type #=> String
|
11844
12705
|
# resp.service_configuration.private_dns_name_configuration.value #=> String
|
11845
12706
|
# resp.service_configuration.private_dns_name_configuration.name #=> String
|
12707
|
+
# resp.service_configuration.payer_responsibility #=> String, one of "ServiceOwner"
|
11846
12708
|
# resp.service_configuration.tags #=> Array
|
11847
12709
|
# resp.service_configuration.tags[0].key #=> String
|
11848
12710
|
# resp.service_configuration.tags[0].value #=> String
|
@@ -11923,7 +12785,7 @@ module Aws::EC2
|
|
11923
12785
|
# peer_region: "String",
|
11924
12786
|
# tag_specifications: [
|
11925
12787
|
# {
|
11926
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
12788
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
11927
12789
|
# tags: [
|
11928
12790
|
# {
|
11929
12791
|
# key: "String",
|
@@ -12099,7 +12961,7 @@ module Aws::EC2
|
|
12099
12961
|
# },
|
12100
12962
|
# tag_specifications: [
|
12101
12963
|
# {
|
12102
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
12964
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
12103
12965
|
# tags: [
|
12104
12966
|
# {
|
12105
12967
|
# key: "String",
|
@@ -12263,7 +13125,7 @@ module Aws::EC2
|
|
12263
13125
|
# type: "ipsec.1", # required, accepts ipsec.1
|
12264
13126
|
# tag_specifications: [
|
12265
13127
|
# {
|
12266
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
13128
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
12267
13129
|
# tags: [
|
12268
13130
|
# {
|
12269
13131
|
# key: "String",
|
@@ -12795,6 +13657,198 @@ module Aws::EC2
|
|
12795
13657
|
req.send_request(options)
|
12796
13658
|
end
|
12797
13659
|
|
13660
|
+
# Delete an IPAM. Deleting an IPAM removes all monitored data associated
|
13661
|
+
# with the IPAM including the historical data for CIDRs.
|
13662
|
+
#
|
13663
|
+
# <note markdown="1"> You cannot delete an IPAM if there are CIDRs provisioned to pools or
|
13664
|
+
# if there are allocations in the pools within the IPAM. To deprovision
|
13665
|
+
# pool CIDRs, see [DeprovisionIpamPoolCidr][1]. To release allocations,
|
13666
|
+
# see [ReleaseIpamPoolAllocation][2].
|
13667
|
+
#
|
13668
|
+
# </note>
|
13669
|
+
#
|
13670
|
+
# For more information, see [Delete an
|
13671
|
+
# IPAM](/vpc/latest/ipam/delete-ipam.html) in the *Amazon VPC IPAM User
|
13672
|
+
# Guide*.
|
13673
|
+
#
|
13674
|
+
#
|
13675
|
+
#
|
13676
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeprovisionIpamPoolCidr.html
|
13677
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ReleaseIpamPoolAllocation.html
|
13678
|
+
#
|
13679
|
+
# @option params [Boolean] :dry_run
|
13680
|
+
# A check for whether you have the required permissions for the action
|
13681
|
+
# without actually making the request and provides an error response. If
|
13682
|
+
# you have the required permissions, the error response is
|
13683
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
13684
|
+
#
|
13685
|
+
# @option params [required, String] :ipam_id
|
13686
|
+
# The ID of the IPAM to delete.
|
13687
|
+
#
|
13688
|
+
# @return [Types::DeleteIpamResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
13689
|
+
#
|
13690
|
+
# * {Types::DeleteIpamResult#ipam #ipam} => Types::Ipam
|
13691
|
+
#
|
13692
|
+
# @example Request syntax with placeholder values
|
13693
|
+
#
|
13694
|
+
# resp = client.delete_ipam({
|
13695
|
+
# dry_run: false,
|
13696
|
+
# ipam_id: "IpamId", # required
|
13697
|
+
# })
|
13698
|
+
#
|
13699
|
+
# @example Response structure
|
13700
|
+
#
|
13701
|
+
# resp.ipam.owner_id #=> String
|
13702
|
+
# resp.ipam.ipam_id #=> String
|
13703
|
+
# resp.ipam.ipam_arn #=> String
|
13704
|
+
# resp.ipam.ipam_region #=> String
|
13705
|
+
# resp.ipam.public_default_scope_id #=> String
|
13706
|
+
# resp.ipam.private_default_scope_id #=> String
|
13707
|
+
# resp.ipam.scope_count #=> Integer
|
13708
|
+
# resp.ipam.description #=> String
|
13709
|
+
# resp.ipam.operating_regions #=> Array
|
13710
|
+
# resp.ipam.operating_regions[0].region_name #=> String
|
13711
|
+
# resp.ipam.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
13712
|
+
# resp.ipam.tags #=> Array
|
13713
|
+
# resp.ipam.tags[0].key #=> String
|
13714
|
+
# resp.ipam.tags[0].value #=> String
|
13715
|
+
#
|
13716
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteIpam AWS API Documentation
|
13717
|
+
#
|
13718
|
+
# @overload delete_ipam(params = {})
|
13719
|
+
# @param [Hash] params ({})
|
13720
|
+
def delete_ipam(params = {}, options = {})
|
13721
|
+
req = build_request(:delete_ipam, params)
|
13722
|
+
req.send_request(options)
|
13723
|
+
end
|
13724
|
+
|
13725
|
+
# Delete an IPAM pool.
|
13726
|
+
#
|
13727
|
+
# <note markdown="1"> You cannot delete an IPAM pool if there are allocations in it or CIDRs
|
13728
|
+
# provisioned to it. To release allocations, see
|
13729
|
+
# [ReleaseIpamPoolAllocation][1]. To deprovision pool CIDRs, see
|
13730
|
+
# [DeprovisionIpamPoolCidr][2].
|
13731
|
+
#
|
13732
|
+
# </note>
|
13733
|
+
#
|
13734
|
+
# For more information, see [Delete a
|
13735
|
+
# pool](/vpc/latest/ipam/delete-pool-ipam.html) in the *Amazon VPC IPAM
|
13736
|
+
# User Guide*.
|
13737
|
+
#
|
13738
|
+
#
|
13739
|
+
#
|
13740
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ReleaseIpamPoolAllocation.html
|
13741
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeprovisionIpamPoolCidr.html
|
13742
|
+
#
|
13743
|
+
# @option params [Boolean] :dry_run
|
13744
|
+
# A check for whether you have the required permissions for the action
|
13745
|
+
# without actually making the request and provides an error response. If
|
13746
|
+
# you have the required permissions, the error response is
|
13747
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
13748
|
+
#
|
13749
|
+
# @option params [required, String] :ipam_pool_id
|
13750
|
+
# The ID of the pool to delete.
|
13751
|
+
#
|
13752
|
+
# @return [Types::DeleteIpamPoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
13753
|
+
#
|
13754
|
+
# * {Types::DeleteIpamPoolResult#ipam_pool #ipam_pool} => Types::IpamPool
|
13755
|
+
#
|
13756
|
+
# @example Request syntax with placeholder values
|
13757
|
+
#
|
13758
|
+
# resp = client.delete_ipam_pool({
|
13759
|
+
# dry_run: false,
|
13760
|
+
# ipam_pool_id: "IpamPoolId", # required
|
13761
|
+
# })
|
13762
|
+
#
|
13763
|
+
# @example Response structure
|
13764
|
+
#
|
13765
|
+
# resp.ipam_pool.owner_id #=> String
|
13766
|
+
# resp.ipam_pool.ipam_pool_id #=> String
|
13767
|
+
# resp.ipam_pool.source_ipam_pool_id #=> String
|
13768
|
+
# resp.ipam_pool.ipam_pool_arn #=> String
|
13769
|
+
# resp.ipam_pool.ipam_scope_arn #=> String
|
13770
|
+
# resp.ipam_pool.ipam_scope_type #=> String, one of "public", "private"
|
13771
|
+
# resp.ipam_pool.ipam_arn #=> String
|
13772
|
+
# resp.ipam_pool.ipam_region #=> String
|
13773
|
+
# resp.ipam_pool.locale #=> String
|
13774
|
+
# resp.ipam_pool.pool_depth #=> Integer
|
13775
|
+
# resp.ipam_pool.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
13776
|
+
# resp.ipam_pool.state_message #=> String
|
13777
|
+
# resp.ipam_pool.description #=> String
|
13778
|
+
# resp.ipam_pool.auto_import #=> Boolean
|
13779
|
+
# resp.ipam_pool.publicly_advertisable #=> Boolean
|
13780
|
+
# resp.ipam_pool.address_family #=> String, one of "ipv4", "ipv6"
|
13781
|
+
# resp.ipam_pool.allocation_min_netmask_length #=> Integer
|
13782
|
+
# resp.ipam_pool.allocation_max_netmask_length #=> Integer
|
13783
|
+
# resp.ipam_pool.allocation_default_netmask_length #=> Integer
|
13784
|
+
# resp.ipam_pool.allocation_resource_tags #=> Array
|
13785
|
+
# resp.ipam_pool.allocation_resource_tags[0].key #=> String
|
13786
|
+
# resp.ipam_pool.allocation_resource_tags[0].value #=> String
|
13787
|
+
# resp.ipam_pool.tags #=> Array
|
13788
|
+
# resp.ipam_pool.tags[0].key #=> String
|
13789
|
+
# resp.ipam_pool.tags[0].value #=> String
|
13790
|
+
# resp.ipam_pool.aws_service #=> String, one of "ec2"
|
13791
|
+
#
|
13792
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteIpamPool AWS API Documentation
|
13793
|
+
#
|
13794
|
+
# @overload delete_ipam_pool(params = {})
|
13795
|
+
# @param [Hash] params ({})
|
13796
|
+
def delete_ipam_pool(params = {}, options = {})
|
13797
|
+
req = build_request(:delete_ipam_pool, params)
|
13798
|
+
req.send_request(options)
|
13799
|
+
end
|
13800
|
+
|
13801
|
+
# Delete the scope for an IPAM. You cannot delete the default scopes.
|
13802
|
+
#
|
13803
|
+
# For more information, see [Delete a
|
13804
|
+
# scope](/vpc/latest/ipam/delete-scope-ipam.html) in the *Amazon VPC
|
13805
|
+
# IPAM User Guide*.
|
13806
|
+
#
|
13807
|
+
# @option params [Boolean] :dry_run
|
13808
|
+
# A check for whether you have the required permissions for the action
|
13809
|
+
# without actually making the request and provides an error response. If
|
13810
|
+
# you have the required permissions, the error response is
|
13811
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
13812
|
+
#
|
13813
|
+
# @option params [required, String] :ipam_scope_id
|
13814
|
+
# The ID of the scope to delete.
|
13815
|
+
#
|
13816
|
+
# @return [Types::DeleteIpamScopeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
13817
|
+
#
|
13818
|
+
# * {Types::DeleteIpamScopeResult#ipam_scope #ipam_scope} => Types::IpamScope
|
13819
|
+
#
|
13820
|
+
# @example Request syntax with placeholder values
|
13821
|
+
#
|
13822
|
+
# resp = client.delete_ipam_scope({
|
13823
|
+
# dry_run: false,
|
13824
|
+
# ipam_scope_id: "IpamScopeId", # required
|
13825
|
+
# })
|
13826
|
+
#
|
13827
|
+
# @example Response structure
|
13828
|
+
#
|
13829
|
+
# resp.ipam_scope.owner_id #=> String
|
13830
|
+
# resp.ipam_scope.ipam_scope_id #=> String
|
13831
|
+
# resp.ipam_scope.ipam_scope_arn #=> String
|
13832
|
+
# resp.ipam_scope.ipam_arn #=> String
|
13833
|
+
# resp.ipam_scope.ipam_region #=> String
|
13834
|
+
# resp.ipam_scope.ipam_scope_type #=> String, one of "public", "private"
|
13835
|
+
# resp.ipam_scope.is_default #=> Boolean
|
13836
|
+
# resp.ipam_scope.description #=> String
|
13837
|
+
# resp.ipam_scope.pool_count #=> Integer
|
13838
|
+
# resp.ipam_scope.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
13839
|
+
# resp.ipam_scope.tags #=> Array
|
13840
|
+
# resp.ipam_scope.tags[0].key #=> String
|
13841
|
+
# resp.ipam_scope.tags[0].value #=> String
|
13842
|
+
#
|
13843
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteIpamScope AWS API Documentation
|
13844
|
+
#
|
13845
|
+
# @overload delete_ipam_scope(params = {})
|
13846
|
+
# @param [Hash] params ({})
|
13847
|
+
def delete_ipam_scope(params = {}, options = {})
|
13848
|
+
req = build_request(:delete_ipam_scope, params)
|
13849
|
+
req.send_request(options)
|
13850
|
+
end
|
13851
|
+
|
12798
13852
|
# Deletes the specified key pair, by removing the public key from Amazon
|
12799
13853
|
# EC2.
|
12800
13854
|
#
|
@@ -13273,6 +14327,76 @@ module Aws::EC2
|
|
13273
14327
|
req.send_request(options)
|
13274
14328
|
end
|
13275
14329
|
|
14330
|
+
# Deletes the specified Network Access Scope.
|
14331
|
+
#
|
14332
|
+
# @option params [Boolean] :dry_run
|
14333
|
+
# Checks whether you have the required permissions for the action,
|
14334
|
+
# without actually making the request, and provides an error response.
|
14335
|
+
# If you have the required permissions, the error response is
|
14336
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
14337
|
+
#
|
14338
|
+
# @option params [required, String] :network_insights_access_scope_id
|
14339
|
+
# The ID of the Network Access Scope.
|
14340
|
+
#
|
14341
|
+
# @return [Types::DeleteNetworkInsightsAccessScopeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
14342
|
+
#
|
14343
|
+
# * {Types::DeleteNetworkInsightsAccessScopeResult#network_insights_access_scope_id #network_insights_access_scope_id} => String
|
14344
|
+
#
|
14345
|
+
# @example Request syntax with placeholder values
|
14346
|
+
#
|
14347
|
+
# resp = client.delete_network_insights_access_scope({
|
14348
|
+
# dry_run: false,
|
14349
|
+
# network_insights_access_scope_id: "NetworkInsightsAccessScopeId", # required
|
14350
|
+
# })
|
14351
|
+
#
|
14352
|
+
# @example Response structure
|
14353
|
+
#
|
14354
|
+
# resp.network_insights_access_scope_id #=> String
|
14355
|
+
#
|
14356
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteNetworkInsightsAccessScope AWS API Documentation
|
14357
|
+
#
|
14358
|
+
# @overload delete_network_insights_access_scope(params = {})
|
14359
|
+
# @param [Hash] params ({})
|
14360
|
+
def delete_network_insights_access_scope(params = {}, options = {})
|
14361
|
+
req = build_request(:delete_network_insights_access_scope, params)
|
14362
|
+
req.send_request(options)
|
14363
|
+
end
|
14364
|
+
|
14365
|
+
# Deletes the specified Network Access Scope analysis.
|
14366
|
+
#
|
14367
|
+
# @option params [required, String] :network_insights_access_scope_analysis_id
|
14368
|
+
# The ID of the Network Access Scope analysis.
|
14369
|
+
#
|
14370
|
+
# @option params [Boolean] :dry_run
|
14371
|
+
# Checks whether you have the required permissions for the action,
|
14372
|
+
# without actually making the request, and provides an error response.
|
14373
|
+
# If you have the required permissions, the error response is
|
14374
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
14375
|
+
#
|
14376
|
+
# @return [Types::DeleteNetworkInsightsAccessScopeAnalysisResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
14377
|
+
#
|
14378
|
+
# * {Types::DeleteNetworkInsightsAccessScopeAnalysisResult#network_insights_access_scope_analysis_id #network_insights_access_scope_analysis_id} => String
|
14379
|
+
#
|
14380
|
+
# @example Request syntax with placeholder values
|
14381
|
+
#
|
14382
|
+
# resp = client.delete_network_insights_access_scope_analysis({
|
14383
|
+
# network_insights_access_scope_analysis_id: "NetworkInsightsAccessScopeAnalysisId", # required
|
14384
|
+
# dry_run: false,
|
14385
|
+
# })
|
14386
|
+
#
|
14387
|
+
# @example Response structure
|
14388
|
+
#
|
14389
|
+
# resp.network_insights_access_scope_analysis_id #=> String
|
14390
|
+
#
|
14391
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteNetworkInsightsAccessScopeAnalysis AWS API Documentation
|
14392
|
+
#
|
14393
|
+
# @overload delete_network_insights_access_scope_analysis(params = {})
|
14394
|
+
# @param [Hash] params ({})
|
14395
|
+
def delete_network_insights_access_scope_analysis(params = {}, options = {})
|
14396
|
+
req = build_request(:delete_network_insights_access_scope_analysis, params)
|
14397
|
+
req.send_request(options)
|
14398
|
+
end
|
14399
|
+
|
13276
14400
|
# Deletes the specified network insights analysis.
|
13277
14401
|
#
|
13278
14402
|
# @option params [Boolean] :dry_run
|
@@ -13474,6 +14598,44 @@ module Aws::EC2
|
|
13474
14598
|
req.send_request(options)
|
13475
14599
|
end
|
13476
14600
|
|
14601
|
+
# Delete a public IPv4 pool. A public IPv4 pool is an EC2 IP address
|
14602
|
+
# pool required for the public IPv4 CIDRs that you own and bring to
|
14603
|
+
# Amazon Web Services to manage with IPAM. IPv6 addresses you bring to
|
14604
|
+
# Amazon Web Services, however, use IPAM pools only.
|
14605
|
+
#
|
14606
|
+
# @option params [Boolean] :dry_run
|
14607
|
+
# A check for whether you have the required permissions for the action
|
14608
|
+
# without actually making the request and provides an error response. If
|
14609
|
+
# you have the required permissions, the error response is
|
14610
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
14611
|
+
#
|
14612
|
+
# @option params [required, String] :pool_id
|
14613
|
+
# The ID of the public IPv4 pool you want to delete.
|
14614
|
+
#
|
14615
|
+
# @return [Types::DeletePublicIpv4PoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
14616
|
+
#
|
14617
|
+
# * {Types::DeletePublicIpv4PoolResult#return_value #return_value} => Boolean
|
14618
|
+
#
|
14619
|
+
# @example Request syntax with placeholder values
|
14620
|
+
#
|
14621
|
+
# resp = client.delete_public_ipv_4_pool({
|
14622
|
+
# dry_run: false,
|
14623
|
+
# pool_id: "Ipv4PoolEc2Id", # required
|
14624
|
+
# })
|
14625
|
+
#
|
14626
|
+
# @example Response structure
|
14627
|
+
#
|
14628
|
+
# resp.return_value #=> Boolean
|
14629
|
+
#
|
14630
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeletePublicIpv4Pool AWS API Documentation
|
14631
|
+
#
|
14632
|
+
# @overload delete_public_ipv_4_pool(params = {})
|
14633
|
+
# @param [Hash] params ({})
|
14634
|
+
def delete_public_ipv_4_pool(params = {}, options = {})
|
14635
|
+
req = build_request(:delete_public_ipv_4_pool, params)
|
14636
|
+
req.send_request(options)
|
14637
|
+
end
|
14638
|
+
|
13477
14639
|
# Deletes the queued purchases for the specified Reserved Instances.
|
13478
14640
|
#
|
13479
14641
|
# @option params [Boolean] :dry_run
|
@@ -14916,6 +16078,94 @@ module Aws::EC2
|
|
14916
16078
|
req.send_request(options)
|
14917
16079
|
end
|
14918
16080
|
|
16081
|
+
# Deprovision a CIDR provisioned from an IPAM pool. If you deprovision a
|
16082
|
+
# CIDR from a pool that has a source pool, the CIDR is recycled back
|
16083
|
+
# into the source pool. For more information, see [Deprovision pool
|
16084
|
+
# CIDRs](/vpc/latest/ipam/depro-pool-cidr-ipam.html) in the *Amazon VPC
|
16085
|
+
# IPAM User Guide*.
|
16086
|
+
#
|
16087
|
+
# @option params [Boolean] :dry_run
|
16088
|
+
# A check for whether you have the required permissions for the action
|
16089
|
+
# without actually making the request and provides an error response. If
|
16090
|
+
# you have the required permissions, the error response is
|
16091
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
16092
|
+
#
|
16093
|
+
# @option params [required, String] :ipam_pool_id
|
16094
|
+
# The ID of the pool that has the CIDR you want to deprovision.
|
16095
|
+
#
|
16096
|
+
# @option params [String] :cidr
|
16097
|
+
# The CIDR which you want to deprovision from the pool.
|
16098
|
+
#
|
16099
|
+
# @return [Types::DeprovisionIpamPoolCidrResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
16100
|
+
#
|
16101
|
+
# * {Types::DeprovisionIpamPoolCidrResult#ipam_pool_cidr #ipam_pool_cidr} => Types::IpamPoolCidr
|
16102
|
+
#
|
16103
|
+
# @example Request syntax with placeholder values
|
16104
|
+
#
|
16105
|
+
# resp = client.deprovision_ipam_pool_cidr({
|
16106
|
+
# dry_run: false,
|
16107
|
+
# ipam_pool_id: "IpamPoolId", # required
|
16108
|
+
# cidr: "String",
|
16109
|
+
# })
|
16110
|
+
#
|
16111
|
+
# @example Response structure
|
16112
|
+
#
|
16113
|
+
# resp.ipam_pool_cidr.cidr #=> String
|
16114
|
+
# resp.ipam_pool_cidr.state #=> String, one of "pending-provision", "provisioned", "failed-provision", "pending-deprovision", "deprovisioned", "failed-deprovision", "pending-import", "failed-import"
|
16115
|
+
# resp.ipam_pool_cidr.failure_reason.code #=> String, one of "cidr-not-available"
|
16116
|
+
# resp.ipam_pool_cidr.failure_reason.message #=> String
|
16117
|
+
#
|
16118
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeprovisionIpamPoolCidr AWS API Documentation
|
16119
|
+
#
|
16120
|
+
# @overload deprovision_ipam_pool_cidr(params = {})
|
16121
|
+
# @param [Hash] params ({})
|
16122
|
+
def deprovision_ipam_pool_cidr(params = {}, options = {})
|
16123
|
+
req = build_request(:deprovision_ipam_pool_cidr, params)
|
16124
|
+
req.send_request(options)
|
16125
|
+
end
|
16126
|
+
|
16127
|
+
# Deprovision a CIDR from a public IPv4 pool.
|
16128
|
+
#
|
16129
|
+
# @option params [Boolean] :dry_run
|
16130
|
+
# A check for whether you have the required permissions for the action
|
16131
|
+
# without actually making the request and provides an error response. If
|
16132
|
+
# you have the required permissions, the error response is
|
16133
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
16134
|
+
#
|
16135
|
+
# @option params [required, String] :pool_id
|
16136
|
+
# The ID of the pool that you want to deprovision the CIDR from.
|
16137
|
+
#
|
16138
|
+
# @option params [required, String] :cidr
|
16139
|
+
# The CIDR you want to deprovision from the pool.
|
16140
|
+
#
|
16141
|
+
# @return [Types::DeprovisionPublicIpv4PoolCidrResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
16142
|
+
#
|
16143
|
+
# * {Types::DeprovisionPublicIpv4PoolCidrResult#pool_id #pool_id} => String
|
16144
|
+
# * {Types::DeprovisionPublicIpv4PoolCidrResult#deprovisioned_addresses #deprovisioned_addresses} => Array<String>
|
16145
|
+
#
|
16146
|
+
# @example Request syntax with placeholder values
|
16147
|
+
#
|
16148
|
+
# resp = client.deprovision_public_ipv_4_pool_cidr({
|
16149
|
+
# dry_run: false,
|
16150
|
+
# pool_id: "Ipv4PoolEc2Id", # required
|
16151
|
+
# cidr: "String", # required
|
16152
|
+
# })
|
16153
|
+
#
|
16154
|
+
# @example Response structure
|
16155
|
+
#
|
16156
|
+
# resp.pool_id #=> String
|
16157
|
+
# resp.deprovisioned_addresses #=> Array
|
16158
|
+
# resp.deprovisioned_addresses[0] #=> String
|
16159
|
+
#
|
16160
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeprovisionPublicIpv4PoolCidr AWS API Documentation
|
16161
|
+
#
|
16162
|
+
# @overload deprovision_public_ipv_4_pool_cidr(params = {})
|
16163
|
+
# @param [Hash] params ({})
|
16164
|
+
def deprovision_public_ipv_4_pool_cidr(params = {}, options = {})
|
16165
|
+
req = build_request(:deprovision_public_ipv_4_pool_cidr, params)
|
16166
|
+
req.send_request(options)
|
16167
|
+
end
|
16168
|
+
|
14919
16169
|
# Deregisters the specified AMI. After you deregister an AMI, it can't
|
14920
16170
|
# be used to launch new instances; however, it doesn't affect any
|
14921
16171
|
# instances that you've already launched from the AMI. You'll continue
|
@@ -20911,6 +22161,11 @@ module Aws::EC2
|
|
20911
22161
|
# resp.internet_gateways[0].tags[0].value #=> String
|
20912
22162
|
# resp.next_token #=> String
|
20913
22163
|
#
|
22164
|
+
#
|
22165
|
+
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
22166
|
+
#
|
22167
|
+
# * internet_gateway_exists
|
22168
|
+
#
|
20914
22169
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInternetGateways AWS API Documentation
|
20915
22170
|
#
|
20916
22171
|
# @overload describe_internet_gateways(params = {})
|
@@ -20920,6 +22175,246 @@ module Aws::EC2
|
|
20920
22175
|
req.send_request(options)
|
20921
22176
|
end
|
20922
22177
|
|
22178
|
+
# Get information about your IPAM pools.
|
22179
|
+
#
|
22180
|
+
# @option params [Boolean] :dry_run
|
22181
|
+
# A check for whether you have the required permissions for the action
|
22182
|
+
# without actually making the request and provides an error response. If
|
22183
|
+
# you have the required permissions, the error response is
|
22184
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
22185
|
+
#
|
22186
|
+
# @option params [Array<Types::Filter>] :filters
|
22187
|
+
# One or more filters for the request. For more information about
|
22188
|
+
# filtering, see [Filtering CLI output][1].
|
22189
|
+
#
|
22190
|
+
#
|
22191
|
+
#
|
22192
|
+
# [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html
|
22193
|
+
#
|
22194
|
+
# @option params [Integer] :max_results
|
22195
|
+
# The maximum number of results to return in the request.
|
22196
|
+
#
|
22197
|
+
# @option params [String] :next_token
|
22198
|
+
# The token for the next page of results.
|
22199
|
+
#
|
22200
|
+
# @option params [Array<String>] :ipam_pool_ids
|
22201
|
+
# The IDs of the IPAM pools you would like information on.
|
22202
|
+
#
|
22203
|
+
# @return [Types::DescribeIpamPoolsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
22204
|
+
#
|
22205
|
+
# * {Types::DescribeIpamPoolsResult#next_token #next_token} => String
|
22206
|
+
# * {Types::DescribeIpamPoolsResult#ipam_pools #ipam_pools} => Array<Types::IpamPool>
|
22207
|
+
#
|
22208
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
22209
|
+
#
|
22210
|
+
# @example Request syntax with placeholder values
|
22211
|
+
#
|
22212
|
+
# resp = client.describe_ipam_pools({
|
22213
|
+
# dry_run: false,
|
22214
|
+
# filters: [
|
22215
|
+
# {
|
22216
|
+
# name: "String",
|
22217
|
+
# values: ["String"],
|
22218
|
+
# },
|
22219
|
+
# ],
|
22220
|
+
# max_results: 1,
|
22221
|
+
# next_token: "NextToken",
|
22222
|
+
# ipam_pool_ids: ["String"],
|
22223
|
+
# })
|
22224
|
+
#
|
22225
|
+
# @example Response structure
|
22226
|
+
#
|
22227
|
+
# resp.next_token #=> String
|
22228
|
+
# resp.ipam_pools #=> Array
|
22229
|
+
# resp.ipam_pools[0].owner_id #=> String
|
22230
|
+
# resp.ipam_pools[0].ipam_pool_id #=> String
|
22231
|
+
# resp.ipam_pools[0].source_ipam_pool_id #=> String
|
22232
|
+
# resp.ipam_pools[0].ipam_pool_arn #=> String
|
22233
|
+
# resp.ipam_pools[0].ipam_scope_arn #=> String
|
22234
|
+
# resp.ipam_pools[0].ipam_scope_type #=> String, one of "public", "private"
|
22235
|
+
# resp.ipam_pools[0].ipam_arn #=> String
|
22236
|
+
# resp.ipam_pools[0].ipam_region #=> String
|
22237
|
+
# resp.ipam_pools[0].locale #=> String
|
22238
|
+
# resp.ipam_pools[0].pool_depth #=> Integer
|
22239
|
+
# resp.ipam_pools[0].state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
22240
|
+
# resp.ipam_pools[0].state_message #=> String
|
22241
|
+
# resp.ipam_pools[0].description #=> String
|
22242
|
+
# resp.ipam_pools[0].auto_import #=> Boolean
|
22243
|
+
# resp.ipam_pools[0].publicly_advertisable #=> Boolean
|
22244
|
+
# resp.ipam_pools[0].address_family #=> String, one of "ipv4", "ipv6"
|
22245
|
+
# resp.ipam_pools[0].allocation_min_netmask_length #=> Integer
|
22246
|
+
# resp.ipam_pools[0].allocation_max_netmask_length #=> Integer
|
22247
|
+
# resp.ipam_pools[0].allocation_default_netmask_length #=> Integer
|
22248
|
+
# resp.ipam_pools[0].allocation_resource_tags #=> Array
|
22249
|
+
# resp.ipam_pools[0].allocation_resource_tags[0].key #=> String
|
22250
|
+
# resp.ipam_pools[0].allocation_resource_tags[0].value #=> String
|
22251
|
+
# resp.ipam_pools[0].tags #=> Array
|
22252
|
+
# resp.ipam_pools[0].tags[0].key #=> String
|
22253
|
+
# resp.ipam_pools[0].tags[0].value #=> String
|
22254
|
+
# resp.ipam_pools[0].aws_service #=> String, one of "ec2"
|
22255
|
+
#
|
22256
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIpamPools AWS API Documentation
|
22257
|
+
#
|
22258
|
+
# @overload describe_ipam_pools(params = {})
|
22259
|
+
# @param [Hash] params ({})
|
22260
|
+
def describe_ipam_pools(params = {}, options = {})
|
22261
|
+
req = build_request(:describe_ipam_pools, params)
|
22262
|
+
req.send_request(options)
|
22263
|
+
end
|
22264
|
+
|
22265
|
+
# Get information about your IPAM scopes.
|
22266
|
+
#
|
22267
|
+
# @option params [Boolean] :dry_run
|
22268
|
+
# A check for whether you have the required permissions for the action
|
22269
|
+
# without actually making the request and provides an error response. If
|
22270
|
+
# you have the required permissions, the error response is
|
22271
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
22272
|
+
#
|
22273
|
+
# @option params [Array<Types::Filter>] :filters
|
22274
|
+
# One or more filters for the request. For more information about
|
22275
|
+
# filtering, see [Filtering CLI output][1].
|
22276
|
+
#
|
22277
|
+
#
|
22278
|
+
#
|
22279
|
+
# [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html
|
22280
|
+
#
|
22281
|
+
# @option params [Integer] :max_results
|
22282
|
+
# The maximum number of results to return in the request.
|
22283
|
+
#
|
22284
|
+
# @option params [String] :next_token
|
22285
|
+
# The token for the next page of results.
|
22286
|
+
#
|
22287
|
+
# @option params [Array<String>] :ipam_scope_ids
|
22288
|
+
# The IDs of the scopes you want information on.
|
22289
|
+
#
|
22290
|
+
# @return [Types::DescribeIpamScopesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
22291
|
+
#
|
22292
|
+
# * {Types::DescribeIpamScopesResult#next_token #next_token} => String
|
22293
|
+
# * {Types::DescribeIpamScopesResult#ipam_scopes #ipam_scopes} => Array<Types::IpamScope>
|
22294
|
+
#
|
22295
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
22296
|
+
#
|
22297
|
+
# @example Request syntax with placeholder values
|
22298
|
+
#
|
22299
|
+
# resp = client.describe_ipam_scopes({
|
22300
|
+
# dry_run: false,
|
22301
|
+
# filters: [
|
22302
|
+
# {
|
22303
|
+
# name: "String",
|
22304
|
+
# values: ["String"],
|
22305
|
+
# },
|
22306
|
+
# ],
|
22307
|
+
# max_results: 1,
|
22308
|
+
# next_token: "NextToken",
|
22309
|
+
# ipam_scope_ids: ["String"],
|
22310
|
+
# })
|
22311
|
+
#
|
22312
|
+
# @example Response structure
|
22313
|
+
#
|
22314
|
+
# resp.next_token #=> String
|
22315
|
+
# resp.ipam_scopes #=> Array
|
22316
|
+
# resp.ipam_scopes[0].owner_id #=> String
|
22317
|
+
# resp.ipam_scopes[0].ipam_scope_id #=> String
|
22318
|
+
# resp.ipam_scopes[0].ipam_scope_arn #=> String
|
22319
|
+
# resp.ipam_scopes[0].ipam_arn #=> String
|
22320
|
+
# resp.ipam_scopes[0].ipam_region #=> String
|
22321
|
+
# resp.ipam_scopes[0].ipam_scope_type #=> String, one of "public", "private"
|
22322
|
+
# resp.ipam_scopes[0].is_default #=> Boolean
|
22323
|
+
# resp.ipam_scopes[0].description #=> String
|
22324
|
+
# resp.ipam_scopes[0].pool_count #=> Integer
|
22325
|
+
# resp.ipam_scopes[0].state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
22326
|
+
# resp.ipam_scopes[0].tags #=> Array
|
22327
|
+
# resp.ipam_scopes[0].tags[0].key #=> String
|
22328
|
+
# resp.ipam_scopes[0].tags[0].value #=> String
|
22329
|
+
#
|
22330
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIpamScopes AWS API Documentation
|
22331
|
+
#
|
22332
|
+
# @overload describe_ipam_scopes(params = {})
|
22333
|
+
# @param [Hash] params ({})
|
22334
|
+
def describe_ipam_scopes(params = {}, options = {})
|
22335
|
+
req = build_request(:describe_ipam_scopes, params)
|
22336
|
+
req.send_request(options)
|
22337
|
+
end
|
22338
|
+
|
22339
|
+
# Get information about your IPAM pools.
|
22340
|
+
#
|
22341
|
+
# For more information, see [What is
|
22342
|
+
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
|
22343
|
+
# User Guide*.
|
22344
|
+
#
|
22345
|
+
# @option params [Boolean] :dry_run
|
22346
|
+
# A check for whether you have the required permissions for the action
|
22347
|
+
# without actually making the request and provides an error response. If
|
22348
|
+
# you have the required permissions, the error response is
|
22349
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
22350
|
+
#
|
22351
|
+
# @option params [Array<Types::Filter>] :filters
|
22352
|
+
# One or more filters for the request. For more information about
|
22353
|
+
# filtering, see [Filtering CLI output][1].
|
22354
|
+
#
|
22355
|
+
#
|
22356
|
+
#
|
22357
|
+
# [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html
|
22358
|
+
#
|
22359
|
+
# @option params [Integer] :max_results
|
22360
|
+
# The maximum number of results to return in the request.
|
22361
|
+
#
|
22362
|
+
# @option params [String] :next_token
|
22363
|
+
# The token for the next page of results.
|
22364
|
+
#
|
22365
|
+
# @option params [Array<String>] :ipam_ids
|
22366
|
+
# The IDs of the IPAMs you want information on.
|
22367
|
+
#
|
22368
|
+
# @return [Types::DescribeIpamsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
22369
|
+
#
|
22370
|
+
# * {Types::DescribeIpamsResult#next_token #next_token} => String
|
22371
|
+
# * {Types::DescribeIpamsResult#ipams #ipams} => Array<Types::Ipam>
|
22372
|
+
#
|
22373
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
22374
|
+
#
|
22375
|
+
# @example Request syntax with placeholder values
|
22376
|
+
#
|
22377
|
+
# resp = client.describe_ipams({
|
22378
|
+
# dry_run: false,
|
22379
|
+
# filters: [
|
22380
|
+
# {
|
22381
|
+
# name: "String",
|
22382
|
+
# values: ["String"],
|
22383
|
+
# },
|
22384
|
+
# ],
|
22385
|
+
# max_results: 1,
|
22386
|
+
# next_token: "NextToken",
|
22387
|
+
# ipam_ids: ["String"],
|
22388
|
+
# })
|
22389
|
+
#
|
22390
|
+
# @example Response structure
|
22391
|
+
#
|
22392
|
+
# resp.next_token #=> String
|
22393
|
+
# resp.ipams #=> Array
|
22394
|
+
# resp.ipams[0].owner_id #=> String
|
22395
|
+
# resp.ipams[0].ipam_id #=> String
|
22396
|
+
# resp.ipams[0].ipam_arn #=> String
|
22397
|
+
# resp.ipams[0].ipam_region #=> String
|
22398
|
+
# resp.ipams[0].public_default_scope_id #=> String
|
22399
|
+
# resp.ipams[0].private_default_scope_id #=> String
|
22400
|
+
# resp.ipams[0].scope_count #=> Integer
|
22401
|
+
# resp.ipams[0].description #=> String
|
22402
|
+
# resp.ipams[0].operating_regions #=> Array
|
22403
|
+
# resp.ipams[0].operating_regions[0].region_name #=> String
|
22404
|
+
# resp.ipams[0].state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
22405
|
+
# resp.ipams[0].tags #=> Array
|
22406
|
+
# resp.ipams[0].tags[0].key #=> String
|
22407
|
+
# resp.ipams[0].tags[0].value #=> String
|
22408
|
+
#
|
22409
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeIpams AWS API Documentation
|
22410
|
+
#
|
22411
|
+
# @overload describe_ipams(params = {})
|
22412
|
+
# @param [Hash] params ({})
|
22413
|
+
def describe_ipams(params = {}, options = {})
|
22414
|
+
req = build_request(:describe_ipams, params)
|
22415
|
+
req.send_request(options)
|
22416
|
+
end
|
22417
|
+
|
20923
22418
|
# Describes your IPv6 address pools.
|
20924
22419
|
#
|
20925
22420
|
# @option params [Array<String>] :pool_ids
|
@@ -21332,7 +22827,7 @@ module Aws::EC2
|
|
21332
22827
|
# resp.launch_template_versions[0].launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
21333
22828
|
# resp.launch_template_versions[0].launch_template_data.user_data #=> String
|
21334
22829
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications #=> Array
|
21335
|
-
# 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", "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", "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", "traffic-mirror-filter", "traffic-mirror-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"
|
22830
|
+
# 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", "traffic-mirror-filter", "traffic-mirror-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"
|
21336
22831
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags #=> Array
|
21337
22832
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].key #=> String
|
21338
22833
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].value #=> String
|
@@ -22490,6 +23985,156 @@ module Aws::EC2
|
|
22490
23985
|
req.send_request(options)
|
22491
23986
|
end
|
22492
23987
|
|
23988
|
+
# Describes the specified Network Access Scope analyses.
|
23989
|
+
#
|
23990
|
+
# @option params [Array<String>] :network_insights_access_scope_analysis_ids
|
23991
|
+
# The IDs of the Network Access Scope analyses.
|
23992
|
+
#
|
23993
|
+
# @option params [String] :network_insights_access_scope_id
|
23994
|
+
# The ID of the Network Access Scope.
|
23995
|
+
#
|
23996
|
+
# @option params [Time,DateTime,Date,Integer,String] :analysis_start_time_begin
|
23997
|
+
# Filters the results based on the start time. The analysis must have
|
23998
|
+
# started on or after this time.
|
23999
|
+
#
|
24000
|
+
# @option params [Time,DateTime,Date,Integer,String] :analysis_start_time_end
|
24001
|
+
# Filters the results based on the start time. The analysis must have
|
24002
|
+
# started on or before this time.
|
24003
|
+
#
|
24004
|
+
# @option params [Array<Types::Filter>] :filters
|
24005
|
+
# There are no supported filters.
|
24006
|
+
#
|
24007
|
+
# @option params [Integer] :max_results
|
24008
|
+
# The maximum number of results to return with a single call. To
|
24009
|
+
# retrieve the remaining results, make another call with the returned
|
24010
|
+
# `nextToken` value.
|
24011
|
+
#
|
24012
|
+
# @option params [Boolean] :dry_run
|
24013
|
+
# Checks whether you have the required permissions for the action,
|
24014
|
+
# without actually making the request, and provides an error response.
|
24015
|
+
# If you have the required permissions, the error response is
|
24016
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
24017
|
+
#
|
24018
|
+
# @option params [String] :next_token
|
24019
|
+
# The token for the next page of results.
|
24020
|
+
#
|
24021
|
+
# @return [Types::DescribeNetworkInsightsAccessScopeAnalysesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
24022
|
+
#
|
24023
|
+
# * {Types::DescribeNetworkInsightsAccessScopeAnalysesResult#network_insights_access_scope_analyses #network_insights_access_scope_analyses} => Array<Types::NetworkInsightsAccessScopeAnalysis>
|
24024
|
+
# * {Types::DescribeNetworkInsightsAccessScopeAnalysesResult#next_token #next_token} => String
|
24025
|
+
#
|
24026
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
24027
|
+
#
|
24028
|
+
# @example Request syntax with placeholder values
|
24029
|
+
#
|
24030
|
+
# resp = client.describe_network_insights_access_scope_analyses({
|
24031
|
+
# network_insights_access_scope_analysis_ids: ["NetworkInsightsAccessScopeAnalysisId"],
|
24032
|
+
# network_insights_access_scope_id: "NetworkInsightsAccessScopeId",
|
24033
|
+
# analysis_start_time_begin: Time.now,
|
24034
|
+
# analysis_start_time_end: Time.now,
|
24035
|
+
# filters: [
|
24036
|
+
# {
|
24037
|
+
# name: "String",
|
24038
|
+
# values: ["String"],
|
24039
|
+
# },
|
24040
|
+
# ],
|
24041
|
+
# max_results: 1,
|
24042
|
+
# dry_run: false,
|
24043
|
+
# next_token: "NextToken",
|
24044
|
+
# })
|
24045
|
+
#
|
24046
|
+
# @example Response structure
|
24047
|
+
#
|
24048
|
+
# resp.network_insights_access_scope_analyses #=> Array
|
24049
|
+
# resp.network_insights_access_scope_analyses[0].network_insights_access_scope_analysis_id #=> String
|
24050
|
+
# resp.network_insights_access_scope_analyses[0].network_insights_access_scope_analysis_arn #=> String
|
24051
|
+
# resp.network_insights_access_scope_analyses[0].network_insights_access_scope_id #=> String
|
24052
|
+
# resp.network_insights_access_scope_analyses[0].status #=> String, one of "running", "succeeded", "failed"
|
24053
|
+
# resp.network_insights_access_scope_analyses[0].status_message #=> String
|
24054
|
+
# resp.network_insights_access_scope_analyses[0].warning_message #=> String
|
24055
|
+
# resp.network_insights_access_scope_analyses[0].start_date #=> Time
|
24056
|
+
# resp.network_insights_access_scope_analyses[0].end_date #=> Time
|
24057
|
+
# resp.network_insights_access_scope_analyses[0].findings_found #=> String, one of "true", "false", "unknown"
|
24058
|
+
# resp.network_insights_access_scope_analyses[0].analyzed_eni_count #=> Integer
|
24059
|
+
# resp.network_insights_access_scope_analyses[0].tags #=> Array
|
24060
|
+
# resp.network_insights_access_scope_analyses[0].tags[0].key #=> String
|
24061
|
+
# resp.network_insights_access_scope_analyses[0].tags[0].value #=> String
|
24062
|
+
# resp.next_token #=> String
|
24063
|
+
#
|
24064
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInsightsAccessScopeAnalyses AWS API Documentation
|
24065
|
+
#
|
24066
|
+
# @overload describe_network_insights_access_scope_analyses(params = {})
|
24067
|
+
# @param [Hash] params ({})
|
24068
|
+
def describe_network_insights_access_scope_analyses(params = {}, options = {})
|
24069
|
+
req = build_request(:describe_network_insights_access_scope_analyses, params)
|
24070
|
+
req.send_request(options)
|
24071
|
+
end
|
24072
|
+
|
24073
|
+
# Describes the specified Network Access Scopes.
|
24074
|
+
#
|
24075
|
+
# @option params [Array<String>] :network_insights_access_scope_ids
|
24076
|
+
# The IDs of the Network Access Scopes.
|
24077
|
+
#
|
24078
|
+
# @option params [Array<Types::Filter>] :filters
|
24079
|
+
# There are no supported filters.
|
24080
|
+
#
|
24081
|
+
# @option params [Integer] :max_results
|
24082
|
+
# The maximum number of results to return with a single call. To
|
24083
|
+
# retrieve the remaining results, make another call with the returned
|
24084
|
+
# `nextToken` value.
|
24085
|
+
#
|
24086
|
+
# @option params [Boolean] :dry_run
|
24087
|
+
# Checks whether you have the required permissions for the action,
|
24088
|
+
# without actually making the request, and provides an error response.
|
24089
|
+
# If you have the required permissions, the error response is
|
24090
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
24091
|
+
#
|
24092
|
+
# @option params [String] :next_token
|
24093
|
+
# The token for the next page of results.
|
24094
|
+
#
|
24095
|
+
# @return [Types::DescribeNetworkInsightsAccessScopesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
24096
|
+
#
|
24097
|
+
# * {Types::DescribeNetworkInsightsAccessScopesResult#network_insights_access_scopes #network_insights_access_scopes} => Array<Types::NetworkInsightsAccessScope>
|
24098
|
+
# * {Types::DescribeNetworkInsightsAccessScopesResult#next_token #next_token} => String
|
24099
|
+
#
|
24100
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
24101
|
+
#
|
24102
|
+
# @example Request syntax with placeholder values
|
24103
|
+
#
|
24104
|
+
# resp = client.describe_network_insights_access_scopes({
|
24105
|
+
# network_insights_access_scope_ids: ["NetworkInsightsAccessScopeId"],
|
24106
|
+
# filters: [
|
24107
|
+
# {
|
24108
|
+
# name: "String",
|
24109
|
+
# values: ["String"],
|
24110
|
+
# },
|
24111
|
+
# ],
|
24112
|
+
# max_results: 1,
|
24113
|
+
# dry_run: false,
|
24114
|
+
# next_token: "NextToken",
|
24115
|
+
# })
|
24116
|
+
#
|
24117
|
+
# @example Response structure
|
24118
|
+
#
|
24119
|
+
# resp.network_insights_access_scopes #=> Array
|
24120
|
+
# resp.network_insights_access_scopes[0].network_insights_access_scope_id #=> String
|
24121
|
+
# resp.network_insights_access_scopes[0].network_insights_access_scope_arn #=> String
|
24122
|
+
# resp.network_insights_access_scopes[0].created_date #=> Time
|
24123
|
+
# resp.network_insights_access_scopes[0].updated_date #=> Time
|
24124
|
+
# resp.network_insights_access_scopes[0].tags #=> Array
|
24125
|
+
# resp.network_insights_access_scopes[0].tags[0].key #=> String
|
24126
|
+
# resp.network_insights_access_scopes[0].tags[0].value #=> String
|
24127
|
+
# resp.next_token #=> String
|
24128
|
+
#
|
24129
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInsightsAccessScopes AWS API Documentation
|
24130
|
+
#
|
24131
|
+
# @overload describe_network_insights_access_scopes(params = {})
|
24132
|
+
# @param [Hash] params ({})
|
24133
|
+
def describe_network_insights_access_scopes(params = {}, options = {})
|
24134
|
+
req = build_request(:describe_network_insights_access_scopes, params)
|
24135
|
+
req.send_request(options)
|
24136
|
+
end
|
24137
|
+
|
22493
24138
|
# Describes one or more of your network insights analyses.
|
22494
24139
|
#
|
22495
24140
|
# @option params [Array<String>] :network_insights_analysis_ids
|
@@ -22564,6 +24209,7 @@ module Aws::EC2
|
|
22564
24209
|
# resp.network_insights_analyses[0].start_date #=> Time
|
22565
24210
|
# resp.network_insights_analyses[0].status #=> String, one of "running", "succeeded", "failed"
|
22566
24211
|
# resp.network_insights_analyses[0].status_message #=> String
|
24212
|
+
# resp.network_insights_analyses[0].warning_message #=> String
|
22567
24213
|
# resp.network_insights_analyses[0].network_path_found #=> Boolean
|
22568
24214
|
# resp.network_insights_analyses[0].forward_path_components #=> Array
|
22569
24215
|
# resp.network_insights_analyses[0].forward_path_components[0].sequence_number #=> Integer
|
@@ -22574,10 +24220,15 @@ module Aws::EC2
|
|
22574
24220
|
# resp.network_insights_analyses[0].forward_path_components[0].acl_rule.protocol #=> String
|
22575
24221
|
# resp.network_insights_analyses[0].forward_path_components[0].acl_rule.rule_action #=> String
|
22576
24222
|
# resp.network_insights_analyses[0].forward_path_components[0].acl_rule.rule_number #=> Integer
|
24223
|
+
# resp.network_insights_analyses[0].forward_path_components[0].attached_to.id #=> String
|
24224
|
+
# resp.network_insights_analyses[0].forward_path_components[0].attached_to.arn #=> String
|
24225
|
+
# resp.network_insights_analyses[0].forward_path_components[0].attached_to.name #=> String
|
22577
24226
|
# resp.network_insights_analyses[0].forward_path_components[0].component.id #=> String
|
22578
24227
|
# resp.network_insights_analyses[0].forward_path_components[0].component.arn #=> String
|
24228
|
+
# resp.network_insights_analyses[0].forward_path_components[0].component.name #=> String
|
22579
24229
|
# resp.network_insights_analyses[0].forward_path_components[0].destination_vpc.id #=> String
|
22580
24230
|
# resp.network_insights_analyses[0].forward_path_components[0].destination_vpc.arn #=> String
|
24231
|
+
# resp.network_insights_analyses[0].forward_path_components[0].destination_vpc.name #=> String
|
22581
24232
|
# resp.network_insights_analyses[0].forward_path_components[0].outbound_header.destination_addresses #=> Array
|
22582
24233
|
# resp.network_insights_analyses[0].forward_path_components[0].outbound_header.destination_addresses[0] #=> String
|
22583
24234
|
# resp.network_insights_analyses[0].forward_path_components[0].outbound_header.destination_port_ranges #=> Array
|
@@ -22619,10 +24270,13 @@ module Aws::EC2
|
|
22619
24270
|
# resp.network_insights_analyses[0].forward_path_components[0].security_group_rule.protocol #=> String
|
22620
24271
|
# resp.network_insights_analyses[0].forward_path_components[0].source_vpc.id #=> String
|
22621
24272
|
# resp.network_insights_analyses[0].forward_path_components[0].source_vpc.arn #=> String
|
24273
|
+
# resp.network_insights_analyses[0].forward_path_components[0].source_vpc.name #=> String
|
22622
24274
|
# resp.network_insights_analyses[0].forward_path_components[0].subnet.id #=> String
|
22623
24275
|
# resp.network_insights_analyses[0].forward_path_components[0].subnet.arn #=> String
|
24276
|
+
# resp.network_insights_analyses[0].forward_path_components[0].subnet.name #=> String
|
22624
24277
|
# resp.network_insights_analyses[0].forward_path_components[0].vpc.id #=> String
|
22625
24278
|
# resp.network_insights_analyses[0].forward_path_components[0].vpc.arn #=> String
|
24279
|
+
# resp.network_insights_analyses[0].forward_path_components[0].vpc.name #=> String
|
22626
24280
|
# resp.network_insights_analyses[0].return_path_components #=> Array
|
22627
24281
|
# resp.network_insights_analyses[0].return_path_components[0].sequence_number #=> Integer
|
22628
24282
|
# resp.network_insights_analyses[0].return_path_components[0].acl_rule.cidr #=> String
|
@@ -22632,10 +24286,15 @@ module Aws::EC2
|
|
22632
24286
|
# resp.network_insights_analyses[0].return_path_components[0].acl_rule.protocol #=> String
|
22633
24287
|
# resp.network_insights_analyses[0].return_path_components[0].acl_rule.rule_action #=> String
|
22634
24288
|
# resp.network_insights_analyses[0].return_path_components[0].acl_rule.rule_number #=> Integer
|
24289
|
+
# resp.network_insights_analyses[0].return_path_components[0].attached_to.id #=> String
|
24290
|
+
# resp.network_insights_analyses[0].return_path_components[0].attached_to.arn #=> String
|
24291
|
+
# resp.network_insights_analyses[0].return_path_components[0].attached_to.name #=> String
|
22635
24292
|
# resp.network_insights_analyses[0].return_path_components[0].component.id #=> String
|
22636
24293
|
# resp.network_insights_analyses[0].return_path_components[0].component.arn #=> String
|
24294
|
+
# resp.network_insights_analyses[0].return_path_components[0].component.name #=> String
|
22637
24295
|
# resp.network_insights_analyses[0].return_path_components[0].destination_vpc.id #=> String
|
22638
24296
|
# resp.network_insights_analyses[0].return_path_components[0].destination_vpc.arn #=> String
|
24297
|
+
# resp.network_insights_analyses[0].return_path_components[0].destination_vpc.name #=> String
|
22639
24298
|
# resp.network_insights_analyses[0].return_path_components[0].outbound_header.destination_addresses #=> Array
|
22640
24299
|
# resp.network_insights_analyses[0].return_path_components[0].outbound_header.destination_addresses[0] #=> String
|
22641
24300
|
# resp.network_insights_analyses[0].return_path_components[0].outbound_header.destination_port_ranges #=> Array
|
@@ -22677,13 +24336,17 @@ module Aws::EC2
|
|
22677
24336
|
# resp.network_insights_analyses[0].return_path_components[0].security_group_rule.protocol #=> String
|
22678
24337
|
# resp.network_insights_analyses[0].return_path_components[0].source_vpc.id #=> String
|
22679
24338
|
# resp.network_insights_analyses[0].return_path_components[0].source_vpc.arn #=> String
|
24339
|
+
# resp.network_insights_analyses[0].return_path_components[0].source_vpc.name #=> String
|
22680
24340
|
# resp.network_insights_analyses[0].return_path_components[0].subnet.id #=> String
|
22681
24341
|
# resp.network_insights_analyses[0].return_path_components[0].subnet.arn #=> String
|
24342
|
+
# resp.network_insights_analyses[0].return_path_components[0].subnet.name #=> String
|
22682
24343
|
# resp.network_insights_analyses[0].return_path_components[0].vpc.id #=> String
|
22683
24344
|
# resp.network_insights_analyses[0].return_path_components[0].vpc.arn #=> String
|
24345
|
+
# resp.network_insights_analyses[0].return_path_components[0].vpc.name #=> String
|
22684
24346
|
# resp.network_insights_analyses[0].explanations #=> Array
|
22685
24347
|
# resp.network_insights_analyses[0].explanations[0].acl.id #=> String
|
22686
24348
|
# resp.network_insights_analyses[0].explanations[0].acl.arn #=> String
|
24349
|
+
# resp.network_insights_analyses[0].explanations[0].acl.name #=> String
|
22687
24350
|
# resp.network_insights_analyses[0].explanations[0].acl_rule.cidr #=> String
|
22688
24351
|
# resp.network_insights_analyses[0].explanations[0].acl_rule.egress #=> Boolean
|
22689
24352
|
# resp.network_insights_analyses[0].explanations[0].acl_rule.port_range.from #=> Integer
|
@@ -22696,24 +24359,31 @@ module Aws::EC2
|
|
22696
24359
|
# resp.network_insights_analyses[0].explanations[0].addresses[0] #=> String
|
22697
24360
|
# resp.network_insights_analyses[0].explanations[0].attached_to.id #=> String
|
22698
24361
|
# resp.network_insights_analyses[0].explanations[0].attached_to.arn #=> String
|
24362
|
+
# resp.network_insights_analyses[0].explanations[0].attached_to.name #=> String
|
22699
24363
|
# resp.network_insights_analyses[0].explanations[0].availability_zones #=> Array
|
22700
24364
|
# resp.network_insights_analyses[0].explanations[0].availability_zones[0] #=> String
|
22701
24365
|
# resp.network_insights_analyses[0].explanations[0].cidrs #=> Array
|
22702
24366
|
# resp.network_insights_analyses[0].explanations[0].cidrs[0] #=> String
|
22703
24367
|
# resp.network_insights_analyses[0].explanations[0].component.id #=> String
|
22704
24368
|
# resp.network_insights_analyses[0].explanations[0].component.arn #=> String
|
24369
|
+
# resp.network_insights_analyses[0].explanations[0].component.name #=> String
|
22705
24370
|
# resp.network_insights_analyses[0].explanations[0].customer_gateway.id #=> String
|
22706
24371
|
# resp.network_insights_analyses[0].explanations[0].customer_gateway.arn #=> String
|
24372
|
+
# resp.network_insights_analyses[0].explanations[0].customer_gateway.name #=> String
|
22707
24373
|
# resp.network_insights_analyses[0].explanations[0].destination.id #=> String
|
22708
24374
|
# resp.network_insights_analyses[0].explanations[0].destination.arn #=> String
|
24375
|
+
# resp.network_insights_analyses[0].explanations[0].destination.name #=> String
|
22709
24376
|
# resp.network_insights_analyses[0].explanations[0].destination_vpc.id #=> String
|
22710
24377
|
# resp.network_insights_analyses[0].explanations[0].destination_vpc.arn #=> String
|
24378
|
+
# resp.network_insights_analyses[0].explanations[0].destination_vpc.name #=> String
|
22711
24379
|
# resp.network_insights_analyses[0].explanations[0].direction #=> String
|
22712
24380
|
# resp.network_insights_analyses[0].explanations[0].explanation_code #=> String
|
22713
24381
|
# resp.network_insights_analyses[0].explanations[0].ingress_route_table.id #=> String
|
22714
24382
|
# resp.network_insights_analyses[0].explanations[0].ingress_route_table.arn #=> String
|
24383
|
+
# resp.network_insights_analyses[0].explanations[0].ingress_route_table.name #=> String
|
22715
24384
|
# resp.network_insights_analyses[0].explanations[0].internet_gateway.id #=> String
|
22716
24385
|
# resp.network_insights_analyses[0].explanations[0].internet_gateway.arn #=> String
|
24386
|
+
# resp.network_insights_analyses[0].explanations[0].internet_gateway.name #=> String
|
22717
24387
|
# resp.network_insights_analyses[0].explanations[0].load_balancer_arn #=> String
|
22718
24388
|
# resp.network_insights_analyses[0].explanations[0].classic_load_balancer_listener.load_balancer_port #=> Integer
|
22719
24389
|
# resp.network_insights_analyses[0].explanations[0].classic_load_balancer_listener.instance_port #=> Integer
|
@@ -22722,29 +24392,37 @@ module Aws::EC2
|
|
22722
24392
|
# resp.network_insights_analyses[0].explanations[0].load_balancer_target.availability_zone #=> String
|
22723
24393
|
# resp.network_insights_analyses[0].explanations[0].load_balancer_target.instance.id #=> String
|
22724
24394
|
# resp.network_insights_analyses[0].explanations[0].load_balancer_target.instance.arn #=> String
|
24395
|
+
# resp.network_insights_analyses[0].explanations[0].load_balancer_target.instance.name #=> String
|
22725
24396
|
# resp.network_insights_analyses[0].explanations[0].load_balancer_target.port #=> Integer
|
22726
24397
|
# resp.network_insights_analyses[0].explanations[0].load_balancer_target_group.id #=> String
|
22727
24398
|
# resp.network_insights_analyses[0].explanations[0].load_balancer_target_group.arn #=> String
|
24399
|
+
# resp.network_insights_analyses[0].explanations[0].load_balancer_target_group.name #=> String
|
22728
24400
|
# resp.network_insights_analyses[0].explanations[0].load_balancer_target_groups #=> Array
|
22729
24401
|
# resp.network_insights_analyses[0].explanations[0].load_balancer_target_groups[0].id #=> String
|
22730
24402
|
# resp.network_insights_analyses[0].explanations[0].load_balancer_target_groups[0].arn #=> String
|
24403
|
+
# resp.network_insights_analyses[0].explanations[0].load_balancer_target_groups[0].name #=> String
|
22731
24404
|
# resp.network_insights_analyses[0].explanations[0].load_balancer_target_port #=> Integer
|
22732
24405
|
# resp.network_insights_analyses[0].explanations[0].elastic_load_balancer_listener.id #=> String
|
22733
24406
|
# resp.network_insights_analyses[0].explanations[0].elastic_load_balancer_listener.arn #=> String
|
24407
|
+
# resp.network_insights_analyses[0].explanations[0].elastic_load_balancer_listener.name #=> String
|
22734
24408
|
# resp.network_insights_analyses[0].explanations[0].missing_component #=> String
|
22735
24409
|
# resp.network_insights_analyses[0].explanations[0].nat_gateway.id #=> String
|
22736
24410
|
# resp.network_insights_analyses[0].explanations[0].nat_gateway.arn #=> String
|
24411
|
+
# resp.network_insights_analyses[0].explanations[0].nat_gateway.name #=> String
|
22737
24412
|
# resp.network_insights_analyses[0].explanations[0].network_interface.id #=> String
|
22738
24413
|
# resp.network_insights_analyses[0].explanations[0].network_interface.arn #=> String
|
24414
|
+
# resp.network_insights_analyses[0].explanations[0].network_interface.name #=> String
|
22739
24415
|
# resp.network_insights_analyses[0].explanations[0].packet_field #=> String
|
22740
24416
|
# resp.network_insights_analyses[0].explanations[0].vpc_peering_connection.id #=> String
|
22741
24417
|
# resp.network_insights_analyses[0].explanations[0].vpc_peering_connection.arn #=> String
|
24418
|
+
# resp.network_insights_analyses[0].explanations[0].vpc_peering_connection.name #=> String
|
22742
24419
|
# resp.network_insights_analyses[0].explanations[0].port #=> Integer
|
22743
24420
|
# resp.network_insights_analyses[0].explanations[0].port_ranges #=> Array
|
22744
24421
|
# resp.network_insights_analyses[0].explanations[0].port_ranges[0].from #=> Integer
|
22745
24422
|
# resp.network_insights_analyses[0].explanations[0].port_ranges[0].to #=> Integer
|
22746
24423
|
# resp.network_insights_analyses[0].explanations[0].prefix_list.id #=> String
|
22747
24424
|
# resp.network_insights_analyses[0].explanations[0].prefix_list.arn #=> String
|
24425
|
+
# resp.network_insights_analyses[0].explanations[0].prefix_list.name #=> String
|
22748
24426
|
# resp.network_insights_analyses[0].explanations[0].protocols #=> Array
|
22749
24427
|
# resp.network_insights_analyses[0].explanations[0].protocols[0] #=> String
|
22750
24428
|
# resp.network_insights_analyses[0].explanations[0].route_table_route.destination_cidr #=> String
|
@@ -22759,8 +24437,10 @@ module Aws::EC2
|
|
22759
24437
|
# resp.network_insights_analyses[0].explanations[0].route_table_route.vpc_peering_connection_id #=> String
|
22760
24438
|
# resp.network_insights_analyses[0].explanations[0].route_table.id #=> String
|
22761
24439
|
# resp.network_insights_analyses[0].explanations[0].route_table.arn #=> String
|
24440
|
+
# resp.network_insights_analyses[0].explanations[0].route_table.name #=> String
|
22762
24441
|
# resp.network_insights_analyses[0].explanations[0].security_group.id #=> String
|
22763
24442
|
# resp.network_insights_analyses[0].explanations[0].security_group.arn #=> String
|
24443
|
+
# resp.network_insights_analyses[0].explanations[0].security_group.name #=> String
|
22764
24444
|
# resp.network_insights_analyses[0].explanations[0].security_group_rule.cidr #=> String
|
22765
24445
|
# resp.network_insights_analyses[0].explanations[0].security_group_rule.direction #=> String
|
22766
24446
|
# resp.network_insights_analyses[0].explanations[0].security_group_rule.security_group_id #=> String
|
@@ -22771,21 +24451,29 @@ module Aws::EC2
|
|
22771
24451
|
# resp.network_insights_analyses[0].explanations[0].security_groups #=> Array
|
22772
24452
|
# resp.network_insights_analyses[0].explanations[0].security_groups[0].id #=> String
|
22773
24453
|
# resp.network_insights_analyses[0].explanations[0].security_groups[0].arn #=> String
|
24454
|
+
# resp.network_insights_analyses[0].explanations[0].security_groups[0].name #=> String
|
22774
24455
|
# resp.network_insights_analyses[0].explanations[0].source_vpc.id #=> String
|
22775
24456
|
# resp.network_insights_analyses[0].explanations[0].source_vpc.arn #=> String
|
24457
|
+
# resp.network_insights_analyses[0].explanations[0].source_vpc.name #=> String
|
22776
24458
|
# resp.network_insights_analyses[0].explanations[0].state #=> String
|
22777
24459
|
# resp.network_insights_analyses[0].explanations[0].subnet.id #=> String
|
22778
24460
|
# resp.network_insights_analyses[0].explanations[0].subnet.arn #=> String
|
24461
|
+
# resp.network_insights_analyses[0].explanations[0].subnet.name #=> String
|
22779
24462
|
# resp.network_insights_analyses[0].explanations[0].subnet_route_table.id #=> String
|
22780
24463
|
# resp.network_insights_analyses[0].explanations[0].subnet_route_table.arn #=> String
|
24464
|
+
# resp.network_insights_analyses[0].explanations[0].subnet_route_table.name #=> String
|
22781
24465
|
# resp.network_insights_analyses[0].explanations[0].vpc.id #=> String
|
22782
24466
|
# resp.network_insights_analyses[0].explanations[0].vpc.arn #=> String
|
24467
|
+
# resp.network_insights_analyses[0].explanations[0].vpc.name #=> String
|
22783
24468
|
# resp.network_insights_analyses[0].explanations[0].vpc_endpoint.id #=> String
|
22784
24469
|
# resp.network_insights_analyses[0].explanations[0].vpc_endpoint.arn #=> String
|
24470
|
+
# resp.network_insights_analyses[0].explanations[0].vpc_endpoint.name #=> String
|
22785
24471
|
# resp.network_insights_analyses[0].explanations[0].vpn_connection.id #=> String
|
22786
24472
|
# resp.network_insights_analyses[0].explanations[0].vpn_connection.arn #=> String
|
24473
|
+
# resp.network_insights_analyses[0].explanations[0].vpn_connection.name #=> String
|
22787
24474
|
# resp.network_insights_analyses[0].explanations[0].vpn_gateway.id #=> String
|
22788
24475
|
# resp.network_insights_analyses[0].explanations[0].vpn_gateway.arn #=> String
|
24476
|
+
# resp.network_insights_analyses[0].explanations[0].vpn_gateway.name #=> String
|
22789
24477
|
# resp.network_insights_analyses[0].alternate_path_hints #=> Array
|
22790
24478
|
# resp.network_insights_analyses[0].alternate_path_hints[0].component_id #=> String
|
22791
24479
|
# resp.network_insights_analyses[0].alternate_path_hints[0].component_arn #=> String
|
@@ -26220,7 +27908,7 @@ module Aws::EC2
|
|
26220
27908
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].user_data #=> String
|
26221
27909
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].weighted_capacity #=> Float
|
26222
27910
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications #=> Array
|
26223
|
-
# 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", "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", "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", "traffic-mirror-filter", "traffic-mirror-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"
|
27911
|
+
# 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", "traffic-mirror-filter", "traffic-mirror-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"
|
26224
27912
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags #=> Array
|
26225
27913
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].key #=> String
|
26226
27914
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].value #=> String
|
@@ -26326,7 +28014,7 @@ module Aws::EC2
|
|
26326
28014
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.context #=> String
|
26327
28015
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.target_capacity_unit_type #=> String, one of "vcpu", "memory-mib", "units"
|
26328
28016
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications #=> Array
|
26329
|
-
# 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", "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", "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", "traffic-mirror-filter", "traffic-mirror-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"
|
28017
|
+
# 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", "traffic-mirror-filter", "traffic-mirror-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"
|
26330
28018
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags #=> Array
|
26331
28019
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].key #=> String
|
26332
28020
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.tag_specifications[0].tags[0].value #=> String
|
@@ -27312,7 +29000,7 @@ module Aws::EC2
|
|
27312
29000
|
# resp.tags #=> Array
|
27313
29001
|
# resp.tags[0].key #=> String
|
27314
29002
|
# resp.tags[0].resource_id #=> String
|
27315
|
-
# 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", "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", "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", "traffic-mirror-filter", "traffic-mirror-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"
|
29003
|
+
# 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", "traffic-mirror-filter", "traffic-mirror-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"
|
27316
29004
|
# resp.tags[0].value #=> String
|
27317
29005
|
#
|
27318
29006
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTags AWS API Documentation
|
@@ -29502,6 +31190,7 @@ module Aws::EC2
|
|
29502
31190
|
# resp.service_configurations[0].private_dns_name_configuration.type #=> String
|
29503
31191
|
# resp.service_configurations[0].private_dns_name_configuration.value #=> String
|
29504
31192
|
# resp.service_configurations[0].private_dns_name_configuration.name #=> String
|
31193
|
+
# resp.service_configurations[0].payer_responsibility #=> String, one of "ServiceOwner"
|
29505
31194
|
# resp.service_configurations[0].tags #=> Array
|
29506
31195
|
# resp.service_configurations[0].tags[0].key #=> String
|
29507
31196
|
# resp.service_configurations[0].tags[0].value #=> String
|
@@ -29673,6 +31362,7 @@ module Aws::EC2
|
|
29673
31362
|
# resp.service_details[0].vpc_endpoint_policy_supported #=> Boolean
|
29674
31363
|
# resp.service_details[0].acceptance_required #=> Boolean
|
29675
31364
|
# resp.service_details[0].manages_vpc_endpoints #=> Boolean
|
31365
|
+
# resp.service_details[0].payer_responsibility #=> String, one of "ServiceOwner"
|
29676
31366
|
# resp.service_details[0].tags #=> Array
|
29677
31367
|
# resp.service_details[0].tags[0].key #=> String
|
29678
31368
|
# resp.service_details[0].tags[0].value #=> String
|
@@ -30788,6 +32478,45 @@ module Aws::EC2
|
|
30788
32478
|
req.send_request(options)
|
30789
32479
|
end
|
30790
32480
|
|
32481
|
+
# Disable the IPAM account. For more information, see [Enable
|
32482
|
+
# integration with
|
32483
|
+
# Organizations](/vpc/latest/ipam/enable-integ-ipam.html) in the *Amazon
|
32484
|
+
# VPC IPAM User Guide*.
|
32485
|
+
#
|
32486
|
+
# @option params [Boolean] :dry_run
|
32487
|
+
# A check for whether you have the required permissions for the action
|
32488
|
+
# without actually making the request and provides an error response. If
|
32489
|
+
# you have the required permissions, the error response is
|
32490
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
32491
|
+
#
|
32492
|
+
# @option params [required, String] :delegated_admin_account_id
|
32493
|
+
# The Organizations member account ID that you want to disable as IPAM
|
32494
|
+
# account.
|
32495
|
+
#
|
32496
|
+
# @return [Types::DisableIpamOrganizationAdminAccountResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
32497
|
+
#
|
32498
|
+
# * {Types::DisableIpamOrganizationAdminAccountResult#success #success} => Boolean
|
32499
|
+
#
|
32500
|
+
# @example Request syntax with placeholder values
|
32501
|
+
#
|
32502
|
+
# resp = client.disable_ipam_organization_admin_account({
|
32503
|
+
# dry_run: false,
|
32504
|
+
# delegated_admin_account_id: "String", # required
|
32505
|
+
# })
|
32506
|
+
#
|
32507
|
+
# @example Response structure
|
32508
|
+
#
|
32509
|
+
# resp.success #=> Boolean
|
32510
|
+
#
|
32511
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisableIpamOrganizationAdminAccount AWS API Documentation
|
32512
|
+
#
|
32513
|
+
# @overload disable_ipam_organization_admin_account(params = {})
|
32514
|
+
# @param [Hash] params ({})
|
32515
|
+
def disable_ipam_organization_admin_account(params = {}, options = {})
|
32516
|
+
req = build_request(:disable_ipam_organization_admin_account, params)
|
32517
|
+
req.send_request(options)
|
32518
|
+
end
|
32519
|
+
|
30791
32520
|
# Disables access to the EC2 serial console of all instances for your
|
30792
32521
|
# account. By default, access to the EC2 serial console is disabled for
|
30793
32522
|
# your account. For more information, see [Manage account access to the
|
@@ -31739,6 +33468,46 @@ module Aws::EC2
|
|
31739
33468
|
req.send_request(options)
|
31740
33469
|
end
|
31741
33470
|
|
33471
|
+
# Enable an Organizations member account as the IPAM admin account. You
|
33472
|
+
# cannot select the Organizations management account as the IPAM admin
|
33473
|
+
# account. For more information, see [Enable integration with
|
33474
|
+
# Organizations](/vpc/latest/ipam/enable-integ-ipam.html) in the *Amazon
|
33475
|
+
# VPC IPAM User Guide*.
|
33476
|
+
#
|
33477
|
+
# @option params [Boolean] :dry_run
|
33478
|
+
# A check for whether you have the required permissions for the action
|
33479
|
+
# without actually making the request and provides an error response. If
|
33480
|
+
# you have the required permissions, the error response is
|
33481
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
33482
|
+
#
|
33483
|
+
# @option params [required, String] :delegated_admin_account_id
|
33484
|
+
# The Organizations member account ID that you want to enable as the
|
33485
|
+
# IPAM account.
|
33486
|
+
#
|
33487
|
+
# @return [Types::EnableIpamOrganizationAdminAccountResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
33488
|
+
#
|
33489
|
+
# * {Types::EnableIpamOrganizationAdminAccountResult#success #success} => Boolean
|
33490
|
+
#
|
33491
|
+
# @example Request syntax with placeholder values
|
33492
|
+
#
|
33493
|
+
# resp = client.enable_ipam_organization_admin_account({
|
33494
|
+
# dry_run: false,
|
33495
|
+
# delegated_admin_account_id: "String", # required
|
33496
|
+
# })
|
33497
|
+
#
|
33498
|
+
# @example Response structure
|
33499
|
+
#
|
33500
|
+
# resp.success #=> Boolean
|
33501
|
+
#
|
33502
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EnableIpamOrganizationAdminAccount AWS API Documentation
|
33503
|
+
#
|
33504
|
+
# @overload enable_ipam_organization_admin_account(params = {})
|
33505
|
+
# @param [Hash] params ({})
|
33506
|
+
def enable_ipam_organization_admin_account(params = {}, options = {})
|
33507
|
+
req = build_request(:enable_ipam_organization_admin_account, params)
|
33508
|
+
req.send_request(options)
|
33509
|
+
end
|
33510
|
+
|
31742
33511
|
# Enables access to the EC2 serial console of all instances for your
|
31743
33512
|
# account. By default, access to the EC2 serial console is disabled for
|
31744
33513
|
# your account. For more information, see [Manage account access to the
|
@@ -32142,7 +33911,7 @@ module Aws::EC2
|
|
32142
33911
|
# role_name: "String",
|
32143
33912
|
# tag_specifications: [
|
32144
33913
|
# {
|
32145
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
33914
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
32146
33915
|
# tags: [
|
32147
33916
|
# {
|
32148
33917
|
# key: "String",
|
@@ -33062,6 +34831,327 @@ module Aws::EC2
|
|
33062
34831
|
req.send_request(options)
|
33063
34832
|
end
|
33064
34833
|
|
34834
|
+
# Retrieve historical information about a CIDR within an IPAM scope. For
|
34835
|
+
# more information, see [View the history of IP
|
34836
|
+
# addresses](/vpc/latest/ipam/view-history-cidr-ipam.html) in the
|
34837
|
+
# *Amazon VPC IPAM User Guide*.
|
34838
|
+
#
|
34839
|
+
# @option params [Boolean] :dry_run
|
34840
|
+
# A check for whether you have the required permissions for the action
|
34841
|
+
# without actually making the request and provides an error response. If
|
34842
|
+
# you have the required permissions, the error response is
|
34843
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
34844
|
+
#
|
34845
|
+
# @option params [required, String] :cidr
|
34846
|
+
# The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP
|
34847
|
+
# address range. If you enter a /16 IPv4 CIDR, you will get records that
|
34848
|
+
# match it exactly. You will not get records for any subnets within the
|
34849
|
+
# /16 CIDR.
|
34850
|
+
#
|
34851
|
+
# @option params [required, String] :ipam_scope_id
|
34852
|
+
# The ID of the IPAM scope that the CIDR is in.
|
34853
|
+
#
|
34854
|
+
# @option params [String] :vpc_id
|
34855
|
+
# The ID of the VPC you want your history records filtered by.
|
34856
|
+
#
|
34857
|
+
# @option params [Time,DateTime,Date,Integer,String] :start_time
|
34858
|
+
# The start of the time period for which you are looking for history. If
|
34859
|
+
# you omit this option, it will default to the value of EndTime.
|
34860
|
+
#
|
34861
|
+
# @option params [Time,DateTime,Date,Integer,String] :end_time
|
34862
|
+
# The end of the time period for which you are looking for history. If
|
34863
|
+
# you omit this option, it will default to the current time.
|
34864
|
+
#
|
34865
|
+
# @option params [Integer] :max_results
|
34866
|
+
# The maximum number of historical results you would like returned per
|
34867
|
+
# page. Defaults to 100.
|
34868
|
+
#
|
34869
|
+
# @option params [String] :next_token
|
34870
|
+
# The token for the next page of results.
|
34871
|
+
#
|
34872
|
+
# @return [Types::GetIpamAddressHistoryResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
34873
|
+
#
|
34874
|
+
# * {Types::GetIpamAddressHistoryResult#history_records #history_records} => Array<Types::IpamAddressHistoryRecord>
|
34875
|
+
# * {Types::GetIpamAddressHistoryResult#next_token #next_token} => String
|
34876
|
+
#
|
34877
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
34878
|
+
#
|
34879
|
+
# @example Request syntax with placeholder values
|
34880
|
+
#
|
34881
|
+
# resp = client.get_ipam_address_history({
|
34882
|
+
# dry_run: false,
|
34883
|
+
# cidr: "String", # required
|
34884
|
+
# ipam_scope_id: "IpamScopeId", # required
|
34885
|
+
# vpc_id: "String",
|
34886
|
+
# start_time: Time.now,
|
34887
|
+
# end_time: Time.now,
|
34888
|
+
# max_results: 1,
|
34889
|
+
# next_token: "NextToken",
|
34890
|
+
# })
|
34891
|
+
#
|
34892
|
+
# @example Response structure
|
34893
|
+
#
|
34894
|
+
# resp.history_records #=> Array
|
34895
|
+
# resp.history_records[0].resource_owner_id #=> String
|
34896
|
+
# resp.history_records[0].resource_region #=> String
|
34897
|
+
# resp.history_records[0].resource_type #=> String, one of "eip", "vpc", "subnet", "network-interface", "instance"
|
34898
|
+
# resp.history_records[0].resource_id #=> String
|
34899
|
+
# resp.history_records[0].resource_cidr #=> String
|
34900
|
+
# resp.history_records[0].resource_name #=> String
|
34901
|
+
# resp.history_records[0].resource_compliance_status #=> String, one of "compliant", "noncompliant", "unmanaged", "ignored"
|
34902
|
+
# resp.history_records[0].resource_overlap_status #=> String, one of "overlapping", "nonoverlapping", "ignored"
|
34903
|
+
# resp.history_records[0].vpc_id #=> String
|
34904
|
+
# resp.history_records[0].sampled_start_time #=> Time
|
34905
|
+
# resp.history_records[0].sampled_end_time #=> Time
|
34906
|
+
# resp.next_token #=> String
|
34907
|
+
#
|
34908
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetIpamAddressHistory AWS API Documentation
|
34909
|
+
#
|
34910
|
+
# @overload get_ipam_address_history(params = {})
|
34911
|
+
# @param [Hash] params ({})
|
34912
|
+
def get_ipam_address_history(params = {}, options = {})
|
34913
|
+
req = build_request(:get_ipam_address_history, params)
|
34914
|
+
req.send_request(options)
|
34915
|
+
end
|
34916
|
+
|
34917
|
+
# Get a list of all the CIDR allocations in an IPAM pool.
|
34918
|
+
#
|
34919
|
+
# @option params [Boolean] :dry_run
|
34920
|
+
# A check for whether you have the required permissions for the action
|
34921
|
+
# without actually making the request and provides an error response. If
|
34922
|
+
# you have the required permissions, the error response is
|
34923
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
34924
|
+
#
|
34925
|
+
# @option params [required, String] :ipam_pool_id
|
34926
|
+
# The ID of the IPAM pool you want to see the allocations for.
|
34927
|
+
#
|
34928
|
+
# @option params [String] :ipam_pool_allocation_id
|
34929
|
+
# The ID of the allocation.
|
34930
|
+
#
|
34931
|
+
# @option params [Array<Types::Filter>] :filters
|
34932
|
+
# One or more filters for the request. For more information about
|
34933
|
+
# filtering, see [Filtering CLI output][1].
|
34934
|
+
#
|
34935
|
+
#
|
34936
|
+
#
|
34937
|
+
# [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html
|
34938
|
+
#
|
34939
|
+
# @option params [Integer] :max_results
|
34940
|
+
# The maximum number of results you would like returned per page.
|
34941
|
+
#
|
34942
|
+
# @option params [String] :next_token
|
34943
|
+
# The token for the next page of results.
|
34944
|
+
#
|
34945
|
+
# @return [Types::GetIpamPoolAllocationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
34946
|
+
#
|
34947
|
+
# * {Types::GetIpamPoolAllocationsResult#ipam_pool_allocations #ipam_pool_allocations} => Array<Types::IpamPoolAllocation>
|
34948
|
+
# * {Types::GetIpamPoolAllocationsResult#next_token #next_token} => String
|
34949
|
+
#
|
34950
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
34951
|
+
#
|
34952
|
+
# @example Request syntax with placeholder values
|
34953
|
+
#
|
34954
|
+
# resp = client.get_ipam_pool_allocations({
|
34955
|
+
# dry_run: false,
|
34956
|
+
# ipam_pool_id: "IpamPoolId", # required
|
34957
|
+
# ipam_pool_allocation_id: "IpamPoolAllocationId",
|
34958
|
+
# filters: [
|
34959
|
+
# {
|
34960
|
+
# name: "String",
|
34961
|
+
# values: ["String"],
|
34962
|
+
# },
|
34963
|
+
# ],
|
34964
|
+
# max_results: 1,
|
34965
|
+
# next_token: "NextToken",
|
34966
|
+
# })
|
34967
|
+
#
|
34968
|
+
# @example Response structure
|
34969
|
+
#
|
34970
|
+
# resp.ipam_pool_allocations #=> Array
|
34971
|
+
# resp.ipam_pool_allocations[0].cidr #=> String
|
34972
|
+
# resp.ipam_pool_allocations[0].ipam_pool_allocation_id #=> String
|
34973
|
+
# resp.ipam_pool_allocations[0].description #=> String
|
34974
|
+
# resp.ipam_pool_allocations[0].resource_id #=> String
|
34975
|
+
# resp.ipam_pool_allocations[0].resource_type #=> String, one of "ipam-pool", "vpc", "ec2-public-ipv4-pool", "custom"
|
34976
|
+
# resp.ipam_pool_allocations[0].resource_region #=> String
|
34977
|
+
# resp.ipam_pool_allocations[0].resource_owner #=> String
|
34978
|
+
# resp.next_token #=> String
|
34979
|
+
#
|
34980
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetIpamPoolAllocations AWS API Documentation
|
34981
|
+
#
|
34982
|
+
# @overload get_ipam_pool_allocations(params = {})
|
34983
|
+
# @param [Hash] params ({})
|
34984
|
+
def get_ipam_pool_allocations(params = {}, options = {})
|
34985
|
+
req = build_request(:get_ipam_pool_allocations, params)
|
34986
|
+
req.send_request(options)
|
34987
|
+
end
|
34988
|
+
|
34989
|
+
# Get the CIDRs provisioned to an IPAM pool.
|
34990
|
+
#
|
34991
|
+
# @option params [Boolean] :dry_run
|
34992
|
+
# A check for whether you have the required permissions for the action
|
34993
|
+
# without actually making the request and provides an error response. If
|
34994
|
+
# you have the required permissions, the error response is
|
34995
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
34996
|
+
#
|
34997
|
+
# @option params [required, String] :ipam_pool_id
|
34998
|
+
# The ID of the IPAM pool you want the CIDR for.
|
34999
|
+
#
|
35000
|
+
# @option params [Array<Types::Filter>] :filters
|
35001
|
+
# One or more filters for the request. For more information about
|
35002
|
+
# filtering, see [Filtering CLI output][1].
|
35003
|
+
#
|
35004
|
+
#
|
35005
|
+
#
|
35006
|
+
# [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html
|
35007
|
+
#
|
35008
|
+
# @option params [Integer] :max_results
|
35009
|
+
# The maximum number of results to return in the request.
|
35010
|
+
#
|
35011
|
+
# @option params [String] :next_token
|
35012
|
+
# The token for the next page of results.
|
35013
|
+
#
|
35014
|
+
# @return [Types::GetIpamPoolCidrsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
35015
|
+
#
|
35016
|
+
# * {Types::GetIpamPoolCidrsResult#ipam_pool_cidrs #ipam_pool_cidrs} => Array<Types::IpamPoolCidr>
|
35017
|
+
# * {Types::GetIpamPoolCidrsResult#next_token #next_token} => String
|
35018
|
+
#
|
35019
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
35020
|
+
#
|
35021
|
+
# @example Request syntax with placeholder values
|
35022
|
+
#
|
35023
|
+
# resp = client.get_ipam_pool_cidrs({
|
35024
|
+
# dry_run: false,
|
35025
|
+
# ipam_pool_id: "IpamPoolId", # required
|
35026
|
+
# filters: [
|
35027
|
+
# {
|
35028
|
+
# name: "String",
|
35029
|
+
# values: ["String"],
|
35030
|
+
# },
|
35031
|
+
# ],
|
35032
|
+
# max_results: 1,
|
35033
|
+
# next_token: "NextToken",
|
35034
|
+
# })
|
35035
|
+
#
|
35036
|
+
# @example Response structure
|
35037
|
+
#
|
35038
|
+
# resp.ipam_pool_cidrs #=> Array
|
35039
|
+
# resp.ipam_pool_cidrs[0].cidr #=> String
|
35040
|
+
# resp.ipam_pool_cidrs[0].state #=> String, one of "pending-provision", "provisioned", "failed-provision", "pending-deprovision", "deprovisioned", "failed-deprovision", "pending-import", "failed-import"
|
35041
|
+
# resp.ipam_pool_cidrs[0].failure_reason.code #=> String, one of "cidr-not-available"
|
35042
|
+
# resp.ipam_pool_cidrs[0].failure_reason.message #=> String
|
35043
|
+
# resp.next_token #=> String
|
35044
|
+
#
|
35045
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetIpamPoolCidrs AWS API Documentation
|
35046
|
+
#
|
35047
|
+
# @overload get_ipam_pool_cidrs(params = {})
|
35048
|
+
# @param [Hash] params ({})
|
35049
|
+
def get_ipam_pool_cidrs(params = {}, options = {})
|
35050
|
+
req = build_request(:get_ipam_pool_cidrs, params)
|
35051
|
+
req.send_request(options)
|
35052
|
+
end
|
35053
|
+
|
35054
|
+
# Get information about the resources in a scope.
|
35055
|
+
#
|
35056
|
+
# @option params [Boolean] :dry_run
|
35057
|
+
# A check for whether you have the required permissions for the action
|
35058
|
+
# without actually making the request and provides an error response. If
|
35059
|
+
# you have the required permissions, the error response is
|
35060
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
35061
|
+
#
|
35062
|
+
# @option params [Array<Types::Filter>] :filters
|
35063
|
+
# One or more filters for the request. For more information about
|
35064
|
+
# filtering, see [Filtering CLI output][1].
|
35065
|
+
#
|
35066
|
+
#
|
35067
|
+
#
|
35068
|
+
# [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html
|
35069
|
+
#
|
35070
|
+
# @option params [Integer] :max_results
|
35071
|
+
# The maximum number of results to return in the request.
|
35072
|
+
#
|
35073
|
+
# @option params [String] :next_token
|
35074
|
+
# The token for the next page of results.
|
35075
|
+
#
|
35076
|
+
# @option params [required, String] :ipam_scope_id
|
35077
|
+
# The ID of the scope that the resource is in.
|
35078
|
+
#
|
35079
|
+
# @option params [String] :ipam_pool_id
|
35080
|
+
# The ID of the IPAM pool that the resource is in.
|
35081
|
+
#
|
35082
|
+
# @option params [String] :resource_id
|
35083
|
+
# The ID of the resource.
|
35084
|
+
#
|
35085
|
+
# @option params [String] :resource_type
|
35086
|
+
# The resource type.
|
35087
|
+
#
|
35088
|
+
# @option params [Types::RequestIpamResourceTag] :resource_tag
|
35089
|
+
# A tag on an IPAM resource.
|
35090
|
+
#
|
35091
|
+
# @option params [String] :resource_owner
|
35092
|
+
# The ID of the Amazon Web Services account that owns the resource.
|
35093
|
+
#
|
35094
|
+
# @return [Types::GetIpamResourceCidrsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
35095
|
+
#
|
35096
|
+
# * {Types::GetIpamResourceCidrsResult#next_token #next_token} => String
|
35097
|
+
# * {Types::GetIpamResourceCidrsResult#ipam_resource_cidrs #ipam_resource_cidrs} => Array<Types::IpamResourceCidr>
|
35098
|
+
#
|
35099
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
35100
|
+
#
|
35101
|
+
# @example Request syntax with placeholder values
|
35102
|
+
#
|
35103
|
+
# resp = client.get_ipam_resource_cidrs({
|
35104
|
+
# dry_run: false,
|
35105
|
+
# filters: [
|
35106
|
+
# {
|
35107
|
+
# name: "String",
|
35108
|
+
# values: ["String"],
|
35109
|
+
# },
|
35110
|
+
# ],
|
35111
|
+
# max_results: 1,
|
35112
|
+
# next_token: "NextToken",
|
35113
|
+
# ipam_scope_id: "IpamScopeId", # required
|
35114
|
+
# ipam_pool_id: "IpamPoolId",
|
35115
|
+
# resource_id: "String",
|
35116
|
+
# resource_type: "vpc", # accepts vpc, subnet, eip, public-ipv4-pool, ipv6-pool
|
35117
|
+
# resource_tag: {
|
35118
|
+
# key: "String",
|
35119
|
+
# value: "String",
|
35120
|
+
# },
|
35121
|
+
# resource_owner: "String",
|
35122
|
+
# })
|
35123
|
+
#
|
35124
|
+
# @example Response structure
|
35125
|
+
#
|
35126
|
+
# resp.next_token #=> String
|
35127
|
+
# resp.ipam_resource_cidrs #=> Array
|
35128
|
+
# resp.ipam_resource_cidrs[0].ipam_id #=> String
|
35129
|
+
# resp.ipam_resource_cidrs[0].ipam_scope_id #=> String
|
35130
|
+
# resp.ipam_resource_cidrs[0].ipam_pool_id #=> String
|
35131
|
+
# resp.ipam_resource_cidrs[0].resource_region #=> String
|
35132
|
+
# resp.ipam_resource_cidrs[0].resource_owner_id #=> String
|
35133
|
+
# resp.ipam_resource_cidrs[0].resource_id #=> String
|
35134
|
+
# resp.ipam_resource_cidrs[0].resource_name #=> String
|
35135
|
+
# resp.ipam_resource_cidrs[0].resource_cidr #=> String
|
35136
|
+
# resp.ipam_resource_cidrs[0].resource_type #=> String, one of "vpc", "subnet", "eip", "public-ipv4-pool", "ipv6-pool"
|
35137
|
+
# resp.ipam_resource_cidrs[0].resource_tags #=> Array
|
35138
|
+
# resp.ipam_resource_cidrs[0].resource_tags[0].key #=> String
|
35139
|
+
# resp.ipam_resource_cidrs[0].resource_tags[0].value #=> String
|
35140
|
+
# resp.ipam_resource_cidrs[0].ip_usage #=> Float
|
35141
|
+
# resp.ipam_resource_cidrs[0].compliance_status #=> String, one of "compliant", "noncompliant", "unmanaged", "ignored"
|
35142
|
+
# resp.ipam_resource_cidrs[0].management_state #=> String, one of "managed", "unmanaged", "ignored"
|
35143
|
+
# resp.ipam_resource_cidrs[0].overlap_status #=> String, one of "overlapping", "nonoverlapping", "ignored"
|
35144
|
+
# resp.ipam_resource_cidrs[0].vpc_id #=> String
|
35145
|
+
#
|
35146
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetIpamResourceCidrs AWS API Documentation
|
35147
|
+
#
|
35148
|
+
# @overload get_ipam_resource_cidrs(params = {})
|
35149
|
+
# @param [Hash] params ({})
|
35150
|
+
def get_ipam_resource_cidrs(params = {}, options = {})
|
35151
|
+
req = build_request(:get_ipam_resource_cidrs, params)
|
35152
|
+
req.send_request(options)
|
35153
|
+
end
|
35154
|
+
|
33065
35155
|
# Retrieves the configuration data of the specified instance. You can
|
33066
35156
|
# use this data to create a launch template.
|
33067
35157
|
#
|
@@ -33215,7 +35305,7 @@ module Aws::EC2
|
|
33215
35305
|
# resp.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
33216
35306
|
# resp.launch_template_data.user_data #=> String
|
33217
35307
|
# resp.launch_template_data.tag_specifications #=> Array
|
33218
|
-
# 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", "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", "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", "traffic-mirror-filter", "traffic-mirror-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"
|
35308
|
+
# 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", "traffic-mirror-filter", "traffic-mirror-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"
|
33219
35309
|
# resp.launch_template_data.tag_specifications[0].tags #=> Array
|
33220
35310
|
# resp.launch_template_data.tag_specifications[0].tags[0].key #=> String
|
33221
35311
|
# resp.launch_template_data.tag_specifications[0].tags[0].value #=> String
|
@@ -33407,6 +35497,245 @@ module Aws::EC2
|
|
33407
35497
|
req.send_request(options)
|
33408
35498
|
end
|
33409
35499
|
|
35500
|
+
# Gets the findings for the specified Network Access Scope analysis.
|
35501
|
+
#
|
35502
|
+
# @option params [required, String] :network_insights_access_scope_analysis_id
|
35503
|
+
# The ID of the Network Access Scope analysis.
|
35504
|
+
#
|
35505
|
+
# @option params [Integer] :max_results
|
35506
|
+
# The maximum number of results to return with a single call. To
|
35507
|
+
# retrieve the remaining results, make another call with the returned
|
35508
|
+
# `nextToken` value.
|
35509
|
+
#
|
35510
|
+
# @option params [String] :next_token
|
35511
|
+
# The token for the next page of results.
|
35512
|
+
#
|
35513
|
+
# @option params [Boolean] :dry_run
|
35514
|
+
# Checks whether you have the required permissions for the action,
|
35515
|
+
# without actually making the request, and provides an error response.
|
35516
|
+
# If you have the required permissions, the error response is
|
35517
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
35518
|
+
#
|
35519
|
+
# @return [Types::GetNetworkInsightsAccessScopeAnalysisFindingsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
35520
|
+
#
|
35521
|
+
# * {Types::GetNetworkInsightsAccessScopeAnalysisFindingsResult#network_insights_access_scope_analysis_id #network_insights_access_scope_analysis_id} => String
|
35522
|
+
# * {Types::GetNetworkInsightsAccessScopeAnalysisFindingsResult#analysis_status #analysis_status} => String
|
35523
|
+
# * {Types::GetNetworkInsightsAccessScopeAnalysisFindingsResult#analysis_findings #analysis_findings} => Array<Types::AccessScopeAnalysisFinding>
|
35524
|
+
# * {Types::GetNetworkInsightsAccessScopeAnalysisFindingsResult#next_token #next_token} => String
|
35525
|
+
#
|
35526
|
+
# @example Request syntax with placeholder values
|
35527
|
+
#
|
35528
|
+
# resp = client.get_network_insights_access_scope_analysis_findings({
|
35529
|
+
# network_insights_access_scope_analysis_id: "NetworkInsightsAccessScopeAnalysisId", # required
|
35530
|
+
# max_results: 1,
|
35531
|
+
# next_token: "NextToken",
|
35532
|
+
# dry_run: false,
|
35533
|
+
# })
|
35534
|
+
#
|
35535
|
+
# @example Response structure
|
35536
|
+
#
|
35537
|
+
# resp.network_insights_access_scope_analysis_id #=> String
|
35538
|
+
# resp.analysis_status #=> String, one of "running", "succeeded", "failed"
|
35539
|
+
# resp.analysis_findings #=> Array
|
35540
|
+
# resp.analysis_findings[0].network_insights_access_scope_analysis_id #=> String
|
35541
|
+
# resp.analysis_findings[0].network_insights_access_scope_id #=> String
|
35542
|
+
# resp.analysis_findings[0].finding_id #=> String
|
35543
|
+
# resp.analysis_findings[0].finding_components #=> Array
|
35544
|
+
# resp.analysis_findings[0].finding_components[0].sequence_number #=> Integer
|
35545
|
+
# resp.analysis_findings[0].finding_components[0].acl_rule.cidr #=> String
|
35546
|
+
# resp.analysis_findings[0].finding_components[0].acl_rule.egress #=> Boolean
|
35547
|
+
# resp.analysis_findings[0].finding_components[0].acl_rule.port_range.from #=> Integer
|
35548
|
+
# resp.analysis_findings[0].finding_components[0].acl_rule.port_range.to #=> Integer
|
35549
|
+
# resp.analysis_findings[0].finding_components[0].acl_rule.protocol #=> String
|
35550
|
+
# resp.analysis_findings[0].finding_components[0].acl_rule.rule_action #=> String
|
35551
|
+
# resp.analysis_findings[0].finding_components[0].acl_rule.rule_number #=> Integer
|
35552
|
+
# resp.analysis_findings[0].finding_components[0].attached_to.id #=> String
|
35553
|
+
# resp.analysis_findings[0].finding_components[0].attached_to.arn #=> String
|
35554
|
+
# resp.analysis_findings[0].finding_components[0].attached_to.name #=> String
|
35555
|
+
# resp.analysis_findings[0].finding_components[0].component.id #=> String
|
35556
|
+
# resp.analysis_findings[0].finding_components[0].component.arn #=> String
|
35557
|
+
# resp.analysis_findings[0].finding_components[0].component.name #=> String
|
35558
|
+
# resp.analysis_findings[0].finding_components[0].destination_vpc.id #=> String
|
35559
|
+
# resp.analysis_findings[0].finding_components[0].destination_vpc.arn #=> String
|
35560
|
+
# resp.analysis_findings[0].finding_components[0].destination_vpc.name #=> String
|
35561
|
+
# resp.analysis_findings[0].finding_components[0].outbound_header.destination_addresses #=> Array
|
35562
|
+
# resp.analysis_findings[0].finding_components[0].outbound_header.destination_addresses[0] #=> String
|
35563
|
+
# resp.analysis_findings[0].finding_components[0].outbound_header.destination_port_ranges #=> Array
|
35564
|
+
# resp.analysis_findings[0].finding_components[0].outbound_header.destination_port_ranges[0].from #=> Integer
|
35565
|
+
# resp.analysis_findings[0].finding_components[0].outbound_header.destination_port_ranges[0].to #=> Integer
|
35566
|
+
# resp.analysis_findings[0].finding_components[0].outbound_header.protocol #=> String
|
35567
|
+
# resp.analysis_findings[0].finding_components[0].outbound_header.source_addresses #=> Array
|
35568
|
+
# resp.analysis_findings[0].finding_components[0].outbound_header.source_addresses[0] #=> String
|
35569
|
+
# resp.analysis_findings[0].finding_components[0].outbound_header.source_port_ranges #=> Array
|
35570
|
+
# resp.analysis_findings[0].finding_components[0].outbound_header.source_port_ranges[0].from #=> Integer
|
35571
|
+
# resp.analysis_findings[0].finding_components[0].outbound_header.source_port_ranges[0].to #=> Integer
|
35572
|
+
# resp.analysis_findings[0].finding_components[0].inbound_header.destination_addresses #=> Array
|
35573
|
+
# resp.analysis_findings[0].finding_components[0].inbound_header.destination_addresses[0] #=> String
|
35574
|
+
# resp.analysis_findings[0].finding_components[0].inbound_header.destination_port_ranges #=> Array
|
35575
|
+
# resp.analysis_findings[0].finding_components[0].inbound_header.destination_port_ranges[0].from #=> Integer
|
35576
|
+
# resp.analysis_findings[0].finding_components[0].inbound_header.destination_port_ranges[0].to #=> Integer
|
35577
|
+
# resp.analysis_findings[0].finding_components[0].inbound_header.protocol #=> String
|
35578
|
+
# resp.analysis_findings[0].finding_components[0].inbound_header.source_addresses #=> Array
|
35579
|
+
# resp.analysis_findings[0].finding_components[0].inbound_header.source_addresses[0] #=> String
|
35580
|
+
# resp.analysis_findings[0].finding_components[0].inbound_header.source_port_ranges #=> Array
|
35581
|
+
# resp.analysis_findings[0].finding_components[0].inbound_header.source_port_ranges[0].from #=> Integer
|
35582
|
+
# resp.analysis_findings[0].finding_components[0].inbound_header.source_port_ranges[0].to #=> Integer
|
35583
|
+
# resp.analysis_findings[0].finding_components[0].route_table_route.destination_cidr #=> String
|
35584
|
+
# resp.analysis_findings[0].finding_components[0].route_table_route.destination_prefix_list_id #=> String
|
35585
|
+
# resp.analysis_findings[0].finding_components[0].route_table_route.egress_only_internet_gateway_id #=> String
|
35586
|
+
# resp.analysis_findings[0].finding_components[0].route_table_route.gateway_id #=> String
|
35587
|
+
# resp.analysis_findings[0].finding_components[0].route_table_route.instance_id #=> String
|
35588
|
+
# resp.analysis_findings[0].finding_components[0].route_table_route.nat_gateway_id #=> String
|
35589
|
+
# resp.analysis_findings[0].finding_components[0].route_table_route.network_interface_id #=> String
|
35590
|
+
# resp.analysis_findings[0].finding_components[0].route_table_route.origin #=> String
|
35591
|
+
# resp.analysis_findings[0].finding_components[0].route_table_route.transit_gateway_id #=> String
|
35592
|
+
# resp.analysis_findings[0].finding_components[0].route_table_route.vpc_peering_connection_id #=> String
|
35593
|
+
# resp.analysis_findings[0].finding_components[0].security_group_rule.cidr #=> String
|
35594
|
+
# resp.analysis_findings[0].finding_components[0].security_group_rule.direction #=> String
|
35595
|
+
# resp.analysis_findings[0].finding_components[0].security_group_rule.security_group_id #=> String
|
35596
|
+
# resp.analysis_findings[0].finding_components[0].security_group_rule.port_range.from #=> Integer
|
35597
|
+
# resp.analysis_findings[0].finding_components[0].security_group_rule.port_range.to #=> Integer
|
35598
|
+
# resp.analysis_findings[0].finding_components[0].security_group_rule.prefix_list_id #=> String
|
35599
|
+
# resp.analysis_findings[0].finding_components[0].security_group_rule.protocol #=> String
|
35600
|
+
# resp.analysis_findings[0].finding_components[0].source_vpc.id #=> String
|
35601
|
+
# resp.analysis_findings[0].finding_components[0].source_vpc.arn #=> String
|
35602
|
+
# resp.analysis_findings[0].finding_components[0].source_vpc.name #=> String
|
35603
|
+
# resp.analysis_findings[0].finding_components[0].subnet.id #=> String
|
35604
|
+
# resp.analysis_findings[0].finding_components[0].subnet.arn #=> String
|
35605
|
+
# resp.analysis_findings[0].finding_components[0].subnet.name #=> String
|
35606
|
+
# resp.analysis_findings[0].finding_components[0].vpc.id #=> String
|
35607
|
+
# resp.analysis_findings[0].finding_components[0].vpc.arn #=> String
|
35608
|
+
# resp.analysis_findings[0].finding_components[0].vpc.name #=> String
|
35609
|
+
# resp.next_token #=> String
|
35610
|
+
#
|
35611
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetNetworkInsightsAccessScopeAnalysisFindings AWS API Documentation
|
35612
|
+
#
|
35613
|
+
# @overload get_network_insights_access_scope_analysis_findings(params = {})
|
35614
|
+
# @param [Hash] params ({})
|
35615
|
+
def get_network_insights_access_scope_analysis_findings(params = {}, options = {})
|
35616
|
+
req = build_request(:get_network_insights_access_scope_analysis_findings, params)
|
35617
|
+
req.send_request(options)
|
35618
|
+
end
|
35619
|
+
|
35620
|
+
# Gets the content for the specified Network Access Scope.
|
35621
|
+
#
|
35622
|
+
# @option params [required, String] :network_insights_access_scope_id
|
35623
|
+
# The ID of the Network Access Scope.
|
35624
|
+
#
|
35625
|
+
# @option params [Boolean] :dry_run
|
35626
|
+
# Checks whether you have the required permissions for the action,
|
35627
|
+
# without actually making the request, and provides an error response.
|
35628
|
+
# If you have the required permissions, the error response is
|
35629
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
35630
|
+
#
|
35631
|
+
# @return [Types::GetNetworkInsightsAccessScopeContentResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
35632
|
+
#
|
35633
|
+
# * {Types::GetNetworkInsightsAccessScopeContentResult#network_insights_access_scope_content #network_insights_access_scope_content} => Types::NetworkInsightsAccessScopeContent
|
35634
|
+
#
|
35635
|
+
# @example Request syntax with placeholder values
|
35636
|
+
#
|
35637
|
+
# resp = client.get_network_insights_access_scope_content({
|
35638
|
+
# network_insights_access_scope_id: "NetworkInsightsAccessScopeId", # required
|
35639
|
+
# dry_run: false,
|
35640
|
+
# })
|
35641
|
+
#
|
35642
|
+
# @example Response structure
|
35643
|
+
#
|
35644
|
+
# resp.network_insights_access_scope_content.network_insights_access_scope_id #=> String
|
35645
|
+
# resp.network_insights_access_scope_content.match_paths #=> Array
|
35646
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.source_addresses #=> Array
|
35647
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.source_addresses[0] #=> String
|
35648
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.destination_addresses #=> Array
|
35649
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.destination_addresses[0] #=> String
|
35650
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.source_ports #=> Array
|
35651
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.source_ports[0] #=> String
|
35652
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.destination_ports #=> Array
|
35653
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.destination_ports[0] #=> String
|
35654
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.source_prefix_lists #=> Array
|
35655
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.source_prefix_lists[0] #=> String
|
35656
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.destination_prefix_lists #=> Array
|
35657
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.destination_prefix_lists[0] #=> String
|
35658
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.protocols #=> Array
|
35659
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.packet_header_statement.protocols[0] #=> String, one of "tcp", "udp"
|
35660
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.resource_statement.resources #=> Array
|
35661
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.resource_statement.resources[0] #=> String
|
35662
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.resource_statement.resource_types #=> Array
|
35663
|
+
# resp.network_insights_access_scope_content.match_paths[0].source.resource_statement.resource_types[0] #=> String
|
35664
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.source_addresses #=> Array
|
35665
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.source_addresses[0] #=> String
|
35666
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.destination_addresses #=> Array
|
35667
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.destination_addresses[0] #=> String
|
35668
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.source_ports #=> Array
|
35669
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.source_ports[0] #=> String
|
35670
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.destination_ports #=> Array
|
35671
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.destination_ports[0] #=> String
|
35672
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.source_prefix_lists #=> Array
|
35673
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.source_prefix_lists[0] #=> String
|
35674
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.destination_prefix_lists #=> Array
|
35675
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.destination_prefix_lists[0] #=> String
|
35676
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.protocols #=> Array
|
35677
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.packet_header_statement.protocols[0] #=> String, one of "tcp", "udp"
|
35678
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.resource_statement.resources #=> Array
|
35679
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.resource_statement.resources[0] #=> String
|
35680
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.resource_statement.resource_types #=> Array
|
35681
|
+
# resp.network_insights_access_scope_content.match_paths[0].destination.resource_statement.resource_types[0] #=> String
|
35682
|
+
# resp.network_insights_access_scope_content.match_paths[0].through_resources #=> Array
|
35683
|
+
# resp.network_insights_access_scope_content.match_paths[0].through_resources[0].resource_statement.resources #=> Array
|
35684
|
+
# resp.network_insights_access_scope_content.match_paths[0].through_resources[0].resource_statement.resources[0] #=> String
|
35685
|
+
# resp.network_insights_access_scope_content.match_paths[0].through_resources[0].resource_statement.resource_types #=> Array
|
35686
|
+
# resp.network_insights_access_scope_content.match_paths[0].through_resources[0].resource_statement.resource_types[0] #=> String
|
35687
|
+
# resp.network_insights_access_scope_content.exclude_paths #=> Array
|
35688
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.source_addresses #=> Array
|
35689
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.source_addresses[0] #=> String
|
35690
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.destination_addresses #=> Array
|
35691
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.destination_addresses[0] #=> String
|
35692
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.source_ports #=> Array
|
35693
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.source_ports[0] #=> String
|
35694
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.destination_ports #=> Array
|
35695
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.destination_ports[0] #=> String
|
35696
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.source_prefix_lists #=> Array
|
35697
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.source_prefix_lists[0] #=> String
|
35698
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.destination_prefix_lists #=> Array
|
35699
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.destination_prefix_lists[0] #=> String
|
35700
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.protocols #=> Array
|
35701
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.packet_header_statement.protocols[0] #=> String, one of "tcp", "udp"
|
35702
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.resource_statement.resources #=> Array
|
35703
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.resource_statement.resources[0] #=> String
|
35704
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.resource_statement.resource_types #=> Array
|
35705
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].source.resource_statement.resource_types[0] #=> String
|
35706
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.source_addresses #=> Array
|
35707
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.source_addresses[0] #=> String
|
35708
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.destination_addresses #=> Array
|
35709
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.destination_addresses[0] #=> String
|
35710
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.source_ports #=> Array
|
35711
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.source_ports[0] #=> String
|
35712
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.destination_ports #=> Array
|
35713
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.destination_ports[0] #=> String
|
35714
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.source_prefix_lists #=> Array
|
35715
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.source_prefix_lists[0] #=> String
|
35716
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.destination_prefix_lists #=> Array
|
35717
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.destination_prefix_lists[0] #=> String
|
35718
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.protocols #=> Array
|
35719
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.packet_header_statement.protocols[0] #=> String, one of "tcp", "udp"
|
35720
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.resource_statement.resources #=> Array
|
35721
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.resource_statement.resources[0] #=> String
|
35722
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.resource_statement.resource_types #=> Array
|
35723
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].destination.resource_statement.resource_types[0] #=> String
|
35724
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].through_resources #=> Array
|
35725
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].through_resources[0].resource_statement.resources #=> Array
|
35726
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].through_resources[0].resource_statement.resources[0] #=> String
|
35727
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].through_resources[0].resource_statement.resource_types #=> Array
|
35728
|
+
# resp.network_insights_access_scope_content.exclude_paths[0].through_resources[0].resource_statement.resource_types[0] #=> String
|
35729
|
+
#
|
35730
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetNetworkInsightsAccessScopeContent AWS API Documentation
|
35731
|
+
#
|
35732
|
+
# @overload get_network_insights_access_scope_content(params = {})
|
35733
|
+
# @param [Hash] params ({})
|
35734
|
+
def get_network_insights_access_scope_content(params = {}, options = {})
|
35735
|
+
req = build_request(:get_network_insights_access_scope_content, params)
|
35736
|
+
req.send_request(options)
|
35737
|
+
end
|
35738
|
+
|
33410
35739
|
# Retrieves the encrypted administrator password for a running Windows
|
33411
35740
|
# instance.
|
33412
35741
|
#
|
@@ -34567,7 +36896,7 @@ module Aws::EC2
|
|
34567
36896
|
# ],
|
34568
36897
|
# tag_specifications: [
|
34569
36898
|
# {
|
34570
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
36899
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
34571
36900
|
# tags: [
|
34572
36901
|
# {
|
34573
36902
|
# key: "String",
|
@@ -34797,7 +37126,7 @@ module Aws::EC2
|
|
34797
37126
|
# public_key_material: "data", # required
|
34798
37127
|
# tag_specifications: [
|
34799
37128
|
# {
|
34800
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
37129
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
34801
37130
|
# tags: [
|
34802
37131
|
# {
|
34803
37132
|
# key: "String",
|
@@ -34943,7 +37272,7 @@ module Aws::EC2
|
|
34943
37272
|
# role_name: "String",
|
34944
37273
|
# tag_specifications: [
|
34945
37274
|
# {
|
34946
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
37275
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
34947
37276
|
# tags: [
|
34948
37277
|
# {
|
34949
37278
|
# key: "String",
|
@@ -36965,6 +39294,344 @@ module Aws::EC2
|
|
36965
39294
|
req.send_request(options)
|
36966
39295
|
end
|
36967
39296
|
|
39297
|
+
# Modify the configurations of an IPAM.
|
39298
|
+
#
|
39299
|
+
# @option params [Boolean] :dry_run
|
39300
|
+
# A check for whether you have the required permissions for the action
|
39301
|
+
# without actually making the request and provides an error response. If
|
39302
|
+
# you have the required permissions, the error response is
|
39303
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
39304
|
+
#
|
39305
|
+
# @option params [required, String] :ipam_id
|
39306
|
+
# The ID of the IPAM you want to modify.
|
39307
|
+
#
|
39308
|
+
# @option params [String] :description
|
39309
|
+
# The description of the IPAM you want to modify.
|
39310
|
+
#
|
39311
|
+
# @option params [Array<Types::AddIpamOperatingRegion>] :add_operating_regions
|
39312
|
+
# Choose the operating Regions for the IPAM. Operating Regions are
|
39313
|
+
# Amazon Web Services Regions where the IPAM is allowed to manage IP
|
39314
|
+
# address CIDRs. IPAM only discovers and monitors resources in the
|
39315
|
+
# Amazon Web Services Regions you select as operating Regions.
|
39316
|
+
#
|
39317
|
+
# For more information about operating Regions, see [Create an
|
39318
|
+
# IPAM](/vpc/latest/ipam/create-ipam.html) in the *Amazon VPC IPAM User
|
39319
|
+
# Guide*.
|
39320
|
+
#
|
39321
|
+
# @option params [Array<Types::RemoveIpamOperatingRegion>] :remove_operating_regions
|
39322
|
+
# The operating Regions to remove.
|
39323
|
+
#
|
39324
|
+
# @return [Types::ModifyIpamResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
39325
|
+
#
|
39326
|
+
# * {Types::ModifyIpamResult#ipam #ipam} => Types::Ipam
|
39327
|
+
#
|
39328
|
+
# @example Request syntax with placeholder values
|
39329
|
+
#
|
39330
|
+
# resp = client.modify_ipam({
|
39331
|
+
# dry_run: false,
|
39332
|
+
# ipam_id: "IpamId", # required
|
39333
|
+
# description: "String",
|
39334
|
+
# add_operating_regions: [
|
39335
|
+
# {
|
39336
|
+
# region_name: "String",
|
39337
|
+
# },
|
39338
|
+
# ],
|
39339
|
+
# remove_operating_regions: [
|
39340
|
+
# {
|
39341
|
+
# region_name: "String",
|
39342
|
+
# },
|
39343
|
+
# ],
|
39344
|
+
# })
|
39345
|
+
#
|
39346
|
+
# @example Response structure
|
39347
|
+
#
|
39348
|
+
# resp.ipam.owner_id #=> String
|
39349
|
+
# resp.ipam.ipam_id #=> String
|
39350
|
+
# resp.ipam.ipam_arn #=> String
|
39351
|
+
# resp.ipam.ipam_region #=> String
|
39352
|
+
# resp.ipam.public_default_scope_id #=> String
|
39353
|
+
# resp.ipam.private_default_scope_id #=> String
|
39354
|
+
# resp.ipam.scope_count #=> Integer
|
39355
|
+
# resp.ipam.description #=> String
|
39356
|
+
# resp.ipam.operating_regions #=> Array
|
39357
|
+
# resp.ipam.operating_regions[0].region_name #=> String
|
39358
|
+
# resp.ipam.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
39359
|
+
# resp.ipam.tags #=> Array
|
39360
|
+
# resp.ipam.tags[0].key #=> String
|
39361
|
+
# resp.ipam.tags[0].value #=> String
|
39362
|
+
#
|
39363
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyIpam AWS API Documentation
|
39364
|
+
#
|
39365
|
+
# @overload modify_ipam(params = {})
|
39366
|
+
# @param [Hash] params ({})
|
39367
|
+
def modify_ipam(params = {}, options = {})
|
39368
|
+
req = build_request(:modify_ipam, params)
|
39369
|
+
req.send_request(options)
|
39370
|
+
end
|
39371
|
+
|
39372
|
+
# Modify the configurations of an IPAM pool.
|
39373
|
+
#
|
39374
|
+
# For more information, see [Modify a
|
39375
|
+
# pool](/vpc/latest/ipam/mod-pool-ipam.html) in the *Amazon VPC IPAM
|
39376
|
+
# User Guide*.
|
39377
|
+
#
|
39378
|
+
# @option params [Boolean] :dry_run
|
39379
|
+
# A check for whether you have the required permissions for the action
|
39380
|
+
# without actually making the request and provides an error response. If
|
39381
|
+
# you have the required permissions, the error response is
|
39382
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
39383
|
+
#
|
39384
|
+
# @option params [required, String] :ipam_pool_id
|
39385
|
+
# The ID of the IPAM pool you want to modify.
|
39386
|
+
#
|
39387
|
+
# @option params [String] :description
|
39388
|
+
# The description of the IPAM pool you want to modify.
|
39389
|
+
#
|
39390
|
+
# @option params [Boolean] :auto_import
|
39391
|
+
# If true, IPAM will continuously look for resources within the CIDR
|
39392
|
+
# range of this pool and automatically import them as allocations into
|
39393
|
+
# your IPAM. The CIDRs that will be allocated for these resources must
|
39394
|
+
# not already be allocated to other resources in order for the import to
|
39395
|
+
# succeed. IPAM will import a CIDR regardless of its compliance with the
|
39396
|
+
# pool's allocation rules, so a resource might be imported and
|
39397
|
+
# subsequently marked as noncompliant. If IPAM discovers multiple CIDRs
|
39398
|
+
# that overlap, IPAM will import the largest CIDR only. If IPAM
|
39399
|
+
# discovers multiple CIDRs with matching CIDRs, IPAM will randomly
|
39400
|
+
# import one of them only.
|
39401
|
+
#
|
39402
|
+
# A locale must be set on the pool for this feature to work.
|
39403
|
+
#
|
39404
|
+
# @option params [Integer] :allocation_min_netmask_length
|
39405
|
+
# The minimum netmask length required for CIDR allocations in this IPAM
|
39406
|
+
# pool to be compliant. Possible netmask lengths for IPv4 addresses are
|
39407
|
+
# 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128. The
|
39408
|
+
# minimum netmask length must be less than the maximum netmask length.
|
39409
|
+
#
|
39410
|
+
# @option params [Integer] :allocation_max_netmask_length
|
39411
|
+
# The maximum netmask length possible for CIDR allocations in this IPAM
|
39412
|
+
# pool to be compliant. Possible netmask lengths for IPv4 addresses are
|
39413
|
+
# 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.The
|
39414
|
+
# maximum netmask length must be greater than the minimum netmask
|
39415
|
+
# length.
|
39416
|
+
#
|
39417
|
+
# @option params [Integer] :allocation_default_netmask_length
|
39418
|
+
# The default netmask length for allocations added to this pool. If, for
|
39419
|
+
# example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16
|
39420
|
+
# here, new allocations will default to 10.0.0.0/16.
|
39421
|
+
#
|
39422
|
+
# @option params [Boolean] :clear_allocation_default_netmask_length
|
39423
|
+
# Clear the default netmask length allocation rule for this pool.
|
39424
|
+
#
|
39425
|
+
# @option params [Array<Types::RequestIpamResourceTag>] :add_allocation_resource_tags
|
39426
|
+
# Add tag allocation rules to a pool. For more information about
|
39427
|
+
# allocation rules, see [Create a top-level
|
39428
|
+
# pool](/vpc/latest/ipam/create-top-ipam.html) in the *Amazon VPC IPAM
|
39429
|
+
# User Guide*.
|
39430
|
+
#
|
39431
|
+
# @option params [Array<Types::RequestIpamResourceTag>] :remove_allocation_resource_tags
|
39432
|
+
# Remove tag allocation rules from a pool.
|
39433
|
+
#
|
39434
|
+
# @return [Types::ModifyIpamPoolResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
39435
|
+
#
|
39436
|
+
# * {Types::ModifyIpamPoolResult#ipam_pool #ipam_pool} => Types::IpamPool
|
39437
|
+
#
|
39438
|
+
# @example Request syntax with placeholder values
|
39439
|
+
#
|
39440
|
+
# resp = client.modify_ipam_pool({
|
39441
|
+
# dry_run: false,
|
39442
|
+
# ipam_pool_id: "IpamPoolId", # required
|
39443
|
+
# description: "String",
|
39444
|
+
# auto_import: false,
|
39445
|
+
# allocation_min_netmask_length: 1,
|
39446
|
+
# allocation_max_netmask_length: 1,
|
39447
|
+
# allocation_default_netmask_length: 1,
|
39448
|
+
# clear_allocation_default_netmask_length: false,
|
39449
|
+
# add_allocation_resource_tags: [
|
39450
|
+
# {
|
39451
|
+
# key: "String",
|
39452
|
+
# value: "String",
|
39453
|
+
# },
|
39454
|
+
# ],
|
39455
|
+
# remove_allocation_resource_tags: [
|
39456
|
+
# {
|
39457
|
+
# key: "String",
|
39458
|
+
# value: "String",
|
39459
|
+
# },
|
39460
|
+
# ],
|
39461
|
+
# })
|
39462
|
+
#
|
39463
|
+
# @example Response structure
|
39464
|
+
#
|
39465
|
+
# resp.ipam_pool.owner_id #=> String
|
39466
|
+
# resp.ipam_pool.ipam_pool_id #=> String
|
39467
|
+
# resp.ipam_pool.source_ipam_pool_id #=> String
|
39468
|
+
# resp.ipam_pool.ipam_pool_arn #=> String
|
39469
|
+
# resp.ipam_pool.ipam_scope_arn #=> String
|
39470
|
+
# resp.ipam_pool.ipam_scope_type #=> String, one of "public", "private"
|
39471
|
+
# resp.ipam_pool.ipam_arn #=> String
|
39472
|
+
# resp.ipam_pool.ipam_region #=> String
|
39473
|
+
# resp.ipam_pool.locale #=> String
|
39474
|
+
# resp.ipam_pool.pool_depth #=> Integer
|
39475
|
+
# resp.ipam_pool.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
39476
|
+
# resp.ipam_pool.state_message #=> String
|
39477
|
+
# resp.ipam_pool.description #=> String
|
39478
|
+
# resp.ipam_pool.auto_import #=> Boolean
|
39479
|
+
# resp.ipam_pool.publicly_advertisable #=> Boolean
|
39480
|
+
# resp.ipam_pool.address_family #=> String, one of "ipv4", "ipv6"
|
39481
|
+
# resp.ipam_pool.allocation_min_netmask_length #=> Integer
|
39482
|
+
# resp.ipam_pool.allocation_max_netmask_length #=> Integer
|
39483
|
+
# resp.ipam_pool.allocation_default_netmask_length #=> Integer
|
39484
|
+
# resp.ipam_pool.allocation_resource_tags #=> Array
|
39485
|
+
# resp.ipam_pool.allocation_resource_tags[0].key #=> String
|
39486
|
+
# resp.ipam_pool.allocation_resource_tags[0].value #=> String
|
39487
|
+
# resp.ipam_pool.tags #=> Array
|
39488
|
+
# resp.ipam_pool.tags[0].key #=> String
|
39489
|
+
# resp.ipam_pool.tags[0].value #=> String
|
39490
|
+
# resp.ipam_pool.aws_service #=> String, one of "ec2"
|
39491
|
+
#
|
39492
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyIpamPool AWS API Documentation
|
39493
|
+
#
|
39494
|
+
# @overload modify_ipam_pool(params = {})
|
39495
|
+
# @param [Hash] params ({})
|
39496
|
+
def modify_ipam_pool(params = {}, options = {})
|
39497
|
+
req = build_request(:modify_ipam_pool, params)
|
39498
|
+
req.send_request(options)
|
39499
|
+
end
|
39500
|
+
|
39501
|
+
# Modify a resource CIDR. You can use this action to transfer resource
|
39502
|
+
# CIDRs between scopes and ignore resource CIDRs that you do not want to
|
39503
|
+
# manage. If set to false, the resource will not be tracked for overlap,
|
39504
|
+
# it cannot be auto-imported into a pool, and it will be removed from
|
39505
|
+
# any pool it has an allocation in.
|
39506
|
+
#
|
39507
|
+
# For more information, see [Move resource CIDRs between
|
39508
|
+
# scopes](/vpc/latest/ipam/move-resource-ipam.html) and [Change the
|
39509
|
+
# monitoring state of resource
|
39510
|
+
# CIDRs](/vpc/latest/ipam/change-monitoring-state-ipam.html) in the
|
39511
|
+
# *Amazon VPC IPAM User Guide*.
|
39512
|
+
#
|
39513
|
+
# @option params [Boolean] :dry_run
|
39514
|
+
# A check for whether you have the required permissions for the action
|
39515
|
+
# without actually making the request and provides an error response. If
|
39516
|
+
# you have the required permissions, the error response is
|
39517
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
39518
|
+
#
|
39519
|
+
# @option params [required, String] :resource_id
|
39520
|
+
# The ID of the resource you want to modify.
|
39521
|
+
#
|
39522
|
+
# @option params [required, String] :resource_cidr
|
39523
|
+
# The CIDR of the resource you want to modify.
|
39524
|
+
#
|
39525
|
+
# @option params [required, String] :resource_region
|
39526
|
+
# The Amazon Web Services Region of the resource you want to modify.
|
39527
|
+
#
|
39528
|
+
# @option params [required, String] :current_ipam_scope_id
|
39529
|
+
# The ID of the current scope that the resource CIDR is in.
|
39530
|
+
#
|
39531
|
+
# @option params [String] :destination_ipam_scope_id
|
39532
|
+
# The ID of the scope you want to transfer the resource CIDR to.
|
39533
|
+
#
|
39534
|
+
# @option params [required, Boolean] :monitored
|
39535
|
+
# Determines if the resource is monitored by IPAM. If a resource is
|
39536
|
+
# monitored, the resource is discovered by IPAM and you can view details
|
39537
|
+
# about the resource’s CIDR.
|
39538
|
+
#
|
39539
|
+
# @return [Types::ModifyIpamResourceCidrResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
39540
|
+
#
|
39541
|
+
# * {Types::ModifyIpamResourceCidrResult#ipam_resource_cidr #ipam_resource_cidr} => Types::IpamResourceCidr
|
39542
|
+
#
|
39543
|
+
# @example Request syntax with placeholder values
|
39544
|
+
#
|
39545
|
+
# resp = client.modify_ipam_resource_cidr({
|
39546
|
+
# dry_run: false,
|
39547
|
+
# resource_id: "String", # required
|
39548
|
+
# resource_cidr: "String", # required
|
39549
|
+
# resource_region: "String", # required
|
39550
|
+
# current_ipam_scope_id: "IpamScopeId", # required
|
39551
|
+
# destination_ipam_scope_id: "IpamScopeId",
|
39552
|
+
# monitored: false, # required
|
39553
|
+
# })
|
39554
|
+
#
|
39555
|
+
# @example Response structure
|
39556
|
+
#
|
39557
|
+
# resp.ipam_resource_cidr.ipam_id #=> String
|
39558
|
+
# resp.ipam_resource_cidr.ipam_scope_id #=> String
|
39559
|
+
# resp.ipam_resource_cidr.ipam_pool_id #=> String
|
39560
|
+
# resp.ipam_resource_cidr.resource_region #=> String
|
39561
|
+
# resp.ipam_resource_cidr.resource_owner_id #=> String
|
39562
|
+
# resp.ipam_resource_cidr.resource_id #=> String
|
39563
|
+
# resp.ipam_resource_cidr.resource_name #=> String
|
39564
|
+
# resp.ipam_resource_cidr.resource_cidr #=> String
|
39565
|
+
# resp.ipam_resource_cidr.resource_type #=> String, one of "vpc", "subnet", "eip", "public-ipv4-pool", "ipv6-pool"
|
39566
|
+
# resp.ipam_resource_cidr.resource_tags #=> Array
|
39567
|
+
# resp.ipam_resource_cidr.resource_tags[0].key #=> String
|
39568
|
+
# resp.ipam_resource_cidr.resource_tags[0].value #=> String
|
39569
|
+
# resp.ipam_resource_cidr.ip_usage #=> Float
|
39570
|
+
# resp.ipam_resource_cidr.compliance_status #=> String, one of "compliant", "noncompliant", "unmanaged", "ignored"
|
39571
|
+
# resp.ipam_resource_cidr.management_state #=> String, one of "managed", "unmanaged", "ignored"
|
39572
|
+
# resp.ipam_resource_cidr.overlap_status #=> String, one of "overlapping", "nonoverlapping", "ignored"
|
39573
|
+
# resp.ipam_resource_cidr.vpc_id #=> String
|
39574
|
+
#
|
39575
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyIpamResourceCidr AWS API Documentation
|
39576
|
+
#
|
39577
|
+
# @overload modify_ipam_resource_cidr(params = {})
|
39578
|
+
# @param [Hash] params ({})
|
39579
|
+
def modify_ipam_resource_cidr(params = {}, options = {})
|
39580
|
+
req = build_request(:modify_ipam_resource_cidr, params)
|
39581
|
+
req.send_request(options)
|
39582
|
+
end
|
39583
|
+
|
39584
|
+
# Modify an IPAM scope.
|
39585
|
+
#
|
39586
|
+
# @option params [Boolean] :dry_run
|
39587
|
+
# A check for whether you have the required permissions for the action
|
39588
|
+
# without actually making the request and provides an error response. If
|
39589
|
+
# you have the required permissions, the error response is
|
39590
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
39591
|
+
#
|
39592
|
+
# @option params [required, String] :ipam_scope_id
|
39593
|
+
# The ID of the scope you want to modify.
|
39594
|
+
#
|
39595
|
+
# @option params [String] :description
|
39596
|
+
# The description of the scope you want to modify.
|
39597
|
+
#
|
39598
|
+
# @return [Types::ModifyIpamScopeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
39599
|
+
#
|
39600
|
+
# * {Types::ModifyIpamScopeResult#ipam_scope #ipam_scope} => Types::IpamScope
|
39601
|
+
#
|
39602
|
+
# @example Request syntax with placeholder values
|
39603
|
+
#
|
39604
|
+
# resp = client.modify_ipam_scope({
|
39605
|
+
# dry_run: false,
|
39606
|
+
# ipam_scope_id: "IpamScopeId", # required
|
39607
|
+
# description: "String",
|
39608
|
+
# })
|
39609
|
+
#
|
39610
|
+
# @example Response structure
|
39611
|
+
#
|
39612
|
+
# resp.ipam_scope.owner_id #=> String
|
39613
|
+
# resp.ipam_scope.ipam_scope_id #=> String
|
39614
|
+
# resp.ipam_scope.ipam_scope_arn #=> String
|
39615
|
+
# resp.ipam_scope.ipam_arn #=> String
|
39616
|
+
# resp.ipam_scope.ipam_region #=> String
|
39617
|
+
# resp.ipam_scope.ipam_scope_type #=> String, one of "public", "private"
|
39618
|
+
# resp.ipam_scope.is_default #=> Boolean
|
39619
|
+
# resp.ipam_scope.description #=> String
|
39620
|
+
# resp.ipam_scope.pool_count #=> Integer
|
39621
|
+
# resp.ipam_scope.state #=> String, one of "create-in-progress", "create-complete", "create-failed", "modify-in-progress", "modify-complete", "modify-failed", "delete-in-progress", "delete-complete", "delete-failed"
|
39622
|
+
# resp.ipam_scope.tags #=> Array
|
39623
|
+
# resp.ipam_scope.tags[0].key #=> String
|
39624
|
+
# resp.ipam_scope.tags[0].value #=> String
|
39625
|
+
#
|
39626
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyIpamScope AWS API Documentation
|
39627
|
+
#
|
39628
|
+
# @overload modify_ipam_scope(params = {})
|
39629
|
+
# @param [Hash] params ({})
|
39630
|
+
def modify_ipam_scope(params = {}, options = {})
|
39631
|
+
req = build_request(:modify_ipam_scope, params)
|
39632
|
+
req.send_request(options)
|
39633
|
+
end
|
39634
|
+
|
36968
39635
|
# Modifies a launch template. You can specify which version of the
|
36969
39636
|
# launch template to set as the default version. When launching an
|
36970
39637
|
# instance, the default version applies when a launch template version
|
@@ -38892,6 +41559,47 @@ module Aws::EC2
|
|
38892
41559
|
req.send_request(options)
|
38893
41560
|
end
|
38894
41561
|
|
41562
|
+
# Modifies the payer responsibility for your VPC endpoint service.
|
41563
|
+
#
|
41564
|
+
# @option params [Boolean] :dry_run
|
41565
|
+
# Checks whether you have the required permissions for the action,
|
41566
|
+
# without actually making the request, and provides an error response.
|
41567
|
+
# If you have the required permissions, the error response is
|
41568
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
41569
|
+
#
|
41570
|
+
# @option params [required, String] :service_id
|
41571
|
+
# The ID of the service.
|
41572
|
+
#
|
41573
|
+
# @option params [required, String] :payer_responsibility
|
41574
|
+
# The entity that is responsible for the endpoint costs. The default is
|
41575
|
+
# the endpoint owner. If you set the payer responsibility to the service
|
41576
|
+
# owner, you cannot set it back to the endpoint owner.
|
41577
|
+
#
|
41578
|
+
# @return [Types::ModifyVpcEndpointServicePayerResponsibilityResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
41579
|
+
#
|
41580
|
+
# * {Types::ModifyVpcEndpointServicePayerResponsibilityResult#return_value #return_value} => Boolean
|
41581
|
+
#
|
41582
|
+
# @example Request syntax with placeholder values
|
41583
|
+
#
|
41584
|
+
# resp = client.modify_vpc_endpoint_service_payer_responsibility({
|
41585
|
+
# dry_run: false,
|
41586
|
+
# service_id: "VpcEndpointServiceId", # required
|
41587
|
+
# payer_responsibility: "ServiceOwner", # required, accepts ServiceOwner
|
41588
|
+
# })
|
41589
|
+
#
|
41590
|
+
# @example Response structure
|
41591
|
+
#
|
41592
|
+
# resp.return_value #=> Boolean
|
41593
|
+
#
|
41594
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyVpcEndpointServicePayerResponsibility AWS API Documentation
|
41595
|
+
#
|
41596
|
+
# @overload modify_vpc_endpoint_service_payer_responsibility(params = {})
|
41597
|
+
# @param [Hash] params ({})
|
41598
|
+
def modify_vpc_endpoint_service_payer_responsibility(params = {}, options = {})
|
41599
|
+
req = build_request(:modify_vpc_endpoint_service_payer_responsibility, params)
|
41600
|
+
req.send_request(options)
|
41601
|
+
end
|
41602
|
+
|
38895
41603
|
# Modifies the permissions for your [VPC endpoint service][1]. You can
|
38896
41604
|
# add or remove permissions for service consumers (IAM users, IAM roles,
|
38897
41605
|
# and Amazon Web Services accounts) to connect to your endpoint service.
|
@@ -39719,6 +42427,52 @@ module Aws::EC2
|
|
39719
42427
|
req.send_request(options)
|
39720
42428
|
end
|
39721
42429
|
|
42430
|
+
# Move an BYOIP IPv4 CIDR to IPAM from a public IPv4 pool.
|
42431
|
+
#
|
42432
|
+
# @option params [Boolean] :dry_run
|
42433
|
+
# A check for whether you have the required permissions for the action
|
42434
|
+
# without actually making the request and provides an error response. If
|
42435
|
+
# you have the required permissions, the error response is
|
42436
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
42437
|
+
#
|
42438
|
+
# @option params [String] :cidr
|
42439
|
+
# The BYOIP CIDR.
|
42440
|
+
#
|
42441
|
+
# @option params [String] :ipam_pool_id
|
42442
|
+
# The IPAM pool ID.
|
42443
|
+
#
|
42444
|
+
# @option params [String] :ipam_pool_owner
|
42445
|
+
# The Amazon Web Services account ID of the owner of the IPAM pool.
|
42446
|
+
#
|
42447
|
+
# @return [Types::MoveByoipCidrToIpamResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
42448
|
+
#
|
42449
|
+
# * {Types::MoveByoipCidrToIpamResult#byoip_cidr #byoip_cidr} => Types::ByoipCidr
|
42450
|
+
#
|
42451
|
+
# @example Request syntax with placeholder values
|
42452
|
+
#
|
42453
|
+
# resp = client.move_byoip_cidr_to_ipam({
|
42454
|
+
# dry_run: false,
|
42455
|
+
# cidr: "String",
|
42456
|
+
# ipam_pool_id: "IpamPoolId",
|
42457
|
+
# ipam_pool_owner: "String",
|
42458
|
+
# })
|
42459
|
+
#
|
42460
|
+
# @example Response structure
|
42461
|
+
#
|
42462
|
+
# resp.byoip_cidr.cidr #=> String
|
42463
|
+
# resp.byoip_cidr.description #=> String
|
42464
|
+
# resp.byoip_cidr.status_message #=> String
|
42465
|
+
# resp.byoip_cidr.state #=> String, one of "advertised", "deprovisioned", "failed-deprovision", "failed-provision", "pending-deprovision", "pending-provision", "provisioned", "provisioned-not-publicly-advertisable"
|
42466
|
+
#
|
42467
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/MoveByoipCidrToIpam AWS API Documentation
|
42468
|
+
#
|
42469
|
+
# @overload move_byoip_cidr_to_ipam(params = {})
|
42470
|
+
# @param [Hash] params ({})
|
42471
|
+
def move_byoip_cidr_to_ipam(params = {}, options = {})
|
42472
|
+
req = build_request(:move_byoip_cidr_to_ipam, params)
|
42473
|
+
req.send_request(options)
|
42474
|
+
end
|
42475
|
+
|
39722
42476
|
# Provisions an IPv4 or IPv6 address range for use with your Amazon Web
|
39723
42477
|
# Services resources through bring your own IP addresses (BYOIP) and
|
39724
42478
|
# creates a corresponding address pool. After the address range is
|
@@ -39792,7 +42546,7 @@ module Aws::EC2
|
|
39792
42546
|
# dry_run: false,
|
39793
42547
|
# pool_tag_specifications: [
|
39794
42548
|
# {
|
39795
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
42549
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
39796
42550
|
# tags: [
|
39797
42551
|
# {
|
39798
42552
|
# key: "String",
|
@@ -39820,6 +42574,116 @@ module Aws::EC2
|
|
39820
42574
|
req.send_request(options)
|
39821
42575
|
end
|
39822
42576
|
|
42577
|
+
# Provision a CIDR to an IPAM pool. You can use thsi action to provision
|
42578
|
+
# new CIDRs to a top-level pool or to transfer a CIDR from a top-level
|
42579
|
+
# pool to a pool within it.
|
42580
|
+
#
|
42581
|
+
# For more information, see [Provision CIDRs to
|
42582
|
+
# pools](/vpc/latest/ipam/prov-cidr-ipam.html) in the *Amazon VPC IPAM
|
42583
|
+
# User Guide*.
|
42584
|
+
#
|
42585
|
+
# @option params [Boolean] :dry_run
|
42586
|
+
# A check for whether you have the required permissions for the action
|
42587
|
+
# without actually making the request and provides an error response. If
|
42588
|
+
# you have the required permissions, the error response is
|
42589
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
42590
|
+
#
|
42591
|
+
# @option params [required, String] :ipam_pool_id
|
42592
|
+
# The ID of the IPAM pool to which you want to assign a CIDR.
|
42593
|
+
#
|
42594
|
+
# @option params [String] :cidr
|
42595
|
+
# The CIDR you want to assign to the IPAM pool.
|
42596
|
+
#
|
42597
|
+
# @option params [Types::IpamCidrAuthorizationContext] :cidr_authorization_context
|
42598
|
+
# A signed document that proves that you are authorized to bring a
|
42599
|
+
# specified IP address range to Amazon using BYOIP. This option applies
|
42600
|
+
# to public pools only.
|
42601
|
+
#
|
42602
|
+
# @return [Types::ProvisionIpamPoolCidrResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
42603
|
+
#
|
42604
|
+
# * {Types::ProvisionIpamPoolCidrResult#ipam_pool_cidr #ipam_pool_cidr} => Types::IpamPoolCidr
|
42605
|
+
#
|
42606
|
+
# @example Request syntax with placeholder values
|
42607
|
+
#
|
42608
|
+
# resp = client.provision_ipam_pool_cidr({
|
42609
|
+
# dry_run: false,
|
42610
|
+
# ipam_pool_id: "IpamPoolId", # required
|
42611
|
+
# cidr: "String",
|
42612
|
+
# cidr_authorization_context: {
|
42613
|
+
# message: "String",
|
42614
|
+
# signature: "String",
|
42615
|
+
# },
|
42616
|
+
# })
|
42617
|
+
#
|
42618
|
+
# @example Response structure
|
42619
|
+
#
|
42620
|
+
# resp.ipam_pool_cidr.cidr #=> String
|
42621
|
+
# resp.ipam_pool_cidr.state #=> String, one of "pending-provision", "provisioned", "failed-provision", "pending-deprovision", "deprovisioned", "failed-deprovision", "pending-import", "failed-import"
|
42622
|
+
# resp.ipam_pool_cidr.failure_reason.code #=> String, one of "cidr-not-available"
|
42623
|
+
# resp.ipam_pool_cidr.failure_reason.message #=> String
|
42624
|
+
#
|
42625
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ProvisionIpamPoolCidr AWS API Documentation
|
42626
|
+
#
|
42627
|
+
# @overload provision_ipam_pool_cidr(params = {})
|
42628
|
+
# @param [Hash] params ({})
|
42629
|
+
def provision_ipam_pool_cidr(params = {}, options = {})
|
42630
|
+
req = build_request(:provision_ipam_pool_cidr, params)
|
42631
|
+
req.send_request(options)
|
42632
|
+
end
|
42633
|
+
|
42634
|
+
# Provision a CIDR to a public IPv4 pool.
|
42635
|
+
#
|
42636
|
+
# For more information about IPAM, see [What is
|
42637
|
+
# IPAM?](/vpc/latest/ipam/what-is-it-ipam.html) in the *Amazon VPC IPAM
|
42638
|
+
# User Guide*.
|
42639
|
+
#
|
42640
|
+
# @option params [Boolean] :dry_run
|
42641
|
+
# A check for whether you have the required permissions for the action
|
42642
|
+
# without actually making the request and provides an error response. If
|
42643
|
+
# you have the required permissions, the error response is
|
42644
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
42645
|
+
#
|
42646
|
+
# @option params [required, String] :ipam_pool_id
|
42647
|
+
# The ID of the IPAM pool you would like to use to allocate this CIDR.
|
42648
|
+
#
|
42649
|
+
# @option params [required, String] :pool_id
|
42650
|
+
# The ID of the public IPv4 pool you would like to use for this CIDR.
|
42651
|
+
#
|
42652
|
+
# @option params [required, Integer] :netmask_length
|
42653
|
+
# The netmask length of the CIDR you would like to allocate to the
|
42654
|
+
# public IPv4 pool.
|
42655
|
+
#
|
42656
|
+
# @return [Types::ProvisionPublicIpv4PoolCidrResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
42657
|
+
#
|
42658
|
+
# * {Types::ProvisionPublicIpv4PoolCidrResult#pool_id #pool_id} => String
|
42659
|
+
# * {Types::ProvisionPublicIpv4PoolCidrResult#pool_address_range #pool_address_range} => Types::PublicIpv4PoolRange
|
42660
|
+
#
|
42661
|
+
# @example Request syntax with placeholder values
|
42662
|
+
#
|
42663
|
+
# resp = client.provision_public_ipv_4_pool_cidr({
|
42664
|
+
# dry_run: false,
|
42665
|
+
# ipam_pool_id: "IpamPoolId", # required
|
42666
|
+
# pool_id: "Ipv4PoolEc2Id", # required
|
42667
|
+
# netmask_length: 1, # required
|
42668
|
+
# })
|
42669
|
+
#
|
42670
|
+
# @example Response structure
|
42671
|
+
#
|
42672
|
+
# resp.pool_id #=> String
|
42673
|
+
# resp.pool_address_range.first_address #=> String
|
42674
|
+
# resp.pool_address_range.last_address #=> String
|
42675
|
+
# resp.pool_address_range.address_count #=> Integer
|
42676
|
+
# resp.pool_address_range.available_address_count #=> Integer
|
42677
|
+
#
|
42678
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ProvisionPublicIpv4PoolCidr AWS API Documentation
|
42679
|
+
#
|
42680
|
+
# @overload provision_public_ipv_4_pool_cidr(params = {})
|
42681
|
+
# @param [Hash] params ({})
|
42682
|
+
def provision_public_ipv_4_pool_cidr(params = {}, options = {})
|
42683
|
+
req = build_request(:provision_public_ipv_4_pool_cidr, params)
|
42684
|
+
req.send_request(options)
|
42685
|
+
end
|
42686
|
+
|
39823
42687
|
# Purchase a reservation with configurations that match those of your
|
39824
42688
|
# Dedicated Host. You must have active Dedicated Hosts in your account
|
39825
42689
|
# before you purchase a reservation. This action results in the
|
@@ -39876,7 +42740,7 @@ module Aws::EC2
|
|
39876
42740
|
# offering_id: "OfferingId", # required
|
39877
42741
|
# tag_specifications: [
|
39878
42742
|
# {
|
39879
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
42743
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
39880
42744
|
# tags: [
|
39881
42745
|
# {
|
39882
42746
|
# key: "String",
|
@@ -40906,6 +43770,59 @@ module Aws::EC2
|
|
40906
43770
|
req.send_request(options)
|
40907
43771
|
end
|
40908
43772
|
|
43773
|
+
# Release an allocation within an IPAM pool. You can only use this
|
43774
|
+
# action to release manual allocations. To remove an allocation for a
|
43775
|
+
# resource without deleting the resource, set its monitored state to
|
43776
|
+
# false using [ModifyIpamResourceCidr][1]. For more information, see
|
43777
|
+
# [Release an allocation](/vpc/latest/ipam/release-pool-alloc-ipam.html)
|
43778
|
+
# in the *Amazon VPC IPAM User Guide*.
|
43779
|
+
#
|
43780
|
+
#
|
43781
|
+
#
|
43782
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyIpamResourceCidr.html
|
43783
|
+
#
|
43784
|
+
# @option params [Boolean] :dry_run
|
43785
|
+
# A check for whether you have the required permissions for the action
|
43786
|
+
# without actually making the request and provides an error response. If
|
43787
|
+
# you have the required permissions, the error response is
|
43788
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
43789
|
+
#
|
43790
|
+
# @option params [required, String] :ipam_pool_id
|
43791
|
+
# The ID of the IPAM pool which contains the allocation you want to
|
43792
|
+
# release.
|
43793
|
+
#
|
43794
|
+
# @option params [required, String] :cidr
|
43795
|
+
# The CIDR of the allocation you want to release.
|
43796
|
+
#
|
43797
|
+
# @option params [String] :ipam_pool_allocation_id
|
43798
|
+
# The ID of the allocation.
|
43799
|
+
#
|
43800
|
+
# @return [Types::ReleaseIpamPoolAllocationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
43801
|
+
#
|
43802
|
+
# * {Types::ReleaseIpamPoolAllocationResult#success #success} => Boolean
|
43803
|
+
#
|
43804
|
+
# @example Request syntax with placeholder values
|
43805
|
+
#
|
43806
|
+
# resp = client.release_ipam_pool_allocation({
|
43807
|
+
# dry_run: false,
|
43808
|
+
# ipam_pool_id: "IpamPoolId", # required
|
43809
|
+
# cidr: "String", # required
|
43810
|
+
# ipam_pool_allocation_id: "IpamPoolAllocationId",
|
43811
|
+
# })
|
43812
|
+
#
|
43813
|
+
# @example Response structure
|
43814
|
+
#
|
43815
|
+
# resp.success #=> Boolean
|
43816
|
+
#
|
43817
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ReleaseIpamPoolAllocation AWS API Documentation
|
43818
|
+
#
|
43819
|
+
# @overload release_ipam_pool_allocation(params = {})
|
43820
|
+
# @param [Hash] params ({})
|
43821
|
+
def release_ipam_pool_allocation(params = {}, options = {})
|
43822
|
+
req = build_request(:release_ipam_pool_allocation, params)
|
43823
|
+
req.send_request(options)
|
43824
|
+
end
|
43825
|
+
|
40909
43826
|
# Replaces an IAM instance profile for the specified running instance.
|
40910
43827
|
# You can use this action to change the IAM instance profile that's
|
40911
43828
|
# associated with an instance without having to disassociate the
|
@@ -41751,7 +44668,7 @@ module Aws::EC2
|
|
41751
44668
|
# weighted_capacity: 1.0,
|
41752
44669
|
# tag_specifications: [
|
41753
44670
|
# {
|
41754
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
44671
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
41755
44672
|
# tags: [
|
41756
44673
|
# {
|
41757
44674
|
# key: "String",
|
@@ -41907,7 +44824,7 @@ module Aws::EC2
|
|
41907
44824
|
# target_capacity_unit_type: "vcpu", # accepts vcpu, memory-mib, units
|
41908
44825
|
# tag_specifications: [
|
41909
44826
|
# {
|
41910
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
44827
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
41911
44828
|
# tags: [
|
41912
44829
|
# {
|
41913
44830
|
# key: "String",
|
@@ -42196,7 +45113,7 @@ module Aws::EC2
|
|
42196
45113
|
# valid_until: Time.now,
|
42197
45114
|
# tag_specifications: [
|
42198
45115
|
# {
|
42199
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
45116
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
42200
45117
|
# tags: [
|
42201
45118
|
# {
|
42202
45119
|
# key: "String",
|
@@ -43822,7 +46739,7 @@ module Aws::EC2
|
|
43822
46739
|
# ],
|
43823
46740
|
# tag_specifications: [
|
43824
46741
|
# {
|
43825
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
46742
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
43826
46743
|
# tags: [
|
43827
46744
|
# {
|
43828
46745
|
# key: "String",
|
@@ -44639,6 +47556,80 @@ module Aws::EC2
|
|
44639
47556
|
req.send_request(options)
|
44640
47557
|
end
|
44641
47558
|
|
47559
|
+
# Starts analyzing the specified Network Access Scope.
|
47560
|
+
#
|
47561
|
+
# @option params [required, String] :network_insights_access_scope_id
|
47562
|
+
# The ID of the Network Access Scope.
|
47563
|
+
#
|
47564
|
+
# @option params [Boolean] :dry_run
|
47565
|
+
# Checks whether you have the required permissions for the action,
|
47566
|
+
# without actually making the request, and provides an error response.
|
47567
|
+
# If you have the required permissions, the error response is
|
47568
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
47569
|
+
#
|
47570
|
+
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
47571
|
+
# The tags to apply.
|
47572
|
+
#
|
47573
|
+
# @option params [required, String] :client_token
|
47574
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
47575
|
+
# idempotency of the request. For more information, see [How to ensure
|
47576
|
+
# idempotency][1].
|
47577
|
+
#
|
47578
|
+
# **A suitable default value is auto-generated.** You should normally
|
47579
|
+
# not need to pass this option.**
|
47580
|
+
#
|
47581
|
+
#
|
47582
|
+
#
|
47583
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
47584
|
+
#
|
47585
|
+
# @return [Types::StartNetworkInsightsAccessScopeAnalysisResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
47586
|
+
#
|
47587
|
+
# * {Types::StartNetworkInsightsAccessScopeAnalysisResult#network_insights_access_scope_analysis #network_insights_access_scope_analysis} => Types::NetworkInsightsAccessScopeAnalysis
|
47588
|
+
#
|
47589
|
+
# @example Request syntax with placeholder values
|
47590
|
+
#
|
47591
|
+
# resp = client.start_network_insights_access_scope_analysis({
|
47592
|
+
# network_insights_access_scope_id: "NetworkInsightsAccessScopeId", # required
|
47593
|
+
# dry_run: false,
|
47594
|
+
# tag_specifications: [
|
47595
|
+
# {
|
47596
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
47597
|
+
# tags: [
|
47598
|
+
# {
|
47599
|
+
# key: "String",
|
47600
|
+
# value: "String",
|
47601
|
+
# },
|
47602
|
+
# ],
|
47603
|
+
# },
|
47604
|
+
# ],
|
47605
|
+
# client_token: "String", # required
|
47606
|
+
# })
|
47607
|
+
#
|
47608
|
+
# @example Response structure
|
47609
|
+
#
|
47610
|
+
# resp.network_insights_access_scope_analysis.network_insights_access_scope_analysis_id #=> String
|
47611
|
+
# resp.network_insights_access_scope_analysis.network_insights_access_scope_analysis_arn #=> String
|
47612
|
+
# resp.network_insights_access_scope_analysis.network_insights_access_scope_id #=> String
|
47613
|
+
# resp.network_insights_access_scope_analysis.status #=> String, one of "running", "succeeded", "failed"
|
47614
|
+
# resp.network_insights_access_scope_analysis.status_message #=> String
|
47615
|
+
# resp.network_insights_access_scope_analysis.warning_message #=> String
|
47616
|
+
# resp.network_insights_access_scope_analysis.start_date #=> Time
|
47617
|
+
# resp.network_insights_access_scope_analysis.end_date #=> Time
|
47618
|
+
# resp.network_insights_access_scope_analysis.findings_found #=> String, one of "true", "false", "unknown"
|
47619
|
+
# resp.network_insights_access_scope_analysis.analyzed_eni_count #=> Integer
|
47620
|
+
# resp.network_insights_access_scope_analysis.tags #=> Array
|
47621
|
+
# resp.network_insights_access_scope_analysis.tags[0].key #=> String
|
47622
|
+
# resp.network_insights_access_scope_analysis.tags[0].value #=> String
|
47623
|
+
#
|
47624
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StartNetworkInsightsAccessScopeAnalysis AWS API Documentation
|
47625
|
+
#
|
47626
|
+
# @overload start_network_insights_access_scope_analysis(params = {})
|
47627
|
+
# @param [Hash] params ({})
|
47628
|
+
def start_network_insights_access_scope_analysis(params = {}, options = {})
|
47629
|
+
req = build_request(:start_network_insights_access_scope_analysis, params)
|
47630
|
+
req.send_request(options)
|
47631
|
+
end
|
47632
|
+
|
44642
47633
|
# Starts analyzing the specified path. If the path is reachable, the
|
44643
47634
|
# operation returns the shortest feasible path.
|
44644
47635
|
#
|
@@ -44682,7 +47673,7 @@ module Aws::EC2
|
|
44682
47673
|
# dry_run: false,
|
44683
47674
|
# tag_specifications: [
|
44684
47675
|
# {
|
44685
|
-
# 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, 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, 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, traffic-mirror-filter, traffic-mirror-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
|
47676
|
+
# 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, traffic-mirror-filter, traffic-mirror-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
|
44686
47677
|
# tags: [
|
44687
47678
|
# {
|
44688
47679
|
# key: "String",
|
@@ -44704,6 +47695,7 @@ module Aws::EC2
|
|
44704
47695
|
# resp.network_insights_analysis.start_date #=> Time
|
44705
47696
|
# resp.network_insights_analysis.status #=> String, one of "running", "succeeded", "failed"
|
44706
47697
|
# resp.network_insights_analysis.status_message #=> String
|
47698
|
+
# resp.network_insights_analysis.warning_message #=> String
|
44707
47699
|
# resp.network_insights_analysis.network_path_found #=> Boolean
|
44708
47700
|
# resp.network_insights_analysis.forward_path_components #=> Array
|
44709
47701
|
# resp.network_insights_analysis.forward_path_components[0].sequence_number #=> Integer
|
@@ -44714,10 +47706,15 @@ module Aws::EC2
|
|
44714
47706
|
# resp.network_insights_analysis.forward_path_components[0].acl_rule.protocol #=> String
|
44715
47707
|
# resp.network_insights_analysis.forward_path_components[0].acl_rule.rule_action #=> String
|
44716
47708
|
# resp.network_insights_analysis.forward_path_components[0].acl_rule.rule_number #=> Integer
|
47709
|
+
# resp.network_insights_analysis.forward_path_components[0].attached_to.id #=> String
|
47710
|
+
# resp.network_insights_analysis.forward_path_components[0].attached_to.arn #=> String
|
47711
|
+
# resp.network_insights_analysis.forward_path_components[0].attached_to.name #=> String
|
44717
47712
|
# resp.network_insights_analysis.forward_path_components[0].component.id #=> String
|
44718
47713
|
# resp.network_insights_analysis.forward_path_components[0].component.arn #=> String
|
47714
|
+
# resp.network_insights_analysis.forward_path_components[0].component.name #=> String
|
44719
47715
|
# resp.network_insights_analysis.forward_path_components[0].destination_vpc.id #=> String
|
44720
47716
|
# resp.network_insights_analysis.forward_path_components[0].destination_vpc.arn #=> String
|
47717
|
+
# resp.network_insights_analysis.forward_path_components[0].destination_vpc.name #=> String
|
44721
47718
|
# resp.network_insights_analysis.forward_path_components[0].outbound_header.destination_addresses #=> Array
|
44722
47719
|
# resp.network_insights_analysis.forward_path_components[0].outbound_header.destination_addresses[0] #=> String
|
44723
47720
|
# resp.network_insights_analysis.forward_path_components[0].outbound_header.destination_port_ranges #=> Array
|
@@ -44759,10 +47756,13 @@ module Aws::EC2
|
|
44759
47756
|
# resp.network_insights_analysis.forward_path_components[0].security_group_rule.protocol #=> String
|
44760
47757
|
# resp.network_insights_analysis.forward_path_components[0].source_vpc.id #=> String
|
44761
47758
|
# resp.network_insights_analysis.forward_path_components[0].source_vpc.arn #=> String
|
47759
|
+
# resp.network_insights_analysis.forward_path_components[0].source_vpc.name #=> String
|
44762
47760
|
# resp.network_insights_analysis.forward_path_components[0].subnet.id #=> String
|
44763
47761
|
# resp.network_insights_analysis.forward_path_components[0].subnet.arn #=> String
|
47762
|
+
# resp.network_insights_analysis.forward_path_components[0].subnet.name #=> String
|
44764
47763
|
# resp.network_insights_analysis.forward_path_components[0].vpc.id #=> String
|
44765
47764
|
# resp.network_insights_analysis.forward_path_components[0].vpc.arn #=> String
|
47765
|
+
# resp.network_insights_analysis.forward_path_components[0].vpc.name #=> String
|
44766
47766
|
# resp.network_insights_analysis.return_path_components #=> Array
|
44767
47767
|
# resp.network_insights_analysis.return_path_components[0].sequence_number #=> Integer
|
44768
47768
|
# resp.network_insights_analysis.return_path_components[0].acl_rule.cidr #=> String
|
@@ -44772,10 +47772,15 @@ module Aws::EC2
|
|
44772
47772
|
# resp.network_insights_analysis.return_path_components[0].acl_rule.protocol #=> String
|
44773
47773
|
# resp.network_insights_analysis.return_path_components[0].acl_rule.rule_action #=> String
|
44774
47774
|
# resp.network_insights_analysis.return_path_components[0].acl_rule.rule_number #=> Integer
|
47775
|
+
# resp.network_insights_analysis.return_path_components[0].attached_to.id #=> String
|
47776
|
+
# resp.network_insights_analysis.return_path_components[0].attached_to.arn #=> String
|
47777
|
+
# resp.network_insights_analysis.return_path_components[0].attached_to.name #=> String
|
44775
47778
|
# resp.network_insights_analysis.return_path_components[0].component.id #=> String
|
44776
47779
|
# resp.network_insights_analysis.return_path_components[0].component.arn #=> String
|
47780
|
+
# resp.network_insights_analysis.return_path_components[0].component.name #=> String
|
44777
47781
|
# resp.network_insights_analysis.return_path_components[0].destination_vpc.id #=> String
|
44778
47782
|
# resp.network_insights_analysis.return_path_components[0].destination_vpc.arn #=> String
|
47783
|
+
# resp.network_insights_analysis.return_path_components[0].destination_vpc.name #=> String
|
44779
47784
|
# resp.network_insights_analysis.return_path_components[0].outbound_header.destination_addresses #=> Array
|
44780
47785
|
# resp.network_insights_analysis.return_path_components[0].outbound_header.destination_addresses[0] #=> String
|
44781
47786
|
# resp.network_insights_analysis.return_path_components[0].outbound_header.destination_port_ranges #=> Array
|
@@ -44817,13 +47822,17 @@ module Aws::EC2
|
|
44817
47822
|
# resp.network_insights_analysis.return_path_components[0].security_group_rule.protocol #=> String
|
44818
47823
|
# resp.network_insights_analysis.return_path_components[0].source_vpc.id #=> String
|
44819
47824
|
# resp.network_insights_analysis.return_path_components[0].source_vpc.arn #=> String
|
47825
|
+
# resp.network_insights_analysis.return_path_components[0].source_vpc.name #=> String
|
44820
47826
|
# resp.network_insights_analysis.return_path_components[0].subnet.id #=> String
|
44821
47827
|
# resp.network_insights_analysis.return_path_components[0].subnet.arn #=> String
|
47828
|
+
# resp.network_insights_analysis.return_path_components[0].subnet.name #=> String
|
44822
47829
|
# resp.network_insights_analysis.return_path_components[0].vpc.id #=> String
|
44823
47830
|
# resp.network_insights_analysis.return_path_components[0].vpc.arn #=> String
|
47831
|
+
# resp.network_insights_analysis.return_path_components[0].vpc.name #=> String
|
44824
47832
|
# resp.network_insights_analysis.explanations #=> Array
|
44825
47833
|
# resp.network_insights_analysis.explanations[0].acl.id #=> String
|
44826
47834
|
# resp.network_insights_analysis.explanations[0].acl.arn #=> String
|
47835
|
+
# resp.network_insights_analysis.explanations[0].acl.name #=> String
|
44827
47836
|
# resp.network_insights_analysis.explanations[0].acl_rule.cidr #=> String
|
44828
47837
|
# resp.network_insights_analysis.explanations[0].acl_rule.egress #=> Boolean
|
44829
47838
|
# resp.network_insights_analysis.explanations[0].acl_rule.port_range.from #=> Integer
|
@@ -44836,24 +47845,31 @@ module Aws::EC2
|
|
44836
47845
|
# resp.network_insights_analysis.explanations[0].addresses[0] #=> String
|
44837
47846
|
# resp.network_insights_analysis.explanations[0].attached_to.id #=> String
|
44838
47847
|
# resp.network_insights_analysis.explanations[0].attached_to.arn #=> String
|
47848
|
+
# resp.network_insights_analysis.explanations[0].attached_to.name #=> String
|
44839
47849
|
# resp.network_insights_analysis.explanations[0].availability_zones #=> Array
|
44840
47850
|
# resp.network_insights_analysis.explanations[0].availability_zones[0] #=> String
|
44841
47851
|
# resp.network_insights_analysis.explanations[0].cidrs #=> Array
|
44842
47852
|
# resp.network_insights_analysis.explanations[0].cidrs[0] #=> String
|
44843
47853
|
# resp.network_insights_analysis.explanations[0].component.id #=> String
|
44844
47854
|
# resp.network_insights_analysis.explanations[0].component.arn #=> String
|
47855
|
+
# resp.network_insights_analysis.explanations[0].component.name #=> String
|
44845
47856
|
# resp.network_insights_analysis.explanations[0].customer_gateway.id #=> String
|
44846
47857
|
# resp.network_insights_analysis.explanations[0].customer_gateway.arn #=> String
|
47858
|
+
# resp.network_insights_analysis.explanations[0].customer_gateway.name #=> String
|
44847
47859
|
# resp.network_insights_analysis.explanations[0].destination.id #=> String
|
44848
47860
|
# resp.network_insights_analysis.explanations[0].destination.arn #=> String
|
47861
|
+
# resp.network_insights_analysis.explanations[0].destination.name #=> String
|
44849
47862
|
# resp.network_insights_analysis.explanations[0].destination_vpc.id #=> String
|
44850
47863
|
# resp.network_insights_analysis.explanations[0].destination_vpc.arn #=> String
|
47864
|
+
# resp.network_insights_analysis.explanations[0].destination_vpc.name #=> String
|
44851
47865
|
# resp.network_insights_analysis.explanations[0].direction #=> String
|
44852
47866
|
# resp.network_insights_analysis.explanations[0].explanation_code #=> String
|
44853
47867
|
# resp.network_insights_analysis.explanations[0].ingress_route_table.id #=> String
|
44854
47868
|
# resp.network_insights_analysis.explanations[0].ingress_route_table.arn #=> String
|
47869
|
+
# resp.network_insights_analysis.explanations[0].ingress_route_table.name #=> String
|
44855
47870
|
# resp.network_insights_analysis.explanations[0].internet_gateway.id #=> String
|
44856
47871
|
# resp.network_insights_analysis.explanations[0].internet_gateway.arn #=> String
|
47872
|
+
# resp.network_insights_analysis.explanations[0].internet_gateway.name #=> String
|
44857
47873
|
# resp.network_insights_analysis.explanations[0].load_balancer_arn #=> String
|
44858
47874
|
# resp.network_insights_analysis.explanations[0].classic_load_balancer_listener.load_balancer_port #=> Integer
|
44859
47875
|
# resp.network_insights_analysis.explanations[0].classic_load_balancer_listener.instance_port #=> Integer
|
@@ -44862,29 +47878,37 @@ module Aws::EC2
|
|
44862
47878
|
# resp.network_insights_analysis.explanations[0].load_balancer_target.availability_zone #=> String
|
44863
47879
|
# resp.network_insights_analysis.explanations[0].load_balancer_target.instance.id #=> String
|
44864
47880
|
# resp.network_insights_analysis.explanations[0].load_balancer_target.instance.arn #=> String
|
47881
|
+
# resp.network_insights_analysis.explanations[0].load_balancer_target.instance.name #=> String
|
44865
47882
|
# resp.network_insights_analysis.explanations[0].load_balancer_target.port #=> Integer
|
44866
47883
|
# resp.network_insights_analysis.explanations[0].load_balancer_target_group.id #=> String
|
44867
47884
|
# resp.network_insights_analysis.explanations[0].load_balancer_target_group.arn #=> String
|
47885
|
+
# resp.network_insights_analysis.explanations[0].load_balancer_target_group.name #=> String
|
44868
47886
|
# resp.network_insights_analysis.explanations[0].load_balancer_target_groups #=> Array
|
44869
47887
|
# resp.network_insights_analysis.explanations[0].load_balancer_target_groups[0].id #=> String
|
44870
47888
|
# resp.network_insights_analysis.explanations[0].load_balancer_target_groups[0].arn #=> String
|
47889
|
+
# resp.network_insights_analysis.explanations[0].load_balancer_target_groups[0].name #=> String
|
44871
47890
|
# resp.network_insights_analysis.explanations[0].load_balancer_target_port #=> Integer
|
44872
47891
|
# resp.network_insights_analysis.explanations[0].elastic_load_balancer_listener.id #=> String
|
44873
47892
|
# resp.network_insights_analysis.explanations[0].elastic_load_balancer_listener.arn #=> String
|
47893
|
+
# resp.network_insights_analysis.explanations[0].elastic_load_balancer_listener.name #=> String
|
44874
47894
|
# resp.network_insights_analysis.explanations[0].missing_component #=> String
|
44875
47895
|
# resp.network_insights_analysis.explanations[0].nat_gateway.id #=> String
|
44876
47896
|
# resp.network_insights_analysis.explanations[0].nat_gateway.arn #=> String
|
47897
|
+
# resp.network_insights_analysis.explanations[0].nat_gateway.name #=> String
|
44877
47898
|
# resp.network_insights_analysis.explanations[0].network_interface.id #=> String
|
44878
47899
|
# resp.network_insights_analysis.explanations[0].network_interface.arn #=> String
|
47900
|
+
# resp.network_insights_analysis.explanations[0].network_interface.name #=> String
|
44879
47901
|
# resp.network_insights_analysis.explanations[0].packet_field #=> String
|
44880
47902
|
# resp.network_insights_analysis.explanations[0].vpc_peering_connection.id #=> String
|
44881
47903
|
# resp.network_insights_analysis.explanations[0].vpc_peering_connection.arn #=> String
|
47904
|
+
# resp.network_insights_analysis.explanations[0].vpc_peering_connection.name #=> String
|
44882
47905
|
# resp.network_insights_analysis.explanations[0].port #=> Integer
|
44883
47906
|
# resp.network_insights_analysis.explanations[0].port_ranges #=> Array
|
44884
47907
|
# resp.network_insights_analysis.explanations[0].port_ranges[0].from #=> Integer
|
44885
47908
|
# resp.network_insights_analysis.explanations[0].port_ranges[0].to #=> Integer
|
44886
47909
|
# resp.network_insights_analysis.explanations[0].prefix_list.id #=> String
|
44887
47910
|
# resp.network_insights_analysis.explanations[0].prefix_list.arn #=> String
|
47911
|
+
# resp.network_insights_analysis.explanations[0].prefix_list.name #=> String
|
44888
47912
|
# resp.network_insights_analysis.explanations[0].protocols #=> Array
|
44889
47913
|
# resp.network_insights_analysis.explanations[0].protocols[0] #=> String
|
44890
47914
|
# resp.network_insights_analysis.explanations[0].route_table_route.destination_cidr #=> String
|
@@ -44899,8 +47923,10 @@ module Aws::EC2
|
|
44899
47923
|
# resp.network_insights_analysis.explanations[0].route_table_route.vpc_peering_connection_id #=> String
|
44900
47924
|
# resp.network_insights_analysis.explanations[0].route_table.id #=> String
|
44901
47925
|
# resp.network_insights_analysis.explanations[0].route_table.arn #=> String
|
47926
|
+
# resp.network_insights_analysis.explanations[0].route_table.name #=> String
|
44902
47927
|
# resp.network_insights_analysis.explanations[0].security_group.id #=> String
|
44903
47928
|
# resp.network_insights_analysis.explanations[0].security_group.arn #=> String
|
47929
|
+
# resp.network_insights_analysis.explanations[0].security_group.name #=> String
|
44904
47930
|
# resp.network_insights_analysis.explanations[0].security_group_rule.cidr #=> String
|
44905
47931
|
# resp.network_insights_analysis.explanations[0].security_group_rule.direction #=> String
|
44906
47932
|
# resp.network_insights_analysis.explanations[0].security_group_rule.security_group_id #=> String
|
@@ -44911,21 +47937,29 @@ module Aws::EC2
|
|
44911
47937
|
# resp.network_insights_analysis.explanations[0].security_groups #=> Array
|
44912
47938
|
# resp.network_insights_analysis.explanations[0].security_groups[0].id #=> String
|
44913
47939
|
# resp.network_insights_analysis.explanations[0].security_groups[0].arn #=> String
|
47940
|
+
# resp.network_insights_analysis.explanations[0].security_groups[0].name #=> String
|
44914
47941
|
# resp.network_insights_analysis.explanations[0].source_vpc.id #=> String
|
44915
47942
|
# resp.network_insights_analysis.explanations[0].source_vpc.arn #=> String
|
47943
|
+
# resp.network_insights_analysis.explanations[0].source_vpc.name #=> String
|
44916
47944
|
# resp.network_insights_analysis.explanations[0].state #=> String
|
44917
47945
|
# resp.network_insights_analysis.explanations[0].subnet.id #=> String
|
44918
47946
|
# resp.network_insights_analysis.explanations[0].subnet.arn #=> String
|
47947
|
+
# resp.network_insights_analysis.explanations[0].subnet.name #=> String
|
44919
47948
|
# resp.network_insights_analysis.explanations[0].subnet_route_table.id #=> String
|
44920
47949
|
# resp.network_insights_analysis.explanations[0].subnet_route_table.arn #=> String
|
47950
|
+
# resp.network_insights_analysis.explanations[0].subnet_route_table.name #=> String
|
44921
47951
|
# resp.network_insights_analysis.explanations[0].vpc.id #=> String
|
44922
47952
|
# resp.network_insights_analysis.explanations[0].vpc.arn #=> String
|
47953
|
+
# resp.network_insights_analysis.explanations[0].vpc.name #=> String
|
44923
47954
|
# resp.network_insights_analysis.explanations[0].vpc_endpoint.id #=> String
|
44924
47955
|
# resp.network_insights_analysis.explanations[0].vpc_endpoint.arn #=> String
|
47956
|
+
# resp.network_insights_analysis.explanations[0].vpc_endpoint.name #=> String
|
44925
47957
|
# resp.network_insights_analysis.explanations[0].vpn_connection.id #=> String
|
44926
47958
|
# resp.network_insights_analysis.explanations[0].vpn_connection.arn #=> String
|
47959
|
+
# resp.network_insights_analysis.explanations[0].vpn_connection.name #=> String
|
44927
47960
|
# resp.network_insights_analysis.explanations[0].vpn_gateway.id #=> String
|
44928
47961
|
# resp.network_insights_analysis.explanations[0].vpn_gateway.arn #=> String
|
47962
|
+
# resp.network_insights_analysis.explanations[0].vpn_gateway.name #=> String
|
44929
47963
|
# resp.network_insights_analysis.alternate_path_hints #=> Array
|
44930
47964
|
# resp.network_insights_analysis.alternate_path_hints[0].component_id #=> String
|
44931
47965
|
# resp.network_insights_analysis.alternate_path_hints[0].component_arn #=> String
|
@@ -45753,7 +48787,7 @@ module Aws::EC2
|
|
45753
48787
|
params: params,
|
45754
48788
|
config: config)
|
45755
48789
|
context[:gem_name] = 'aws-sdk-ec2'
|
45756
|
-
context[:gem_version] = '1.
|
48790
|
+
context[:gem_version] = '1.289.0'
|
45757
48791
|
Seahorse::Client::Request.new(handlers, context)
|
45758
48792
|
end
|
45759
48793
|
|
@@ -45835,6 +48869,7 @@ module Aws::EC2
|
|
45835
48869
|
# | instance_status_ok | {Client#describe_instance_status} | 15 | 40 |
|
45836
48870
|
# | instance_stopped | {Client#describe_instances} | 15 | 40 |
|
45837
48871
|
# | instance_terminated | {Client#describe_instances} | 15 | 40 |
|
48872
|
+
# | internet_gateway_exists | {Client#describe_internet_gateways} | 5 | 6 |
|
45838
48873
|
# | key_pair_exists | {Client#describe_key_pairs} | 5 | 6 |
|
45839
48874
|
# | nat_gateway_available | {Client#describe_nat_gateways} | 15 | 40 |
|
45840
48875
|
# | network_interface_available | {Client#describe_network_interfaces} | 20 | 10 |
|
@@ -45917,6 +48952,7 @@ module Aws::EC2
|
|
45917
48952
|
instance_status_ok: Waiters::InstanceStatusOk,
|
45918
48953
|
instance_stopped: Waiters::InstanceStopped,
|
45919
48954
|
instance_terminated: Waiters::InstanceTerminated,
|
48955
|
+
internet_gateway_exists: Waiters::InternetGatewayExists,
|
45920
48956
|
key_pair_exists: Waiters::KeyPairExists,
|
45921
48957
|
nat_gateway_available: Waiters::NatGatewayAvailable,
|
45922
48958
|
network_interface_available: Waiters::NetworkInterfaceAvailable,
|