You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The <code>NextToken</code> value to include in a future <code>DescribeVolumes</code> request. When the results of a <code>DescribeVolumes</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.
260
-
line_items:
261
-
type: list
262
-
items:
263
-
type: object
264
-
properties:
265
-
type:
266
-
type: string
267
-
description: The key type
268
-
example: x509
269
-
not_before:
270
-
type: string
271
-
description: Textual date representation of the key's not before date.
272
-
example: Mar 22 02:50:46 2025 GMT
273
-
not_after:
274
-
type: string
275
-
description: Textual date representation of the key's not after date.
276
-
example: Mar 22 02:50:46 2025 GMT
277
-
public_key_algorithm:
278
-
type: string
279
-
description: The public key algorithm used by the key.
280
-
example: rsaEncryption
254
+
$ref: '#/components/schemas/DisplayVolumesSchema'
281
255
transform:
282
256
body: >
283
257
{
@@ -404,6 +378,42 @@ components:
404
378
- xml:
405
379
name: nextToken
406
380
description: The <code>NextToken</code> value returned from a previous paginated <code>DescribeVolumes</code> request where <code>MaxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>NextToken</code> value. This value is <code>null</code> when there are no more results to return.
381
+
DisplayVolumesSchema:
382
+
title: Key Display
383
+
type: object
384
+
properties:
385
+
next_page_token:
386
+
type: string
387
+
description: The <code>NextToken</code> value to include in a future <code>DescribeVolumes</code> request. When the results of a <code>DescribeVolumes</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.
388
+
line_items:
389
+
type: array
390
+
items:
391
+
type: object
392
+
properties:
393
+
volume_type:
394
+
type: string
395
+
description: The volume type
396
+
example: gp3
397
+
volume_id:
398
+
type: string
399
+
example: vol-00aaaccc111000000
400
+
snapshot_id:
401
+
type: string
402
+
status:
403
+
type: string
404
+
availability_zone:
405
+
type: string
406
+
create_time:
407
+
type: string
408
+
description: Textual datetime representation of the volume's creation time.
description: The <code>NextToken</code> value to include in a future <code>DescribeVolumes</code> request. When the results of a <code>DescribeVolumes</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.
255
-
line_items:
256
-
type: list
257
-
items:
258
-
type: object
259
-
properties:
260
-
type:
261
-
type: string
262
-
description: The key type
263
-
example: x509
264
-
not_before:
265
-
type: string
266
-
description: Textual date representation of the key's not before date.
267
-
example: Mar 22 02:50:46 2025 GMT
268
-
not_after:
269
-
type: string
270
-
description: Textual date representation of the key's not after date.
271
-
example: Mar 22 02:50:46 2025 GMT
272
-
public_key_algorithm:
273
-
type: string
274
-
description: The public key algorithm used by the key.
275
-
example: rsaEncryption
249
+
$ref: '#/components/schemas/DisplayVolumesSchema'
276
250
transform:
277
251
body: >
278
252
{
@@ -399,6 +373,42 @@ components:
399
373
- xml:
400
374
name: nextToken
401
375
description: The <code>NextToken</code> value returned from a previous paginated <code>DescribeVolumes</code> request where <code>MaxResults</code> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <code>NextToken</code> value. This value is <code>null</code> when there are no more results to return.
376
+
DisplayVolumesSchema:
377
+
title: Key Display
378
+
type: object
379
+
properties:
380
+
next_page_token:
381
+
type: string
382
+
description: The <code>NextToken</code> value to include in a future <code>DescribeVolumes</code> request. When the results of a <code>DescribeVolumes</code> request exceed <code>MaxResults</code>, this value can be used to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.
383
+
line_items:
384
+
type: array
385
+
items:
386
+
type: object
387
+
properties:
388
+
volume_type:
389
+
type: string
390
+
description: The volume type
391
+
example: gp3
392
+
volume_id:
393
+
type: string
394
+
example: vol-00aaaccc111000000
395
+
snapshot_id:
396
+
type: string
397
+
status:
398
+
type: string
399
+
availability_zone:
400
+
type: string
401
+
create_time:
402
+
type: string
403
+
description: Textual datetime representation of the volume's creation time.
0 commit comments