aws-sdk-ec2 1.192.0 → 1.193.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3d1ac0d535a5cc373f6cc77aeec433339efdaab3184a66d8582ac074df1f786
4
- data.tar.gz: 03d0d8d1f3abef5b9aa68261660bc903dab1fa6619f46b0ae1e64dd0df2c4450
3
+ metadata.gz: b1c681aaddb36f8ba29791b3631bf9f458f1c67c201186c53bc8d0e4ae732c38
4
+ data.tar.gz: 4dd51bc115f320bddbc33a9cb8ccbd7283471d860fbf7d9a721e0abb0025b97b
5
5
  SHA512:
6
- metadata.gz: dfd912bb4b34eae5f3cde4f00a71d1b617088832e0766d16f56a69e2de8bbae63e93a2229997fb63e66b0b547f13086a8ae850741a54b8bfaaa66251bf837a89
7
- data.tar.gz: 1f92c41b74bad2f8bde9e29f252a278984f49259ff10d71d20736c2094db404b5c3185a897bdf38ac24ae123d9cbf06af8f66985464ca513bac0ef3edfd7ec26
6
+ metadata.gz: 5a92f81ac5bf732c8e8c15a76be9c5c4751dd90624c2d479d390b57a5b1c5dd46d1847206c53675c9fb3b6eb0e31911e6443dced171d9f0fd51b058c0ef3351e
7
+ data.tar.gz: ff84f5d285751c65aac6b62f106833193ca0e942b8424d8af928b6fecc88f2f83af87d13fb9c1cfd29e6af5c5f350e4c009afc04b9fb94d2721fb196fb1f449b
@@ -71,6 +71,6 @@ require_relative 'aws-sdk-ec2/customizations'
71
71
  # @!group service
72
72
  module Aws::EC2
73
73
 
74
- GEM_VERSION = '1.192.0'
74
+ GEM_VERSION = '1.193.0'
75
75
 
76
76
  end
@@ -412,7 +412,7 @@ module Aws::EC2
412
412
  # resp.transit_gateway_peering_attachment.accepter_tgw_info.region #=> String
413
413
  # resp.transit_gateway_peering_attachment.status.code #=> String
414
414
  # resp.transit_gateway_peering_attachment.status.message #=> String
415
- # resp.transit_gateway_peering_attachment.state #=> String, one of "initiating", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
415
+ # resp.transit_gateway_peering_attachment.state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
416
416
  # resp.transit_gateway_peering_attachment.creation_time #=> Time
417
417
  # resp.transit_gateway_peering_attachment.tags #=> Array
418
418
  # resp.transit_gateway_peering_attachment.tags[0].key #=> String
@@ -460,7 +460,7 @@ module Aws::EC2
460
460
  # resp.transit_gateway_vpc_attachment.transit_gateway_id #=> String
461
461
  # resp.transit_gateway_vpc_attachment.vpc_id #=> String
462
462
  # resp.transit_gateway_vpc_attachment.vpc_owner_id #=> String
463
- # resp.transit_gateway_vpc_attachment.state #=> String, one of "initiating", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
463
+ # resp.transit_gateway_vpc_attachment.state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
464
464
  # resp.transit_gateway_vpc_attachment.subnet_ids #=> Array
465
465
  # resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
466
466
  # resp.transit_gateway_vpc_attachment.creation_time #=> Time
@@ -1627,7 +1627,7 @@ module Aws::EC2
1627
1627
  # resp.associations.transit_gateway_multicast_domain_id #=> String
1628
1628
  # resp.associations.transit_gateway_attachment_id #=> String
1629
1629
  # resp.associations.resource_id #=> String
1630
- # resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
1630
+ # resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
1631
1631
  # resp.associations.subnets #=> Array
1632
1632
  # resp.associations.subnets[0].subnet_id #=> String
1633
1633
  # resp.associations.subnets[0].state #=> String, one of "associating", "associated", "disassociating", "disassociated"
@@ -1674,7 +1674,7 @@ module Aws::EC2
1674
1674
  # resp.association.transit_gateway_route_table_id #=> String
1675
1675
  # resp.association.transit_gateway_attachment_id #=> String
1676
1676
  # resp.association.resource_id #=> String
1677
- # resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
1677
+ # resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
1678
1678
  # resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
1679
1679
  #
1680
1680
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AssociateTransitGatewayRouteTable AWS API Documentation
@@ -8662,7 +8662,7 @@ module Aws::EC2
8662
8662
  # resp.transit_gateway_peering_attachment.accepter_tgw_info.region #=> String
8663
8663
  # resp.transit_gateway_peering_attachment.status.code #=> String
8664
8664
  # resp.transit_gateway_peering_attachment.status.message #=> String
8665
- # resp.transit_gateway_peering_attachment.state #=> String, one of "initiating", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
8665
+ # resp.transit_gateway_peering_attachment.state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
8666
8666
  # resp.transit_gateway_peering_attachment.creation_time #=> Time
8667
8667
  # resp.transit_gateway_peering_attachment.tags #=> Array
8668
8668
  # resp.transit_gateway_peering_attachment.tags[0].key #=> String
@@ -8720,7 +8720,7 @@ module Aws::EC2
8720
8720
  # resp.transit_gateway_prefix_list_reference.state #=> String, one of "pending", "available", "modifying", "deleting"
8721
8721
  # resp.transit_gateway_prefix_list_reference.blackhole #=> Boolean
8722
8722
  # resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.transit_gateway_attachment_id #=> String
8723
- # resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
8723
+ # resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
8724
8724
  # resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_id #=> String
8725
8725
  #
8726
8726
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateTransitGatewayPrefixListReference AWS API Documentation
@@ -8774,7 +8774,7 @@ module Aws::EC2
8774
8774
  # resp.route.transit_gateway_attachments #=> Array
8775
8775
  # resp.route.transit_gateway_attachments[0].resource_id #=> String
8776
8776
  # resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
8777
- # resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
8777
+ # resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
8778
8778
  # resp.route.type #=> String, one of "static", "propagated"
8779
8779
  # resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
8780
8780
  #
@@ -8911,7 +8911,7 @@ module Aws::EC2
8911
8911
  # resp.transit_gateway_vpc_attachment.transit_gateway_id #=> String
8912
8912
  # resp.transit_gateway_vpc_attachment.vpc_id #=> String
8913
8913
  # resp.transit_gateway_vpc_attachment.vpc_owner_id #=> String
8914
- # resp.transit_gateway_vpc_attachment.state #=> String, one of "initiating", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
8914
+ # resp.transit_gateway_vpc_attachment.state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
8915
8915
  # resp.transit_gateway_vpc_attachment.subnet_ids #=> Array
8916
8916
  # resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
8917
8917
  # resp.transit_gateway_vpc_attachment.creation_time #=> Time
@@ -11829,7 +11829,7 @@ module Aws::EC2
11829
11829
  # resp.transit_gateway_peering_attachment.accepter_tgw_info.region #=> String
11830
11830
  # resp.transit_gateway_peering_attachment.status.code #=> String
11831
11831
  # resp.transit_gateway_peering_attachment.status.message #=> String
11832
- # resp.transit_gateway_peering_attachment.state #=> String, one of "initiating", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
11832
+ # resp.transit_gateway_peering_attachment.state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
11833
11833
  # resp.transit_gateway_peering_attachment.creation_time #=> Time
11834
11834
  # resp.transit_gateway_peering_attachment.tags #=> Array
11835
11835
  # resp.transit_gateway_peering_attachment.tags[0].key #=> String
@@ -11879,7 +11879,7 @@ module Aws::EC2
11879
11879
  # resp.transit_gateway_prefix_list_reference.state #=> String, one of "pending", "available", "modifying", "deleting"
11880
11880
  # resp.transit_gateway_prefix_list_reference.blackhole #=> Boolean
11881
11881
  # resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.transit_gateway_attachment_id #=> String
11882
- # resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
11882
+ # resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
11883
11883
  # resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_id #=> String
11884
11884
  #
11885
11885
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteTransitGatewayPrefixListReference AWS API Documentation
@@ -11926,7 +11926,7 @@ module Aws::EC2
11926
11926
  # resp.route.transit_gateway_attachments #=> Array
11927
11927
  # resp.route.transit_gateway_attachments[0].resource_id #=> String
11928
11928
  # resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
11929
- # resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
11929
+ # resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
11930
11930
  # resp.route.type #=> String, one of "static", "propagated"
11931
11931
  # resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
11932
11932
  #
@@ -12012,7 +12012,7 @@ module Aws::EC2
12012
12012
  # resp.transit_gateway_vpc_attachment.transit_gateway_id #=> String
12013
12013
  # resp.transit_gateway_vpc_attachment.vpc_id #=> String
12014
12014
  # resp.transit_gateway_vpc_attachment.vpc_owner_id #=> String
12015
- # resp.transit_gateway_vpc_attachment.state #=> String, one of "initiating", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
12015
+ # resp.transit_gateway_vpc_attachment.state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
12016
12016
  # resp.transit_gateway_vpc_attachment.subnet_ids #=> Array
12017
12017
  # resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
12018
12018
  # resp.transit_gateway_vpc_attachment.creation_time #=> Time
@@ -23645,12 +23645,13 @@ module Aws::EC2
23645
23645
  # * `resource-owner-id` - The ID of the AWS account that owns the
23646
23646
  # resource.
23647
23647
  #
23648
- # * `resource-type` - The resource type (`vpc` \| `vpn` \|
23649
- # `direct-connect-gateway` \| `tgw-peering`).
23648
+ # * `resource-type` - The resource type. Valid values are `vpc` \| `vpn`
23649
+ # \| `direct-connect-gateway` \| `peering`.
23650
23650
  #
23651
- # * `state` - The state of the attachment (`available` \| `deleted` \|
23652
- # `deleting` \| `failed` \| `modifying` \| `pendingAcceptance` \|
23653
- # `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
23651
+ # * `state` - The state of the attachment. Valid values are `available`
23652
+ # \| `deleted` \| `deleting` \| `failed` \| `failing` \|
23653
+ # `initiatingRequest` \| `modifying` \| `pendingAcceptance` \|
23654
+ # `pending` \| `rollingBack` \| `rejected` \| `rejecting`.
23654
23655
  #
23655
23656
  # * `transit-gateway-attachment-id` - The ID of the attachment.
23656
23657
  #
