aws-sdk-ec2 1.126.0 → 1.131.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -288,7 +288,7 @@ module Aws::EC2
288
288
  # source_region: "String", # required
289
289
  # tag_specifications: [
290
290
  # {
291
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
291
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
292
292
  # tags: [
293
293
  # {
294
294
  # key: "String",
@@ -351,7 +351,7 @@ module Aws::EC2
351
351
  # ],
352
352
  # tag_specifications: [
353
353
  # {
354
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
354
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
355
355
  # tags: [
356
356
  # {
357
357
  # key: "String",
@@ -156,7 +156,7 @@ module Aws::EC2
156
156
  # @return [Boolean]
157
157
  #
158
158
  # @!attribute [rw] service_id
159
- # The ID of the endpoint service.
159
+ # The ID of the VPC endpoint service.
160
160
  # @return [String]
161
161
  #
162
162
  # @!attribute [rw] vpc_endpoint_ids
@@ -531,7 +531,7 @@ module Aws::EC2
531
531
  # quantity: 1, # required
532
532
  # tag_specifications: [
533
533
  # {
534
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
534
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
535
535
  # tags: [
536
536
  # {
537
537
  # key: "String",
@@ -4101,11 +4101,12 @@ module Aws::EC2
4101
4101
  # @return [Boolean]
4102
4102
  #
4103
4103
  # @!attribute [rw] kms_key_id
4104
- # An identifier for the AWS Key Management Service (AWS KMS) customer
4105
- # master key (CMK) to use when creating the encrypted volume. This
4106
- # parameter is only required if you want to use a non-default CMK; if
4107
- # this parameter is not specified, the default CMK for EBS is used. If
4108
- # a `KmsKeyId` is specified, the `Encrypted` flag must also be set.
4104
+ # An identifier for the symmetric AWS Key Management Service (AWS KMS)
4105
+ # customer master key (CMK) to use when creating the encrypted volume.
4106
+ # This parameter is only required if you want to use a non-default
4107
+ # CMK; if this parameter is not specified, the default CMK for EBS is
4108
+ # used. If a `KmsKeyId` is specified, the `Encrypted` flag must also
4109
+ # be set.
4109
4110
  #
4110
4111
  # To specify a CMK, use its key ID, Amazon Resource Name (ARN), alias
4111
4112
  # name, or alias ARN. When using an alias name, prefix it with
@@ -4126,6 +4127,8 @@ module Aws::EC2
4126
4127
  #
4127
4128
  # The specified CMK must exist in the Region that the snapshot is
4128
4129
  # being copied to.
4130
+ #
4131
+ # Amazon EBS does not support asymmetric CMKs.
4129
4132
  # @return [String]
4130
4133
  #
4131
4134
  # @!attribute [rw] name
@@ -4187,7 +4190,7 @@ module Aws::EC2
4187
4190
  # source_snapshot_id: "String", # required
4188
4191
  # tag_specifications: [
4189
4192
  # {
4190
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4193
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4191
4194
  # tags: [
4192
4195
  # {
4193
4196
  # key: "String",
@@ -4391,7 +4394,7 @@ module Aws::EC2
4391
4394
  # instance_match_criteria: "open", # accepts open, targeted
4392
4395
  # tag_specifications: [
4393
4396
  # {
4394
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4397
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4395
4398
  # tags: [
4396
4399
  # {
4397
4400
  # key: "String",
@@ -4587,7 +4590,7 @@ module Aws::EC2
4587
4590
  # client_token: "String",
4588
4591
  # tag_specifications: [
4589
4592
  # {
4590
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4593
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
4591
4594
  # tags: [
4592
4595
  # {
4593
4596
  # key: "String",
@@ -5207,7 +5210,7 @@ module Aws::EC2
5207
5210
  # replace_unhealthy_instances: false,
5208
5211
  # tag_specifications: [
5209
5212
  # {
5210
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5213
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5211
5214
  # tags: [
5212
5215
  # {
5213
5216
  # key: "String",
@@ -5527,7 +5530,7 @@ module Aws::EC2
5527
5530
  # client_token: "String",
5528
5531
  # tag_specifications: [
5529
5532
  # {
5530
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5533
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5531
5534
  # tags: [
5532
5535
  # {
5533
5536
  # key: "String",
@@ -5884,7 +5887,7 @@ module Aws::EC2
5884
5887
  # user_data: "String",
5885
5888
  # tag_specifications: [
5886
5889
  # {
5887
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5890
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5888
5891
  # tags: [
5889
5892
  # {
5890
5893
  # key: "String",
@@ -5940,7 +5943,7 @@ module Aws::EC2
5940
5943
  # },
5941
5944
  # tag_specifications: [
5942
5945
  # {
5943
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5946
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
5944
5947
  # tags: [
5945
5948
  # {
5946
5949
  # key: "String",
@@ -6089,7 +6092,7 @@ module Aws::EC2
6089
6092
  # user_data: "String",
6090
6093
  # tag_specifications: [
6091
6094
  # {
6092
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
6095
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
6093
6096
  # tags: [
6094
6097
  # {
6095
6098
  # key: "String",
@@ -7019,7 +7022,7 @@ module Aws::EC2
7019
7022
  # volume_id: "VolumeId", # required
7020
7023
  # tag_specifications: [
7021
7024
  # {
7022
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7025
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7023
7026
  # tags: [
7024
7027
  # {
7025
7028
  # key: "String",
@@ -7071,7 +7074,7 @@ module Aws::EC2
7071
7074
  # },
7072
7075
  # tag_specifications: [
7073
7076
  # {
7074
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7077
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7075
7078
  # tags: [
7076
7079
  # {
7077
7080
  # key: "String",
@@ -7312,7 +7315,7 @@ module Aws::EC2
7312
7315
  # description: "String",
7313
7316
  # tag_specifications: [
7314
7317
  # {
7315
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7318
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7316
7319
  # tags: [
7317
7320
  # {
7318
7321
  # key: "String",
@@ -7531,7 +7534,7 @@ module Aws::EC2
7531
7534
  # description: "String",
7532
7535
  # tag_specifications: [
7533
7536
  # {
7534
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7537
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7535
7538
  # tags: [
7536
7539
  # {
7537
7540
  # key: "String",
@@ -7662,7 +7665,7 @@ module Aws::EC2
7662
7665
  # description: "String",
7663
7666
  # tag_specifications: [
7664
7667
  # {
7665
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7668
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7666
7669
  # tags: [
7667
7670
  # {
7668
7671
  # key: "String",
@@ -7753,7 +7756,7 @@ module Aws::EC2
7753
7756
  # transit_gateway_id: "String", # required
7754
7757
  # tag_specifications: [
7755
7758
  # {
7756
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7759
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7757
7760
  # tags: [
7758
7761
  # {
7759
7762
  # key: "String",
@@ -7810,7 +7813,7 @@ module Aws::EC2
7810
7813
  # peer_region: "String", # required
7811
7814
  # tag_specifications: [
7812
7815
  # {
7813
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7816
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7814
7817
  # tags: [
7815
7818
  # {
7816
7819
  # key: "String",
@@ -7889,7 +7892,7 @@ module Aws::EC2
7889
7892
  # },
7890
7893
  # tag_specifications: [
7891
7894
  # {
7892
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7895
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
7893
7896
  # tags: [
7894
7897
  # {
7895
7898
  # key: "String",
@@ -8005,7 +8008,7 @@ module Aws::EC2
8005
8008
  # transit_gateway_id: "String", # required
8006
8009
  # tag_specifications: [
8007
8010
  # {
8008
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8011
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8009
8012
  # tags: [
8010
8013
  # {
8011
8014
  # key: "String",
@@ -8065,7 +8068,7 @@ module Aws::EC2
8065
8068
  # },
8066
8069
  # tag_specifications: [
8067
8070
  # {
8068
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8071
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8069
8072
  # tags: [
8070
8073
  # {
8071
8074
  # key: "String",
@@ -8235,7 +8238,7 @@ module Aws::EC2
8235
8238
  # dry_run: false,
8236
8239
  # tag_specifications: [
8237
8240
  # {
8238
- # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, launch-template, natgateway, network-acl, network-interface, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8241
+ # resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, elastic-ip, fleet, fpga-image, host-reservation, image, instance, internet-gateway, key-pair, launch-template, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway
8239
8242
  # tags: [
8240
8243
  # {
8241
8244
  # key: "String",
