@aws-sdk/client-ebs 3.47.2 → 3.51.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ebs
9
+
10
+
11
+
12
+
13
+
14
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-ebs
17
+
18
+
19
+
20
+
21
+
22
+ # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
23
+
24
+
25
+ ### Features
26
+
27
+ * **clients:** update clients as of 01/28/2022 ([#3263](https://github.com/aws/aws-sdk-js-v3/issues/3263)) ([c207cf4](https://github.com/aws/aws-sdk-js-v3/commit/c207cf4a70ba9ef14dc5b94da7883b0889d64918))
28
+
29
+
30
+
31
+
32
+
33
+ # [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
34
+
35
+ **Note:** Version bump only for package @aws-sdk/client-ebs
36
+
37
+
38
+
39
+
40
+
6
41
  ## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
7
42
 
8
43
  **Note:** Version bump only for package @aws-sdk/client-ebs
@@ -292,16 +292,27 @@ export interface ListChangedBlocksRequest {
292
292
  SecondSnapshotId: string | undefined;
293
293
  /**
294
294
  * <p>The token to request the next page of results.</p>
295
+ * <p>If you specify <b>NextToken</b>, then
296
+ * <b>StartingBlockIndex</b> is ignored.</p>
295
297
  */
296
298
  NextToken?: string;
297
299
  /**
298
- * <p>The number of results to return.</p>
300
+ * <p>The maximum number of blocks to be returned by the request.</p>
301
+ * <p>Even if additional blocks can be retrieved from the snapshot, the request can
302
+ * return less blocks than <b>MaxResults</b> or an empty
303
+ * array of blocks.</p>
304
+ * <p>To retrieve the next set of blocks from the snapshot, make another request with
305
+ * the returned <b>NextToken</b> value. The value of
306
+ * <b>NextToken</b> is <code>null</code> when there are no
307
+ * more blocks to return.</p>
299
308
  */
300
309
  MaxResults?: number;
301
310
  /**
302
311
  * <p>The block index from which the comparison should start.</p>
303
312
  * <p>The list in the response will start from this block index or the next valid block
304
313
  * index in the snapshots.</p>
314
+ * <p>If you specify <b>NextToken</b>, then
315
+ * <b>StartingBlockIndex</b> is ignored.</p>
305
316
  */
306
317
  StartingBlockIndex?: number;
307
318
  }
@@ -347,15 +358,26 @@ export interface ListSnapshotBlocksRequest {
347
358
  SnapshotId: string | undefined;
348
359
  /**
349
360
  * <p>The token to request the next page of results.</p>
361
+ * <p>If you specify <b>NextToken</b>, then
362
+ * <b>StartingBlockIndex</b> is ignored.</p>
350
363
  */
351
364
  NextToken?: string;
352
365
  /**
353
- * <p>The number of results to return.</p>
366
+ * <p>The maximum number of blocks to be returned by the request.</p>
367
+ * <p>Even if additional blocks can be retrieved from the snapshot, the request can
368
+ * return less blocks than <b>MaxResults</b> or an empty
369
+ * array of blocks.</p>
370
+ * <p>To retrieve the next set of blocks from the snapshot, make another request with
371
+ * the returned <b>NextToken</b> value. The value of
372
+ * <b>NextToken</b> is <code>null</code> when there are no
373
+ * more blocks to return.</p>
354
374
  */
355
375
  MaxResults?: number;
356
376
  /**
357
377
  * <p>The block index from which the list should start. The list in the response will start
358
378
  * from this block index or the next valid block index in the snapshot.</p>
379
+ * <p>If you specify <b>NextToken</b>, then
380
+ * <b>StartingBlockIndex</b> is ignored.</p>
359
381
  */
360
382
  StartingBlockIndex?: number;
361
383
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ebs",
3
3
  "description": "AWS SDK for JavaScript Ebs Client for Node.js, Browser and React Native",
4
- "version": "3.47.2",
4
+ "version": "3.51.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,43 +18,49 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.47.2",
22
- "@aws-sdk/config-resolver": "3.47.2",
23
- "@aws-sdk/credential-provider-node": "3.47.2",
24
- "@aws-sdk/fetch-http-handler": "3.47.2",
25
- "@aws-sdk/hash-node": "3.47.2",
26
- "@aws-sdk/invalid-dependency": "3.47.2",
27
- "@aws-sdk/middleware-content-length": "3.47.2",
28
- "@aws-sdk/middleware-host-header": "3.47.2",
29
- "@aws-sdk/middleware-logger": "3.47.2",
30
- "@aws-sdk/middleware-retry": "3.47.2",
31
- "@aws-sdk/middleware-serde": "3.47.2",
32
- "@aws-sdk/middleware-signing": "3.47.2",
33
- "@aws-sdk/middleware-stack": "3.47.2",
34
- "@aws-sdk/middleware-user-agent": "3.47.2",
35
- "@aws-sdk/node-config-provider": "3.47.2",
36
- "@aws-sdk/node-http-handler": "3.47.2",
37
- "@aws-sdk/protocol-http": "3.47.2",
38
- "@aws-sdk/smithy-client": "3.47.2",
39
- "@aws-sdk/types": "3.47.1",
40
- "@aws-sdk/url-parser": "3.47.2",
41
- "@aws-sdk/util-base64-browser": "3.47.1",
42
- "@aws-sdk/util-base64-node": "3.47.2",
43
- "@aws-sdk/util-body-length-browser": "3.47.1",
44
- "@aws-sdk/util-body-length-node": "3.47.1",
45
- "@aws-sdk/util-defaults-mode-browser": "3.47.2",
46
- "@aws-sdk/util-defaults-mode-node": "3.47.2",
47
- "@aws-sdk/util-user-agent-browser": "3.47.2",
48
- "@aws-sdk/util-user-agent-node": "3.47.2",
49
- "@aws-sdk/util-utf8-browser": "3.47.1",
50
- "@aws-sdk/util-utf8-node": "3.47.2",
21
+ "@aws-sdk/client-sts": "3.51.0",
22
+ "@aws-sdk/config-resolver": "3.51.0",
23
+ "@aws-sdk/credential-provider-node": "3.51.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.51.0",
31
+ "@aws-sdk/middleware-serde": "3.50.0",
32
+ "@aws-sdk/middleware-signing": "3.50.0",
33
+ "@aws-sdk/middleware-stack": "3.50.0",
34
+ "@aws-sdk/middleware-user-agent": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.51.0",
36
+ "@aws-sdk/node-http-handler": "3.50.0",
37
+ "@aws-sdk/protocol-http": "3.50.0",
38
+ "@aws-sdk/smithy-client": "3.50.0",
39
+ "@aws-sdk/types": "3.50.0",
40
+ "@aws-sdk/url-parser": "3.50.0",
41
+ "@aws-sdk/util-base64-browser": "3.49.0",
42
+ "@aws-sdk/util-base64-node": "3.49.0",
43
+ "@aws-sdk/util-body-length-browser": "3.49.0",
44
+ "@aws-sdk/util-body-length-node": "3.49.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.51.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.51.0",
49
+ "@aws-sdk/util-utf8-browser": "3.49.0",
50
+ "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0",
52
52
  "uuid": "^8.3.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/service-client-documentation-generator": "3.47.1",
55
+ "@aws-sdk/service-client-documentation-generator": "3.49.0",
56
+ "@tsconfig/recommended": "1.0.1",
56
57
  "@types/node": "^12.7.5",
57
- "@types/uuid": "^8.3.0"
58
+ "@types/uuid": "^8.3.0",
59
+ "concurrently": "7.0.0",
60
+ "downlevel-dts": "0.7.0",
61
+ "rimraf": "3.0.2",
62
+ "typedoc": "0.19.2",
63
+ "typescript": "~4.3.5"
58
64
  },
59
65
  "engines": {
60
66
  "node": ">=12.0.0"