@@ -23702,9 +23703,9 @@ module Aws::EC2
23702
23703
  # resp.transit_gateway_attachments[0].transit_gateway_id #=> String
23703
23704
  # resp.transit_gateway_attachments[0].transit_gateway_owner_id #=> String
23704
23705
  # resp.transit_gateway_attachments[0].resource_owner_id #=> String
23705
- # resp.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
23706
+ # resp.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
23706
23707
  # resp.transit_gateway_attachments[0].resource_id #=> String
23707
- # resp.transit_gateway_attachments[0].state #=> String, one of "initiating", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
23708
+ # resp.transit_gateway_attachments[0].state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
23708
23709
  # resp.transit_gateway_attachments[0].association.transit_gateway_route_table_id #=> String
23709
23710
  # resp.transit_gateway_attachments[0].association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
23710
23711
  # resp.transit_gateway_attachments[0].creation_time #=> Time
@@ -23811,10 +23812,10 @@ module Aws::EC2
23811
23812
  # * `remote-owner-id` - The ID of the AWS account in the remote Region
23812
23813
  # that owns the transit gateway.
23813
23814
  #
23814
- # * `state` - The state of the peering attachment (`available` \|
23815
- # `deleted` \| `deleting` \| `failed` \| `modifying` \|
23816
- # `pendingAcceptance` \| `pending` \| `rollingBack` \| `rejected` \|
23817
- # `rejecting`).
23815
+ # * `state` - The state of the peering attachment. Valid values are
23816
+ # `available` \| `deleted` \| `deleting` \| `failed` \| `failing` \|
23817
+ # `initiatingRequest` \| `modifying` \| `pendingAcceptance` \|
23818
+ # `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
23818
23819
  #
23819
23820
  # * `transit-gateway-id` - The ID of the transit gateway.
23820
23821
  #
@@ -23866,7 +23867,7 @@ module Aws::EC2
23866
23867
  # resp.transit_gateway_peering_attachments[0].accepter_tgw_info.region #=> String
23867
23868
  # resp.transit_gateway_peering_attachments[0].status.code #=> String
23868
23869
  # resp.transit_gateway_peering_attachments[0].status.message #=> String
23869
- # resp.transit_gateway_peering_attachments[0].state #=> String, one of "initiating", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
23870
+ # resp.transit_gateway_peering_attachments[0].state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
23870
23871
  # resp.transit_gateway_peering_attachments[0].creation_time #=> Time
23871
23872
  # resp.transit_gateway_peering_attachments[0].tags #=> Array
23872
23873
  # resp.transit_gateway_peering_attachments[0].tags[0].key #=> String
@@ -23900,9 +23901,8 @@ module Aws::EC2
23900
23901
  # default propagation route table for the transit gateway (`true` \|
23901
23902
  # `false`).
23902
23903
  #
23903
- # * `state` - The state of the attachment (`available` \| `deleted` \|
23904
- # `deleting` \| `failed` \| `modifying` \| `pendingAcceptance` \|
23905
- # `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
23904
+ # * `state` - The state of the route table (`available` \| `deleting` \|
23905
+ # `deleted` \| `pending`).
23906
23906
  #
23907
23907
  # * `transit-gateway-id` - The ID of the transit gateway.
23908
23908
  #
@@ -23977,9 +23977,10 @@ module Aws::EC2
23977
23977
  # @option params [Array<Types::Filter>] :filters
23978
23978
  # One or more filters. The possible values are:
23979
23979
  #
23980
- # * `state` - The state of the attachment (`available` \| `deleted` \|
23981
- # `deleting` \| `failed` \| `modifying` \| `pendingAcceptance` \|
23982
- # `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
23980
+ # * `state` - The state of the attachment. Valid values are `available`
23981
+ # \| `deleted` \| `deleting` \| `failed` \| `failing` \|
23982
+ # `initiatingRequest` \| `modifying` \| `pendingAcceptance` \|
23983
+ # `pending` \| `rollingBack` \| `rejected` \| `rejecting`.
23983
23984
  #
23984
23985
  # * `transit-gateway-attachment-id` - The ID of the attachment.
23985
23986
  #
@@ -24030,7 +24031,7 @@ module Aws::EC2
24030
24031
  # resp.transit_gateway_vpc_attachments[0].transit_gateway_id #=> String
24031
24032
  # resp.transit_gateway_vpc_attachments[0].vpc_id #=> String
24032
24033
  # resp.transit_gateway_vpc_attachments[0].vpc_owner_id #=> String
24033
- # resp.transit_gateway_vpc_attachments[0].state #=> String, one of "initiating", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
24034
+ # resp.transit_gateway_vpc_attachments[0].state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
24034
24035
  # resp.transit_gateway_vpc_attachments[0].subnet_ids #=> Array
24035
24036
  # resp.transit_gateway_vpc_attachments[0].subnet_ids[0] #=> String
24036
24037
  # resp.transit_gateway_vpc_attachments[0].creation_time #=> Time
@@ -24089,9 +24090,8 @@ module Aws::EC2
24089
24090
  # * `owner-id` - The ID of the AWS account that owns the transit
24090
24091
  # gateway.
24091
24092
  #
