aws-sdk-ec2 1.126.0 → 1.131.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 +278 -82
- data/lib/aws-sdk-ec2/client_api.rb +68 -6
- 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 +432 -140
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46a96716f46603b98fc964ad7c44fed247b07f33
|
|
4
|
+
data.tar.gz: c3669ad6f64f8d27182dbfaa90f76f8b0a081467
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43c8c7d6a573c20518c2afaf7e0ca909c66a123e0f323f96660ca3bc404e15d50a91276600489feee76c2d82e2efc5830e7594be50414145564d2b76b60643d3
|
|
7
|
+
data.tar.gz: 41aee12a7c91e995676ad46bcaf1c9b732eddf8679b83356ba9ec607f0b29e1080b4983417c6840ac6ff1d16ebd5a513a5572e153c0077a8d7e9e02313c6095b
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -416,7 +416,7 @@ module Aws::EC2
|
|
|
416
416
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
417
417
|
#
|
|
418
418
|
# @option params [required, String] :service_id
|
|
419
|
-
# The ID of the endpoint service.
|
|
419
|
+
# The ID of the VPC endpoint service.
|
|
420
420
|
#
|
|
421
421
|
# @option params [required, Array<String>] :vpc_endpoint_ids
|
|
422
422
|
# The IDs of one or more interface VPC endpoints.
|
|
@@ -801,7 +801,7 @@ module Aws::EC2
|
|
|
801
801
|
# quantity: 1, # required
|
|
802
802
|
# tag_specifications: [
|
|
803
803
|
# {
|
|
804
|
-
# 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
|
|
804
|
+
# 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
|
|
805
805
|
# tags: [
|
|
806
806
|
# {
|
|
807
807
|
# key: "String",
|
|
@@ -1053,6 +1053,9 @@ module Aws::EC2
|
|
|
1053
1053
|
# an instance or network interface that has an existing Elastic IP
|
|
1054
1054
|
# address.
|
|
1055
1055
|
#
|
|
1056
|
+
# You cannot associate an Elastic IP address with an interface in a
|
|
1057
|
+
# different network border group.
|
|
1058
|
+
#
|
|
1056
1059
|
# This is an idempotent operation. If you perform the operation more
|
|
1057
1060
|
# than once, Amazon EC2 doesn't return an error, and you may be charged
|
|
1058
1061
|
# for each time the Elastic IP address is remapped to the same instance.
|
|
@@ -3102,11 +3105,11 @@ module Aws::EC2
|
|
|
3102
3105
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
|
3103
3106
|
#
|
|
3104
3107
|
# @option params [String] :kms_key_id
|
|
3105
|
-
# An identifier for the AWS Key Management Service (AWS KMS)
|
|
3106
|
-
# master key (CMK) to use when creating the encrypted volume.
|
|
3107
|
-
# parameter is only required if you want to use a non-default CMK;
|
|
3108
|
-
# this parameter is not specified, the default CMK for EBS is used.
|
|
3109
|
-
# `KmsKeyId` is specified, the `Encrypted` flag must also be set.
|
|
3108
|
+
# An identifier for the symmetric AWS Key Management Service (AWS KMS)
|
|
3109
|
+
# customer master key (CMK) to use when creating the encrypted volume.
|
|
3110
|
+
# This parameter is only required if you want to use a non-default CMK;
|
|
3111
|
+
# if this parameter is not specified, the default CMK for EBS is used.
|
|
3112
|
+
# If a `KmsKeyId` is specified, the `Encrypted` flag must also be set.
|
|
3110
3113
|
#
|
|
3111
3114
|
# To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias
|
|
3112
3115
|
# name, or alias ARN. When using an alias name, prefix it with
|
|
@@ -3128,6 +3131,8 @@ module Aws::EC2
|
|
|
3128
3131
|
# The specified CMK must exist in the Region that the snapshot is being
|
|
3129
3132
|
# copied to.
|
|
3130
3133
|
#
|
|
3134
|
+
# Amazon EBS does not support asymmetric CMKs.
|
|
3135
|
+
#
|
|
3131
3136
|
# @option params [required, String] :name
|
|
3132
3137
|
# The name of the new AMI in the destination Region.
|
|
3133
3138
|
#
|
|
@@ -3359,7 +3364,7 @@ module Aws::EC2
|
|
|
3359
3364
|
# source_snapshot_id: "String", # required
|
|
3360
3365
|
# tag_specifications: [
|
|
3361
3366
|
# {
|
|
3362
|
-
# 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
|
|
3367
|
+
# 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
|
|
3363
3368
|
# tags: [
|
|
3364
3369
|
# {
|
|
3365
3370
|
# key: "String",
|
|
@@ -3547,7 +3552,7 @@ module Aws::EC2
|
|
|
3547
3552
|
# instance_match_criteria: "open", # accepts open, targeted
|
|
3548
3553
|
# tag_specifications: [
|
|
3549
3554
|
# {
|
|
3550
|
-
# 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
|
|
3555
|
+
# 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
|
|
3551
3556
|
# tags: [
|
|
3552
3557
|
# {
|
|
3553
3558
|
# key: "String",
|
|
@@ -3715,7 +3720,7 @@ module Aws::EC2
|
|
|
3715
3720
|
# client_token: "String",
|
|
3716
3721
|
# tag_specifications: [
|
|
3717
3722
|
# {
|
|
3718
|
-
# 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
|
|
3723
|
+
# 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
|
|
3719
3724
|
# tags: [
|
|
3720
3725
|
# {
|
|
3721
3726
|
# key: "String",
|
|
@@ -4247,6 +4252,9 @@ module Aws::EC2
|
|
|
4247
4252
|
# resp.egress_only_internet_gateway.attachments[0].state #=> String, one of "attaching", "attached", "detaching", "detached"
|
|
4248
4253
|
# resp.egress_only_internet_gateway.attachments[0].vpc_id #=> String
|
|
4249
4254
|
# resp.egress_only_internet_gateway.egress_only_internet_gateway_id #=> String
|
|
4255
|
+
# resp.egress_only_internet_gateway.tags #=> Array
|
|
4256
|
+
# resp.egress_only_internet_gateway.tags[0].key #=> String
|
|
4257
|
+
# resp.egress_only_internet_gateway.tags[0].value #=> String
|
|
4250
4258
|
#
|
|
4251
4259
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateEgressOnlyInternetGateway AWS API Documentation
|
|
4252
4260
|
#
|
|
@@ -4420,7 +4428,7 @@ module Aws::EC2
|
|
|
4420
4428
|
# replace_unhealthy_instances: false,
|
|
4421
4429
|
# tag_specifications: [
|
|
4422
4430
|
# {
|
|
4423
|
-
# 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
|
|
4431
|
+
# 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
|
|
4424
4432
|
# tags: [
|
|
4425
4433
|
# {
|
|
4426
4434
|
# key: "String",
|
|
@@ -4698,7 +4706,7 @@ module Aws::EC2
|
|
|
4698
4706
|
# client_token: "String",
|
|
4699
4707
|
# tag_specifications: [
|
|
4700
4708
|
# {
|
|
4701
|
-
# 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
|
|
4709
|
+
# 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
|
|
4702
4710
|
# tags: [
|
|
4703
4711
|
# {
|
|
4704
4712
|
# key: "String",
|
|
@@ -4897,6 +4905,9 @@ module Aws::EC2
|
|
|
4897
4905
|
# resp.export_task.instance_export_details.target_environment #=> String, one of "citrix", "vmware", "microsoft"
|
|
4898
4906
|
# resp.export_task.state #=> String, one of "active", "cancelling", "cancelled", "completed"
|
|
4899
4907
|
# resp.export_task.status_message #=> String
|
|
4908
|
+
# resp.export_task.tags #=> Array
|
|
4909
|
+
# resp.export_task.tags[0].key #=> String
|
|
4910
|
+
# resp.export_task.tags[0].value #=> String
|
|
4900
4911
|
#
|
|
4901
4912
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateInstanceExportTask AWS API Documentation
|
|
4902
4913
|
#
|
|
@@ -5007,6 +5018,7 @@ module Aws::EC2
|
|
|
5007
5018
|
# * {Types::KeyPair#key_fingerprint #key_fingerprint} => String
|
|
5008
5019
|
# * {Types::KeyPair#key_material #key_material} => String
|
|
5009
5020
|
# * {Types::KeyPair#key_name #key_name} => String
|
|
5021
|
+
# * {Types::KeyPair#key_pair_id #key_pair_id} => String
|
|
5010
5022
|
#
|
|
5011
5023
|
#
|
|
5012
5024
|
# @example Example: To create a key pair
|
|
@@ -5029,6 +5041,7 @@ module Aws::EC2
|
|
|
5029
5041
|
# resp.key_fingerprint #=> String
|
|
5030
5042
|
# resp.key_material #=> String
|
|
5031
5043
|
# resp.key_name #=> String
|
|
5044
|
+
# resp.key_pair_id #=> String
|
|
5032
5045
|
#
|
|
5033
5046
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateKeyPair AWS API Documentation
|
|
5034
5047
|
#
|
|
@@ -5200,7 +5213,7 @@ module Aws::EC2
|
|
|
5200
5213
|
# user_data: "String",
|
|
5201
5214
|
# tag_specifications: [
|
|
5202
5215
|
# {
|
|
5203
|
-
# 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
|
|
5216
|
+
# 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
|
|
5204
5217
|
# tags: [
|
|
5205
5218
|
# {
|
|
5206
5219
|
# key: "String",
|
|
@@ -5256,7 +5269,7 @@ module Aws::EC2
|
|
|
5256
5269
|
# },
|
|
5257
5270
|
# tag_specifications: [
|
|
5258
5271
|
# {
|
|
5259
|
-
# 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
|
|
5272
|
+
# 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
|
|
5260
5273
|
# tags: [
|
|
5261
5274
|
# {
|
|
5262
5275
|
# key: "String",
|
|
@@ -5462,7 +5475,7 @@ module Aws::EC2
|
|
|
5462
5475
|
# user_data: "String",
|
|
5463
5476
|
# tag_specifications: [
|
|
5464
5477
|
# {
|
|
5465
|
-
# 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
|
|
5478
|
+
# 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
|
|
5466
5479
|
# tags: [
|
|
5467
5480
|
# {
|
|
5468
5481
|
# key: "String",
|
|
@@ -5576,7 +5589,7 @@ module Aws::EC2
|
|
|
5576
5589
|
# resp.launch_template_version.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
|
5577
5590
|
# resp.launch_template_version.launch_template_data.user_data #=> String
|
|
5578
5591
|
# resp.launch_template_version.launch_template_data.tag_specifications #=> Array
|
|
5579
|
-
# resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "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"
|
|
5592
|
+
# resp.launch_template_version.launch_template_data.tag_specifications[0].resource_type #=> String, one of "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"
|
|
5580
5593
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags #=> Array
|
|
5581
5594
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].key #=> String
|
|
5582
5595
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].value #=> String
|
|
@@ -5695,6 +5708,9 @@ module Aws::EC2
|
|
|
5695
5708
|
# resp.local_gateway_route_table_vpc_association.local_gateway_id #=> String
|
|
5696
5709
|
# resp.local_gateway_route_table_vpc_association.vpc_id #=> String
|
|
5697
5710
|
# resp.local_gateway_route_table_vpc_association.state #=> String
|
|
5711
|
+
# resp.local_gateway_route_table_vpc_association.tags #=> Array
|
|
5712
|
+
# resp.local_gateway_route_table_vpc_association.tags[0].key #=> String
|
|
5713
|
+
# resp.local_gateway_route_table_vpc_association.tags[0].value #=> String
|
|
5698
5714
|
#
|
|
5699
5715
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateLocalGatewayRouteTableVpcAssociation AWS API Documentation
|
|
5700
5716
|
#
|
|
@@ -6898,7 +6914,7 @@ module Aws::EC2
|
|
|
6898
6914
|
# volume_id: "VolumeId", # required
|
|
6899
6915
|
# tag_specifications: [
|
|
6900
6916
|
# {
|
|
6901
|
-
# 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
|
|
6917
|
+
# 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
|
|
6902
6918
|
# tags: [
|
|
6903
6919
|
# {
|
|
6904
6920
|
# key: "String",
|
|
@@ -6977,7 +6993,7 @@ module Aws::EC2
|
|
|
6977
6993
|
# },
|
|
6978
6994
|
# tag_specifications: [
|
|
6979
6995
|
# {
|
|
6980
|
-
# 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
|
|
6996
|
+
# 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
|
|
6981
6997
|
# tags: [
|
|
6982
6998
|
# {
|
|
6983
6999
|
# key: "String",
|
|
@@ -7357,7 +7373,7 @@ module Aws::EC2
|
|
|
7357
7373
|
# description: "String",
|
|
7358
7374
|
# tag_specifications: [
|
|
7359
7375
|
# {
|
|
7360
|
-
# 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
|
|
7376
|
+
# 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
|
|
7361
7377
|
# tags: [
|
|
7362
7378
|
# {
|
|
7363
7379
|
# key: "String",
|
|
@@ -7631,7 +7647,7 @@ module Aws::EC2
|
|
|
7631
7647
|
# description: "String",
|
|
7632
7648
|
# tag_specifications: [
|
|
7633
7649
|
# {
|
|
7634
|
-
# 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
|
|
7650
|
+
# 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
|
|
7635
7651
|
# tags: [
|
|
7636
7652
|
# {
|
|
7637
7653
|
# key: "String",
|
|
@@ -7730,7 +7746,7 @@ module Aws::EC2
|
|
|
7730
7746
|
# description: "String",
|
|
7731
7747
|
# tag_specifications: [
|
|
7732
7748
|
# {
|
|
7733
|
-
# 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
|
|
7749
|
+
# 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
|
|
7734
7750
|
# tags: [
|
|
7735
7751
|
# {
|
|
7736
7752
|
# key: "String",
|
|
@@ -7823,7 +7839,7 @@ module Aws::EC2
|
|
|
7823
7839
|
# },
|
|
7824
7840
|
# tag_specifications: [
|
|
7825
7841
|
# {
|
|
7826
|
-
# 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
|
|
7842
|
+
# 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
|
|
7827
7843
|
# tags: [
|
|
7828
7844
|
# {
|
|
7829
7845
|
# key: "String",
|
|
@@ -7897,7 +7913,7 @@ module Aws::EC2
|
|
|
7897
7913
|
# transit_gateway_id: "String", # required
|
|
7898
7914
|
# tag_specifications: [
|
|
7899
7915
|
# {
|
|
7900
|
-
# 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
|
|
7916
|
+
# 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
|
|
7901
7917
|
# tags: [
|
|
7902
7918
|
# {
|
|
7903
7919
|
# key: "String",
|
|
@@ -7971,7 +7987,7 @@ module Aws::EC2
|
|
|
7971
7987
|
# peer_region: "String", # required
|
|
7972
7988
|
# tag_specifications: [
|
|
7973
7989
|
# {
|
|
7974
|
-
# 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
|
|
7990
|
+
# 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
|
|
7975
7991
|
# tags: [
|
|
7976
7992
|
# {
|
|
7977
7993
|
# key: "String",
|
|
@@ -8087,7 +8103,7 @@ module Aws::EC2
|
|
|
8087
8103
|
# transit_gateway_id: "String", # required
|
|
8088
8104
|
# tag_specifications: [
|
|
8089
8105
|
# {
|
|
8090
|
-
# 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
|
|
8106
|
+
# 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
|
|
8091
8107
|
# tags: [
|
|
8092
8108
|
# {
|
|
8093
8109
|
# key: "String",
|
|
@@ -8169,7 +8185,7 @@ module Aws::EC2
|
|
|
8169
8185
|
# },
|
|
8170
8186
|
# tag_specifications: [
|
|
8171
8187
|
# {
|
|
8172
|
-
# 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
|
|
8188
|
+
# 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
|
|
8173
8189
|
# tags: [
|
|
8174
8190
|
# {
|
|
8175
8191
|
# key: "String",
|
|
@@ -8416,7 +8432,7 @@ module Aws::EC2
|
|
|
8416
8432
|
# dry_run: false,
|
|
8417
8433
|
# tag_specifications: [
|
|
8418
8434
|
# {
|
|
8419
|
-
# 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
|
|
8435
|
+
# 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
|
|
8420
8436
|
# tags: [
|
|
8421
8437
|
# {
|
|
8422
8438
|
# key: "String",
|
|
@@ -8592,15 +8608,15 @@ module Aws::EC2
|
|
|
8592
8608
|
|
|
8593
8609
|
# Creates a VPC endpoint for a specified service. An endpoint enables
|
|
8594
8610
|
# you to create a private connection between your VPC and the service.
|
|
8595
|
-
# The service may be provided by AWS, an AWS Marketplace
|
|
8611
|
+
# The service may be provided by AWS, an AWS Marketplace Partner, or
|
|
8596
8612
|
# another AWS account. For more information, see [VPC Endpoints][1] in
|
|
8597
8613
|
# the *Amazon Virtual Private Cloud User Guide*.
|
|
8598
8614
|
#
|
|
8599
8615
|
# A `gateway` endpoint serves as a target for a route in your route
|
|
8600
8616
|
# table for traffic destined for the AWS service. You can specify an
|
|
8601
|
-
# endpoint policy to attach to the endpoint
|
|
8602
|
-
# the service from your VPC. You can also specify the VPC route
|
|
8603
|
-
# that use the endpoint.
|
|
8617
|
+
# endpoint policy to attach to the endpoint, which will control access
|
|
8618
|
+
# to the service from your VPC. You can also specify the VPC route
|
|
8619
|
+
# tables that use the endpoint.
|
|
8604
8620
|
#
|
|
8605
8621
|
# An `interface` endpoint is a network interface in your subnet that
|
|
8606
8622
|
# serves as an endpoint for communicating with the specified service.
|
|
@@ -8650,7 +8666,7 @@ module Aws::EC2
|
|
|
8650
8666
|
# associate with the endpoint network interface.
|
|
8651
8667
|
#
|
|
8652
8668
|
# @option params [String] :client_token
|
|
8653
|
-
# Unique, case-sensitive identifier you provide to ensure the
|
|
8669
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
|
8654
8670
|
# idempotency of the request. For more information, see [How to Ensure
|
|
8655
8671
|
# Idempotency][1].
|
|
8656
8672
|
#
|
|
@@ -8659,13 +8675,13 @@ module Aws::EC2
|
|
|
8659
8675
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
|
8660
8676
|
#
|
|
8661
8677
|
# @option params [Boolean] :private_dns_enabled
|
|
8662
|
-
# (Interface endpoint)
|
|
8678
|
+
# (Interface endpoint) Indicates whether to associate a private hosted
|
|
8663
8679
|
# zone with the specified VPC. The private hosted zone contains a record
|
|
8664
8680
|
# set for the default public DNS name for the service for the Region
|
|
8665
|
-
# (for example, `kinesis.us-east-1.amazonaws.com`) which resolves to
|
|
8666
|
-
# private IP addresses of the endpoint network interfaces in the
|
|
8667
|
-
# This enables you to make requests to the default public DNS name
|
|
8668
|
-
# the service instead of the public DNS names that are automatically
|
|
8681
|
+
# (for example, `kinesis.us-east-1.amazonaws.com`), which resolves to
|
|
8682
|
+
# the private IP addresses of the endpoint network interfaces in the
|
|
8683
|
+
# VPC. This enables you to make requests to the default public DNS name
|
|
8684
|
+
# for the service instead of the public DNS names that are automatically
|
|
8669
8685
|
# generated by the VPC endpoint service.
|
|
8670
8686
|
#
|
|
8671
8687
|
# To use a private hosted zone, you must set the following VPC
|
|
@@ -8721,6 +8737,8 @@ module Aws::EC2
|
|
|
8721
8737
|
# resp.vpc_endpoint.tags[0].key #=> String
|
|
8722
8738
|
# resp.vpc_endpoint.tags[0].value #=> String
|
|
8723
8739
|
# resp.vpc_endpoint.owner_id #=> String
|
|
8740
|
+
# resp.vpc_endpoint.last_error.message #=> String
|
|
8741
|
+
# resp.vpc_endpoint.last_error.code #=> String
|
|
8724
8742
|
# resp.client_token #=> String
|
|
8725
8743
|
#
|
|
8726
8744
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpcEndpoint AWS API Documentation
|
|
@@ -8764,7 +8782,7 @@ module Aws::EC2
|
|
|
8764
8782
|
# values are `Accept`, `Connect`, `Delete`, and `Reject`.
|
|
8765
8783
|
#
|
|
8766
8784
|
# @option params [String] :client_token
|
|
8767
|
-
# Unique, case-sensitive identifier you provide to ensure the
|
|
8785
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
|
8768
8786
|
# idempotency of the request. For more information, see [How to Ensure
|
|
8769
8787
|
# Idempotency][1].
|
|
8770
8788
|
#
|
|
@@ -8819,9 +8837,15 @@ module Aws::EC2
|
|
|
8819
8837
|
# Endpoint Services][1] in the *Amazon Virtual Private Cloud User
|
|
8820
8838
|
# Guide*.
|
|
8821
8839
|
#
|
|
8840
|
+
# If you set the private DNS name, you must prove that you own the
|
|
8841
|
+
# private DNS domain name. For more information, see [VPC Endpoint
|
|
8842
|
+
# Service Private DNS Name Verification][2] in the *Amazon Virtual
|
|
8843
|
+
# Private Cloud User Guide*.
|
|
8844
|
+
#
|
|
8822
8845
|
#
|
|
8823
8846
|
#
|
|
8824
8847
|
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html
|
|
8848
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html
|
|
8825
8849
|
#
|
|
8826
8850
|
# @option params [Boolean] :dry_run
|
|
8827
8851
|
# Checks whether you have the required permissions for the action,
|
|
@@ -8830,16 +8854,19 @@ module Aws::EC2
|
|
|
8830
8854
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
8831
8855
|
#
|
|
8832
8856
|
# @option params [Boolean] :acceptance_required
|
|
8833
|
-
#
|
|
8834
|
-
# to your service must be accepted. To accept a request, use
|
|
8857
|
+
# Indicates whether requests from service consumers to create an
|
|
8858
|
+
# endpoint to your service must be accepted. To accept a request, use
|
|
8835
8859
|
# AcceptVpcEndpointConnections.
|
|
8836
8860
|
#
|
|
8861
|
+
# @option params [String] :private_dns_name
|
|
8862
|
+
# The private DNS name to assign to the VPC endpoint service.
|
|
8863
|
+
#
|
|
8837
8864
|
# @option params [required, Array<String>] :network_load_balancer_arns
|
|
8838
8865
|
# The Amazon Resource Names (ARNs) of one or more Network Load Balancers
|
|
8839
8866
|
# for your service.
|
|
8840
8867
|
#
|
|
8841
8868
|
# @option params [String] :client_token
|
|
8842
|
-
# Unique, case-sensitive identifier you provide to ensure the
|
|
8869
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
|
8843
8870
|
# idempotency of the request. For more information, see [How to Ensure
|
|
8844
8871
|
# Idempotency][1].
|
|
8845
8872
|
#
|
|
@@ -8857,6 +8884,7 @@ module Aws::EC2
|
|
|
8857
8884
|
# resp = client.create_vpc_endpoint_service_configuration({
|
|
8858
8885
|
# dry_run: false,
|
|
8859
8886
|
# acceptance_required: false,
|
|
8887
|
+
# private_dns_name: "String",
|
|
8860
8888
|
# network_load_balancer_arns: ["String"], # required
|
|
8861
8889
|
# client_token: "String",
|
|
8862
8890
|
# })
|
|
@@ -8877,6 +8905,10 @@ module Aws::EC2
|
|
|
8877
8905
|
# resp.service_configuration.base_endpoint_dns_names #=> Array
|
|
8878
8906
|
# resp.service_configuration.base_endpoint_dns_names[0] #=> String
|
|
8879
8907
|
# resp.service_configuration.private_dns_name #=> String
|
|
8908
|
+
# resp.service_configuration.private_dns_name_configuration.state #=> String, one of "pendingVerification", "verified", "failed"
|
|
8909
|
+
# resp.service_configuration.private_dns_name_configuration.type #=> String
|
|
8910
|
+
# resp.service_configuration.private_dns_name_configuration.value #=> String
|
|
8911
|
+
# resp.service_configuration.private_dns_name_configuration.name #=> String
|
|
8880
8912
|
# resp.service_configuration.tags #=> Array
|
|
8881
8913
|
# resp.service_configuration.tags[0].key #=> String
|
|
8882
8914
|
# resp.service_configuration.tags[0].value #=> String
|
|
@@ -9668,7 +9700,7 @@ module Aws::EC2
|
|
|
9668
9700
|
# @example Request syntax with placeholder values
|
|
9669
9701
|
#
|
|
9670
9702
|
# resp = client.delete_key_pair({
|
|
9671
|
-
# key_name: "
|
|
9703
|
+
# key_name: "KeyPairName", # required
|
|
9672
9704
|
# dry_run: false,
|
|
9673
9705
|
# })
|
|
9674
9706
|
#
|
|
@@ -9911,6 +9943,9 @@ module Aws::EC2
|
|
|
9911
9943
|
# resp.local_gateway_route_table_vpc_association.local_gateway_id #=> String
|
|
9912
9944
|
# resp.local_gateway_route_table_vpc_association.vpc_id #=> String
|
|
9913
9945
|
# resp.local_gateway_route_table_vpc_association.state #=> String
|
|
9946
|
+
# resp.local_gateway_route_table_vpc_association.tags #=> Array
|
|
9947
|
+
# resp.local_gateway_route_table_vpc_association.tags[0].key #=> String
|
|
9948
|
+
# resp.local_gateway_route_table_vpc_association.tags[0].value #=> String
|
|
9914
9949
|
#
|
|
9915
9950
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteLocalGatewayRouteTableVpcAssociation AWS API Documentation
|
|
9916
9951
|
#
|
|
@@ -11717,6 +11752,9 @@ module Aws::EC2
|
|
|
11717
11752
|
# * `instance-id` - The ID of the instance the address is associated
|
|
11718
11753
|
# with, if any.
|
|
11719
11754
|
#
|
|
11755
|
+
# * `network-border-group` - The location from where the IP address is
|
|
11756
|
+
# advertised.
|
|
11757
|
+
#
|
|
11720
11758
|
# * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
|
|
11721
11759
|
# that the address is associated with, if any.
|
|
11722
11760
|
#
|
|
@@ -13142,6 +13180,19 @@ module Aws::EC2
|
|
|
13142
13180
|
# @option params [String] :next_token
|
|
13143
13181
|
# The token for the next page of results.
|
|
13144
13182
|
#
|
|
13183
|
+
# @option params [Array<Types::Filter>] :filters
|
|
13184
|
+
# One or more filters.
|
|
13185
|
+
#
|
|
13186
|
+
# * `tag`\:<key> - The key/value combination of a tag assigned to
|
|
13187
|
+
# the resource. Use the tag key in the filter name and the tag value
|
|
13188
|
+
# as the filter value. For example, to find all resources that have a
|
|
13189
|
+
# tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
|
|
13190
|
+
# for the filter name and `TeamA` for the filter value.
|
|
13191
|
+
#
|
|
13192
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
|
13193
|
+
# filter to find all resources assigned a tag with a specific key,
|
|
13194
|
+
# regardless of the tag value.
|
|
13195
|
+
#
|
|
13145
13196
|
# @return [Types::DescribeEgressOnlyInternetGatewaysResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
13146
13197
|
#
|
|
13147
13198
|
# * {Types::DescribeEgressOnlyInternetGatewaysResult#egress_only_internet_gateways #egress_only_internet_gateways} => Array<Types::EgressOnlyInternetGateway>
|
|
@@ -13154,6 +13205,12 @@ module Aws::EC2
|
|
|
13154
13205
|
# egress_only_internet_gateway_ids: ["EgressOnlyInternetGatewayId"],
|
|
13155
13206
|
# max_results: 1,
|
|
13156
13207
|
# next_token: "String",
|
|
13208
|
+
# filters: [
|
|
13209
|
+
# {
|
|
13210
|
+
# name: "String",
|
|
13211
|
+
# values: ["String"],
|
|
13212
|
+
# },
|
|
13213
|
+
# ],
|
|
13157
13214
|
# })
|
|
13158
13215
|
#
|
|
13159
13216
|
# @example Response structure
|
|
@@ -13163,6 +13220,9 @@ module Aws::EC2
|
|
|
13163
13220
|
# resp.egress_only_internet_gateways[0].attachments[0].state #=> String, one of "attaching", "attached", "detaching", "detached"
|
|
13164
13221
|
# resp.egress_only_internet_gateways[0].attachments[0].vpc_id #=> String
|
|
13165
13222
|
# resp.egress_only_internet_gateways[0].egress_only_internet_gateway_id #=> String
|
|
13223
|
+
# resp.egress_only_internet_gateways[0].tags #=> Array
|
|
13224
|
+
# resp.egress_only_internet_gateways[0].tags[0].key #=> String
|
|
13225
|
+
# resp.egress_only_internet_gateways[0].tags[0].value #=> String
|
|
13166
13226
|
# resp.next_token #=> String
|
|
13167
13227
|
#
|
|
13168
13228
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeEgressOnlyInternetGateways AWS API Documentation
|
|
@@ -13247,6 +13307,9 @@ module Aws::EC2
|
|
|
13247
13307
|
# resp.elastic_gpu_set[0].elastic_gpu_health.status #=> String, one of "OK", "IMPAIRED"
|
|
13248
13308
|
# resp.elastic_gpu_set[0].elastic_gpu_state #=> String, one of "ATTACHED"
|
|
13249
13309
|
# resp.elastic_gpu_set[0].instance_id #=> String
|
|
13310
|
+
# resp.elastic_gpu_set[0].tags #=> Array
|
|
13311
|
+
# resp.elastic_gpu_set[0].tags[0].key #=> String
|
|
13312
|
+
# resp.elastic_gpu_set[0].tags[0].value #=> String
|
|
13250
13313
|
# resp.max_results #=> Integer
|
|
13251
13314
|
# resp.next_token #=> String
|
|
13252
13315
|
#
|
|
@@ -13329,6 +13392,8 @@ module Aws::EC2
|
|
|
13329
13392
|
# @option params [Array<String>] :export_task_ids
|
|
13330
13393
|
# The export task IDs.
|
|
13331
13394
|
#
|
|
13395
|
+
# @option params [Array<Types::Filter>] :filters
|
|
13396
|
+
#
|
|
13332
13397
|
# @return [Types::DescribeExportTasksResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
13333
13398
|
#
|
|
13334
13399
|
# * {Types::DescribeExportTasksResult#export_tasks #export_tasks} => Array<Types::ExportTask>
|
|
@@ -13337,6 +13402,12 @@ module Aws::EC2
|
|
|
13337
13402
|
#
|
|
13338
13403
|
# resp = client.describe_export_tasks({
|
|
13339
13404
|
# export_task_ids: ["String"],
|
|
13405
|
+
# filters: [
|
|
13406
|
+
# {
|
|
13407
|
+
# name: "String",
|
|
13408
|
+
# values: ["String"],
|
|
13409
|
+
# },
|
|
13410
|
+
# ],
|
|
13340
13411
|
# })
|
|
13341
13412
|
#
|
|
13342
13413
|
# @example Response structure
|
|
@@ -13352,6 +13423,9 @@ module Aws::EC2
|
|
|
13352
13423
|
# resp.export_tasks[0].instance_export_details.target_environment #=> String, one of "citrix", "vmware", "microsoft"
|
|
13353
13424
|
# resp.export_tasks[0].state #=> String, one of "active", "cancelling", "cancelled", "completed"
|
|
13354
13425
|
# resp.export_tasks[0].status_message #=> String
|
|
13426
|
+
# resp.export_tasks[0].tags #=> Array
|
|
13427
|
+
# resp.export_tasks[0].tags[0].key #=> String
|
|
13428
|
+
# resp.export_tasks[0].tags[0].value #=> String
|
|
13355
13429
|
#
|
|
13356
13430
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeExportTasks AWS API Documentation
|
|
13357
13431
|
#
|
|
@@ -14890,6 +14964,9 @@ module Aws::EC2
|
|
|
14890
14964
|
# resp.import_image_tasks[0].snapshot_details[0].user_bucket.s3_key #=> String
|
|
14891
14965
|
# resp.import_image_tasks[0].status #=> String
|
|
14892
14966
|
# resp.import_image_tasks[0].status_message #=> String
|
|
14967
|
+
# resp.import_image_tasks[0].tags #=> Array
|
|
14968
|
+
# resp.import_image_tasks[0].tags[0].key #=> String
|
|
14969
|
+
# resp.import_image_tasks[0].tags[0].value #=> String
|
|
14893
14970
|
# resp.import_image_tasks[0].license_specifications #=> Array
|
|
14894
14971
|
# resp.import_image_tasks[0].license_specifications[0].license_configuration_arn #=> String
|
|
14895
14972
|
# resp.next_token #=> String
|
|
@@ -14962,6 +15039,9 @@ module Aws::EC2
|
|
|
14962
15039
|
# resp.import_snapshot_tasks[0].snapshot_task_detail.url #=> String
|
|
14963
15040
|
# resp.import_snapshot_tasks[0].snapshot_task_detail.user_bucket.s3_bucket #=> String
|
|
14964
15041
|
# resp.import_snapshot_tasks[0].snapshot_task_detail.user_bucket.s3_key #=> String
|
|
15042
|
+
# resp.import_snapshot_tasks[0].tags #=> Array
|
|
15043
|
+
# resp.import_snapshot_tasks[0].tags[0].key #=> String
|
|
15044
|
+
# resp.import_snapshot_tasks[0].tags[0].value #=> String
|
|
14965
15045
|
# resp.next_token #=> String
|
|
14966
15046
|
#
|
|
14967
15047
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImportSnapshotTasks AWS API Documentation
|
|
@@ -15627,8 +15707,8 @@ module Aws::EC2
|
|
|
15627
15707
|
# resp.instance_types[0].free_tier_eligible #=> Boolean
|
|
15628
15708
|
# resp.instance_types[0].supported_usage_classes #=> Array
|
|
15629
15709
|
# resp.instance_types[0].supported_usage_classes[0] #=> String, one of "spot", "on-demand"
|
|
15630
|
-
# resp.instance_types[0].
|
|
15631
|
-
# resp.instance_types[0].
|
|
15710
|
+
# resp.instance_types[0].supported_root_device_types #=> Array
|
|
15711
|
+
# resp.instance_types[0].supported_root_device_types[0] #=> String, one of "ebs", "instance-store"
|
|
15632
15712
|
# resp.instance_types[0].bare_metal #=> Boolean
|
|
15633
15713
|
# resp.instance_types[0].hypervisor #=> String, one of "nitro", "xen"
|
|
15634
15714
|
# resp.instance_types[0].processor_info.supported_architectures #=> Array
|
|
@@ -16359,6 +16439,9 @@ module Aws::EC2
|
|
|
16359
16439
|
#
|
|
16360
16440
|
# Default: Describes all your key pairs.
|
|
16361
16441
|
#
|
|
16442
|
+
# @option params [Array<String>] :key_pair_ids
|
|
16443
|
+
# The IDs of the key pairs.
|
|
16444
|
+
#
|
|
16362
16445
|
# @option params [Boolean] :dry_run
|
|
16363
16446
|
# Checks whether you have the required permissions for the action,
|
|
16364
16447
|
# without actually making the request, and provides an error response.
|
|
@@ -16400,14 +16483,19 @@ module Aws::EC2
|
|
|
16400
16483
|
# },
|
|
16401
16484
|
# ],
|
|
16402
16485
|
# key_names: ["String"],
|
|
16486
|
+
# key_pair_ids: ["String"],
|
|
16403
16487
|
# dry_run: false,
|
|
16404
16488
|
# })
|
|
16405
16489
|
#
|
|
16406
16490
|
# @example Response structure
|
|
16407
16491
|
#
|
|
16408
16492
|
# resp.key_pairs #=> Array
|
|
16493
|
+
# resp.key_pairs[0].key_pair_id #=> String
|
|
16409
16494
|
# resp.key_pairs[0].key_fingerprint #=> String
|
|
16410
16495
|
# resp.key_pairs[0].key_name #=> String
|
|
16496
|
+
# resp.key_pairs[0].tags #=> Array
|
|
16497
|
+
# resp.key_pairs[0].tags[0].key #=> String
|
|
16498
|
+
# resp.key_pairs[0].tags[0].value #=> String
|
|
16411
16499
|
#
|
|
16412
16500
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeKeyPairs AWS API Documentation
|
|
16413
16501
|
#
|
|
@@ -16618,7 +16706,7 @@ module Aws::EC2
|
|
|
16618
16706
|
# resp.launch_template_versions[0].launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
|
16619
16707
|
# resp.launch_template_versions[0].launch_template_data.user_data #=> String
|
|
16620
16708
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications #=> Array
|
|
16621
|
-
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "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"
|
|
16709
|
+
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "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"
|
|
16622
16710
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags #=> Array
|
|
16623
16711
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].key #=> String
|
|
16624
16712
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].value #=> String
|
|
@@ -16815,6 +16903,9 @@ module Aws::EC2
|
|
|
16815
16903
|
# resp.local_gateway_route_table_virtual_interface_group_associations[0].local_gateway_id #=> String
|
|
16816
16904
|
# resp.local_gateway_route_table_virtual_interface_group_associations[0].local_gateway_route_table_id #=> String
|
|
16817
16905
|
# resp.local_gateway_route_table_virtual_interface_group_associations[0].state #=> String
|
|
16906
|
+
# resp.local_gateway_route_table_virtual_interface_group_associations[0].tags #=> Array
|
|
16907
|
+
# resp.local_gateway_route_table_virtual_interface_group_associations[0].tags[0].key #=> String
|
|
16908
|
+
# resp.local_gateway_route_table_virtual_interface_group_associations[0].tags[0].value #=> String
|
|
16818
16909
|
# resp.next_token #=> String
|
|
16819
16910
|
#
|
|
16820
16911
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations AWS API Documentation
|
|
@@ -16877,6 +16968,9 @@ module Aws::EC2
|
|
|
16877
16968
|
# resp.local_gateway_route_table_vpc_associations[0].local_gateway_id #=> String
|
|
16878
16969
|
# resp.local_gateway_route_table_vpc_associations[0].vpc_id #=> String
|
|
16879
16970
|
# resp.local_gateway_route_table_vpc_associations[0].state #=> String
|
|
16971
|
+
# resp.local_gateway_route_table_vpc_associations[0].tags #=> Array
|
|
16972
|
+
# resp.local_gateway_route_table_vpc_associations[0].tags[0].key #=> String
|
|
16973
|
+
# resp.local_gateway_route_table_vpc_associations[0].tags[0].value #=> String
|
|
16880
16974
|
# resp.next_token #=> String
|
|
16881
16975
|
#
|
|
16882
16976
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLocalGatewayRouteTableVpcAssociations AWS API Documentation
|
|
@@ -16939,6 +17033,9 @@ module Aws::EC2
|
|
|
16939
17033
|
# resp.local_gateway_route_tables[0].local_gateway_id #=> String
|
|
16940
17034
|
# resp.local_gateway_route_tables[0].outpost_arn #=> String
|
|
16941
17035
|
# resp.local_gateway_route_tables[0].state #=> String
|
|
17036
|
+
# resp.local_gateway_route_tables[0].tags #=> Array
|
|
17037
|
+
# resp.local_gateway_route_tables[0].tags[0].key #=> String
|
|
17038
|
+
# resp.local_gateway_route_tables[0].tags[0].value #=> String
|
|
16942
17039
|
# resp.next_token #=> String
|
|
16943
17040
|
#
|
|
16944
17041
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLocalGatewayRouteTables AWS API Documentation
|
|
@@ -16999,6 +17096,9 @@ module Aws::EC2
|
|
|
16999
17096
|
# resp.local_gateway_virtual_interface_groups[0].local_gateway_virtual_interface_ids #=> Array
|
|
17000
17097
|
# resp.local_gateway_virtual_interface_groups[0].local_gateway_virtual_interface_ids[0] #=> String
|
|
17001
17098
|
# resp.local_gateway_virtual_interface_groups[0].local_gateway_id #=> String
|
|
17099
|
+
# resp.local_gateway_virtual_interface_groups[0].tags #=> Array
|
|
17100
|
+
# resp.local_gateway_virtual_interface_groups[0].tags[0].key #=> String
|
|
17101
|
+
# resp.local_gateway_virtual_interface_groups[0].tags[0].value #=> String
|
|
17002
17102
|
# resp.next_token #=> String
|
|
17003
17103
|
#
|
|
17004
17104
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLocalGatewayVirtualInterfaceGroups AWS API Documentation
|
|
@@ -17062,6 +17162,9 @@ module Aws::EC2
|
|
|
17062
17162
|
# resp.local_gateway_virtual_interfaces[0].peer_address #=> String
|
|
17063
17163
|
# resp.local_gateway_virtual_interfaces[0].local_bgp_asn #=> Integer
|
|
17064
17164
|
# resp.local_gateway_virtual_interfaces[0].peer_bgp_asn #=> Integer
|
|
17165
|
+
# resp.local_gateway_virtual_interfaces[0].tags #=> Array
|
|
17166
|
+
# resp.local_gateway_virtual_interfaces[0].tags[0].key #=> String
|
|
17167
|
+
# resp.local_gateway_virtual_interfaces[0].tags[0].value #=> String
|
|
17065
17168
|
# resp.next_token #=> String
|
|
17066
17169
|
#
|
|
17067
17170
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLocalGatewayVirtualInterfaces AWS API Documentation
|
|
@@ -17123,6 +17226,9 @@ module Aws::EC2
|
|
|
17123
17226
|
# resp.local_gateways[0].outpost_arn #=> String
|
|
17124
17227
|
# resp.local_gateways[0].owner_id #=> String
|
|
17125
17228
|
# resp.local_gateways[0].state #=> String
|
|
17229
|
+
# resp.local_gateways[0].tags #=> Array
|
|
17230
|
+
# resp.local_gateways[0].tags[0].key #=> String
|
|
17231
|
+
# resp.local_gateways[0].tags[0].value #=> String
|
|
17126
17232
|
# resp.next_token #=> String
|
|
17127
17233
|
#
|
|
17128
17234
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLocalGateways AWS API Documentation
|
|
@@ -17869,7 +17975,8 @@ module Aws::EC2
|
|
|
17869
17975
|
# @option params [Integer] :max_results
|
|
17870
17976
|
# The maximum number of items to return for this request. The request
|
|
17871
17977
|
# returns a token that you can specify in a subsequent call to get the
|
|
17872
|
-
# next set of results.
|
|
17978
|
+
# next set of results. You cannot specify this parameter and the network
|
|
17979
|
+
# interface IDs parameter in the same request.
|
|
17873
17980
|
#
|
|
17874
17981
|
# @return [Types::DescribeNetworkInterfacesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
17875
17982
|
#
|
|
@@ -18045,6 +18152,9 @@ module Aws::EC2
|
|
|
18045
18152
|
# Default: Describes all your placement groups, or only those otherwise
|
|
18046
18153
|
# specified.
|
|
18047
18154
|
#
|
|
18155
|
+
# @option params [Array<String>] :group_ids
|
|
18156
|
+
# The IDs of the placement groups.
|
|
18157
|
+
#
|
|
18048
18158
|
# @return [Types::DescribePlacementGroupsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
18049
18159
|
#
|
|
18050
18160
|
# * {Types::DescribePlacementGroupsResult#placement_groups #placement_groups} => Array<Types::PlacementGroup>
|
|
@@ -18060,6 +18170,7 @@ module Aws::EC2
|
|
|
18060
18170
|
# ],
|
|
18061
18171
|
# dry_run: false,
|
|
18062
18172
|
# group_names: ["String"],
|
|
18173
|
+
# group_ids: ["String"],
|
|
18063
18174
|
# })
|
|
18064
18175
|
#
|
|
18065
18176
|
# @example Response structure
|
|
@@ -18069,6 +18180,10 @@ module Aws::EC2
|
|
|
18069
18180
|
# resp.placement_groups[0].state #=> String, one of "pending", "available", "deleting", "deleted"
|
|
18070
18181
|
# resp.placement_groups[0].strategy #=> String, one of "cluster", "spread", "partition"
|
|
18071
18182
|
# resp.placement_groups[0].partition_count #=> Integer
|
|
18183
|
+
# resp.placement_groups[0].group_id #=> String
|
|
18184
|
+
# resp.placement_groups[0].tags #=> Array
|
|
18185
|
+
# resp.placement_groups[0].tags[0].key #=> String
|
|
18186
|
+
# resp.placement_groups[0].tags[0].value #=> String
|
|
18072
18187
|
#
|
|
18073
18188
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribePlacementGroups AWS API Documentation
|
|
18074
18189
|
#
|
|
@@ -20495,7 +20610,7 @@ module Aws::EC2
|
|
|
20495
20610
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].user_data #=> String
|
|
20496
20611
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].weighted_capacity #=> Float
|
|
20497
20612
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications #=> Array
|
|
20498
|
-
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "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"
|
|
20613
|
+
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].resource_type #=> String, one of "client-vpn-endpoint", "customer-gateway", "dedicated-host", "dhcp-options", "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"
|
|
20499
20614
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags #=> Array
|
|
20500
20615
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].key #=> String
|
|
20501
20616
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].value #=> String
|
|
@@ -21360,7 +21475,7 @@ module Aws::EC2
|
|
|
21360
21475
|
# resp.tags #=> Array
|
|
21361
21476
|
# resp.tags[0].key #=> String
|
|
21362
21477
|
# resp.tags[0].resource_id #=> String
|
|
21363
|
-
# resp.tags[0].resource_type #=> String, one of "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"
|
|
21478
|
+
# resp.tags[0].resource_type #=> String, one of "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"
|
|
21364
21479
|
# resp.tags[0].value #=> String
|
|
21365
21480
|
#
|
|
21366
21481
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTags AWS API Documentation
|
|
@@ -22973,7 +23088,7 @@ module Aws::EC2
|
|
|
22973
23088
|
# @option params [Array<Types::Filter>] :filters
|
|
22974
23089
|
# One or more filters.
|
|
22975
23090
|
#
|
|
22976
|
-
# * `connection-notification-arn` - The ARN of SNS topic for the
|
|
23091
|
+
# * `connection-notification-arn` - The ARN of the SNS topic for the
|
|
22977
23092
|
# notification.
|
|
22978
23093
|
#
|
|
22979
23094
|
# * `connection-notification-id` - The ID of the notification.
|
|
@@ -23064,8 +23179,8 @@ module Aws::EC2
|
|
|
23064
23179
|
# The maximum number of results to return for the request in a single
|
|
23065
23180
|
# page. The remaining results of the initial request can be seen by
|
|
23066
23181
|
# sending another request with the returned `NextToken` value. This
|
|
23067
|
-
# value can be between 5 and
|
|
23068
|
-
# larger than
|
|
23182
|
+
# value can be between 5 and 1,000; if `MaxResults` is given a value
|
|
23183
|
+
# larger than 1,000, only 1,000 results are returned.
|
|
23069
23184
|
#
|
|
23070
23185
|
# @option params [String] :next_token
|
|
23071
23186
|
# The token to retrieve the next page of results.
|
|
@@ -23149,8 +23264,8 @@ module Aws::EC2
|
|
|
23149
23264
|
# The maximum number of results to return for the request in a single
|
|
23150
23265
|
# page. The remaining results of the initial request can be seen by
|
|
23151
23266
|
# sending another request with the returned `NextToken` value. This
|
|
23152
|
-
# value can be between 5 and
|
|
23153
|
-
# larger than
|
|
23267
|
+
# value can be between 5 and 1,000; if `MaxResults` is given a value
|
|
23268
|
+
# larger than 1,000, only 1,000 results are returned.
|
|
23154
23269
|
#
|
|
23155
23270
|
# @option params [String] :next_token
|
|
23156
23271
|
# The token to retrieve the next page of results.
|
|
@@ -23192,6 +23307,10 @@ module Aws::EC2
|
|
|
23192
23307
|
# resp.service_configurations[0].base_endpoint_dns_names #=> Array
|
|
23193
23308
|
# resp.service_configurations[0].base_endpoint_dns_names[0] #=> String
|
|
23194
23309
|
# resp.service_configurations[0].private_dns_name #=> String
|
|
23310
|
+
# resp.service_configurations[0].private_dns_name_configuration.state #=> String, one of "pendingVerification", "verified", "failed"
|
|
23311
|
+
# resp.service_configurations[0].private_dns_name_configuration.type #=> String
|
|
23312
|
+
# resp.service_configurations[0].private_dns_name_configuration.value #=> String
|
|
23313
|
+
# resp.service_configurations[0].private_dns_name_configuration.name #=> String
|
|
23195
23314
|
# resp.service_configurations[0].tags #=> Array
|
|
23196
23315
|
# resp.service_configurations[0].tags[0].key #=> String
|
|
23197
23316
|
# resp.service_configurations[0].tags[0].value #=> String
|
|
@@ -23230,8 +23349,8 @@ module Aws::EC2
|
|
|
23230
23349
|
# The maximum number of results to return for the request in a single
|
|
23231
23350
|
# page. The remaining results of the initial request can be seen by
|
|
23232
23351
|
# sending another request with the returned `NextToken` value. This
|
|
23233
|
-
# value can be between 5 and
|
|
23234
|
-
# larger than
|
|
23352
|
+
# value can be between 5 and 1,000; if `MaxResults` is given a value
|
|
23353
|
+
# larger than 1,000, only 1,000 results are returned.
|
|
23235
23354
|
#
|
|
23236
23355
|
# @option params [String] :next_token
|
|
23237
23356
|
# The token to retrieve the next page of results.
|
|
@@ -23286,7 +23405,7 @@ module Aws::EC2
|
|
|
23286
23405
|
# @option params [Array<Types::Filter>] :filters
|
|
23287
23406
|
# One or more filters.
|
|
23288
23407
|
#
|
|
23289
|
-
# * `service-name
|
|
23408
|
+
# * `service-name` - The name of the service.
|
|
23290
23409
|
#
|
|
23291
23410
|
# * `tag`\:<key> - The key/value combination of a tag assigned to
|
|
23292
23411
|
# the resource. Use the tag key in the filter name and the tag value
|
|
@@ -23303,7 +23422,7 @@ module Aws::EC2
|
|
|
23303
23422
|
# returns a token that you can specify in a subsequent call to get the
|
|
23304
23423
|
# next set of results.
|
|
23305
23424
|
#
|
|
23306
|
-
# Constraint: If the value is greater than
|
|
23425
|
+
# Constraint: If the value is greater than 1,000, we return only 1,000
|
|
23307
23426
|
# items.
|
|
23308
23427
|
#
|
|
23309
23428
|
# @option params [String] :next_token
|
|
@@ -23352,6 +23471,7 @@ module Aws::EC2
|
|
|
23352
23471
|
# resp.service_details[0].tags #=> Array
|
|
23353
23472
|
# resp.service_details[0].tags[0].key #=> String
|
|
23354
23473
|
# resp.service_details[0].tags[0].value #=> String
|
|
23474
|
+
# resp.service_details[0].private_dns_name_verification_state #=> String, one of "pendingVerification", "verified", "failed"
|
|
23355
23475
|
# resp.next_token #=> String
|
|
23356
23476
|
#
|
|
23357
23477
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcEndpointServices AWS API Documentation
|
|
@@ -23377,11 +23497,11 @@ module Aws::EC2
|
|
|
23377
23497
|
# @option params [Array<Types::Filter>] :filters
|
|
23378
23498
|
# One or more filters.
|
|
23379
23499
|
#
|
|
23380
|
-
# * `service-name
|
|
23500
|
+
# * `service-name` - The name of the service.
|
|
23381
23501
|
#
|
|
23382
|
-
# * `vpc-id
|
|
23502
|
+
# * `vpc-id` - The ID of the VPC in which the endpoint resides.
|
|
23383
23503
|
#
|
|
23384
|
-
# * `vpc-endpoint-id
|
|
23504
|
+
# * `vpc-endpoint-id` - The ID of the endpoint.
|
|
23385
23505
|
#
|
|
23386
23506
|
# * `vpc-endpoint-state` - The state of the endpoint
|
|
23387
23507
|
# (`pendingAcceptance` \| `pending` \| `available` \| `deleting` \|
|
|
@@ -23402,7 +23522,7 @@ module Aws::EC2
|
|
|
23402
23522
|
# returns a token that you can specify in a subsequent call to get the
|
|
23403
23523
|
# next set of results.
|
|
23404
23524
|
#
|
|
23405
|
-
# Constraint: If the value is greater than
|
|
23525
|
+
# Constraint: If the value is greater than 1,000, we return only 1,000
|
|
23406
23526
|
# items.
|
|
23407
23527
|
#
|
|
23408
23528
|
# @option params [String] :next_token
|
|
@@ -23457,6 +23577,8 @@ module Aws::EC2
|
|
|
23457
23577
|
# resp.vpc_endpoints[0].tags[0].key #=> String
|
|
23458
23578
|
# resp.vpc_endpoints[0].tags[0].value #=> String
|
|
23459
23579
|
# resp.vpc_endpoints[0].owner_id #=> String
|
|
23580
|
+
# resp.vpc_endpoints[0].last_error.message #=> String
|
|
23581
|
+
# resp.vpc_endpoints[0].last_error.code #=> String
|
|
23460
23582
|
# resp.next_token #=> String
|
|
23461
23583
|
#
|
|
23462
23584
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcEndpoints AWS API Documentation
|
|
@@ -25917,7 +26039,7 @@ module Aws::EC2
|
|
|
25917
26039
|
# @example Request syntax with placeholder values
|
|
25918
26040
|
#
|
|
25919
26041
|
# resp = client.get_host_reservation_purchase_preview({
|
|
25920
|
-
# host_id_set: ["
|
|
26042
|
+
# host_id_set: ["DedicatedHostId"], # required
|
|
25921
26043
|
# offering_id: "OfferingId", # required
|
|
25922
26044
|
# })
|
|
25923
26045
|
#
|
|
@@ -26082,7 +26204,7 @@ module Aws::EC2
|
|
|
26082
26204
|
# resp.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
|
26083
26205
|
# resp.launch_template_data.user_data #=> String
|
|
26084
26206
|
# resp.launch_template_data.tag_specifications #=> Array
|
|
26085
|
-
# resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "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"
|
|
26207
|
+
# resp.launch_template_data.tag_specifications[0].resource_type #=> String, one of "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"
|
|
26086
26208
|
# resp.launch_template_data.tag_specifications[0].tags #=> Array
|
|
26087
26209
|
# resp.launch_template_data.tag_specifications[0].tags[0].key #=> String
|
|
26088
26210
|
# resp.launch_template_data.tag_specifications[0].tags[0].value #=> String
|
|
@@ -26634,8 +26756,8 @@ module Aws::EC2
|
|
|
26634
26756
|
# Valid values: `xen`
|
|
26635
26757
|
#
|
|
26636
26758
|
# @option params [String] :kms_key_id
|
|
26637
|
-
# An identifier for the AWS Key Management Service (AWS KMS)
|
|
26638
|
-
# master key (CMK) to use when creating the encrypted AMI. This
|
|
26759
|
+
# An identifier for the symmetric AWS Key Management Service (AWS KMS)
|
|
26760
|
+
# customer master key (CMK) to use when creating the encrypted AMI. This
|
|
26639
26761
|
# parameter is only required if you want to use a non-default CMK; if
|
|
26640
26762
|
# this parameter is not specified, the default CMK for EBS is used. If a
|
|
26641
26763
|
# `KmsKeyId` is specified, the `Encrypted` flag must also be set.
|
|
@@ -26667,6 +26789,8 @@ module Aws::EC2
|
|
|
26667
26789
|
# The specified CMK must exist in the Region that the AMI is being
|
|
26668
26790
|
# copied to.
|
|
26669
26791
|
#
|
|
26792
|
+
# Amazon EBS does not support asymmetric CMKs.
|
|
26793
|
+
#
|
|
26670
26794
|
# @option params [String] :license_type
|
|
26671
26795
|
# The license type to be used for the Amazon Machine Image (AMI) after
|
|
26672
26796
|
# importing.
|
|
@@ -26950,7 +27074,7 @@ module Aws::EC2
|
|
|
26950
27074
|
#
|
|
26951
27075
|
# resp = client.import_key_pair({
|
|
26952
27076
|
# dry_run: false,
|
|
26953
|
-
# key_name: "
|
|
27077
|
+
# key_name: "KeyPairName", # required
|
|
26954
27078
|
# public_key_material: "data", # required
|
|
26955
27079
|
# })
|
|
26956
27080
|
#
|
|
@@ -27000,11 +27124,11 @@ module Aws::EC2
|
|
|
27000
27124
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
|
27001
27125
|
#
|
|
27002
27126
|
# @option params [String] :kms_key_id
|
|
27003
|
-
# An identifier for the AWS Key Management Service (AWS KMS)
|
|
27004
|
-
# master key (CMK) to use when creating the encrypted snapshot.
|
|
27005
|
-
# parameter is only required if you want to use a non-default CMK;
|
|
27006
|
-
# this parameter is not specified, the default CMK for EBS is used.
|
|
27007
|
-
# `KmsKeyId` is specified, the `Encrypted` flag must also be set.
|
|
27127
|
+
# An identifier for the symmetric AWS Key Management Service (AWS KMS)
|
|
27128
|
+
# customer master key (CMK) to use when creating the encrypted snapshot.
|
|
27129
|
+
# This parameter is only required if you want to use a non-default CMK;
|
|
27130
|
+
# if this parameter is not specified, the default CMK for EBS is used.
|
|
27131
|
+
# If a `KmsKeyId` is specified, the `Encrypted` flag must also be set.
|
|
27008
27132
|
#
|
|
27009
27133
|
# The CMK identifier may be provided in any of the following formats:
|
|
27010
27134
|
#
|
|
@@ -27033,6 +27157,8 @@ module Aws::EC2
|
|
|
27033
27157
|
# The specified CMK must exist in the Region that the snapshot is being
|
|
27034
27158
|
# copied to.
|
|
27035
27159
|
#
|
|
27160
|
+
# Amazon EBS does not support asymmetric CMKs.
|
|
27161
|
+
#
|
|
27036
27162
|
# @option params [String] :role_name
|
|
27037
27163
|
# The name of the role to use when not using the default role,
|
|
27038
27164
|
# 'vmimport'.
|
|
@@ -27414,10 +27540,10 @@ module Aws::EC2
|
|
|
27414
27540
|
# default for your account in this Region.
|
|
27415
27541
|
#
|
|
27416
27542
|
# AWS creates a unique AWS managed CMK in each Region for use with
|
|
27417
|
-
# encryption by default. If you change the default CMK to a
|
|
27418
|
-
# managed CMK, it is used instead of the AWS managed CMK. To
|
|
27419
|
-
# default CMK to the AWS managed CMK for EBS, use
|
|
27420
|
-
# ResetEbsDefaultKmsKeyId.
|
|
27543
|
+
# encryption by default. If you change the default CMK to a symmetric
|
|
27544
|
+
# customer managed CMK, it is used instead of the AWS managed CMK. To
|
|
27545
|
+
# reset the default CMK to the AWS managed CMK for EBS, use
|
|
27546
|
+
# ResetEbsDefaultKmsKeyId. Amazon EBS does not support asymmetric CMKs.
|
|
27421
27547
|
#
|
|
27422
27548
|
# If you delete or disable the customer managed CMK that you specified
|
|
27423
27549
|
# for use with encryption by default, your instances will fail to
|
|
@@ -27452,6 +27578,8 @@ module Aws::EC2
|
|
|
27452
27578
|
# ID, alias, or ARN that is not valid, the action can appear to
|
|
27453
27579
|
# complete, but eventually fails.
|
|
27454
27580
|
#
|
|
27581
|
+
# Amazon EBS does not support asymmetric CMKs.
|
|
27582
|
+
#
|
|
27455
27583
|
# @option params [Boolean] :dry_run
|
|
27456
27584
|
# Checks whether you have the required permissions for the action,
|
|
27457
27585
|
# without actually making the request, and provides an error response.
|
|
@@ -28540,7 +28668,7 @@ module Aws::EC2
|
|
|
28540
28668
|
# resp = client.modify_instance_placement({
|
|
28541
28669
|
# affinity: "default", # accepts default, host
|
|
28542
28670
|
# group_name: "PlacementGroupName",
|
|
28543
|
-
# host_id: "
|
|
28671
|
+
# host_id: "DedicatedHostId",
|
|
28544
28672
|
# instance_id: "InstanceId", # required
|
|
28545
28673
|
# tenancy: "dedicated", # accepts dedicated, host
|
|
28546
28674
|
# partition_number: 1,
|
|
@@ -29400,6 +29528,10 @@ module Aws::EC2
|
|
|
29400
29528
|
# @option params [Types::ModifyTransitGatewayVpcAttachmentRequestOptions] :options
|
|
29401
29529
|
# The new VPC attachment options.
|
|
29402
29530
|
#
|
|
29531
|
+
# <note markdown="1"> You cannot modify the IPv6 options.
|
|
29532
|
+
#
|
|
29533
|
+
# </note>
|
|
29534
|
+
#
|
|
29403
29535
|
# @option params [Boolean] :dry_run
|
|
29404
29536
|
# Checks whether you have the required permissions for the action,
|
|
29405
29537
|
# without actually making the request, and provides an error response.
|
|
@@ -29757,7 +29889,7 @@ module Aws::EC2
|
|
|
29757
29889
|
# from the network interface.
|
|
29758
29890
|
#
|
|
29759
29891
|
# @option params [Boolean] :private_dns_enabled
|
|
29760
|
-
# (Interface endpoint)
|
|
29892
|
+
# (Interface endpoint) Indicates whether a private hosted zone is
|
|
29761
29893
|
# associated with the VPC.
|
|
29762
29894
|
#
|
|
29763
29895
|
# @return [Types::ModifyVpcEndpointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -29844,6 +29976,15 @@ module Aws::EC2
|
|
|
29844
29976
|
# can specify whether acceptance is required for requests to connect to
|
|
29845
29977
|
# your endpoint service through an interface VPC endpoint.
|
|
29846
29978
|
#
|
|
29979
|
+
# If you set or modify the private DNS name, you must prove that you own
|
|
29980
|
+
# the private DNS domain name. For more information, see [VPC Endpoint
|
|
29981
|
+
# Service Private DNS Name Verification][1] in the *Amazon Virtual
|
|
29982
|
+
# Private Cloud User Guide*.
|
|
29983
|
+
#
|
|
29984
|
+
#
|
|
29985
|
+
#
|
|
29986
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html
|
|
29987
|
+
#
|
|
29847
29988
|
# @option params [Boolean] :dry_run
|
|
29848
29989
|
# Checks whether you have the required permissions for the action,
|
|
29849
29990
|
# without actually making the request, and provides an error response.
|
|
@@ -29853,8 +29994,14 @@ module Aws::EC2
|
|
|
29853
29994
|
# @option params [required, String] :service_id
|
|
29854
29995
|
# The ID of the service.
|
|
29855
29996
|
#
|
|
29997
|
+
# @option params [String] :private_dns_name
|
|
29998
|
+
# The private DNS name to assign to the endpoint service.
|
|
29999
|
+
#
|
|
30000
|
+
# @option params [Boolean] :remove_private_dns_name
|
|
30001
|
+
# Removes the private DNS name of the endpoint service.
|
|
30002
|
+
#
|
|
29856
30003
|
# @option params [Boolean] :acceptance_required
|
|
29857
|
-
#
|
|
30004
|
+
# Indicates whether requests to create an endpoint to your service must
|
|
29858
30005
|
# be accepted.
|
|
29859
30006
|
#
|
|
29860
30007
|
# @option params [Array<String>] :add_network_load_balancer_arns
|
|
@@ -29874,6 +30021,8 @@ module Aws::EC2
|
|
|
29874
30021
|
# resp = client.modify_vpc_endpoint_service_configuration({
|
|
29875
30022
|
# dry_run: false,
|
|
29876
30023
|
# service_id: "ServiceId", # required
|
|
30024
|
+
# private_dns_name: "String",
|
|
30025
|
+
# remove_private_dns_name: false,
|
|
29877
30026
|
# acceptance_required: false,
|
|
29878
30027
|
# add_network_load_balancer_arns: ["String"],
|
|
29879
30028
|
# remove_network_load_balancer_arns: ["String"],
|
|
@@ -30679,7 +30828,7 @@ module Aws::EC2
|
|
|
30679
30828
|
# resp = client.purchase_host_reservation({
|
|
30680
30829
|
# client_token: "String",
|
|
30681
30830
|
# currency_code: "USD", # accepts USD
|
|
30682
|
-
# host_id_set: ["
|
|
30831
|
+
# host_id_set: ["DedicatedHostId"], # required
|
|
30683
30832
|
# limit_price: "String",
|
|
30684
30833
|
# offering_id: "OfferingId", # required
|
|
30685
30834
|
# })
|
|
@@ -32382,7 +32531,7 @@ module Aws::EC2
|
|
|
32382
32531
|
# weighted_capacity: 1.0,
|
|
32383
32532
|
# tag_specifications: [
|
|
32384
32533
|
# {
|
|
32385
|
-
# 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
|
|
32534
|
+
# 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
|
|
32386
32535
|
# tags: [
|
|
32387
32536
|
# {
|
|
32388
32537
|
# key: "String",
|
|
@@ -33953,7 +34102,7 @@ module Aws::EC2
|
|
|
33953
34102
|
# ],
|
|
33954
34103
|
# tag_specifications: [
|
|
33955
34104
|
# {
|
|
33956
|
-
# 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
|
|
34105
|
+
# 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
|
|
33957
34106
|
# tags: [
|
|
33958
34107
|
# {
|
|
33959
34108
|
# key: "String",
|
|
@@ -34730,6 +34879,53 @@ module Aws::EC2
|
|
|
34730
34879
|
req.send_request(options)
|
|
34731
34880
|
end
|
|
34732
34881
|
|
|
34882
|
+
# Initiates the verification process to prove that the service provider
|
|
34883
|
+
# owns the private DNS name domain for the endpoint service.
|
|
34884
|
+
#
|
|
34885
|
+
# The service provider must successfully perform the verification before
|
|
34886
|
+
# the consumer can use the name to access the service.
|
|
34887
|
+
#
|
|
34888
|
+
# Before the service provider runs this command, they must add a record
|
|
34889
|
+
# to the DNS server. For more information, see [Adding a TXT Record to
|
|
34890
|
+
# Your Domain's DNS Server ][1] in the *Amazon VPC User Guide*.
|
|
34891
|
+
#
|
|
34892
|
+
#
|
|
34893
|
+
#
|
|
34894
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/ndpoint-services-dns-validation.html#add-dns-txt-record
|
|
34895
|
+
#
|
|
34896
|
+
# @option params [Boolean] :dry_run
|
|
34897
|
+
# Checks whether you have the required permissions for the action,
|
|
34898
|
+
# without actually making the request, and provides an error response.
|
|
34899
|
+
# If you have the required permissions, the error response is
|
|
34900
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
34901
|
+
#
|
|
34902
|
+
# @option params [required, String] :service_id
|
|
34903
|
+
# The ID of the endpoint service.
|
|
34904
|
+
#
|
|
34905
|
+
# @return [Types::StartVpcEndpointServicePrivateDnsVerificationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
34906
|
+
#
|
|
34907
|
+
# * {Types::StartVpcEndpointServicePrivateDnsVerificationResult#return_value #return_value} => Boolean
|
|
34908
|
+
#
|
|
34909
|
+
# @example Request syntax with placeholder values
|
|
34910
|
+
#
|
|
34911
|
+
# resp = client.start_vpc_endpoint_service_private_dns_verification({
|
|
34912
|
+
# dry_run: false,
|
|
34913
|
+
# service_id: "ServiceId", # required
|
|
34914
|
+
# })
|
|
34915
|
+
#
|
|
34916
|
+
# @example Response structure
|
|
34917
|
+
#
|
|
34918
|
+
# resp.return_value #=> Boolean
|
|
34919
|
+
#
|
|
34920
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StartVpcEndpointServicePrivateDnsVerification AWS API Documentation
|
|
34921
|
+
#
|
|
34922
|
+
# @overload start_vpc_endpoint_service_private_dns_verification(params = {})
|
|
34923
|
+
# @param [Hash] params ({})
|
|
34924
|
+
def start_vpc_endpoint_service_private_dns_verification(params = {}, options = {})
|
|
34925
|
+
req = build_request(:start_vpc_endpoint_service_private_dns_verification, params)
|
|
34926
|
+
req.send_request(options)
|
|
34927
|
+
end
|
|
34928
|
+
|
|
34733
34929
|
# Stops an Amazon EBS-backed instance.
|
|
34734
34930
|
#
|
|
34735
34931
|
# You can use the Stop action to hibernate an instance if the instance
|
|
@@ -35437,7 +35633,7 @@ module Aws::EC2
|
|
|
35437
35633
|
params: params,
|
|
35438
35634
|
config: config)
|
|
35439
35635
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
35440
|
-
context[:gem_version] = '1.
|
|
35636
|
+
context[:gem_version] = '1.131.0'
|
|
35441
35637
|
Seahorse::Client::Request.new(handlers, context)
|
|
35442
35638
|
end
|
|
35443
35639
|
|