aws-sdk-ec2 1.128.0 → 1.133.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/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +300 -80
- data/lib/aws-sdk-ec2/client_api.rb +86 -5
- data/lib/aws-sdk-ec2/instance.rb +3 -0
- data/lib/aws-sdk-ec2/key_pair.rb +6 -0
- data/lib/aws-sdk-ec2/key_pair_info.rb +12 -0
- data/lib/aws-sdk-ec2/placement_group.rb +12 -0
- data/lib/aws-sdk-ec2/resource.rb +16 -4
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +612 -140
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/snapshot.rb
CHANGED
|
@@ -288,7 +288,7 @@ module Aws::EC2
|
|
|
288
288
|
# source_region: "String", # required
|
|
289
289
|
# tag_specifications: [
|
|
290
290
|
# {
|
|
291
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
291
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
292
292
|
# tags: [
|
|
293
293
|
# {
|
|
294
294
|
# key: "String",
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
|
@@ -351,7 +351,7 @@ module Aws::EC2
|
|
|
351
351
|
# ],
|
|
352
352
|
# tag_specifications: [
|
|
353
353
|
# {
|
|
354
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
354
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
355
355
|
# tags: [
|
|
356
356
|
# {
|
|
357
357
|
# key: "String",
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -156,7 +156,7 @@ module Aws::EC2
|
|
|
156
156
|
# @return [Boolean]
|
|
157
157
|
#
|
|
158
158
|
# @!attribute [rw] service_id
|
|
159
|
-
# The ID of the endpoint service.
|
|
159
|
+
# The ID of the VPC endpoint service.
|
|
160
160
|
# @return [String]
|
|
161
161
|
#
|
|
162
162
|
# @!attribute [rw] vpc_endpoint_ids
|
|
@@ -531,7 +531,7 @@ module Aws::EC2
|
|
|
531
531
|
# quantity: 1, # required
|
|
532
532
|
# tag_specifications: [
|
|
533
533
|
# {
|
|
534
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
534
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
535
535
|
# tags: [
|
|
536
536
|
# {
|
|
537
537
|
# key: "String",
|
|
@@ -4101,11 +4101,12 @@ module Aws::EC2
|
|
|
4101
4101
|
# @return [Boolean]
|
|
4102
4102
|
#
|
|
4103
4103
|
# @!attribute [rw] kms_key_id
|
|
4104
|
-
# An identifier for the AWS Key Management Service (AWS KMS)
|
|
4105
|
-
# master key (CMK) to use when creating the encrypted volume.
|
|
4106
|
-
# parameter is only required if you want to use a non-default
|
|
4107
|
-
# this parameter is not specified, the default CMK for EBS is
|
|
4108
|
-
# a `KmsKeyId` is specified, the `Encrypted` flag must also
|
|
4104
|
+
# An identifier for the symmetric AWS Key Management Service (AWS KMS)
|
|
4105
|
+
# customer master key (CMK) to use when creating the encrypted volume.
|
|
4106
|
+
# This parameter is only required if you want to use a non-default
|
|
4107
|
+
# CMK; if this parameter is not specified, the default CMK for EBS is
|
|
4108
|
+
# used. If a `KmsKeyId` is specified, the `Encrypted` flag must also
|
|
4109
|
+
# be set.
|
|
4109
4110
|
#
|
|
4110
4111
|
# To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias
|
|
4111
4112
|
# name, or alias ARN. When using an alias name, prefix it with
|
|
@@ -4126,6 +4127,8 @@ module Aws::EC2
|
|
|
4126
4127
|
#
|
|
4127
4128
|
# The specified CMK must exist in the Region that the snapshot is
|
|
4128
4129
|
# being copied to.
|
|
4130
|
+
#
|
|
4131
|
+
# Amazon EBS does not support asymmetric CMKs.
|
|
4129
4132
|
# @return [String]
|
|
4130
4133
|
#
|
|
4131
4134
|
# @!attribute [rw] name
|
|
@@ -4187,7 +4190,7 @@ module Aws::EC2
|
|
|
4187
4190
|
# source_snapshot_id: "String", # required
|
|
4188
4191
|
# tag_specifications: [
|
|
4189
4192
|
# {
|
|
4190
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
4193
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
4191
4194
|
# tags: [
|
|
4192
4195
|
# {
|
|
4193
4196
|
# key: "String",
|
|
@@ -4391,7 +4394,7 @@ module Aws::EC2
|
|
|
4391
4394
|
# instance_match_criteria: "open", # accepts open, targeted
|
|
4392
4395
|
# tag_specifications: [
|
|
4393
4396
|
# {
|
|
4394
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
4397
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
4395
4398
|
# tags: [
|
|
4396
4399
|
# {
|
|
4397
4400
|
# key: "String",
|
|
@@ -4587,7 +4590,7 @@ module Aws::EC2
|
|
|
4587
4590
|
# client_token: "String",
|
|
4588
4591
|
# tag_specifications: [
|
|
4589
4592
|
# {
|
|
4590
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
4593
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
4591
4594
|
# tags: [
|
|
4592
4595
|
# {
|
|
4593
4596
|
# key: "String",
|
|
@@ -5207,7 +5210,7 @@ module Aws::EC2
|
|
|
5207
5210
|
# replace_unhealthy_instances: false,
|
|
5208
5211
|
# tag_specifications: [
|
|
5209
5212
|
# {
|
|
5210
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
5213
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
5211
5214
|
# tags: [
|
|
5212
5215
|
# {
|
|
5213
5216
|
# key: "String",
|
|
@@ -5527,7 +5530,7 @@ module Aws::EC2
|
|
|
5527
5530
|
# client_token: "String",
|
|
5528
5531
|
# tag_specifications: [
|
|
5529
5532
|
# {
|
|
5530
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
5533
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
5531
5534
|
# tags: [
|
|
5532
5535
|
# {
|
|
5533
5536
|
# key: "String",
|
|
@@ -5877,6 +5880,7 @@ module Aws::EC2
|
|
|
5877
5880
|
# tenancy: "default", # accepts default, dedicated, host
|
|
5878
5881
|
# spread_domain: "String",
|
|
5879
5882
|
# host_resource_group_arn: "String",
|
|
5883
|
+
# partition_number: 1,
|
|
5880
5884
|
# },
|
|
5881
5885
|
# ram_disk_id: "String",
|
|
5882
5886
|
# disable_api_termination: false,
|
|
@@ -5884,7 +5888,7 @@ module Aws::EC2
|
|
|
5884
5888
|
# user_data: "String",
|
|
5885
5889
|
# tag_specifications: [
|
|
5886
5890
|
# {
|
|
5887
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
5891
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
5888
5892
|
# tags: [
|
|
5889
5893
|
# {
|
|
5890
5894
|
# key: "String",
|
|
@@ -5937,10 +5941,15 @@ module Aws::EC2
|
|
|
5937
5941
|
# hibernation_options: {
|
|
5938
5942
|
# configured: false,
|
|
5939
5943
|
# },
|
|
5944
|
+
# metadata_options: {
|
|
5945
|
+
# http_tokens: "optional", # accepts optional, required
|
|
5946
|
+
# http_put_response_hop_limit: 1,
|
|
5947
|
+
# http_endpoint: "disabled", # accepts disabled, enabled
|
|
5948
|
+
# },
|
|
5940
5949
|
# },
|
|
5941
5950
|
# tag_specifications: [
|
|
5942
5951
|
# {
|
|
5943
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
5952
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
5944
5953
|
# tags: [
|
|
5945
5954
|
# {
|
|
5946
5955
|
# key: "String",
|
|
@@ -6082,6 +6091,7 @@ module Aws::EC2
|
|
|
6082
6091
|
# tenancy: "default", # accepts default, dedicated, host
|
|
6083
6092
|
# spread_domain: "String",
|
|
6084
6093
|
# host_resource_group_arn: "String",
|
|
6094
|
+
# partition_number: 1,
|
|
6085
6095
|
# },
|
|
6086
6096
|
# ram_disk_id: "String",
|
|
6087
6097
|
# disable_api_termination: false,
|
|
@@ -6089,7 +6099,7 @@ module Aws::EC2
|
|
|
6089
6099
|
# user_data: "String",
|
|
6090
6100
|
# tag_specifications: [
|
|
6091
6101
|
# {
|
|
6092
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
6102
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
6093
6103
|
# tags: [
|
|
6094
6104
|
# {
|
|
6095
6105
|
# key: "String",
|
|
@@ -6142,6 +6152,11 @@ module Aws::EC2
|
|
|
6142
6152
|
# hibernation_options: {
|
|
6143
6153
|
# configured: false,
|
|
6144
6154
|
# },
|
|
6155
|
+
# metadata_options: {
|
|
6156
|
+
# http_tokens: "optional", # accepts optional, required
|
|
6157
|
+
# http_put_response_hop_limit: 1,
|
|
6158
|
+
# http_endpoint: "disabled", # accepts disabled, enabled
|
|
6159
|
+
# },
|
|
6145
6160
|
# },
|
|
6146
6161
|
# }
|
|
6147
6162
|
#
|
|
@@ -7019,7 +7034,7 @@ module Aws::EC2
|
|
|
7019
7034
|
# volume_id: "VolumeId", # required
|
|
7020
7035
|
# tag_specifications: [
|
|
7021
7036
|
# {
|
|
7022
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7037
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7023
7038
|
# tags: [
|
|
7024
7039
|
# {
|
|
7025
7040
|
# key: "String",
|
|
@@ -7071,7 +7086,7 @@ module Aws::EC2
|
|
|
7071
7086
|
# },
|
|
7072
7087
|
# tag_specifications: [
|
|
7073
7088
|
# {
|
|
7074
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7089
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7075
7090
|
# tags: [
|
|
7076
7091
|
# {
|
|
7077
7092
|
# key: "String",
|
|
@@ -7312,7 +7327,7 @@ module Aws::EC2
|
|
|
7312
7327
|
# description: "String",
|
|
7313
7328
|
# tag_specifications: [
|
|
7314
7329
|
# {
|
|
7315
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7330
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7316
7331
|
# tags: [
|
|
7317
7332
|
# {
|
|
7318
7333
|
# key: "String",
|
|
@@ -7531,7 +7546,7 @@ module Aws::EC2
|
|
|
7531
7546
|
# description: "String",
|
|
7532
7547
|
# tag_specifications: [
|
|
7533
7548
|
# {
|
|
7534
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7549
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7535
7550
|
# tags: [
|
|
7536
7551
|
# {
|
|
7537
7552
|
# key: "String",
|
|
@@ -7662,7 +7677,7 @@ module Aws::EC2
|
|
|
7662
7677
|
# description: "String",
|
|
7663
7678
|
# tag_specifications: [
|
|
7664
7679
|
# {
|
|
7665
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7680
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7666
7681
|
# tags: [
|
|
7667
7682
|
# {
|
|
7668
7683
|
# key: "String",
|
|
@@ -7753,7 +7768,7 @@ module Aws::EC2
|
|
|
7753
7768
|
# transit_gateway_id: "String", # required
|
|
7754
7769
|
# tag_specifications: [
|
|
7755
7770
|
# {
|
|
7756
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7771
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7757
7772
|
# tags: [
|
|
7758
7773
|
# {
|
|
7759
7774
|
# key: "String",
|
|
@@ -7810,7 +7825,7 @@ module Aws::EC2
|
|
|
7810
7825
|
# peer_region: "String", # required
|
|
7811
7826
|
# tag_specifications: [
|
|
7812
7827
|
# {
|
|
7813
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7828
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7814
7829
|
# tags: [
|
|
7815
7830
|
# {
|
|
7816
7831
|
# key: "String",
|
|
@@ -7889,7 +7904,7 @@ module Aws::EC2
|
|
|
7889
7904
|
# },
|
|
7890
7905
|
# tag_specifications: [
|
|
7891
7906
|
# {
|
|
7892
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7907
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
7893
7908
|
# tags: [
|
|
7894
7909
|
# {
|
|
7895
7910
|
# key: "String",
|
|
@@ -8005,7 +8020,7 @@ module Aws::EC2
|
|
|
8005
8020
|
# transit_gateway_id: "String", # required
|
|
8006
8021
|
# tag_specifications: [
|
|
8007
8022
|
# {
|
|
8008
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
8023
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
8009
8024
|
# tags: [
|
|
8010
8025
|
# {
|
|
8011
8026
|
# key: "String",
|
|
@@ -8065,7 +8080,7 @@ module Aws::EC2
|
|
|
8065
8080
|
# },
|
|
8066
8081
|
# tag_specifications: [
|
|
8067
8082
|
# {
|
|
8068
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
8083
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
8069
8084
|
# tags: [
|
|
8070
8085
|
# {
|
|
8071
8086
|
# key: "String",
|
|
@@ -8235,7 +8250,7 @@ module Aws::EC2
|
|
|
8235
8250
|
# dry_run: false,
|
|
8236
8251
|
# tag_specifications: [
|
|
8237
8252
|
# {
|
|
8238
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
8253
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
8239
8254
|
# tags: [
|
|
8240
8255
|
# {
|
|
8241
8256
|
# key: "String",
|
|
@@ -8408,7 +8423,7 @@ module Aws::EC2
|
|
|
8408
8423
|
# @return [Array<String>]
|
|
8409
8424
|
#
|
|
8410
8425
|
# @!attribute [rw] client_token
|
|
8411
|
-
# Unique, case-sensitive identifier you provide to ensure the
|
|
8426
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
|
8412
8427
|
# idempotency of the request. For more information, see [How to Ensure
|
|
8413
8428
|
# Idempotency][1].
|
|
8414
8429
|
#
|
|
@@ -8434,7 +8449,7 @@ module Aws::EC2
|
|
|
8434
8449
|
# @return [Types::ConnectionNotification]
|
|
8435
8450
|
#
|
|
8436
8451
|
# @!attribute [rw] client_token
|
|
8437
|
-
# Unique, case-sensitive identifier you provide to ensure the
|
|
8452
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
|
8438
8453
|
# idempotency of the request.
|
|
8439
8454
|
# @return [String]
|
|
8440
8455
|
#
|
|
@@ -8509,7 +8524,7 @@ module Aws::EC2
|
|
|
8509
8524
|
# @return [Array<String>]
|
|
8510
8525
|
#
|
|
8511
8526
|
# @!attribute [rw] client_token
|
|
8512
|
-
# Unique, case-sensitive identifier you provide to ensure the
|
|
8527
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
|
8513
8528
|
# idempotency of the request. For more information, see [How to Ensure
|
|
8514
8529
|
# Idempotency][1].
|
|
8515
8530
|
#
|
|
@@ -8519,10 +8534,10 @@ module Aws::EC2
|
|
|
8519
8534
|
# @return [String]
|
|
8520
8535
|
#
|
|
8521
8536
|
# @!attribute [rw] private_dns_enabled
|
|
8522
|
-
# (Interface endpoint)
|
|
8537
|
+
# (Interface endpoint) Indicates whether to associate a private hosted
|
|
8523
8538
|
# zone with the specified VPC. The private hosted zone contains a
|
|
8524
8539
|
# record set for the default public DNS name for the service for the
|
|
8525
|
-
# Region (for example, `kinesis.us-east-1.amazonaws.com`) which
|
|
8540
|
+
# Region (for example, `kinesis.us-east-1.amazonaws.com`), which
|
|
8526
8541
|
# resolves to the private IP addresses of the endpoint network
|
|
8527
8542
|
# interfaces in the VPC. This enables you to make requests to the
|
|
8528
8543
|
# default public DNS name for the service instead of the public DNS
|
|
@@ -8558,7 +8573,7 @@ module Aws::EC2
|
|
|
8558
8573
|
# @return [Types::VpcEndpoint]
|
|
8559
8574
|
#
|
|
8560
8575
|
# @!attribute [rw] client_token
|
|
8561
|
-
# Unique, case-sensitive identifier you provide to ensure the
|
|
8576
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
|
8562
8577
|
# idempotency of the request.
|
|
8563
8578
|
# @return [String]
|
|
8564
8579
|
#
|
|
@@ -8576,6 +8591,7 @@ module Aws::EC2
|
|
|
8576
8591
|
# {
|
|
8577
8592
|
# dry_run: false,
|
|
8578
8593
|
# acceptance_required: false,
|
|
8594
|
+
# private_dns_name: "String",
|
|
8579
8595
|
# network_load_balancer_arns: ["String"], # required
|
|
8580
8596
|
# client_token: "String",
|
|
8581
8597
|
# }
|
|
@@ -8588,18 +8604,22 @@ module Aws::EC2
|
|
|
8588
8604
|
# @return [Boolean]
|
|
8589
8605
|
#
|
|
8590
8606
|
# @!attribute [rw] acceptance_required
|
|
8591
|
-
#
|
|
8607
|
+
# Indicates whether requests from service consumers to create an
|
|
8592
8608
|
# endpoint to your service must be accepted. To accept a request, use
|
|
8593
8609
|
# AcceptVpcEndpointConnections.
|
|
8594
8610
|
# @return [Boolean]
|
|
8595
8611
|
#
|
|
8612
|
+
# @!attribute [rw] private_dns_name
|
|
8613
|
+
# The private DNS name to assign to the VPC endpoint service.
|
|
8614
|
+
# @return [String]
|
|
8615
|
+
#
|
|
8596
8616
|
# @!attribute [rw] network_load_balancer_arns
|
|
8597
8617
|
# The Amazon Resource Names (ARNs) of one or more Network Load
|
|
8598
8618
|
# Balancers for your service.
|
|
8599
8619
|
# @return [Array<String>]
|
|
8600
8620
|
#
|
|
8601
8621
|
# @!attribute [rw] client_token
|
|
8602
|
-
# Unique, case-sensitive identifier you provide to ensure the
|
|
8622
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
|
8603
8623
|
# idempotency of the request. For more information, see [How to Ensure
|
|
8604
8624
|
# Idempotency][1].
|
|
8605
8625
|
#
|
|
@@ -8613,6 +8633,7 @@ module Aws::EC2
|
|
|
8613
8633
|
class CreateVpcEndpointServiceConfigurationRequest < Struct.new(
|
|
8614
8634
|
:dry_run,
|
|
8615
8635
|
:acceptance_required,
|
|
8636
|
+
:private_dns_name,
|
|
8616
8637
|
:network_load_balancer_arns,
|
|
8617
8638
|
:client_token)
|
|
8618
8639
|
include Aws::Structure
|
|
@@ -8623,7 +8644,7 @@ module Aws::EC2
|
|
|
8623
8644
|
# @return [Types::ServiceConfiguration]
|
|
8624
8645
|
#
|
|
8625
8646
|
# @!attribute [rw] client_token
|
|
8626
|
-
# Unique, case-sensitive identifier you provide to ensure the
|
|
8647
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
|
8627
8648
|
# idempotency of the request.
|
|
8628
8649
|
# @return [String]
|
|
8629
8650
|
#
|
|
@@ -9466,7 +9487,7 @@ module Aws::EC2
|
|
|
9466
9487
|
# data as a hash:
|
|
9467
9488
|
#
|
|
9468
9489
|
# {
|
|
9469
|
-
# key_name: "
|
|
9490
|
+
# key_name: "KeyPairName", # required
|
|
9470
9491
|
# dry_run: false,
|
|
9471
9492
|
# }
|
|
9472
9493
|
#
|
|
@@ -11141,6 +11162,9 @@ module Aws::EC2
|
|
|
11141
11162
|
# * `instance-id` - The ID of the instance the address is associated
|
|
11142
11163
|
# with, if any.
|
|
11143
11164
|
#
|
|
11165
|
+
# * `network-border-group` - The location from where the IP address is
|
|
11166
|
+
# advertised.
|
|
11167
|
+
#
|
|
11144
11168
|
# * `network-interface-id` - \[EC2-VPC\] The ID of the network
|
|
11145
11169
|
# interface that the address is associated with, if any.
|
|
11146
11170
|
#
|
|
@@ -12259,6 +12283,12 @@ module Aws::EC2
|
|
|
12259
12283
|
# egress_only_internet_gateway_ids: ["EgressOnlyInternetGatewayId"],
|
|
12260
12284
|
# max_results: 1,
|
|
12261
12285
|
# next_token: "String",
|
|
12286
|
+
# filters: [
|
|
12287
|
+
# {
|
|
12288
|
+
# name: "String",
|
|
12289
|
+
# values: ["String"],
|
|
12290
|
+
# },
|
|
12291
|
+
# ],
|
|
12262
12292
|
# }
|
|
12263
12293
|
#
|
|
12264
12294
|
# @!attribute [rw] dry_run
|
|
@@ -12282,13 +12312,28 @@ module Aws::EC2
|
|
|
12282
12312
|
# The token for the next page of results.
|
|
12283
12313
|
# @return [String]
|
|
12284
12314
|
#
|
|
12315
|
+
# @!attribute [rw] filters
|
|
12316
|
+
# One or more filters.
|
|
12317
|
+
#
|
|
12318
|
+
# * `tag`\:<key> - The key/value combination of a tag assigned
|
|
12319
|
+
# to the resource. Use the tag key in the filter name and the tag
|
|
12320
|
+
# value as the filter value. For example, to find all resources that
|
|
12321
|
+
# have a tag with the key `Owner` and the value `TeamA`, specify
|
|
12322
|
+
# `tag:Owner` for the filter name and `TeamA` for the filter value.
|
|
12323
|
+
#
|
|
12324
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
|
12325
|
+
# filter to find all resources assigned a tag with a specific key,
|
|
12326
|
+
# regardless of the tag value.
|
|
12327
|
+
# @return [Array<Types::Filter>]
|
|
12328
|
+
#
|
|
12285
12329
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeEgressOnlyInternetGatewaysRequest AWS API Documentation
|
|
12286
12330
|
#
|
|
12287
12331
|
class DescribeEgressOnlyInternetGatewaysRequest < Struct.new(
|
|
12288
12332
|
:dry_run,
|
|
12289
12333
|
:egress_only_internet_gateway_ids,
|
|
12290
12334
|
:max_results,
|
|
12291
|
-
:next_token
|
|
12335
|
+
:next_token,
|
|
12336
|
+
:filters)
|
|
12292
12337
|
include Aws::Structure
|
|
12293
12338
|
end
|
|
12294
12339
|
|
|
@@ -12474,16 +12519,26 @@ module Aws::EC2
|
|
|
12474
12519
|
#
|
|
12475
12520
|
# {
|
|
12476
12521
|
# export_task_ids: ["String"],
|
|
12522
|
+
# filters: [
|
|
12523
|
+
# {
|
|
12524
|
+
# name: "String",
|
|
12525
|
+
# values: ["String"],
|
|
12526
|
+
# },
|
|
12527
|
+
# ],
|
|
12477
12528
|
# }
|
|
12478
12529
|
#
|
|
12479
12530
|
# @!attribute [rw] export_task_ids
|
|
12480
12531
|
# The export task IDs.
|
|
12481
12532
|
# @return [Array<String>]
|
|
12482
12533
|
#
|
|
12534
|
+
# @!attribute [rw] filters
|
|
12535
|
+
# @return [Array<Types::Filter>]
|
|
12536
|
+
#
|
|
12483
12537
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeExportTasksRequest AWS API Documentation
|
|
12484
12538
|
#
|
|
12485
12539
|
class DescribeExportTasksRequest < Struct.new(
|
|
12486
|
-
:export_task_ids
|
|
12540
|
+
:export_task_ids,
|
|
12541
|
+
:filters)
|
|
12487
12542
|
include Aws::Structure
|
|
12488
12543
|
end
|
|
12489
12544
|
|
|
@@ -14892,6 +14947,7 @@ module Aws::EC2
|
|
|
14892
14947
|
# },
|
|
14893
14948
|
# ],
|
|
14894
14949
|
# key_names: ["String"],
|
|
14950
|
+
# key_pair_ids: ["String"],
|
|
14895
14951
|
# dry_run: false,
|
|
14896
14952
|
# }
|
|
14897
14953
|
#
|
|
@@ -14909,6 +14965,10 @@ module Aws::EC2
|
|
|
14909
14965
|
# Default: Describes all your key pairs.
|
|
14910
14966
|
# @return [Array<String>]
|
|
14911
14967
|
#
|
|
14968
|
+
# @!attribute [rw] key_pair_ids
|
|
14969
|
+
# The IDs of the key pairs.
|
|
14970
|
+
# @return [Array<String>]
|
|
14971
|
+
#
|
|
14912
14972
|
# @!attribute [rw] dry_run
|
|
14913
14973
|
# Checks whether you have the required permissions for the action,
|
|
14914
14974
|
# without actually making the request, and provides an error response.
|
|
@@ -14921,6 +14981,7 @@ module Aws::EC2
|
|
|
14921
14981
|
class DescribeKeyPairsRequest < Struct.new(
|
|
14922
14982
|
:filters,
|
|
14923
14983
|
:key_names,
|
|
14984
|
+
:key_pair_ids,
|
|
14924
14985
|
:dry_run)
|
|
14925
14986
|
include Aws::Structure
|
|
14926
14987
|
end
|
|
@@ -16131,7 +16192,8 @@ module Aws::EC2
|
|
|
16131
16192
|
# @!attribute [rw] max_results
|
|
16132
16193
|
# The maximum number of items to return for this request. The request
|
|
16133
16194
|
# returns a token that you can specify in a subsequent call to get the
|
|
16134
|
-
# next set of results.
|
|
16195
|
+
# next set of results. You cannot specify this parameter and the
|
|
16196
|
+
# network interface IDs parameter in the same request.
|
|
16135
16197
|
# @return [Integer]
|
|
16136
16198
|
#
|
|
16137
16199
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacesRequest AWS API Documentation
|
|
@@ -16176,6 +16238,7 @@ module Aws::EC2
|
|
|
16176
16238
|
# ],
|
|
16177
16239
|
# dry_run: false,
|
|
16178
16240
|
# group_names: ["String"],
|
|
16241
|
+
# group_ids: ["String"],
|
|
16179
16242
|
# }
|
|
16180
16243
|
#
|
|
16181
16244
|
# @!attribute [rw] filters
|
|
@@ -16204,12 +16267,17 @@ module Aws::EC2
|
|
|
16204
16267
|
# otherwise specified.
|
|
16205
16268
|
# @return [Array<String>]
|
|
16206
16269
|
#
|
|
16270
|
+
# @!attribute [rw] group_ids
|
|
16271
|
+
# The IDs of the placement groups.
|
|
16272
|
+
# @return [Array<String>]
|
|
16273
|
+
#
|
|
16207
16274
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribePlacementGroupsRequest AWS API Documentation
|
|
16208
16275
|
#
|
|
16209
16276
|
class DescribePlacementGroupsRequest < Struct.new(
|
|
16210
16277
|
:filters,
|
|
16211
16278
|
:dry_run,
|
|
16212
|
-
:group_names
|
|
16279
|
+
:group_names,
|
|
16280
|
+
:group_ids)
|
|
16213
16281
|
include Aws::Structure
|
|
16214
16282
|
end
|
|
16215
16283
|
|
|
@@ -19867,7 +19935,7 @@ module Aws::EC2
|
|
|
19867
19935
|
# @!attribute [rw] filters
|
|
19868
19936
|
# One or more filters.
|
|
19869
19937
|
#
|
|
19870
|
-
# * `connection-notification-arn` - The ARN of SNS topic for the
|
|
19938
|
+
# * `connection-notification-arn` - The ARN of the SNS topic for the
|
|
19871
19939
|
# notification.
|
|
19872
19940
|
#
|
|
19873
19941
|
# * `connection-notification-id` - The ID of the notification.
|
|
@@ -19962,8 +20030,8 @@ module Aws::EC2
|
|
|
19962
20030
|
# The maximum number of results to return for the request in a single
|
|
19963
20031
|
# page. The remaining results of the initial request can be seen by
|
|
19964
20032
|
# sending another request with the returned `NextToken` value. This
|
|
19965
|
-
# value can be between 5 and
|
|
19966
|
-
# larger than
|
|
20033
|
+
# value can be between 5 and 1,000; if `MaxResults` is given a value
|
|
20034
|
+
# larger than 1,000, only 1,000 results are returned.
|
|
19967
20035
|
# @return [Integer]
|
|
19968
20036
|
#
|
|
19969
20037
|
# @!attribute [rw] next_token
|
|
@@ -20049,8 +20117,8 @@ module Aws::EC2
|
|
|
20049
20117
|
# The maximum number of results to return for the request in a single
|
|
20050
20118
|
# page. The remaining results of the initial request can be seen by
|
|
20051
20119
|
# sending another request with the returned `NextToken` value. This
|
|
20052
|
-
# value can be between 5 and
|
|
20053
|
-
# larger than
|
|
20120
|
+
# value can be between 5 and 1,000; if `MaxResults` is given a value
|
|
20121
|
+
# larger than 1,000, only 1,000 results are returned.
|
|
20054
20122
|
# @return [Integer]
|
|
20055
20123
|
#
|
|
20056
20124
|
# @!attribute [rw] next_token
|
|
@@ -20125,8 +20193,8 @@ module Aws::EC2
|
|
|
20125
20193
|
# The maximum number of results to return for the request in a single
|
|
20126
20194
|
# page. The remaining results of the initial request can be seen by
|
|
20127
20195
|
# sending another request with the returned `NextToken` value. This
|
|
20128
|
-
# value can be between 5 and
|
|
20129
|
-
# larger than
|
|
20196
|
+
# value can be between 5 and 1,000; if `MaxResults` is given a value
|
|
20197
|
+
# larger than 1,000, only 1,000 results are returned.
|
|
20130
20198
|
# @return [Integer]
|
|
20131
20199
|
#
|
|
20132
20200
|
# @!attribute [rw] next_token
|
|
@@ -20193,7 +20261,7 @@ module Aws::EC2
|
|
|
20193
20261
|
# @!attribute [rw] filters
|
|
20194
20262
|
# One or more filters.
|
|
20195
20263
|
#
|
|
20196
|
-
# * `service-name
|
|
20264
|
+
# * `service-name` - The name of the service.
|
|
20197
20265
|
#
|
|
20198
20266
|
# * `tag`\:<key> - The key/value combination of a tag assigned
|
|
20199
20267
|
# to the resource. Use the tag key in the filter name and the tag
|
|
@@ -20211,7 +20279,7 @@ module Aws::EC2
|
|
|
20211
20279
|
# returns a token that you can specify in a subsequent call to get the
|
|
20212
20280
|
# next set of results.
|
|
20213
20281
|
#
|
|
20214
|
-
# Constraint: If the value is greater than
|
|
20282
|
+
# Constraint: If the value is greater than 1,000, we return only 1,000
|
|
20215
20283
|
# items.
|
|
20216
20284
|
# @return [Integer]
|
|
20217
20285
|
#
|
|
@@ -20287,11 +20355,11 @@ module Aws::EC2
|
|
|
20287
20355
|
# @!attribute [rw] filters
|
|
20288
20356
|
# One or more filters.
|
|
20289
20357
|
#
|
|
20290
|
-
# * `service-name
|
|
20358
|
+
# * `service-name` - The name of the service.
|
|
20291
20359
|
#
|
|
20292
|
-
# * `vpc-id
|
|
20360
|
+
# * `vpc-id` - The ID of the VPC in which the endpoint resides.
|
|
20293
20361
|
#
|
|
20294
|
-
# * `vpc-endpoint-id
|
|
20362
|
+
# * `vpc-endpoint-id` - The ID of the endpoint.
|
|
20295
20363
|
#
|
|
20296
20364
|
# * `vpc-endpoint-state` - The state of the endpoint
|
|
20297
20365
|
# (`pendingAcceptance` \| `pending` \| `available` \| `deleting` \|
|
|
@@ -20313,7 +20381,7 @@ module Aws::EC2
|
|
|
20313
20381
|
# returns a token that you can specify in a subsequent call to get the
|
|
20314
20382
|
# next set of results.
|
|
20315
20383
|
#
|
|
20316
|
-
# Constraint: If the value is greater than
|
|
20384
|
+
# Constraint: If the value is greater than 1,000, we return only 1,000
|
|
20317
20385
|
# items.
|
|
20318
20386
|
# @return [Integer]
|
|
20319
20387
|
#
|
|
@@ -22145,11 +22213,16 @@ module Aws::EC2
|
|
|
22145
22213
|
# The ID of the egress-only internet gateway.
|
|
22146
22214
|
# @return [String]
|
|
22147
22215
|
#
|
|
22216
|
+
# @!attribute [rw] tags
|
|
22217
|
+
# The tags assigned to the egress-only internet gateway.
|
|
22218
|
+
# @return [Array<Types::Tag>]
|
|
22219
|
+
#
|
|
22148
22220
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EgressOnlyInternetGateway AWS API Documentation
|
|
22149
22221
|
#
|
|
22150
22222
|
class EgressOnlyInternetGateway < Struct.new(
|
|
22151
22223
|
:attachments,
|
|
22152
|
-
:egress_only_internet_gateway_id
|
|
22224
|
+
:egress_only_internet_gateway_id,
|
|
22225
|
+
:tags)
|
|
22153
22226
|
include Aws::Structure
|
|
22154
22227
|
end
|
|
22155
22228
|
|
|
@@ -22207,7 +22280,14 @@ module Aws::EC2
|
|
|
22207
22280
|
# }
|
|
22208
22281
|
#
|
|
22209
22282
|
# @!attribute [rw] type
|
|
22210
|
-
# The type of Elastic Graphics accelerator.
|
|
22283
|
+
# The type of Elastic Graphics accelerator. For more information about
|
|
22284
|
+
# the values to specify for `Type`, see [Elastic Graphics Basics][1],
|
|
22285
|
+
# specifically the Elastic Graphics accelerator column, in the *Amazon
|
|
22286
|
+
# Elastic Compute Cloud User Guide for Windows Instances*.
|
|
22287
|
+
#
|
|
22288
|
+
#
|
|
22289
|
+
#
|
|
22290
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html#elastic-graphics-basics
|
|
22211
22291
|
# @return [String]
|
|
22212
22292
|
#
|
|
22213
22293
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticGpuSpecification AWS API Documentation
|
|
@@ -22291,9 +22371,10 @@ module Aws::EC2
|
|
|
22291
22371
|
# @return [String]
|
|
22292
22372
|
#
|
|
22293
22373
|
# @!attribute [rw] count
|
|
22294
|
-
# The number of elastic inference accelerators
|
|
22295
|
-
#
|
|
22296
|
-
#
|
|
22374
|
+
# The number of elastic inference accelerators to attach to the
|
|
22375
|
+
# instance.
|
|
22376
|
+
#
|
|
22377
|
+
# Default: 1
|
|
22297
22378
|
# @return [Integer]
|
|
22298
22379
|
#
|
|
22299
22380
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticInferenceAccelerator AWS API Documentation
|
|
@@ -23085,6 +23166,9 @@ module Aws::EC2
|
|
|
23085
23166
|
# The status message related to the export task.
|
|
23086
23167
|
# @return [String]
|
|
23087
23168
|
#
|
|
23169
|
+
# @!attribute [rw] tags
|
|
23170
|
+
# @return [Array<Types::Tag>]
|
|
23171
|
+
#
|
|
23088
23172
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportTask AWS API Documentation
|
|
23089
23173
|
#
|
|
23090
23174
|
class ExportTask < Struct.new(
|
|
@@ -23093,7 +23177,8 @@ module Aws::EC2
|
|
|
23093
23177
|
:export_to_s3_task,
|
|
23094
23178
|
:instance_export_details,
|
|
23095
23179
|
:state,
|
|
23096
|
-
:status_message
|
|
23180
|
+
:status_message,
|
|
23181
|
+
:tags)
|
|
23097
23182
|
include Aws::Structure
|
|
23098
23183
|
end
|
|
23099
23184
|
|
|
@@ -24471,7 +24556,7 @@ module Aws::EC2
|
|
|
24471
24556
|
# data as a hash:
|
|
24472
24557
|
#
|
|
24473
24558
|
# {
|
|
24474
|
-
# host_id_set: ["
|
|
24559
|
+
# host_id_set: ["DedicatedHostId"], # required
|
|
24475
24560
|
# offering_id: "OfferingId", # required
|
|
24476
24561
|
# }
|
|
24477
24562
|
#
|
|
@@ -25983,7 +26068,7 @@ module Aws::EC2
|
|
|
25983
26068
|
include Aws::Structure
|
|
25984
26069
|
end
|
|
25985
26070
|
|
|
25986
|
-
# The response information
|
|
26071
|
+
# The response information for license configurations.
|
|
25987
26072
|
#
|
|
25988
26073
|
# @!attribute [rw] license_configuration_arn
|
|
25989
26074
|
# The ARN of a license configuration.
|
|
@@ -26084,11 +26169,12 @@ module Aws::EC2
|
|
|
26084
26169
|
# @return [String]
|
|
26085
26170
|
#
|
|
26086
26171
|
# @!attribute [rw] kms_key_id
|
|
26087
|
-
# An identifier for the AWS Key Management Service (AWS KMS)
|
|
26088
|
-
# master key (CMK) to use when creating the encrypted AMI.
|
|
26089
|
-
# parameter is only required if you want to use a non-default
|
|
26090
|
-
# this parameter is not specified, the default CMK for EBS is
|
|
26091
|
-
# a `KmsKeyId` is specified, the `Encrypted` flag must also
|
|
26172
|
+
# An identifier for the symmetric AWS Key Management Service (AWS KMS)
|
|
26173
|
+
# customer master key (CMK) to use when creating the encrypted AMI.
|
|
26174
|
+
# This parameter is only required if you want to use a non-default
|
|
26175
|
+
# CMK; if this parameter is not specified, the default CMK for EBS is
|
|
26176
|
+
# used. If a `KmsKeyId` is specified, the `Encrypted` flag must also
|
|
26177
|
+
# be set.
|
|
26092
26178
|
#
|
|
26093
26179
|
# The CMK identifier may be provided in any of the following formats:
|
|
26094
26180
|
#
|
|
@@ -26116,6 +26202,8 @@ module Aws::EC2
|
|
|
26116
26202
|
#
|
|
26117
26203
|
# The specified CMK must exist in the Region that the AMI is being
|
|
26118
26204
|
# copied to.
|
|
26205
|
+
#
|
|
26206
|
+
# Amazon EBS does not support asymmetric CMKs.
|
|
26119
26207
|
# @return [String]
|
|
26120
26208
|
#
|
|
26121
26209
|
# @!attribute [rw] license_type
|
|
@@ -26196,8 +26284,9 @@ module Aws::EC2
|
|
|
26196
26284
|
# @return [String]
|
|
26197
26285
|
#
|
|
26198
26286
|
# @!attribute [rw] kms_key_id
|
|
26199
|
-
# The identifier for the AWS Key Management Service (AWS
|
|
26200
|
-
# master key (CMK) that was used to create the encrypted
|
|
26287
|
+
# The identifier for the symmetric AWS Key Management Service (AWS
|
|
26288
|
+
# KMS) customer master key (CMK) that was used to create the encrypted
|
|
26289
|
+
# AMI.
|
|
26201
26290
|
# @return [String]
|
|
26202
26291
|
#
|
|
26203
26292
|
# @!attribute [rw] license_type
|
|
@@ -26308,9 +26397,13 @@ module Aws::EC2
|
|
|
26308
26397
|
# A descriptive status message for the import image task.
|
|
26309
26398
|
# @return [String]
|
|
26310
26399
|
#
|
|
26400
|
+
# @!attribute [rw] tags
|
|
26401
|
+
# Any tags applied to the import image task.
|
|
26402
|
+
# @return [Array<Types::Tag>]
|
|
26403
|
+
#
|
|
26311
26404
|
# @!attribute [rw] license_specifications
|
|
26312
|
-
# The ARNs of the license configurations associated
|
|
26313
|
-
# image task.
|
|
26405
|
+
# The ARNs of the license configurations that are associated with the
|
|
26406
|
+
# import image task.
|
|
26314
26407
|
# @return [Array<Types::ImportImageLicenseConfigurationResponse>]
|
|
26315
26408
|
#
|
|
26316
26409
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportImageTask AWS API Documentation
|
|
@@ -26329,6 +26422,7 @@ module Aws::EC2
|
|
|
26329
26422
|
:snapshot_details,
|
|
26330
26423
|
:status,
|
|
26331
26424
|
:status_message,
|
|
26425
|
+
:tags,
|
|
26332
26426
|
:license_specifications)
|
|
26333
26427
|
include Aws::Structure
|
|
26334
26428
|
end
|
|
@@ -26600,7 +26694,7 @@ module Aws::EC2
|
|
|
26600
26694
|
#
|
|
26601
26695
|
# {
|
|
26602
26696
|
# dry_run: false,
|
|
26603
|
-
# key_name: "
|
|
26697
|
+
# key_name: "KeyPairName", # required
|
|
26604
26698
|
# public_key_material: "data", # required
|
|
26605
26699
|
# }
|
|
26606
26700
|
#
|
|
@@ -26709,11 +26803,12 @@ module Aws::EC2
|
|
|
26709
26803
|
# @return [Boolean]
|
|
26710
26804
|
#
|
|
26711
26805
|
# @!attribute [rw] kms_key_id
|
|
26712
|
-
# An identifier for the AWS Key Management Service (AWS KMS)
|
|
26713
|
-
# master key (CMK) to use when creating the encrypted
|
|
26714
|
-
# parameter is only required if you want to use a
|
|
26715
|
-
# this parameter is not specified, the default CMK
|
|
26716
|
-
# a `KmsKeyId` is specified, the `Encrypted` flag
|
|
26806
|
+
# An identifier for the symmetric AWS Key Management Service (AWS KMS)
|
|
26807
|
+
# customer master key (CMK) to use when creating the encrypted
|
|
26808
|
+
# snapshot. This parameter is only required if you want to use a
|
|
26809
|
+
# non-default CMK; if this parameter is not specified, the default CMK
|
|
26810
|
+
# for EBS is used. If a `KmsKeyId` is specified, the `Encrypted` flag
|
|
26811
|
+
# must also be set.
|
|
26717
26812
|
#
|
|
26718
26813
|
# The CMK identifier may be provided in any of the following formats:
|
|
26719
26814
|
#
|
|
@@ -26741,6 +26836,8 @@ module Aws::EC2
|
|
|
26741
26836
|
#
|
|
26742
26837
|
# The specified CMK must exist in the Region that the snapshot is
|
|
26743
26838
|
# being copied to.
|
|
26839
|
+
#
|
|
26840
|
+
# Amazon EBS does not support asymmetric CMKs.
|
|
26744
26841
|
# @return [String]
|
|
26745
26842
|
#
|
|
26746
26843
|
# @!attribute [rw] role_name
|
|
@@ -26797,12 +26894,17 @@ module Aws::EC2
|
|
|
26797
26894
|
# Describes an import snapshot task.
|
|
26798
26895
|
# @return [Types::SnapshotTaskDetail]
|
|
26799
26896
|
#
|
|
26897
|
+
# @!attribute [rw] tags
|
|
26898
|
+
# Any tags applied to the import snapshot task.
|
|
26899
|
+
# @return [Array<Types::Tag>]
|
|
26900
|
+
#
|
|
26800
26901
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportSnapshotTask AWS API Documentation
|
|
26801
26902
|
#
|
|
26802
26903
|
class ImportSnapshotTask < Struct.new(
|
|
26803
26904
|
:description,
|
|
26804
26905
|
:import_task_id,
|
|
26805
|
-
:snapshot_task_detail
|
|
26906
|
+
:snapshot_task_detail,
|
|
26907
|
+
:tags)
|
|
26806
26908
|
include Aws::Structure
|
|
26807
26909
|
end
|
|
26808
26910
|
|
|
@@ -28632,7 +28734,7 @@ module Aws::EC2
|
|
|
28632
28734
|
# address range.
|
|
28633
28735
|
#
|
|
28634
28736
|
# Constraints: Up to 255 characters in length. Allowed characters are
|
|
28635
|
-
# a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]
|
|
28737
|
+
# a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&;\\\{\\}!$*
|
|
28636
28738
|
# @return [String]
|
|
28637
28739
|
#
|
|
28638
28740
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/IpRange AWS API Documentation
|
|
@@ -28677,7 +28779,7 @@ module Aws::EC2
|
|
|
28677
28779
|
# address range.
|
|
28678
28780
|
#
|
|
28679
28781
|
# Constraints: Up to 255 characters in length. Allowed characters are
|
|
28680
|
-
# a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]
|
|
28782
|
+
# a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&;\\\{\\}!$*
|
|
28681
28783
|
# @return [String]
|
|
28682
28784
|
#
|
|
28683
28785
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Ipv6Range AWS API Documentation
|
|
@@ -28702,17 +28804,26 @@ module Aws::EC2
|
|
|
28702
28804
|
# The name of the key pair.
|
|
28703
28805
|
# @return [String]
|
|
28704
28806
|
#
|
|
28807
|
+
# @!attribute [rw] key_pair_id
|
|
28808
|
+
# The ID of the key pair.
|
|
28809
|
+
# @return [String]
|
|
28810
|
+
#
|
|
28705
28811
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/KeyPair AWS API Documentation
|
|
28706
28812
|
#
|
|
28707
28813
|
class KeyPair < Struct.new(
|
|
28708
28814
|
:key_fingerprint,
|
|
28709
28815
|
:key_material,
|
|
28710
|
-
:key_name
|
|
28816
|
+
:key_name,
|
|
28817
|
+
:key_pair_id)
|
|
28711
28818
|
include Aws::Structure
|
|
28712
28819
|
end
|
|
28713
28820
|
|
|
28714
28821
|
# Describes a key pair.
|
|
28715
28822
|
#
|
|
28823
|
+
# @!attribute [rw] key_pair_id
|
|
28824
|
+
# The ID of the key pair.
|
|
28825
|
+
# @return [String]
|
|
28826
|
+
#
|
|
28716
28827
|
# @!attribute [rw] key_fingerprint
|
|
28717
28828
|
# If you used CreateKeyPair to create the key pair, this is the SHA-1
|
|
28718
28829
|
# digest of the DER encoded private key. If you used ImportKeyPair to
|
|
@@ -28724,11 +28835,35 @@ module Aws::EC2
|
|
|
28724
28835
|
# The name of the key pair.
|
|
28725
28836
|
# @return [String]
|
|
28726
28837
|
#
|
|
28838
|
+
# @!attribute [rw] tags
|
|
28839
|
+
# Any tags applied to the key pair.
|
|
28840
|
+
# @return [Array<Types::Tag>]
|
|
28841
|
+
#
|
|
28727
28842
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/KeyPairInfo AWS API Documentation
|
|
28728
28843
|
#
|
|
28729
28844
|
class KeyPairInfo < Struct.new(
|
|
28845
|
+
:key_pair_id,
|
|
28730
28846
|
:key_fingerprint,
|
|
28731
|
-
:key_name
|
|
28847
|
+
:key_name,
|
|
28848
|
+
:tags)
|
|
28849
|
+
include Aws::Structure
|
|
28850
|
+
end
|
|
28851
|
+
|
|
28852
|
+
# The last error that occurred for a VPC endpoint.
|
|
28853
|
+
#
|
|
28854
|
+
# @!attribute [rw] message
|
|
28855
|
+
# The error message for the VPC endpoint error.
|
|
28856
|
+
# @return [String]
|
|
28857
|
+
#
|
|
28858
|
+
# @!attribute [rw] code
|
|
28859
|
+
# The error code for the VPC endpoint error.
|
|
28860
|
+
# @return [String]
|
|
28861
|
+
#
|
|
28862
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LastError AWS API Documentation
|
|
28863
|
+
#
|
|
28864
|
+
class LastError < Struct.new(
|
|
28865
|
+
:message,
|
|
28866
|
+
:code)
|
|
28732
28867
|
include Aws::Structure
|
|
28733
28868
|
end
|
|
28734
28869
|
|
|
@@ -29281,8 +29416,8 @@ module Aws::EC2
|
|
|
29281
29416
|
# @return [Integer]
|
|
29282
29417
|
#
|
|
29283
29418
|
# @!attribute [rw] kms_key_id
|
|
29284
|
-
# The ARN of the AWS Key Management Service (AWS KMS) CMK
|
|
29285
|
-
# encryption.
|
|
29419
|
+
# The ARN of the symmetric AWS Key Management Service (AWS KMS) CMK
|
|
29420
|
+
# used for encryption.
|
|
29286
29421
|
# @return [String]
|
|
29287
29422
|
#
|
|
29288
29423
|
# @!attribute [rw] snapshot_id
|
|
@@ -29329,9 +29464,10 @@ module Aws::EC2
|
|
|
29329
29464
|
# @return [String]
|
|
29330
29465
|
#
|
|
29331
29466
|
# @!attribute [rw] count
|
|
29332
|
-
# The number of elastic inference accelerators
|
|
29333
|
-
#
|
|
29334
|
-
#
|
|
29467
|
+
# The number of elastic inference accelerators to attach to the
|
|
29468
|
+
# instance.
|
|
29469
|
+
#
|
|
29470
|
+
# Default: 1
|
|
29335
29471
|
# @return [Integer]
|
|
29336
29472
|
#
|
|
29337
29473
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAccelerator AWS API Documentation
|
|
@@ -29350,9 +29486,10 @@ module Aws::EC2
|
|
|
29350
29486
|
# @return [String]
|
|
29351
29487
|
#
|
|
29352
29488
|
# @!attribute [rw] count
|
|
29353
|
-
# The number of elastic inference accelerators
|
|
29354
|
-
#
|
|
29355
|
-
#
|
|
29489
|
+
# The number of elastic inference accelerators to attach to the
|
|
29490
|
+
# instance.
|
|
29491
|
+
#
|
|
29492
|
+
# Default: 1
|
|
29356
29493
|
# @return [Integer]
|
|
29357
29494
|
#
|
|
29358
29495
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAcceleratorResponse AWS API Documentation
|
|
@@ -29500,6 +29637,138 @@ module Aws::EC2
|
|
|
29500
29637
|
include Aws::Structure
|
|
29501
29638
|
end
|
|
29502
29639
|
|
|
29640
|
+
# The metadata options for the instance. For more information, see
|
|
29641
|
+
# [Instance Metadata and User Data][1] in the *Amazon Elastic Compute
|
|
29642
|
+
# Cloud User Guide*.
|
|
29643
|
+
#
|
|
29644
|
+
#
|
|
29645
|
+
#
|
|
29646
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
|
|
29647
|
+
#
|
|
29648
|
+
# @!attribute [rw] state
|
|
29649
|
+
# The state of the metadata option changes.
|
|
29650
|
+
#
|
|
29651
|
+
# `pending` - The metadata options are being updated and the instance
|
|
29652
|
+
# is not ready to process metadata traffic with the new selection.
|
|
29653
|
+
#
|
|
29654
|
+
# `applied` - The metadata options have been successfully applied on
|
|
29655
|
+
# the instance.
|
|
29656
|
+
# @return [String]
|
|
29657
|
+
#
|
|
29658
|
+
# @!attribute [rw] http_tokens
|
|
29659
|
+
# The state of token usage for your instance metadata requests. If the
|
|
29660
|
+
# parameter is not specified in the request, the default state is
|
|
29661
|
+
# `optional`.
|
|
29662
|
+
#
|
|
29663
|
+
# If the state is `optional`, you can choose to retrieve instance
|
|
29664
|
+
# metadata with or without a signed token header on your request. If
|
|
29665
|
+
# you retrieve the IAM role credentials without a token, the version
|
|
29666
|
+
# 1.0 role credentials are returned. If you retrieve the IAM role
|
|
29667
|
+
# credentials using a valid signed token, the version 2.0 role
|
|
29668
|
+
# credentials are returned.
|
|
29669
|
+
#
|
|
29670
|
+
# If the state is `required`, you must send a signed token header with
|
|
29671
|
+
# any instance metadata retrieval requests. In this state, retrieving
|
|
29672
|
+
# the IAM role credentials always returns the version 2.0 credentials;
|
|
29673
|
+
# the version 1.0 credentials are not available.
|
|
29674
|
+
# @return [String]
|
|
29675
|
+
#
|
|
29676
|
+
# @!attribute [rw] http_put_response_hop_limit
|
|
29677
|
+
# The desired HTTP PUT response hop limit for instance metadata
|
|
29678
|
+
# requests. The larger the number, the further instance metadata
|
|
29679
|
+
# requests can travel.
|
|
29680
|
+
#
|
|
29681
|
+
# Default: 1
|
|
29682
|
+
#
|
|
29683
|
+
# Possible values: Integers from 1 to 64
|
|
29684
|
+
# @return [Integer]
|
|
29685
|
+
#
|
|
29686
|
+
# @!attribute [rw] http_endpoint
|
|
29687
|
+
# This parameter enables or disables the HTTP metadata endpoint on
|
|
29688
|
+
# your instances. If the parameter is not specified, the default state
|
|
29689
|
+
# is `enabled`.
|
|
29690
|
+
#
|
|
29691
|
+
# <note markdown="1"> If you specify a value of `disabled`, you will not be able to access
|
|
29692
|
+
# your instance metadata.
|
|
29693
|
+
#
|
|
29694
|
+
# </note>
|
|
29695
|
+
# @return [String]
|
|
29696
|
+
#
|
|
29697
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateInstanceMetadataOptions AWS API Documentation
|
|
29698
|
+
#
|
|
29699
|
+
class LaunchTemplateInstanceMetadataOptions < Struct.new(
|
|
29700
|
+
:state,
|
|
29701
|
+
:http_tokens,
|
|
29702
|
+
:http_put_response_hop_limit,
|
|
29703
|
+
:http_endpoint)
|
|
29704
|
+
include Aws::Structure
|
|
29705
|
+
end
|
|
29706
|
+
|
|
29707
|
+
# The metadata options for the instance. For more information, see
|
|
29708
|
+
# [Instance Metadata and User Data][1] in the *Amazon Elastic Compute
|
|
29709
|
+
# Cloud User Guide*.
|
|
29710
|
+
#
|
|
29711
|
+
#
|
|
29712
|
+
#
|
|
29713
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
|
|
29714
|
+
#
|
|
29715
|
+
# @note When making an API call, you may pass LaunchTemplateInstanceMetadataOptionsRequest
|
|
29716
|
+
# data as a hash:
|
|
29717
|
+
#
|
|
29718
|
+
# {
|
|
29719
|
+
# http_tokens: "optional", # accepts optional, required
|
|
29720
|
+
# http_put_response_hop_limit: 1,
|
|
29721
|
+
# http_endpoint: "disabled", # accepts disabled, enabled
|
|
29722
|
+
# }
|
|
29723
|
+
#
|
|
29724
|
+
# @!attribute [rw] http_tokens
|
|
29725
|
+
# The state of token usage for your instance metadata requests. If the
|
|
29726
|
+
# parameter is not specified in the request, the default state is
|
|
29727
|
+
# `optional`.
|
|
29728
|
+
#
|
|
29729
|
+
# If the state is `optional`, you can choose to retrieve instance
|
|
29730
|
+
# metadata with or without a signed token header on your request. If
|
|
29731
|
+
# you retrieve the IAM role credentials without a token, the version
|
|
29732
|
+
# 1.0 role credentials are returned. If you retrieve the IAM role
|
|
29733
|
+
# credentials using a valid signed token, the version 2.0 role
|
|
29734
|
+
# credentials are returned.
|
|
29735
|
+
#
|
|
29736
|
+
# If the state is `required`, you must send a signed token header with
|
|
29737
|
+
# any instance metadata retrieval requests. In this state, retrieving
|
|
29738
|
+
# the IAM role credentials always returns the version 2.0 credentials;
|
|
29739
|
+
# the version 1.0 credentials are not available.
|
|
29740
|
+
# @return [String]
|
|
29741
|
+
#
|
|
29742
|
+
# @!attribute [rw] http_put_response_hop_limit
|
|
29743
|
+
# The desired HTTP PUT response hop limit for instance metadata
|
|
29744
|
+
# requests. The larger the number, the further instance metadata
|
|
29745
|
+
# requests can travel.
|
|
29746
|
+
#
|
|
29747
|
+
# Default: 1
|
|
29748
|
+
#
|
|
29749
|
+
# Possible values: Integers from 1 to 64
|
|
29750
|
+
# @return [Integer]
|
|
29751
|
+
#
|
|
29752
|
+
# @!attribute [rw] http_endpoint
|
|
29753
|
+
# This parameter enables or disables the HTTP metadata endpoint on
|
|
29754
|
+
# your instances. If the parameter is not specified, the default state
|
|
29755
|
+
# is `enabled`.
|
|
29756
|
+
#
|
|
29757
|
+
# <note markdown="1"> If you specify a value of `disabled`, you will not be able to access
|
|
29758
|
+
# your instance metadata.
|
|
29759
|
+
#
|
|
29760
|
+
# </note>
|
|
29761
|
+
# @return [String]
|
|
29762
|
+
#
|
|
29763
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateInstanceMetadataOptionsRequest AWS API Documentation
|
|
29764
|
+
#
|
|
29765
|
+
class LaunchTemplateInstanceMetadataOptionsRequest < Struct.new(
|
|
29766
|
+
:http_tokens,
|
|
29767
|
+
:http_put_response_hop_limit,
|
|
29768
|
+
:http_endpoint)
|
|
29769
|
+
include Aws::Structure
|
|
29770
|
+
end
|
|
29771
|
+
|
|
29503
29772
|
# Describes a network interface.
|
|
29504
29773
|
#
|
|
29505
29774
|
# @!attribute [rw] associate_public_ip_address
|
|
@@ -29818,6 +30087,11 @@ module Aws::EC2
|
|
|
29818
30087
|
# The ARN of the host resource group in which to launch the instances.
|
|
29819
30088
|
# @return [String]
|
|
29820
30089
|
#
|
|
30090
|
+
# @!attribute [rw] partition_number
|
|
30091
|
+
# The number of the partition the instance should launch in. Valid
|
|
30092
|
+
# only if the placement group strategy is set to `partition`.
|
|
30093
|
+
# @return [Integer]
|
|
30094
|
+
#
|
|
29821
30095
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplatePlacement AWS API Documentation
|
|
29822
30096
|
#
|
|
29823
30097
|
class LaunchTemplatePlacement < Struct.new(
|
|
@@ -29827,7 +30101,8 @@ module Aws::EC2
|
|
|
29827
30101
|
:host_id,
|
|
29828
30102
|
:tenancy,
|
|
29829
30103
|
:spread_domain,
|
|
29830
|
-
:host_resource_group_arn
|
|
30104
|
+
:host_resource_group_arn,
|
|
30105
|
+
:partition_number)
|
|
29831
30106
|
include Aws::Structure
|
|
29832
30107
|
end
|
|
29833
30108
|
|
|
@@ -29844,6 +30119,7 @@ module Aws::EC2
|
|
|
29844
30119
|
# tenancy: "default", # accepts default, dedicated, host
|
|
29845
30120
|
# spread_domain: "String",
|
|
29846
30121
|
# host_resource_group_arn: "String",
|
|
30122
|
+
# partition_number: 1,
|
|
29847
30123
|
# }
|
|
29848
30124
|
#
|
|
29849
30125
|
# @!attribute [rw] availability_zone
|
|
@@ -29878,6 +30154,11 @@ module Aws::EC2
|
|
|
29878
30154
|
# parameter or set it to `host`.
|
|
29879
30155
|
# @return [String]
|
|
29880
30156
|
#
|
|
30157
|
+
# @!attribute [rw] partition_number
|
|
30158
|
+
# The number of the partition the instance should launch in. Valid
|
|
30159
|
+
# only if the placement group strategy is set to `partition`.
|
|
30160
|
+
# @return [Integer]
|
|
30161
|
+
#
|
|
29881
30162
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplatePlacementRequest AWS API Documentation
|
|
29882
30163
|
#
|
|
29883
30164
|
class LaunchTemplatePlacementRequest < Struct.new(
|
|
@@ -29887,7 +30168,8 @@ module Aws::EC2
|
|
|
29887
30168
|
:host_id,
|
|
29888
30169
|
:tenancy,
|
|
29889
30170
|
:spread_domain,
|
|
29890
|
-
:host_resource_group_arn
|
|
30171
|
+
:host_resource_group_arn,
|
|
30172
|
+
:partition_number)
|
|
29891
30173
|
include Aws::Structure
|
|
29892
30174
|
end
|
|
29893
30175
|
|
|
@@ -30041,7 +30323,7 @@ module Aws::EC2
|
|
|
30041
30323
|
# data as a hash:
|
|
30042
30324
|
#
|
|
30043
30325
|
# {
|
|
30044
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
30326
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
30045
30327
|
# tags: [
|
|
30046
30328
|
# {
|
|
30047
30329
|
# key: "String",
|
|
@@ -30326,13 +30608,18 @@ module Aws::EC2
|
|
|
30326
30608
|
# The state of the local gateway.
|
|
30327
30609
|
# @return [String]
|
|
30328
30610
|
#
|
|
30611
|
+
# @!attribute [rw] tags
|
|
30612
|
+
# The tags assigned to the local gateway.
|
|
30613
|
+
# @return [Array<Types::Tag>]
|
|
30614
|
+
#
|
|
30329
30615
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGateway AWS API Documentation
|
|
30330
30616
|
#
|
|
30331
30617
|
class LocalGateway < Struct.new(
|
|
30332
30618
|
:local_gateway_id,
|
|
30333
30619
|
:outpost_arn,
|
|
30334
30620
|
:owner_id,
|
|
30335
|
-
:state
|
|
30621
|
+
:state,
|
|
30622
|
+
:tags)
|
|
30336
30623
|
include Aws::Structure
|
|
30337
30624
|
end
|
|
30338
30625
|
|
|
@@ -30387,13 +30674,18 @@ module Aws::EC2
|
|
|
30387
30674
|
# The state of the local gateway route table.
|
|
30388
30675
|
# @return [String]
|
|
30389
30676
|
#
|
|
30677
|
+
# @!attribute [rw] tags
|
|
30678
|
+
# The tags assigned to the local gateway route table.
|
|
30679
|
+
# @return [Array<Types::Tag>]
|
|
30680
|
+
#
|
|
30390
30681
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayRouteTable AWS API Documentation
|
|
30391
30682
|
#
|
|
30392
30683
|
class LocalGatewayRouteTable < Struct.new(
|
|
30393
30684
|
:local_gateway_route_table_id,
|
|
30394
30685
|
:local_gateway_id,
|
|
30395
30686
|
:outpost_arn,
|
|
30396
|
-
:state
|
|
30687
|
+
:state,
|
|
30688
|
+
:tags)
|
|
30397
30689
|
include Aws::Structure
|
|
30398
30690
|
end
|
|
30399
30691
|
|
|
@@ -30420,6 +30712,10 @@ module Aws::EC2
|
|
|
30420
30712
|
# The state of the association.
|
|
30421
30713
|
# @return [String]
|
|
30422
30714
|
#
|
|
30715
|
+
# @!attribute [rw] tags
|
|
30716
|
+
# The tags assigned to the association.
|
|
30717
|
+
# @return [Array<Types::Tag>]
|
|
30718
|
+
#
|
|
30423
30719
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayRouteTableVirtualInterfaceGroupAssociation AWS API Documentation
|
|
30424
30720
|
#
|
|
30425
30721
|
class LocalGatewayRouteTableVirtualInterfaceGroupAssociation < Struct.new(
|
|
@@ -30427,7 +30723,8 @@ module Aws::EC2
|
|
|
30427
30723
|
:local_gateway_virtual_interface_group_id,
|
|
30428
30724
|
:local_gateway_id,
|
|
30429
30725
|
:local_gateway_route_table_id,
|
|
30430
|
-
:state
|
|
30726
|
+
:state,
|
|
30727
|
+
:tags)
|
|
30431
30728
|
include Aws::Structure
|
|
30432
30729
|
end
|
|
30433
30730
|
|
|
@@ -30454,6 +30751,10 @@ module Aws::EC2
|
|
|
30454
30751
|
# The state of the association.
|
|
30455
30752
|
# @return [String]
|
|
30456
30753
|
#
|
|
30754
|
+
# @!attribute [rw] tags
|
|
30755
|
+
# The tags assigned to the association.
|
|
30756
|
+
# @return [Array<Types::Tag>]
|
|
30757
|
+
#
|
|
30457
30758
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayRouteTableVpcAssociation AWS API Documentation
|
|
30458
30759
|
#
|
|
30459
30760
|
class LocalGatewayRouteTableVpcAssociation < Struct.new(
|
|
@@ -30461,7 +30762,8 @@ module Aws::EC2
|
|
|
30461
30762
|
:local_gateway_route_table_id,
|
|
30462
30763
|
:local_gateway_id,
|
|
30463
30764
|
:vpc_id,
|
|
30464
|
-
:state
|
|
30765
|
+
:state,
|
|
30766
|
+
:tags)
|
|
30465
30767
|
include Aws::Structure
|
|
30466
30768
|
end
|
|
30467
30769
|
|
|
@@ -30496,6 +30798,10 @@ module Aws::EC2
|
|
|
30496
30798
|
# The peer BGP ASN.
|
|
30497
30799
|
# @return [Integer]
|
|
30498
30800
|
#
|
|
30801
|
+
# @!attribute [rw] tags
|
|
30802
|
+
# The tags assigned to the virtual interface.
|
|
30803
|
+
# @return [Array<Types::Tag>]
|
|
30804
|
+
#
|
|
30499
30805
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayVirtualInterface AWS API Documentation
|
|
30500
30806
|
#
|
|
30501
30807
|
class LocalGatewayVirtualInterface < Struct.new(
|
|
@@ -30505,7 +30811,8 @@ module Aws::EC2
|
|
|
30505
30811
|
:local_address,
|
|
30506
30812
|
:peer_address,
|
|
30507
30813
|
:local_bgp_asn,
|
|
30508
|
-
:peer_bgp_asn
|
|
30814
|
+
:peer_bgp_asn,
|
|
30815
|
+
:tags)
|
|
30509
30816
|
include Aws::Structure
|
|
30510
30817
|
end
|
|
30511
30818
|
|
|
@@ -30523,12 +30830,17 @@ module Aws::EC2
|
|
|
30523
30830
|
# The ID of the local gateway.
|
|
30524
30831
|
# @return [String]
|
|
30525
30832
|
#
|
|
30833
|
+
# @!attribute [rw] tags
|
|
30834
|
+
# The tags assigned to the virtual interface group.
|
|
30835
|
+
# @return [Array<Types::Tag>]
|
|
30836
|
+
#
|
|
30526
30837
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayVirtualInterfaceGroup AWS API Documentation
|
|
30527
30838
|
#
|
|
30528
30839
|
class LocalGatewayVirtualInterfaceGroup < Struct.new(
|
|
30529
30840
|
:local_gateway_virtual_interface_group_id,
|
|
30530
30841
|
:local_gateway_virtual_interface_ids,
|
|
30531
|
-
:local_gateway_id
|
|
30842
|
+
:local_gateway_id,
|
|
30843
|
+
:tags)
|
|
30532
30844
|
include Aws::Structure
|
|
30533
30845
|
end
|
|
30534
30846
|
|
|
@@ -30796,6 +31108,8 @@ module Aws::EC2
|
|
|
30796
31108
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify
|
|
30797
31109
|
# an ID, alias, or ARN that is not valid, the action can appear to
|
|
30798
31110
|
# complete, but eventually fails.
|
|
31111
|
+
#
|
|
31112
|
+
# Amazon EBS does not support asymmetric CMKs.
|
|
30799
31113
|
# @return [String]
|
|
30800
31114
|
#
|
|
30801
31115
|
# @!attribute [rw] dry_run
|
|
@@ -31690,7 +32004,7 @@ module Aws::EC2
|
|
|
31690
32004
|
# {
|
|
31691
32005
|
# affinity: "default", # accepts default, host
|
|
31692
32006
|
# group_name: "PlacementGroupName",
|
|
31693
|
-
# host_id: "
|
|
32007
|
+
# host_id: "DedicatedHostId",
|
|
31694
32008
|
# instance_id: "InstanceId", # required
|
|
31695
32009
|
# tenancy: "dedicated", # accepts dedicated, host
|
|
31696
32010
|
# partition_number: 1,
|
|
@@ -32406,6 +32720,10 @@ module Aws::EC2
|
|
|
32406
32720
|
#
|
|
32407
32721
|
# @!attribute [rw] options
|
|
32408
32722
|
# The new VPC attachment options.
|
|
32723
|
+
#
|
|
32724
|
+
# <note markdown="1"> You cannot modify the IPv6 options.
|
|
32725
|
+
#
|
|
32726
|
+
# </note>
|
|
32409
32727
|
# @return [Types::ModifyTransitGatewayVpcAttachmentRequestOptions]
|
|
32410
32728
|
#
|
|
32411
32729
|
# @!attribute [rw] dry_run
|
|
@@ -32748,7 +33066,7 @@ module Aws::EC2
|
|
|
32748
33066
|
# @return [Array<String>]
|
|
32749
33067
|
#
|
|
32750
33068
|
# @!attribute [rw] private_dns_enabled
|
|
32751
|
-
# (Interface endpoint)
|
|
33069
|
+
# (Interface endpoint) Indicates whether a private hosted zone is
|
|
32752
33070
|
# associated with the VPC.
|
|
32753
33071
|
# @return [Boolean]
|
|
32754
33072
|
#
|
|
@@ -32787,6 +33105,8 @@ module Aws::EC2
|
|
|
32787
33105
|
# {
|
|
32788
33106
|
# dry_run: false,
|
|
32789
33107
|
# service_id: "ServiceId", # required
|
|
33108
|
+
# private_dns_name: "String",
|
|
33109
|
+
# remove_private_dns_name: false,
|
|
32790
33110
|
# acceptance_required: false,
|
|
32791
33111
|
# add_network_load_balancer_arns: ["String"],
|
|
32792
33112
|
# remove_network_load_balancer_arns: ["String"],
|
|
@@ -32803,9 +33123,17 @@ module Aws::EC2
|
|
|
32803
33123
|
# The ID of the service.
|
|
32804
33124
|
# @return [String]
|
|
32805
33125
|
#
|
|
33126
|
+
# @!attribute [rw] private_dns_name
|
|
33127
|
+
# The private DNS name to assign to the endpoint service.
|
|
33128
|
+
# @return [String]
|
|
33129
|
+
#
|
|
33130
|
+
# @!attribute [rw] remove_private_dns_name
|
|
33131
|
+
# Removes the private DNS name of the endpoint service.
|
|
33132
|
+
# @return [Boolean]
|
|
33133
|
+
#
|
|
32806
33134
|
# @!attribute [rw] acceptance_required
|
|
32807
|
-
#
|
|
32808
|
-
# be accepted.
|
|
33135
|
+
# Indicates whether requests to create an endpoint to your service
|
|
33136
|
+
# must be accepted.
|
|
32809
33137
|
# @return [Boolean]
|
|
32810
33138
|
#
|
|
32811
33139
|
# @!attribute [rw] add_network_load_balancer_arns
|
|
@@ -32823,6 +33151,8 @@ module Aws::EC2
|
|
|
32823
33151
|
class ModifyVpcEndpointServiceConfigurationRequest < Struct.new(
|
|
32824
33152
|
:dry_run,
|
|
32825
33153
|
:service_id,
|
|
33154
|
+
:private_dns_name,
|
|
33155
|
+
:remove_private_dns_name,
|
|
32826
33156
|
:acceptance_required,
|
|
32827
33157
|
:add_network_load_balancer_arns,
|
|
32828
33158
|
:remove_network_load_balancer_arns)
|
|
@@ -34173,17 +34503,19 @@ module Aws::EC2
|
|
|
34173
34503
|
#
|
|
34174
34504
|
# @!attribute [rw] capacity_reservation_options
|
|
34175
34505
|
# The strategy for using unused Capacity Reservations for fulfilling
|
|
34176
|
-
# On-Demand capacity.
|
|
34506
|
+
# On-Demand capacity. Supported only for fleets of type `instant`.
|
|
34177
34507
|
# @return [Types::CapacityReservationOptions]
|
|
34178
34508
|
#
|
|
34179
34509
|
# @!attribute [rw] single_instance_type
|
|
34180
34510
|
# Indicates that the fleet uses a single instance type to launch all
|
|
34181
|
-
# On-Demand Instances in the fleet.
|
|
34511
|
+
# On-Demand Instances in the fleet. Supported only for fleets of type
|
|
34512
|
+
# `instant`.
|
|
34182
34513
|
# @return [Boolean]
|
|
34183
34514
|
#
|
|
34184
34515
|
# @!attribute [rw] single_availability_zone
|
|
34185
34516
|
# Indicates that the fleet launches all On-Demand Instances into a
|
|
34186
|
-
# single Availability Zone.
|
|
34517
|
+
# single Availability Zone. Supported only for fleets of type
|
|
34518
|
+
# `instant`.
|
|
34187
34519
|
# @return [Boolean]
|
|
34188
34520
|
#
|
|
34189
34521
|
# @!attribute [rw] min_target_capacity
|
|
@@ -34237,17 +34569,19 @@ module Aws::EC2
|
|
|
34237
34569
|
#
|
|
34238
34570
|
# @!attribute [rw] capacity_reservation_options
|
|
34239
34571
|
# The strategy for using unused Capacity Reservations for fulfilling
|
|
34240
|
-
# On-Demand capacity.
|
|
34572
|
+
# On-Demand capacity. Supported only for fleets of type `instant`.
|
|
34241
34573
|
# @return [Types::CapacityReservationOptionsRequest]
|
|
34242
34574
|
#
|
|
34243
34575
|
# @!attribute [rw] single_instance_type
|
|
34244
34576
|
# Indicates that the fleet uses a single instance type to launch all
|
|
34245
|
-
# On-Demand Instances in the fleet.
|
|
34577
|
+
# On-Demand Instances in the fleet. Supported only for fleets of type
|
|
34578
|
+
# `instant`.
|
|
34246
34579
|
# @return [Boolean]
|
|
34247
34580
|
#
|
|
34248
34581
|
# @!attribute [rw] single_availability_zone
|
|
34249
34582
|
# Indicates that the fleet launches all On-Demand Instances into a
|
|
34250
|
-
# single Availability Zone.
|
|
34583
|
+
# single Availability Zone. Supported only for fleets of type
|
|
34584
|
+
# `instant`.
|
|
34251
34585
|
# @return [Boolean]
|
|
34252
34586
|
#
|
|
34253
34587
|
# @!attribute [rw] min_target_capacity
|
|
@@ -34705,13 +35039,23 @@ module Aws::EC2
|
|
|
34705
35039
|
# `partition`.
|
|
34706
35040
|
# @return [Integer]
|
|
34707
35041
|
#
|
|
35042
|
+
# @!attribute [rw] group_id
|
|
35043
|
+
# The ID of the placement group.
|
|
35044
|
+
# @return [String]
|
|
35045
|
+
#
|
|
35046
|
+
# @!attribute [rw] tags
|
|
35047
|
+
# Any tags applied to the placement group.
|
|
35048
|
+
# @return [Array<Types::Tag>]
|
|
35049
|
+
#
|
|
34708
35050
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PlacementGroup AWS API Documentation
|
|
34709
35051
|
#
|
|
34710
35052
|
class PlacementGroup < Struct.new(
|
|
34711
35053
|
:group_name,
|
|
34712
35054
|
:state,
|
|
34713
35055
|
:strategy,
|
|
34714
|
-
:partition_count
|
|
35056
|
+
:partition_count,
|
|
35057
|
+
:group_id,
|
|
35058
|
+
:tags)
|
|
34715
35059
|
include Aws::Structure
|
|
34716
35060
|
end
|
|
34717
35061
|
|
|
@@ -34932,6 +35276,46 @@ module Aws::EC2
|
|
|
34932
35276
|
include Aws::Structure
|
|
34933
35277
|
end
|
|
34934
35278
|
|
|
35279
|
+
# Information about the private DNS name for the service endpoint. For
|
|
35280
|
+
# more information about these parameters, see [VPC Endpoint Service
|
|
35281
|
+
# Private DNS Name Verification][1] in the *Amazon Virtual Private Cloud
|
|
35282
|
+
# User Guide*.
|
|
35283
|
+
#
|
|
35284
|
+
#
|
|
35285
|
+
#
|
|
35286
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/ndpoint-services-dns-validation.html
|
|
35287
|
+
#
|
|
35288
|
+
# @!attribute [rw] state
|
|
35289
|
+
# The verification state of the VPC endpoint service.
|
|
35290
|
+
#
|
|
35291
|
+
# >Consumers of the endpoint service can use the private name only
|
|
35292
|
+
# when the state is `verified`.
|
|
35293
|
+
# @return [String]
|
|
35294
|
+
#
|
|
35295
|
+
# @!attribute [rw] type
|
|
35296
|
+
# The endpoint service verification type, for example TXT.
|
|
35297
|
+
# @return [String]
|
|
35298
|
+
#
|
|
35299
|
+
# @!attribute [rw] value
|
|
35300
|
+
# The value the service provider adds to the private DNS name domain
|
|
35301
|
+
# record before verification.
|
|
35302
|
+
# @return [String]
|
|
35303
|
+
#
|
|
35304
|
+
# @!attribute [rw] name
|
|
35305
|
+
# The name of the record subdomain the service provider needs to
|
|
35306
|
+
# create. The service provider adds the `value` text to the `name`.
|
|
35307
|
+
# @return [String]
|
|
35308
|
+
#
|
|
35309
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PrivateDnsNameConfiguration AWS API Documentation
|
|
35310
|
+
#
|
|
35311
|
+
class PrivateDnsNameConfiguration < Struct.new(
|
|
35312
|
+
:state,
|
|
35313
|
+
:type,
|
|
35314
|
+
:value,
|
|
35315
|
+
:name)
|
|
35316
|
+
include Aws::Structure
|
|
35317
|
+
end
|
|
35318
|
+
|
|
34935
35319
|
# Describes a secondary private IPv4 address for a network interface.
|
|
34936
35320
|
#
|
|
34937
35321
|
# @note When making an API call, you may pass PrivateIpAddressSpecification
|
|
@@ -35251,7 +35635,7 @@ module Aws::EC2
|
|
|
35251
35635
|
# {
|
|
35252
35636
|
# client_token: "String",
|
|
35253
35637
|
# currency_code: "USD", # accepts USD
|
|
35254
|
-
# host_id_set: ["
|
|
35638
|
+
# host_id_set: ["DedicatedHostId"], # required
|
|
35255
35639
|
# limit_price: "String",
|
|
35256
35640
|
# offering_id: "OfferingId", # required
|
|
35257
35641
|
# }
|
|
@@ -36603,6 +36987,7 @@ module Aws::EC2
|
|
|
36603
36987
|
# tenancy: "default", # accepts default, dedicated, host
|
|
36604
36988
|
# spread_domain: "String",
|
|
36605
36989
|
# host_resource_group_arn: "String",
|
|
36990
|
+
# partition_number: 1,
|
|
36606
36991
|
# },
|
|
36607
36992
|
# ram_disk_id: "String",
|
|
36608
36993
|
# disable_api_termination: false,
|
|
@@ -36610,7 +36995,7 @@ module Aws::EC2
|
|
|
36610
36995
|
# user_data: "String",
|
|
36611
36996
|
# tag_specifications: [
|
|
36612
36997
|
# {
|
|
36613
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
36998
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
36614
36999
|
# tags: [
|
|
36615
37000
|
# {
|
|
36616
37001
|
# key: "String",
|
|
@@ -36663,6 +37048,11 @@ module Aws::EC2
|
|
|
36663
37048
|
# hibernation_options: {
|
|
36664
37049
|
# configured: false,
|
|
36665
37050
|
# },
|
|
37051
|
+
# metadata_options: {
|
|
37052
|
+
# http_tokens: "optional", # accepts optional, required
|
|
37053
|
+
# http_put_response_hop_limit: 1,
|
|
37054
|
+
# http_endpoint: "disabled", # accepts disabled, enabled
|
|
37055
|
+
# },
|
|
36666
37056
|
# }
|
|
36667
37057
|
#
|
|
36668
37058
|
# @!attribute [rw] kernel_id
|
|
@@ -36866,6 +37256,16 @@ module Aws::EC2
|
|
|
36866
37256
|
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
|
36867
37257
|
# @return [Types::LaunchTemplateHibernationOptionsRequest]
|
|
36868
37258
|
#
|
|
37259
|
+
# @!attribute [rw] metadata_options
|
|
37260
|
+
# The metadata options for the instance. For more information, see
|
|
37261
|
+
# [Instance Metadata and User Data][1] in the *Amazon Elastic Compute
|
|
37262
|
+
# Cloud User Guide*.
|
|
37263
|
+
#
|
|
37264
|
+
#
|
|
37265
|
+
#
|
|
37266
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
|
|
37267
|
+
# @return [Types::LaunchTemplateInstanceMetadataOptionsRequest]
|
|
37268
|
+
#
|
|
36869
37269
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RequestLaunchTemplateData AWS API Documentation
|
|
36870
37270
|
#
|
|
36871
37271
|
class RequestLaunchTemplateData < Struct.new(
|
|
@@ -36893,7 +37293,8 @@ module Aws::EC2
|
|
|
36893
37293
|
:cpu_options,
|
|
36894
37294
|
:capacity_reservation_specification,
|
|
36895
37295
|
:license_specifications,
|
|
36896
|
-
:hibernation_options
|
|
37296
|
+
:hibernation_options,
|
|
37297
|
+
:metadata_options)
|
|
36897
37298
|
include Aws::Structure
|
|
36898
37299
|
end
|
|
36899
37300
|
|
|
@@ -36987,7 +37388,7 @@ module Aws::EC2
|
|
|
36987
37388
|
# weighted_capacity: 1.0,
|
|
36988
37389
|
# tag_specifications: [
|
|
36989
37390
|
# {
|
|
36990
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
37391
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
36991
37392
|
# tags: [
|
|
36992
37393
|
# {
|
|
36993
37394
|
# key: "String",
|
|
@@ -38352,6 +38753,16 @@ module Aws::EC2
|
|
|
38352
38753
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
|
|
38353
38754
|
# @return [Types::LaunchTemplateHibernationOptions]
|
|
38354
38755
|
#
|
|
38756
|
+
# @!attribute [rw] metadata_options
|
|
38757
|
+
# The metadata options for the instance. For more information, see
|
|
38758
|
+
# [Instance Metadata and User Data][1] in the *Amazon Elastic Compute
|
|
38759
|
+
# Cloud User Guide*.
|
|
38760
|
+
#
|
|
38761
|
+
#
|
|
38762
|
+
#
|
|
38763
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html
|
|
38764
|
+
# @return [Types::LaunchTemplateInstanceMetadataOptions]
|
|
38765
|
+
#
|
|
38355
38766
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ResponseLaunchTemplateData AWS API Documentation
|
|
38356
38767
|
#
|
|
38357
38768
|
class ResponseLaunchTemplateData < Struct.new(
|
|
@@ -38379,7 +38790,8 @@ module Aws::EC2
|
|
|
38379
38790
|
:cpu_options,
|
|
38380
38791
|
:capacity_reservation_specification,
|
|
38381
38792
|
:license_specifications,
|
|
38382
|
-
:hibernation_options
|
|
38793
|
+
:hibernation_options,
|
|
38794
|
+
:metadata_options)
|
|
38383
38795
|
include Aws::Structure
|
|
38384
38796
|
end
|
|
38385
38797
|
|
|
@@ -39042,7 +39454,7 @@ module Aws::EC2
|
|
|
39042
39454
|
# ],
|
|
39043
39455
|
# tag_specifications: [
|
|
39044
39456
|
# {
|
|
39045
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
39457
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
39046
39458
|
# tags: [
|
|
39047
39459
|
# {
|
|
39048
39460
|
# key: "String",
|
|
@@ -40823,7 +41235,7 @@ module Aws::EC2
|
|
|
40823
41235
|
# @return [String]
|
|
40824
41236
|
#
|
|
40825
41237
|
# @!attribute [rw] availability_zones
|
|
40826
|
-
#
|
|
41238
|
+
# The Availability Zones in which the service is available.
|
|
40827
41239
|
# @return [Array<String>]
|
|
40828
41240
|
#
|
|
40829
41241
|
# @!attribute [rw] acceptance_required
|
|
@@ -40832,9 +41244,9 @@ module Aws::EC2
|
|
|
40832
41244
|
# @return [Boolean]
|
|
40833
41245
|
#
|
|
40834
41246
|
# @!attribute [rw] manages_vpc_endpoints
|
|
40835
|
-
# Indicates whether the service manages
|
|
40836
|
-
#
|
|
40837
|
-
#
|
|
41247
|
+
# Indicates whether the service manages its VPC endpoints. Management
|
|
41248
|
+
# of the service VPC endpoints using the VPC endpoint API is
|
|
41249
|
+
# restricted.
|
|
40838
41250
|
# @return [Boolean]
|
|
40839
41251
|
#
|
|
40840
41252
|
# @!attribute [rw] network_load_balancer_arns
|
|
@@ -40850,6 +41262,11 @@ module Aws::EC2
|
|
|
40850
41262
|
# The private DNS name for the service.
|
|
40851
41263
|
# @return [String]
|
|
40852
41264
|
#
|
|
41265
|
+
# @!attribute [rw] private_dns_name_configuration
|
|
41266
|
+
# Information about the endpoint service private DNS name
|
|
41267
|
+
# configuration.
|
|
41268
|
+
# @return [Types::PrivateDnsNameConfiguration]
|
|
41269
|
+
#
|
|
40853
41270
|
# @!attribute [rw] tags
|
|
40854
41271
|
# Any tags assigned to the service.
|
|
40855
41272
|
# @return [Array<Types::Tag>]
|
|
@@ -40867,6 +41284,7 @@ module Aws::EC2
|
|
|
40867
41284
|
:network_load_balancer_arns,
|
|
40868
41285
|
:base_endpoint_dns_names,
|
|
40869
41286
|
:private_dns_name,
|
|
41287
|
+
:private_dns_name_configuration,
|
|
40870
41288
|
:tags)
|
|
40871
41289
|
include Aws::Structure
|
|
40872
41290
|
end
|
|
@@ -40911,15 +41329,22 @@ module Aws::EC2
|
|
|
40911
41329
|
# @return [Boolean]
|
|
40912
41330
|
#
|
|
40913
41331
|
# @!attribute [rw] manages_vpc_endpoints
|
|
40914
|
-
# Indicates whether the service manages
|
|
40915
|
-
#
|
|
40916
|
-
#
|
|
41332
|
+
# Indicates whether the service manages its VPC endpoints. Management
|
|
41333
|
+
# of the service VPC endpoints using the VPC endpoint API is
|
|
41334
|
+
# restricted.
|
|
40917
41335
|
# @return [Boolean]
|
|
40918
41336
|
#
|
|
40919
41337
|
# @!attribute [rw] tags
|
|
40920
41338
|
# Any tags assigned to the service.
|
|
40921
41339
|
# @return [Array<Types::Tag>]
|
|
40922
41340
|
#
|
|
41341
|
+
# @!attribute [rw] private_dns_name_verification_state
|
|
41342
|
+
# The verification state of the VPC endpoint service.
|
|
41343
|
+
#
|
|
41344
|
+
# Consumers of the endpoint service cannot use the private name when
|
|
41345
|
+
# the state is not `verified`.
|
|
41346
|
+
# @return [String]
|
|
41347
|
+
#
|
|
40923
41348
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ServiceDetail AWS API Documentation
|
|
40924
41349
|
#
|
|
40925
41350
|
class ServiceDetail < Struct.new(
|
|
@@ -40933,7 +41358,8 @@ module Aws::EC2
|
|
|
40933
41358
|
:vpc_endpoint_policy_supported,
|
|
40934
41359
|
:acceptance_required,
|
|
40935
41360
|
:manages_vpc_endpoints,
|
|
40936
|
-
:tags
|
|
41361
|
+
:tags,
|
|
41362
|
+
:private_dns_name_verification_state)
|
|
40937
41363
|
include Aws::Structure
|
|
40938
41364
|
end
|
|
40939
41365
|
|
|
@@ -41452,7 +41878,7 @@ module Aws::EC2
|
|
|
41452
41878
|
# weighted_capacity: 1.0,
|
|
41453
41879
|
# tag_specifications: [
|
|
41454
41880
|
# {
|
|
41455
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
41881
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
41456
41882
|
# tags: [
|
|
41457
41883
|
# {
|
|
41458
41884
|
# key: "String",
|
|
@@ -41738,7 +42164,7 @@ module Aws::EC2
|
|
|
41738
42164
|
# weighted_capacity: 1.0,
|
|
41739
42165
|
# tag_specifications: [
|
|
41740
42166
|
# {
|
|
41741
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
42167
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
41742
42168
|
# tags: [
|
|
41743
42169
|
# {
|
|
41744
42170
|
# key: "String",
|
|
@@ -42018,7 +42444,7 @@ module Aws::EC2
|
|
|
42018
42444
|
# data as a hash:
|
|
42019
42445
|
#
|
|
42020
42446
|
# {
|
|
42021
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
42447
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
42022
42448
|
# tags: [
|
|
42023
42449
|
# {
|
|
42024
42450
|
# key: "String",
|
|
@@ -42304,12 +42730,13 @@ module Aws::EC2
|
|
|
42304
42730
|
#
|
|
42305
42731
|
# @!attribute [rw] single_instance_type
|
|
42306
42732
|
# Indicates that the fleet uses a single instance type to launch all
|
|
42307
|
-
# Spot Instances in the fleet.
|
|
42733
|
+
# Spot Instances in the fleet. Supported only for fleets of type
|
|
42734
|
+
# `instant`.
|
|
42308
42735
|
# @return [Boolean]
|
|
42309
42736
|
#
|
|
42310
42737
|
# @!attribute [rw] single_availability_zone
|
|
42311
42738
|
# Indicates that the fleet launches all Spot Instances into a single
|
|
42312
|
-
# Availability Zone.
|
|
42739
|
+
# Availability Zone. Supported only for fleets of type `instant`.
|
|
42313
42740
|
# @return [Boolean]
|
|
42314
42741
|
#
|
|
42315
42742
|
# @!attribute [rw] min_target_capacity
|
|
@@ -42382,12 +42809,13 @@ module Aws::EC2
|
|
|
42382
42809
|
#
|
|
42383
42810
|
# @!attribute [rw] single_instance_type
|
|
42384
42811
|
# Indicates that the fleet uses a single instance type to launch all
|
|
42385
|
-
# Spot Instances in the fleet.
|
|
42812
|
+
# Spot Instances in the fleet. Supported only for fleets of type
|
|
42813
|
+
# `instant`.
|
|
42386
42814
|
# @return [Boolean]
|
|
42387
42815
|
#
|
|
42388
42816
|
# @!attribute [rw] single_availability_zone
|
|
42389
42817
|
# Indicates that the fleet launches all Spot Instances into a single
|
|
42390
|
-
# Availability Zone.
|
|
42818
|
+
# Availability Zone. Supported only for fleets of type `instant`.
|
|
42391
42819
|
# @return [Boolean]
|
|
42392
42820
|
#
|
|
42393
42821
|
# @!attribute [rw] min_target_capacity
|
|
@@ -42617,6 +43045,45 @@ module Aws::EC2
|
|
|
42617
43045
|
include Aws::Structure
|
|
42618
43046
|
end
|
|
42619
43047
|
|
|
43048
|
+
# @note When making an API call, you may pass StartVpcEndpointServicePrivateDnsVerificationRequest
|
|
43049
|
+
# data as a hash:
|
|
43050
|
+
#
|
|
43051
|
+
# {
|
|
43052
|
+
# dry_run: false,
|
|
43053
|
+
# service_id: "ServiceId", # required
|
|
43054
|
+
# }
|
|
43055
|
+
#
|
|
43056
|
+
# @!attribute [rw] dry_run
|
|
43057
|
+
# Checks whether you have the required permissions for the action,
|
|
43058
|
+
# without actually making the request, and provides an error response.
|
|
43059
|
+
# If you have the required permissions, the error response is
|
|
43060
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
43061
|
+
# @return [Boolean]
|
|
43062
|
+
#
|
|
43063
|
+
# @!attribute [rw] service_id
|
|
43064
|
+
# The ID of the endpoint service.
|
|
43065
|
+
# @return [String]
|
|
43066
|
+
#
|
|
43067
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StartVpcEndpointServicePrivateDnsVerificationRequest AWS API Documentation
|
|
43068
|
+
#
|
|
43069
|
+
class StartVpcEndpointServicePrivateDnsVerificationRequest < Struct.new(
|
|
43070
|
+
:dry_run,
|
|
43071
|
+
:service_id)
|
|
43072
|
+
include Aws::Structure
|
|
43073
|
+
end
|
|
43074
|
+
|
|
43075
|
+
# @!attribute [rw] return_value
|
|
43076
|
+
# Returns `true` if the request succeeds; otherwise, it returns an
|
|
43077
|
+
# error.
|
|
43078
|
+
# @return [Boolean]
|
|
43079
|
+
#
|
|
43080
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StartVpcEndpointServicePrivateDnsVerificationResult AWS API Documentation
|
|
43081
|
+
#
|
|
43082
|
+
class StartVpcEndpointServicePrivateDnsVerificationResult < Struct.new(
|
|
43083
|
+
:return_value)
|
|
43084
|
+
include Aws::Structure
|
|
43085
|
+
end
|
|
43086
|
+
|
|
42620
43087
|
# Describes a state change.
|
|
42621
43088
|
#
|
|
42622
43089
|
# @!attribute [rw] code
|
|
@@ -43034,7 +43501,7 @@ module Aws::EC2
|
|
|
43034
43501
|
# data as a hash:
|
|
43035
43502
|
#
|
|
43036
43503
|
# {
|
|
43037
|
-
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
43504
|
+
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
|
|
43038
43505
|
# tags: [
|
|
43039
43506
|
# {
|
|
43040
43507
|
# key: "String",
|
|
@@ -43047,11 +43514,11 @@ module Aws::EC2
|
|
|
43047
43514
|
# The type of resource to tag. Currently, the resource types that
|
|
43048
43515
|
# support tagging on creation are: `capacity-reservation` \|
|
|
43049
43516
|
# `client-vpn-endpoint` \| `dedicated-host` \| `fleet` \| `fpga-image`
|
|
43050
|
-
# \| `instance` \| `
|
|
43051
|
-
# `
|
|
43052
|
-
# `traffic-mirror-
|
|
43053
|
-
# `transit-gateway
|
|
43054
|
-
# `volume`.
|
|
43517
|
+
# \| `instance` \| `key-pair` \| `launch-template` \|
|
|
43518
|
+
# `placement-group` \| `snapshot` \| `traffic-mirror-filter` \|
|
|
43519
|
+
# `traffic-mirror-session` \| `traffic-mirror-target` \|
|
|
43520
|
+
# `transit-gateway` \| `transit-gateway-attachment` \|
|
|
43521
|
+
# `transit-gateway-route-table` \| `volume`.
|
|
43055
43522
|
#
|
|
43056
43523
|
# To tag a resource after it has been created, see [CreateTags][1].
|
|
43057
43524
|
#
|
|
@@ -45785,7 +46252,7 @@ module Aws::EC2
|
|
|
45785
46252
|
# @return [Array<String>]
|
|
45786
46253
|
#
|
|
45787
46254
|
# @!attribute [rw] groups
|
|
45788
|
-
# (Interface endpoint) Information about the security groups
|
|
46255
|
+
# (Interface endpoint) Information about the security groups that are
|
|
45789
46256
|
# associated with the network interface.
|
|
45790
46257
|
# @return [Array<Types::SecurityGroupIdentifier>]
|
|
45791
46258
|
#
|
|
@@ -45808,7 +46275,7 @@ module Aws::EC2
|
|
|
45808
46275
|
# @return [Array<Types::DnsEntry>]
|
|
45809
46276
|
#
|
|
45810
46277
|
# @!attribute [rw] creation_timestamp
|
|
45811
|
-
# The date and time the VPC endpoint was created.
|
|
46278
|
+
# The date and time that the VPC endpoint was created.
|
|
45812
46279
|
# @return [Time]
|
|
45813
46280
|
#
|
|
45814
46281
|
# @!attribute [rw] tags
|
|
@@ -45819,6 +46286,10 @@ module Aws::EC2
|
|
|
45819
46286
|
# The ID of the AWS account that owns the VPC endpoint.
|
|
45820
46287
|
# @return [String]
|
|
45821
46288
|
#
|
|
46289
|
+
# @!attribute [rw] last_error
|
|
46290
|
+
# The last error that occurred for VPC endpoint.
|
|
46291
|
+
# @return [Types::LastError]
|
|
46292
|
+
#
|
|
45822
46293
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpcEndpoint AWS API Documentation
|
|
45823
46294
|
#
|
|
45824
46295
|
class VpcEndpoint < Struct.new(
|
|
@@ -45837,7 +46308,8 @@ module Aws::EC2
|
|
|
45837
46308
|
:dns_entries,
|
|
45838
46309
|
:creation_timestamp,
|
|
45839
46310
|
:tags,
|
|
45840
|
-
:owner_id
|
|
46311
|
+
:owner_id,
|
|
46312
|
+
:last_error)
|
|
45841
46313
|
include Aws::Structure
|
|
45842
46314
|
end
|
|
45843
46315
|
|
|
@@ -45860,7 +46332,7 @@ module Aws::EC2
|
|
|
45860
46332
|
# @return [String]
|
|
45861
46333
|
#
|
|
45862
46334
|
# @!attribute [rw] creation_timestamp
|
|
45863
|
-
# The date and time the VPC endpoint was created.
|
|
46335
|
+
# The date and time that the VPC endpoint was created.
|
|
45864
46336
|
# @return [Time]
|
|
45865
46337
|
#
|
|
45866
46338
|
# @!attribute [rw] dns_entries
|