@@ -8408,7 +8411,7 @@ module Aws::EC2
8408
8411
  # @return [Array<String>]
8409
8412
  #
8410
8413
  # @!attribute [rw] client_token
8411
- # Unique, case-sensitive identifier you provide to ensure the
8414
+ # Unique, case-sensitive identifier that you provide to ensure the
8412
8415
  # idempotency of the request. For more information, see [How to Ensure
8413
8416
  # Idempotency][1].
8414
8417
  #
@@ -8434,7 +8437,7 @@ module Aws::EC2
8434
8437
  # @return [Types::ConnectionNotification]
8435
8438
  #
8436
8439
  # @!attribute [rw] client_token
8437
- # Unique, case-sensitive identifier you provide to ensure the
8440
+ # Unique, case-sensitive identifier that you provide to ensure the
8438
8441
  # idempotency of the request.
8439
8442
  # @return [String]
8440
8443
  #
@@ -8509,7 +8512,7 @@ module Aws::EC2
8509
8512
  # @return [Array<String>]
8510
8513
  #
8511
8514
  # @!attribute [rw] client_token
8512
- # Unique, case-sensitive identifier you provide to ensure the
8515
+ # Unique, case-sensitive identifier that you provide to ensure the
8513
8516
  # idempotency of the request. For more information, see [How to Ensure
8514
8517
  # Idempotency][1].
8515
8518
  #
@@ -8519,10 +8522,10 @@ module Aws::EC2
8519
8522
  # @return [String]
8520
8523
  #
8521
8524
  # @!attribute [rw] private_dns_enabled
8522
- # (Interface endpoint) Indicate whether to associate a private hosted
8525
+ # (Interface endpoint) Indicates whether to associate a private hosted
8523
8526
  # zone with the specified VPC. The private hosted zone contains a
8524
8527
  # record set for the default public DNS name for the service for the
8525
- # Region (for example, `kinesis.us-east-1.amazonaws.com`) which
8528
+ # Region (for example, `kinesis.us-east-1.amazonaws.com`), which
8526
8529
  # resolves to the private IP addresses of the endpoint network
8527
8530
  # interfaces in the VPC. This enables you to make requests to the
8528
8531
  # default public DNS name for the service instead of the public DNS
@@ -8558,7 +8561,7 @@ module Aws::EC2
8558
8561
  # @return [Types::VpcEndpoint]
8559
8562
  #
8560
8563
  # @!attribute [rw] client_token
8561
- # Unique, case-sensitive identifier you provide to ensure the
8564
+ # Unique, case-sensitive identifier that you provide to ensure the
8562
8565
  # idempotency of the request.
8563
8566
  # @return [String]
8564
8567
  #
@@ -8576,6 +8579,7 @@ module Aws::EC2
8576
8579
  # {
8577
8580
  # dry_run: false,
8578
8581
  # acceptance_required: false,
8582
+ # private_dns_name: "String",
8579
8583
  # network_load_balancer_arns: ["String"], # required
8580
8584
  # client_token: "String",
8581
8585
  # }
@@ -8588,18 +8592,22 @@ module Aws::EC2
8588
8592
  # @return [Boolean]
8589
8593
  #
8590
8594
  # @!attribute [rw] acceptance_required
8591
- # Indicate whether requests from service consumers to create an
8595
+ # Indicates whether requests from service consumers to create an
8592
8596
  # endpoint to your service must be accepted. To accept a request, use
8593
8597
  # AcceptVpcEndpointConnections.
8594
8598
  # @return [Boolean]
8595
8599
  #
8600
+ # @!attribute [rw] private_dns_name
8601
+ # The private DNS name to assign to the VPC endpoint service.
8602
+ # @return [String]
8603
+ #
8596
8604
  # @!attribute [rw] network_load_balancer_arns
8597
8605
  # The Amazon Resource Names (ARNs) of one or more Network Load
8598
8606
  # Balancers for your service.
8599
8607
  # @return [Array<String>]
8600
8608
  #
8601
8609
  # @!attribute [rw] client_token
8602
- # Unique, case-sensitive identifier you provide to ensure the
8610
+ # Unique, case-sensitive identifier that you provide to ensure the
8603
8611
  # idempotency of the request. For more information, see [How to Ensure
8604
8612
  # Idempotency][1].
8605
8613
  #
@@ -8613,6 +8621,7 @@ module Aws::EC2
8613
8621
  class CreateVpcEndpointServiceConfigurationRequest < Struct.new(
8614
8622
  :dry_run,
8615
8623
  :acceptance_required,
8624
+ :private_dns_name,
8616
8625
  :network_load_balancer_arns,
8617
8626
  :client_token)
8618
8627
  include Aws::Structure
@@ -8623,7 +8632,7 @@ module Aws::EC2
8623
8632
  # @return [Types::ServiceConfiguration]
8624
8633
  #
8625
8634
  # @!attribute [rw] client_token
8626
- # Unique, case-sensitive identifier you provide to ensure the
8635
+ # Unique, case-sensitive identifier that you provide to ensure the
8627
8636
  # idempotency of the request.
8628
8637
  # @return [String]
8629
8638
  #
@@ -9466,7 +9475,7 @@ module Aws::EC2
9466
9475
  # data as a hash:
9467
9476
  #
9468
9477
  # {
9469
- # key_name: "String", # required
9478
+ # key_name: "KeyPairName", # required
9470
9479
  # dry_run: false,
9471
9480
  # }
9472
9481
  #
@@ -11141,6 +11150,9 @@ module Aws::EC2
11141
11150
  # * `instance-id` - The ID of the instance the address is associated
11142
11151
  # with, if any.
11143
11152
  #
11153
+ # * `network-border-group` - The location from where the IP address is
11154
+ # advertised.
11155
+ #
11144
11156
  # * `network-interface-id` - \[EC2-VPC\] The ID of the network
11145
11157
  # interface that the address is associated with, if any.
11146
11158
  #
@@ -12259,6 +12271,12 @@ module Aws::EC2
12259
12271
  # egress_only_internet_gateway_ids: ["EgressOnlyInternetGatewayId"],
12260
12272
  # max_results: 1,
12261
12273
  # next_token: "String",
12274
+ # filters: [
12275
+ # {
12276
+ # name: "String",
12277
+ # values: ["String"],
12278
+ # },
12279
+ # ],
12262
12280
  # }
12263
12281
  #
12264
12282
  # @!attribute [rw] dry_run
@@ -12282,13 +12300,28 @@ module Aws::EC2
12282
12300
  # The token for the next page of results.
12283
12301
  # @return [String]
12284
12302
  #
12303
+ # @!attribute [rw] filters
12304
+ # One or more filters.
12305
+ #
12306
+ # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
12307
+ # to the resource. Use the tag key in the filter name and the tag
12308
+ # value as the filter value. For example, to find all resources that
12309
+ # have a tag with the key `Owner` and the value `TeamA`, specify
12310
+ # `tag:Owner` for the filter name and `TeamA` for the filter value.
12311
+ #
12312
+ # * `tag-key` - The key of a tag assigned to the resource. Use this
12313
+ # filter to find all resources assigned a tag with a specific key,
12314
+ # regardless of the tag value.
12315
+ # @return [Array<Types::Filter>]
12316
+ #
12285
12317
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeEgressOnlyInternetGatewaysRequest AWS API Documentation
12286
12318
  #
12287
12319
  class DescribeEgressOnlyInternetGatewaysRequest < Struct.new(
12288
12320
  :dry_run,
12289
12321
  :egress_only_internet_gateway_ids,
12290
12322
  :max_results,
12291
- :next_token)
12323
+ :next_token,
12324
+ :filters)
12292
12325
  include Aws::Structure
12293
12326
  end
12294
12327
 
@@ -12474,16 +12507,26 @@ module Aws::EC2
12474
12507
  #
12475
12508
  # {
12476
12509
  # export_task_ids: ["String"],
12510
+ # filters: [
12511
+ # {
12512
+ # name: "String",
12513
+ # values: ["String"],
12514
+ # },
12515
+ # ],
12477
12516
  # }
12478
12517
  #
12479
12518
  # @!attribute [rw] export_task_ids
12480
12519
  # The export task IDs.
12481
12520
  # @return [Array<String>]
12482
12521
  #
12522
+ # @!attribute [rw] filters
12523
+ # @return [Array<Types::Filter>]
12524
+ #
12483
12525
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeExportTasksRequest AWS API Documentation
12484
12526
  #
