@aws-sdk/client-ebs 3.289.0 → 3.292.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.
@@ -31,6 +31,26 @@ export interface CompleteSnapshotCommandOutput extends CompleteSnapshotResponse,
31
31
  * @see {@link CompleteSnapshotCommandOutput} for command's `response` shape.
32
32
  * @see {@link EBSClientResolvedConfig | config} for EBSClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You do not have sufficient access to perform this action.</p>
36
+ *
37
+ * @throws {@link InternalServerException} (server fault)
38
+ * <p>An internal error has occurred.</p>
39
+ *
40
+ * @throws {@link RequestThrottledException} (client fault)
41
+ * <p>The number of API requests has exceed the maximum allowed API request throttling
42
+ * limit.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The specified resource does not exist.</p>
46
+ *
47
+ * @throws {@link ServiceQuotaExceededException} (client fault)
48
+ * <p>Your current service quotas do not allow you to perform this action.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>The input fails to satisfy the constraints of the EBS direct APIs.</p>
52
+ *
53
+ *
34
54
  */
35
55
  export declare class CompleteSnapshotCommand extends $Command<CompleteSnapshotCommandInput, CompleteSnapshotCommandOutput, EBSClientResolvedConfig> {
36
56
  readonly input: CompleteSnapshotCommandInput;
@@ -29,6 +29,26 @@ export interface GetSnapshotBlockCommandOutput extends __WithSdkStreamMixin<GetS
29
29
  * @see {@link GetSnapshotBlockCommandOutput} for command's `response` shape.
30
30
  * @see {@link EBSClientResolvedConfig | config} for EBSClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An internal error has occurred.</p>
37
+ *
38
+ * @throws {@link RequestThrottledException} (client fault)
39
+ * <p>The number of API requests has exceed the maximum allowed API request throttling
40
+ * limit.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The specified resource does not exist.</p>
44
+ *
45
+ * @throws {@link ServiceQuotaExceededException} (client fault)
46
+ * <p>Your current service quotas do not allow you to perform this action.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints of the EBS direct APIs.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class GetSnapshotBlockCommand extends $Command<GetSnapshotBlockCommandInput, GetSnapshotBlockCommandOutput, EBSClientResolvedConfig> {
34
54
  readonly input: GetSnapshotBlockCommandInput;
@@ -30,6 +30,26 @@ export interface ListChangedBlocksCommandOutput extends ListChangedBlocksRespons
30
30
  * @see {@link ListChangedBlocksCommandOutput} for command's `response` shape.
31
31
  * @see {@link EBSClientResolvedConfig | config} for EBSClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You do not have sufficient access to perform this action.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>An internal error has occurred.</p>
38
+ *
39
+ * @throws {@link RequestThrottledException} (client fault)
40
+ * <p>The number of API requests has exceed the maximum allowed API request throttling
41
+ * limit.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The specified resource does not exist.</p>
45
+ *
46
+ * @throws {@link ServiceQuotaExceededException} (client fault)
47
+ * <p>Your current service quotas do not allow you to perform this action.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The input fails to satisfy the constraints of the EBS direct APIs.</p>
51
+ *
52
+ *
33
53
  */
34
54
  export declare class ListChangedBlocksCommand extends $Command<ListChangedBlocksCommandInput, ListChangedBlocksCommandOutput, EBSClientResolvedConfig> {
35
55
  readonly input: ListChangedBlocksCommandInput;
@@ -29,6 +29,26 @@ export interface ListSnapshotBlocksCommandOutput extends ListSnapshotBlocksRespo
29
29
  * @see {@link ListSnapshotBlocksCommandOutput} for command's `response` shape.
30
30
  * @see {@link EBSClientResolvedConfig | config} for EBSClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have sufficient access to perform this action.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An internal error has occurred.</p>
37
+ *
38
+ * @throws {@link RequestThrottledException} (client fault)
39
+ * <p>The number of API requests has exceed the maximum allowed API request throttling
40
+ * limit.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The specified resource does not exist.</p>
44
+ *
45
+ * @throws {@link ServiceQuotaExceededException} (client fault)
46
+ * <p>Your current service quotas do not allow you to perform this action.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints of the EBS direct APIs.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class ListSnapshotBlocksCommand extends $Command<ListSnapshotBlocksCommandInput, ListSnapshotBlocksCommandOutput, EBSClientResolvedConfig> {
34
54
  readonly input: ListSnapshotBlocksCommandInput;
@@ -42,6 +42,26 @@ export interface PutSnapshotBlockCommandOutput extends PutSnapshotBlockResponse,
42
42
  * @see {@link PutSnapshotBlockCommandOutput} for command's `response` shape.
43
43
  * @see {@link EBSClientResolvedConfig | config} for EBSClient's `config` shape.
44
44
  *
45
+ * @throws {@link AccessDeniedException} (client fault)
46
+ * <p>You do not have sufficient access to perform this action.</p>
47
+ *
48
+ * @throws {@link InternalServerException} (server fault)
49
+ * <p>An internal error has occurred.</p>
50
+ *
51
+ * @throws {@link RequestThrottledException} (client fault)
52
+ * <p>The number of API requests has exceed the maximum allowed API request throttling
53
+ * limit.</p>
54
+ *
55
+ * @throws {@link ResourceNotFoundException} (client fault)
56
+ * <p>The specified resource does not exist.</p>
57
+ *
58
+ * @throws {@link ServiceQuotaExceededException} (client fault)
59
+ * <p>Your current service quotas do not allow you to perform this action.</p>
60
+ *
61
+ * @throws {@link ValidationException} (client fault)
62
+ * <p>The input fails to satisfy the constraints of the EBS direct APIs.</p>
63
+ *
64
+ *
45
65
  */
46
66
  export declare class PutSnapshotBlockCommand extends $Command<PutSnapshotBlockCommandInput, PutSnapshotBlockCommandOutput, EBSClientResolvedConfig> {
47
67
  readonly input: PutSnapshotBlockCommandInput;
@@ -32,6 +32,35 @@ export interface StartSnapshotCommandOutput extends StartSnapshotResponse, __Met
32
32
  * @see {@link StartSnapshotCommandOutput} for command's `response` shape.
33
33
  * @see {@link EBSClientResolvedConfig | config} for EBSClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>You do not have sufficient access to perform this action.</p>
37
+ *
38
+ * @throws {@link ConcurrentLimitExceededException} (client fault)
39
+ * <p>You have reached the limit for concurrent API requests. For more information, see
40
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-accessing-snapshot.html#ebsapi-performance">Optimizing performance of the EBS direct APIs</a> in the <i>Amazon Elastic Compute Cloud
41
+ * User Guide</i>.</p>
42
+ *
43
+ * @throws {@link ConflictException} (client fault)
44
+ * <p>The request uses the same client token as a previous, but non-identical
45
+ * request.</p>
46
+ *
47
+ * @throws {@link InternalServerException} (server fault)
48
+ * <p>An internal error has occurred.</p>
49
+ *
50
+ * @throws {@link RequestThrottledException} (client fault)
51
+ * <p>The number of API requests has exceed the maximum allowed API request throttling
52
+ * limit.</p>
53
+ *
54
+ * @throws {@link ResourceNotFoundException} (client fault)
55
+ * <p>The specified resource does not exist.</p>
56
+ *
57
+ * @throws {@link ServiceQuotaExceededException} (client fault)
58
+ * <p>Your current service quotas do not allow you to perform this action.</p>
59
+ *
60
+ * @throws {@link ValidationException} (client fault)
61
+ * <p>The input fails to satisfy the constraints of the EBS direct APIs.</p>
62
+ *
63
+ *
35
64
  */
36
65
  export declare class StartSnapshotCommand extends $Command<StartSnapshotCommandInput, StartSnapshotCommandOutput, EBSClientResolvedConfig> {
37
66
  readonly input: StartSnapshotCommandInput;
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.289.0",
4
+ "version": "3.292.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",
@@ -20,59 +20,54 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-stream-browser": "3.289.0",
53
- "@aws-sdk/util-stream-node": "3.289.0",
54
- "@aws-sdk/util-user-agent-browser": "3.289.0",
55
- "@aws-sdk/util-user-agent-node": "3.289.0",
56
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-stream-browser": "3.292.0",
53
+ "@aws-sdk/util-stream-node": "3.292.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
55
+ "@aws-sdk/util-user-agent-node": "3.292.0",
56
+ "@aws-sdk/util-utf8": "3.292.0",
57
57
  "tslib": "^2.3.1",
58
58
  "uuid": "^8.3.2"
59
59
  },
60
60
  "devDependencies": {
61
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
61
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
62
62
  "@tsconfig/node14": "1.0.3",
63
63
  "@types/node": "^14.14.31",
64
64
  "@types/uuid": "^8.3.0",
65
65
  "concurrently": "7.0.0",
66
66
  "downlevel-dts": "0.10.1",
67
67
  "rimraf": "3.0.2",
68
- "typedoc": "0.19.2",
68
+ "typedoc": "0.23.23",
69
69
  "typescript": "~4.6.2"
70
70
  },
71
- "overrides": {
72
- "typedoc": {
73
- "typescript": "~4.6.2"
74
- }
75
- },
76
71
  "engines": {
77
72
  "node": ">=14.0.0"
78
73
  },