aws-sdk-ec2 1.277.0 → 1.278.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: f2b29a19432848b5ec247ed1057bbfa241ffc66ac23530f306095961505cb632
4
- data.tar.gz: 01d26b08dab3fc5a44c824bfff6074755e9ba8ef1ac284c81dd55779a67a1515
3
+ metadata.gz: 274544329b71218d0b2b0909ae2469bea539c388cee2412c0b3e05e55983ef3c
4
+ data.tar.gz: a9913ba6db0c632b0b61a2ea389779a202a78371ca8310f83864f0cbe7d11edf
5
5
  SHA512:
6
- metadata.gz: 51ebce17b896d60cc90ba451294efe7cf9aaca656bcec42170e45d41665eabadf08c306e054997c623dc697fda01e08964cb06e195b996135dee2c3ea7e3a7eb
7
- data.tar.gz: d349466d525c41fdf94d5e15c4346f013cf70b328934d8ea5dfb0d1aa22755dc90dc133e5e25089b61411e26a1b99e45d179df32a6dbf217f1e7e512e3361faa
6
+ metadata.gz: b293150a65824261ced83d4eeff8d50f5249f0b29b7e260e9cefbae8abcfcb400650ab5755bfc241011771697561660352303fd066ab58959d0a651ab03985bc
7
+ data.tar.gz: e0eca2feb56b5fadb02840b76045d143201864aede4ae5bad86080bd7d01ede010884f6b9db0c6ec4f1bc51cb9879d75a397d458ed9a35df9e4b299f5a2dbc0d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.278.0 (2021-11-08)
5
+ ------------------
6
+
7
+ * Feature - This release adds internal validation on the GatewayAssociationState field
8
+
4
9
  1.277.0 (2021-11-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.277.0
1
+ 1.278.0
@@ -12070,7 +12070,7 @@ module Aws::EC2
12070
12070
  # resp.vpn_connection.transit_gateway_id #=> String
12071
12071
  # resp.vpn_connection.core_network_arn #=> String
12072
12072
  # resp.vpn_connection.core_network_attachment_arn #=> String
12073
- # resp.vpn_connection.gateway_association_state #=> String
12073
+ # resp.vpn_connection.gateway_association_state #=> String, one of "associated", "not-associated", "associating", "disassociating"
12074
12074
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
12075
12075
  # resp.vpn_connection.options.static_routes_only #=> Boolean
12076
12076
  # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
@@ -30038,7 +30038,7 @@ module Aws::EC2
30038
30038
  # resp.vpn_connections[0].transit_gateway_id #=> String
30039
30039
  # resp.vpn_connections[0].core_network_arn #=> String
30040
30040
  # resp.vpn_connections[0].core_network_attachment_arn #=> String
30041
- # resp.vpn_connections[0].gateway_association_state #=> String
30041
+ # resp.vpn_connections[0].gateway_association_state #=> String, one of "associated", "not-associated", "associating", "disassociating"
30042
30042
  # resp.vpn_connections[0].options.enable_acceleration #=> Boolean
30043
30043
  # resp.vpn_connections[0].options.static_routes_only #=> Boolean
30044
30044
  # resp.vpn_connections[0].options.local_ipv_4_network_cidr #=> String
@@ -38798,7 +38798,7 @@ module Aws::EC2
38798
38798
  # resp.vpn_connection.transit_gateway_id #=> String
38799
38799
  # resp.vpn_connection.core_network_arn #=> String
38800
38800
  # resp.vpn_connection.core_network_attachment_arn #=> String
38801
- # resp.vpn_connection.gateway_association_state #=> String
38801
+ # resp.vpn_connection.gateway_association_state #=> String, one of "associated", "not-associated", "associating", "disassociating"
38802
38802
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
38803
38803
  # resp.vpn_connection.options.static_routes_only #=> Boolean
38804
38804
  # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
@@ -38922,7 +38922,7 @@ module Aws::EC2
38922
38922
  # resp.vpn_connection.transit_gateway_id #=> String
38923
38923
  # resp.vpn_connection.core_network_arn #=> String
38924
38924
  # resp.vpn_connection.core_network_attachment_arn #=> String
38925
- # resp.vpn_connection.gateway_association_state #=> String
38925
+ # resp.vpn_connection.gateway_association_state #=> String, one of "associated", "not-associated", "associating", "disassociating"
38926
38926
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
38927
38927
  # resp.vpn_connection.options.static_routes_only #=> Boolean
38928
38928
  # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
@@ -39019,7 +39019,7 @@ module Aws::EC2
39019
39019
  # resp.vpn_connection.transit_gateway_id #=> String
39020
39020
  # resp.vpn_connection.core_network_arn #=> String
39021
39021
  # resp.vpn_connection.core_network_attachment_arn #=> String
39022
- # resp.vpn_connection.gateway_association_state #=> String
39022
+ # resp.vpn_connection.gateway_association_state #=> String, one of "associated", "not-associated", "associating", "disassociating"
39023
39023
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
39024
39024
  # resp.vpn_connection.options.static_routes_only #=> Boolean
39025
39025
  # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
@@ -39176,7 +39176,7 @@ module Aws::EC2
39176
39176
  # resp.vpn_connection.transit_gateway_id #=> String
39177
39177
  # resp.vpn_connection.core_network_arn #=> String
39178
39178
  # resp.vpn_connection.core_network_attachment_arn #=> String
39179
- # resp.vpn_connection.gateway_association_state #=> String
39179
+ # resp.vpn_connection.gateway_association_state #=> String, one of "associated", "not-associated", "associating", "disassociating"
39180
39180
  # resp.vpn_connection.options.enable_acceleration #=> Boolean
39181
39181
  # resp.vpn_connection.options.static_routes_only #=> Boolean
39182
39182
  # resp.vpn_connection.options.local_ipv_4_network_cidr #=> String
@@ -45228,7 +45228,7 @@ module Aws::EC2
45228
45228
  params: params,
45229
45229
  config: config)