12485
12527
  class DescribeExportTasksRequest < Struct.new(
12486
- :export_task_ids)
12528
+ :export_task_ids,
12529
+ :filters)
12487
12530
  include Aws::Structure
12488
12531
  end
12489
12532
 
@@ -14892,6 +14935,7 @@ module Aws::EC2
14892
14935
  # },
14893
14936
  # ],
14894
14937
  # key_names: ["String"],
14938
+ # key_pair_ids: ["String"],
14895
14939
  # dry_run: false,
14896
14940
  # }
14897
14941
  #
@@ -14909,6 +14953,10 @@ module Aws::EC2
14909
14953
  # Default: Describes all your key pairs.
14910
14954
  # @return [Array<String>]
14911
14955
  #
14956
+ # @!attribute [rw] key_pair_ids
14957
+ # The IDs of the key pairs.
14958
+ # @return [Array<String>]
14959
+ #
14912
14960
  # @!attribute [rw] dry_run
14913
14961
  # Checks whether you have the required permissions for the action,
14914
14962
  # without actually making the request, and provides an error response.
@@ -14921,6 +14969,7 @@ module Aws::EC2
14921
14969
  class DescribeKeyPairsRequest < Struct.new(
14922
14970
  :filters,
14923
14971
  :key_names,
14972
+ :key_pair_ids,
14924
14973
  :dry_run)
14925
14974
  include Aws::Structure
14926
14975
  end
@@ -16131,7 +16180,8 @@ module Aws::EC2
16131
16180
  # @!attribute [rw] max_results
16132
16181
  # The maximum number of items to return for this request. The request
16133
16182
  # returns a token that you can specify in a subsequent call to get the
16134
- # next set of results.
16183
+ # next set of results. You cannot specify this parameter and the
16184
+ # network interface IDs parameter in the same request.
16135
16185
  # @return [Integer]
16136
16186
  #
16137
16187
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeNetworkInterfacesRequest AWS API Documentation
@@ -16176,6 +16226,7 @@ module Aws::EC2
16176
16226
  # ],
16177
16227
  # dry_run: false,
16178
16228
  # group_names: ["String"],
16229
+ # group_ids: ["String"],
16179
16230
  # }
16180
16231
  #
16181
16232
  # @!attribute [rw] filters
@@ -16204,12 +16255,17 @@ module Aws::EC2
16204
16255
  # otherwise specified.
16205
16256
  # @return [Array<String>]
16206
16257
  #
16258
+ # @!attribute [rw] group_ids
16259
+ # The IDs of the placement groups.
16260
+ # @return [Array<String>]
16261
+ #
16207
16262
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribePlacementGroupsRequest AWS API Documentation
16208
16263
  #
16209
16264
  class DescribePlacementGroupsRequest < Struct.new(
16210
16265
  :filters,
16211
16266
  :dry_run,
16212
- :group_names)
16267
+ :group_names,
16268
+ :group_ids)
16213
16269
  include Aws::Structure
16214
16270
  end
16215
16271
 
@@ -19867,7 +19923,7 @@ module Aws::EC2
19867
19923
  # @!attribute [rw] filters
19868
19924
  # One or more filters.
19869
19925
  #
19870
- # * `connection-notification-arn` - The ARN of SNS topic for the
19926
+ # * `connection-notification-arn` - The ARN of the SNS topic for the
19871
19927
  # notification.
19872
19928
  #
19873
19929
  # * `connection-notification-id` - The ID of the notification.
@@ -19962,8 +20018,8 @@ module Aws::EC2
19962
20018
  # The maximum number of results to return for the request in a single
19963
20019
  # page. The remaining results of the initial request can be seen by
19964
20020
  # sending another request with the returned `NextToken` value. This
19965
- # value can be between 5 and 1000; if `MaxResults` is given a value
19966
- # larger than 1000, only 1000 results are returned.
20021
+ # value can be between 5 and 1,000; if `MaxResults` is given a value
20022
+ # larger than 1,000, only 1,000 results are returned.
19967
20023
  # @return [Integer]
19968
20024
  #
19969
20025
  # @!attribute [rw] next_token
@@ -20049,8 +20105,8 @@ module Aws::EC2
20049
20105
  # The maximum number of results to return for the request in a single
20050
20106
  # page. The remaining results of the initial request can be seen by
20051
20107
  # sending another request with the returned `NextToken` value. This
20052
- # value can be between 5 and 1000; if `MaxResults` is given a value
20053
- # larger than 1000, only 1000 results are returned.
20108
+ # value can be between 5 and 1,000; if `MaxResults` is given a value
20109
+ # larger than 1,000, only 1,000 results are returned.
20054
20110
  # @return [Integer]
20055
20111
  #
20056
20112
  # @!attribute [rw] next_token
@@ -20125,8 +20181,8 @@ module Aws::EC2
20125
20181
  # The maximum number of results to return for the request in a single
20126
20182
  # page. The remaining results of the initial request can be seen by
20127
20183
  # sending another request with the returned `NextToken` value. This
20128
- # value can be between 5 and 1000; if `MaxResults` is given a value
20129
- # larger than 1000, only 1000 results are returned.
20184
+ # value can be between 5 and 1,000; if `MaxResults` is given a value
20185
+ # larger than 1,000, only 1,000 results are returned.
20130
20186
  # @return [Integer]
20131
20187
  #
20132
20188
  # @!attribute [rw] next_token
@@ -20193,7 +20249,7 @@ module Aws::EC2
20193
20249
  # @!attribute [rw] filters
20194
20250
  # One or more filters.
20195
20251
  #
20196
- # * `service-name`\: The name of the service.
20252
+ # * `service-name` - The name of the service.
20197
20253
  #
20198
20254
  # * `tag`\:&lt;key&gt; - The key/value combination of a tag assigned
20199
20255
  # to the resource. Use the tag key in the filter name and the tag
@@ -20211,7 +20267,7 @@ module Aws::EC2
20211
20267
  # returns a token that you can specify in a subsequent call to get the
20212
20268
  # next set of results.
20213
20269
  #
20214
- # Constraint: If the value is greater than 1000, we return only 1000
20270
+ # Constraint: If the value is greater than 1,000, we return only 1,000
20215
20271
  # items.
20216
20272
  # @return [Integer]
20217
20273
  #
@@ -20287,11 +20343,11 @@ module Aws::EC2
20287
20343
  # @!attribute [rw] filters
20288
20344
  # One or more filters.
20289
20345
  #
20290
- # * `service-name`\: The name of the service.
20346
+ # * `service-name` - The name of the service.
20291
20347
  #
20292
- # * `vpc-id`\: The ID of the VPC in which the endpoint resides.
20348
+ # * `vpc-id` - The ID of the VPC in which the endpoint resides.
20293
20349
  #
20294
- # * `vpc-endpoint-id`\: The ID of the endpoint.
20350
+ # * `vpc-endpoint-id` - The ID of the endpoint.
20295
20351
  #
20296
20352
  # * `vpc-endpoint-state` - The state of the endpoint
20297
20353
  # (`pendingAcceptance` \| `pending` \| `available` \| `deleting` \|
@@ -20313,7 +20369,7 @@ module Aws::EC2
20313
20369
  # returns a token that you can specify in a subsequent call to get the
20314
20370
  # next set of results.
20315
20371
  #
20316
- # Constraint: If the value is greater than 1000, we return only 1000
20372
+ # Constraint: If the value is greater than 1,000, we return only 1,000
20317
20373
  # items.
20318
20374
  # @return [Integer]
20319
20375
  #
@@ -22145,11 +22201,16 @@ module Aws::EC2
22145
22201
  # The ID of the egress-only internet gateway.
22146
22202
  # @return [String]
22147
22203
  #
22204
+ # @!attribute [rw] tags
22205
+ # The tags assigned to the egress-only internet gateway.
22206
+ # @return [Array<Types::Tag>]
22207
+ #
22148
22208
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/EgressOnlyInternetGateway AWS API Documentation
22149
22209
  #
22150
22210
  class EgressOnlyInternetGateway < Struct.new(
22151
22211
  :attachments,
22152
- :egress_only_internet_gateway_id)
22212
+ :egress_only_internet_gateway_id,
22213
+ :tags)
22153
22214
  include Aws::Structure
22154
22215
  end
22155
22216
 
@@ -22207,7 +22268,14 @@ module Aws::EC2
22207
22268
  # }
22208
22269
  #
