aws-sdk-ec2 1.541.0 → 1.543.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +72 -94
- data/lib/aws-sdk-ec2/client_api.rb +1 -0
- data/lib/aws-sdk-ec2/image.rb +2 -24
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/route.rb +7 -0
- data/lib/aws-sdk-ec2/snapshot.rb +2 -2
- data/lib/aws-sdk-ec2/types.rb +12 -28
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/route.rbs +3 -0
- data/sig/types.rbs +12 -11
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b35e1fcdc623df36da4dea5976fa3f26fd6acff2cc00124fb6dca8be9e180d1a
|
4
|
+
data.tar.gz: fb0e788732cf492139866e3e422fdf98df0f2192e9c8badc437fd2083991e2a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 185e09bc22662e54414cd81a60bf31f0e0d8390a4d07e96816b47e85d3384a978ca26a59545f072d5106fa0c55dbdd30233639953c4bd0978f8cda9b62f6a6e1
|
7
|
+
data.tar.gz: 73b72b7fc80baf150e4f37afc3b8f2db88fd80b116ad9547a9bfa30bd50c7d703b7e7a8f7ffe702d3c8006e6a0ad3263acbf4a26dcf3769dbef24c88c69c7bd3
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.543.0 (2025-07-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Release to show the next hop IP address for routes propagated by VPC Route Server into VPC route tables.
|
8
|
+
|
9
|
+
1.542.0 (2025-07-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Transit Gateway native integration with AWS Network Firewall. Adding new enum value for the new Transit Gateway Attachment type.
|
13
|
+
|
4
14
|
1.541.0 (2025-07-23)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.543.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -672,7 +672,7 @@ module Aws::EC2
|
|
672
672
|
# resp.associations.transit_gateway_multicast_domain_id #=> String
|
673
673
|
# resp.associations.transit_gateway_attachment_id #=> String
|
674
674
|
# resp.associations.resource_id #=> String
|
675
|
-
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
675
|
+
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
676
676
|
# resp.associations.resource_owner_id #=> String
|
677
677
|
# resp.associations.subnets #=> Array
|
678
678
|
# resp.associations.subnets[0].subnet_id #=> String
|
@@ -924,8 +924,6 @@ module Aws::EC2
|
|
924
924
|
# starts routing to Amazon Web Services because of BGP propagation
|
925
925
|
# delays.
|
926
926
|
#
|
927
|
-
# To stop advertising the BYOIP CIDR, use WithdrawByoipCidr.
|
928
|
-
#
|
929
927
|
# @option params [required, String] :cidr
|
930
928
|
# The address range, in CIDR notation. This must be the exact range that
|
931
929
|
# you provisioned. You can't advertise only a portion of the
|
@@ -2708,7 +2706,7 @@ module Aws::EC2
|
|
2708
2706
|
# resp.associations.transit_gateway_multicast_domain_id #=> String
|
2709
2707
|
# resp.associations.transit_gateway_attachment_id #=> String
|
2710
2708
|
# resp.associations.resource_id #=> String
|
2711
|
-
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
2709
|
+
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
2712
2710
|
# resp.associations.resource_owner_id #=> String
|
2713
2711
|
# resp.associations.subnets #=> Array
|
2714
2712
|
# resp.associations.subnets[0].subnet_id #=> String
|
@@ -2757,7 +2755,7 @@ module Aws::EC2
|
|
2757
2755
|
# resp.association.transit_gateway_policy_table_id #=> String
|
2758
2756
|
# resp.association.transit_gateway_attachment_id #=> String
|
2759
2757
|
# resp.association.resource_id #=> String
|
2760
|
-
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
2758
|
+
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
2761
2759
|
# resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
2762
2760
|
#
|
2763
2761
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateTransitGatewayPolicyTable AWS API Documentation
|
@@ -2802,7 +2800,7 @@ module Aws::EC2
|
|
2802
2800
|
# resp.association.transit_gateway_route_table_id #=> String
|
2803
2801
|
# resp.association.transit_gateway_attachment_id #=> String
|
2804
2802
|
# resp.association.resource_id #=> String
|
2805
|
-
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
2803
|
+
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
2806
2804
|
# resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
2807
2805
|
#
|
2808
2806
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateTransitGatewayRouteTable AWS API Documentation
|
@@ -7883,7 +7881,7 @@ module Aws::EC2
|
|
7883
7881
|
# snapshots. To create an AMI with volumes or snapshots that have a
|
7884
7882
|
# different encryption status (for example, where the source volume
|
7885
7883
|
# and snapshots are unencrypted, and you want to create an AMI with
|
7886
|
-
# encrypted volumes or snapshots),
|
7884
|
+
# encrypted volumes or snapshots), copy the image instead.
|
7887
7885
|
#
|
7888
7886
|
# * The only option that can be changed for existing mappings or
|
7889
7887
|
# snapshots is `DeleteOnTermination`.
|
@@ -13144,6 +13142,7 @@ module Aws::EC2
|
|
13144
13142
|
# resp.route_table.routes[0].vpc_peering_connection_id #=> String
|
13145
13143
|
# resp.route_table.routes[0].core_network_arn #=> String
|
13146
13144
|
# resp.route_table.routes[0].odb_network_arn #=> String
|
13145
|
+
# resp.route_table.routes[0].ip_address #=> String
|
13147
13146
|
# resp.route_table.tags #=> Array
|
13148
13147
|
# resp.route_table.tags[0].key #=> String
|
13149
13148
|
# resp.route_table.tags[0].value #=> String
|
@@ -15150,7 +15149,7 @@ module Aws::EC2
|
|
15150
15149
|
# resp.transit_gateway_prefix_list_reference.state #=> String, one of "pending", "available", "modifying", "deleting"
|
15151
15150
|
# resp.transit_gateway_prefix_list_reference.blackhole #=> Boolean
|
15152
15151
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.transit_gateway_attachment_id #=> String
|
15153
|
-
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
15152
|
+
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
15154
15153
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_id #=> String
|
15155
15154
|
#
|
15156
15155
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTransitGatewayPrefixListReference AWS API Documentation
|
@@ -15205,7 +15204,7 @@ module Aws::EC2
|
|
15205
15204
|
# resp.route.transit_gateway_attachments #=> Array
|
15206
15205
|
# resp.route.transit_gateway_attachments[0].resource_id #=> String
|
15207
15206
|
# resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
|
15208
|
-
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
15207
|
+
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
15209
15208
|
# resp.route.type #=> String, one of "static", "propagated"
|
15210
15209
|
# resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
|
15211
15210
|
#
|
@@ -20657,7 +20656,7 @@ module Aws::EC2
|
|
20657
20656
|
# resp.transit_gateway_prefix_list_reference.state #=> String, one of "pending", "available", "modifying", "deleting"
|
20658
20657
|
# resp.transit_gateway_prefix_list_reference.blackhole #=> Boolean
|
20659
20658
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.transit_gateway_attachment_id #=> String
|
20660
|
-
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
20659
|
+
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
20661
20660
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_id #=> String
|
20662
20661
|
#
|
20663
20662
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteTransitGatewayPrefixListReference AWS API Documentation
|
@@ -20705,7 +20704,7 @@ module Aws::EC2
|
|
20705
20704
|
# resp.route.transit_gateway_attachments #=> Array
|
20706
20705
|
# resp.route.transit_gateway_attachments[0].resource_id #=> String
|
20707
20706
|
# resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
|
20708
|
-
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
20707
|
+
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
20709
20708
|
# resp.route.type #=> String, one of "static", "propagated"
|
20710
20709
|
# resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
|
20711
20710
|
#
|
@@ -21595,8 +21594,8 @@ module Aws::EC2
|
|
21595
21594
|
# (BYOIP) and deletes the corresponding address pool.
|
21596
21595
|
#
|
21597
21596
|
# Before you can release an address range, you must stop advertising it
|
21598
|
-
#
|
21599
|
-
#
|
21597
|
+
# and you must not have any IP addresses allocated from its address
|
21598
|
+
# range.
|
21600
21599
|
#
|
21601
21600
|
# @option params [required, String] :cidr
|
21602
21601
|
# The address range, in CIDR notation. The prefix must be the same
|
@@ -22812,11 +22811,9 @@ module Aws::EC2
|
|
22812
22811
|
req.send_request(options)
|
22813
22812
|
end
|
22814
22813
|
|
22815
|
-
# Describes the IP address ranges that were
|
22816
|
-
#
|
22817
|
-
#
|
22818
|
-
# To describe the address pools that were created when you provisioned
|
22819
|
-
# the address ranges, use DescribePublicIpv4Pools or DescribeIpv6Pools.
|
22814
|
+
# Describes the IP address ranges that were provisioned for use with
|
22815
|
+
# Amazon Web Services resources through through bring your own IP
|
22816
|
+
# addresses (BYOIP).
|
22820
22817
|
#
|
22821
22818
|
# @option params [Boolean] :dry_run
|
22822
22819
|
# Checks whether you have the required permissions for the action,
|
@@ -26561,8 +26558,8 @@ module Aws::EC2
|
|
26561
26558
|
#
|
26562
26559
|
# **Note**: The `blockDeviceMapping` attribute is deprecated. Using this
|
26563
26560
|
# attribute returns the `Client.AuthFailure` error. To get information
|
26564
|
-
# about the block device mappings for an AMI,
|
26565
|
-
#
|
26561
|
+
# about the block device mappings for an AMI, describe the image
|
26562
|
+
# instead.
|
26566
26563
|
#
|
26567
26564
|
# @option params [required, String] :image_id
|
26568
26565
|
# The ID of the AMI.
|
@@ -26683,13 +26680,13 @@ module Aws::EC2
|
|
26683
26680
|
# for each image. In `audit-mode`, the `imageAllowed` field is set to
|
26684
26681
|
# `true` for images that meet the account's Allowed AMIs criteria, and
|
26685
26682
|
# `false` for images that don't meet the criteria. For more
|
26686
|
-
# information, see
|
26683
|
+
# information, see [Allowed AMIs][1].
|
26687
26684
|
#
|
26688
26685
|
# The Amazon EC2 API follows an eventual consistency model. This means
|
26689
26686
|
# that the result of an API command you run that creates or modifies
|
26690
26687
|
# resources might not be immediately available to all subsequent
|
26691
26688
|
# commands you run. For guidance on how to manage eventual consistency,
|
26692
|
-
# see [Eventual consistency in the Amazon EC2 API][
|
26689
|
+
# see [Eventual consistency in the Amazon EC2 API][2] in the *Amazon EC2
|
26693
26690
|
# Developer Guide*.
|
26694
26691
|
#
|
26695
26692
|
# We strongly recommend using only paginated requests. Unpaginated
|
@@ -26703,7 +26700,8 @@ module Aws::EC2
|
|
26703
26700
|
#
|
26704
26701
|
#
|
26705
26702
|
#
|
26706
|
-
# [1]: https://docs.aws.amazon.com/
|
26703
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html
|
26704
|
+
# [2]: https://docs.aws.amazon.com/ec2/latest/devguide/eventual-consistency.html
|
26707
26705
|
#
|
26708
26706
|
# @option params [Array<String>] :executable_users
|
26709
26707
|
# Scopes the images by users with explicit launch permissions. Specify
|
@@ -31615,9 +31613,6 @@ module Aws::EC2
|
|
31615
31613
|
# Describes your managed prefix lists and any Amazon Web
|
31616
31614
|
# Services-managed prefix lists.
|
31617
31615
|
#
|
31618
|
-
# To view the entries for your prefix list, use
|
31619
|
-
# GetManagedPrefixListEntries.
|
31620
|
-
#
|
31621
31616
|
# @option params [Boolean] :dry_run
|
31622
31617
|
# Checks whether you have the required permissions for the action,
|
31623
31618
|
# without actually making the request, and provides an error response.
|
@@ -34098,8 +34093,6 @@ module Aws::EC2
|
|
34098
34093
|
# format, which includes the prefix list name and prefix list ID of the
|
34099
34094
|
# service and the IP address range for the service.
|
34100
34095
|
#
|
34101
|
-
# We recommend that you use DescribeManagedPrefixLists instead.
|
34102
|
-
#
|
34103
34096
|
# @option params [Boolean] :dry_run
|
34104
34097
|
# Checks whether you have the required permissions for the action,
|
34105
34098
|
# without actually making the request, and provides an error response.
|
@@ -35588,6 +35581,7 @@ module Aws::EC2
|
|
35588
35581
|
# resp.route_tables[0].routes[0].vpc_peering_connection_id #=> String
|
35589
35582
|
# resp.route_tables[0].routes[0].core_network_arn #=> String
|
35590
35583
|
# resp.route_tables[0].routes[0].odb_network_arn #=> String
|
35584
|
+
# resp.route_tables[0].routes[0].ip_address #=> String
|
35591
35585
|
# resp.route_tables[0].tags #=> Array
|
35592
35586
|
# resp.route_tables[0].tags[0].key #=> String
|
35593
35587
|
# resp.route_tables[0].tags[0].value #=> String
|
@@ -36609,9 +36603,6 @@ module Aws::EC2
|
|
36609
36603
|
# paginate the output to make the list more manageable. For more
|
36610
36604
|
# information, see [Pagination][1].
|
36611
36605
|
#
|
36612
|
-
# To get the state of fast snapshot restores for a snapshot, use
|
36613
|
-
# DescribeFastSnapshotRestores.
|
36614
|
-
#
|
36615
36606
|
# For more information about EBS snapshots, see [Amazon EBS
|
36616
36607
|
# snapshots][2] in the *Amazon EBS User Guide*.
|
36617
36608
|
#
|
@@ -38972,7 +38963,7 @@ module Aws::EC2
|
|
38972
38963
|
# resp.transit_gateway_attachments[0].transit_gateway_id #=> String
|
38973
38964
|
# resp.transit_gateway_attachments[0].transit_gateway_owner_id #=> String
|
38974
38965
|
# resp.transit_gateway_attachments[0].resource_owner_id #=> String
|
38975
|
-
# resp.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
38966
|
+
# resp.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
38976
38967
|
# resp.transit_gateway_attachments[0].resource_id #=> String
|
38977
38968
|
# resp.transit_gateway_attachments[0].state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
|
38978
38969
|
# resp.transit_gateway_attachments[0].association.transit_gateway_route_table_id #=> String
|
@@ -40368,8 +40359,9 @@ module Aws::EC2
|
|
40368
40359
|
# an event. For example, if the status of the volume is `impaired` and
|
40369
40360
|
# the volume event shows `potential-data-inconsistency`, then the action
|
40370
40361
|
# shows `enable-volume-io`. This means that you may want to enable the
|
40371
|
-
# I/O operations for the volume
|
40372
|
-
#
|
40362
|
+
# I/O operations for the volume and then check the volume for data
|
40363
|
+
# consistency. For more information, see [Work with an impaired EBS
|
40364
|
+
# volume][2].
|
40373
40365
|
#
|
40374
40366
|
# Volume status is based on the volume status checks, and does not
|
40375
40367
|
# reflect the volume state. Therefore, volume status does not indicate
|
@@ -40385,6 +40377,7 @@ module Aws::EC2
|
|
40385
40377
|
#
|
40386
40378
|
#
|
40387
40379
|
# [1]: https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-status.html
|
40380
|
+
# [2]: https://docs.aws.amazon.com/ebs/latest/userguide/work_volumes_impaired.html
|
40388
40381
|
#
|
40389
40382
|
# @option params [Integer] :max_results
|
40390
40383
|
# The maximum number of items to return for this request. To get the
|
@@ -43758,7 +43751,7 @@ module Aws::EC2
|
|
43758
43751
|
#
|
43759
43752
|
# resp.propagation.transit_gateway_attachment_id #=> String
|
43760
43753
|
# resp.propagation.resource_id #=> String
|
43761
|
-
# resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
43754
|
+
# resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
43762
43755
|
# resp.propagation.transit_gateway_route_table_id #=> String
|
43763
43756
|
# resp.propagation.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
43764
43757
|
# resp.propagation.transit_gateway_route_table_announcement_id #=> String
|
@@ -44615,7 +44608,7 @@ module Aws::EC2
|
|
44615
44608
|
# resp.associations.transit_gateway_multicast_domain_id #=> String
|
44616
44609
|
# resp.associations.transit_gateway_attachment_id #=> String
|
44617
44610
|
# resp.associations.resource_id #=> String
|
44618
|
-
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
44611
|
+
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
44619
44612
|
# resp.associations.resource_owner_id #=> String
|
44620
44613
|
# resp.associations.subnets #=> Array
|
44621
44614
|
# resp.associations.subnets[0].subnet_id #=> String
|
@@ -44662,7 +44655,7 @@ module Aws::EC2
|
|
44662
44655
|
# resp.association.transit_gateway_policy_table_id #=> String
|
44663
44656
|
# resp.association.transit_gateway_attachment_id #=> String
|
44664
44657
|
# resp.association.resource_id #=> String
|
44665
|
-
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
44658
|
+
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
44666
44659
|
# resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
44667
44660
|
#
|
44668
44661
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateTransitGatewayPolicyTable AWS API Documentation
|
@@ -44706,7 +44699,7 @@ module Aws::EC2
|
|
44706
44699
|
# resp.association.transit_gateway_route_table_id #=> String
|
44707
44700
|
# resp.association.transit_gateway_attachment_id #=> String
|
44708
44701
|
# resp.association.resource_id #=> String
|
44709
|
-
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
44702
|
+
# resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
44710
44703
|
# resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
44711
44704
|
#
|
44712
44705
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateTransitGatewayRouteTable AWS API Documentation
|
@@ -44997,9 +44990,6 @@ module Aws::EC2
|
|
44997
44990
|
# information, see [Amazon EBS encryption][1] in the *Amazon EBS User
|
44998
44991
|
# Guide*.
|
44999
44992
|
#
|
45000
|
-
# You can specify the default KMS key for encryption by default using
|
45001
|
-
# ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId.
|
45002
|
-
#
|
45003
44993
|
# Enabling encryption by default has no effect on the encryption status
|
45004
44994
|
# of your existing volumes.
|
45005
44995
|
#
|
@@ -45139,9 +45129,7 @@ module Aws::EC2
|
|
45139
45129
|
# specified Availability Zones.
|
45140
45130
|
#
|
45141
45131
|
# You get the full benefit of fast snapshot restores after they enter
|
45142
|
-
# the `enabled` state.
|
45143
|
-
# restores, use DescribeFastSnapshotRestores. To disable fast snapshot
|
45144
|
-
# restores, use DisableFastSnapshotRestores.
|
45132
|
+
# the `enabled` state.
|
45145
45133
|
#
|
45146
45134
|
# For more information, see [Amazon EBS fast snapshot restore][1] in the
|
45147
45135
|
# *Amazon EBS User Guide*.
|
@@ -45366,7 +45354,7 @@ module Aws::EC2
|
|
45366
45354
|
# protection is enabled, the AMI can't be deregistered.
|
45367
45355
|
#
|
45368
45356
|
# To allow the AMI to be deregistered, you must first disable
|
45369
|
-
# deregistration protection
|
45357
|
+
# deregistration protection.
|
45370
45358
|
#
|
45371
45359
|
# For more information, see [Protect an Amazon EC2 AMI from
|
45372
45360
|
# deregistration][1] in the *Amazon EC2 User Guide*.
|
@@ -45690,7 +45678,7 @@ module Aws::EC2
|
|
45690
45678
|
#
|
45691
45679
|
# resp.propagation.transit_gateway_attachment_id #=> String
|
45692
45680
|
# resp.propagation.resource_id #=> String
|
45693
|
-
# resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
45681
|
+
# resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
45694
45682
|
# resp.propagation.transit_gateway_route_table_id #=> String
|
45695
45683
|
# resp.propagation.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
45696
45684
|
# resp.propagation.transit_gateway_route_table_announcement_id #=> String
|
@@ -46866,9 +46854,7 @@ module Aws::EC2
|
|
46866
46854
|
end
|
46867
46855
|
|
46868
46856
|
# Describes the default KMS key for EBS encryption by default for your
|
46869
|
-
# account in this Region.
|
46870
|
-
# encryption by default using ModifyEbsDefaultKmsKeyId or
|
46871
|
-
# ResetEbsDefaultKmsKeyId.
|
46857
|
+
# account in this Region.
|
46872
46858
|
#
|
46873
46859
|
# For more information, see [Amazon EBS encryption][1] in the *Amazon
|
46874
46860
|
# EBS User Guide*.
|
@@ -49856,7 +49842,7 @@ module Aws::EC2
|
|
49856
49842
|
# resp.multicast_domain_associations #=> Array
|
49857
49843
|
# resp.multicast_domain_associations[0].transit_gateway_attachment_id #=> String
|
49858
49844
|
# resp.multicast_domain_associations[0].resource_id #=> String
|
49859
|
-
# resp.multicast_domain_associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
49845
|
+
# resp.multicast_domain_associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
49860
49846
|
# resp.multicast_domain_associations[0].resource_owner_id #=> String
|
49861
49847
|
# resp.multicast_domain_associations[0].subnet.subnet_id #=> String
|
49862
49848
|
# resp.multicast_domain_associations[0].subnet.state #=> String, one of "pendingAcceptance", "associating", "associated", "disassociating", "disassociated", "rejected", "failed"
|
@@ -49921,7 +49907,7 @@ module Aws::EC2
|
|
49921
49907
|
# resp.associations[0].transit_gateway_policy_table_id #=> String
|
49922
49908
|
# resp.associations[0].transit_gateway_attachment_id #=> String
|
49923
49909
|
# resp.associations[0].resource_id #=> String
|
49924
|
-
# resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
49910
|
+
# resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
49925
49911
|
# resp.associations[0].state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
49926
49912
|
# resp.next_token #=> String
|
49927
49913
|
#
|
@@ -50071,7 +50057,7 @@ module Aws::EC2
|
|
50071
50057
|
# resp.transit_gateway_prefix_list_references[0].state #=> String, one of "pending", "available", "modifying", "deleting"
|
50072
50058
|
# resp.transit_gateway_prefix_list_references[0].blackhole #=> Boolean
|
50073
50059
|
# resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.transit_gateway_attachment_id #=> String
|
50074
|
-
# resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
50060
|
+
# resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
50075
50061
|
# resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.resource_id #=> String
|
50076
50062
|
# resp.next_token #=> String
|
50077
50063
|
#
|
@@ -50141,7 +50127,7 @@ module Aws::EC2
|
|
50141
50127
|
# resp.associations #=> Array
|
50142
50128
|
# resp.associations[0].transit_gateway_attachment_id #=> String
|
50143
50129
|
# resp.associations[0].resource_id #=> String
|
50144
|
-
# resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
50130
|
+
# resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
50145
50131
|
# resp.associations[0].state #=> String, one of "associating", "associated", "disassociating", "disassociated"
|
50146
50132
|
# resp.next_token #=> String
|
50147
50133
|
#
|
@@ -50211,7 +50197,7 @@ module Aws::EC2
|
|
50211
50197
|
# resp.transit_gateway_route_table_propagations #=> Array
|
50212
50198
|
# resp.transit_gateway_route_table_propagations[0].transit_gateway_attachment_id #=> String
|
50213
50199
|
# resp.transit_gateway_route_table_propagations[0].resource_id #=> String
|
50214
|
-
# resp.transit_gateway_route_table_propagations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
50200
|
+
# resp.transit_gateway_route_table_propagations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
50215
50201
|
# resp.transit_gateway_route_table_propagations[0].state #=> String, one of "enabling", "enabled", "disabling", "disabled"
|
50216
50202
|
# resp.transit_gateway_route_table_propagations[0].transit_gateway_route_table_announcement_id #=> String
|
50217
50203
|
# resp.next_token #=> String
|
@@ -52078,10 +52064,8 @@ module Aws::EC2
|
|
52078
52064
|
# Amazon Web Services creates a unique Amazon Web Services managed KMS
|
52079
52065
|
# key in each Region for use with encryption by default. If you change
|
52080
52066
|
# the default KMS key to a symmetric customer managed KMS key, it is
|
52081
|
-
# used instead of the Amazon Web Services managed KMS key.
|
52082
|
-
#
|
52083
|
-
# use ResetEbsDefaultKmsKeyId. Amazon EBS does not support asymmetric
|
52084
|
-
# KMS keys.
|
52067
|
+
# used instead of the Amazon Web Services managed KMS key. Amazon EBS
|
52068
|
+
# does not support asymmetric KMS keys.
|
52085
52069
|
#
|
52086
52070
|
# If you delete or disable the customer managed KMS key that you
|
52087
52071
|
# specified for use with encryption by default, your instances will fail
|
@@ -56078,7 +56062,7 @@ module Aws::EC2
|
|
56078
56062
|
# resp.transit_gateway_prefix_list_reference.state #=> String, one of "pending", "available", "modifying", "deleting"
|
56079
56063
|
# resp.transit_gateway_prefix_list_reference.blackhole #=> Boolean
|
56080
56064
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.transit_gateway_attachment_id #=> String
|
56081
|
-
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
56065
|
+
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
56082
56066
|
# resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_id #=> String
|
56083
56067
|
#
|
56084
56068
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyTransitGatewayPrefixListReference AWS API Documentation
|
@@ -58331,10 +58315,9 @@ module Aws::EC2
|
|
58331
58315
|
# EC2-VPC platform. The Elastic IP address must be allocated to your
|
58332
58316
|
# account for more than 24 hours, and it must not be associated with an
|
58333
58317
|
# instance. After the Elastic IP address is moved, it is no longer
|
58334
|
-
# available for use in the EC2-Classic platform
|
58335
|
-
#
|
58336
|
-
#
|
58337
|
-
# platform to the EC2-Classic platform.
|
58318
|
+
# available for use in the EC2-Classic platform. You cannot move an
|
58319
|
+
# Elastic IP address that was originally allocated for use in the
|
58320
|
+
# EC2-VPC platform to the EC2-Classic platform.
|
58338
58321
|
#
|
58339
58322
|
# @option params [Boolean] :dry_run
|
58340
58323
|
# Checks whether you have the required permissions for the action,
|
@@ -58592,7 +58575,7 @@ module Aws::EC2
|
|
58592
58575
|
# Provisions an IPv4 or IPv6 address range for use with your Amazon Web
|
58593
58576
|
# Services resources through bring your own IP addresses (BYOIP) and
|
58594
58577
|
# creates a corresponding address pool. After the address range is
|
58595
|
-
# provisioned, it is ready to be advertised
|
58578
|
+
# provisioned, it is ready to be advertised.
|
58596
58579
|
#
|
58597
58580
|
# Amazon Web Services verifies that you own the address range and are
|
58598
58581
|
# authorized to advertise it. You must ensure that the address range is
|
@@ -58603,15 +58586,13 @@ module Aws::EC2
|
|
58603
58586
|
#
|
58604
58587
|
# Provisioning an address range is an asynchronous operation, so the
|
58605
58588
|
# call returns immediately, but the address range is not ready to use
|
58606
|
-
# until its status changes from `pending-provision` to `provisioned`.
|
58607
|
-
#
|
58608
|
-
# allocate an Elastic IP address from your IPv4 address pool, use
|
58609
|
-
# AllocateAddress with either the specific address from the address pool
|
58610
|
-
# or the ID of the address pool.
|
58589
|
+
# until its status changes from `pending-provision` to `provisioned`.
|
58590
|
+
# For more information, see [Onboard your address range][2].
|
58611
58591
|
#
|
58612
58592
|
#
|
58613
58593
|
#
|
58614
58594
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html
|
58595
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/byoip-onboard.html
|
58615
58596
|
#
|
58616
58597
|
# @option params [required, String] :cidr
|
58617
58598
|
# The public IPv4 or IPv6 address range, in CIDR notation. The most
|
@@ -59417,13 +59398,6 @@ module Aws::EC2
|
|
59417
59398
|
# snapshot][1] and [Create an instance-store backed AMI][2] in the
|
59418
59399
|
# *Amazon EC2 User Guide*.
|
59419
59400
|
#
|
59420
|
-
# <note markdown="1"> For Amazon EBS-backed instances, CreateImage creates and registers the
|
59421
|
-
# AMI in a single request, so you don't have to register the AMI
|
59422
|
-
# yourself. We recommend that you always use CreateImage unless you have
|
59423
|
-
# a specific reason to use RegisterImage.
|
59424
|
-
#
|
59425
|
-
# </note>
|
59426
|
-
#
|
59427
59401
|
# If needed, you can deregister an AMI at any time. Any modifications
|
59428
59402
|
# you make to an AMI backed by an instance store volume invalidates its
|
59429
59403
|
# registration. If you make changes to an image, deregister the previous
|
@@ -59457,17 +59431,17 @@ module Aws::EC2
|
|
59457
59431
|
# field is empty or doesn't match the expected operating system code
|
59458
59432
|
# (for example, Windows, RedHat, SUSE, or SQL), the AMI creation was
|
59459
59433
|
# unsuccessful, and you should discard the AMI and instead create the
|
59460
|
-
# AMI from an instance
|
59461
|
-
#
|
59434
|
+
# AMI from an instance. For more information, see [Create an AMI from an
|
59435
|
+
# instance ][5] in the *Amazon EC2 User Guide*.
|
59462
59436
|
#
|
59463
59437
|
# If you purchase a Reserved Instance to apply to an On-Demand Instance
|
59464
59438
|
# that was launched from an AMI with a billing product code, make sure
|
59465
59439
|
# that the Reserved Instance has the matching billing product code. If
|
59466
59440
|
# you purchase a Reserved Instance without the matching billing product
|
59467
|
-
# code, the Reserved Instance
|
59468
|
-
#
|
59469
|
-
#
|
59470
|
-
#
|
59441
|
+
# code, the Reserved Instance is not applied to the On-Demand Instance.
|
59442
|
+
# For information about how to obtain the platform details and billing
|
59443
|
+
# information of an AMI, see [Understand AMI billing information][4] in
|
59444
|
+
# the *Amazon EC2 User Guide*.
|
59471
59445
|
#
|
59472
59446
|
#
|
59473
59447
|
#
|
@@ -59956,7 +59930,7 @@ module Aws::EC2
|
|
59956
59930
|
# resp.associations.transit_gateway_multicast_domain_id #=> String
|
59957
59931
|
# resp.associations.transit_gateway_attachment_id #=> String
|
59958
59932
|
# resp.associations.resource_id #=> String
|
59959
|
-
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
59933
|
+
# resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
59960
59934
|
# resp.associations.resource_owner_id #=> String
|
59961
59935
|
# resp.associations.subnets #=> Array
|
59962
59936
|
# resp.associations.subnets[0].subnet_id #=> String
|
@@ -60162,13 +60136,13 @@ module Aws::EC2
|
|
60162
60136
|
# Releases the specified Elastic IP address.
|
60163
60137
|
#
|
60164
60138
|
# \[Default VPC\] Releasing an Elastic IP address automatically
|
60165
|
-
# disassociates it from any instance that it's associated with.
|
60166
|
-
# disassociate an Elastic IP address without
|
60167
|
-
#
|
60139
|
+
# disassociates it from any instance that it's associated with.
|
60140
|
+
# Alternatively, you can disassociate an Elastic IP address without
|
60141
|
+
# releasing it.
|
60168
60142
|
#
|
60169
|
-
# \[Nondefault VPC\] You must
|
60170
|
-
#
|
60171
|
-
#
|
60143
|
+
# \[Nondefault VPC\] You must disassociate the Elastic IP address before
|
60144
|
+
# you can release it. Otherwise, Amazon EC2 returns an error
|
60145
|
+
# (`InvalidIPAddress.InUse`).
|
60172
60146
|
#
|
60173
60147
|
# After releasing an Elastic IP address, it is released to the IP
|
60174
60148
|
# address pool. Be sure to update your DNS records and any servers or
|
@@ -60178,7 +60152,11 @@ module Aws::EC2
|
|
60178
60152
|
# Amazon Web Services account.
|
60179
60153
|
#
|
60180
60154
|
# After you release an Elastic IP address, you might be able to recover
|
60181
|
-
# it. For more information, see
|
60155
|
+
# it. For more information, see [Release an Elastic IP address][1].
|
60156
|
+
#
|
60157
|
+
#
|
60158
|
+
#
|
60159
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-instance-addressing-eips-releasing.html
|
60182
60160
|
#
|
60183
60161
|
# @option params [String] :allocation_id
|
60184
60162
|
# The allocation ID. This parameter is required.
|
@@ -60838,7 +60816,7 @@ module Aws::EC2
|
|
60838
60816
|
# resp.route.transit_gateway_attachments #=> Array
|
60839
60817
|
# resp.route.transit_gateway_attachments[0].resource_id #=> String
|
60840
60818
|
# resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
|
60841
|
-
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
60819
|
+
# resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
60842
60820
|
# resp.route.type #=> String, one of "static", "propagated"
|
60843
60821
|
# resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
|
60844
60822
|
#
|
@@ -64083,7 +64061,7 @@ module Aws::EC2
|
|
64083
64061
|
# resp.multicast_groups[0].transit_gateway_attachment_id #=> String
|
64084
64062
|
# resp.multicast_groups[0].subnet_id #=> String
|
64085
64063
|
# resp.multicast_groups[0].resource_id #=> String
|
64086
|
-
# resp.multicast_groups[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
64064
|
+
# resp.multicast_groups[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
64087
64065
|
# resp.multicast_groups[0].resource_owner_id #=> String
|
64088
64066
|
# resp.multicast_groups[0].network_interface_id #=> String
|
64089
64067
|
# resp.multicast_groups[0].group_member #=> Boolean
|
@@ -64178,7 +64156,7 @@ module Aws::EC2
|
|
64178
64156
|
# resp.routes[0].transit_gateway_attachments #=> Array
|
64179
64157
|
# resp.routes[0].transit_gateway_attachments[0].resource_id #=> String
|
64180
64158
|
# resp.routes[0].transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
|
64181
|
-
# resp.routes[0].transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering"
|
64159
|
+
# resp.routes[0].transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "connect", "peering", "tgw-peering", "network-function"
|
64182
64160
|
# resp.routes[0].type #=> String, one of "static", "propagated"
|
64183
64161
|
# resp.routes[0].state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
|
64184
64162
|
# resp.additional_routes_available #=> Boolean
|
@@ -66435,7 +66413,7 @@ module Aws::EC2
|
|
66435
66413
|
tracer: tracer
|
66436
66414
|
)
|
66437
66415
|
context[:gem_name] = 'aws-sdk-ec2'
|
66438
|
-
context[:gem_version] = '1.
|
66416
|
+
context[:gem_version] = '1.543.0'
|
66439
66417
|
Seahorse::Client::Request.new(handlers, context)
|
66440
66418
|
end
|
66441
66419
|
|
@@ -15233,6 +15233,7 @@ module Aws::EC2
|
|
15233
15233
|
Route.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcPeeringConnectionId"))
|
15234
15234
|
Route.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "coreNetworkArn"))
|
15235
15235
|
Route.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: OdbNetworkArn, location_name: "odbNetworkArn"))
|
15236
|
+
Route.add_member(:ip_address, Shapes::ShapeRef.new(shape: String, location_name: "ipAddress"))
|
15236
15237
|
Route.struct_class = Types::Route
|
15237
15238
|
|
15238
15239
|
RouteList.member = Shapes::ShapeRef.new(shape: Route, location_name: "item")
|
data/lib/aws-sdk-ec2/image.rb
CHANGED
@@ -241,34 +241,12 @@ module Aws::EC2
|
|
241
241
|
end
|
242
242
|
|
243
243
|
# The ID of the source AMI from which the AMI was created.
|
244
|
-
#
|
245
|
-
# The ID only appears if the AMI was created using CreateImage,
|
246
|
-
# CopyImage, or CreateRestoreImageTask. The ID does not appear if the
|
247
|
-
# AMI was created using any other API. For some older AMIs, the ID might
|
248
|
-
# not be available. For more information, see [Identify the source AMI
|
249
|
-
# used to create a new Amazon EC2 AMI][1] in the *Amazon EC2 User
|
250
|
-
# Guide*.
|
251
|
-
#
|
252
|
-
#
|
253
|
-
#
|
254
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/identify-source-ami-used-to-create-new-ami.html
|
255
244
|
# @return [String]
|
256
245
|
def source_image_id
|
257
246
|
data[:source_image_id]
|
258
247
|
end
|
259
248
|
|
260
249
|
# The Region of the source AMI.
|
261
|
-
#
|
262
|
-
# The Region only appears if the AMI was created using CreateImage,
|
263
|
-
# CopyImage, or CreateRestoreImageTask. The Region does not appear if
|
264
|
-
# the AMI was created using any other API. For some older AMIs, the
|
265
|
-
# Region might not be available. For more information, see [Identify the
|
266
|
-
# source AMI used to create a new Amazon EC2 AMI][1] in the *Amazon EC2
|
267
|
-
# User Guide*.
|
268
|
-
#
|
269
|
-
#
|
270
|
-
#
|
271
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/identify-source-ami-used-to-create-new-ami.html
|
272
250
|
# @return [String]
|
273
251
|
def source_image_region
|
274
252
|
data[:source_image_region]
|
@@ -659,8 +637,8 @@ module Aws::EC2
|
|
659
637
|
#
|
660
638
|
# **Note**: The `blockDeviceMapping` attribute is deprecated. Using this
|
661
639
|
# attribute returns the `Client.AuthFailure` error. To get information
|
662
|
-
# about the block device mappings for an AMI,
|
663
|
-
#
|
640
|
+
# about the block device mappings for an AMI, describe the image
|
641
|
+
# instead.
|
664
642
|
# @option options [Boolean] :dry_run
|
665
643
|
# Checks whether you have the required permissions for the action,
|
666
644
|
# without actually making the request, and provides an error response.
|
data/lib/aws-sdk-ec2/instance.rb
CHANGED
@@ -897,7 +897,7 @@ module Aws::EC2
|
|
897
897
|
# snapshots. To create an AMI with volumes or snapshots that have a
|
898
898
|
# different encryption status (for example, where the source volume
|
899
899
|
# and snapshots are unencrypted, and you want to create an AMI with
|
900
|
-
# encrypted volumes or snapshots),
|
900
|
+
# encrypted volumes or snapshots), copy the image instead.
|
901
901
|
#
|
902
902
|
# * The only option that can be changed for existing mappings or
|
903
903
|
# snapshots is `DeleteOnTermination`.
|
data/lib/aws-sdk-ec2/route.rb
CHANGED
@@ -149,6 +149,13 @@ module Aws::EC2
|
|
149
149
|
data[:odb_network_arn]
|
150
150
|
end
|
151
151
|
|
152
|
+
# The next hop IP address for routes propagated by VPC Route Server into
|
153
|
+
# VPC route tables.
|
154
|
+
# @return [String]
|
155
|
+
def ip_address
|
156
|
+
data[:ip_address]
|
157
|
+
end
|
158
|
+
|
152
159
|
# @!endgroup
|
153
160
|
|
154
161
|
# @return [Client]
|
data/lib/aws-sdk-ec2/snapshot.rb
CHANGED
@@ -140,8 +140,8 @@ module Aws::EC2
|
|
140
140
|
end
|
141
141
|
|
142
142
|
# The ID of the volume that was used to create the snapshot. Snapshots
|
143
|
-
# created by
|
144
|
-
# should not
|
143
|
+
# created by a copy snapshot operation have an arbitrary volume ID that
|
144
|
+
# you should not use for any purpose.
|
145
145
|
# @return [String]
|
146
146
|
def volume_id
|
147
147
|
data[:volume_id]
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
@@ -9710,7 +9710,7 @@ module Aws::EC2
|
|
9710
9710
|
# snapshots. To create an AMI with volumes or snapshots that have a
|
9711
9711
|
# different encryption status (for example, where the source volume
|
9712
9712
|
# and snapshots are unencrypted, and you want to create an AMI with
|
9713
|
-
# encrypted volumes or snapshots),
|
9713
|
+
# encrypted volumes or snapshots), copy the image instead.
|
9714
9714
|
#
|
9715
9715
|
# * The only option that can be changed for existing mappings or
|
9716
9716
|
# snapshots is `DeleteOnTermination`.
|
@@ -22405,8 +22405,8 @@ module Aws::EC2
|
|
22405
22405
|
#
|
22406
22406
|
# **Note**: The `blockDeviceMapping` attribute is deprecated. Using
|
22407
22407
|
# this attribute returns the `Client.AuthFailure` error. To get
|
22408
|
-
# information about the block device mappings for an AMI,
|
22409
|
-
#
|
22408
|
+
# information about the block device mappings for an AMI, describe the
|
22409
|
+
# image instead.
|
22410
22410
|
# @return [String]
|
22411
22411
|
#
|
22412
22412
|
# @!attribute [rw] image_id
|
@@ -42978,32 +42978,10 @@ module Aws::EC2
|
|
42978
42978
|
#
|
42979
42979
|
# @!attribute [rw] source_image_id
|
42980
42980
|
# The ID of the source AMI from which the AMI was created.
|
42981
|
-
#
|
42982
|
-
# The ID only appears if the AMI was created using CreateImage,
|
42983
|
-
# CopyImage, or CreateRestoreImageTask. The ID does not appear if the
|
42984
|
-
# AMI was created using any other API. For some older AMIs, the ID
|
42985
|
-
# might not be available. For more information, see [Identify the
|
42986
|
-
# source AMI used to create a new Amazon EC2 AMI][1] in the *Amazon
|
42987
|
-
# EC2 User Guide*.
|
42988
|
-
#
|
42989
|
-
#
|
42990
|
-
#
|
42991
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/identify-source-ami-used-to-create-new-ami.html
|
42992
42981
|
# @return [String]
|
42993
42982
|
#
|
42994
42983
|
# @!attribute [rw] source_image_region
|
42995
42984
|
# The Region of the source AMI.
|
42996
|
-
#
|
42997
|
-
# The Region only appears if the AMI was created using CreateImage,
|
42998
|
-
# CopyImage, or CreateRestoreImageTask. The Region does not appear if
|
42999
|
-
# the AMI was created using any other API. For some older AMIs, the
|
43000
|
-
# Region might not be available. For more information, see [Identify
|
43001
|
-
# the source AMI used to create a new Amazon EC2 AMI][1] in the
|
43002
|
-
# *Amazon EC2 User Guide*.
|
43003
|
-
#
|
43004
|
-
#
|
43005
|
-
#
|
43006
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/identify-source-ami-used-to-create-new-ami.html
|
43007
42985
|
# @return [String]
|
43008
42986
|
#
|
43009
42987
|
# @!attribute [rw] free_tier_eligible
|
@@ -66774,6 +66752,11 @@ module Aws::EC2
|
|
66774
66752
|
# The Amazon Resource Name (ARN) of the ODB network.
|
66775
66753
|
# @return [String]
|
66776
66754
|
#
|
66755
|
+
# @!attribute [rw] ip_address
|
66756
|
+
# The next hop IP address for routes propagated by VPC Route Server
|
66757
|
+
# into VPC route tables.
|
66758
|
+
# @return [String]
|
66759
|
+
#
|
66777
66760
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Route AWS API Documentation
|
66778
66761
|
#
|
66779
66762
|
class Route < Struct.new(
|
@@ -66793,7 +66776,8 @@ module Aws::EC2
|
|
66793
66776
|
:state,
|
66794
66777
|
:vpc_peering_connection_id,
|
66795
66778
|
:core_network_arn,
|
66796
|
-
:odb_network_arn
|
66779
|
+
:odb_network_arn,
|
66780
|
+
:ip_address)
|
66797
66781
|
SENSITIVE = []
|
66798
66782
|
include Aws::Structure
|
66799
66783
|
end
|
@@ -69779,8 +69763,8 @@ module Aws::EC2
|
|
69779
69763
|
#
|
69780
69764
|
# @!attribute [rw] volume_id
|
69781
69765
|
# The ID of the volume that was used to create the snapshot. Snapshots
|
69782
|
-
# created by
|
69783
|
-
# should not
|
69766
|
+
# created by a copy snapshot operation have an arbitrary volume ID
|
69767
|
+
# that you should not use for any purpose.
|
69784
69768
|
# @return [String]
|
69785
69769
|
#
|
69786
69770
|
# @!attribute [rw] state
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/route.rbs
CHANGED
@@ -68,6 +68,9 @@ module Aws
|
|
68
68
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Route.html#odb_network_arn-instance_method
|
69
69
|
def odb_network_arn: () -> ::String
|
70
70
|
|
71
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Route.html#ip_address-instance_method
|
72
|
+
def ip_address: () -> ::String
|
73
|
+
|
71
74
|
def client: () -> Client
|
72
75
|
|
73
76
|
|
data/sig/types.rbs
CHANGED
@@ -14498,6 +14498,7 @@ module Aws::EC2
|
|
14498
14498
|
attr_accessor vpc_peering_connection_id: ::String
|
14499
14499
|
attr_accessor core_network_arn: ::String
|
14500
14500
|
attr_accessor odb_network_arn: ::String
|
14501
|
+
attr_accessor ip_address: ::String
|
14501
14502
|
SENSITIVE: []
|
14502
14503
|
end
|
14503
14504
|
|
@@ -15801,7 +15802,7 @@ module Aws::EC2
|
|
15801
15802
|
attr_accessor transit_gateway_route_table_id: ::String
|
15802
15803
|
attr_accessor transit_gateway_attachment_id: ::String
|
15803
15804
|
attr_accessor resource_id: ::String
|
15804
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
15805
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
15805
15806
|
attr_accessor state: ("associating" | "associated" | "disassociating" | "disassociated")
|
15806
15807
|
SENSITIVE: []
|
15807
15808
|
end
|
@@ -15811,7 +15812,7 @@ module Aws::EC2
|
|
15811
15812
|
attr_accessor transit_gateway_id: ::String
|
15812
15813
|
attr_accessor transit_gateway_owner_id: ::String
|
15813
15814
|
attr_accessor resource_owner_id: ::String
|
15814
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
15815
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
15815
15816
|
attr_accessor resource_id: ::String
|
15816
15817
|
attr_accessor state: ("initiating" | "initiatingRequest" | "pendingAcceptance" | "rollingBack" | "pending" | "available" | "modifying" | "deleting" | "deleted" | "failed" | "rejected" | "rejecting" | "failing")
|
15817
15818
|
attr_accessor association: Types::TransitGatewayAttachmentAssociation
|
@@ -15910,7 +15911,7 @@ module Aws::EC2
|
|
15910
15911
|
class TransitGatewayMulticastDomainAssociation
|
15911
15912
|
attr_accessor transit_gateway_attachment_id: ::String
|
15912
15913
|
attr_accessor resource_id: ::String
|
15913
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
15914
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
15914
15915
|
attr_accessor resource_owner_id: ::String
|
15915
15916
|
attr_accessor subnet: Types::SubnetAssociation
|
15916
15917
|
SENSITIVE: []
|
@@ -15920,7 +15921,7 @@ module Aws::EC2
|
|
15920
15921
|
attr_accessor transit_gateway_multicast_domain_id: ::String
|
15921
15922
|
attr_accessor transit_gateway_attachment_id: ::String
|
15922
15923
|
attr_accessor resource_id: ::String
|
15923
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
15924
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
15924
15925
|
attr_accessor resource_owner_id: ::String
|
15925
15926
|
attr_accessor subnets: ::Array[Types::SubnetAssociation]
|
15926
15927
|
SENSITIVE: []
|
@@ -15938,7 +15939,7 @@ module Aws::EC2
|
|
15938
15939
|
attr_accessor transit_gateway_attachment_id: ::String
|
15939
15940
|
attr_accessor subnet_id: ::String
|
15940
15941
|
attr_accessor resource_id: ::String
|
15941
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
15942
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
15942
15943
|
attr_accessor resource_owner_id: ::String
|
15943
15944
|
attr_accessor network_interface_id: ::String
|
15944
15945
|
attr_accessor group_member: bool
|
@@ -16024,7 +16025,7 @@ module Aws::EC2
|
|
16024
16025
|
attr_accessor transit_gateway_policy_table_id: ::String
|
16025
16026
|
attr_accessor transit_gateway_attachment_id: ::String
|
16026
16027
|
attr_accessor resource_id: ::String
|
16027
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
16028
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
16028
16029
|
attr_accessor state: ("associating" | "associated" | "disassociating" | "disassociated")
|
16029
16030
|
SENSITIVE: []
|
16030
16031
|
end
|
@@ -16038,7 +16039,7 @@ module Aws::EC2
|
|
16038
16039
|
|
16039
16040
|
class TransitGatewayPrefixListAttachment
|
16040
16041
|
attr_accessor transit_gateway_attachment_id: ::String
|
16041
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
16042
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
16042
16043
|
attr_accessor resource_id: ::String
|
16043
16044
|
SENSITIVE: []
|
16044
16045
|
end
|
@@ -16056,7 +16057,7 @@ module Aws::EC2
|
|
16056
16057
|
class TransitGatewayPropagation
|
16057
16058
|
attr_accessor transit_gateway_attachment_id: ::String
|
16058
16059
|
attr_accessor resource_id: ::String
|
16059
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
16060
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
16060
16061
|
attr_accessor transit_gateway_route_table_id: ::String
|
16061
16062
|
attr_accessor state: ("enabling" | "enabled" | "disabling" | "disabled")
|
16062
16063
|
attr_accessor transit_gateway_route_table_announcement_id: ::String
|
@@ -16089,7 +16090,7 @@ module Aws::EC2
|
|
16089
16090
|
class TransitGatewayRouteAttachment
|
16090
16091
|
attr_accessor resource_id: ::String
|
16091
16092
|
attr_accessor transit_gateway_attachment_id: ::String
|
16092
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
16093
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
16093
16094
|
SENSITIVE: []
|
16094
16095
|
end
|
16095
16096
|
|
@@ -16122,7 +16123,7 @@ module Aws::EC2
|
|
16122
16123
|
class TransitGatewayRouteTableAssociation
|
16123
16124
|
attr_accessor transit_gateway_attachment_id: ::String
|
16124
16125
|
attr_accessor resource_id: ::String
|
16125
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
16126
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
16126
16127
|
attr_accessor state: ("associating" | "associated" | "disassociating" | "disassociated")
|
16127
16128
|
SENSITIVE: []
|
16128
16129
|
end
|
@@ -16130,7 +16131,7 @@ module Aws::EC2
|
|
16130
16131
|
class TransitGatewayRouteTablePropagation
|
16131
16132
|
attr_accessor transit_gateway_attachment_id: ::String
|
16132
16133
|
attr_accessor resource_id: ::String
|
16133
|
-
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering")
|
16134
|
+
attr_accessor resource_type: ("vpc" | "vpn" | "direct-connect-gateway" | "connect" | "peering" | "tgw-peering" | "network-function")
|
16134
16135
|
attr_accessor state: ("enabling" | "enabled" | "disabling" | "disabled")
|
16135
16136
|
attr_accessor transit_gateway_route_table_announcement_id: ::String
|
16136
16137
|
SENSITIVE: []
|