45230
45230
  context[:gem_name] = 'aws-sdk-ec2'
45231
- context[:gem_version] = '1.277.0'
45231
+ context[:gem_version] = '1.278.0'
45232
45232
  Seahorse::Client::Request.new(handlers, context)
45233
45233
  end
45234
45234
 
@@ -1132,6 +1132,7 @@ module Aws::EC2
1132
1132
  FpgaInfo = Shapes::StructureShape.new(name: 'FpgaInfo')
1133
1133
  FreeTierEligibleFlag = Shapes::BooleanShape.new(name: 'FreeTierEligibleFlag')
1134
1134
  GVCDMaxResults = Shapes::IntegerShape.new(name: 'GVCDMaxResults')
1135
+ GatewayAssociationState = Shapes::StringShape.new(name: 'GatewayAssociationState')
1135
1136
  GatewayType = Shapes::StringShape.new(name: 'GatewayType')
1136
1137
  GetAssociatedEnclaveCertificateIamRolesRequest = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesRequest')
1137
1138
  GetAssociatedEnclaveCertificateIamRolesResult = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesResult')
@@ -11941,7 +11942,7 @@ module Aws::EC2
11941
11942
  VpnConnection.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "transitGatewayId"))
11942
11943
  VpnConnection.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: String, location_name: "coreNetworkArn"))
11943
11944
  VpnConnection.add_member(:core_network_attachment_arn, Shapes::ShapeRef.new(shape: String, location_name: "coreNetworkAttachmentArn"))
11944
- VpnConnection.add_member(:gateway_association_state, Shapes::ShapeRef.new(shape: String, location_name: "gatewayAssociationState"))
11945
+ VpnConnection.add_member(:gateway_association_state, Shapes::ShapeRef.new(shape: GatewayAssociationState, location_name: "gatewayAssociationState"))
11945
11946
  VpnConnection.add_member(:options, Shapes::ShapeRef.new(shape: VpnConnectionOptions, location_name: "options"))
11946
11947
  VpnConnection.add_member(:routes, Shapes::ShapeRef.new(shape: VpnStaticRouteList, location_name: "routes"))
11947
11948
  VpnConnection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
data/lib/aws-sdk-ec2.rb CHANGED
@@ -72,6 +72,6 @@ require_relative 'aws-sdk-ec2/customizations'
72
72
  # @!group service
73
73
  module Aws::EC2
74
74
 
75
- GEM_VERSION = '1.277.0'
75
+ GEM_VERSION = '1.278.0'
76
76
 
77
77
  end
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.277.0
4
+ version: 1.278.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: 2021-11-05 00:00:00.000000000 Z
11
+ date: 2021-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4