24092
- # * `state` - The state of the attachment (`available` \| `deleted` \|
24093
- # `deleting` \| `failed` \| `modifying` \| `pendingAcceptance` \|
24094
- # `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
24093
+ # * `state` - The state of the transit gateway (`available` \| `deleted`
24094
+ # \| `deleting` \| `modifying` \| `pending`).
24095
24095
  #
24096
24096
  # * `transit-gateway-id` - The ID of the transit gateway.
24097
24097
  #
@@ -26520,7 +26520,7 @@ module Aws::EC2
26520
26520
  #
26521
26521
  # resp.propagation.transit_gateway_attachment_id #=> String
26522
26522
  # resp.propagation.resource_id #=> String
26523
- # resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
26523
+ # resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
26524
26524
  # resp.propagation.transit_gateway_route_table_id #=> String
26525
26525
  # resp.propagation.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
26526
26526
  #
@@ -26944,7 +26944,7 @@ module Aws::EC2
26944
26944
  # resp.associations.transit_gateway_multicast_domain_id #=> String
26945
26945
  # resp.associations.transit_gateway_attachment_id #=> String
26946
26946
  # resp.associations.resource_id #=> String
26947
- # resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
26947
+ # resp.associations.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
26948
26948
  # resp.associations.subnets #=> Array
26949
26949
  # resp.associations.subnets[0].subnet_id #=> String
26950
26950
  # resp.associations.subnets[0].state #=> String, one of "associating", "associated", "disassociating", "disassociated"
@@ -26990,7 +26990,7 @@ module Aws::EC2
26990
26990
  # resp.association.transit_gateway_route_table_id #=> String
26991
26991
  # resp.association.transit_gateway_attachment_id #=> String
26992
26992
  # resp.association.resource_id #=> String
26993
- # resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
26993
+ # resp.association.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
26994
26994
  # resp.association.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
26995
26995
  #
26996
26996
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DisassociateTransitGatewayRouteTable AWS API Documentation
@@ -27205,7 +27205,7 @@ module Aws::EC2
27205
27205
  #
27206
27206
  # resp.propagation.transit_gateway_attachment_id #=> String
27207
27207
  # resp.propagation.resource_id #=> String
27208
- # resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
27208
+ # resp.propagation.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
27209
27209
  # resp.propagation.transit_gateway_route_table_id #=> String
27210
27210
  # resp.propagation.state #=> String, one of "enabling", "enabled", "disabling", "disabled"
27211
27211
  #
@@ -27614,13 +27614,11 @@ module Aws::EC2
27614
27614
  # supernet-of-match as 10.0.1.0/30, then the result returns
27615
27615
  # 10.0.1.0/29.
27616
27616
  #
27617
- # * `state` - The state of the attachment (`available` \| `deleted` \|
27618
- # `deleting` \| `failed` \| `modifying` \| `pendingAcceptance` \|
27619
- # `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
27617
+ # * `state` - The state of the route (`active` \| `blackhole`).
27620
27618
  #
27621
27619
  # * `transit-gateway-route-destination-cidr-block` - The CIDR range.
27622
27620
  #
27623
- # * `type` - The type of route (`active` \| `blackhole`).
27621
+ # * `type` - The type of route (`propagated` \| `static`).
27624
27622
  #
27625
27623
  # @option params [required, String] :s3_bucket
27626
27624
  # The name of the S3 bucket.
@@ -28793,7 +28791,7 @@ module Aws::EC2
28793
28791
  # resp.multicast_domain_associations #=> Array
28794
28792
  # resp.multicast_domain_associations[0].transit_gateway_attachment_id #=> String
28795
28793
  # resp.multicast_domain_associations[0].resource_id #=> String
28796
- # resp.multicast_domain_associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
28794
+ # resp.multicast_domain_associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
28797
28795
  # resp.multicast_domain_associations[0].subnet.subnet_id #=> String
28798
28796
  # resp.multicast_domain_associations[0].subnet.state #=> String, one of "associating", "associated", "disassociating", "disassociated"
28799
28797
  # resp.next_token #=> String
@@ -28819,8 +28817,9 @@ module Aws::EC2
28819
28817
  # * `attachment.resource-id` - The ID of the resource for the
28820
28818
  # attachment.
28821
28819
  #
28822
- # * `attachment.resource-type` - The type of resource for the attachment
28823
- # (`vpc` \| `vpn` \| `direct-connect-gateway` \| `tgw-peering`).
28820
+ # * `attachment.resource-type` - The type of resource for the
28821
+ # attachment. Valid values are `vpc` \| `vpn` \|
28822
+ # `direct-connect-gateway` \| `peering`.
28824
28823
  #
28825
28824
  # * `attachment.transit-gateway-attachment-id` - The ID of the
28826
28825
  # attachment.
@@ -28880,7 +28879,7 @@ module Aws::EC2
28880
28879
  # resp.transit_gateway_prefix_list_references[0].state #=> String, one of "pending", "available", "modifying", "deleting"
28881
28880
  # resp.transit_gateway_prefix_list_references[0].blackhole #=> Boolean
28882
28881
  # resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.transit_gateway_attachment_id #=> String
28883
- # resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
28882
+ # resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
28884
28883
  # resp.transit_gateway_prefix_list_references[0].transit_gateway_attachment.resource_id #=> String
28885
28884
  # resp.next_token #=> String
