@aws-sdk/client-cloudhsm-v2 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/CloudHSMV2.js +0 -5
- package/dist-cjs/CloudHSMV2Client.js +0 -10
- package/dist-cjs/commands/CopyBackupToRegionCommand.js +0 -25
- package/dist-cjs/commands/CreateClusterCommand.js +0 -25
- package/dist-cjs/commands/CreateHsmCommand.js +0 -26
- package/dist-cjs/commands/DeleteBackupCommand.js +0 -27
- package/dist-cjs/commands/DeleteClusterCommand.js +0 -26
- package/dist-cjs/commands/DeleteHsmCommand.js +0 -27
- package/dist-cjs/commands/DescribeBackupsCommand.js +0 -30
- package/dist-cjs/commands/DescribeClustersCommand.js +0 -30
- package/dist-cjs/commands/InitializeClusterCommand.js +0 -28
- package/dist-cjs/commands/ListTagsCommand.js +0 -30
- package/dist-cjs/commands/ModifyBackupAttributesCommand.js +0 -25
- package/dist-cjs/commands/ModifyClusterCommand.js +0 -25
- package/dist-cjs/commands/RestoreBackupCommand.js +0 -27
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/index.js +18 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -22
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -130
- package/dist-cjs/pagination/DescribeBackupsPaginator.js +0 -11
- package/dist-cjs/pagination/DescribeClustersPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListTagsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/CloudHSMV2.js +0 -1
- package/dist-es/CloudHSMV2Client.js +0 -1
- package/dist-es/commands/CopyBackupToRegionCommand.js +0 -1
- package/dist-es/commands/CreateClusterCommand.js +0 -1
- package/dist-es/commands/CreateHsmCommand.js +0 -1
- package/dist-es/commands/DeleteBackupCommand.js +0 -1
- package/dist-es/commands/DeleteClusterCommand.js +0 -1
- package/dist-es/commands/DeleteHsmCommand.js +0 -1
- package/dist-es/commands/DescribeBackupsCommand.js +0 -1
- package/dist-es/commands/DescribeClustersCommand.js +0 -1
- package/dist-es/commands/InitializeClusterCommand.js +0 -1
- package/dist-es/commands/ListTagsCommand.js +0 -1
- package/dist-es/commands/ModifyBackupAttributesCommand.js +0 -1
- package/dist-es/commands/ModifyClusterCommand.js +0 -1
- package/dist-es/commands/RestoreBackupCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/index.js +15 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -22
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/DescribeBackupsPaginator.js +0 -1
- package/dist-es/pagination/DescribeClustersPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListTagsPaginator.js +0 -1
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/index.d.ts +4 -21
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/CloudHSMV2.d.ts +16 -75
- package/dist-types/ts3.4/CloudHSMV2Client.d.ts +24 -90
- package/dist-types/ts3.4/commands/CopyBackupToRegionCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/InitializeClusterCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ModifyBackupAttributesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/RestoreBackupCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/index.d.ts +4 -21
- package/dist-types/ts3.4/models/models_0.d.ts +159 -565
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/CloudHSMV2.js.map +0 -1
- package/dist-cjs/CloudHSMV2Client.js.map +0 -1
- package/dist-cjs/commands/CopyBackupToRegionCommand.js.map +0 -1
- package/dist-cjs/commands/CreateClusterCommand.js.map +0 -1
- package/dist-cjs/commands/CreateHsmCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteBackupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteClusterCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteHsmCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeBackupsCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeClustersCommand.js.map +0 -1
- package/dist-cjs/commands/InitializeClusterCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsCommand.js.map +0 -1
- package/dist-cjs/commands/ModifyBackupAttributesCommand.js.map +0 -1
- package/dist-cjs/commands/ModifyClusterCommand.js.map +0 -1
- package/dist-cjs/commands/RestoreBackupCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/DescribeBackupsPaginator.js.map +0 -1
- package/dist-cjs/pagination/DescribeClustersPaginator.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListTagsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/CloudHSMV2.js.map +0 -1
- package/dist-es/CloudHSMV2Client.js.map +0 -1
- package/dist-es/commands/CopyBackupToRegionCommand.js.map +0 -1
- package/dist-es/commands/CreateClusterCommand.js.map +0 -1
- package/dist-es/commands/CreateHsmCommand.js.map +0 -1
- package/dist-es/commands/DeleteBackupCommand.js.map +0 -1
- package/dist-es/commands/DeleteClusterCommand.js.map +0 -1
- package/dist-es/commands/DeleteHsmCommand.js.map +0 -1
- package/dist-es/commands/DescribeBackupsCommand.js.map +0 -1
- package/dist-es/commands/DescribeClustersCommand.js.map +0 -1
- package/dist-es/commands/InitializeClusterCommand.js.map +0 -1
- package/dist-es/commands/ListTagsCommand.js.map +0 -1
- package/dist-es/commands/ModifyBackupAttributesCommand.js.map +0 -1
- package/dist-es/commands/ModifyClusterCommand.js.map +0 -1
- package/dist-es/commands/RestoreBackupCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/DescribeBackupsPaginator.js.map +0 -1
- package/dist-es/pagination/DescribeClustersPaginator.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListTagsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_json1_1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/CloudHSMV2.ts +0 -547
- package/src/CloudHSMV2Client.ts +0 -285
- package/src/commands/CopyBackupToRegionCommand.ts +0 -95
- package/src/commands/CreateClusterCommand.ts +0 -95
- package/src/commands/CreateHsmCommand.ts +0 -93
- package/src/commands/DeleteBackupCommand.ts +0 -97
- package/src/commands/DeleteClusterCommand.ts +0 -96
- package/src/commands/DeleteHsmCommand.ts +0 -94
- package/src/commands/DescribeBackupsCommand.ts +0 -100
- package/src/commands/DescribeClustersCommand.ts +0 -100
- package/src/commands/InitializeClusterCommand.ts +0 -98
- package/src/commands/ListTagsCommand.ts +0 -97
- package/src/commands/ModifyBackupAttributesCommand.ts +0 -95
- package/src/commands/ModifyClusterCommand.ts +0 -95
- package/src/commands/RestoreBackupCommand.ts +0 -97
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -22
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -1175
- package/src/pagination/DescribeBackupsPaginator.ts +0 -59
- package/src/pagination/DescribeClustersPaginator.ts +0 -59
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListTagsPaginator.ts +0 -55
- package/src/protocols/Aws_json1_1.ts +0 -2363
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Adds or overwrites one or more tags for the specified AWS CloudHSM cluster.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { CloudHSMV2Client, TagResourceCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import
|
|
14
|
-
* // const { CloudHSMV2Client, TagResourceCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import
|
|
15
|
-
* const client = new CloudHSMV2Client(config);
|
|
16
|
-
* const command = new TagResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link CloudHSMV2ClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.TagResourceCommand = TagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Removes the specified tag or tags from the specified AWS CloudHSM cluster.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { CloudHSMV2Client, UntagResourceCommand } from "@aws-sdk/client-cloudhsm-v2"; // ES Modules import
|
|
14
|
-
* // const { CloudHSMV2Client, UntagResourceCommand } = require("@aws-sdk/client-cloudhsm-v2"); // CommonJS import
|
|
15
|
-
* const client = new CloudHSMV2Client(config);
|
|
16
|
-
* const command = new UntagResourceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link CloudHSMV2ClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./CopyBackupToRegionCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateClusterCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreateHsmCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./DeleteBackupCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./DeleteClusterCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./DeleteHsmCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./DescribeBackupsCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./DescribeClustersCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./InitializeClusterCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListTagsCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ModifyBackupAttributesCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ModifyClusterCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./RestoreBackupCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -35,7 +35,7 @@ const partitionHash = {
|
|
|
35
35
|
hostname: "cloudhsmv2.{region}.amazonaws.com.cn",
|
|
36
36
|
},
|
|
37
37
|
"aws-iso": {
|
|
38
|
-
regions: ["us-iso-east-1"],
|
|
38
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
39
39
|
hostname: "cloudhsmv2.{region}.c2s.ic.gov",
|
|
40
40
|
},
|
|
41
41
|
"aws-iso-b": {
|
|
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
|
|
|
54
54
|
partitionHash,
|
|
55
55
|
});
|
|
56
56
|
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
|
57
|
-
//# sourceMappingURL=endpoints.js.map
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,26 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CloudHSMV2Client"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./CloudHSMV2"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/DeleteClusterCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/DeleteHsmCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/DescribeBackupsCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./pagination/DescribeBackupsPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/DescribeClustersCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./pagination/DescribeClustersPaginator"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/InitializeClusterCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/ListTagsCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./pagination/ListTagsPaginator"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/ModifyBackupAttributesCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/ModifyClusterCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/RestoreBackupCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
26
|
-
//# sourceMappingURL=index.js.map
|
|
5
|
+
tslib_1.__exportStar(require("./CloudHSMV2Client"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -10,18 +10,12 @@ var BackupState;
|
|
|
10
10
|
})(BackupState = exports.BackupState || (exports.BackupState = {}));
|
|
11
11
|
var Tag;
|
|
12
12
|
(function (Tag) {
|
|
13
|
-
/**
|
|
14
|
-
* @internal
|
|
15
|
-
*/
|
|
16
13
|
Tag.filterSensitiveLog = (obj) => ({
|
|
17
14
|
...obj,
|
|
18
15
|
});
|
|
19
16
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
20
17
|
var Backup;
|
|
21
18
|
(function (Backup) {
|
|
22
|
-
/**
|
|
23
|
-
* @internal
|
|
24
|
-
*/
|
|
25
19
|
Backup.filterSensitiveLog = (obj) => ({
|
|
26
20
|
...obj,
|
|
27
21
|
});
|
|
@@ -36,108 +30,72 @@ var BackupRetentionType;
|
|
|
36
30
|
})(BackupRetentionType = exports.BackupRetentionType || (exports.BackupRetentionType = {}));
|
|
37
31
|
var BackupRetentionPolicy;
|
|
38
32
|
(function (BackupRetentionPolicy) {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
33
|
BackupRetentionPolicy.filterSensitiveLog = (obj) => ({
|
|
43
34
|
...obj,
|
|
44
35
|
});
|
|
45
36
|
})(BackupRetentionPolicy = exports.BackupRetentionPolicy || (exports.BackupRetentionPolicy = {}));
|
|
46
37
|
var CloudHsmAccessDeniedException;
|
|
47
38
|
(function (CloudHsmAccessDeniedException) {
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
39
|
CloudHsmAccessDeniedException.filterSensitiveLog = (obj) => ({
|
|
52
40
|
...obj,
|
|
53
41
|
});
|
|
54
42
|
})(CloudHsmAccessDeniedException = exports.CloudHsmAccessDeniedException || (exports.CloudHsmAccessDeniedException = {}));
|
|
55
43
|
var CloudHsmInternalFailureException;
|
|
56
44
|
(function (CloudHsmInternalFailureException) {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
45
|
CloudHsmInternalFailureException.filterSensitiveLog = (obj) => ({
|
|
61
46
|
...obj,
|
|
62
47
|
});
|
|
63
48
|
})(CloudHsmInternalFailureException = exports.CloudHsmInternalFailureException || (exports.CloudHsmInternalFailureException = {}));
|
|
64
49
|
var CloudHsmInvalidRequestException;
|
|
65
50
|
(function (CloudHsmInvalidRequestException) {
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
51
|
CloudHsmInvalidRequestException.filterSensitiveLog = (obj) => ({
|
|
70
52
|
...obj,
|
|
71
53
|
});
|
|
72
54
|
})(CloudHsmInvalidRequestException = exports.CloudHsmInvalidRequestException || (exports.CloudHsmInvalidRequestException = {}));
|
|
73
55
|
var CloudHsmResourceNotFoundException;
|
|
74
56
|
(function (CloudHsmResourceNotFoundException) {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
57
|
CloudHsmResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
79
58
|
...obj,
|
|
80
59
|
});
|
|
81
60
|
})(CloudHsmResourceNotFoundException = exports.CloudHsmResourceNotFoundException || (exports.CloudHsmResourceNotFoundException = {}));
|
|
82
61
|
var CloudHsmServiceException;
|
|
83
62
|
(function (CloudHsmServiceException) {
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
63
|
CloudHsmServiceException.filterSensitiveLog = (obj) => ({
|
|
88
64
|
...obj,
|
|
89
65
|
});
|
|
90
66
|
})(CloudHsmServiceException = exports.CloudHsmServiceException || (exports.CloudHsmServiceException = {}));
|
|
91
67
|
var CloudHsmTagException;
|
|
92
68
|
(function (CloudHsmTagException) {
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
69
|
CloudHsmTagException.filterSensitiveLog = (obj) => ({
|
|
97
70
|
...obj,
|
|
98
71
|
});
|
|
99
72
|
})(CloudHsmTagException = exports.CloudHsmTagException || (exports.CloudHsmTagException = {}));
|
|
100
73
|
var CopyBackupToRegionRequest;
|
|
101
74
|
(function (CopyBackupToRegionRequest) {
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
75
|
CopyBackupToRegionRequest.filterSensitiveLog = (obj) => ({
|
|
106
76
|
...obj,
|
|
107
77
|
});
|
|
108
78
|
})(CopyBackupToRegionRequest = exports.CopyBackupToRegionRequest || (exports.CopyBackupToRegionRequest = {}));
|
|
109
79
|
var DestinationBackup;
|
|
110
80
|
(function (DestinationBackup) {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
81
|
DestinationBackup.filterSensitiveLog = (obj) => ({
|
|
115
82
|
...obj,
|
|
116
83
|
});
|
|
117
84
|
})(DestinationBackup = exports.DestinationBackup || (exports.DestinationBackup = {}));
|
|
118
85
|
var CopyBackupToRegionResponse;
|
|
119
86
|
(function (CopyBackupToRegionResponse) {
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
87
|
CopyBackupToRegionResponse.filterSensitiveLog = (obj) => ({
|
|
124
88
|
...obj,
|
|
125
89
|
});
|
|
126
90
|
})(CopyBackupToRegionResponse = exports.CopyBackupToRegionResponse || (exports.CopyBackupToRegionResponse = {}));
|
|
127
91
|
var CreateClusterRequest;
|
|
128
92
|
(function (CreateClusterRequest) {
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
93
|
CreateClusterRequest.filterSensitiveLog = (obj) => ({
|
|
133
94
|
...obj,
|
|
134
95
|
});
|
|
135
96
|
})(CreateClusterRequest = exports.CreateClusterRequest || (exports.CreateClusterRequest = {}));
|
|
136
97
|
var Certificates;
|
|
137
98
|
(function (Certificates) {
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
99
|
Certificates.filterSensitiveLog = (obj) => ({
|
|
142
100
|
...obj,
|
|
143
101
|
});
|
|
@@ -152,9 +110,6 @@ var HsmState;
|
|
|
152
110
|
})(HsmState = exports.HsmState || (exports.HsmState = {}));
|
|
153
111
|
var Hsm;
|
|
154
112
|
(function (Hsm) {
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
113
|
Hsm.filterSensitiveLog = (obj) => ({
|
|
159
114
|
...obj,
|
|
160
115
|
});
|
|
@@ -173,254 +128,169 @@ var ClusterState;
|
|
|
173
128
|
})(ClusterState = exports.ClusterState || (exports.ClusterState = {}));
|
|
174
129
|
var Cluster;
|
|
175
130
|
(function (Cluster) {
|
|
176
|
-
/**
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
179
131
|
Cluster.filterSensitiveLog = (obj) => ({
|
|
180
132
|
...obj,
|
|
181
133
|
});
|
|
182
134
|
})(Cluster = exports.Cluster || (exports.Cluster = {}));
|
|
183
135
|
var CreateClusterResponse;
|
|
184
136
|
(function (CreateClusterResponse) {
|
|
185
|
-
/**
|
|
186
|
-
* @internal
|
|
187
|
-
*/
|
|
188
137
|
CreateClusterResponse.filterSensitiveLog = (obj) => ({
|
|
189
138
|
...obj,
|
|
190
139
|
});
|
|
191
140
|
})(CreateClusterResponse = exports.CreateClusterResponse || (exports.CreateClusterResponse = {}));
|
|
192
141
|
var CreateHsmRequest;
|
|
193
142
|
(function (CreateHsmRequest) {
|
|
194
|
-
/**
|
|
195
|
-
* @internal
|
|
196
|
-
*/
|
|
197
143
|
CreateHsmRequest.filterSensitiveLog = (obj) => ({
|
|
198
144
|
...obj,
|
|
199
145
|
});
|
|
200
146
|
})(CreateHsmRequest = exports.CreateHsmRequest || (exports.CreateHsmRequest = {}));
|
|
201
147
|
var CreateHsmResponse;
|
|
202
148
|
(function (CreateHsmResponse) {
|
|
203
|
-
/**
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
149
|
CreateHsmResponse.filterSensitiveLog = (obj) => ({
|
|
207
150
|
...obj,
|
|
208
151
|
});
|
|
209
152
|
})(CreateHsmResponse = exports.CreateHsmResponse || (exports.CreateHsmResponse = {}));
|
|
210
153
|
var DeleteBackupRequest;
|
|
211
154
|
(function (DeleteBackupRequest) {
|
|
212
|
-
/**
|
|
213
|
-
* @internal
|
|
214
|
-
*/
|
|
215
155
|
DeleteBackupRequest.filterSensitiveLog = (obj) => ({
|
|
216
156
|
...obj,
|
|
217
157
|
});
|
|
218
158
|
})(DeleteBackupRequest = exports.DeleteBackupRequest || (exports.DeleteBackupRequest = {}));
|
|
219
159
|
var DeleteBackupResponse;
|
|
220
160
|
(function (DeleteBackupResponse) {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
161
|
DeleteBackupResponse.filterSensitiveLog = (obj) => ({
|
|
225
162
|
...obj,
|
|
226
163
|
});
|
|
227
164
|
})(DeleteBackupResponse = exports.DeleteBackupResponse || (exports.DeleteBackupResponse = {}));
|
|
228
165
|
var DeleteClusterRequest;
|
|
229
166
|
(function (DeleteClusterRequest) {
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
167
|
DeleteClusterRequest.filterSensitiveLog = (obj) => ({
|
|
234
168
|
...obj,
|
|
235
169
|
});
|
|
236
170
|
})(DeleteClusterRequest = exports.DeleteClusterRequest || (exports.DeleteClusterRequest = {}));
|
|
237
171
|
var DeleteClusterResponse;
|
|
238
172
|
(function (DeleteClusterResponse) {
|
|
239
|
-
/**
|
|
240
|
-
* @internal
|
|
241
|
-
*/
|
|
242
173
|
DeleteClusterResponse.filterSensitiveLog = (obj) => ({
|
|
243
174
|
...obj,
|
|
244
175
|
});
|
|
245
176
|
})(DeleteClusterResponse = exports.DeleteClusterResponse || (exports.DeleteClusterResponse = {}));
|
|
246
177
|
var DeleteHsmRequest;
|
|
247
178
|
(function (DeleteHsmRequest) {
|
|
248
|
-
/**
|
|
249
|
-
* @internal
|
|
250
|
-
*/
|
|
251
179
|
DeleteHsmRequest.filterSensitiveLog = (obj) => ({
|
|
252
180
|
...obj,
|
|
253
181
|
});
|
|
254
182
|
})(DeleteHsmRequest = exports.DeleteHsmRequest || (exports.DeleteHsmRequest = {}));
|
|
255
183
|
var DeleteHsmResponse;
|
|
256
184
|
(function (DeleteHsmResponse) {
|
|
257
|
-
/**
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
185
|
DeleteHsmResponse.filterSensitiveLog = (obj) => ({
|
|
261
186
|
...obj,
|
|
262
187
|
});
|
|
263
188
|
})(DeleteHsmResponse = exports.DeleteHsmResponse || (exports.DeleteHsmResponse = {}));
|
|
264
189
|
var DescribeBackupsRequest;
|
|
265
190
|
(function (DescribeBackupsRequest) {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
191
|
DescribeBackupsRequest.filterSensitiveLog = (obj) => ({
|
|
270
192
|
...obj,
|
|
271
193
|
});
|
|
272
194
|
})(DescribeBackupsRequest = exports.DescribeBackupsRequest || (exports.DescribeBackupsRequest = {}));
|
|
273
195
|
var DescribeBackupsResponse;
|
|
274
196
|
(function (DescribeBackupsResponse) {
|
|
275
|
-
/**
|
|
276
|
-
* @internal
|
|
277
|
-
*/
|
|
278
197
|
DescribeBackupsResponse.filterSensitiveLog = (obj) => ({
|
|
279
198
|
...obj,
|
|
280
199
|
});
|
|
281
200
|
})(DescribeBackupsResponse = exports.DescribeBackupsResponse || (exports.DescribeBackupsResponse = {}));
|
|
282
201
|
var DescribeClustersRequest;
|
|
283
202
|
(function (DescribeClustersRequest) {
|
|
284
|
-
/**
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
287
203
|
DescribeClustersRequest.filterSensitiveLog = (obj) => ({
|
|
288
204
|
...obj,
|
|
289
205
|
});
|
|
290
206
|
})(DescribeClustersRequest = exports.DescribeClustersRequest || (exports.DescribeClustersRequest = {}));
|
|
291
207
|
var DescribeClustersResponse;
|
|
292
208
|
(function (DescribeClustersResponse) {
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
209
|
DescribeClustersResponse.filterSensitiveLog = (obj) => ({
|
|
297
210
|
...obj,
|
|
298
211
|
});
|
|
299
212
|
})(DescribeClustersResponse = exports.DescribeClustersResponse || (exports.DescribeClustersResponse = {}));
|
|
300
213
|
var InitializeClusterRequest;
|
|
301
214
|
(function (InitializeClusterRequest) {
|
|
302
|
-
/**
|
|
303
|
-
* @internal
|
|
304
|
-
*/
|
|
305
215
|
InitializeClusterRequest.filterSensitiveLog = (obj) => ({
|
|
306
216
|
...obj,
|
|
307
217
|
});
|
|
308
218
|
})(InitializeClusterRequest = exports.InitializeClusterRequest || (exports.InitializeClusterRequest = {}));
|
|
309
219
|
var InitializeClusterResponse;
|
|
310
220
|
(function (InitializeClusterResponse) {
|
|
311
|
-
/**
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
221
|
InitializeClusterResponse.filterSensitiveLog = (obj) => ({
|
|
315
222
|
...obj,
|
|
316
223
|
});
|
|
317
224
|
})(InitializeClusterResponse = exports.InitializeClusterResponse || (exports.InitializeClusterResponse = {}));
|
|
318
225
|
var ListTagsRequest;
|
|
319
226
|
(function (ListTagsRequest) {
|
|
320
|
-
/**
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
227
|
ListTagsRequest.filterSensitiveLog = (obj) => ({
|
|
324
228
|
...obj,
|
|
325
229
|
});
|
|
326
230
|
})(ListTagsRequest = exports.ListTagsRequest || (exports.ListTagsRequest = {}));
|
|
327
231
|
var ListTagsResponse;
|
|
328
232
|
(function (ListTagsResponse) {
|
|
329
|
-
/**
|
|
330
|
-
* @internal
|
|
331
|
-
*/
|
|
332
233
|
ListTagsResponse.filterSensitiveLog = (obj) => ({
|
|
333
234
|
...obj,
|
|
334
235
|
});
|
|
335
236
|
})(ListTagsResponse = exports.ListTagsResponse || (exports.ListTagsResponse = {}));
|
|
336
237
|
var ModifyBackupAttributesRequest;
|
|
337
238
|
(function (ModifyBackupAttributesRequest) {
|
|
338
|
-
/**
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
239
|
ModifyBackupAttributesRequest.filterSensitiveLog = (obj) => ({
|
|
342
240
|
...obj,
|
|
343
241
|
});
|
|
344
242
|
})(ModifyBackupAttributesRequest = exports.ModifyBackupAttributesRequest || (exports.ModifyBackupAttributesRequest = {}));
|
|
345
243
|
var ModifyBackupAttributesResponse;
|
|
346
244
|
(function (ModifyBackupAttributesResponse) {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
245
|
ModifyBackupAttributesResponse.filterSensitiveLog = (obj) => ({
|
|
351
246
|
...obj,
|
|
352
247
|
});
|
|
353
248
|
})(ModifyBackupAttributesResponse = exports.ModifyBackupAttributesResponse || (exports.ModifyBackupAttributesResponse = {}));
|
|
354
249
|
var ModifyClusterRequest;
|
|
355
250
|
(function (ModifyClusterRequest) {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
251
|
ModifyClusterRequest.filterSensitiveLog = (obj) => ({
|
|
360
252
|
...obj,
|
|
361
253
|
});
|
|
362
254
|
})(ModifyClusterRequest = exports.ModifyClusterRequest || (exports.ModifyClusterRequest = {}));
|
|
363
255
|
var ModifyClusterResponse;
|
|
364
256
|
(function (ModifyClusterResponse) {
|
|
365
|
-
/**
|
|
366
|
-
* @internal
|
|
367
|
-
*/
|
|
368
257
|
ModifyClusterResponse.filterSensitiveLog = (obj) => ({
|
|
369
258
|
...obj,
|
|
370
259
|
});
|
|
371
260
|
})(ModifyClusterResponse = exports.ModifyClusterResponse || (exports.ModifyClusterResponse = {}));
|
|
372
261
|
var RestoreBackupRequest;
|
|
373
262
|
(function (RestoreBackupRequest) {
|
|
374
|
-
/**
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
263
|
RestoreBackupRequest.filterSensitiveLog = (obj) => ({
|
|
378
264
|
...obj,
|
|
379
265
|
});
|
|
380
266
|
})(RestoreBackupRequest = exports.RestoreBackupRequest || (exports.RestoreBackupRequest = {}));
|
|
381
267
|
var RestoreBackupResponse;
|
|
382
268
|
(function (RestoreBackupResponse) {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
269
|
RestoreBackupResponse.filterSensitiveLog = (obj) => ({
|
|
387
270
|
...obj,
|
|
388
271
|
});
|
|
389
272
|
})(RestoreBackupResponse = exports.RestoreBackupResponse || (exports.RestoreBackupResponse = {}));
|
|
390
273
|
var TagResourceRequest;
|
|
391
274
|
(function (TagResourceRequest) {
|
|
392
|
-
/**
|
|
393
|
-
* @internal
|
|
394
|
-
*/
|
|
395
275
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
396
276
|
...obj,
|
|
397
277
|
});
|
|
398
278
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
399
279
|
var TagResourceResponse;
|
|
400
280
|
(function (TagResourceResponse) {
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
281
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
405
282
|
...obj,
|
|
406
283
|
});
|
|
407
284
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
408
285
|
var UntagResourceRequest;
|
|
409
286
|
(function (UntagResourceRequest) {
|
|
410
|
-
/**
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
287
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
414
288
|
...obj,
|
|
415
289
|
});
|
|
416
290
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
417
291
|
var UntagResourceResponse;
|
|
418
292
|
(function (UntagResourceResponse) {
|
|
419
|
-
/**
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
293
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
423
294
|
...obj,
|
|
424
295
|
});
|
|
425
296
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
426
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeBackups = void 0;
|
|
|
4
4
|
const CloudHSMV2_1 = require("../CloudHSMV2");
|
|
5
5
|
const CloudHSMV2Client_1 = require("../CloudHSMV2Client");
|
|
6
6
|
const DescribeBackupsCommand_1 = require("../commands/DescribeBackupsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeBackupsCommand_1.DescribeBackupsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeBackups(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeBackups(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateDescribeBackups(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeBackups = paginateDescribeBackups;
|
|
46
|
-
//# sourceMappingURL=DescribeBackupsPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateDescribeClusters = void 0;
|
|
|
4
4
|
const CloudHSMV2_1 = require("../CloudHSMV2");
|
|
5
5
|
const CloudHSMV2Client_1 = require("../CloudHSMV2Client");
|
|
6
6
|
const DescribeClustersCommand_1 = require("../commands/DescribeClustersCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new DescribeClustersCommand_1.DescribeClustersCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.describeClusters(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateDescribeClusters(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateDescribeClusters(config, input, ...additionalArguments)
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateDescribeClusters = paginateDescribeClusters;
|
|
46
|
-
//# sourceMappingURL=DescribeClustersPaginator.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListTags = void 0;
|
|
|
4
4
|
const CloudHSMV2_1 = require("../CloudHSMV2");
|
|
5
5
|
const CloudHSMV2Client_1 = require("../CloudHSMV2Client");
|
|
6
6
|
const ListTagsCommand_1 = require("../commands/ListTagsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListTagsCommand_1.ListTagsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listTags(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListTags(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListTags(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListTags = paginateListTags;
|
|
46
|
-
//# sourceMappingURL=ListTagsPaginator.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./DescribeBackupsPaginator"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./DescribeClustersPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListTagsPaginator"), exports);
|