aws-sdk-ec2 1.356.0 → 1.358.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 +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +126 -131
- data/lib/aws-sdk-ec2/endpoint_provider.rb +38 -99
- data/lib/aws-sdk-ec2/placement_group.rb +6 -3
- data/lib/aws-sdk-ec2/resource.rb +7 -5
- data/lib/aws-sdk-ec2/security_group.rb +14 -11
- data/lib/aws-sdk-ec2/subnet.rb +7 -5
- data/lib/aws-sdk-ec2/types.rb +198 -199
- data/lib/aws-sdk-ec2/vpc.rb +6 -3
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
@@ -1042,12 +1042,15 @@ module Aws::EC2
|
|
1042
1042
|
# * `metadata-options.http-tokens` - The metadata request authorization
|
1043
1043
|
# state (`optional` \| `required`)
|
1044
1044
|
#
|
1045
|
-
# * `metadata-options.http-put-response-hop-limit` - The
|
1045
|
+
# * `metadata-options.http-put-response-hop-limit` - The HTTP metadata
|
1046
1046
|
# request put response hop limit (integer, possible values `1` to
|
1047
1047
|
# `64`)
|
1048
1048
|
#
|
1049
|
-
# * `metadata-options.http-endpoint` -
|
1050
|
-
# on
|
1049
|
+
# * `metadata-options.http-endpoint` - The status of access to the HTTP
|
1050
|
+
# metadata endpoint on your instance (`enabled` \| `disabled`)
|
1051
|
+
#
|
1052
|
+
# * `metadata-options.instance-metadata-tags` - The status of access to
|
1053
|
+
# instance tags from the instance metadata (`enabled` \| `disabled`)
|
1051
1054
|
#
|
1052
1055
|
# * `monitoring-state` - Indicates whether detailed monitoring is
|
1053
1056
|
# enabled (`disabled` \| `enabled`).
|
data/lib/aws-sdk-ec2.rb
CHANGED
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.
|
4
|
+
version: 1.358.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:
|
11
|
+
date: 2023-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|