28886
28885
  #
@@ -28904,8 +28903,8 @@ module Aws::EC2
28904
28903
  #
28905
28904
  # * `resource-id` - The ID of the resource.
28906
28905
  #
28907
- # * `resource-type` - The resource type (`vpc` \| `vpn` \|
28908
- # `direct-connect-gateway` \| `tgw-peering`).
28906
+ # * `resource-type` - The resource type. Valid values are `vpc` \| `vpn`
28907
+ # \| `direct-connect-gateway` \| `peering`.
28909
28908
  #
28910
28909
  # * `transit-gateway-attachment-id` - The ID of the attachment.
28911
28910
  #
@@ -28950,7 +28949,7 @@ module Aws::EC2
28950
28949
  # resp.associations #=> Array
28951
28950
  # resp.associations[0].transit_gateway_attachment_id #=> String
28952
28951
  # resp.associations[0].resource_id #=> String
28953
- # resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
28952
+ # resp.associations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
28954
28953
  # resp.associations[0].state #=> String, one of "associating", "associated", "disassociating", "disassociated"
28955
28954
  # resp.next_token #=> String
28956
28955
  #
@@ -28974,8 +28973,8 @@ module Aws::EC2
28974
28973
  #
28975
28974
  # * `resource-id` - The ID of the resource.
28976
28975
  #
28977
- # * `resource-type` - The resource type (`vpc` \| `vpn` \|
28978
- # `direct-connect-gateway` \| `tgw-peering`).
28976
+ # * `resource-type` - The resource type. Valid values are `vpc` \| `vpn`
28977
+ # \| `direct-connect-gateway` \| `peering`.
28979
28978
  #
28980
28979
  # * `transit-gateway-attachment-id` - The ID of the attachment.
28981
28980
  #
@@ -29020,7 +29019,7 @@ module Aws::EC2
29020
29019
  # resp.transit_gateway_route_table_propagations #=> Array
29021
29020
  # resp.transit_gateway_route_table_propagations[0].transit_gateway_attachment_id #=> String
29022
29021
  # resp.transit_gateway_route_table_propagations[0].resource_id #=> String
29023
- # resp.transit_gateway_route_table_propagations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
29022
+ # resp.transit_gateway_route_table_propagations[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
29024
29023
  # resp.transit_gateway_route_table_propagations[0].state #=> String, one of "enabling", "enabled", "disabling", "disabled"
29025
29024
  # resp.next_token #=> String
29026
29025
  #
@@ -32284,7 +32283,7 @@ module Aws::EC2
32284
32283
  # resp.transit_gateway_prefix_list_reference.state #=> String, one of "pending", "available", "modifying", "deleting"
32285
32284
  # resp.transit_gateway_prefix_list_reference.blackhole #=> Boolean
32286
32285
  # resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.transit_gateway_attachment_id #=> String
32287
- # resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
32286
+ # resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
32288
32287
  # resp.transit_gateway_prefix_list_reference.transit_gateway_attachment.resource_id #=> String
32289
32288
  #
32290
32289
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyTransitGatewayPrefixListReference AWS API Documentation
@@ -32344,7 +32343,7 @@ module Aws::EC2
32344
32343
  # resp.transit_gateway_vpc_attachment.transit_gateway_id #=> String
32345
32344
  # resp.transit_gateway_vpc_attachment.vpc_id #=> String
32346
32345
  # resp.transit_gateway_vpc_attachment.vpc_owner_id #=> String
32347
- # resp.transit_gateway_vpc_attachment.state #=> String, one of "initiating", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
32346
+ # resp.transit_gateway_vpc_attachment.state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
32348
32347
  # resp.transit_gateway_vpc_attachment.subnet_ids #=> Array
32349
32348
  # resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
32350
32349
  # resp.transit_gateway_vpc_attachment.creation_time #=> Time
@@ -34458,7 +34457,7 @@ module Aws::EC2
34458
34457
  # resp.transit_gateway_peering_attachment.accepter_tgw_info.region #=> String
34459
34458
  # resp.transit_gateway_peering_attachment.status.code #=> String
34460
34459
  # resp.transit_gateway_peering_attachment.status.message #=> String
34461
- # resp.transit_gateway_peering_attachment.state #=> String, one of "initiating", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
34460
+ # resp.transit_gateway_peering_attachment.state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
34462
34461
  # resp.transit_gateway_peering_attachment.creation_time #=> Time
34463
34462
  # resp.transit_gateway_peering_attachment.tags #=> Array
34464
34463
  # resp.transit_gateway_peering_attachment.tags[0].key #=> String
@@ -34506,7 +34505,7 @@ module Aws::EC2
34506
34505
  # resp.transit_gateway_vpc_attachment.transit_gateway_id #=> String
34507
34506
  # resp.transit_gateway_vpc_attachment.vpc_id #=> String
34508
34507
  # resp.transit_gateway_vpc_attachment.vpc_owner_id #=> String
34509
- # resp.transit_gateway_vpc_attachment.state #=> String, one of "initiating", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
34508
+ # resp.transit_gateway_vpc_attachment.state #=> String, one of "initiating", "initiatingRequest", "pendingAcceptance", "rollingBack", "pending", "available", "modifying", "deleting", "deleted", "failed", "rejected", "rejecting", "failing"
34510
34509
  # resp.transit_gateway_vpc_attachment.subnet_ids #=> Array
34511
34510
  # resp.transit_gateway_vpc_attachment.subnet_ids[0] #=> String
34512
34511
  # resp.transit_gateway_vpc_attachment.creation_time #=> Time
@@ -35178,7 +35177,7 @@ module Aws::EC2
35178
35177
  # resp.route.transit_gateway_attachments #=> Array
35179
35178
  # resp.route.transit_gateway_attachments[0].resource_id #=> String
35180
35179
  # resp.route.transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
35181
- # resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
35180
+ # resp.route.transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
35182
35181
  # resp.route.type #=> String, one of "static", "propagated"
35183
35182
  # resp.route.state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
35184
35183
  #
@@ -37760,7 +37759,7 @@ module Aws::EC2
37760
37759
  # resp.multicast_groups[0].transit_gateway_attachment_id #=> String
37761
37760
  # resp.multicast_groups[0].subnet_id #=> String
37762
37761
  # resp.multicast_groups[0].resource_id #=> String
37763
- # resp.multicast_groups[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
37762
+ # resp.multicast_groups[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
37764
37763
  # resp.multicast_groups[0].network_interface_id #=> String
37765
37764
  # resp.multicast_groups[0].group_member #=> Boolean
37766
37765
  # resp.multicast_groups[0].group_source #=> Boolean
@@ -37791,8 +37790,8 @@ module Aws::EC2
37791
37790
  # * `attachment.resource-id` - The resource id of the transit gateway
37792
37791
  # attachment.
37793
37792
  #
37794
- # * `attachment.resource-type` - The attachment resource type (`vpc` \|
37795
- # `vpn` \| `direct-connect-gateway` \| `tgw-peering`).
37793
+ # * `attachment.resource-type` - The attachment resource type. Valid
37794
+ # values are `vpc` \| `vpn` \| `direct-connect-gateway` \| `peering`.
37796
37795
  #
37797
37796
  # * `prefix-list-id` - The ID of the prefix list.
37798
37797
  #
@@ -37851,7 +37850,7 @@ module Aws::EC2
37851
37850
  # resp.routes[0].transit_gateway_attachments #=> Array
37852
37851
  # resp.routes[0].transit_gateway_attachments[0].resource_id #=> String
37853
37852
  # resp.routes[0].transit_gateway_attachments[0].transit_gateway_attachment_id #=> String
37854
- # resp.routes[0].transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "tgw-peering"
37853
+ # resp.routes[0].transit_gateway_attachments[0].resource_type #=> String, one of "vpc", "vpn", "direct-connect-gateway", "peering", "tgw-peering"
37855
37854
  # resp.routes[0].type #=> String, one of "static", "propagated"
37856
37855
  # resp.routes[0].state #=> String, one of "pending", "active", "blackhole", "deleting", "deleted"
37857
37856
  # resp.additional_routes_available #=> Boolean
@@ -38771,7 +38770,7 @@ module Aws::EC2
38771
38770
  params: params,
38772
38771
  config: config)
38773
38772
  context[:gem_name] = 'aws-sdk-ec2'
38774
- context[:gem_version] = '1.192.0'
38773
+ context[:gem_version] = '1.193.0'
38775
38774
  Seahorse::Client::Request.new(handlers, context)
38776
38775
  end
38777
38776
 
@@ -21119,12 +21119,13 @@ module Aws::EC2
21119
21119
  # * `resource-owner-id` - The ID of the AWS account that owns the
21120
21120
  # resource.
21121
21121
  #
21122
- # * `resource-type` - The resource type (`vpc` \| `vpn` \|
21123
- # `direct-connect-gateway` \| `tgw-peering`).
21122
+ # * `resource-type` - The resource type. Valid values are `vpc` \|
21123
+ # `vpn` \| `direct-connect-gateway` \| `peering`.
21124
21124
  #
21125
- # * `state` - The state of the attachment (`available` \| `deleted` \|
21126
- # `deleting` \| `failed` \| `modifying` \| `pendingAcceptance` \|
21127
- # `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
21125
+ # * `state` - The state of the attachment. Valid values are
21126
+ # `available` \| `deleted` \| `deleting` \| `failed` \| `failing` \|
21127
+ # `initiatingRequest` \| `modifying` \| `pendingAcceptance` \|
21128
+ # `pending` \| `rollingBack` \| `rejected` \| `rejecting`.
21128
21129
  #
21129
21130
  # * `transit-gateway-attachment-id` - The ID of the attachment.
21130
21131
  #
@@ -21291,10 +21292,10 @@ module Aws::EC2
21291
21292
  # * `remote-owner-id` - The ID of the AWS account in the remote Region
21292
21293
  # that owns the transit gateway.
21293
21294
  #
21294
- # * `state` - The state of the peering attachment (`available` \|
21295
- # `deleted` \| `deleting` \| `failed` \| `modifying` \|
21296
- # `pendingAcceptance` \| `pending` \| `rollingBack` \| `rejected` \|
21297
- # `rejecting`).
21295
+ # * `state` - The state of the peering attachment. Valid values are
21296
+ # `available` \| `deleted` \| `deleting` \| `failed` \| `failing` \|
21297
+ # `initiatingRequest` \| `modifying` \| `pendingAcceptance` \|
21298
+ # `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
21298
21299
  #
