@aws-sdk/client-ebs 3.297.0 → 3.299.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/dist-cjs/commands/CompleteSnapshotCommand.js +2 -3
- package/dist-cjs/commands/GetSnapshotBlockCommand.js +1 -1
- package/dist-cjs/commands/ListChangedBlocksCommand.js +1 -1
- package/dist-cjs/commands/ListSnapshotBlocksCommand.js +1 -1
- package/dist-cjs/commands/PutSnapshotBlockCommand.js +1 -1
- package/dist-cjs/models/models_0.js +1 -33
- package/dist-es/commands/CompleteSnapshotCommand.js +2 -3
- package/dist-es/commands/GetSnapshotBlockCommand.js +2 -2
- package/dist-es/commands/ListChangedBlocksCommand.js +2 -2
- package/dist-es/commands/ListSnapshotBlocksCommand.js +2 -2
- package/dist-es/commands/PutSnapshotBlockCommand.js +2 -2
- package/dist-es/models/models_0.js +0 -24
- package/dist-types/models/models_0.d.ts +0 -32
- package/dist-types/ts3.4/models/models_0.d.ts +0 -20
- package/package.json +11 -10
|
@@ -4,7 +4,6 @@ exports.CompleteSnapshotCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class CompleteSnapshotCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class CompleteSnapshotCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -30,7 +30,7 @@ class GetSnapshotBlockCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.GetSnapshotBlockResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class ListChangedBlocksCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.ListChangedBlocksResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class ListSnapshotBlocksCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.ListSnapshotBlocksResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -31,7 +31,7 @@ class PutSnapshotBlockCommand extends smithy_client_1.Command {
|
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
33
|
inputFilterSensitiveLog: models_0_1.PutSnapshotBlockRequestFilterSensitiveLog,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartSnapshotResponseFilterSensitiveLog = exports.StartSnapshotRequestFilterSensitiveLog = exports.
|
|
3
|
+
exports.StartSnapshotResponseFilterSensitiveLog = exports.StartSnapshotRequestFilterSensitiveLog = exports.PutSnapshotBlockRequestFilterSensitiveLog = exports.ListSnapshotBlocksResponseFilterSensitiveLog = exports.ListChangedBlocksResponseFilterSensitiveLog = exports.GetSnapshotBlockResponseFilterSensitiveLog = exports.ChangedBlockFilterSensitiveLog = exports.ConflictException = exports.ConcurrentLimitExceededException = exports.ValidationException = exports.ValidationExceptionReason = exports.ServiceQuotaExceededException = exports.ServiceQuotaExceededExceptionReason = exports.ResourceNotFoundException = exports.ResourceNotFoundExceptionReason = exports.RequestThrottledException = exports.RequestThrottledExceptionReason = exports.InternalServerException = exports.Status = exports.ChecksumAlgorithm = exports.ChecksumAggregationMethod = exports.AccessDeniedException = exports.AccessDeniedExceptionReason = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const EBSServiceException_1 = require("./EBSServiceException");
|
|
6
6
|
var AccessDeniedExceptionReason;
|
|
@@ -169,44 +169,20 @@ class ConflictException extends EBSServiceException_1.EBSServiceException {
|
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
171
|
exports.ConflictException = ConflictException;
|
|
172
|
-
const BlockFilterSensitiveLog = (obj) => ({
|
|
173
|
-
...obj,
|
|
174
|
-
});
|
|
175
|
-
exports.BlockFilterSensitiveLog = BlockFilterSensitiveLog;
|
|
176
172
|
const ChangedBlockFilterSensitiveLog = (obj) => ({
|
|
177
173
|
...obj,
|
|
178
174
|
});
|
|
179
175
|
exports.ChangedBlockFilterSensitiveLog = ChangedBlockFilterSensitiveLog;
|
|
180
|
-
const CompleteSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
181
|
-
...obj,
|
|
182
|
-
});
|
|
183
|
-
exports.CompleteSnapshotRequestFilterSensitiveLog = CompleteSnapshotRequestFilterSensitiveLog;
|
|
184
|
-
const CompleteSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
185
|
-
...obj,
|
|
186
|
-
});
|
|
187
|
-
exports.CompleteSnapshotResponseFilterSensitiveLog = CompleteSnapshotResponseFilterSensitiveLog;
|
|
188
|
-
const GetSnapshotBlockRequestFilterSensitiveLog = (obj) => ({
|
|
189
|
-
...obj,
|
|
190
|
-
});
|
|
191
|
-
exports.GetSnapshotBlockRequestFilterSensitiveLog = GetSnapshotBlockRequestFilterSensitiveLog;
|
|
192
176
|
const GetSnapshotBlockResponseFilterSensitiveLog = (obj) => ({
|
|
193
177
|
...obj,
|
|
194
178
|
...(obj.BlockData && { BlockData: smithy_client_1.SENSITIVE_STRING }),
|
|
195
179
|
});
|
|
196
180
|
exports.GetSnapshotBlockResponseFilterSensitiveLog = GetSnapshotBlockResponseFilterSensitiveLog;
|
|
197
|
-
const ListChangedBlocksRequestFilterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
exports.ListChangedBlocksRequestFilterSensitiveLog = ListChangedBlocksRequestFilterSensitiveLog;
|
|
201
181
|
const ListChangedBlocksResponseFilterSensitiveLog = (obj) => ({
|
|
202
182
|
...obj,
|
|
203
183
|
...(obj.ChangedBlocks && { ChangedBlocks: smithy_client_1.SENSITIVE_STRING }),
|
|
204
184
|
});
|
|
205
185
|
exports.ListChangedBlocksResponseFilterSensitiveLog = ListChangedBlocksResponseFilterSensitiveLog;
|
|
206
|
-
const ListSnapshotBlocksRequestFilterSensitiveLog = (obj) => ({
|
|
207
|
-
...obj,
|
|
208
|
-
});
|
|
209
|
-
exports.ListSnapshotBlocksRequestFilterSensitiveLog = ListSnapshotBlocksRequestFilterSensitiveLog;
|
|
210
186
|
const ListSnapshotBlocksResponseFilterSensitiveLog = (obj) => ({
|
|
211
187
|
...obj,
|
|
212
188
|
...(obj.Blocks && { Blocks: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -217,14 +193,6 @@ const PutSnapshotBlockRequestFilterSensitiveLog = (obj) => ({
|
|
|
217
193
|
...(obj.BlockData && { BlockData: smithy_client_1.SENSITIVE_STRING }),
|
|
218
194
|
});
|
|
219
195
|
exports.PutSnapshotBlockRequestFilterSensitiveLog = PutSnapshotBlockRequestFilterSensitiveLog;
|
|
220
|
-
const PutSnapshotBlockResponseFilterSensitiveLog = (obj) => ({
|
|
221
|
-
...obj,
|
|
222
|
-
});
|
|
223
|
-
exports.PutSnapshotBlockResponseFilterSensitiveLog = PutSnapshotBlockResponseFilterSensitiveLog;
|
|
224
|
-
const TagFilterSensitiveLog = (obj) => ({
|
|
225
|
-
...obj,
|
|
226
|
-
});
|
|
227
|
-
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
228
196
|
const StartSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
229
197
|
...obj,
|
|
230
198
|
...(obj.KmsKeyArn && { KmsKeyArn: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CompleteSnapshotRequestFilterSensitiveLog, CompleteSnapshotResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1CompleteSnapshotCommand, serializeAws_restJson1CompleteSnapshotCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class CompleteSnapshotCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CompleteSnapshotCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetSnapshotBlockResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1GetSnapshotBlockCommand, serializeAws_restJson1GetSnapshotBlockCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class GetSnapshotBlockCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class GetSnapshotBlockCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: GetSnapshotBlockResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListChangedBlocksResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListChangedBlocksCommand, serializeAws_restJson1ListChangedBlocksCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListChangedBlocksCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class ListChangedBlocksCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: ListChangedBlocksResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListSnapshotBlocksResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListSnapshotBlocksCommand, serializeAws_restJson1ListSnapshotBlocksCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class ListSnapshotBlocksCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -27,7 +27,7 @@ export class ListSnapshotBlocksCommand extends $Command {
|
|
|
27
27
|
logger,
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
31
|
outputFilterSensitiveLog: ListSnapshotBlocksResponseFilterSensitiveLog,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { PutSnapshotBlockRequestFilterSensitiveLog,
|
|
4
|
+
import { PutSnapshotBlockRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutSnapshotBlockCommand, serializeAws_restJson1PutSnapshotBlockCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class PutSnapshotBlockCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -28,7 +28,7 @@ export class PutSnapshotBlockCommand extends $Command {
|
|
|
28
28
|
clientName,
|
|
29
29
|
commandName,
|
|
30
30
|
inputFilterSensitiveLog: PutSnapshotBlockRequestFilterSensitiveLog,
|
|
31
|
-
outputFilterSensitiveLog:
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
32
|
};
|
|
33
33
|
const { requestHandler } = configuration;
|
|
34
34
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -158,35 +158,17 @@ export class ConflictException extends __BaseException {
|
|
|
158
158
|
this.Message = opts.Message;
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
|
-
export const BlockFilterSensitiveLog = (obj) => ({
|
|
162
|
-
...obj,
|
|
163
|
-
});
|
|
164
161
|
export const ChangedBlockFilterSensitiveLog = (obj) => ({
|
|
165
162
|
...obj,
|
|
166
163
|
});
|
|
167
|
-
export const CompleteSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
168
|
-
...obj,
|
|
169
|
-
});
|
|
170
|
-
export const CompleteSnapshotResponseFilterSensitiveLog = (obj) => ({
|
|
171
|
-
...obj,
|
|
172
|
-
});
|
|
173
|
-
export const GetSnapshotBlockRequestFilterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
164
|
export const GetSnapshotBlockResponseFilterSensitiveLog = (obj) => ({
|
|
177
165
|
...obj,
|
|
178
166
|
...(obj.BlockData && { BlockData: SENSITIVE_STRING }),
|
|
179
167
|
});
|
|
180
|
-
export const ListChangedBlocksRequestFilterSensitiveLog = (obj) => ({
|
|
181
|
-
...obj,
|
|
182
|
-
});
|
|
183
168
|
export const ListChangedBlocksResponseFilterSensitiveLog = (obj) => ({
|
|
184
169
|
...obj,
|
|
185
170
|
...(obj.ChangedBlocks && { ChangedBlocks: SENSITIVE_STRING }),
|
|
186
171
|
});
|
|
187
|
-
export const ListSnapshotBlocksRequestFilterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
172
|
export const ListSnapshotBlocksResponseFilterSensitiveLog = (obj) => ({
|
|
191
173
|
...obj,
|
|
192
174
|
...(obj.Blocks && { Blocks: SENSITIVE_STRING }),
|
|
@@ -195,12 +177,6 @@ export const PutSnapshotBlockRequestFilterSensitiveLog = (obj) => ({
|
|
|
195
177
|
...obj,
|
|
196
178
|
...(obj.BlockData && { BlockData: SENSITIVE_STRING }),
|
|
197
179
|
});
|
|
198
|
-
export const PutSnapshotBlockResponseFilterSensitiveLog = (obj) => ({
|
|
199
|
-
...obj,
|
|
200
|
-
});
|
|
201
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
180
|
export const StartSnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
205
181
|
...obj,
|
|
206
182
|
...(obj.KmsKeyArn && { KmsKeyArn: SENSITIVE_STRING }),
|
|
@@ -697,42 +697,18 @@ export interface StartSnapshotResponse {
|
|
|
697
697
|
*/
|
|
698
698
|
KmsKeyArn?: string;
|
|
699
699
|
}
|
|
700
|
-
/**
|
|
701
|
-
* @internal
|
|
702
|
-
*/
|
|
703
|
-
export declare const BlockFilterSensitiveLog: (obj: Block) => any;
|
|
704
700
|
/**
|
|
705
701
|
* @internal
|
|
706
702
|
*/
|
|
707
703
|
export declare const ChangedBlockFilterSensitiveLog: (obj: ChangedBlock) => any;
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
|
-
export declare const CompleteSnapshotRequestFilterSensitiveLog: (obj: CompleteSnapshotRequest) => any;
|
|
712
|
-
/**
|
|
713
|
-
* @internal
|
|
714
|
-
*/
|
|
715
|
-
export declare const CompleteSnapshotResponseFilterSensitiveLog: (obj: CompleteSnapshotResponse) => any;
|
|
716
|
-
/**
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
719
|
-
export declare const GetSnapshotBlockRequestFilterSensitiveLog: (obj: GetSnapshotBlockRequest) => any;
|
|
720
704
|
/**
|
|
721
705
|
* @internal
|
|
722
706
|
*/
|
|
723
707
|
export declare const GetSnapshotBlockResponseFilterSensitiveLog: (obj: GetSnapshotBlockResponse) => any;
|
|
724
|
-
/**
|
|
725
|
-
* @internal
|
|
726
|
-
*/
|
|
727
|
-
export declare const ListChangedBlocksRequestFilterSensitiveLog: (obj: ListChangedBlocksRequest) => any;
|
|
728
708
|
/**
|
|
729
709
|
* @internal
|
|
730
710
|
*/
|
|
731
711
|
export declare const ListChangedBlocksResponseFilterSensitiveLog: (obj: ListChangedBlocksResponse) => any;
|
|
732
|
-
/**
|
|
733
|
-
* @internal
|
|
734
|
-
*/
|
|
735
|
-
export declare const ListSnapshotBlocksRequestFilterSensitiveLog: (obj: ListSnapshotBlocksRequest) => any;
|
|
736
712
|
/**
|
|
737
713
|
* @internal
|
|
738
714
|
*/
|
|
@@ -741,14 +717,6 @@ export declare const ListSnapshotBlocksResponseFilterSensitiveLog: (obj: ListSna
|
|
|
741
717
|
* @internal
|
|
742
718
|
*/
|
|
743
719
|
export declare const PutSnapshotBlockRequestFilterSensitiveLog: (obj: PutSnapshotBlockRequest) => any;
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
|
-
export declare const PutSnapshotBlockResponseFilterSensitiveLog: (obj: PutSnapshotBlockResponse) => any;
|
|
748
|
-
/**
|
|
749
|
-
* @internal
|
|
750
|
-
*/
|
|
751
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
752
720
|
/**
|
|
753
721
|
* @internal
|
|
754
722
|
*/
|
|
@@ -208,39 +208,19 @@ export interface StartSnapshotResponse {
|
|
|
208
208
|
ParentSnapshotId?: string;
|
|
209
209
|
KmsKeyArn?: string;
|
|
210
210
|
}
|
|
211
|
-
export declare const BlockFilterSensitiveLog: (obj: Block) => any;
|
|
212
211
|
export declare const ChangedBlockFilterSensitiveLog: (obj: ChangedBlock) => any;
|
|
213
|
-
export declare const CompleteSnapshotRequestFilterSensitiveLog: (
|
|
214
|
-
obj: CompleteSnapshotRequest
|
|
215
|
-
) => any;
|
|
216
|
-
export declare const CompleteSnapshotResponseFilterSensitiveLog: (
|
|
217
|
-
obj: CompleteSnapshotResponse
|
|
218
|
-
) => any;
|
|
219
|
-
export declare const GetSnapshotBlockRequestFilterSensitiveLog: (
|
|
220
|
-
obj: GetSnapshotBlockRequest
|
|
221
|
-
) => any;
|
|
222
212
|
export declare const GetSnapshotBlockResponseFilterSensitiveLog: (
|
|
223
213
|
obj: GetSnapshotBlockResponse
|
|
224
214
|
) => any;
|
|
225
|
-
export declare const ListChangedBlocksRequestFilterSensitiveLog: (
|
|
226
|
-
obj: ListChangedBlocksRequest
|
|
227
|
-
) => any;
|
|
228
215
|
export declare const ListChangedBlocksResponseFilterSensitiveLog: (
|
|
229
216
|
obj: ListChangedBlocksResponse
|
|
230
217
|
) => any;
|
|
231
|
-
export declare const ListSnapshotBlocksRequestFilterSensitiveLog: (
|
|
232
|
-
obj: ListSnapshotBlocksRequest
|
|
233
|
-
) => any;
|
|
234
218
|
export declare const ListSnapshotBlocksResponseFilterSensitiveLog: (
|
|
235
219
|
obj: ListSnapshotBlocksResponse
|
|
236
220
|
) => any;
|
|
237
221
|
export declare const PutSnapshotBlockRequestFilterSensitiveLog: (
|
|
238
222
|
obj: PutSnapshotBlockRequest
|
|
239
223
|
) => any;
|
|
240
|
-
export declare const PutSnapshotBlockResponseFilterSensitiveLog: (
|
|
241
|
-
obj: PutSnapshotBlockResponse
|
|
242
|
-
) => any;
|
|
243
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
244
224
|
export declare const StartSnapshotRequestFilterSensitiveLog: (
|
|
245
225
|
obj: StartSnapshotRequest
|
|
246
226
|
) => any;
|
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.
|
|
4
|
+
"version": "3.299.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo ebs"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,13 +47,13 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
53
|
"@aws-sdk/util-stream-browser": "3.296.0",
|
|
53
54
|
"@aws-sdk/util-stream-node": "3.296.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
56
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
56
57
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
57
58
|
"tslib": "^2.5.0",
|
|
58
59
|
"uuid": "^8.3.2"
|