22209
22270
  # @!attribute [rw] type
22210
- # The type of Elastic Graphics accelerator.
22271
+ # The type of Elastic Graphics accelerator. For more information about
22272
+ # the values to specify for `Type`, see [Elastic Graphics Basics][1],
22273
+ # specifically the Elastic Graphics accelerator column, in the *Amazon
22274
+ # Elastic Compute Cloud User Guide for Windows Instances*.
22275
+ #
22276
+ #
22277
+ #
22278
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html#elastic-graphics-basics
22211
22279
  # @return [String]
22212
22280
  #
22213
22281
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticGpuSpecification AWS API Documentation
@@ -22258,6 +22326,10 @@ module Aws::EC2
22258
22326
  # attached.
22259
22327
  # @return [String]
22260
22328
  #
22329
+ # @!attribute [rw] tags
22330
+ # The tags assigned to the Elastic Graphics accelerator.
22331
+ # @return [Array<Types::Tag>]
22332
+ #
22261
22333
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticGpus AWS API Documentation
22262
22334
  #
22263
22335
  class ElasticGpus < Struct.new(
@@ -22266,7 +22338,8 @@ module Aws::EC2
22266
22338
  :elastic_gpu_type,
22267
22339
  :elastic_gpu_health,
22268
22340
  :elastic_gpu_state,
22269
- :instance_id)
22341
+ :instance_id,
22342
+ :tags)
22270
22343
  include Aws::Structure
22271
22344
  end
22272
22345
 
@@ -22286,9 +22359,10 @@ module Aws::EC2
22286
22359
  # @return [String]
22287
22360
  #
22288
22361
  # @!attribute [rw] count
22289
- # The number of elastic inference accelerators of given type to be
22290
- # attached to the instance. Only positive values allowed. If not
22291
- # specified defaults to 1.
22362
+ # The number of elastic inference accelerators to attach to the
22363
+ # instance.
22364
+ #
22365
+ # Default: 1
22292
22366
  # @return [Integer]
22293
22367
  #
22294
22368
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ElasticInferenceAccelerator AWS API Documentation
@@ -23080,6 +23154,9 @@ module Aws::EC2
23080
23154
  # The status message related to the export task.
23081
23155
  # @return [String]
23082
23156
  #
23157
+ # @!attribute [rw] tags
23158
+ # @return [Array<Types::Tag>]
23159
+ #
23083
23160
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ExportTask AWS API Documentation
23084
23161
  #
23085
23162
  class ExportTask < Struct.new(
@@ -23088,7 +23165,8 @@ module Aws::EC2
23088
23165
  :export_to_s3_task,
23089
23166
  :instance_export_details,
23090
23167
  :state,
23091
- :status_message)
23168
+ :status_message,
23169
+ :tags)
23092
23170
  include Aws::Structure
23093
23171
  end
23094
23172
 
@@ -24466,7 +24544,7 @@ module Aws::EC2
24466
24544
  # data as a hash:
24467
24545
  #
24468
24546
  # {
24469
- # host_id_set: ["HostId"], # required
24547
+ # host_id_set: ["DedicatedHostId"], # required
24470
24548
  # offering_id: "OfferingId", # required
24471
24549
  # }
24472
24550
  #
@@ -25978,7 +26056,7 @@ module Aws::EC2
25978
26056
  include Aws::Structure
25979
26057
  end
25980
26058
 
25981
- # The response information of license configurations.
26059
+ # The response information for license configurations.
25982
26060
  #
25983
26061
  # @!attribute [rw] license_configuration_arn
25984
26062
  # The ARN of a license configuration.
@@ -26079,11 +26157,12 @@ module Aws::EC2
26079
26157
  # @return [String]
26080
26158
  #
26081
26159
  # @!attribute [rw] kms_key_id
26082
- # An identifier for the AWS Key Management Service (AWS KMS) customer
26083
- # master key (CMK) to use when creating the encrypted AMI. This
26084
- # parameter is only required if you want to use a non-default CMK; if
26085
- # this parameter is not specified, the default CMK for EBS is used. If
26086
- # a `KmsKeyId` is specified, the `Encrypted` flag must also be set.
26160
+ # An identifier for the symmetric AWS Key Management Service (AWS KMS)
26161
+ # customer master key (CMK) to use when creating the encrypted AMI.
26162
+ # This parameter is only required if you want to use a non-default
26163
+ # CMK; if this parameter is not specified, the default CMK for EBS is
26164
+ # used. If a `KmsKeyId` is specified, the `Encrypted` flag must also
26165
+ # be set.
26087
26166
  #
26088
26167
  # The CMK identifier may be provided in any of the following formats:
26089
26168
  #
@@ -26111,6 +26190,8 @@ module Aws::EC2
26111
26190
  #
26112
26191
  # The specified CMK must exist in the Region that the AMI is being
26113
26192
  # copied to.
26193
+ #
26194
+ # Amazon EBS does not support asymmetric CMKs.
26114
26195
  # @return [String]
26115
26196
  #
26116
26197
  # @!attribute [rw] license_type
@@ -26191,8 +26272,9 @@ module Aws::EC2
26191
26272
  # @return [String]
26192
26273
  #
26193
26274
  # @!attribute [rw] kms_key_id
26194
- # The identifier for the AWS Key Management Service (AWS KMS) customer
26195
- # master key (CMK) that was used to create the encrypted AMI.
26275
+ # The identifier for the symmetric AWS Key Management Service (AWS
26276
+ # KMS) customer master key (CMK) that was used to create the encrypted
26277
+ # AMI.
26196
26278
  # @return [String]
26197
26279
  #
26198
26280
  # @!attribute [rw] license_type
@@ -26303,9 +26385,13 @@ module Aws::EC2
26303
26385
  # A descriptive status message for the import image task.
26304
26386
  # @return [String]
26305
26387
  #
26388
+ # @!attribute [rw] tags
26389
+ # Any tags applied to the import image task.
26390
+ # @return [Array<Types::Tag>]
26391
+ #
26306
26392
  # @!attribute [rw] license_specifications
26307
- # The ARNs of the license configurations associated to the import
26308
- # image task.
26393
+ # The ARNs of the license configurations that are associated with the
26394
+ # import image task.
26309
26395
  # @return [Array<Types::ImportImageLicenseConfigurationResponse>]
26310
26396
  #
26311
26397
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportImageTask AWS API Documentation
@@ -26324,6 +26410,7 @@ module Aws::EC2
26324
26410
  :snapshot_details,
26325
26411
  :status,
26326
26412
  :status_message,
26413
+ :tags,
26327
26414
  :license_specifications)
26328
26415
  include Aws::Structure
26329
26416
  end
@@ -26595,7 +26682,7 @@ module Aws::EC2
26595
26682
  #
26596
26683
  # {
26597
26684
  # dry_run: false,
26598
- # key_name: "String", # required
26685
+ # key_name: "KeyPairName", # required
26599
26686
  # public_key_material: "data", # required
26600
26687
  # }
26601
26688
  #
@@ -26704,11 +26791,12 @@ module Aws::EC2
26704
26791
  # @return [Boolean]
26705
26792
  #
26706
26793
  # @!attribute [rw] kms_key_id
26707
- # An identifier for the AWS Key Management Service (AWS KMS) customer
26708
- # master key (CMK) to use when creating the encrypted snapshot. This
26709
- # parameter is only required if you want to use a non-default CMK; if
26710
- # this parameter is not specified, the default CMK for EBS is used. If
26711
- # a `KmsKeyId` is specified, the `Encrypted` flag must also be set.
26794
+ # An identifier for the symmetric AWS Key Management Service (AWS KMS)
26795
+ # customer master key (CMK) to use when creating the encrypted
26796
+ # snapshot. This parameter is only required if you want to use a
26797
+ # non-default CMK; if this parameter is not specified, the default CMK
26798
+ # for EBS is used. If a `KmsKeyId` is specified, the `Encrypted` flag
26799
+ # must also be set.
26712
26800
  #
26713
26801
  # The CMK identifier may be provided in any of the following formats:
26714
26802
  #
@@ -26736,6 +26824,8 @@ module Aws::EC2
26736
26824
  #
26737
26825
  # The specified CMK must exist in the Region that the snapshot is
26738
26826
  # being copied to.
26827
+ #
26828
+ # Amazon EBS does not support asymmetric CMKs.
26739
26829
  # @return [String]
26740
26830
  #