21299
21300
  # * `transit-gateway-id` - The ID of the transit gateway.
21300
21301
  # @return [Array<Types::Filter>]
@@ -21377,9 +21378,8 @@ module Aws::EC2
21377
21378
  # default propagation route table for the transit gateway (`true` \|
21378
21379
  # `false`).
21379
21380
  #
21380
- # * `state` - The state of the attachment (`available` \| `deleted` \|
21381
- # `deleting` \| `failed` \| `modifying` \| `pendingAcceptance` \|
21382
- # `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
21381
+ # * `state` - The state of the route table (`available` \| `deleting`
21382
+ # \| `deleted` \| `pending`).
21383
21383
  #
21384
21384
  # * `transit-gateway-id` - The ID of the transit gateway.
21385
21385
  #
@@ -21457,9 +21457,10 @@ module Aws::EC2
21457
21457
  # @!attribute [rw] filters
21458
21458
  # One or more filters. The possible values are:
21459
21459
  #
21460
- # * `state` - The state of the attachment (`available` \| `deleted` \|
21461
- # `deleting` \| `failed` \| `modifying` \| `pendingAcceptance` \|
21462
- # `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
21460
+ # * `state` - The state of the attachment. Valid values are
21461
+ # `available` \| `deleted` \| `deleting` \| `failed` \| `failing` \|
21462
+ # `initiatingRequest` \| `modifying` \| `pendingAcceptance` \|
21463
+ # `pending` \| `rollingBack` \| `rejected` \| `rejecting`.
21463
21464
  #
21464
21465
  # * `transit-gateway-attachment-id` - The ID of the attachment.
21465
21466
  #
@@ -21568,9 +21569,8 @@ module Aws::EC2
21568
21569
  # * `owner-id` - The ID of the AWS account that owns the transit
21569
21570
  # gateway.
21570
21571
  #
21571
- # * `state` - The state of the attachment (`available` \| `deleted` \|
21572
- # `deleting` \| `failed` \| `modifying` \| `pendingAcceptance` \|
21573
- # `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
21572
+ # * `state` - The state of the transit gateway (`available` \|
21573
+ # `deleted` \| `deleting` \| `modifying` \| `pending`).
21574
21574
  #
21575
21575
  # * `transit-gateway-id` - The ID of the transit gateway.
21576
21576
  # @return [Array<Types::Filter>]
@@ -25861,13 +25861,11 @@ module Aws::EC2
25861
25861
  # supernet-of-match as 10.0.1.0/30, then the result returns
25862
25862
  # 10.0.1.0/29.
25863
25863
  #
25864
- # * `state` - The state of the attachment (`available` \| `deleted` \|
25865
- # `deleting` \| `failed` \| `modifying` \| `pendingAcceptance` \|
25866
- # `pending` \| `rollingBack` \| `rejected` \| `rejecting`).
25864
+ # * `state` - The state of the route (`active` \| `blackhole`).
25867
25865
  #
25868
25866
  # * `transit-gateway-route-destination-cidr-block` - The CIDR range.
25869
25867
  #
25870
- # * `type` - The type of route (`active` \| `blackhole`).
25868
+ # * `type` - The type of route (`propagated` \| `static`).
25871
25869
  # @return [Array<Types::Filter>]
25872
25870
  #
25873
25871
  # @!attribute [rw] s3_bucket
@@ -27875,8 +27873,8 @@ module Aws::EC2
27875
27873
  # attachment.
27876
27874
  #
27877
27875
  # * `attachment.resource-type` - The type of resource for the
27878
- # attachment (`vpc` \| `vpn` \| `direct-connect-gateway` \|
27879
- # `tgw-peering`).
27876
+ # attachment. Valid values are `vpc` \| `vpn` \|
27877
+ # `direct-connect-gateway` \| `peering`.
27880
27878
  #
27881
27879
  # * `attachment.transit-gateway-attachment-id` - The ID of the
27882
27880
  # attachment.
@@ -27964,8 +27962,8 @@ module Aws::EC2
27964
27962
  #
27965
27963
  # * `resource-id` - The ID of the resource.
27966
27964
  #
27967
- # * `resource-type` - The resource type (`vpc` \| `vpn` \|
27968
- # `direct-connect-gateway` \| `tgw-peering`).
27965
+ # * `resource-type` - The resource type. Valid values are `vpc` \|
27966
+ # `vpn` \| `direct-connect-gateway` \| `peering`.
27969
27967
  #
27970
27968
  # * `transit-gateway-attachment-id` - The ID of the attachment.
27971
27969
  # @return [Array<Types::Filter>]
@@ -28042,8 +28040,8 @@ module Aws::EC2
28042
28040
  #
28043
28041
  # * `resource-id` - The ID of the resource.
28044
28042
  #
28045
- # * `resource-type` - The resource type (`vpc` \| `vpn` \|
28046
- # `direct-connect-gateway` \| `tgw-peering`).
28043
+ # * `resource-type` - The resource type. Valid values are `vpc` \|
28044
+ # `vpn` \| `direct-connect-gateway` \| `peering`.
28047
28045
  #
