aws-sdk-ec2 1.230.0 → 1.235.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.
@@ -1937,6 +1937,8 @@ module Aws::EC2
1937
1937
  # * `ipv6-cidr-block-association.state` - The state of an IPv6 CIDR
1938
1938
  # block associated with the subnet.
1939
1939
  #
1940
+ # * `outpost-arn` - The Amazon Resource Name (ARN) of the Outpost.
1941
+ #
1940
1942
  # * `owner-id` - The ID of the AWS account that owns the subnet.
1941
1943
  #
1942
1944
  # * `state` - The state of the subnet (`pending` \| `available`).
@@ -932,7 +932,7 @@ module Aws::EC2
932
932
  "argument" => "length(security_groups[].group_id) > `0`"
933
933
  },
934
934
  {
935
- "expected" => "InvalidGroupNotFound",
935
+ "expected" => "InvalidGroup.NotFound",
936
936
  "matcher" => "error",
937
937
  "state" => "retry"
938
938
  }
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.230.0
4
+ version: 1.235.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-03-24 00:00:00.000000000 Z
11
+ date: 2021-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4
@@ -111,8 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  - !ruby/object:Gem::Version
112
112
  version: '0'
113
113
  requirements: []
114
- rubyforge_project:
115
- rubygems_version: 2.7.6.2
114
+ rubygems_version: 3.1.6
116
115
  signing_key:
117
116
  specification_version: 4
118
117
  summary: AWS SDK for Ruby - Amazon EC2