26741
26831
  # @!attribute [rw] role_name
@@ -26792,12 +26882,17 @@ module Aws::EC2
26792
26882
  # Describes an import snapshot task.
26793
26883
  # @return [Types::SnapshotTaskDetail]
26794
26884
  #
26885
+ # @!attribute [rw] tags
26886
+ # Any tags applied to the import snapshot task.
26887
+ # @return [Array<Types::Tag>]
26888
+ #
26795
26889
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImportSnapshotTask AWS API Documentation
26796
26890
  #
26797
26891
  class ImportSnapshotTask < Struct.new(
26798
26892
  :description,
26799
26893
  :import_task_id,
26800
- :snapshot_task_detail)
26894
+ :snapshot_task_detail,
26895
+ :tags)
26801
26896
  include Aws::Structure
26802
26897
  end
26803
26898
 
@@ -28304,8 +28399,8 @@ module Aws::EC2
28304
28399
  # On-Demand.
28305
28400
  # @return [Array<String>]
28306
28401
  #
28307
- # @!attribute [rw] supported_root_devices
28308
- # Indicates the supported root devices.
28402
+ # @!attribute [rw] supported_root_device_types
28403
+ # Indicates the supported root device types.
28309
28404
  # @return [Array<String>]
28310
28405
  #
28311
28406
  # @!attribute [rw] bare_metal
@@ -28385,7 +28480,7 @@ module Aws::EC2
28385
28480
  :current_generation,
28386
28481
  :free_tier_eligible,
28387
28482
  :supported_usage_classes,
28388
- :supported_root_devices,
28483
+ :supported_root_device_types,
28389
28484
  :bare_metal,
28390
28485
  :hypervisor,
28391
28486
  :processor_info,
@@ -28627,7 +28722,7 @@ module Aws::EC2
28627
28722
  # address range.
28628
28723
  #
28629
28724
  # Constraints: Up to 255 characters in length. Allowed characters are
28630
- # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=;\\\{\\}!$*
28725
+ # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&amp;;\\\{\\}!$*
28631
28726
  # @return [String]
28632
28727
  #
28633
28728
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/IpRange AWS API Documentation
@@ -28672,7 +28767,7 @@ module Aws::EC2
28672
28767
  # address range.
28673
28768
  #
28674
28769
  # Constraints: Up to 255 characters in length. Allowed characters are
28675
- # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=;\\\{\\}!$*
28770
+ # a-z, A-Z, 0-9, spaces, and .\_-:/()#,@\[\]+=&amp;;\\\{\\}!$*
28676
28771
  # @return [String]
28677
28772
  #
28678
28773
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Ipv6Range AWS API Documentation
@@ -28697,17 +28792,26 @@ module Aws::EC2
28697
28792
  # The name of the key pair.
28698
28793
  # @return [String]
28699
28794
  #
28795
+ # @!attribute [rw] key_pair_id
28796
+ # The ID of the key pair.
28797
+ # @return [String]
28798
+ #
28700
28799
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/KeyPair AWS API Documentation
28701
28800
  #
28702
28801
  class KeyPair < Struct.new(
28703
28802
  :key_fingerprint,
28704
28803
  :key_material,
28705
- :key_name)
28804
+ :key_name,
28805
+ :key_pair_id)
28706
28806
  include Aws::Structure
28707
28807
  end
28708
28808
 
28709
28809
  # Describes a key pair.
28710
28810
  #
28811
+ # @!attribute [rw] key_pair_id
28812
+ # The ID of the key pair.
28813
+ # @return [String]
28814
+ #
28711
28815
  # @!attribute [rw] key_fingerprint
28712
28816
  # If you used CreateKeyPair to create the key pair, this is the SHA-1
28713
28817
  # digest of the DER encoded private key. If you used ImportKeyPair to
@@ -28719,11 +28823,35 @@ module Aws::EC2
28719
28823
  # The name of the key pair.
28720
28824
  # @return [String]
28721
28825
  #
28826
+ # @!attribute [rw] tags
28827
+ # Any tags applied to the key pair.
28828
+ # @return [Array<Types::Tag>]
28829
+ #
28722
28830
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/KeyPairInfo AWS API Documentation
28723
28831
  #
28724
28832
  class KeyPairInfo < Struct.new(
28833
+ :key_pair_id,
28725
28834
  :key_fingerprint,
28726
- :key_name)
28835
+ :key_name,
28836
+ :tags)
28837
+ include Aws::Structure
28838
+ end
28839
+
28840
+ # The last error that occurred for a VPC endpoint.
28841
+ #
28842
+ # @!attribute [rw] message
28843
+ # The error message for the VPC endpoint error.
28844
+ # @return [String]
28845
+ #
28846
+ # @!attribute [rw] code
28847
+ # The error code for the VPC endpoint error.
28848
+ # @return [String]
28849
+ #
28850
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LastError AWS API Documentation
28851
+ #
28852
+ class LastError < Struct.new(
28853
+ :message,
28854
+ :code)
28727
28855
  include Aws::Structure
28728
28856
  end
28729
28857
 
@@ -29276,8 +29404,8 @@ module Aws::EC2
29276
29404
  # @return [Integer]
29277
29405
  #
29278
29406
  # @!attribute [rw] kms_key_id
29279
- # The ARN of the AWS Key Management Service (AWS KMS) CMK used for
29280
- # encryption.
29407
+ # The ARN of the symmetric AWS Key Management Service (AWS KMS) CMK
29408
+ # used for encryption.
29281
29409
  # @return [String]
29282
29410
  #
29283
29411
  # @!attribute [rw] snapshot_id
@@ -29324,9 +29452,10 @@ module Aws::EC2
29324
29452
  # @return [String]
29325
29453
  #
29326
29454
  # @!attribute [rw] count
29327
- # The number of elastic inference accelerators of given type to be
29328
- # attached to the instance. Only positive values allowed. If not
29329
- # specified defaults to 1.
29455
+ # The number of elastic inference accelerators to attach to the
29456
+ # instance.
29457
+ #
29458
+ # Default: 1
29330
29459
  # @return [Integer]
29331
29460
  #
29332
29461
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAccelerator AWS API Documentation
@@ -29345,9 +29474,10 @@ module Aws::EC2
29345
29474
  # @return [String]
29346
29475
  #
29347
29476
  # @!attribute [rw] count
29348
- # The number of elastic inference accelerators of given type to be
29349
- # attached to the instance. Only positive values allowed. If not
29350
- # specified defaults to 1.
29477
+ # The number of elastic inference accelerators to attach to the
29478
+ # instance.
29479
+ #
29480
+ # Default: 1
29351
29481
  # @return [Integer]
29352
29482
  #
29353
29483
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateElasticInferenceAcceleratorResponse AWS API Documentation
@@ -30036,7 +30166,7 @@ module Aws::EC2
30036
30166
  # data as a hash:
30037
30167
  #
30038
30168
  # {
30039
- # 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
30169
+ # 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
30040
30170
  # tags: [
30041
30171
  # {
30042
30172
  # key: "String",
@@ -30321,13 +30451,18 @@ module Aws::EC2
30321
30451
  # The state of the local gateway.
30322
30452
  # @return [String]
30323
30453
  #
30454
+ # @!attribute [rw] tags
30455
+ # The tags assigned to the local gateway.
30456
+ # @return [Array<Types::Tag>]
30457
+ #
30324
30458
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGateway AWS API Documentation
30325
30459
  #
30326
30460
  class LocalGateway < Struct.new(
30327
30461
  :local_gateway_id,
30328
30462
  :outpost_arn,
30329
30463
  :owner_id,
30330
- :state)
30464
+ :state,
30465
+ :tags)
30331
30466
  include Aws::Structure
30332
30467
  end
30333
30468
 
@@ -30382,13 +30517,18 @@ module Aws::EC2
30382
30517
  # The state of the local gateway route table.
30383
30518
  # @return [String]
30384
30519
  #
30520
+ # @!attribute [rw] tags
30521
+ # The tags assigned to the local gateway route table.
30522
+ # @return [Array<Types::Tag>]
30523
+ #
30385
30524
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayRouteTable AWS API Documentation
30386
30525
  #
30387
30526
  class LocalGatewayRouteTable < Struct.new(
30388
30527
  :local_gateway_route_table_id,
30389
30528
  :local_gateway_id,
30390
30529
  :outpost_arn,
30391
- :state)
30530
+ :state,
30531
+ :tags)
30392
30532
  include Aws::Structure
