aws-sdk-ec2 1.261.0 → 1.262.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +206 -191
- data/lib/aws-sdk-ec2/client_api.rb +1 -1
- data/lib/aws-sdk-ec2/image.rb +20 -19
- data/lib/aws-sdk-ec2/instance.rb +9 -7
- data/lib/aws-sdk-ec2/resource.rb +48 -44
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +4 -2
- data/lib/aws-sdk-ec2/types.rb +219 -196
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +5 -5
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/snapshot.rb
CHANGED
@@ -305,7 +305,7 @@ module Aws::EC2
|
|
305
305
|
# source_region: "String", # required
|
306
306
|
# tag_specifications: [
|
307
307
|
# {
|
308
|
-
# resource_type: "
|
308
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
309
309
|
# tags: [
|
310
310
|
# {
|
311
311
|
# key: "String",
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
@@ -386,7 +386,7 @@ module Aws::EC2
|
|
386
386
|
# ],
|
387
387
|
# tag_specifications: [
|
388
388
|
# {
|
389
|
-
# resource_type: "
|
389
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
390
390
|
# tags: [
|
391
391
|
# {
|
392
392
|
# key: "String",
|
@@ -690,6 +690,8 @@ module Aws::EC2
|
|
690
690
|
#
|
691
691
|
# Default: `standard` (T2 instances) or `unlimited` (T3/T3a instances)
|
692
692
|
#
|
693
|
+
# For T3 instances with `host` tenancy, only `standard` is supported.
|
694
|
+
#
|
693
695
|
#
|
694
696
|
#
|
695
697
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceCreditSpecification.html
|
@@ -789,7 +791,7 @@ module Aws::EC2
|
|
789
791
|
# interface_type: "efa", # accepts efa, branch, trunk
|
790
792
|
# tag_specifications: [
|
791
793
|
# {
|
792
|
-
# resource_type: "
|
794
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
793
795
|
# tags: [
|
794
796
|
# {
|
795
797
|
# key: "String",
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -551,7 +551,7 @@ module Aws::EC2
|
|
551
551
|
# dry_run: false,
|
552
552
|
# tag_specifications: [
|
553
553
|
# {
|
554
|
-
# resource_type: "
|
554
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
555
555
|
# tags: [
|
556
556
|
# {
|
557
557
|
# key: "String",
|
@@ -700,7 +700,7 @@ module Aws::EC2
|
|
700
700
|
# quantity: 1, # required
|
701
701
|
# tag_specifications: [
|
702
702
|
# {
|
703
|
-
# resource_type: "
|
703
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
704
704
|
# tags: [
|
705
705
|
# {
|
706
706
|
# key: "String",
|
@@ -2629,7 +2629,7 @@ module Aws::EC2
|
|
2629
2629
|
# ],
|
2630
2630
|
# tag_specifications: [
|
2631
2631
|
# {
|
2632
|
-
# resource_type: "
|
2632
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
2633
2633
|
# tags: [
|
2634
2634
|
# {
|
2635
2635
|
# key: "String",
|
@@ -2780,7 +2780,7 @@ module Aws::EC2
|
|
2780
2780
|
# dry_run: false,
|
2781
2781
|
# tag_specifications: [
|
2782
2782
|
# {
|
2783
|
-
# resource_type: "
|
2783
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
2784
2784
|
# tags: [
|
2785
2785
|
# {
|
2786
2786
|
# key: "String",
|
@@ -5298,8 +5298,8 @@ module Aws::EC2
|
|
5298
5298
|
# Specifies whether the destination snapshots of the copied image
|
5299
5299
|
# should be encrypted. You can encrypt a copy of an unencrypted
|
5300
5300
|
# snapshot, but you cannot create an unencrypted copy of an encrypted
|
5301
|
-
# snapshot. The default
|
5302
|
-
# non-default
|
5301
|
+
# snapshot. The default KMS key for Amazon EBS is used unless you
|
5302
|
+
# specify a non-default Key Management Service (KMS) KMS key using
|
5303
5303
|
# `KmsKeyId`. For more information, see [Amazon EBS Encryption][1] in
|
5304
5304
|
# the *Amazon Elastic Compute Cloud User Guide*.
|
5305
5305
|
#
|
@@ -5309,13 +5309,13 @@ module Aws::EC2
|
|
5309
5309
|
# @return [Boolean]
|
5310
5310
|
#
|
5311
5311
|
# @!attribute [rw] kms_key_id
|
5312
|
-
# The identifier of the symmetric
|
5313
|
-
#
|
5314
|
-
#
|
5315
|
-
# used. If you specify a
|
5316
|
-
# `true`.
|
5312
|
+
# The identifier of the symmetric Key Management Service (KMS) KMS key
|
5313
|
+
# to use when creating encrypted volumes. If this parameter is not
|
5314
|
+
# specified, your Amazon Web Services managed KMS key for Amazon EBS
|
5315
|
+
# is used. If you specify a KMS key, you must also set the encrypted
|
5316
|
+
# state to `true`.
|
5317
5317
|
#
|
5318
|
-
# You can specify a
|
5318
|
+
# You can specify a KMS key using any of the following:
|
5319
5319
|
#
|
5320
5320
|
# * Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.
|
5321
5321
|
#
|
@@ -5327,13 +5327,13 @@ module Aws::EC2
|
|
5327
5327
|
# * Alias ARN. For example,
|
5328
5328
|
# arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
5329
5329
|
#
|
5330
|
-
#
|
5331
|
-
# an identifier that is not valid, the
|
5332
|
-
# but eventually fails.
|
5330
|
+
# Amazon Web Services authenticates the KMS key asynchronously.
|
5331
|
+
# Therefore, if you specify an identifier that is not valid, the
|
5332
|
+
# action can appear to complete, but eventually fails.
|
5333
5333
|
#
|
5334
|
-
# The specified
|
5334
|
+
# The specified KMS key must exist in the destination Region.
|
5335
5335
|
#
|
5336
|
-
# Amazon EBS does not support asymmetric
|
5336
|
+
# Amazon EBS does not support asymmetric KMS keys.
|
5337
5337
|
# @return [String]
|
5338
5338
|
#
|
5339
5339
|
# @!attribute [rw] name
|
@@ -5350,13 +5350,14 @@ module Aws::EC2
|
|
5350
5350
|
#
|
5351
5351
|
# @!attribute [rw] destination_outpost_arn
|
5352
5352
|
# The Amazon Resource Name (ARN) of the Outpost to which to copy the
|
5353
|
-
# AMI. Only specify this parameter when copying an AMI from an
|
5354
|
-
# Region to an Outpost. The AMI must be in the Region of
|
5355
|
-
# destination Outpost. You cannot copy an AMI from an Outpost to a
|
5353
|
+
# AMI. Only specify this parameter when copying an AMI from an Amazon
|
5354
|
+
# Web Services Region to an Outpost. The AMI must be in the Region of
|
5355
|
+
# the destination Outpost. You cannot copy an AMI from an Outpost to a
|
5356
5356
|
# Region, from one Outpost to another, or within the same Outpost.
|
5357
5357
|
#
|
5358
|
-
# For more information, see [ Copying AMIs from an
|
5359
|
-
# Outpost][1] in the *Amazon Elastic Compute Cloud User
|
5358
|
+
# For more information, see [ Copying AMIs from an Amazon Web Services
|
5359
|
+
# Region to an Outpost][1] in the *Amazon Elastic Compute Cloud User
|
5360
|
+
# Guide*.
|
5360
5361
|
#
|
5361
5362
|
#
|
5362
5363
|
#
|
@@ -5414,7 +5415,7 @@ module Aws::EC2
|
|
5414
5415
|
# source_snapshot_id: "String", # required
|
5415
5416
|
# tag_specifications: [
|
5416
5417
|
# {
|
5417
|
-
# resource_type: "
|
5418
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5418
5419
|
# tags: [
|
5419
5420
|
# {
|
5420
5421
|
# key: "String",
|
@@ -5640,7 +5641,7 @@ module Aws::EC2
|
|
5640
5641
|
# instance_match_criteria: "open", # accepts open, targeted
|
5641
5642
|
# tag_specifications: [
|
5642
5643
|
# {
|
5643
|
-
# resource_type: "
|
5644
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5644
5645
|
# tags: [
|
5645
5646
|
# {
|
5646
5647
|
# key: "String",
|
@@ -5822,7 +5823,7 @@ module Aws::EC2
|
|
5822
5823
|
# vpc_id: "VpcId", # required
|
5823
5824
|
# tag_specifications: [
|
5824
5825
|
# {
|
5825
|
-
# resource_type: "
|
5826
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5826
5827
|
# tags: [
|
5827
5828
|
# {
|
5828
5829
|
# key: "String",
|
@@ -5921,7 +5922,7 @@ module Aws::EC2
|
|
5921
5922
|
# client_token: "String",
|
5922
5923
|
# tag_specifications: [
|
5923
5924
|
# {
|
5924
|
-
# resource_type: "
|
5925
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
5925
5926
|
# tags: [
|
5926
5927
|
# {
|
5927
5928
|
# key: "String",
|
@@ -6214,7 +6215,7 @@ module Aws::EC2
|
|
6214
6215
|
# type: "ipsec.1", # required, accepts ipsec.1
|
6215
6216
|
# tag_specifications: [
|
6216
6217
|
# {
|
6217
|
-
# resource_type: "
|
6218
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6218
6219
|
# tags: [
|
6219
6220
|
# {
|
6220
6221
|
# key: "String",
|
@@ -6378,7 +6379,7 @@ module Aws::EC2
|
|
6378
6379
|
# ],
|
6379
6380
|
# tag_specifications: [
|
6380
6381
|
# {
|
6381
|
-
# resource_type: "
|
6382
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6382
6383
|
# tags: [
|
6383
6384
|
# {
|
6384
6385
|
# key: "String",
|
@@ -6436,7 +6437,7 @@ module Aws::EC2
|
|
6436
6437
|
# vpc_id: "VpcId", # required
|
6437
6438
|
# tag_specifications: [
|
6438
6439
|
# {
|
6439
|
-
# resource_type: "
|
6440
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6440
6441
|
# tags: [
|
6441
6442
|
# {
|
6442
6443
|
# key: "String",
|
@@ -6657,7 +6658,7 @@ module Aws::EC2
|
|
6657
6658
|
# replace_unhealthy_instances: false,
|
6658
6659
|
# tag_specifications: [
|
6659
6660
|
# {
|
6660
|
-
# resource_type: "
|
6661
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6661
6662
|
# tags: [
|
6662
6663
|
# {
|
6663
6664
|
# key: "String",
|
@@ -6843,7 +6844,7 @@ module Aws::EC2
|
|
6843
6844
|
# log_format: "String",
|
6844
6845
|
# tag_specifications: [
|
6845
6846
|
# {
|
6846
|
-
# resource_type: "
|
6847
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
6847
6848
|
# tags: [
|
6848
6849
|
# {
|
6849
6850
|
# key: "String",
|
@@ -7037,7 +7038,7 @@ module Aws::EC2
|
|
7037
7038
|
# client_token: "String",
|
7038
7039
|
# tag_specifications: [
|
7039
7040
|
# {
|
7040
|
-
# resource_type: "
|
7041
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7041
7042
|
# tags: [
|
7042
7043
|
# {
|
7043
7044
|
# key: "String",
|
@@ -7146,7 +7147,7 @@ module Aws::EC2
|
|
7146
7147
|
# no_reboot: false,
|
7147
7148
|
# tag_specifications: [
|
7148
7149
|
# {
|
7149
|
-
# resource_type: "
|
7150
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7150
7151
|
# tags: [
|
7151
7152
|
# {
|
7152
7153
|
# key: "String",
|
@@ -7189,9 +7190,11 @@ module Aws::EC2
|
|
7189
7190
|
# @!attribute [rw] no_reboot
|
7190
7191
|
# By default, Amazon EC2 attempts to shut down and reboot the instance
|
7191
7192
|
# before creating the image. If the `No Reboot` option is set, Amazon
|
7192
|
-
# EC2 doesn't shut down the instance before creating the image.
|
7193
|
-
#
|
7194
|
-
#
|
7193
|
+
# EC2 doesn't shut down the instance before creating the image.
|
7194
|
+
# Without a reboot, the AMI will be crash consistent (all the volumes
|
7195
|
+
# are snapshotted at the same time), but not application consistent
|
7196
|
+
# (all the operating system buffers are not flushed to disk before the
|
7197
|
+
# snapshots are created).
|
7195
7198
|
# @return [Boolean]
|
7196
7199
|
#
|
7197
7200
|
# @!attribute [rw] tag_specifications
|
@@ -7201,9 +7204,9 @@ module Aws::EC2
|
|
7201
7204
|
# * To tag the AMI, the value for `ResourceType` must be `image`.
|
7202
7205
|
#
|
7203
7206
|
# * To tag the snapshots that are created of the root volume and of
|
7204
|
-
# other EBS volumes that are attached to the instance, the
|
7205
|
-
# `ResourceType` must be `snapshot`. The same tag is
|
7206
|
-
# of the snapshots that are created.
|
7207
|
+
# other Amazon EBS volumes that are attached to the instance, the
|
7208
|
+
# value for `ResourceType` must be `snapshot`. The same tag is
|
7209
|
+
# applied to all of the snapshots that are created.
|
7207
7210
|
#
|
7208
7211
|
# If you specify other values for `ResourceType`, the request fails.
|
7209
7212
|
#
|
@@ -7258,7 +7261,7 @@ module Aws::EC2
|
|
7258
7261
|
# cron_expression: "InstanceEventWindowCronExpression",
|
7259
7262
|
# tag_specifications: [
|
7260
7263
|
# {
|
7261
|
-
# resource_type: "
|
7264
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7262
7265
|
# tags: [
|
7263
7266
|
# {
|
7264
7267
|
# key: "String",
|
@@ -7359,7 +7362,7 @@ module Aws::EC2
|
|
7359
7362
|
# target_environment: "citrix", # required, accepts citrix, vmware, microsoft
|
7360
7363
|
# tag_specifications: [
|
7361
7364
|
# {
|
7362
|
-
# resource_type: "
|
7365
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7363
7366
|
# tags: [
|
7364
7367
|
# {
|
7365
7368
|
# key: "String",
|
@@ -7421,7 +7424,7 @@ module Aws::EC2
|
|
7421
7424
|
# {
|
7422
7425
|
# tag_specifications: [
|
7423
7426
|
# {
|
7424
|
-
# resource_type: "
|
7427
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7425
7428
|
# tags: [
|
7426
7429
|
# {
|
7427
7430
|
# key: "String",
|
@@ -7474,7 +7477,7 @@ module Aws::EC2
|
|
7474
7477
|
# key_type: "rsa", # accepts rsa, ed25519
|
7475
7478
|
# tag_specifications: [
|
7476
7479
|
# {
|
7477
|
-
# resource_type: "
|
7480
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7478
7481
|
# tags: [
|
7479
7482
|
# {
|
7480
7483
|
# key: "String",
|
@@ -7614,7 +7617,7 @@ module Aws::EC2
|
|
7614
7617
|
# user_data: "String",
|
7615
7618
|
# tag_specifications: [
|
7616
7619
|
# {
|
7617
|
-
# resource_type: "
|
7620
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7618
7621
|
# tags: [
|
7619
7622
|
# {
|
7620
7623
|
# key: "String",
|
@@ -7680,7 +7683,7 @@ module Aws::EC2
|
|
7680
7683
|
# },
|
7681
7684
|
# tag_specifications: [
|
7682
7685
|
# {
|
7683
|
-
# resource_type: "
|
7686
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7684
7687
|
# tags: [
|
7685
7688
|
# {
|
7686
7689
|
# key: "String",
|
@@ -7854,7 +7857,7 @@ module Aws::EC2
|
|
7854
7857
|
# user_data: "String",
|
7855
7858
|
# tag_specifications: [
|
7856
7859
|
# {
|
7857
|
-
# resource_type: "
|
7860
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
7858
7861
|
# tags: [
|
7859
7862
|
# {
|
7860
7863
|
# key: "String",
|
@@ -8060,7 +8063,7 @@ module Aws::EC2
|
|
8060
8063
|
# vpc_id: "VpcId", # required
|
8061
8064
|
# tag_specifications: [
|
8062
8065
|
# {
|
8063
|
-
# resource_type: "
|
8066
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8064
8067
|
# tags: [
|
8065
8068
|
# {
|
8066
8069
|
# key: "String",
|
@@ -8129,7 +8132,7 @@ module Aws::EC2
|
|
8129
8132
|
# max_entries: 1, # required
|
8130
8133
|
# tag_specifications: [
|
8131
8134
|
# {
|
8132
|
-
# resource_type: "
|
8135
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8133
8136
|
# tags: [
|
8134
8137
|
# {
|
8135
8138
|
# key: "String",
|
@@ -8225,7 +8228,7 @@ module Aws::EC2
|
|
8225
8228
|
# subnet_id: "SubnetId", # required
|
8226
8229
|
# tag_specifications: [
|
8227
8230
|
# {
|
8228
|
-
# resource_type: "
|
8231
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8229
8232
|
# tags: [
|
8230
8233
|
# {
|
8231
8234
|
# key: "String",
|
@@ -8422,7 +8425,7 @@ module Aws::EC2
|
|
8422
8425
|
# vpc_id: "VpcId", # required
|
8423
8426
|
# tag_specifications: [
|
8424
8427
|
# {
|
8425
|
-
# resource_type: "
|
8428
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8426
8429
|
# tags: [
|
8427
8430
|
# {
|
8428
8431
|
# key: "String",
|
@@ -8482,7 +8485,7 @@ module Aws::EC2
|
|
8482
8485
|
# destination_port: 1,
|
8483
8486
|
# tag_specifications: [
|
8484
8487
|
# {
|
8485
|
-
# resource_type: "
|
8488
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8486
8489
|
# tags: [
|
8487
8490
|
# {
|
8488
8491
|
# key: "String",
|
@@ -8675,7 +8678,7 @@ module Aws::EC2
|
|
8675
8678
|
# subnet_id: "SubnetId", # required
|
8676
8679
|
# tag_specifications: [
|
8677
8680
|
# {
|
8678
|
-
# resource_type: "
|
8681
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8679
8682
|
# tags: [
|
8680
8683
|
# {
|
8681
8684
|
# key: "String",
|
@@ -8856,7 +8859,7 @@ module Aws::EC2
|
|
8856
8859
|
# partition_count: 1,
|
8857
8860
|
# tag_specifications: [
|
8858
8861
|
# {
|
8859
|
-
# resource_type: "
|
8862
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8860
8863
|
# tags: [
|
8861
8864
|
# {
|
8862
8865
|
# key: "String",
|
@@ -8928,7 +8931,7 @@ module Aws::EC2
|
|
8928
8931
|
# dry_run: false,
|
8929
8932
|
# tag_specifications: [
|
8930
8933
|
# {
|
8931
|
-
# resource_type: "
|
8934
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
8932
8935
|
# tags: [
|
8933
8936
|
# {
|
8934
8937
|
# key: "String",
|
@@ -9076,7 +9079,7 @@ module Aws::EC2
|
|
9076
9079
|
# name: "String",
|
9077
9080
|
# tag_specifications: [
|
9078
9081
|
# {
|
9079
|
-
# resource_type: "
|
9082
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9080
9083
|
# tags: [
|
9081
9084
|
# {
|
9082
9085
|
# key: "String",
|
@@ -9089,7 +9092,8 @@ module Aws::EC2
|
|
9089
9092
|
# }
|
9090
9093
|
#
|
9091
9094
|
# @!attribute [rw] bucket
|
9092
|
-
# The name of the S3 bucket that contains the stored AMI
|
9095
|
+
# The name of the Amazon S3 bucket that contains the stored AMI
|
9096
|
+
# object.
|
9093
9097
|
# @return [String]
|
9094
9098
|
#
|
9095
9099
|
# @!attribute [rw] object_key
|
@@ -9282,7 +9286,7 @@ module Aws::EC2
|
|
9282
9286
|
# vpc_id: "VpcId", # required
|
9283
9287
|
# tag_specifications: [
|
9284
9288
|
# {
|
9285
|
-
# resource_type: "
|
9289
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9286
9290
|
# tags: [
|
9287
9291
|
# {
|
9288
9292
|
# key: "String",
|
@@ -9339,7 +9343,7 @@ module Aws::EC2
|
|
9339
9343
|
# vpc_id: "VpcId",
|
9340
9344
|
# tag_specifications: [
|
9341
9345
|
# {
|
9342
|
-
# resource_type: "
|
9346
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9343
9347
|
# tags: [
|
9344
9348
|
# {
|
9345
9349
|
# key: "String",
|
@@ -9427,7 +9431,7 @@ module Aws::EC2
|
|
9427
9431
|
# volume_id: "VolumeId", # required
|
9428
9432
|
# tag_specifications: [
|
9429
9433
|
# {
|
9430
|
-
# resource_type: "
|
9434
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9431
9435
|
# tags: [
|
9432
9436
|
# {
|
9433
9437
|
# key: "String",
|
@@ -9506,7 +9510,7 @@ module Aws::EC2
|
|
9506
9510
|
# outpost_arn: "String",
|
9507
9511
|
# tag_specifications: [
|
9508
9512
|
# {
|
9509
|
-
# resource_type: "
|
9513
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9510
9514
|
# tags: [
|
9511
9515
|
# {
|
9512
9516
|
# key: "String",
|
@@ -9671,15 +9675,15 @@ module Aws::EC2
|
|
9671
9675
|
# @return [String]
|
9672
9676
|
#
|
9673
9677
|
# @!attribute [rw] bucket
|
9674
|
-
# The name of the S3 bucket in which the AMI object will be
|
9675
|
-
# The bucket must be in the Region in which the request is
|
9676
|
-
# The AMI object appears in the bucket only after the
|
9677
|
-
# completed.
|
9678
|
+
# The name of the Amazon S3 bucket in which the AMI object will be
|
9679
|
+
# stored. The bucket must be in the Region in which the request is
|
9680
|
+
# being made. The AMI object appears in the bucket only after the
|
9681
|
+
# upload task has completed.
|
9678
9682
|
# @return [String]
|
9679
9683
|
#
|
9680
9684
|
# @!attribute [rw] s3_object_tags
|
9681
|
-
# The tags to apply to the AMI object that will be stored in the
|
9682
|
-
# bucket.
|
9685
|
+
# The tags to apply to the AMI object that will be stored in the
|
9686
|
+
# Amazon S3 bucket.
|
9683
9687
|
# @return [Array<Types::S3ObjectTag>]
|
9684
9688
|
#
|
9685
9689
|
# @!attribute [rw] dry_run
|
@@ -9718,7 +9722,7 @@ module Aws::EC2
|
|
9718
9722
|
# {
|
9719
9723
|
# tag_specifications: [
|
9720
9724
|
# {
|
9721
|
-
# resource_type: "
|
9725
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9722
9726
|
# tags: [
|
9723
9727
|
# {
|
9724
9728
|
# key: "String",
|
@@ -9807,7 +9811,7 @@ module Aws::EC2
|
|
9807
9811
|
# {
|
9808
9812
|
# tag_specifications: [
|
9809
9813
|
# {
|
9810
|
-
# resource_type: "
|
9814
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9811
9815
|
# tags: [
|
9812
9816
|
# {
|
9813
9817
|
# key: "String",
|
@@ -9960,7 +9964,7 @@ module Aws::EC2
|
|
9960
9964
|
# description: "String",
|
9961
9965
|
# tag_specifications: [
|
9962
9966
|
# {
|
9963
|
-
# resource_type: "
|
9967
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
9964
9968
|
# tags: [
|
9965
9969
|
# {
|
9966
9970
|
# key: "String",
|
@@ -10183,7 +10187,7 @@ module Aws::EC2
|
|
10183
10187
|
# description: "String",
|
10184
10188
|
# tag_specifications: [
|
10185
10189
|
# {
|
10186
|
-
# resource_type: "
|
10190
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10187
10191
|
# tags: [
|
10188
10192
|
# {
|
10189
10193
|
# key: "String",
|
@@ -10316,7 +10320,7 @@ module Aws::EC2
|
|
10316
10320
|
# description: "String",
|
10317
10321
|
# tag_specifications: [
|
10318
10322
|
# {
|
10319
|
-
# resource_type: "
|
10323
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10320
10324
|
# tags: [
|
10321
10325
|
# {
|
10322
10326
|
# key: "String",
|
@@ -10415,7 +10419,7 @@ module Aws::EC2
|
|
10415
10419
|
# inside_cidr_blocks: ["String"], # required
|
10416
10420
|
# tag_specifications: [
|
10417
10421
|
# {
|
10418
|
-
# resource_type: "
|
10422
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10419
10423
|
# tags: [
|
10420
10424
|
# {
|
10421
10425
|
# key: "String",
|
@@ -10502,7 +10506,7 @@ module Aws::EC2
|
|
10502
10506
|
# },
|
10503
10507
|
# tag_specifications: [
|
10504
10508
|
# {
|
10505
|
-
# resource_type: "
|
10509
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10506
10510
|
# tags: [
|
10507
10511
|
# {
|
10508
10512
|
# key: "String",
|
@@ -10590,7 +10594,7 @@ module Aws::EC2
|
|
10590
10594
|
# },
|
10591
10595
|
# tag_specifications: [
|
10592
10596
|
# {
|
10593
|
-
# resource_type: "
|
10597
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10594
10598
|
# tags: [
|
10595
10599
|
# {
|
10596
10600
|
# key: "String",
|
@@ -10691,7 +10695,7 @@ module Aws::EC2
|
|
10691
10695
|
# peer_region: "String", # required
|
10692
10696
|
# tag_specifications: [
|
10693
10697
|
# {
|
10694
|
-
# resource_type: "
|
10698
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10695
10699
|
# tags: [
|
10696
10700
|
# {
|
10697
10701
|
# key: "String",
|
@@ -10832,7 +10836,7 @@ module Aws::EC2
|
|
10832
10836
|
# },
|
10833
10837
|
# tag_specifications: [
|
10834
10838
|
# {
|
10835
|
-
# resource_type: "
|
10839
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10836
10840
|
# tags: [
|
10837
10841
|
# {
|
10838
10842
|
# key: "String",
|
@@ -10952,7 +10956,7 @@ module Aws::EC2
|
|
10952
10956
|
# transit_gateway_id: "TransitGatewayId", # required
|
10953
10957
|
# tag_specifications: [
|
10954
10958
|
# {
|
10955
|
-
# resource_type: "
|
10959
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
10956
10960
|
# tags: [
|
10957
10961
|
# {
|
10958
10962
|
# key: "String",
|
@@ -11015,7 +11019,7 @@ module Aws::EC2
|
|
11015
11019
|
# },
|
11016
11020
|
# tag_specifications: [
|
11017
11021
|
# {
|
11018
|
-
# resource_type: "
|
11022
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11019
11023
|
# tags: [
|
11020
11024
|
# {
|
11021
11025
|
# key: "String",
|
@@ -11201,7 +11205,7 @@ module Aws::EC2
|
|
11201
11205
|
# dry_run: false,
|
11202
11206
|
# tag_specifications: [
|
11203
11207
|
# {
|
11204
|
-
# resource_type: "
|
11208
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11205
11209
|
# tags: [
|
11206
11210
|
# {
|
11207
11211
|
# key: "String",
|
@@ -11499,7 +11503,7 @@ module Aws::EC2
|
|
11499
11503
|
# private_dns_enabled: false,
|
11500
11504
|
# tag_specifications: [
|
11501
11505
|
# {
|
11502
|
-
# resource_type: "
|
11506
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11503
11507
|
# tags: [
|
11504
11508
|
# {
|
11505
11509
|
# key: "String",
|
@@ -11636,7 +11640,7 @@ module Aws::EC2
|
|
11636
11640
|
# client_token: "String",
|
11637
11641
|
# tag_specifications: [
|
11638
11642
|
# {
|
11639
|
-
# resource_type: "
|
11643
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11640
11644
|
# tags: [
|
11641
11645
|
# {
|
11642
11646
|
# key: "String",
|
@@ -11732,7 +11736,7 @@ module Aws::EC2
|
|
11732
11736
|
# peer_region: "String",
|
11733
11737
|
# tag_specifications: [
|
11734
11738
|
# {
|
11735
|
-
# resource_type: "
|
11739
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11736
11740
|
# tags: [
|
11737
11741
|
# {
|
11738
11742
|
# key: "String",
|
@@ -11806,6 +11810,7 @@ module Aws::EC2
|
|
11806
11810
|
# data as a hash:
|
11807
11811
|
#
|
11808
11812
|
# {
|
11813
|
+
# cidr_block: "String", # required
|
11809
11814
|
# amazon_provided_ipv_6_cidr_block: false,
|
11810
11815
|
# ipv_6_pool: "Ipv6PoolEc2Id",
|
11811
11816
|
# ipv_6_cidr_block: "String",
|
@@ -11814,7 +11819,7 @@ module Aws::EC2
|
|
11814
11819
|
# ipv_6_cidr_block_network_border_group: "String",
|
11815
11820
|
# tag_specifications: [
|
11816
11821
|
# {
|
11817
|
-
# resource_type: "
|
11822
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11818
11823
|
# tags: [
|
11819
11824
|
# {
|
11820
11825
|
# key: "String",
|
@@ -11823,9 +11828,15 @@ module Aws::EC2
|
|
11823
11828
|
# ],
|
11824
11829
|
# },
|
11825
11830
|
# ],
|
11826
|
-
# cidr_block: "String", # required
|
11827
11831
|
# }
|
11828
11832
|
#
|
11833
|
+
# @!attribute [rw] cidr_block
|
11834
|
+
# The IPv4 network range for the VPC, in CIDR notation. For example,
|
11835
|
+
# `10.0.0.0/16`. We modify the specified CIDR block to its canonical
|
11836
|
+
# form; for example, if you specify `100.68.0.18/18`, we modify it to
|
11837
|
+
# `100.68.0.0/18`.
|
11838
|
+
# @return [String]
|
11839
|
+
#
|
11829
11840
|
# @!attribute [rw] amazon_provided_ipv_6_cidr_block
|
11830
11841
|
# Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length
|
11831
11842
|
# for the VPC. You cannot specify the range of IP addresses, or the
|
@@ -11878,24 +11889,17 @@ module Aws::EC2
|
|
11878
11889
|
# The tags to assign to the VPC.
|
11879
11890
|
# @return [Array<Types::TagSpecification>]
|
11880
11891
|
#
|
11881
|
-
# @!attribute [rw] cidr_block
|
11882
|
-
# The IPv4 network range for the VPC, in CIDR notation. For example,
|
11883
|
-
# `10.0.0.0/16`. We modify the specified CIDR block to its canonical
|
11884
|
-
# form; for example, if you specify `100.68.0.18/18`, we modify it to
|
11885
|
-
# `100.68.0.0/18`.
|
11886
|
-
# @return [String]
|
11887
|
-
#
|
11888
11892
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateVpcRequest AWS API Documentation
|
11889
11893
|
#
|
11890
11894
|
class CreateVpcRequest < Struct.new(
|
11895
|
+
:cidr_block,
|
11891
11896
|
:amazon_provided_ipv_6_cidr_block,
|
11892
11897
|
:ipv_6_pool,
|
11893
11898
|
:ipv_6_cidr_block,
|
11894
11899
|
:dry_run,
|
11895
11900
|
:instance_tenancy,
|
11896
11901
|
:ipv_6_cidr_block_network_border_group,
|
11897
|
-
:tag_specifications
|
11898
|
-
:cidr_block)
|
11902
|
+
:tag_specifications)
|
11899
11903
|
SENSITIVE = []
|
11900
11904
|
include Aws::Structure
|
11901
11905
|
end
|
@@ -11984,7 +11988,7 @@ module Aws::EC2
|
|
11984
11988
|
# },
|
11985
11989
|
# tag_specifications: [
|
11986
11990
|
# {
|
11987
|
-
# resource_type: "
|
11991
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
11988
11992
|
# tags: [
|
11989
11993
|
# {
|
11990
11994
|
# key: "String",
|
@@ -12094,7 +12098,7 @@ module Aws::EC2
|
|
12094
12098
|
# type: "ipsec.1", # required, accepts ipsec.1
|
12095
12099
|
# tag_specifications: [
|
12096
12100
|
# {
|
12097
|
-
# resource_type: "
|
12101
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
12098
12102
|
# tags: [
|
12099
12103
|
# {
|
12100
12104
|
# key: "String",
|
@@ -17856,8 +17860,8 @@ module Aws::EC2
|
|
17856
17860
|
#
|
17857
17861
|
# @!attribute [rw] executable_users
|
17858
17862
|
# Scopes the images by users with explicit launch permissions. Specify
|
17859
|
-
# an
|
17860
|
-
# (public AMIs).
|
17863
|
+
# an Amazon Web Services account ID, `self` (the sender of the
|
17864
|
+
# request), or `all` (public AMIs).
|
17861
17865
|
# @return [Array<String>]
|
17862
17866
|
#
|
17863
17867
|
# @!attribute [rw] filters
|
@@ -17874,16 +17878,17 @@ module Aws::EC2
|
|
17874
17878
|
# the block device mapping (for example, `/dev/sdh` or `xvdh`).
|
17875
17879
|
#
|
17876
17880
|
# * `block-device-mapping.snapshot-id` - The ID of the snapshot used
|
17877
|
-
# for the EBS volume.
|
17881
|
+
# for the Amazon EBS volume.
|
17878
17882
|
#
|
17879
|
-
# * `block-device-mapping.volume-size` - The volume size of the
|
17880
|
-
# volume, in GiB.
|
17883
|
+
# * `block-device-mapping.volume-size` - The volume size of the Amazon
|
17884
|
+
# EBS volume, in GiB.
|
17881
17885
|
#
|
17882
|
-
# * `block-device-mapping.volume-type` - The volume type of the
|
17883
|
-
# volume (`
|
17886
|
+
# * `block-device-mapping.volume-type` - The volume type of the Amazon
|
17887
|
+
# EBS volume (`io1` \| `io2` \| `gp2` \| `gp3` \| `sc1 `\| `st1` \|
|
17888
|
+
# `standard`).
|
17884
17889
|
#
|
17885
17890
|
# * `block-device-mapping.encrypted` - A Boolean that indicates
|
17886
|
-
# whether the EBS volume is encrypted.
|
17891
|
+
# whether the Amazon EBS volume is encrypted.
|
17887
17892
|
#
|
17888
17893
|
# * `description` - The description of the image (provided during
|
17889
17894
|
# image creation).
|
@@ -17909,20 +17914,21 @@ module Aws::EC2
|
|
17909
17914
|
#
|
17910
17915
|
# * `owner-alias` - The owner alias (`amazon` \| `aws-marketplace`).
|
17911
17916
|
# The valid aliases are defined in an Amazon-maintained list. This
|
17912
|
-
# is not the
|
17913
|
-
# console. We recommend that you use the **Owner** request
|
17914
|
-
# instead of this filter.
|
17917
|
+
# is not the Amazon Web Services account alias that can be set using
|
17918
|
+
# the IAM console. We recommend that you use the **Owner** request
|
17919
|
+
# parameter instead of this filter.
|
17915
17920
|
#
|
17916
|
-
# * `owner-id` - The
|
17917
|
-
# you use the **Owner** request parameter instead of
|
17921
|
+
# * `owner-id` - The Amazon Web Services account ID of the owner. We
|
17922
|
+
# recommend that you use the **Owner** request parameter instead of
|
17923
|
+
# this filter.
|
17918
17924
|
#
|
17919
17925
|
# * `platform` - The platform. To only list Windows-based AMIs, use
|
17920
17926
|
# `windows`.
|
17921
17927
|
#
|
17922
17928
|
# * `product-code` - The product code.
|
17923
17929
|
#
|
17924
|
-
# * `product-code.type` - The type of the product code
|
17925
|
-
# `marketplace`).
|
17930
|
+
# * `product-code.type` - The type of the product code
|
17931
|
+
# (`marketplace`).
|
17926
17932
|
#
|
17927
17933
|
# * `ramdisk-id` - The RAM disk ID.
|
17928
17934
|
#
|
@@ -17964,10 +17970,10 @@ module Aws::EC2
|
|
17964
17970
|
#
|
17965
17971
|
# @!attribute [rw] owners
|
17966
17972
|
# Scopes the results to images with the specified owners. You can
|
17967
|
-
# specify a combination of
|
17968
|
-
# `aws-marketplace`. If you omit this parameter, the
|
17969
|
-
# all images for which you have launch permissions,
|
17970
|
-
# ownership.
|
17973
|
+
# specify a combination of Amazon Web Services account IDs, `self`,
|
17974
|
+
# `amazon`, and `aws-marketplace`. If you omit this parameter, the
|
17975
|
+
# results include all images for which you have launch permissions,
|
17976
|
+
# regardless of ownership.
|
17971
17977
|
# @return [Array<String>]
|
17972
17978
|
#
|
17973
17979
|
# @!attribute [rw] include_deprecated
|
@@ -18750,7 +18756,7 @@ module Aws::EC2
|
|
18750
18756
|
#
|
18751
18757
|
# * `network-info.encryption-in-transit-supported` - Indicates whether
|
18752
18758
|
# the instance type automatically encrypts in-transit traffic
|
18753
|
-
# between instances.
|
18759
|
+
# between instances (`true` \| `false`).
|
18754
18760
|
#
|
18755
18761
|
# * `network-info.ipv4-addresses-per-interface` - The maximum number
|
18756
18762
|
# of private IPv4 addresses per network interface.
|
@@ -28935,9 +28941,6 @@ module Aws::EC2
|
|
28935
28941
|
# * `modify_succeeded` - The EC2 Fleet or Spot Fleet request was
|
28936
28942
|
# modified.
|
28937
28943
|
#
|
28938
|
-
# * `price_update` - The price for a launch configuration was adjusted
|
28939
|
-
# because it was too high. This change is permanent.
|
28940
|
-
#
|
28941
28944
|
# * `submitted` - The EC2 Fleet or Spot Fleet request is being
|
28942
28945
|
# evaluated and Amazon EC2 is preparing to launch the target number
|
28943
28946
|
# of Spot Instances.
|
@@ -29323,7 +29326,7 @@ module Aws::EC2
|
|
29323
29326
|
# role_name: "String",
|
29324
29327
|
# tag_specifications: [
|
29325
29328
|
# {
|
29326
|
-
# resource_type: "
|
29329
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
29327
29330
|
# tags: [
|
29328
29331
|
# {
|
29329
29332
|
# key: "String",
|
@@ -33015,7 +33018,7 @@ module Aws::EC2
|
|
33015
33018
|
# @return [String]
|
33016
33019
|
#
|
33017
33020
|
# @!attribute [rw] owner_id
|
33018
|
-
# The
|
33021
|
+
# The ID of the Amazon Web Services account that owns the image.
|
33019
33022
|
# @return [String]
|
33020
33023
|
#
|
33021
33024
|
# @!attribute [rw] platform
|
@@ -33025,7 +33028,7 @@ module Aws::EC2
|
|
33025
33028
|
#
|
33026
33029
|
# @!attribute [rw] platform_details
|
33027
33030
|
# The platform details associated with the billing code of the AMI.
|
33028
|
-
# For more information, see [
|
33031
|
+
# For more information, see [Understanding AMI billing][1] in the
|
33029
33032
|
# *Amazon Elastic Compute Cloud User Guide*.
|
33030
33033
|
#
|
33031
33034
|
#
|
@@ -33036,16 +33039,19 @@ module Aws::EC2
|
|
33036
33039
|
# @!attribute [rw] usage_operation
|
33037
33040
|
# The operation of the Amazon EC2 instance and the billing code that
|
33038
33041
|
# is associated with the AMI. `usageOperation` corresponds to the
|
33039
|
-
# [lineitem/Operation][1] column on your
|
33040
|
-
# in the [
|
33041
|
-
#
|
33042
|
-
# in the
|
33042
|
+
# [lineitem/Operation][1] column on your Amazon Web Services Cost and
|
33043
|
+
# Usage Report and in the [Amazon Web Services Price List API][2]. You
|
33044
|
+
# can view these fields on the **Instances** or **AMIs** pages in the
|
33045
|
+
# Amazon EC2 console, or in the responses that are returned by the
|
33046
|
+
# [DescribeImages][3] command in the Amazon EC2 API, or the
|
33047
|
+
# [describe-images][4] command in the CLI.
|
33043
33048
|
#
|
33044
33049
|
#
|
33045
33050
|
#
|
33046
33051
|
# [1]: https://docs.aws.amazon.com/cur/latest/userguide/Lineitem-columns.html#Lineitem-details-O-Operation
|
33047
33052
|
# [2]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html
|
33048
|
-
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/
|
33053
|
+
# [3]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html
|
33054
|
+
# [4]: https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-images.html
|
33049
33055
|
# @return [String]
|
33050
33056
|
#
|
33051
33057
|
# @!attribute [rw] product_codes
|
@@ -33079,8 +33085,8 @@ module Aws::EC2
|
|
33079
33085
|
# @return [String]
|
33080
33086
|
#
|
33081
33087
|
# @!attribute [rw] image_owner_alias
|
33082
|
-
# The
|
33083
|
-
# account ID of the AMI owner.
|
33088
|
+
# The Amazon Web Services account alias (for example, `amazon`,
|
33089
|
+
# `self`) or the Amazon Web Services account ID of the AMI owner.
|
33084
33090
|
# @return [String]
|
33085
33091
|
#
|
33086
33092
|
# @!attribute [rw] name
|
@@ -33093,8 +33099,8 @@ module Aws::EC2
|
|
33093
33099
|
# @return [String]
|
33094
33100
|
#
|
33095
33101
|
# @!attribute [rw] root_device_type
|
33096
|
-
# The type of root device used by the AMI. The AMI can use an
|
33097
|
-
# volume or an instance store volume.
|
33102
|
+
# The type of root device used by the AMI. The AMI can use an Amazon
|
33103
|
+
# EBS volume or an instance store volume.
|
33098
33104
|
# @return [String]
|
33099
33105
|
#
|
33100
33106
|
# @!attribute [rw] sriov_net_support
|
@@ -33405,7 +33411,7 @@ module Aws::EC2
|
|
33405
33411
|
# ],
|
33406
33412
|
# tag_specifications: [
|
33407
33413
|
# {
|
33408
|
-
# resource_type: "
|
33414
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
33409
33415
|
# tags: [
|
33410
33416
|
# {
|
33411
33417
|
# key: "String",
|
@@ -33777,7 +33783,7 @@ module Aws::EC2
|
|
33777
33783
|
#
|
33778
33784
|
# {
|
33779
33785
|
# additional_info: "String",
|
33780
|
-
# architecture: "i386", # accepts i386, x86_64, arm64
|
33786
|
+
# architecture: "i386", # accepts i386, x86_64, arm64, x86_64_mac
|
33781
33787
|
# group_ids: ["SecurityGroupId"],
|
33782
33788
|
# group_names: ["SecurityGroupName"],
|
33783
33789
|
# instance_initiated_shutdown_behavior: "stop", # accepts stop, terminate
|
@@ -33892,7 +33898,7 @@ module Aws::EC2
|
|
33892
33898
|
# dry_run: false,
|
33893
33899
|
# launch_specification: {
|
33894
33900
|
# additional_info: "String",
|
33895
|
-
# architecture: "i386", # accepts i386, x86_64, arm64
|
33901
|
+
# architecture: "i386", # accepts i386, x86_64, arm64, x86_64_mac
|
33896
33902
|
# group_ids: ["SecurityGroupId"],
|
33897
33903
|
# group_names: ["SecurityGroupName"],
|
33898
33904
|
# instance_initiated_shutdown_behavior: "stop", # accepts stop, terminate
|
@@ -34046,7 +34052,7 @@ module Aws::EC2
|
|
34046
34052
|
# public_key_material: "data", # required
|
34047
34053
|
# tag_specifications: [
|
34048
34054
|
# {
|
34049
|
-
# resource_type: "
|
34055
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
34050
34056
|
# tags: [
|
34051
34057
|
# {
|
34052
34058
|
# key: "String",
|
@@ -34143,7 +34149,7 @@ module Aws::EC2
|
|
34143
34149
|
# role_name: "String",
|
34144
34150
|
# tag_specifications: [
|
34145
34151
|
# {
|
34146
|
-
# resource_type: "
|
34152
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
34147
34153
|
# tags: [
|
34148
34154
|
# {
|
34149
34155
|
# key: "String",
|
@@ -34984,6 +34990,9 @@ module Aws::EC2
|
|
34984
34990
|
# @!attribute [rw] cpu_credits
|
34985
34991
|
# The credit option for CPU usage of the instance. Valid values are
|
34986
34992
|
# `standard` and `unlimited`.
|
34993
|
+
#
|
34994
|
+
# T3 instances with `host` tenancy do not support the `unlimited` CPU
|
34995
|
+
# credit option.
|
34987
34996
|
# @return [String]
|
34988
34997
|
#
|
34989
34998
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceCreditSpecificationRequest AWS API Documentation
|
@@ -36986,7 +36995,7 @@ module Aws::EC2
|
|
36986
36995
|
# @return [String]
|
36987
36996
|
#
|
36988
36997
|
# @!attribute [rw] user_id
|
36989
|
-
# The
|
36998
|
+
# The Amazon Web Services account ID.
|
36990
36999
|
#
|
36991
37000
|
# Constraints: Up to 10 000 account IDs can be specified in a single
|
36992
37001
|
# request.
|
@@ -37022,13 +37031,13 @@ module Aws::EC2
|
|
37022
37031
|
# }
|
37023
37032
|
#
|
37024
37033
|
# @!attribute [rw] add
|
37025
|
-
# The
|
37026
|
-
# AMI.
|
37034
|
+
# The Amazon Web Services account ID to add to the list of launch
|
37035
|
+
# permissions for the AMI.
|
37027
37036
|
# @return [Array<Types::LaunchPermission>]
|
37028
37037
|
#
|
37029
37038
|
# @!attribute [rw] remove
|
37030
|
-
# The
|
37031
|
-
# the AMI.
|
37039
|
+
# The Amazon Web Services account ID to remove from the list of launch
|
37040
|
+
# permissions for the AMI.
|
37032
37041
|
# @return [Array<Types::LaunchPermission>]
|
37033
37042
|
#
|
37034
37043
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchPermissionModifications AWS API Documentation
|
@@ -38680,7 +38689,7 @@ module Aws::EC2
|
|
38680
38689
|
# data as a hash:
|
38681
38690
|
#
|
38682
38691
|
# {
|
38683
|
-
# resource_type: "
|
38692
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
38684
38693
|
# tags: [
|
38685
38694
|
# {
|
38686
38695
|
# key: "String",
|
@@ -39284,7 +39293,7 @@ module Aws::EC2
|
|
39284
39293
|
# @return [String]
|
39285
39294
|
#
|
39286
39295
|
# @!attribute [rw] state
|
39287
|
-
# The state of the prefix list.
|
39296
|
+
# The current state of the prefix list.
|
39288
39297
|
# @return [String]
|
39289
39298
|
#
|
39290
39299
|
# @!attribute [rw] state_message
|
@@ -39463,9 +39472,9 @@ module Aws::EC2
|
|
39463
39472
|
# @return [String]
|
39464
39473
|
#
|
39465
39474
|
# @!attribute [rw] instance_count
|
39466
|
-
# The number of instances for which to reserve capacity.
|
39467
|
-
#
|
39468
|
-
#
|
39475
|
+
# The number of instances for which to reserve capacity. The number of
|
39476
|
+
# instances can't be increased or decreased by more than `1000` in a
|
39477
|
+
# single request.
|
39469
39478
|
# @return [Integer]
|
39470
39479
|
#
|
39471
39480
|
# @!attribute [rw] end_date
|
@@ -40188,7 +40197,7 @@ module Aws::EC2
|
|
40188
40197
|
#
|
40189
40198
|
# @!attribute [rw] attribute
|
40190
40199
|
# The name of the attribute to modify. The valid values are
|
40191
|
-
# `description
|
40200
|
+
# `description` and `launchPermission`.
|
40192
40201
|
# @return [String]
|
40193
40202
|
#
|
40194
40203
|
# @!attribute [rw] description
|
@@ -40209,8 +40218,7 @@ module Aws::EC2
|
|
40209
40218
|
# @return [String]
|
40210
40219
|
#
|
40211
40220
|
# @!attribute [rw] product_codes
|
40212
|
-
#
|
40213
|
-
# can't be removed.
|
40221
|
+
# Not supported.
|
40214
40222
|
# @return [Array<String>]
|
40215
40223
|
#
|
40216
40224
|
# @!attribute [rw] user_groups
|
@@ -40219,14 +40227,13 @@ module Aws::EC2
|
|
40219
40227
|
# @return [Array<String>]
|
40220
40228
|
#
|
40221
40229
|
# @!attribute [rw] user_ids
|
40222
|
-
# The
|
40223
|
-
# `Attribute` parameter is `launchPermission`.
|
40230
|
+
# The Amazon Web Services account IDs. This parameter can be used only
|
40231
|
+
# when the `Attribute` parameter is `launchPermission`.
|
40224
40232
|
# @return [Array<String>]
|
40225
40233
|
#
|
40226
40234
|
# @!attribute [rw] value
|
40227
40235
|
# The value of the attribute being modified. This parameter can be
|
40228
|
-
# used only when the `Attribute` parameter is `description
|
40229
|
-
# `productCodes`.
|
40236
|
+
# used only when the `Attribute` parameter is `description`.
|
40230
40237
|
# @return [String]
|
40231
40238
|
#
|
40232
40239
|
# @!attribute [rw] dry_run
|
@@ -40842,6 +40849,11 @@ module Aws::EC2
|
|
40842
40849
|
#
|
40843
40850
|
# @!attribute [rw] tenancy
|
40844
40851
|
# The tenancy for the instance.
|
40852
|
+
#
|
40853
|
+
# For T3 instances, you can't change the tenancy from `dedicated` to
|
40854
|
+
# `host`, or from `host` to `dedicated`. Attempting to make one of
|
40855
|
+
# these unsupported tenancy changes results in the `InvalidTenancy`
|
40856
|
+
# error code.
|
40845
40857
|
# @return [String]
|
40846
40858
|
#
|
40847
40859
|
# @!attribute [rw] partition_number
|
@@ -41000,6 +41012,11 @@ module Aws::EC2
|
|
41000
41012
|
# The maximum number of entries for the prefix list. You cannot modify
|
41001
41013
|
# the entries of a prefix list and modify the size of a prefix list at
|
41002
41014
|
# the same time.
|
41015
|
+
#
|
41016
|
+
# If any of the resources that reference the prefix list cannot
|
41017
|
+
# support the new maximum size, the modify operation fails. Check the
|
41018
|
+
# state message for the IDs of the first ten resources that do not
|
41019
|
+
# support the new maximum size.
|
41003
41020
|
# @return [Integer]
|
41004
41021
|
#
|
41005
41022
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyManagedPrefixListRequest AWS API Documentation
|
@@ -44779,6 +44796,9 @@ module Aws::EC2
|
|
44779
44796
|
#
|
44780
44797
|
# This parameter is not supported by [CreateFleet][2].
|
44781
44798
|
#
|
44799
|
+
# T3 instances that use the `unlimited` CPU credit option do not
|
44800
|
+
# support `host` tenancy.
|
44801
|
+
#
|
44782
44802
|
#
|
44783
44803
|
#
|
44784
44804
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html
|
@@ -45289,7 +45309,7 @@ module Aws::EC2
|
|
45289
45309
|
# dry_run: false,
|
45290
45310
|
# pool_tag_specifications: [
|
45291
45311
|
# {
|
45292
|
-
# resource_type: "
|
45312
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
45293
45313
|
# tags: [
|
45294
45314
|
# {
|
45295
45315
|
# key: "String",
|
@@ -45599,7 +45619,7 @@ module Aws::EC2
|
|
45599
45619
|
# offering_id: "OfferingId", # required
|
45600
45620
|
# tag_specifications: [
|
45601
45621
|
# {
|
45602
|
-
# resource_type: "
|
45622
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
45603
45623
|
# tags: [
|
45604
45624
|
# {
|
45605
45625
|
# key: "String",
|
@@ -45982,7 +46002,7 @@ module Aws::EC2
|
|
45982
46002
|
#
|
45983
46003
|
# {
|
45984
46004
|
# image_location: "String",
|
45985
|
-
# architecture: "i386", # accepts i386, x86_64, arm64
|
46005
|
+
# architecture: "i386", # accepts i386, x86_64, arm64, x86_64_mac
|
45986
46006
|
# block_device_mappings: [
|
45987
46007
|
# {
|
45988
46008
|
# device_name: "String",
|
@@ -46036,8 +46056,8 @@ module Aws::EC2
|
|
46036
46056
|
# @!attribute [rw] block_device_mappings
|
46037
46057
|
# The block device mapping entries.
|
46038
46058
|
#
|
46039
|
-
# If you specify an EBS volume using the ID of an EBS
|
46040
|
-
# can't specify the encryption state of the volume.
|
46059
|
+
# If you specify an Amazon EBS volume using the ID of an Amazon EBS
|
46060
|
+
# snapshot, you can't specify the encryption state of the volume.
|
46041
46061
|
#
|
46042
46062
|
# If you create an AMI on an Outpost, then all backing snapshots must
|
46043
46063
|
# be on the same Outpost or in the Region of that Outpost. AMIs on an
|
@@ -46084,8 +46104,8 @@ module Aws::EC2
|
|
46084
46104
|
#
|
46085
46105
|
# @!attribute [rw] billing_products
|
46086
46106
|
# The billing product codes. Your account must be authorized to
|
46087
|
-
# specify billing product codes. Otherwise, you can use the
|
46088
|
-
# Marketplace to bill for the use of an AMI.
|
46107
|
+
# specify billing product codes. Otherwise, you can use the Amazon Web
|
46108
|
+
# Services Marketplace to bill for the use of an AMI.
|
46089
46109
|
# @return [Array<String>]
|
46090
46110
|
#
|
46091
46111
|
# @!attribute [rw] ramdisk_id
|
@@ -47320,7 +47340,7 @@ module Aws::EC2
|
|
47320
47340
|
# user_data: "String",
|
47321
47341
|
# tag_specifications: [
|
47322
47342
|
# {
|
47323
|
-
# resource_type: "
|
47343
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
47324
47344
|
# tags: [
|
47325
47345
|
# {
|
47326
47346
|
# key: "String",
|
@@ -47756,7 +47776,7 @@ module Aws::EC2
|
|
47756
47776
|
# weighted_capacity: 1.0,
|
47757
47777
|
# tag_specifications: [
|
47758
47778
|
# {
|
47759
|
-
# resource_type: "
|
47779
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
47760
47780
|
# tags: [
|
47761
47781
|
# {
|
47762
47782
|
# key: "String",
|
@@ -47817,7 +47837,7 @@ module Aws::EC2
|
|
47817
47837
|
# context: "String",
|
47818
47838
|
# tag_specifications: [
|
47819
47839
|
# {
|
47820
|
-
# resource_type: "
|
47840
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
47821
47841
|
# tags: [
|
47822
47842
|
# {
|
47823
47843
|
# key: "String",
|
@@ -47964,7 +47984,7 @@ module Aws::EC2
|
|
47964
47984
|
# valid_until: Time.now,
|
47965
47985
|
# tag_specifications: [
|
47966
47986
|
# {
|
47967
|
-
# resource_type: "
|
47987
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
47968
47988
|
# tags: [
|
47969
47989
|
# {
|
47970
47990
|
# key: "String",
|
@@ -50099,7 +50119,7 @@ module Aws::EC2
|
|
50099
50119
|
# ],
|
50100
50120
|
# tag_specifications: [
|
50101
50121
|
# {
|
50102
|
-
# resource_type: "
|
50122
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
50103
50123
|
# tags: [
|
50104
50124
|
# {
|
50105
50125
|
# key: "String",
|
@@ -50475,6 +50495,8 @@ module Aws::EC2
|
|
50475
50495
|
#
|
50476
50496
|
# Default: `standard` (T2 instances) or `unlimited` (T3/T3a instances)
|
50477
50497
|
#
|
50498
|
+
# For T3 instances with `host` tenancy, only `standard` is supported.
|
50499
|
+
#
|
50478
50500
|
#
|
50479
50501
|
#
|
50480
50502
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceCreditSpecification.html
|
@@ -50717,8 +50739,8 @@ module Aws::EC2
|
|
50717
50739
|
include Aws::Structure
|
50718
50740
|
end
|
50719
50741
|
|
50720
|
-
# The tags to apply to the AMI object that will be stored in the
|
50721
|
-
# bucket. For more information, see [Categorizing your storage using
|
50742
|
+
# The tags to apply to the AMI object that will be stored in the Amazon
|
50743
|
+
# S3 bucket. For more information, see [Categorizing your storage using
|
50722
50744
|
# tags][1] in the *Amazon Simple Storage Service User Guide*.
|
50723
50745
|
#
|
50724
50746
|
#
|
@@ -50756,8 +50778,8 @@ module Aws::EC2
|
|
50756
50778
|
include Aws::Structure
|
50757
50779
|
end
|
50758
50780
|
|
50759
|
-
# Describes the storage parameters for S3 and S3 buckets
|
50760
|
-
# store-backed AMI.
|
50781
|
+
# Describes the storage parameters for Amazon S3 and Amazon S3 buckets
|
50782
|
+
# for an instance store-backed AMI.
|
50761
50783
|
#
|
50762
50784
|
# @note When making an API call, you may pass S3Storage
|
50763
50785
|
# data as a hash:
|
@@ -50773,7 +50795,7 @@ module Aws::EC2
|
|
50773
50795
|
# @!attribute [rw] aws_access_key_id
|
50774
50796
|
# The access key ID of the owner of the bucket. Before you specify a
|
50775
50797
|
# value for your access key ID, review and follow the guidance in
|
50776
|
-
# [Best Practices for Managing
|
50798
|
+
# [Best Practices for Managing Amazon Web Services Access Keys][1].
|
50777
50799
|
#
|
50778
50800
|
#
|
50779
50801
|
#
|
@@ -52967,7 +52989,7 @@ module Aws::EC2
|
|
52967
52989
|
# weighted_capacity: 1.0,
|
52968
52990
|
# tag_specifications: [
|
52969
52991
|
# {
|
52970
|
-
# resource_type: "
|
52992
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
52971
52993
|
# tags: [
|
52972
52994
|
# {
|
52973
52995
|
# key: "String",
|
@@ -53293,7 +53315,7 @@ module Aws::EC2
|
|
53293
53315
|
# weighted_capacity: 1.0,
|
53294
53316
|
# tag_specifications: [
|
53295
53317
|
# {
|
53296
|
-
# resource_type: "
|
53318
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
53297
53319
|
# tags: [
|
53298
53320
|
# {
|
53299
53321
|
# key: "String",
|
@@ -53354,7 +53376,7 @@ module Aws::EC2
|
|
53354
53376
|
# context: "String",
|
53355
53377
|
# tag_specifications: [
|
53356
53378
|
# {
|
53357
|
-
# resource_type: "
|
53379
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
53358
53380
|
# tags: [
|
53359
53381
|
# {
|
53360
53382
|
# key: "String",
|
@@ -53635,7 +53657,7 @@ module Aws::EC2
|
|
53635
53657
|
# data as a hash:
|
53636
53658
|
#
|
53637
53659
|
# {
|
53638
|
-
# resource_type: "
|
53660
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
53639
53661
|
# tags: [
|
53640
53662
|
# {
|
53641
53663
|
# key: "String",
|
@@ -54356,7 +54378,7 @@ module Aws::EC2
|
|
54356
54378
|
# dry_run: false,
|
54357
54379
|
# tag_specifications: [
|
54358
54380
|
# {
|
54359
|
-
# resource_type: "
|
54381
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
54360
54382
|
# tags: [
|
54361
54383
|
# {
|
54362
54384
|
# key: "String",
|
@@ -54658,7 +54680,8 @@ module Aws::EC2
|
|
54658
54680
|
# @return [Time]
|
54659
54681
|
#
|
54660
54682
|
# @!attribute [rw] bucket
|
54661
|
-
# The name of the S3 bucket that contains the stored AMI
|
54683
|
+
# The name of the Amazon S3 bucket that contains the stored AMI
|
54684
|
+
# object.
|
54662
54685
|
# @return [String]
|
54663
54686
|
#
|
54664
54687
|
# @!attribute [rw] s3object_key
|
@@ -54999,7 +55022,7 @@ module Aws::EC2
|
|
54999
55022
|
# data as a hash:
|
55000
55023
|
#
|
55001
55024
|
# {
|
55002
|
-
# resource_type: "
|
55025
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-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, instance-event-window, internet-gateway, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-endpoint, vpc-endpoint-service, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
|
55003
55026
|
# tags: [
|
55004
55027
|
# {
|
55005
55028
|
# key: "String",
|
@@ -55009,27 +55032,27 @@ module Aws::EC2
|
|
55009
55032
|
# }
|
55010
55033
|
#
|
55011
55034
|
# @!attribute [rw] resource_type
|
55012
|
-
# The type of resource to tag.
|
55013
|
-
#
|
55014
|
-
# `
|
55015
|
-
# `
|
55016
|
-
#
|
55017
|
-
# `
|
55018
|
-
# `
|
55019
|
-
# `
|
55020
|
-
# `
|
55021
|
-
#
|
55022
|
-
#
|
55023
|
-
# `network-
|
55024
|
-
#
|
55025
|
-
# `
|
55026
|
-
# `
|
55035
|
+
# The type of resource to tag on creation. The possible values are:
|
55036
|
+
# `capacity-reservation` \| `carrier-gateway` \| `client-vpn-endpoint`
|
55037
|
+
# \| `customer-gateway` \| `dedicated-host` \| `dhcp-options` \|
|
55038
|
+
# `egress-only-internet-gateway` \| `elastic-gpu` \| `elastic-ip` \|
|
55039
|
+
# `export-image-task` \| `export-instance-task` \| `fleet` \|
|
55040
|
+
# `fpga-image` \| `host-reservation` \| `image` \| `import-image-task`
|
55041
|
+
# \| `import-snapshot-task` \| `instance` \| `instance-event-window`
|
55042
|
+
# \| `internet-gateway` \| `ipv4pool-ec2` \| `ipv6pool-ec2` \|
|
55043
|
+
# `key-pair` \| `launch-template` \|
|
55044
|
+
# `local-gateway-route-table-vpc-association` \| `natgateway` \|
|
55045
|
+
# `network-acl` \| `network-insights-analysis` \|
|
55046
|
+
# `network-insights-path` \| `network-interface` \| `placement-group`
|
55047
|
+
# \| `prefix-list` \| `reserved-instances` \| `route-table` \|
|
55048
|
+
# `security-group` \| `security-group-rule` \| `snapshot` \|
|
55049
|
+
# `spot-fleet-request` \| `spot-instances-request` \| `subnet` \|
|
55050
|
+
# `traffic-mirror-filter` \| `traffic-mirror-session` \|
|
55027
55051
|
# `traffic-mirror-target` \| `transit-gateway` \|
|
55028
55052
|
# `transit-gateway-attachment` \| `transit-gateway-multicast-domain`
|
55029
|
-
# \| `transit-gateway-route-table` \| `volume`
|
55030
|
-
# vpc-
|
55031
|
-
#
|
55032
|
-
# PrivateLink) \| `vpc-flow-log` \| `vpn-connection` \| `vpn-gateway`.
|
55053
|
+
# \| `transit-gateway-route-table` \| `volume` \| `vpc` \|
|
55054
|
+
# `vpc-endpoint` \| `vpc-endpoint-service` \| `vpc-flow-log` \|
|
55055
|
+
# `vpc-peering-connection` \| `vpn-connection` \| `vpn-gateway`.
|
55033
55056
|
#
|
55034
55057
|
# To tag a resource after it has been created, see [CreateTags][1].
|
55035
55058
|
#
|
@@ -55198,7 +55221,7 @@ module Aws::EC2
|
|
55198
55221
|
# }
|
55199
55222
|
#
|
55200
55223
|
# @!attribute [rw] instance_count
|
55201
|
-
# The number of instances the
|
55224
|
+
# The number of instances the Convertible Reserved Instance offering
|
55202
55225
|
# can be applied to. This parameter is reserved and cannot be
|
55203
55226
|
# specified in a request
|
55204
55227
|
# @return [Integer]
|