aws-sdk-ec2 1.206.0 → 1.207.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +62 -47
- data/lib/aws-sdk-ec2/client_api.rb +3 -3
- data/lib/aws-sdk-ec2/resource.rb +3 -3
- data/lib/aws-sdk-ec2/snapshot.rb +6 -7
- data/lib/aws-sdk-ec2/types.rb +56 -49
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 642bbbb3cd62c16cc512e91e0c126008c7f2c7521b0bc706eb3a334553672067
|
4
|
+
data.tar.gz: a332d23e45337a97ba1ed2af4f90b6579aaabbc19e9e740c087d88c80c33587d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b242d36336267284ff5b424edb669899c81838cda582c6eb9485039914c5ee249b1a585b83e3cb3d52834b254bfb8d81c90736eaba0ba992c1bc1d58ef3fcef
|
7
|
+
data.tar.gz: e2e78c3688bd634d37c80750470f38003d51ee65be09791ab4e45866a04821da25c077df1aaaaabda11fd8d31c6ec54d17615f4210607c54c5775f79c0d63899
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -777,7 +777,7 @@ module Aws::EC2
|
|
777
777
|
# resp = client.allocate_address({
|
778
778
|
# domain: "vpc", # accepts vpc, standard
|
779
779
|
# address: "PublicIpAddress",
|
780
|
-
# public_ipv_4_pool: "
|
780
|
+
# public_ipv_4_pool: "Ipv4PoolEc2Id",
|
781
781
|
# network_border_group: "String",
|
782
782
|
# customer_owned_ipv_4_pool: "String",
|
783
783
|
# dry_run: false,
|
@@ -1406,22 +1406,21 @@ module Aws::EC2
|
|
1406
1406
|
# AWS Certificate Manager (ACM) certificate. This enables the
|
1407
1407
|
# certificate to be used by the ACM for Nitro Enclaves application
|
1408
1408
|
# inside an enclave. For more information, see [AWS Certificate Manager
|
1409
|
-
# for Nitro Enclaves][1] in the *
|
1410
|
-
# Guide*.
|
1409
|
+
# for Nitro Enclaves][1] in the *AWS Nitro Enclaves User Guide*.
|
1411
1410
|
#
|
1412
1411
|
# When the IAM role is associated with the ACM certificate, places the
|
1413
1412
|
# certificate, certificate chain, and encrypted private key in an Amazon
|
1414
1413
|
# S3 bucket that only the associated IAM role can access. The private
|
1415
|
-
# key of the certificate is encrypted with an AWS-managed KMS
|
1416
|
-
# has an attached attestation-based
|
1414
|
+
# key of the certificate is encrypted with an AWS-managed KMS customer
|
1415
|
+
# master (CMK) that has an attached attestation-based CMK policy.
|
1417
1416
|
#
|
1418
1417
|
# To enable the IAM role to access the Amazon S3 object, you must grant
|
1419
1418
|
# it permission to call `s3:GetObject` on the Amazon S3 bucket returned
|
1420
|
-
# by the command. To enable the IAM role to access the AWS KMS
|
1421
|
-
# must grant it permission to call `kms:Decrypt` on AWS KMS
|
1419
|
+
# by the command. To enable the IAM role to access the AWS KMS CMK, you
|
1420
|
+
# must grant it permission to call `kms:Decrypt` on AWS KMS CMK returned
|
1422
1421
|
# by the command. For more information, see [ Grant the role permission
|
1423
|
-
# to access the certificate and encryption key][2] in the *
|
1424
|
-
#
|
1422
|
+
# to access the certificate and encryption key][2] in the *AWS Nitro
|
1423
|
+
# Enclaves User Guide*.
|
1425
1424
|
#
|
1426
1425
|
#
|
1427
1426
|
#
|
@@ -3303,31 +3302,28 @@ module Aws::EC2
|
|
3303
3302
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
|
3304
3303
|
#
|
3305
3304
|
# @option params [String] :kms_key_id
|
3306
|
-
#
|
3307
|
-
# customer master key (CMK) to use when creating
|
3308
|
-
#
|
3309
|
-
#
|
3310
|
-
# If a `KmsKeyId` is specified, the `Encrypted` flag must also be set.
|
3305
|
+
# The identifier of the symmetric AWS Key Management Service (AWS KMS)
|
3306
|
+
# customer master key (CMK) to use when creating encrypted volumes. If
|
3307
|
+
# this parameter is not specified, your AWS managed CMK for EBS is used.
|
3308
|
+
# If you specify a CMK, you must also set the encrypted state to `true`.
|
3311
3309
|
#
|
3312
|
-
#
|
3313
|
-
# name, or alias ARN. When using an alias name, prefix it with
|
3314
|
-
# "alias/". For example:
|
3310
|
+
# You can specify a CMK using any of the following:
|
3315
3311
|
#
|
3316
|
-
# * Key ID
|
3312
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
3317
3313
|
#
|
3318
|
-
# * Key
|
3319
|
-
# `arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`
|
3314
|
+
# * Key alias. For example, alias/ExampleAlias.
|
3320
3315
|
#
|
3321
|
-
# *
|
3316
|
+
# * Key ARN. For example,
|
3317
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
3322
3318
|
#
|
3323
|
-
# * Alias ARN
|
3319
|
+
# * Alias ARN. For example,
|
3320
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
3324
3321
|
#
|
3325
|
-
# AWS
|
3326
|
-
#
|
3327
|
-
#
|
3322
|
+
# AWS authenticates the CMK asynchronously. Therefore, if you specify an
|
3323
|
+
# identifier that is not valid, the action can appear to complete, but
|
3324
|
+
# eventually fails.
|
3328
3325
|
#
|
3329
|
-
# The specified CMK must exist in the Region
|
3330
|
-
# copied to.
|
3326
|
+
# The specified CMK must exist in the destination Region.
|
3331
3327
|
#
|
3332
3328
|
# Amazon EBS does not support asymmetric CMKs.
|
3333
3329
|
#
|
@@ -3452,15 +3448,15 @@ module Aws::EC2
|
|
3452
3448
|
#
|
3453
3449
|
# You can specify the CMK using any of the following:
|
3454
3450
|
#
|
3455
|
-
# * Key ID. For example,
|
3451
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
3456
3452
|
#
|
3457
3453
|
# * Key alias. For example, alias/ExampleAlias.
|
3458
3454
|
#
|
3459
3455
|
# * Key ARN. For example,
|
3460
|
-
# arn:aws:kms
|
3456
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
3461
3457
|
#
|
3462
3458
|
# * Alias ARN. For example,
|
3463
|
-
# arn:aws:kms
|
3459
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
3464
3460
|
#
|
3465
3461
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify an
|
3466
3462
|
# ID, alias, or ARN that is not valid, the action can appear to
|
@@ -5270,13 +5266,13 @@ module Aws::EC2
|
|
5270
5266
|
# A description for the conversion task or the resource being exported.
|
5271
5267
|
# The maximum length is 255 characters.
|
5272
5268
|
#
|
5273
|
-
# @option params [Types::ExportToS3TaskSpecification] :export_to_s3_task
|
5269
|
+
# @option params [required, Types::ExportToS3TaskSpecification] :export_to_s3_task
|
5274
5270
|
# The format and location for an instance export task.
|
5275
5271
|
#
|
5276
5272
|
# @option params [required, String] :instance_id
|
5277
5273
|
# The ID of the instance.
|
5278
5274
|
#
|
5279
|
-
# @option params [String] :target_environment
|
5275
|
+
# @option params [required, String] :target_environment
|
5280
5276
|
# The target virtualization environment.
|
5281
5277
|
#
|
5282
5278
|
# @option params [Array<Types::TagSpecification>] :tag_specifications
|
@@ -5290,14 +5286,14 @@ module Aws::EC2
|
|
5290
5286
|
#
|
5291
5287
|
# resp = client.create_instance_export_task({
|
5292
5288
|
# description: "String",
|
5293
|
-
# export_to_s3_task: {
|
5289
|
+
# export_to_s3_task: { # required
|
5294
5290
|
# container_format: "ova", # accepts ova
|
5295
5291
|
# disk_image_format: "VMDK", # accepts VMDK, RAW, VHD
|
5296
5292
|
# s3_bucket: "String",
|
5297
5293
|
# s3_prefix: "String",
|
5298
5294
|
# },
|
5299
5295
|
# instance_id: "InstanceId", # required
|
5300
|
-
# target_environment: "citrix", # accepts citrix, vmware, microsoft
|
5296
|
+
# target_environment: "citrix", # required, accepts citrix, vmware, microsoft
|
5301
5297
|
# tag_specifications: [
|
5302
5298
|
# {
|
5303
5299
|
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, 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, vpc-flow-log
|
@@ -9135,15 +9131,15 @@ module Aws::EC2
|
|
9135
9131
|
#
|
9136
9132
|
# You can specify the CMK using any of the following:
|
9137
9133
|
#
|
9138
|
-
# * Key ID. For example,
|
9134
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
9139
9135
|
#
|
9140
9136
|
# * Key alias. For example, alias/ExampleAlias.
|
9141
9137
|
#
|
9142
9138
|
# * Key ARN. For example,
|
9143
|
-
# arn:aws:kms
|
9139
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
9144
9140
|
#
|
9145
9141
|
# * Alias ARN. For example,
|
9146
|
-
# arn:aws:kms
|
9142
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
9147
9143
|
#
|
9148
9144
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify an
|
9149
9145
|
# ID, alias, or ARN that is not valid, the action can appear to
|
@@ -15276,7 +15272,7 @@ module Aws::EC2
|
|
15276
15272
|
#
|
15277
15273
|
# * `log-destination-type` - The type of destination to which the flow
|
15278
15274
|
# log publishes data. Possible destination types include
|
15279
|
-
# `cloud-watch-logs` and `
|
15275
|
+
# `cloud-watch-logs` and `s3`.
|
15280
15276
|
#
|
15281
15277
|
# * `flow-log-id` - The ID of the flow log.
|
15282
15278
|
#
|
@@ -24009,6 +24005,16 @@ module Aws::EC2
|
|
24009
24005
|
# `initiatingRequest` \| `modifying` \| `pendingAcceptance` \|
|
24010
24006
|
# `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
|
24011
24007
|
#
|
24008
|
+
# * `tag`\:<key> - The key/value combination of a tag assigned to
|
24009
|
+
# the resource. Use the tag key in the filter name and the tag value
|
24010
|
+
# as the filter value. For example, to find all resources that have a
|
24011
|
+
# tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
|
24012
|
+
# for the filter name and `TeamA` for the filter value.
|
24013
|
+
#
|
24014
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
24015
|
+
# filter to find all resources that have a tag with a specific key,
|
24016
|
+
# regardless of the tag value.
|
24017
|
+
#
|
24012
24018
|
# * `transit-gateway-id` - The ID of the transit gateway.
|
24013
24019
|
#
|
24014
24020
|
# @option params [Integer] :max_results
|
@@ -25542,6 +25548,14 @@ module Aws::EC2
|
|
25542
25548
|
|
25543
25549
|
# Describes available services to which you can create a VPC endpoint.
|
25544
25550
|
#
|
25551
|
+
# When the service provider and the consumer have different accounts
|
25552
|
+
# multiple Availability Zones, and the consumer views the VPC endpoint
|
25553
|
+
# service information, the response only includes the common
|
25554
|
+
# Availability Zones. For example, when the service provider account
|
25555
|
+
# uses `us-east-1a` and `us-east-1c` and the consumer uses `us-east-1a`
|
25556
|
+
# and us-east-1a and us-east-1b, the response includes the VPC endpoint
|
25557
|
+
# services in the common Availability Zone, `us-east-1a`.
|
25558
|
+
#
|
25545
25559
|
# @option params [Boolean] :dry_run
|
25546
25560
|
# Checks whether you have the required permissions for the action,
|
25547
25561
|
# without actually making the request, and provides an error response.
|
@@ -26964,8 +26978,9 @@ module Aws::EC2
|
|
26964
26978
|
# removes the Amazon S3 object that contains the certificate,
|
26965
26979
|
# certificate chain, and encrypted private key from the Amazon S3
|
26966
26980
|
# bucket. It also revokes the IAM role's permission to use the AWS Key
|
26967
|
-
# Management Service (KMS) key used to encrypt the
|
26968
|
-
# effectively revokes the role's permission to use
|
26981
|
+
# Management Service (KMS) customer master key (CMK) used to encrypt the
|
26982
|
+
# private key. This effectively revokes the role's permission to use
|
26983
|
+
# the certificate.
|
26969
26984
|
#
|
26970
26985
|
# @option params [String] :certificate_arn
|
26971
26986
|
# The ARN of the ACM certificate from which to disassociate the IAM
|
@@ -27903,8 +27918,8 @@ module Aws::EC2
|
|
27903
27918
|
# Certificate Manager (ACM) certificate. It also returns the name of the
|
27904
27919
|
# Amazon S3 bucket and the Amazon S3 object key where the certificate,
|
27905
27920
|
# certificate chain, and encrypted private key bundle are stored, and
|
27906
|
-
# the ARN of the AWS Key Management Service (KMS)
|
27907
|
-
# encrypt the private key.
|
27921
|
+
# the ARN of the AWS Key Management Service (KMS) customer master key
|
27922
|
+
# (CMK) that's used to encrypt the private key.
|
27908
27923
|
#
|
27909
27924
|
# @option params [String] :certificate_arn
|
27910
27925
|
# The ARN of the ACM certificate for which to view the associated IAM
|
@@ -30364,15 +30379,15 @@ module Aws::EC2
|
|
30364
30379
|
#
|
30365
30380
|
# You can specify the CMK using any of the following:
|
30366
30381
|
#
|
30367
|
-
# * Key ID. For example,
|
30382
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
30368
30383
|
#
|
30369
30384
|
# * Key alias. For example, alias/ExampleAlias.
|
30370
30385
|
#
|
30371
30386
|
# * Key ARN. For example,
|
30372
|
-
# arn:aws:kms
|
30387
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
30373
30388
|
#
|
30374
30389
|
# * Alias ARN. For example,
|
30375
|
-
# arn:aws:kms
|
30390
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
30376
30391
|
#
|
30377
30392
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify an
|
30378
30393
|
# ID, alias, or ARN that is not valid, the action can appear to
|
@@ -38438,7 +38453,7 @@ module Aws::EC2
|
|
38438
38453
|
#
|
38439
38454
|
#
|
38440
38455
|
#
|
38441
|
-
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/
|
38456
|
+
# [1]: https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html#add-dns-txt-record
|
38442
38457
|
#
|
38443
38458
|
# @option params [Boolean] :dry_run
|
38444
38459
|
# Checks whether you have the required permissions for the action,
|
@@ -39180,7 +39195,7 @@ module Aws::EC2
|
|
39180
39195
|
params: params,
|
39181
39196
|
config: config)
|
39182
39197
|
context[:gem_name] = 'aws-sdk-ec2'
|
39183
|
-
context[:gem_version] = '1.
|
39198
|
+
context[:gem_version] = '1.207.0'
|
39184
39199
|
Seahorse::Client::Request.new(handlers, context)
|
39185
39200
|
end
|
39186
39201
|
|
@@ -2216,7 +2216,7 @@ module Aws::EC2
|
|
2216
2216
|
|
2217
2217
|
AllocateAddressRequest.add_member(:domain, Shapes::ShapeRef.new(shape: DomainType, location_name: "Domain"))
|
2218
2218
|
AllocateAddressRequest.add_member(:address, Shapes::ShapeRef.new(shape: PublicIpAddress, location_name: "Address"))
|
2219
|
-
AllocateAddressRequest.add_member(:public_ipv_4_pool, Shapes::ShapeRef.new(shape:
|
2219
|
+
AllocateAddressRequest.add_member(:public_ipv_4_pool, Shapes::ShapeRef.new(shape: Ipv4PoolEc2Id, location_name: "PublicIpv4Pool"))
|
2220
2220
|
AllocateAddressRequest.add_member(:network_border_group, Shapes::ShapeRef.new(shape: String, location_name: "NetworkBorderGroup"))
|
2221
2221
|
AllocateAddressRequest.add_member(:customer_owned_ipv_4_pool, Shapes::ShapeRef.new(shape: String, location_name: "CustomerOwnedIpv4Pool"))
|
2222
2222
|
AllocateAddressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -3152,9 +3152,9 @@ module Aws::EC2
|
|
3152
3152
|
CreateImageResult.struct_class = Types::CreateImageResult
|
3153
3153
|
|
3154
3154
|
CreateInstanceExportTaskRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
3155
|
-
CreateInstanceExportTaskRequest.add_member(:export_to_s3_task, Shapes::ShapeRef.new(shape: ExportToS3TaskSpecification, location_name: "exportToS3"))
|
3155
|
+
CreateInstanceExportTaskRequest.add_member(:export_to_s3_task, Shapes::ShapeRef.new(shape: ExportToS3TaskSpecification, required: true, location_name: "exportToS3"))
|
3156
3156
|
CreateInstanceExportTaskRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
|
3157
|
-
CreateInstanceExportTaskRequest.add_member(:target_environment, Shapes::ShapeRef.new(shape: ExportEnvironment, location_name: "targetEnvironment"))
|
3157
|
+
CreateInstanceExportTaskRequest.add_member(:target_environment, Shapes::ShapeRef.new(shape: ExportEnvironment, required: true, location_name: "targetEnvironment"))
|
3158
3158
|
CreateInstanceExportTaskRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
3159
3159
|
CreateInstanceExportTaskRequest.struct_class = Types::CreateInstanceExportTaskRequest
|
3160
3160
|
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -1199,15 +1199,15 @@ module Aws::EC2
|
|
1199
1199
|
#
|
1200
1200
|
# You can specify the CMK using any of the following:
|
1201
1201
|
#
|
1202
|
-
# * Key ID. For example,
|
1202
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
1203
1203
|
#
|
1204
1204
|
# * Key alias. For example, alias/ExampleAlias.
|
1205
1205
|
#
|
1206
1206
|
# * Key ARN. For example,
|
1207
|
-
# arn:aws:kms
|
1207
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
1208
1208
|
#
|
1209
1209
|
# * Alias ARN. For example,
|
1210
|
-
# arn:aws:kms
|
1210
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
1211
1211
|
#
|
1212
1212
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify an
|
1213
1213
|
# ID, alias, or ARN that is not valid, the action can appear to
|
data/lib/aws-sdk-ec2/snapshot.rb
CHANGED
@@ -115,10 +115,9 @@ module Aws::EC2
|
|
115
115
|
data[:volume_size]
|
116
116
|
end
|
117
117
|
|
118
|
-
# The AWS owner alias,
|
119
|
-
#
|
120
|
-
#
|
121
|
-
# account alias, which is set from the IAM console.
|
118
|
+
# The AWS owner alias, from an Amazon-maintained list (`amazon`). This
|
119
|
+
# is not the user-configured AWS account alias set using the IAM
|
120
|
+
# console.
|
122
121
|
# @return [String]
|
123
122
|
def owner_alias
|
124
123
|
data[:owner_alias]
|
@@ -336,15 +335,15 @@ module Aws::EC2
|
|
336
335
|
#
|
337
336
|
# You can specify the CMK using any of the following:
|
338
337
|
#
|
339
|
-
# * Key ID. For example,
|
338
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
340
339
|
#
|
341
340
|
# * Key alias. For example, alias/ExampleAlias.
|
342
341
|
#
|
343
342
|
# * Key ARN. For example,
|
344
|
-
# arn:aws:kms
|
343
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
345
344
|
#
|
346
345
|
# * Alias ARN. For example,
|
347
|
-
# arn:aws:kms
|
346
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
348
347
|
#
|
349
348
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify an
|
350
349
|
# ID, alias, or ARN that is not valid, the action can appear to
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -462,7 +462,7 @@ module Aws::EC2
|
|
462
462
|
# {
|
463
463
|
# domain: "vpc", # accepts vpc, standard
|
464
464
|
# address: "PublicIpAddress",
|
465
|
-
# public_ipv_4_pool: "
|
465
|
+
# public_ipv_4_pool: "Ipv4PoolEc2Id",
|
466
466
|
# network_border_group: "String",
|
467
467
|
# customer_owned_ipv_4_pool: "String",
|
468
468
|
# dry_run: false,
|
@@ -1156,8 +1156,8 @@ module Aws::EC2
|
|
1156
1156
|
# @return [String]
|
1157
1157
|
#
|
1158
1158
|
# @!attribute [rw] encryption_kms_key_id
|
1159
|
-
# The ID of the AWS
|
1160
|
-
#
|
1159
|
+
# The ID of the AWS KMS CMK used to encrypt the private key of the
|
1160
|
+
# certificate.
|
1161
1161
|
# @return [String]
|
1162
1162
|
#
|
1163
1163
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateEnclaveCertificateIamRoleResult AWS API Documentation
|
@@ -1514,7 +1514,8 @@ module Aws::EC2
|
|
1514
1514
|
# @return [String]
|
1515
1515
|
#
|
1516
1516
|
# @!attribute [rw] encryption_kms_key_id
|
1517
|
-
# The ID of the KMS key used to encrypt the
|
1517
|
+
# The ID of the KMS customer master key (CMK) used to encrypt the
|
1518
|
+
# private key.
|
1518
1519
|
# @return [String]
|
1519
1520
|
#
|
1520
1521
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociatedRole AWS API Documentation
|
@@ -4623,32 +4624,29 @@ module Aws::EC2
|
|
4623
4624
|
# @return [Boolean]
|
4624
4625
|
#
|
4625
4626
|
# @!attribute [rw] kms_key_id
|
4626
|
-
#
|
4627
|
-
# customer master key (CMK) to use when creating
|
4628
|
-
#
|
4629
|
-
#
|
4630
|
-
#
|
4631
|
-
# be set.
|
4627
|
+
# The identifier of the symmetric AWS Key Management Service (AWS KMS)
|
4628
|
+
# customer master key (CMK) to use when creating encrypted volumes. If
|
4629
|
+
# this parameter is not specified, your AWS managed CMK for EBS is
|
4630
|
+
# used. If you specify a CMK, you must also set the encrypted state to
|
4631
|
+
# `true`.
|
4632
4632
|
#
|
4633
|
-
#
|
4634
|
-
# name, or alias ARN. When using an alias name, prefix it with
|
4635
|
-
# "alias/". For example:
|
4633
|
+
# You can specify a CMK using any of the following:
|
4636
4634
|
#
|
4637
|
-
# * Key ID
|
4635
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
4638
4636
|
#
|
4639
|
-
# * Key
|
4640
|
-
# `arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`
|
4637
|
+
# * Key alias. For example, alias/ExampleAlias.
|
4641
4638
|
#
|
4642
|
-
# *
|
4639
|
+
# * Key ARN. For example,
|
4640
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
4643
4641
|
#
|
4644
|
-
# * Alias ARN
|
4642
|
+
# * Alias ARN. For example,
|
4643
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
4645
4644
|
#
|
4646
|
-
# AWS
|
4647
|
-
#
|
4648
|
-
#
|
4645
|
+
# AWS authenticates the CMK asynchronously. Therefore, if you specify
|
4646
|
+
# an identifier that is not valid, the action can appear to complete,
|
4647
|
+
# but eventually fails.
|
4649
4648
|
#
|
4650
|
-
# The specified CMK must exist in the Region
|
4651
|
-
# being copied to.
|
4649
|
+
# The specified CMK must exist in the destination Region.
|
4652
4650
|
#
|
4653
4651
|
# Amazon EBS does not support asymmetric CMKs.
|
4654
4652
|
# @return [String]
|
@@ -4764,15 +4762,15 @@ module Aws::EC2
|
|
4764
4762
|
#
|
4765
4763
|
# You can specify the CMK using any of the following:
|
4766
4764
|
#
|
4767
|
-
# * Key ID. For example,
|
4765
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
4768
4766
|
#
|
4769
4767
|
# * Key alias. For example, alias/ExampleAlias.
|
4770
4768
|
#
|
4771
4769
|
# * Key ARN. For example,
|
4772
|
-
# arn:aws:kms
|
4770
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
4773
4771
|
#
|
4774
4772
|
# * Alias ARN. For example,
|
4775
|
-
# arn:aws:kms
|
4773
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
4776
4774
|
#
|
4777
4775
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify
|
4778
4776
|
# an ID, alias, or ARN that is not valid, the action can appear to
|
@@ -6467,14 +6465,14 @@ module Aws::EC2
|
|
6467
6465
|
#
|
6468
6466
|
# {
|
6469
6467
|
# description: "String",
|
6470
|
-
# export_to_s3_task: {
|
6468
|
+
# export_to_s3_task: { # required
|
6471
6469
|
# container_format: "ova", # accepts ova
|
6472
6470
|
# disk_image_format: "VMDK", # accepts VMDK, RAW, VHD
|
6473
6471
|
# s3_bucket: "String",
|
6474
6472
|
# s3_prefix: "String",
|
6475
6473
|
# },
|
6476
6474
|
# instance_id: "InstanceId", # required
|
6477
|
-
# target_environment: "citrix", # accepts citrix, vmware, microsoft
|
6475
|
+
# target_environment: "citrix", # required, accepts citrix, vmware, microsoft
|
6478
6476
|
# tag_specifications: [
|
6479
6477
|
# {
|
6480
6478
|
# resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, 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, vpc-flow-log
|
@@ -9398,7 +9396,7 @@ module Aws::EC2
|
|
9398
9396
|
# @return [String]
|
9399
9397
|
#
|
9400
9398
|
# @!attribute [rw] ipv_6_support
|
9401
|
-
# Enable or disable IPv6 support.
|
9399
|
+
# Enable or disable IPv6 support.
|
9402
9400
|
# @return [String]
|
9403
9401
|
#
|
9404
9402
|
# @!attribute [rw] appliance_mode_support
|
@@ -9571,15 +9569,15 @@ module Aws::EC2
|
|
9571
9569
|
#
|
9572
9570
|
# You can specify the CMK using any of the following:
|
9573
9571
|
#
|
9574
|
-
# * Key ID. For example,
|
9572
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
9575
9573
|
#
|
9576
9574
|
# * Key alias. For example, alias/ExampleAlias.
|
9577
9575
|
#
|
9578
9576
|
# * Key ARN. For example,
|
9579
|
-
# arn:aws:kms
|
9577
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
9580
9578
|
#
|
9581
9579
|
# * Alias ARN. For example,
|
9582
|
-
# arn:aws:kms
|
9580
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
9583
9581
|
#
|
9584
9582
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify
|
9585
9583
|
# an ID, alias, or ARN that is not valid, the action can appear to
|
@@ -15073,7 +15071,7 @@ module Aws::EC2
|
|
15073
15071
|
#
|
15074
15072
|
# * `log-destination-type` - The type of destination to which the flow
|
15075
15073
|
# log publishes data. Possible destination types include
|
15076
|
-
# `cloud-watch-logs` and `
|
15074
|
+
# `cloud-watch-logs` and `s3`.
|
15077
15075
|
#
|
15078
15076
|
# * `flow-log-id` - The ID of the flow log.
|
15079
15077
|
#
|
@@ -21582,6 +21580,16 @@ module Aws::EC2
|
|
21582
21580
|
# `initiatingRequest` \| `modifying` \| `pendingAcceptance` \|
|
21583
21581
|
# `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
|
21584
21582
|
#
|
21583
|
+
# * `tag`\:<key> - The key/value combination of a tag assigned
|
21584
|
+
# to the resource. Use the tag key in the filter name and the tag
|
21585
|
+
# value as the filter value. For example, to find all resources that
|
21586
|
+
# have a tag with the key `Owner` and the value `TeamA`, specify
|
21587
|
+
# `tag:Owner` for the filter name and `TeamA` for the filter value.
|
21588
|
+
#
|
21589
|
+
# * `tag-key` - The key of a tag assigned to the resource. Use this
|
21590
|
+
# filter to find all resources that have a tag with a specific key,
|
21591
|
+
# regardless of the tag value.
|
21592
|
+
#
|
21585
21593
|
# * `transit-gateway-id` - The ID of the transit gateway.
|
21586
21594
|
# @return [Array<Types::Filter>]
|
21587
21595
|
#
|
@@ -35304,15 +35312,15 @@ module Aws::EC2
|
|
35304
35312
|
#
|
35305
35313
|
# You can specify the CMK using any of the following:
|
35306
35314
|
#
|
35307
|
-
# * Key ID. For example,
|
35315
|
+
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
35308
35316
|
#
|
35309
35317
|
# * Key alias. For example, alias/ExampleAlias.
|
35310
35318
|
#
|
35311
35319
|
# * Key ARN. For example,
|
35312
|
-
# arn:aws:kms
|
35320
|
+
# arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
35313
35321
|
#
|
35314
35322
|
# * Alias ARN. For example,
|
35315
|
-
# arn:aws:kms
|
35323
|
+
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
35316
35324
|
#
|
35317
35325
|
# AWS authenticates the CMK asynchronously. Therefore, if you specify
|
35318
35326
|
# an ID, alias, or ARN that is not valid, the action can appear to
|
@@ -46889,10 +46897,8 @@ module Aws::EC2
|
|
46889
46897
|
# @return [Integer]
|
46890
46898
|
#
|
46891
46899
|
# @!attribute [rw] owner_alias
|
46892
|
-
# The AWS owner alias,
|
46893
|
-
#
|
46894
|
-
# `microsoft`. This AWS owner alias is not to be confused with the
|
46895
|
-
# user-configured AWS account alias, which is set from the IAM
|
46900
|
+
# The AWS owner alias, from an Amazon-maintained list (`amazon`). This
|
46901
|
+
# is not the user-configured AWS account alias set using the IAM
|
46896
46902
|
# console.
|
46897
46903
|
# @return [String]
|
46898
46904
|
#
|
@@ -49127,15 +49133,16 @@ module Aws::EC2
|
|
49127
49133
|
# @!attribute [rw] resource_type
|
49128
49134
|
# The type of resource to tag. Currently, the resource types that
|
49129
49135
|
# support tagging on creation are: `capacity-reservation` \|
|
49130
|
-
# `client-vpn-endpoint` \| `customer-gateway` \|
|
49131
|
-
# `
|
49132
|
-
# `
|
49133
|
-
# \| `import-
|
49134
|
-
# `
|
49135
|
-
#
|
49136
|
-
# `
|
49137
|
-
# `
|
49138
|
-
# `
|
49136
|
+
# `carrier-gateway` \| `client-vpn-endpoint` \| `customer-gateway` \|
|
49137
|
+
# `dedicated-host` \| `dhcp-options` \| `export-image-task` \|
|
49138
|
+
# `export-instance-task` \| `fleet` \| `fpga-image` \|
|
49139
|
+
# `host-reservation` \| `import-image-task` \| `import-snapshot-task`
|
49140
|
+
# \| `instance` \| `internet-gateway` \| `ipv4pool-ec2` \|
|
49141
|
+
# `ipv6pool-ec2` \| `key-pair` \| `launch-template` \|
|
49142
|
+
# `placement-group` \| `prefix-list` \| `natgateway` \| `network-acl`
|
49143
|
+
# \| `route-table` \| `security-group` \| `spot-fleet-request` \|
|
49144
|
+
# `spot-instances-request` \| `snapshot` \| `subnet` \|
|
49145
|
+
# `traffic-mirror-filter` \| `traffic-mirror-session` \|
|
49139
49146
|
# `traffic-mirror-target` \| `transit-gateway` \|
|
49140
49147
|
# `transit-gateway-attachment` \| `transit-gateway-route-table` \|
|
49141
49148
|
# `volume` \|`vpc` \| ` vpc-peering-connection` \| `vpc-endpoint` (for
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ec2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.207.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-11-
|
11
|
+
date: 2020-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|