28048
28046
  # * `transit-gateway-attachment-id` - The ID of the attachment.
28049
28047
  # @return [Array<Types::Filter>]
@@ -45599,8 +45597,9 @@ module Aws::EC2
45599
45597
  # * `attachment.resource-id` - The resource id of the transit gateway
45600
45598
  # attachment.
45601
45599
  #
45602
- # * `attachment.resource-type` - The attachment resource type (`vpc`
45603
- # \| `vpn` \| `direct-connect-gateway` \| `tgw-peering`).
45600
+ # * `attachment.resource-type` - The attachment resource type. Valid
45601
+ # values are `vpc` \| `vpn` \| `direct-connect-gateway` \|
45602
+ # `peering`.
45604
45603
  #
45605
45604
  # * `prefix-list-id` - The ID of the prefix list.
45606
45605
  #
@@ -48958,7 +48957,8 @@ module Aws::EC2
48958
48957
  # @return [String]
48959
48958
  #
48960
48959
  # @!attribute [rw] resource_type
48961
- # The resource type.
48960
+ # The resource type. Note that the `tgw-peering` resource type has
48961
+ # been deprecated.
48962
48962
  # @return [String]
48963
48963
  #
48964
48964
  # @!attribute [rw] state
@@ -48996,7 +48996,8 @@ module Aws::EC2
48996
48996
  # @return [String]
48997
48997
  #
48998
48998
  # @!attribute [rw] resource_type
48999
- # The resource type.
48999
+ # The resource type. Note that the `tgw-peering` resource type has
49000
+ # been deprecated.
49000
49001
  # @return [String]
49001
49002
  #
49002
49003
  # @!attribute [rw] resource_id
@@ -49004,7 +49005,8 @@ module Aws::EC2
49004
49005
  # @return [String]
49005
49006
  #
49006
49007
  # @!attribute [rw] state
49007
- # The attachment state.
49008
+ # The attachment state. Note that the `initiating` state has been
49009
+ # deprecated.
49008
49010
  # @return [String]
49009
49011
  #
49010
49012
  # @!attribute [rw] association
@@ -49408,7 +49410,8 @@ module Aws::EC2
49408
49410
  # @return [Types::PeeringAttachmentStatus]
49409
49411
  #
49410
49412
  # @!attribute [rw] state
49411
- # The state of the transit gateway peering attachment.
49413
+ # The state of the transit gateway peering attachment. Note that the
49414
+ # `initiating` state has been deprecated.
49412
49415
  # @return [String]
49413
49416
  #
49414
49417
  # @!attribute [rw] creation_time
@@ -49440,7 +49443,8 @@ module Aws::EC2
49440
49443
  # @return [String]
49441
49444
  #
49442
49445
  # @!attribute [rw] resource_type
49443
- # The resource type.
49446
+ # The resource type. Note that the `tgw-peering` resource type has
49447
+ # been deprecated.
49444
49448
  # @return [String]
49445
49449
  #
49446
49450
  # @!attribute [rw] resource_id
@@ -49507,7 +49511,8 @@ module Aws::EC2
49507
49511
  # @return [String]
49508
49512
  #
49509
49513
  # @!attribute [rw] resource_type
49510
- # The resource type.
49514
+ # The resource type. Note that the `tgw-peering` resource type has
49515
+ # been deprecated.
49511
49516
  # @return [String]
49512
49517
  #
49513
49518
  # @!attribute [rw] transit_gateway_route_table_id
@@ -49638,7 +49643,8 @@ module Aws::EC2
49638
49643
  # @return [String]
49639
49644
  #
49640
49645
  # @!attribute [rw] resource_type
49641
- # The resource type.
49646
+ # The resource type. Note that the `tgw-peering` resource type has
49647
+ # been deprecated.
49642
49648
  # @return [String]
49643
49649
  #
49644
49650
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/TransitGatewayRouteAttachment AWS API Documentation
@@ -49709,7 +49715,8 @@ module Aws::EC2
49709
49715
  # @return [String]
49710
49716
  #
49711
49717
  # @!attribute [rw] resource_type
49712
- # The resource type.
49718
+ # The resource type. Note that the `tgw-peering` resource type has
49719
+ # been deprecated.
49713
49720
  # @return [String]
49714
49721
  #
49715
49722
  # @!attribute [rw] state
@@ -49738,7 +49745,8 @@ module Aws::EC2
49738
49745
  # @return [String]
49739
49746
  #
49740
49747
  # @!attribute [rw] resource_type
49741
- # The type of resource.
49748
+ # The type of resource. Note that the `tgw-peering` resource type has
49749
+ # been deprecated.
49742
49750
  # @return [String]
49743
49751
  #
49744
49752
  # @!attribute [rw] state
@@ -49775,7 +49783,8 @@ module Aws::EC2
49775
49783
  # @return [String]
49776
49784
  #
49777
49785
  # @!attribute [rw] state
49778
- # The state of the VPC attachment.
49786
+ # The state of the VPC attachment. Note that the `initiating` state
49787
+ # has been deprecated.
49779
49788
  # @return [String]
49780
49789
  #
49781
49790
  # @!attribute [rw] subnet_ids
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.192.0
4
+ version: 1.193.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-31 00:00:00.000000000 Z
11
+ date: 2020-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4