30393
30533
  end
30394
30534
 
@@ -30415,6 +30555,10 @@ module Aws::EC2
30415
30555
  # The state of the association.
30416
30556
  # @return [String]
30417
30557
  #
30558
+ # @!attribute [rw] tags
30559
+ # The tags assigned to the association.
30560
+ # @return [Array<Types::Tag>]
30561
+ #
30418
30562
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayRouteTableVirtualInterfaceGroupAssociation AWS API Documentation
30419
30563
  #
30420
30564
  class LocalGatewayRouteTableVirtualInterfaceGroupAssociation < Struct.new(
@@ -30422,7 +30566,8 @@ module Aws::EC2
30422
30566
  :local_gateway_virtual_interface_group_id,
30423
30567
  :local_gateway_id,
30424
30568
  :local_gateway_route_table_id,
30425
- :state)
30569
+ :state,
30570
+ :tags)
30426
30571
  include Aws::Structure
30427
30572
  end
30428
30573
 
@@ -30449,6 +30594,10 @@ module Aws::EC2
30449
30594
  # The state of the association.
30450
30595
  # @return [String]
30451
30596
  #
30597
+ # @!attribute [rw] tags
30598
+ # The tags assigned to the association.
30599
+ # @return [Array<Types::Tag>]
30600
+ #
30452
30601
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayRouteTableVpcAssociation AWS API Documentation
30453
30602
  #
30454
30603
  class LocalGatewayRouteTableVpcAssociation < Struct.new(
@@ -30456,7 +30605,8 @@ module Aws::EC2
30456
30605
  :local_gateway_route_table_id,
30457
30606
  :local_gateway_id,
30458
30607
  :vpc_id,
30459
- :state)
30608
+ :state,
30609
+ :tags)
30460
30610
  include Aws::Structure
30461
30611
  end
30462
30612
 
@@ -30491,6 +30641,10 @@ module Aws::EC2
30491
30641
  # The peer BGP ASN.
30492
30642
  # @return [Integer]
30493
30643
  #
30644
+ # @!attribute [rw] tags
30645
+ # The tags assigned to the virtual interface.
30646
+ # @return [Array<Types::Tag>]
30647
+ #
30494
30648
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayVirtualInterface AWS API Documentation
30495
30649
  #
30496
30650
  class LocalGatewayVirtualInterface < Struct.new(
@@ -30500,7 +30654,8 @@ module Aws::EC2
30500
30654
  :local_address,
30501
30655
  :peer_address,
30502
30656
  :local_bgp_asn,
30503
- :peer_bgp_asn)
30657
+ :peer_bgp_asn,
30658
+ :tags)
30504
30659
  include Aws::Structure
30505
30660
  end
30506
30661
 
@@ -30518,12 +30673,17 @@ module Aws::EC2
30518
30673
  # The ID of the local gateway.
30519
30674
  # @return [String]
30520
30675
  #
30676
+ # @!attribute [rw] tags
30677
+ # The tags assigned to the virtual interface group.
30678
+ # @return [Array<Types::Tag>]
30679
+ #
30521
30680
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LocalGatewayVirtualInterfaceGroup AWS API Documentation
30522
30681
  #
30523
30682
  class LocalGatewayVirtualInterfaceGroup < Struct.new(
30524
30683
  :local_gateway_virtual_interface_group_id,
30525
30684
  :local_gateway_virtual_interface_ids,
30526
- :local_gateway_id)
30685
+ :local_gateway_id,
30686
+ :tags)
30527
30687
  include Aws::Structure
30528
30688
  end
30529
30689
 
@@ -30791,6 +30951,8 @@ module Aws::EC2
30791
30951
  # AWS authenticates the CMK asynchronously. Therefore, if you specify
30792
30952
  # an ID, alias, or ARN that is not valid, the action can appear to
30793
30953
  # complete, but eventually fails.
30954
+ #
30955
+ # Amazon EBS does not support asymmetric CMKs.
30794
30956
  # @return [String]
30795
30957
  #
30796
30958
  # @!attribute [rw] dry_run
@@ -31685,7 +31847,7 @@ module Aws::EC2
31685
31847
  # {
31686
31848
  # affinity: "default", # accepts default, host
31687
31849
  # group_name: "PlacementGroupName",
31688
- # host_id: "HostId",
31850
+ # host_id: "DedicatedHostId",
31689
31851
  # instance_id: "InstanceId", # required
31690
31852
  # tenancy: "dedicated", # accepts dedicated, host
31691
31853
  # partition_number: 1,
@@ -32401,6 +32563,10 @@ module Aws::EC2
32401
32563
  #
32402
32564
  # @!attribute [rw] options
32403
32565
  # The new VPC attachment options.
32566
+ #
32567
+ # <note markdown="1"> You cannot modify the IPv6 options.
32568
+ #
32569
+ # </note>
32404
32570
  # @return [Types::ModifyTransitGatewayVpcAttachmentRequestOptions]
32405
32571
  #
32406
32572
  # @!attribute [rw] dry_run
@@ -32743,7 +32909,7 @@ module Aws::EC2
32743
32909
  # @return [Array<String>]
32744
32910
  #
32745
32911
  # @!attribute [rw] private_dns_enabled
32746
- # (Interface endpoint) Indicate whether a private hosted zone is
32912
+ # (Interface endpoint) Indicates whether a private hosted zone is
32747
32913
  # associated with the VPC.
32748
32914
  # @return [Boolean]
32749
32915
  #
@@ -32782,6 +32948,8 @@ module Aws::EC2
32782
32948
  # {
32783
32949
  # dry_run: false,
32784
32950
  # service_id: "ServiceId", # required
32951
+ # private_dns_name: "String",
32952
+ # remove_private_dns_name: false,
32785
32953
  # acceptance_required: false,
32786
32954
  # add_network_load_balancer_arns: ["String"],
32787
32955
  # remove_network_load_balancer_arns: ["String"],
@@ -32798,9 +32966,17 @@ module Aws::EC2
32798
32966
  # The ID of the service.
32799
32967
  # @return [String]
32800
32968
  #
32969
+ # @!attribute [rw] private_dns_name
32970
+ # The private DNS name to assign to the endpoint service.
32971
+ # @return [String]
32972
+ #
32973
+ # @!attribute [rw] remove_private_dns_name
32974
+ # Removes the private DNS name of the endpoint service.
32975
+ # @return [Boolean]
32976
+ #
32801
32977
  # @!attribute [rw] acceptance_required
32802
- # Indicate whether requests to create an endpoint to your service must
32803
- # be accepted.
32978
+ # Indicates whether requests to create an endpoint to your service
32979
+ # must be accepted.
32804
32980
  # @return [Boolean]
32805
32981
  #
32806
32982
  # @!attribute [rw] add_network_load_balancer_arns
@@ -32818,6 +32994,8 @@ module Aws::EC2
32818
32994
  class ModifyVpcEndpointServiceConfigurationRequest < Struct.new(
32819
32995
  :dry_run,
32820
32996
  :service_id,
32997
+ :private_dns_name,
32998
+ :remove_private_dns_name,
32821
32999
  :acceptance_required,
32822
33000
  :add_network_load_balancer_arns,
32823
33001
  :remove_network_load_balancer_arns)
@@ -34168,17 +34346,19 @@ module Aws::EC2
34168
34346
  #
34169
34347
  # @!attribute [rw] capacity_reservation_options
34170
34348
  # The strategy for using unused Capacity Reservations for fulfilling
34171
- # On-Demand capacity. Only available for fleets of type `instant`.
34349
+ # On-Demand capacity. Supported only for fleets of type `instant`.
34172
34350
  # @return [Types::CapacityReservationOptions]
34173
34351
  #
34174
34352
  # @!attribute [rw] single_instance_type
34175
34353
  # Indicates that the fleet uses a single instance type to launch all
34176
- # On-Demand Instances in the fleet.
34354
+ # On-Demand Instances in the fleet. Supported only for fleets of type
34355
+ # `instant`.
34177
34356
  # @return [Boolean]
34178
34357
  #
34179
34358
  # @!attribute [rw] single_availability_zone
34180
34359
  # Indicates that the fleet launches all On-Demand Instances into a
34181
- # single Availability Zone.
34360
+ # single Availability Zone. Supported only for fleets of type
34361
+ # `instant`.
34182
34362
  # @return [Boolean]
34183
34363
  #
34184
34364
  # @!attribute [rw] min_target_capacity
@@ -34232,17 +34412,19 @@ module Aws::EC2
34232
34412
  #
34233
34413
  # @!attribute [rw] capacity_reservation_options
34234
34414
  # The strategy for using unused Capacity Reservations for fulfilling
34235
- # On-Demand capacity. Only available for fleets of type `instant`.
34415
+ # On-Demand capacity. Supported only for fleets of type `instant`.
34236
34416
  # @return [Types::CapacityReservationOptionsRequest]
34237
34417
  #
34238
34418
  # @!attribute [rw] single_instance_type
34239
34419
  # Indicates that the fleet uses a single instance type to launch all
34240
- # On-Demand Instances in the fleet.
34420
+ # On-Demand Instances in the fleet. Supported only for fleets of type
34421
+ # `instant`.
34241
34422
  # @return [Boolean]
34242
34423
  #
34243
34424
  # @!attribute [rw] single_availability_zone
34244
34425
  # Indicates that the fleet launches all On-Demand Instances into a
34245
- # single Availability Zone.
34426
+ # single Availability Zone. Supported only for fleets of type
34427
+ # `instant`.
34246
34428
  # @return [Boolean]
34247
34429
  #
34248
34430
  # @!attribute [rw] min_target_capacity
@@ -34700,13 +34882,23 @@ module Aws::EC2
34700
34882
  # `partition`.
34701
34883
  # @return [Integer]
34702
34884
  #
34885
+ # @!attribute [rw] group_id
34886
+ # The ID of the placement group.
34887
+ # @return [String]
34888
+ #
34889
+ # @!attribute [rw] tags
34890
+ # Any tags applied to the placement group.
34891
+ # @return [Array<Types::Tag>]
34892
+ #
34703
34893
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PlacementGroup AWS API Documentation
34704
34894
  #
34705
34895
  class PlacementGroup < Struct.new(
34706
34896
  :group_name,
34707
34897
  :state,
34708
34898
  :strategy,
34709
- :partition_count)
34899
+ :partition_count,
34900
+ :group_id,
34901
+ :tags)
34710
34902
  include Aws::Structure
34711
34903
  end
34712
34904
 
@@ -34927,6 +35119,46 @@ module Aws::EC2
34927
35119
  include Aws::Structure
34928
35120
  end
34929
35121
 
35122
+ # Information about the private DNS name for the service endpoint. For
35123
+ # more information about these parameters, see [VPC Endpoint Service
35124
+ # Private DNS Name Verification][1] in the *Amazon Virtual Private Cloud
35125
+ # User Guide*.
35126
+ #
35127
+ #
35128
+ #
35129
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/ndpoint-services-dns-validation.html
35130
+ #
35131
+ # @!attribute [rw] state
35132
+ # The verification state of the VPC endpoint service.
35133
+ #
35134
+ # &gt;Consumers of the endpoint service can use the private name only
35135
+ # when the state is `verified`.
35136
+ # @return [String]
35137
+ #
35138
+ # @!attribute [rw] type
35139
+ # The endpoint service verification type, for example TXT.
35140
+ # @return [String]
35141
+ #
35142
+ # @!attribute [rw] value
35143
+ # The value the service provider adds to the private DNS name domain
35144
+ # record before verification.
35145
+ # @return [String]
35146
+ #
35147
+ # @!attribute [rw] name
35148
+ # The name of the record subdomain the service provider needs to
35149
+ # create. The service provider adds the `value` text to the `name`.
35150
+ # @return [String]
35151
+ #
35152
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/PrivateDnsNameConfiguration AWS API Documentation
35153
+ #
35154
+ class PrivateDnsNameConfiguration < Struct.new(
35155
+ :state,
35156
+ :type,
35157
+ :value,
35158
+ :name)
35159
+ include Aws::Structure
35160
+ end
35161
+
34930
35162
  # Describes a secondary private IPv4 address for a network interface.
34931
35163
  #
34932
35164
  # @note When making an API call, you may pass PrivateIpAddressSpecification
@@ -35246,7 +35478,7 @@ module Aws::EC2
35246
35478
  # {
35247
35479
  # client_token: "String",
35248
35480
  # currency_code: "USD", # accepts USD
35249
- # host_id_set: ["HostId"], # required
35481
+ # host_id_set: ["DedicatedHostId"], # required
35250
35482
  # limit_price: "String",
35251
35483
  # offering_id: "OfferingId", # required
35252
35484
  # }
@@ -36605,7 +36837,7 @@ module Aws::EC2
36605
36837
  # user_data: "String",
36606
36838
  # tag_specifications: [
36607
36839
  # {
36608
- # 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
36840
+ # 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
36609
36841
  # tags: [
36610
36842
  # {
36611
36843
  # key: "String",
@@ -36982,7 +37214,7 @@ module Aws::EC2
36982
37214
  # weighted_capacity: 1.0,
36983
37215
  # tag_specifications: [
36984
37216
  # {
36985
- # 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
37217
+ # 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
36986
37218
  # tags: [
36987
37219
  # {
36988
37220
  # key: "String",
@@ -39037,7 +39269,7 @@ module Aws::EC2
39037
39269
  # ],
39038
39270
  # tag_specifications: [
39039
39271
  # {
39040
- # 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
39272
+ # 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
39041
39273
  # tags: [
39042
39274
  # {
39043
39275
  # key: "String",
@@ -40818,7 +41050,7 @@ module Aws::EC2
40818
41050
  # @return [String]
40819
41051
  #
40820
41052
  # @!attribute [rw] availability_zones
40821
- # In the Availability Zones in which the service is available.
41053
+ # The Availability Zones in which the service is available.
40822
41054
  # @return [Array<String>]
40823
41055
  #
40824
41056
  # @!attribute [rw] acceptance_required
@@ -40827,9 +41059,9 @@ module Aws::EC2
40827
41059
  # @return [Boolean]
40828
41060
  #
40829
41061
  # @!attribute [rw] manages_vpc_endpoints
40830
- # Indicates whether the service manages it's VPC endpoints.
40831
- # Management of the service VPC endpoints using the VPC endpoint API
40832
- # is restricted.
41062
+ # Indicates whether the service manages its VPC endpoints. Management
41063
+ # of the service VPC endpoints using the VPC endpoint API is
41064
+ # restricted.
40833
41065
  # @return [Boolean]
40834
41066
  #
40835
41067
  # @!attribute [rw] network_load_balancer_arns
@@ -40845,6 +41077,11 @@ module Aws::EC2
40845
41077
  # The private DNS name for the service.
40846
41078
  # @return [String]
40847
41079
  #
41080
+ # @!attribute [rw] private_dns_name_configuration
41081
+ # Information about the endpoint service private DNS name
41082
+ # configuration.
41083
+ # @return [Types::PrivateDnsNameConfiguration]
41084
+ #
40848
41085
  # @!attribute [rw] tags
40849
41086
  # Any tags assigned to the service.
40850
41087
  # @return [Array<Types::Tag>]
@@ -40862,6 +41099,7 @@ module Aws::EC2
40862
41099
  :network_load_balancer_arns,
40863
41100
  :base_endpoint_dns_names,
40864
41101
  :private_dns_name,
41102
+ :private_dns_name_configuration,
40865
41103
  :tags)
40866
41104
  include Aws::Structure
40867
41105
  end
@@ -40906,15 +41144,22 @@ module Aws::EC2
40906
41144
  # @return [Boolean]
40907
41145
  #
40908
41146
  # @!attribute [rw] manages_vpc_endpoints
40909
- # Indicates whether the service manages it's VPC endpoints.
40910
- # Management of the service VPC endpoints using the VPC endpoint API
40911
- # is restricted.
41147
+ # Indicates whether the service manages its VPC endpoints. Management
41148
+ # of the service VPC endpoints using the VPC endpoint API is
41149
+ # restricted.
40912
41150
  # @return [Boolean]
40913
41151
  #
40914
41152
  # @!attribute [rw] tags
40915
41153
  # Any tags assigned to the service.
40916
41154
  # @return [Array<Types::Tag>]
40917
41155
  #
41156
+ # @!attribute [rw] private_dns_name_verification_state
41157
+ # The verification state of the VPC endpoint service.
41158
+ #
41159
+ # Consumers of the endpoint service cannot use the private name when
41160
+ # the state is not `verified`.
41161
+ # @return [String]
41162
+ #
40918
41163
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ServiceDetail AWS API Documentation
40919
41164
  #
40920
41165
  class ServiceDetail < Struct.new(
@@ -40928,7 +41173,8 @@ module Aws::EC2
40928
41173
  :vpc_endpoint_policy_supported,
40929
41174
  :acceptance_required,
40930
41175
  :manages_vpc_endpoints,
40931
- :tags)
41176
+ :tags,
41177
+ :private_dns_name_verification_state)
40932
41178
  include Aws::Structure
40933
41179
  end
40934
41180
 
@@ -41447,7 +41693,7 @@ module Aws::EC2
41447
41693
  # weighted_capacity: 1.0,
41448
41694
  # tag_specifications: [
41449
41695
  # {
41450
- # 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
41696
+ # 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
41451
41697
  # tags: [
41452
41698
  # {
41453
41699
  # key: "String",
@@ -41733,7 +41979,7 @@ module Aws::EC2
41733
41979
  # weighted_capacity: 1.0,
41734
41980
  # tag_specifications: [
41735
41981
  # {
41736
- # 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
41982
+ # 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
41737
41983
  # tags: [
41738
41984
  # {
41739
41985
  # key: "String",
@@ -42013,7 +42259,7 @@ module Aws::EC2
42013
42259
  # data as a hash:
42014
42260
  #
42015
42261
  # {
42016
- # 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
42262
+ # 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
42017
42263
  # tags: [
42018
42264
  # {
42019
42265
  # key: "String",
@@ -42299,12 +42545,13 @@ module Aws::EC2
42299
42545
  #
42300
42546
  # @!attribute [rw] single_instance_type
42301
42547
  # Indicates that the fleet uses a single instance type to launch all
42302
- # Spot Instances in the fleet.
42548
+ # Spot Instances in the fleet. Supported only for fleets of type
42549
+ # `instant`.
42303
42550
  # @return [Boolean]
42304
42551
  #
42305
42552
  # @!attribute [rw] single_availability_zone
42306
42553
  # Indicates that the fleet launches all Spot Instances into a single
42307
- # Availability Zone.
42554
+ # Availability Zone. Supported only for fleets of type `instant`.
42308
42555
  # @return [Boolean]
42309
42556
  #
42310
42557
  # @!attribute [rw] min_target_capacity
@@ -42377,12 +42624,13 @@ module Aws::EC2
42377
42624
  #
42378
42625
  # @!attribute [rw] single_instance_type
42379
42626
  # Indicates that the fleet uses a single instance type to launch all
42380
- # Spot Instances in the fleet.
42627
+ # Spot Instances in the fleet. Supported only for fleets of type
42628
+ # `instant`.
42381
42629
  # @return [Boolean]
42382
42630
  #
42383
42631
  # @!attribute [rw] single_availability_zone
42384
42632
  # Indicates that the fleet launches all Spot Instances into a single
42385
- # Availability Zone.
42633
+ # Availability Zone. Supported only for fleets of type `instant`.
42386
42634
  # @return [Boolean]
42387
42635
  #
42388
42636
  # @!attribute [rw] min_target_capacity
@@ -42612,6 +42860,45 @@ module Aws::EC2
42612
42860
  include Aws::Structure
42613
42861
  end
42614
42862
 
42863
+ # @note When making an API call, you may pass StartVpcEndpointServicePrivateDnsVerificationRequest
42864
+ # data as a hash:
42865
+ #
42866
+ # {
42867
+ # dry_run: false,
42868
+ # service_id: "ServiceId", # required
42869
+ # }
42870
+ #
42871
+ # @!attribute [rw] dry_run
42872
+ # Checks whether you have the required permissions for the action,
42873
+ # without actually making the request, and provides an error response.
42874
+ # If you have the required permissions, the error response is
42875
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
42876
+ # @return [Boolean]
42877
+ #
42878
+ # @!attribute [rw] service_id
42879
+ # The ID of the endpoint service.
42880
+ # @return [String]
42881
+ #
42882
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StartVpcEndpointServicePrivateDnsVerificationRequest AWS API Documentation
42883
+ #
42884
+ class StartVpcEndpointServicePrivateDnsVerificationRequest < Struct.new(
42885
+ :dry_run,
42886
+ :service_id)
42887
+ include Aws::Structure
42888
+ end
42889
+
42890
+ # @!attribute [rw] return_value
42891
+ # Returns `true` if the request succeeds; otherwise, it returns an
42892
+ # error.
42893
+ # @return [Boolean]
42894
+ #
42895
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/StartVpcEndpointServicePrivateDnsVerificationResult AWS API Documentation
42896
+ #
42897
+ class StartVpcEndpointServicePrivateDnsVerificationResult < Struct.new(
42898
+ :return_value)
42899
+ include Aws::Structure
42900
+ end
42901
+
42615
42902
  # Describes a state change.
42616
42903
  #
42617
42904
  # @!attribute [rw] code
@@ -43029,7 +43316,7 @@ module Aws::EC2
43029
43316
  # data as a hash:
43030
43317
  #
43031
43318
  # {
43032
- # 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
43319
+ # 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
43033
43320
  # tags: [
43034
43321
  # {
43035
43322
  # key: "String",
@@ -43042,11 +43329,11 @@ module Aws::EC2
43042
43329
  # The type of resource to tag. Currently, the resource types that
43043
43330
  # support tagging on creation are: `capacity-reservation` \|
43044
43331
  # `client-vpn-endpoint` \| `dedicated-host` \| `fleet` \| `fpga-image`
43045
- # \| `instance` \| `launch-template` \| `snapshot` \|
43046
- # `traffic-mirror-filter` \| `traffic-mirror-session` \|
43047
- # `traffic-mirror-target` \| `transit-gateway` \|
43048
- # `transit-gateway-attachment` \| `transit-gateway-route-table` \|
43049
- # `volume`.
43332
+ # \| `instance` \| `key-pair` \| `launch-template` \|
43333
+ # `placement-group` \| `snapshot` \| `traffic-mirror-filter` \|
43334
+ # `traffic-mirror-session` \| `traffic-mirror-target` \|
43335
+ # `transit-gateway` \| `transit-gateway-attachment` \|
43336
+ # `transit-gateway-route-table` \| `volume`.
43050
43337
  #
43051
43338
  # To tag a resource after it has been created, see [CreateTags][1].
43052
43339
  #
@@ -45780,7 +46067,7 @@ module Aws::EC2
45780
46067
  # @return [Array<String>]
45781
46068
  #
45782
46069
  # @!attribute [rw] groups
45783
- # (Interface endpoint) Information about the security groups
46070
+ # (Interface endpoint) Information about the security groups that are
45784
46071
  # associated with the network interface.
45785
46072
  # @return [Array<Types::SecurityGroupIdentifier>]
45786
46073
  #
@@ -45803,7 +46090,7 @@ module Aws::EC2
45803
46090
  # @return [Array<Types::DnsEntry>]
45804
46091
  #
45805
46092
  # @!attribute [rw] creation_timestamp
45806
- # The date and time the VPC endpoint was created.
46093
+ # The date and time that the VPC endpoint was created.
45807
46094
  # @return [Time]
45808
46095
  #
45809
46096
  # @!attribute [rw] tags
@@ -45814,6 +46101,10 @@ module Aws::EC2
45814
46101
  # The ID of the AWS account that owns the VPC endpoint.
45815
46102
  # @return [String]
45816
46103
  #
46104
+ # @!attribute [rw] last_error
46105
+ # The last error that occurred for VPC endpoint.
46106
+ # @return [Types::LastError]
46107
+ #
45817
46108
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/VpcEndpoint AWS API Documentation
45818
46109
  #
45819
46110
  class VpcEndpoint < Struct.new(
@@ -45832,7 +46123,8 @@ module Aws::EC2
45832
46123
  :dns_entries,
45833
46124
  :creation_timestamp,
45834
46125
  :tags,
45835
- :owner_id)
46126
+ :owner_id,
46127
+ :last_error)
45836
46128
  include Aws::Structure
45837
46129
  end
45838
46130
 
@@ -45855,7 +46147,7 @@ module Aws::EC2
45855
46147
  # @return [String]
45856
46148
  #
45857
46149
  # @!attribute [rw] creation_timestamp
45858
- # The date and time the VPC endpoint was created.
46150
+ # The date and time that the VPC endpoint was created.
45859
46151
  # @return [Time]
45860
46152
  #
45861
46153
  # @!attribute [rw] dns_entries