aws-sdk-ec2 1.481.0 → 1.482.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2366,11 +2366,11 @@ module Aws::EC2
2366
2366
  # * `sriov-net-support` - A value of `simple` indicates that enhanced
2367
2367
  # networking with the Intel 82599 VF interface is enabled.
2368
2368
  #
2369
- # * `tag`:<key> - The key/value combination of a tag assigned to
2370
- # the resource. Use the tag key in the filter name and the tag value
2371
- # as the filter value. For example, to find all resources that have a
2372
- # tag with the key `Owner` and the value `TeamA`, specify `tag:Owner`
2373
- # for the filter name and `TeamA` for the filter value.
2369
+ # * `tag:<key>` - The key/value combination of a tag assigned to the
2370
+ # resource. Use the tag key in the filter name and the tag value as
2371
+ # the filter value. For example, to find all resources that have a tag
2372
+ # with the key `Owner` and the value `TeamA`, specify `tag:Owner` for
2373
+ # the filter name and `TeamA` for the filter value.
2374
2374
  #
2375
2375
  # * `tag-key` - The key of a tag assigned to the resource. Use this
2376
2376
  # filter to find all resources assigned a tag with a specific key,
@@ -19849,10 +19849,10 @@ module Aws::EC2
19849
19849
  # * `sriov-net-support` - A value of `simple` indicates that enhanced
19850
19850
  # networking with the Intel 82599 VF interface is enabled.
19851
19851
  #
19852
- # * `tag`:&lt;key&gt; - The key/value combination of a tag assigned to
19853
- # the resource. Use the tag key in the filter name and the tag value
19854
- # as the filter value. For example, to find all resources that have
19855
- # a tag with the key `Owner` and the value `TeamA`, specify
19852
+ # * `tag:<key>` - The key/value combination of a tag assigned to the
19853
+ # resource. Use the tag key in the filter name and the tag value as
19854
+ # the filter value. For example, to find all resources that have a
19855
+ # tag with the key `Owner` and the value `TeamA`, specify
19856
19856
  # `tag:Owner` for the filter name and `TeamA` for the filter value.
19857
19857
  #
19858
19858
  # * `tag-key` - The key of a tag assigned to the resource. Use this
data/lib/aws-sdk-ec2.rb CHANGED
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.481.0'
81
+ GEM_VERSION = '1.482.0'
82
82
 
83
83
  end
84
84
 
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.481.0
4
+ version: 1.482.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: 2024-10-10 00:00:00.000000000 Z
11
+ date: 2024-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.207.0
22
+ version: 3.210.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.207.0
32
+ version: 3.210.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement