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.
@@ -318,7 +318,10 @@ module Aws::EC2
318
318
  # index for the instance in the launch group (for example, 0, 1, 2,
319
319
  # and so on).
320
320
  #
321
- # * `launch-time` - The time when the instance was launched.
321
+ # * `launch-time` - The time when the instance was launched, in the ISO
322
+ # 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for
323
+ # example, `2021-09-29T11:04:43.305Z`. You can use a wildcard (`*`),
324
+ # for example, `2021-09-29T*`, which matches an entire day.
322
325
  #
323
326
  # * `metadata-options.http-tokens` - The metadata request authorization
324
327
  # state (`optional` \| `required`)
@@ -2144,7 +2144,10 @@ module Aws::EC2
2144
2144
  # index for the instance in the launch group (for example, 0, 1, 2,
2145
2145
  # and so on).
2146
2146
  #
2147
- # * `launch-time` - The time when the instance was launched.
2147
+ # * `launch-time` - The time when the instance was launched, in the ISO
2148
+ # 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for
2149
+ # example, `2021-09-29T11:04:43.305Z`. You can use a wildcard (`*`),
2150
+ # for example, `2021-09-29T*`, which matches an entire day.
2148
2151
  #
2149
2152
  # * `metadata-options.http-tokens` - The metadata request authorization
2150
2153
  # state (`optional` \| `required`)
@@ -1090,7 +1090,10 @@ module Aws::EC2
1090
1090
  # index for the instance in the launch group (for example, 0, 1, 2,
1091
1091
  # and so on).
1092
1092
  #
1093
- # * `launch-time` - The time when the instance was launched.
1093
+ # * `launch-time` - The time when the instance was launched, in the ISO
1094
+ # 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for
1095
+ # example, `2021-09-29T11:04:43.305Z`. You can use a wildcard (`*`),
1096
+ # for example, `2021-09-29T*`, which matches an entire day.
1094
1097
  #
1095
1098
  # * `metadata-options.http-tokens` - The metadata request authorization
1096
1099
  # state (`optional` \| `required`)