aws-sdk-ec2 1.272.0 → 1.273.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +988 -2
- data/lib/aws-sdk-ec2/client_api.rb +265 -0
- data/lib/aws-sdk-ec2/placement_group.rb +4 -1
- data/lib/aws-sdk-ec2/resource.rb +4 -1
- data/lib/aws-sdk-ec2/subnet.rb +4 -1
- data/lib/aws-sdk-ec2/types.rb +2520 -10
- data/lib/aws-sdk-ec2/vpc.rb +4 -1
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-ec2/vpc.rb
CHANGED
@@ -1016,7 +1016,10 @@ module Aws::EC2
|
|
1016
1016
|
# index for the instance in the launch group (for example, 0, 1, 2,
|
1017
1017
|
# and so on).
|
1018
1018
|
#
|
1019
|
-
# * `launch-time` - The time when the instance was launched
|
1019
|
+
# * `launch-time` - The time when the instance was launched, in the ISO
|
1020
|
+
# 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for
|
1021
|
+
# example, `2021-09-29T11:04:43.305Z`. You can use a wildcard (`*`),
|
1022
|
+
# for example, `2021-09-29T*`, which matches an entire day.
|
1020
1023
|
#
|
1021
1024
|
# * `metadata-options.http-tokens` - The metadata request authorization
|
1022
1025
|
# state (`optional` \| `required`)
|
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.273.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-10-
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|