aws-sdk-ec2 1.128.0 → 1.133.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +300 -80
- data/lib/aws-sdk-ec2/client_api.rb +86 -5
- data/lib/aws-sdk-ec2/instance.rb +3 -0
- data/lib/aws-sdk-ec2/key_pair.rb +6 -0
- data/lib/aws-sdk-ec2/key_pair_info.rb +12 -0
- data/lib/aws-sdk-ec2/placement_group.rb +12 -0
- data/lib/aws-sdk-ec2/resource.rb +16 -4
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +612 -140
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34485e575745035b37fdd7c4fb870774232288c9
|
|
4
|
+
data.tar.gz: b295ce946a2931d8796480b90f8e4de95ddb19c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d1a136b42f1a5d9461fdab3a957764982417dd8f5acda5c0e10541c34fbe7a9c1809dbbbbdcaad3f3a013343bd0b44998ff2a89454d270261f66e3e91dad6b2a
|
|
7
|
+
data.tar.gz: 70ed54841223614f12e633e4b77e2355f9367f16ba6f7c890675fceba907d45dd13625bef9e5df5e95418bb28e741702f67096159e36831015c1673f57752c12
|
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
|
#
|
|
@@ -5193,6 +5206,7 @@ module Aws::EC2
|
|
|
5193
5206
|
# tenancy: "default", # accepts default, dedicated, host
|
|
5194
5207
|
# spread_domain: "String",
|
|
5195
5208
|
# host_resource_group_arn: "String",
|
|
5209
|
+
# partition_number: 1,
|
|
5196
5210
|
# },
|
|
5197
5211
|
# ram_disk_id: "String",
|
|
5198
5212
|
# disable_api_termination: false,
|
|
@@ -5200,7 +5214,7 @@ module Aws::EC2
|
|
|
5200
5214
|
# user_data: "String",
|
|
5201
5215
|
# tag_specifications: [
|
|
5202
5216
|
# {
|
|
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
|
|
5217
|
+
# 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
5218
|
# tags: [
|
|
5205
5219
|
# {
|
|
5206
5220
|
# key: "String",
|
|
@@ -5253,10 +5267,15 @@ module Aws::EC2
|
|
|
5253
5267
|
# hibernation_options: {
|
|
5254
5268
|
# configured: false,
|
|
5255
5269
|
# },
|
|
5270
|
+
# metadata_options: {
|
|
5271
|
+
# http_tokens: "optional", # accepts optional, required
|
|
5272
|
+
# http_put_response_hop_limit: 1,
|
|
5273
|
+
# http_endpoint: "disabled", # accepts disabled, enabled
|
|
5274
|
+
# },
|
|
5256
5275
|
# },
|
|
5257
5276
|
# tag_specifications: [
|
|
5258
5277
|
# {
|
|
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
|
|
5278
|
+
# 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
5279
|
# tags: [
|
|
5261
5280
|
# {
|
|
5262
5281
|
# key: "String",
|
|
@@ -5455,6 +5474,7 @@ module Aws::EC2
|
|
|
5455
5474
|
# tenancy: "default", # accepts default, dedicated, host
|
|
5456
5475
|
# spread_domain: "String",
|
|
5457
5476
|
# host_resource_group_arn: "String",
|
|
5477
|
+
# partition_number: 1,
|
|
5458
5478
|
# },
|
|
5459
5479
|
# ram_disk_id: "String",
|
|
5460
5480
|
# disable_api_termination: false,
|
|
@@ -5462,7 +5482,7 @@ module Aws::EC2
|
|
|
5462
5482
|
# user_data: "String",
|
|
5463
5483
|
# tag_specifications: [
|
|
5464
5484
|
# {
|
|
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
|
|
5485
|
+
# 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
5486
|
# tags: [
|
|
5467
5487
|
# {
|
|
5468
5488
|
# key: "String",
|
|
@@ -5515,6 +5535,11 @@ module Aws::EC2
|
|
|
5515
5535
|
# hibernation_options: {
|
|
5516
5536
|
# configured: false,
|
|
5517
5537
|
# },
|
|
5538
|
+
# metadata_options: {
|
|
5539
|
+
# http_tokens: "optional", # accepts optional, required
|
|
5540
|
+
# http_put_response_hop_limit: 1,
|
|
5541
|
+
# http_endpoint: "disabled", # accepts disabled, enabled
|
|
5542
|
+
# },
|
|
5518
5543
|
# },
|
|
5519
5544
|
# })
|
|
5520
5545
|
#
|
|
@@ -5571,12 +5596,13 @@ module Aws::EC2
|
|
|
5571
5596
|
# resp.launch_template_version.launch_template_data.placement.tenancy #=> String, one of "default", "dedicated", "host"
|
|
5572
5597
|
# resp.launch_template_version.launch_template_data.placement.spread_domain #=> String
|
|
5573
5598
|
# resp.launch_template_version.launch_template_data.placement.host_resource_group_arn #=> String
|
|
5599
|
+
# resp.launch_template_version.launch_template_data.placement.partition_number #=> Integer
|
|
5574
5600
|
# resp.launch_template_version.launch_template_data.ram_disk_id #=> String
|
|
5575
5601
|
# resp.launch_template_version.launch_template_data.disable_api_termination #=> Boolean
|
|
5576
5602
|
# resp.launch_template_version.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
|
5577
5603
|
# resp.launch_template_version.launch_template_data.user_data #=> String
|
|
5578
5604
|
# 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"
|
|
5605
|
+
# 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
5606
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags #=> Array
|
|
5581
5607
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].key #=> String
|
|
5582
5608
|
# resp.launch_template_version.launch_template_data.tag_specifications[0].tags[0].value #=> String
|
|
@@ -5603,6 +5629,10 @@ module Aws::EC2
|
|
|
5603
5629
|
# resp.launch_template_version.launch_template_data.license_specifications #=> Array
|
|
5604
5630
|
# resp.launch_template_version.launch_template_data.license_specifications[0].license_configuration_arn #=> String
|
|
5605
5631
|
# resp.launch_template_version.launch_template_data.hibernation_options.configured #=> Boolean
|
|
5632
|
+
# resp.launch_template_version.launch_template_data.metadata_options.state #=> String, one of "pending", "applied"
|
|
5633
|
+
# resp.launch_template_version.launch_template_data.metadata_options.http_tokens #=> String, one of "optional", "required"
|
|
5634
|
+
# resp.launch_template_version.launch_template_data.metadata_options.http_put_response_hop_limit #=> Integer
|
|
5635
|
+
# resp.launch_template_version.launch_template_data.metadata_options.http_endpoint #=> String, one of "disabled", "enabled"
|
|
5606
5636
|
#
|
|
5607
5637
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateLaunchTemplateVersion AWS API Documentation
|
|
5608
5638
|
#
|
|
@@ -5695,6 +5725,9 @@ module Aws::EC2
|
|
|
5695
5725
|
# resp.local_gateway_route_table_vpc_association.local_gateway_id #=> String
|
|
5696
5726
|
# resp.local_gateway_route_table_vpc_association.vpc_id #=> String
|
|
5697
5727
|
# resp.local_gateway_route_table_vpc_association.state #=> String
|
|
5728
|
+
# resp.local_gateway_route_table_vpc_association.tags #=> Array
|
|
5729
|
+
# resp.local_gateway_route_table_vpc_association.tags[0].key #=> String
|
|
5730
|
+
# resp.local_gateway_route_table_vpc_association.tags[0].value #=> String
|
|
5698
5731
|
#
|
|
5699
5732
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateLocalGatewayRouteTableVpcAssociation AWS API Documentation
|
|
5700
5733
|
#
|
|
@@ -6898,7 +6931,7 @@ module Aws::EC2
|
|
|
6898
6931
|
# volume_id: "VolumeId", # required
|
|
6899
6932
|
# tag_specifications: [
|
|
6900
6933
|
# {
|
|
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
|
|
6934
|
+
# 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
6935
|
# tags: [
|
|
6903
6936
|
# {
|
|
6904
6937
|
# key: "String",
|
|
@@ -6977,7 +7010,7 @@ module Aws::EC2
|
|
|
6977
7010
|
# },
|
|
6978
7011
|
# tag_specifications: [
|
|
6979
7012
|
# {
|
|
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
|
|
7013
|
+
# 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
7014
|
# tags: [
|
|
6982
7015
|
# {
|
|
6983
7016
|
# key: "String",
|
|
@@ -7357,7 +7390,7 @@ module Aws::EC2
|
|
|
7357
7390
|
# description: "String",
|
|
7358
7391
|
# tag_specifications: [
|
|
7359
7392
|
# {
|
|
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
|
|
7393
|
+
# 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
7394
|
# tags: [
|
|
7362
7395
|
# {
|
|
7363
7396
|
# key: "String",
|
|
@@ -7631,7 +7664,7 @@ module Aws::EC2
|
|
|
7631
7664
|
# description: "String",
|
|
7632
7665
|
# tag_specifications: [
|
|
7633
7666
|
# {
|
|
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
|
|
7667
|
+
# 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
7668
|
# tags: [
|
|
7636
7669
|
# {
|
|
7637
7670
|
# key: "String",
|
|
@@ -7730,7 +7763,7 @@ module Aws::EC2
|
|
|
7730
7763
|
# description: "String",
|
|
7731
7764
|
# tag_specifications: [
|
|
7732
7765
|
# {
|
|
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
|
|
7766
|
+
# 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
7767
|
# tags: [
|
|
7735
7768
|
# {
|
|
7736
7769
|
# key: "String",
|
|
@@ -7823,7 +7856,7 @@ module Aws::EC2
|
|
|
7823
7856
|
# },
|
|
7824
7857
|
# tag_specifications: [
|
|
7825
7858
|
# {
|
|
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
|
|
7859
|
+
# 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
7860
|
# tags: [
|
|
7828
7861
|
# {
|
|
7829
7862
|
# key: "String",
|
|
@@ -7897,7 +7930,7 @@ module Aws::EC2
|
|
|
7897
7930
|
# transit_gateway_id: "String", # required
|
|
7898
7931
|
# tag_specifications: [
|
|
7899
7932
|
# {
|
|
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
|
|
7933
|
+
# 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
7934
|
# tags: [
|
|
7902
7935
|
# {
|
|
7903
7936
|
# key: "String",
|
|
@@ -7971,7 +8004,7 @@ module Aws::EC2
|
|
|
7971
8004
|
# peer_region: "String", # required
|
|
7972
8005
|
# tag_specifications: [
|
|
7973
8006
|
# {
|
|
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
|
|
8007
|
+
# 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
8008
|
# tags: [
|
|
7976
8009
|
# {
|
|
7977
8010
|
# key: "String",
|
|
@@ -8087,7 +8120,7 @@ module Aws::EC2
|
|
|
8087
8120
|
# transit_gateway_id: "String", # required
|
|
8088
8121
|
# tag_specifications: [
|
|
8089
8122
|
# {
|
|
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
|
|
8123
|
+
# 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
8124
|
# tags: [
|
|
8092
8125
|
# {
|
|
8093
8126
|
# key: "String",
|
|
@@ -8169,7 +8202,7 @@ module Aws::EC2
|
|
|
8169
8202
|
# },
|
|
8170
8203
|
# tag_specifications: [
|
|
8171
8204
|
# {
|
|
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
|
|
8205
|
+
# 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
8206
|
# tags: [
|
|
8174
8207
|
# {
|
|
8175
8208
|
# key: "String",
|
|
@@ -8416,7 +8449,7 @@ module Aws::EC2
|
|
|
8416
8449
|
# dry_run: false,
|
|
8417
8450
|
# tag_specifications: [
|
|
8418
8451
|
# {
|
|
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
|
|
8452
|
+
# 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
8453
|
# tags: [
|
|
8421
8454
|
# {
|
|
8422
8455
|
# key: "String",
|
|
@@ -8592,15 +8625,15 @@ module Aws::EC2
|
|
|
8592
8625
|
|
|
8593
8626
|
# Creates a VPC endpoint for a specified service. An endpoint enables
|
|
8594
8627
|
# you to create a private connection between your VPC and the service.
|
|
8595
|
-
# The service may be provided by AWS, an AWS Marketplace
|
|
8628
|
+
# The service may be provided by AWS, an AWS Marketplace Partner, or
|
|
8596
8629
|
# another AWS account. For more information, see [VPC Endpoints][1] in
|
|
8597
8630
|
# the *Amazon Virtual Private Cloud User Guide*.
|
|
8598
8631
|
#
|
|
8599
8632
|
# A `gateway` endpoint serves as a target for a route in your route
|
|
8600
8633
|
# 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.
|
|
8634
|
+
# endpoint policy to attach to the endpoint, which will control access
|
|
8635
|
+
# to the service from your VPC. You can also specify the VPC route
|
|
8636
|
+
# tables that use the endpoint.
|
|
8604
8637
|
#
|
|
8605
8638
|
# An `interface` endpoint is a network interface in your subnet that
|
|
8606
8639
|
# serves as an endpoint for communicating with the specified service.
|
|
@@ -8650,7 +8683,7 @@ module Aws::EC2
|
|
|
8650
8683
|
# associate with the endpoint network interface.
|
|
8651
8684
|
#
|
|
8652
8685
|
# @option params [String] :client_token
|
|
8653
|
-
# Unique, case-sensitive identifier you provide to ensure the
|
|
8686
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
|
8654
8687
|
# idempotency of the request. For more information, see [How to Ensure
|
|
8655
8688
|
# Idempotency][1].
|
|
8656
8689
|
#
|
|
@@ -8659,13 +8692,13 @@ module Aws::EC2
|
|
|
8659
8692
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
|
8660
8693
|
#
|
|
8661
8694
|
# @option params [Boolean] :private_dns_enabled
|
|
8662
|
-
# (Interface endpoint)
|
|
8695
|
+
# (Interface endpoint) Indicates whether to associate a private hosted
|
|
8663
8696
|
# zone with the specified VPC. The private hosted zone contains a record
|
|
8664
8697
|
# 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
|
|
8698
|
+
# (for example, `kinesis.us-east-1.amazonaws.com`), which resolves to
|
|
8699
|
+
# the private IP addresses of the endpoint network interfaces in the
|
|
8700
|
+
# VPC. This enables you to make requests to the default public DNS name
|
|
8701
|
+
# for the service instead of the public DNS names that are automatically
|
|
8669
8702
|
# generated by the VPC endpoint service.
|
|
8670
8703
|
#
|
|
8671
8704
|
# To use a private hosted zone, you must set the following VPC
|
|
@@ -8721,6 +8754,8 @@ module Aws::EC2
|
|
|
8721
8754
|
# resp.vpc_endpoint.tags[0].key #=> String
|
|
8722
8755
|
# resp.vpc_endpoint.tags[0].value #=> String
|
|
8723
8756
|
# resp.vpc_endpoint.owner_id #=> String
|
|
8757
|
+
# resp.vpc_endpoint.last_error.message #=> String
|
|
8758
|
+
# resp.vpc_endpoint.last_error.code #=> String
|
|
8724
8759
|
# resp.client_token #=> String
|
|
8725
8760
|
#
|
|
8726
8761
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpcEndpoint AWS API Documentation
|
|
@@ -8764,7 +8799,7 @@ module Aws::EC2
|
|
|
8764
8799
|
# values are `Accept`, `Connect`, `Delete`, and `Reject`.
|
|
8765
8800
|
#
|
|
8766
8801
|
# @option params [String] :client_token
|
|
8767
|
-
# Unique, case-sensitive identifier you provide to ensure the
|
|
8802
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
|
8768
8803
|
# idempotency of the request. For more information, see [How to Ensure
|
|
8769
8804
|
# Idempotency][1].
|
|
8770
8805
|
#
|
|
@@ -8819,9 +8854,15 @@ module Aws::EC2
|
|
|
8819
8854
|
# Endpoint Services][1] in the *Amazon Virtual Private Cloud User
|
|
8820
8855
|
# Guide*.
|
|
8821
8856
|
#
|
|
8857
|
+
# If you set the private DNS name, you must prove that you own the
|
|
8858
|
+
# private DNS domain name. For more information, see [VPC Endpoint
|
|
8859
|
+
# Service Private DNS Name Verification][2] in the *Amazon Virtual
|
|
8860
|
+
# Private Cloud User Guide*.
|
|
8861
|
+
#
|
|
8822
8862
|
#
|
|
8823
8863
|
#
|
|
8824
8864
|
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html
|
|
8865
|
+
# [2]: https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html
|
|
8825
8866
|
#
|
|
8826
8867
|
# @option params [Boolean] :dry_run
|
|
8827
8868
|
# Checks whether you have the required permissions for the action,
|
|
@@ -8830,16 +8871,19 @@ module Aws::EC2
|
|
|
8830
8871
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
8831
8872
|
#
|
|
8832
8873
|
# @option params [Boolean] :acceptance_required
|
|
8833
|
-
#
|
|
8834
|
-
# to your service must be accepted. To accept a request, use
|
|
8874
|
+
# Indicates whether requests from service consumers to create an
|
|
8875
|
+
# endpoint to your service must be accepted. To accept a request, use
|
|
8835
8876
|
# AcceptVpcEndpointConnections.
|
|
8836
8877
|
#
|
|
8878
|
+
# @option params [String] :private_dns_name
|
|
8879
|
+
# The private DNS name to assign to the VPC endpoint service.
|
|
8880
|
+
#
|
|
8837
8881
|
# @option params [required, Array<String>] :network_load_balancer_arns
|
|
8838
8882
|
# The Amazon Resource Names (ARNs) of one or more Network Load Balancers
|
|
8839
8883
|
# for your service.
|
|
8840
8884
|
#
|
|
8841
8885
|
# @option params [String] :client_token
|
|
8842
|
-
# Unique, case-sensitive identifier you provide to ensure the
|
|
8886
|
+
# Unique, case-sensitive identifier that you provide to ensure the
|
|
8843
8887
|
# idempotency of the request. For more information, see [How to Ensure
|
|
8844
8888
|
# Idempotency][1].
|
|
8845
8889
|
#
|
|
@@ -8857,6 +8901,7 @@ module Aws::EC2
|
|
|
8857
8901
|
# resp = client.create_vpc_endpoint_service_configuration({
|
|
8858
8902
|
# dry_run: false,
|
|
8859
8903
|
# acceptance_required: false,
|
|
8904
|
+
# private_dns_name: "String",
|
|
8860
8905
|
# network_load_balancer_arns: ["String"], # required
|
|
8861
8906
|
# client_token: "String",
|
|
8862
8907
|
# })
|
|
@@ -8877,6 +8922,10 @@ module Aws::EC2
|
|
|
8877
8922
|
# resp.service_configuration.base_endpoint_dns_names #=> Array
|
|
8878
8923
|
# resp.service_configuration.base_endpoint_dns_names[0] #=> String
|
|
8879
8924
|
# resp.service_configuration.private_dns_name #=> String
|
|
8925
|
+
# resp.service_configuration.private_dns_name_configuration.state #=> String, one of "pendingVerification", "verified", "failed"
|
|
8926
|
+
# resp.service_configuration.private_dns_name_configuration.type #=> String
|
|
8927
|
+
# resp.service_configuration.private_dns_name_configuration.value #=> String
|
|
8928
|
+
# resp.service_configuration.private_dns_name_configuration.name #=> String
|
|
8880
8929
|
# resp.service_configuration.tags #=> Array
|
|
8881
8930
|
# resp.service_configuration.tags[0].key #=> String
|
|
8882
8931
|
# resp.service_configuration.tags[0].value #=> String
|
|
@@ -9668,7 +9717,7 @@ module Aws::EC2
|
|
|
9668
9717
|
# @example Request syntax with placeholder values
|
|
9669
9718
|
#
|
|
9670
9719
|
# resp = client.delete_key_pair({
|
|
9671
|
-
# key_name: "
|
|
9720
|
+
# key_name: "KeyPairName", # required
|
|
9672
9721
|
# dry_run: false,
|
|
9673
9722
|
# })
|
|
9674
9723
|
#
|
|
@@ -9911,6 +9960,9 @@ module Aws::EC2
|
|
|
9911
9960
|
# resp.local_gateway_route_table_vpc_association.local_gateway_id #=> String
|
|
9912
9961
|
# resp.local_gateway_route_table_vpc_association.vpc_id #=> String
|
|
9913
9962
|
# resp.local_gateway_route_table_vpc_association.state #=> String
|
|
9963
|
+
# resp.local_gateway_route_table_vpc_association.tags #=> Array
|
|
9964
|
+
# resp.local_gateway_route_table_vpc_association.tags[0].key #=> String
|
|
9965
|
+
# resp.local_gateway_route_table_vpc_association.tags[0].value #=> String
|
|
9914
9966
|
#
|
|
9915
9967
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteLocalGatewayRouteTableVpcAssociation AWS API Documentation
|
|
9916
9968
|
#
|
|
@@ -11717,6 +11769,9 @@ module Aws::EC2
|
|
|
11717
11769
|
# * `instance-id` - The ID of the instance the address is associated
|
|
11718
11770
|
# with, if any.
|
|
11719
11771
|
#
|
|
11772
|
+
# * `network-border-group` - The location from where the IP address is
|
|
11773
|
+
# advertised.
|
|
11774
|
+
#
|
|
11720
11775
|
# * `network-interface-id` - \[EC2-VPC\] The ID of the network interface
|
|
11721
11776
|
# that the address is associated with, if any.
|
|
11722
11777
|
#
|
|
@@ -13142,6 +13197,19 @@ module Aws::EC2
|
|
|
13142
13197
|
# @option params [String] :next_token
|
|
13143
13198
|
# The token for the next page of results.
|
|
13144
13199
|
#
|
|
13200
|
+
# @option params [Array<Types::Filter>] :filters
|
|
13201
|
+
# One or more filters.
|
|
13202
|
+
#
|
|
13203
|
+
# * `tag`\:<key> - The key/value combination of a tag assigned to
|
|
13204
|
+
# the resource. Use the tag key in the filter name and the tag value
|
|
13205
|
+
# as the filter value. For example, to find all resources that have a
|
|
13206
|
+
# tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
|
|
13207
|
+
# for the filter name and `TeamA` for the filter value.
|
|
13208
|
+
#
|
|
13209
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
|
13210
|
+
# filter to find all resources assigned a tag with a specific key,
|
|
13211
|
+
# regardless of the tag value.
|
|
13212
|
+
#
|
|
13145
13213
|
# @return [Types::DescribeEgressOnlyInternetGatewaysResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
13146
13214
|
#
|
|
13147
13215
|
# * {Types::DescribeEgressOnlyInternetGatewaysResult#egress_only_internet_gateways #egress_only_internet_gateways} => Array<Types::EgressOnlyInternetGateway>
|
|
@@ -13154,6 +13222,12 @@ module Aws::EC2
|
|
|
13154
13222
|
# egress_only_internet_gateway_ids: ["EgressOnlyInternetGatewayId"],
|
|
13155
13223
|
# max_results: 1,
|
|
13156
13224
|
# next_token: "String",
|
|
13225
|
+
# filters: [
|
|
13226
|
+
# {
|
|
13227
|
+
# name: "String",
|
|
13228
|
+
# values: ["String"],
|
|
13229
|
+
# },
|
|
13230
|
+
# ],
|
|
13157
13231
|
# })
|
|
13158
13232
|
#
|
|
13159
13233
|
# @example Response structure
|
|
@@ -13163,6 +13237,9 @@ module Aws::EC2
|
|
|
13163
13237
|
# resp.egress_only_internet_gateways[0].attachments[0].state #=> String, one of "attaching", "attached", "detaching", "detached"
|
|
13164
13238
|
# resp.egress_only_internet_gateways[0].attachments[0].vpc_id #=> String
|
|
13165
13239
|
# resp.egress_only_internet_gateways[0].egress_only_internet_gateway_id #=> String
|
|
13240
|
+
# resp.egress_only_internet_gateways[0].tags #=> Array
|
|
13241
|
+
# resp.egress_only_internet_gateways[0].tags[0].key #=> String
|
|
13242
|
+
# resp.egress_only_internet_gateways[0].tags[0].value #=> String
|
|
13166
13243
|
# resp.next_token #=> String
|
|
13167
13244
|
#
|
|
13168
13245
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeEgressOnlyInternetGateways AWS API Documentation
|
|
@@ -13332,6 +13409,8 @@ module Aws::EC2
|
|
|
13332
13409
|
# @option params [Array<String>] :export_task_ids
|
|
13333
13410
|
# The export task IDs.
|
|
13334
13411
|
#
|
|
13412
|
+
# @option params [Array<Types::Filter>] :filters
|
|
13413
|
+
#
|
|
13335
13414
|
# @return [Types::DescribeExportTasksResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
13336
13415
|
#
|
|
13337
13416
|
# * {Types::DescribeExportTasksResult#export_tasks #export_tasks} => Array<Types::ExportTask>
|
|
@@ -13340,6 +13419,12 @@ module Aws::EC2
|
|
|
13340
13419
|
#
|
|
13341
13420
|
# resp = client.describe_export_tasks({
|
|
13342
13421
|
# export_task_ids: ["String"],
|
|
13422
|
+
# filters: [
|
|
13423
|
+
# {
|
|
13424
|
+
# name: "String",
|
|
13425
|
+
# values: ["String"],
|
|
13426
|
+
# },
|
|
13427
|
+
# ],
|
|
13343
13428
|
# })
|
|
13344
13429
|
#
|
|
13345
13430
|
# @example Response structure
|
|
@@ -13355,6 +13440,9 @@ module Aws::EC2
|
|
|
13355
13440
|
# resp.export_tasks[0].instance_export_details.target_environment #=> String, one of "citrix", "vmware", "microsoft"
|
|
13356
13441
|
# resp.export_tasks[0].state #=> String, one of "active", "cancelling", "cancelled", "completed"
|
|
13357
13442
|
# resp.export_tasks[0].status_message #=> String
|
|
13443
|
+
# resp.export_tasks[0].tags #=> Array
|
|
13444
|
+
# resp.export_tasks[0].tags[0].key #=> String
|
|
13445
|
+
# resp.export_tasks[0].tags[0].value #=> String
|
|
13358
13446
|
#
|
|
13359
13447
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeExportTasks AWS API Documentation
|
|
13360
13448
|
#
|
|
@@ -14893,6 +14981,9 @@ module Aws::EC2
|
|
|
14893
14981
|
# resp.import_image_tasks[0].snapshot_details[0].user_bucket.s3_key #=> String
|
|
14894
14982
|
# resp.import_image_tasks[0].status #=> String
|
|
14895
14983
|
# resp.import_image_tasks[0].status_message #=> String
|
|
14984
|
+
# resp.import_image_tasks[0].tags #=> Array
|
|
14985
|
+
# resp.import_image_tasks[0].tags[0].key #=> String
|
|
14986
|
+
# resp.import_image_tasks[0].tags[0].value #=> String
|
|
14896
14987
|
# resp.import_image_tasks[0].license_specifications #=> Array
|
|
14897
14988
|
# resp.import_image_tasks[0].license_specifications[0].license_configuration_arn #=> String
|
|
14898
14989
|
# resp.next_token #=> String
|
|
@@ -14965,6 +15056,9 @@ module Aws::EC2
|
|
|
14965
15056
|
# resp.import_snapshot_tasks[0].snapshot_task_detail.url #=> String
|
|
14966
15057
|
# resp.import_snapshot_tasks[0].snapshot_task_detail.user_bucket.s3_bucket #=> String
|
|
14967
15058
|
# resp.import_snapshot_tasks[0].snapshot_task_detail.user_bucket.s3_key #=> String
|
|
15059
|
+
# resp.import_snapshot_tasks[0].tags #=> Array
|
|
15060
|
+
# resp.import_snapshot_tasks[0].tags[0].key #=> String
|
|
15061
|
+
# resp.import_snapshot_tasks[0].tags[0].value #=> String
|
|
14968
15062
|
# resp.next_token #=> String
|
|
14969
15063
|
#
|
|
14970
15064
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeImportSnapshotTasks AWS API Documentation
|
|
@@ -16362,6 +16456,9 @@ module Aws::EC2
|
|
|
16362
16456
|
#
|
|
16363
16457
|
# Default: Describes all your key pairs.
|
|
16364
16458
|
#
|
|
16459
|
+
# @option params [Array<String>] :key_pair_ids
|
|
16460
|
+
# The IDs of the key pairs.
|
|
16461
|
+
#
|
|
16365
16462
|
# @option params [Boolean] :dry_run
|
|
16366
16463
|
# Checks whether you have the required permissions for the action,
|
|
16367
16464
|
# without actually making the request, and provides an error response.
|
|
@@ -16403,14 +16500,19 @@ module Aws::EC2
|
|
|
16403
16500
|
# },
|
|
16404
16501
|
# ],
|
|
16405
16502
|
# key_names: ["String"],
|
|
16503
|
+
# key_pair_ids: ["String"],
|
|
16406
16504
|
# dry_run: false,
|
|
16407
16505
|
# })
|
|
16408
16506
|
#
|
|
16409
16507
|
# @example Response structure
|
|
16410
16508
|
#
|
|
16411
16509
|
# resp.key_pairs #=> Array
|
|
16510
|
+
# resp.key_pairs[0].key_pair_id #=> String
|
|
16412
16511
|
# resp.key_pairs[0].key_fingerprint #=> String
|
|
16413
16512
|
# resp.key_pairs[0].key_name #=> String
|
|
16513
|
+
# resp.key_pairs[0].tags #=> Array
|
|
16514
|
+
# resp.key_pairs[0].tags[0].key #=> String
|
|
16515
|
+
# resp.key_pairs[0].tags[0].value #=> String
|
|
16414
16516
|
#
|
|
16415
16517
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeKeyPairs AWS API Documentation
|
|
16416
16518
|
#
|
|
@@ -16616,12 +16718,13 @@ module Aws::EC2
|
|
|
16616
16718
|
# resp.launch_template_versions[0].launch_template_data.placement.tenancy #=> String, one of "default", "dedicated", "host"
|
|
16617
16719
|
# resp.launch_template_versions[0].launch_template_data.placement.spread_domain #=> String
|
|
16618
16720
|
# resp.launch_template_versions[0].launch_template_data.placement.host_resource_group_arn #=> String
|
|
16721
|
+
# resp.launch_template_versions[0].launch_template_data.placement.partition_number #=> Integer
|
|
16619
16722
|
# resp.launch_template_versions[0].launch_template_data.ram_disk_id #=> String
|
|
16620
16723
|
# resp.launch_template_versions[0].launch_template_data.disable_api_termination #=> Boolean
|
|
16621
16724
|
# resp.launch_template_versions[0].launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
|
16622
16725
|
# resp.launch_template_versions[0].launch_template_data.user_data #=> String
|
|
16623
16726
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications #=> Array
|
|
16624
|
-
# 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"
|
|
16727
|
+
# 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"
|
|
16625
16728
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags #=> Array
|
|
16626
16729
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].key #=> String
|
|
16627
16730
|
# resp.launch_template_versions[0].launch_template_data.tag_specifications[0].tags[0].value #=> String
|
|
@@ -16648,6 +16751,10 @@ module Aws::EC2
|
|
|
16648
16751
|
# resp.launch_template_versions[0].launch_template_data.license_specifications #=> Array
|
|
16649
16752
|
# resp.launch_template_versions[0].launch_template_data.license_specifications[0].license_configuration_arn #=> String
|
|
16650
16753
|
# resp.launch_template_versions[0].launch_template_data.hibernation_options.configured #=> Boolean
|
|
16754
|
+
# resp.launch_template_versions[0].launch_template_data.metadata_options.state #=> String, one of "pending", "applied"
|
|
16755
|
+
# resp.launch_template_versions[0].launch_template_data.metadata_options.http_tokens #=> String, one of "optional", "required"
|
|
16756
|
+
# resp.launch_template_versions[0].launch_template_data.metadata_options.http_put_response_hop_limit #=> Integer
|
|
16757
|
+
# resp.launch_template_versions[0].launch_template_data.metadata_options.http_endpoint #=> String, one of "disabled", "enabled"
|
|
16651
16758
|
# resp.next_token #=> String
|
|
16652
16759
|
#
|
|
16653
16760
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLaunchTemplateVersions AWS API Documentation
|
|
@@ -16818,6 +16925,9 @@ module Aws::EC2
|
|
|
16818
16925
|
# resp.local_gateway_route_table_virtual_interface_group_associations[0].local_gateway_id #=> String
|
|
16819
16926
|
# resp.local_gateway_route_table_virtual_interface_group_associations[0].local_gateway_route_table_id #=> String
|
|
16820
16927
|
# resp.local_gateway_route_table_virtual_interface_group_associations[0].state #=> String
|
|
16928
|
+
# resp.local_gateway_route_table_virtual_interface_group_associations[0].tags #=> Array
|
|
16929
|
+
# resp.local_gateway_route_table_virtual_interface_group_associations[0].tags[0].key #=> String
|
|
16930
|
+
# resp.local_gateway_route_table_virtual_interface_group_associations[0].tags[0].value #=> String
|
|
16821
16931
|
# resp.next_token #=> String
|
|
16822
16932
|
#
|
|
16823
16933
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations AWS API Documentation
|
|
@@ -16880,6 +16990,9 @@ module Aws::EC2
|
|
|
16880
16990
|
# resp.local_gateway_route_table_vpc_associations[0].local_gateway_id #=> String
|
|
16881
16991
|
# resp.local_gateway_route_table_vpc_associations[0].vpc_id #=> String
|
|
16882
16992
|
# resp.local_gateway_route_table_vpc_associations[0].state #=> String
|
|
16993
|
+
# resp.local_gateway_route_table_vpc_associations[0].tags #=> Array
|
|
16994
|
+
# resp.local_gateway_route_table_vpc_associations[0].tags[0].key #=> String
|
|
16995
|
+
# resp.local_gateway_route_table_vpc_associations[0].tags[0].value #=> String
|
|
16883
16996
|
# resp.next_token #=> String
|
|
16884
16997
|
#
|
|
16885
16998
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLocalGatewayRouteTableVpcAssociations AWS API Documentation
|
|
@@ -16942,6 +17055,9 @@ module Aws::EC2
|
|
|
16942
17055
|
# resp.local_gateway_route_tables[0].local_gateway_id #=> String
|
|
16943
17056
|
# resp.local_gateway_route_tables[0].outpost_arn #=> String
|
|
16944
17057
|
# resp.local_gateway_route_tables[0].state #=> String
|
|
17058
|
+
# resp.local_gateway_route_tables[0].tags #=> Array
|
|
17059
|
+
# resp.local_gateway_route_tables[0].tags[0].key #=> String
|
|
17060
|
+
# resp.local_gateway_route_tables[0].tags[0].value #=> String
|
|
16945
17061
|
# resp.next_token #=> String
|
|
16946
17062
|
#
|
|
16947
17063
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLocalGatewayRouteTables AWS API Documentation
|
|
@@ -17002,6 +17118,9 @@ module Aws::EC2
|
|
|
17002
17118
|
# resp.local_gateway_virtual_interface_groups[0].local_gateway_virtual_interface_ids #=> Array
|
|
17003
17119
|
# resp.local_gateway_virtual_interface_groups[0].local_gateway_virtual_interface_ids[0] #=> String
|
|
17004
17120
|
# resp.local_gateway_virtual_interface_groups[0].local_gateway_id #=> String
|
|
17121
|
+
# resp.local_gateway_virtual_interface_groups[0].tags #=> Array
|
|
17122
|
+
# resp.local_gateway_virtual_interface_groups[0].tags[0].key #=> String
|
|
17123
|
+
# resp.local_gateway_virtual_interface_groups[0].tags[0].value #=> String
|
|
17005
17124
|
# resp.next_token #=> String
|
|
17006
17125
|
#
|
|
17007
17126
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLocalGatewayVirtualInterfaceGroups AWS API Documentation
|
|
@@ -17065,6 +17184,9 @@ module Aws::EC2
|
|
|
17065
17184
|
# resp.local_gateway_virtual_interfaces[0].peer_address #=> String
|
|
17066
17185
|
# resp.local_gateway_virtual_interfaces[0].local_bgp_asn #=> Integer
|
|
17067
17186
|
# resp.local_gateway_virtual_interfaces[0].peer_bgp_asn #=> Integer
|
|
17187
|
+
# resp.local_gateway_virtual_interfaces[0].tags #=> Array
|
|
17188
|
+
# resp.local_gateway_virtual_interfaces[0].tags[0].key #=> String
|
|
17189
|
+
# resp.local_gateway_virtual_interfaces[0].tags[0].value #=> String
|
|
17068
17190
|
# resp.next_token #=> String
|
|
17069
17191
|
#
|
|
17070
17192
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLocalGatewayVirtualInterfaces AWS API Documentation
|
|
@@ -17126,6 +17248,9 @@ module Aws::EC2
|
|
|
17126
17248
|
# resp.local_gateways[0].outpost_arn #=> String
|
|
17127
17249
|
# resp.local_gateways[0].owner_id #=> String
|
|
17128
17250
|
# resp.local_gateways[0].state #=> String
|
|
17251
|
+
# resp.local_gateways[0].tags #=> Array
|
|
17252
|
+
# resp.local_gateways[0].tags[0].key #=> String
|
|
17253
|
+
# resp.local_gateways[0].tags[0].value #=> String
|
|
17129
17254
|
# resp.next_token #=> String
|
|
17130
17255
|
#
|
|
17131
17256
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeLocalGateways AWS API Documentation
|
|
@@ -17872,7 +17997,8 @@ module Aws::EC2
|
|
|
17872
17997
|
# @option params [Integer] :max_results
|
|
17873
17998
|
# The maximum number of items to return for this request. The request
|
|
17874
17999
|
# returns a token that you can specify in a subsequent call to get the
|
|
17875
|
-
# next set of results.
|
|
18000
|
+
# next set of results. You cannot specify this parameter and the network
|
|
18001
|
+
# interface IDs parameter in the same request.
|
|
17876
18002
|
#
|
|
17877
18003
|
# @return [Types::DescribeNetworkInterfacesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
17878
18004
|
#
|
|
@@ -18048,6 +18174,9 @@ module Aws::EC2
|
|
|
18048
18174
|
# Default: Describes all your placement groups, or only those otherwise
|
|
18049
18175
|
# specified.
|
|
18050
18176
|
#
|
|
18177
|
+
# @option params [Array<String>] :group_ids
|
|
18178
|
+
# The IDs of the placement groups.
|
|
18179
|
+
#
|
|
18051
18180
|
# @return [Types::DescribePlacementGroupsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
18052
18181
|
#
|
|
18053
18182
|
# * {Types::DescribePlacementGroupsResult#placement_groups #placement_groups} => Array<Types::PlacementGroup>
|
|
@@ -18063,6 +18192,7 @@ module Aws::EC2
|
|
|
18063
18192
|
# ],
|
|
18064
18193
|
# dry_run: false,
|
|
18065
18194
|
# group_names: ["String"],
|
|
18195
|
+
# group_ids: ["String"],
|
|
18066
18196
|
# })
|
|
18067
18197
|
#
|
|
18068
18198
|
# @example Response structure
|
|
@@ -18072,6 +18202,10 @@ module Aws::EC2
|
|
|
18072
18202
|
# resp.placement_groups[0].state #=> String, one of "pending", "available", "deleting", "deleted"
|
|
18073
18203
|
# resp.placement_groups[0].strategy #=> String, one of "cluster", "spread", "partition"
|
|
18074
18204
|
# resp.placement_groups[0].partition_count #=> Integer
|
|
18205
|
+
# resp.placement_groups[0].group_id #=> String
|
|
18206
|
+
# resp.placement_groups[0].tags #=> Array
|
|
18207
|
+
# resp.placement_groups[0].tags[0].key #=> String
|
|
18208
|
+
# resp.placement_groups[0].tags[0].value #=> String
|
|
18075
18209
|
#
|
|
18076
18210
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribePlacementGroups AWS API Documentation
|
|
18077
18211
|
#
|
|
@@ -20498,7 +20632,7 @@ module Aws::EC2
|
|
|
20498
20632
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].user_data #=> String
|
|
20499
20633
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].weighted_capacity #=> Float
|
|
20500
20634
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications #=> Array
|
|
20501
|
-
# 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"
|
|
20635
|
+
# 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"
|
|
20502
20636
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags #=> Array
|
|
20503
20637
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].key #=> String
|
|
20504
20638
|
# resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].tag_specifications[0].tags[0].value #=> String
|
|
@@ -21363,7 +21497,7 @@ module Aws::EC2
|
|
|
21363
21497
|
# resp.tags #=> Array
|
|
21364
21498
|
# resp.tags[0].key #=> String
|
|
21365
21499
|
# resp.tags[0].resource_id #=> String
|
|
21366
|
-
# 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"
|
|
21500
|
+
# 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"
|
|
21367
21501
|
# resp.tags[0].value #=> String
|
|
21368
21502
|
#
|
|
21369
21503
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeTags AWS API Documentation
|
|
@@ -22976,7 +23110,7 @@ module Aws::EC2
|
|
|
22976
23110
|
# @option params [Array<Types::Filter>] :filters
|
|
22977
23111
|
# One or more filters.
|
|
22978
23112
|
#
|
|
22979
|
-
# * `connection-notification-arn` - The ARN of SNS topic for the
|
|
23113
|
+
# * `connection-notification-arn` - The ARN of the SNS topic for the
|
|
22980
23114
|
# notification.
|
|
22981
23115
|
#
|
|
22982
23116
|
# * `connection-notification-id` - The ID of the notification.
|
|
@@ -23067,8 +23201,8 @@ module Aws::EC2
|
|
|
23067
23201
|
# The maximum number of results to return for the request in a single
|
|
23068
23202
|
# page. The remaining results of the initial request can be seen by
|
|
23069
23203
|
# sending another request with the returned `NextToken` value. This
|
|
23070
|
-
# value can be between 5 and
|
|
23071
|
-
# larger than
|
|
23204
|
+
# value can be between 5 and 1,000; if `MaxResults` is given a value
|
|
23205
|
+
# larger than 1,000, only 1,000 results are returned.
|
|
23072
23206
|
#
|
|
23073
23207
|
# @option params [String] :next_token
|
|
23074
23208
|
# The token to retrieve the next page of results.
|
|
@@ -23152,8 +23286,8 @@ module Aws::EC2
|
|
|
23152
23286
|
# The maximum number of results to return for the request in a single
|
|
23153
23287
|
# page. The remaining results of the initial request can be seen by
|
|
23154
23288
|
# sending another request with the returned `NextToken` value. This
|
|
23155
|
-
# value can be between 5 and
|
|
23156
|
-
# larger than
|
|
23289
|
+
# value can be between 5 and 1,000; if `MaxResults` is given a value
|
|
23290
|
+
# larger than 1,000, only 1,000 results are returned.
|
|
23157
23291
|
#
|
|
23158
23292
|
# @option params [String] :next_token
|
|
23159
23293
|
# The token to retrieve the next page of results.
|
|
@@ -23195,6 +23329,10 @@ module Aws::EC2
|
|
|
23195
23329
|
# resp.service_configurations[0].base_endpoint_dns_names #=> Array
|
|
23196
23330
|
# resp.service_configurations[0].base_endpoint_dns_names[0] #=> String
|
|
23197
23331
|
# resp.service_configurations[0].private_dns_name #=> String
|
|
23332
|
+
# resp.service_configurations[0].private_dns_name_configuration.state #=> String, one of "pendingVerification", "verified", "failed"
|
|
23333
|
+
# resp.service_configurations[0].private_dns_name_configuration.type #=> String
|
|
23334
|
+
# resp.service_configurations[0].private_dns_name_configuration.value #=> String
|
|
23335
|
+
# resp.service_configurations[0].private_dns_name_configuration.name #=> String
|
|
23198
23336
|
# resp.service_configurations[0].tags #=> Array
|
|
23199
23337
|
# resp.service_configurations[0].tags[0].key #=> String
|
|
23200
23338
|
# resp.service_configurations[0].tags[0].value #=> String
|
|
@@ -23233,8 +23371,8 @@ module Aws::EC2
|
|
|
23233
23371
|
# The maximum number of results to return for the request in a single
|
|
23234
23372
|
# page. The remaining results of the initial request can be seen by
|
|
23235
23373
|
# sending another request with the returned `NextToken` value. This
|
|
23236
|
-
# value can be between 5 and
|
|
23237
|
-
# larger than
|
|
23374
|
+
# value can be between 5 and 1,000; if `MaxResults` is given a value
|
|
23375
|
+
# larger than 1,000, only 1,000 results are returned.
|
|
23238
23376
|
#
|
|
23239
23377
|
# @option params [String] :next_token
|
|
23240
23378
|
# The token to retrieve the next page of results.
|
|
@@ -23289,7 +23427,7 @@ module Aws::EC2
|
|
|
23289
23427
|
# @option params [Array<Types::Filter>] :filters
|
|
23290
23428
|
# One or more filters.
|
|
23291
23429
|
#
|
|
23292
|
-
# * `service-name
|
|
23430
|
+
# * `service-name` - The name of the service.
|
|
23293
23431
|
#
|
|
23294
23432
|
# * `tag`\:<key> - The key/value combination of a tag assigned to
|
|
23295
23433
|
# the resource. Use the tag key in the filter name and the tag value
|
|
@@ -23306,7 +23444,7 @@ module Aws::EC2
|
|
|
23306
23444
|
# returns a token that you can specify in a subsequent call to get the
|
|
23307
23445
|
# next set of results.
|
|
23308
23446
|
#
|
|
23309
|
-
# Constraint: If the value is greater than
|
|
23447
|
+
# Constraint: If the value is greater than 1,000, we return only 1,000
|
|
23310
23448
|
# items.
|
|
23311
23449
|
#
|
|
23312
23450
|
# @option params [String] :next_token
|
|
@@ -23355,6 +23493,7 @@ module Aws::EC2
|
|
|
23355
23493
|
# resp.service_details[0].tags #=> Array
|
|
23356
23494
|
# resp.service_details[0].tags[0].key #=> String
|
|
23357
23495
|
# resp.service_details[0].tags[0].value #=> String
|
|
23496
|
+
# resp.service_details[0].private_dns_name_verification_state #=> String, one of "pendingVerification", "verified", "failed"
|
|
23358
23497
|
# resp.next_token #=> String
|
|
23359
23498
|
#
|
|
23360
23499
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcEndpointServices AWS API Documentation
|
|
@@ -23380,11 +23519,11 @@ module Aws::EC2
|
|
|
23380
23519
|
# @option params [Array<Types::Filter>] :filters
|
|
23381
23520
|
# One or more filters.
|
|
23382
23521
|
#
|
|
23383
|
-
# * `service-name
|
|
23522
|
+
# * `service-name` - The name of the service.
|
|
23384
23523
|
#
|
|
23385
|
-
# * `vpc-id
|
|
23524
|
+
# * `vpc-id` - The ID of the VPC in which the endpoint resides.
|
|
23386
23525
|
#
|
|
23387
|
-
# * `vpc-endpoint-id
|
|
23526
|
+
# * `vpc-endpoint-id` - The ID of the endpoint.
|
|
23388
23527
|
#
|
|
23389
23528
|
# * `vpc-endpoint-state` - The state of the endpoint
|
|
23390
23529
|
# (`pendingAcceptance` \| `pending` \| `available` \| `deleting` \|
|
|
@@ -23405,7 +23544,7 @@ module Aws::EC2
|
|
|
23405
23544
|
# returns a token that you can specify in a subsequent call to get the
|
|
23406
23545
|
# next set of results.
|
|
23407
23546
|
#
|
|
23408
|
-
# Constraint: If the value is greater than
|
|
23547
|
+
# Constraint: If the value is greater than 1,000, we return only 1,000
|
|
23409
23548
|
# items.
|
|
23410
23549
|
#
|
|
23411
23550
|
# @option params [String] :next_token
|
|
@@ -23460,6 +23599,8 @@ module Aws::EC2
|
|
|
23460
23599
|
# resp.vpc_endpoints[0].tags[0].key #=> String
|
|
23461
23600
|
# resp.vpc_endpoints[0].tags[0].value #=> String
|
|
23462
23601
|
# resp.vpc_endpoints[0].owner_id #=> String
|
|
23602
|
+
# resp.vpc_endpoints[0].last_error.message #=> String
|
|
23603
|
+
# resp.vpc_endpoints[0].last_error.code #=> String
|
|
23463
23604
|
# resp.next_token #=> String
|
|
23464
23605
|
#
|
|
23465
23606
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeVpcEndpoints AWS API Documentation
|
|
@@ -25920,7 +26061,7 @@ module Aws::EC2
|
|
|
25920
26061
|
# @example Request syntax with placeholder values
|
|
25921
26062
|
#
|
|
25922
26063
|
# resp = client.get_host_reservation_purchase_preview({
|
|
25923
|
-
# host_id_set: ["
|
|
26064
|
+
# host_id_set: ["DedicatedHostId"], # required
|
|
25924
26065
|
# offering_id: "OfferingId", # required
|
|
25925
26066
|
# })
|
|
25926
26067
|
#
|
|
@@ -26080,12 +26221,13 @@ module Aws::EC2
|
|
|
26080
26221
|
# resp.launch_template_data.placement.tenancy #=> String, one of "default", "dedicated", "host"
|
|
26081
26222
|
# resp.launch_template_data.placement.spread_domain #=> String
|
|
26082
26223
|
# resp.launch_template_data.placement.host_resource_group_arn #=> String
|
|
26224
|
+
# resp.launch_template_data.placement.partition_number #=> Integer
|
|
26083
26225
|
# resp.launch_template_data.ram_disk_id #=> String
|
|
26084
26226
|
# resp.launch_template_data.disable_api_termination #=> Boolean
|
|
26085
26227
|
# resp.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
|
|
26086
26228
|
# resp.launch_template_data.user_data #=> String
|
|
26087
26229
|
# resp.launch_template_data.tag_specifications #=> Array
|
|
26088
|
-
# 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"
|
|
26230
|
+
# 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"
|
|
26089
26231
|
# resp.launch_template_data.tag_specifications[0].tags #=> Array
|
|
26090
26232
|
# resp.launch_template_data.tag_specifications[0].tags[0].key #=> String
|
|
26091
26233
|
# resp.launch_template_data.tag_specifications[0].tags[0].value #=> String
|
|
@@ -26112,6 +26254,10 @@ module Aws::EC2
|
|
|
26112
26254
|
# resp.launch_template_data.license_specifications #=> Array
|
|
26113
26255
|
# resp.launch_template_data.license_specifications[0].license_configuration_arn #=> String
|
|
26114
26256
|
# resp.launch_template_data.hibernation_options.configured #=> Boolean
|
|
26257
|
+
# resp.launch_template_data.metadata_options.state #=> String, one of "pending", "applied"
|
|
26258
|
+
# resp.launch_template_data.metadata_options.http_tokens #=> String, one of "optional", "required"
|
|
26259
|
+
# resp.launch_template_data.metadata_options.http_put_response_hop_limit #=> Integer
|
|
26260
|
+
# resp.launch_template_data.metadata_options.http_endpoint #=> String, one of "disabled", "enabled"
|
|
26115
26261
|
#
|
|
26116
26262
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetLaunchTemplateData AWS API Documentation
|
|
26117
26263
|
#
|
|
@@ -26637,8 +26783,8 @@ module Aws::EC2
|
|
|
26637
26783
|
# Valid values: `xen`
|
|
26638
26784
|
#
|
|
26639
26785
|
# @option params [String] :kms_key_id
|
|
26640
|
-
# An identifier for the AWS Key Management Service (AWS KMS)
|
|
26641
|
-
# master key (CMK) to use when creating the encrypted AMI. This
|
|
26786
|
+
# An identifier for the symmetric AWS Key Management Service (AWS KMS)
|
|
26787
|
+
# customer master key (CMK) to use when creating the encrypted AMI. This
|
|
26642
26788
|
# parameter is only required if you want to use a non-default CMK; if
|
|
26643
26789
|
# this parameter is not specified, the default CMK for EBS is used. If a
|
|
26644
26790
|
# `KmsKeyId` is specified, the `Encrypted` flag must also be set.
|
|
@@ -26670,6 +26816,8 @@ module Aws::EC2
|
|
|
26670
26816
|
# The specified CMK must exist in the Region that the AMI is being
|
|
26671
26817
|
# copied to.
|
|
26672
26818
|
#
|
|
26819
|
+
# Amazon EBS does not support asymmetric CMKs.
|
|
26820
|
+
#
|
|
26673
26821
|
# @option params [String] :license_type
|
|
26674
26822
|
# The license type to be used for the Amazon Machine Image (AMI) after
|
|
26675
26823
|
# importing.
|
|
@@ -26953,7 +27101,7 @@ module Aws::EC2
|
|
|
26953
27101
|
#
|
|
26954
27102
|
# resp = client.import_key_pair({
|
|
26955
27103
|
# dry_run: false,
|
|
26956
|
-
# key_name: "
|
|
27104
|
+
# key_name: "KeyPairName", # required
|
|
26957
27105
|
# public_key_material: "data", # required
|
|
26958
27106
|
# })
|
|
26959
27107
|
#
|
|
@@ -27003,11 +27151,11 @@ module Aws::EC2
|
|
|
27003
27151
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
|
27004
27152
|
#
|
|
27005
27153
|
# @option params [String] :kms_key_id
|
|
27006
|
-
# An identifier for the AWS Key Management Service (AWS KMS)
|
|
27007
|
-
# master key (CMK) to use when creating the encrypted snapshot.
|
|
27008
|
-
# parameter is only required if you want to use a non-default CMK;
|
|
27009
|
-
# this parameter is not specified, the default CMK for EBS is used.
|
|
27010
|
-
# `KmsKeyId` is specified, the `Encrypted` flag must also be set.
|
|
27154
|
+
# An identifier for the symmetric AWS Key Management Service (AWS KMS)
|
|
27155
|
+
# customer master key (CMK) to use when creating the encrypted snapshot.
|
|
27156
|
+
# This parameter is only required if you want to use a non-default CMK;
|
|
27157
|
+
# if this parameter is not specified, the default CMK for EBS is used.
|
|
27158
|
+
# If a `KmsKeyId` is specified, the `Encrypted` flag must also be set.
|
|
27011
27159
|
#
|
|
27012
27160
|
# The CMK identifier may be provided in any of the following formats:
|
|
27013
27161
|
#
|
|
@@ -27036,6 +27184,8 @@ module Aws::EC2
|
|
|
27036
27184
|
# The specified CMK must exist in the Region that the snapshot is being
|
|
27037
27185
|
# copied to.
|
|
27038
27186
|
#
|
|
27187
|
+
# Amazon EBS does not support asymmetric CMKs.
|
|
27188
|
+
#
|
|
27039
27189
|
# @option params [String] :role_name
|
|
27040
27190
|
# The name of the role to use when not using the default role,
|
|
27041
27191
|
# 'vmimport'.
|
|
@@ -27417,10 +27567,10 @@ module Aws::EC2
|
|
|
27417
27567
|
# default for your account in this Region.
|
|
27418
27568
|
#
|
|
27419
27569
|
# AWS creates a unique AWS managed CMK in each Region for use with
|
|
27420
|
-
# encryption by default. If you change the default CMK to a
|
|
27421
|
-
# managed CMK, it is used instead of the AWS managed CMK. To
|
|
27422
|
-
# default CMK to the AWS managed CMK for EBS, use
|
|
27423
|
-
# ResetEbsDefaultKmsKeyId.
|
|
27570
|
+
# encryption by default. If you change the default CMK to a symmetric
|
|
27571
|
+
# customer managed CMK, it is used instead of the AWS managed CMK. To
|
|
27572
|
+
# reset the default CMK to the AWS managed CMK for EBS, use
|
|
27573
|
+
# ResetEbsDefaultKmsKeyId. Amazon EBS does not support asymmetric CMKs.
|
|
27424
27574
|
#
|
|
27425
27575
|
# If you delete or disable the customer managed CMK that you specified
|
|
27426
27576
|
# for use with encryption by default, your instances will fail to
|
|
@@ -27455,6 +27605,8 @@ module Aws::EC2
|
|
|
27455
27605
|
# ID, alias, or ARN that is not valid, the action can appear to
|
|
27456
27606
|
# complete, but eventually fails.
|
|
27457
27607
|
#
|
|
27608
|
+
# Amazon EBS does not support asymmetric CMKs.
|
|
27609
|
+
#
|
|
27458
27610
|
# @option params [Boolean] :dry_run
|
|
27459
27611
|
# Checks whether you have the required permissions for the action,
|
|
27460
27612
|
# without actually making the request, and provides an error response.
|
|
@@ -28543,7 +28695,7 @@ module Aws::EC2
|
|
|
28543
28695
|
# resp = client.modify_instance_placement({
|
|
28544
28696
|
# affinity: "default", # accepts default, host
|
|
28545
28697
|
# group_name: "PlacementGroupName",
|
|
28546
|
-
# host_id: "
|
|
28698
|
+
# host_id: "DedicatedHostId",
|
|
28547
28699
|
# instance_id: "InstanceId", # required
|
|
28548
28700
|
# tenancy: "dedicated", # accepts dedicated, host
|
|
28549
28701
|
# partition_number: 1,
|
|
@@ -29403,6 +29555,10 @@ module Aws::EC2
|
|
|
29403
29555
|
# @option params [Types::ModifyTransitGatewayVpcAttachmentRequestOptions] :options
|
|
29404
29556
|
# The new VPC attachment options.
|
|
29405
29557
|
#
|
|
29558
|
+
# <note markdown="1"> You cannot modify the IPv6 options.
|
|
29559
|
+
#
|
|
29560
|
+
# </note>
|
|
29561
|
+
#
|
|
29406
29562
|
# @option params [Boolean] :dry_run
|
|
29407
29563
|
# Checks whether you have the required permissions for the action,
|
|
29408
29564
|
# without actually making the request, and provides an error response.
|
|
@@ -29760,7 +29916,7 @@ module Aws::EC2
|
|
|
29760
29916
|
# from the network interface.
|
|
29761
29917
|
#
|
|
29762
29918
|
# @option params [Boolean] :private_dns_enabled
|
|
29763
|
-
# (Interface endpoint)
|
|
29919
|
+
# (Interface endpoint) Indicates whether a private hosted zone is
|
|
29764
29920
|
# associated with the VPC.
|
|
29765
29921
|
#
|
|
29766
29922
|
# @return [Types::ModifyVpcEndpointResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -29847,6 +30003,15 @@ module Aws::EC2
|
|
|
29847
30003
|
# can specify whether acceptance is required for requests to connect to
|
|
29848
30004
|
# your endpoint service through an interface VPC endpoint.
|
|
29849
30005
|
#
|
|
30006
|
+
# If you set or modify the private DNS name, you must prove that you own
|
|
30007
|
+
# the private DNS domain name. For more information, see [VPC Endpoint
|
|
30008
|
+
# Service Private DNS Name Verification][1] in the *Amazon Virtual
|
|
30009
|
+
# Private Cloud User Guide*.
|
|
30010
|
+
#
|
|
30011
|
+
#
|
|
30012
|
+
#
|
|
30013
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html
|
|
30014
|
+
#
|
|
29850
30015
|
# @option params [Boolean] :dry_run
|
|
29851
30016
|
# Checks whether you have the required permissions for the action,
|
|
29852
30017
|
# without actually making the request, and provides an error response.
|
|
@@ -29856,8 +30021,14 @@ module Aws::EC2
|
|
|
29856
30021
|
# @option params [required, String] :service_id
|
|
29857
30022
|
# The ID of the service.
|
|
29858
30023
|
#
|
|
30024
|
+
# @option params [String] :private_dns_name
|
|
30025
|
+
# The private DNS name to assign to the endpoint service.
|
|
30026
|
+
#
|
|
30027
|
+
# @option params [Boolean] :remove_private_dns_name
|
|
30028
|
+
# Removes the private DNS name of the endpoint service.
|
|
30029
|
+
#
|
|
29859
30030
|
# @option params [Boolean] :acceptance_required
|
|
29860
|
-
#
|
|
30031
|
+
# Indicates whether requests to create an endpoint to your service must
|
|
29861
30032
|
# be accepted.
|
|
29862
30033
|
#
|
|
29863
30034
|
# @option params [Array<String>] :add_network_load_balancer_arns
|
|
@@ -29877,6 +30048,8 @@ module Aws::EC2
|
|
|
29877
30048
|
# resp = client.modify_vpc_endpoint_service_configuration({
|
|
29878
30049
|
# dry_run: false,
|
|
29879
30050
|
# service_id: "ServiceId", # required
|
|
30051
|
+
# private_dns_name: "String",
|
|
30052
|
+
# remove_private_dns_name: false,
|
|
29880
30053
|
# acceptance_required: false,
|
|
29881
30054
|
# add_network_load_balancer_arns: ["String"],
|
|
29882
30055
|
# remove_network_load_balancer_arns: ["String"],
|
|
@@ -30682,7 +30855,7 @@ module Aws::EC2
|
|
|
30682
30855
|
# resp = client.purchase_host_reservation({
|
|
30683
30856
|
# client_token: "String",
|
|
30684
30857
|
# currency_code: "USD", # accepts USD
|
|
30685
|
-
# host_id_set: ["
|
|
30858
|
+
# host_id_set: ["DedicatedHostId"], # required
|
|
30686
30859
|
# limit_price: "String",
|
|
30687
30860
|
# offering_id: "OfferingId", # required
|
|
30688
30861
|
# })
|
|
@@ -32385,7 +32558,7 @@ module Aws::EC2
|
|
|
32385
32558
|
# weighted_capacity: 1.0,
|
|
32386
32559
|
# tag_specifications: [
|
|
32387
32560
|
# {
|
|
32388
|
-
# 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
|
|
32561
|
+
# 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
|
|
32389
32562
|
# tags: [
|
|
32390
32563
|
# {
|
|
32391
32564
|
# key: "String",
|
|
@@ -33956,7 +34129,7 @@ module Aws::EC2
|
|
|
33956
34129
|
# ],
|
|
33957
34130
|
# tag_specifications: [
|
|
33958
34131
|
# {
|
|
33959
|
-
# 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
|
|
34132
|
+
# 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
|
|
33960
34133
|
# tags: [
|
|
33961
34134
|
# {
|
|
33962
34135
|
# key: "String",
|
|
@@ -34733,6 +34906,53 @@ module Aws::EC2
|
|
|
34733
34906
|
req.send_request(options)
|
|
34734
34907
|
end
|
|
34735
34908
|
|
|
34909
|
+
# Initiates the verification process to prove that the service provider
|
|
34910
|
+
# owns the private DNS name domain for the endpoint service.
|
|
34911
|
+
#
|
|
34912
|
+
# The service provider must successfully perform the verification before
|
|
34913
|
+
# the consumer can use the name to access the service.
|
|
34914
|
+
#
|
|
34915
|
+
# Before the service provider runs this command, they must add a record
|
|
34916
|
+
# to the DNS server. For more information, see [Adding a TXT Record to
|
|
34917
|
+
# Your Domain's DNS Server ][1] in the *Amazon VPC User Guide*.
|
|
34918
|
+
#
|
|
34919
|
+
#
|
|
34920
|
+
#
|
|
34921
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/ndpoint-services-dns-validation.html#add-dns-txt-record
|
|
34922
|
+
#
|
|
34923
|
+
# @option params [Boolean] :dry_run
|
|
34924
|
+
# Checks whether you have the required permissions for the action,
|
|
34925
|
+
# without actually making the request, and provides an error response.
|
|
34926
|
+
# If you have the required permissions, the error response is
|
|
34927
|
+
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
34928
|
+
#
|
|
34929
|
+
# @option params [required, String] :service_id
|
|
34930
|
+
# The ID of the endpoint service.
|
|
34931
|
+
#
|
|
34932
|
+
# @return [Types::StartVpcEndpointServicePrivateDnsVerificationResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
34933
|
+
#
|
|
34934
|
+
# * {Types::StartVpcEndpointServicePrivateDnsVerificationResult#return_value #return_value} => Boolean
|
|
34935
|
+
#
|
|
34936
|
+
# @example Request syntax with placeholder values
|
|
34937
|
+
#
|
|
34938
|
+
# resp = client.start_vpc_endpoint_service_private_dns_verification({
|
|
34939
|
+
# dry_run: false,
|
|
34940
|
+
# service_id: "ServiceId", # required
|
|
34941
|
+
# })
|
|
34942
|
+
#
|
|
34943
|
+
# @example Response structure
|
|
34944
|
+
#
|
|
34945
|
+
# resp.return_value #=> Boolean
|
|
34946
|
+
#
|
|
34947
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StartVpcEndpointServicePrivateDnsVerification AWS API Documentation
|
|
34948
|
+
#
|
|
34949
|
+
# @overload start_vpc_endpoint_service_private_dns_verification(params = {})
|
|
34950
|
+
# @param [Hash] params ({})
|
|
34951
|
+
def start_vpc_endpoint_service_private_dns_verification(params = {}, options = {})
|
|
34952
|
+
req = build_request(:start_vpc_endpoint_service_private_dns_verification, params)
|
|
34953
|
+
req.send_request(options)
|
|
34954
|
+
end
|
|
34955
|
+
|
|
34736
34956
|
# Stops an Amazon EBS-backed instance.
|
|
34737
34957
|
#
|
|
34738
34958
|
# You can use the Stop action to hibernate an instance if the instance
|
|
@@ -35440,7 +35660,7 @@ module Aws::EC2
|
|
|
35440
35660
|
params: params,
|
|
35441
35661
|
config: config)
|
|
35442
35662
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
35443
|
-
context[:gem_version] = '1.
|
|
35663
|
+
context[:gem_version] = '1.133.0'
|
|
35444
35664
|
Seahorse::Client::Request.new(handlers, context)
|
|
35445
35665
|
end
|
|
35446
35666
|
|