@aws-sdk/client-cloudhsm-v2 3.477.0 → 3.481.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.
Files changed (77) hide show
  1. package/dist-cjs/commands/CopyBackupToRegionCommand.js +18 -41
  2. package/dist-cjs/commands/CreateClusterCommand.js +18 -41
  3. package/dist-cjs/commands/CreateHsmCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteBackupCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteClusterCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteHsmCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeBackupsCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeClustersCommand.js +18 -41
  9. package/dist-cjs/commands/InitializeClusterCommand.js +18 -41
  10. package/dist-cjs/commands/ListTagsCommand.js +18 -41
  11. package/dist-cjs/commands/ModifyBackupAttributesCommand.js +18 -41
  12. package/dist-cjs/commands/ModifyClusterCommand.js +18 -41
  13. package/dist-cjs/commands/RestoreBackupCommand.js +18 -41
  14. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  15. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  16. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  17. package/dist-cjs/pagination/DescribeBackupsPaginator.js +2 -24
  18. package/dist-cjs/pagination/DescribeClustersPaginator.js +2 -24
  19. package/dist-cjs/pagination/ListTagsPaginator.js +2 -24
  20. package/dist-es/commands/CopyBackupToRegionCommand.js +18 -41
  21. package/dist-es/commands/CreateClusterCommand.js +18 -41
  22. package/dist-es/commands/CreateHsmCommand.js +18 -41
  23. package/dist-es/commands/DeleteBackupCommand.js +18 -41
  24. package/dist-es/commands/DeleteClusterCommand.js +18 -41
  25. package/dist-es/commands/DeleteHsmCommand.js +18 -41
  26. package/dist-es/commands/DescribeBackupsCommand.js +18 -41
  27. package/dist-es/commands/DescribeClustersCommand.js +18 -41
  28. package/dist-es/commands/InitializeClusterCommand.js +18 -41
  29. package/dist-es/commands/ListTagsCommand.js +18 -41
  30. package/dist-es/commands/ModifyBackupAttributesCommand.js +18 -41
  31. package/dist-es/commands/ModifyClusterCommand.js +18 -41
  32. package/dist-es/commands/RestoreBackupCommand.js +18 -41
  33. package/dist-es/commands/TagResourceCommand.js +18 -41
  34. package/dist-es/commands/UntagResourceCommand.js +18 -41
  35. package/dist-es/endpoint/EndpointParameters.js +6 -0
  36. package/dist-es/pagination/DescribeBackupsPaginator.js +2 -23
  37. package/dist-es/pagination/DescribeClustersPaginator.js +2 -23
  38. package/dist-es/pagination/ListTagsPaginator.js +2 -23
  39. package/dist-types/commands/CopyBackupToRegionCommand.d.ts +6 -21
  40. package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
  41. package/dist-types/commands/CreateHsmCommand.d.ts +6 -21
  42. package/dist-types/commands/DeleteBackupCommand.d.ts +6 -21
  43. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -21
  44. package/dist-types/commands/DeleteHsmCommand.d.ts +6 -21
  45. package/dist-types/commands/DescribeBackupsCommand.d.ts +6 -21
  46. package/dist-types/commands/DescribeClustersCommand.d.ts +6 -21
  47. package/dist-types/commands/InitializeClusterCommand.d.ts +6 -21
  48. package/dist-types/commands/ListTagsCommand.d.ts +6 -21
  49. package/dist-types/commands/ModifyBackupAttributesCommand.d.ts +6 -21
  50. package/dist-types/commands/ModifyClusterCommand.d.ts +6 -21
  51. package/dist-types/commands/RestoreBackupCommand.d.ts +6 -21
  52. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  53. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  54. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  55. package/dist-types/pagination/DescribeBackupsPaginator.d.ts +1 -1
  56. package/dist-types/pagination/DescribeClustersPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/CopyBackupToRegionCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
  60. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/InitializeClusterCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/ModifyBackupAttributesCommand.d.ts +12 -24
  69. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/RestoreBackupCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  74. package/dist-types/ts3.4/pagination/DescribeBackupsPaginator.d.ts +3 -3
  75. package/dist-types/ts3.4/pagination/DescribeClustersPaginator.d.ts +3 -3
  76. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +3 -3
  77. package/package.json +11 -10
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteBackupCommandInput extends DeleteBackupRequest {}
17
11
  export interface DeleteBackupCommandOutput
18
12
  extends DeleteBackupResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteBackupCommand extends $Command<
21
- DeleteBackupCommandInput,
22
- DeleteBackupCommandOutput,
23
- CloudHSMV2ClientResolvedConfig
24
- > {
25
- readonly input: DeleteBackupCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteBackupCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudHSMV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteBackupCommandInput, DeleteBackupCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteBackupCommand_base: {
15
+ new (
16
+ input: DeleteBackupCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteBackupCommandInput,
19
+ DeleteBackupCommandOutput,
20
+ CloudHSMV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteBackupCommand extends DeleteBackupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
20
14
  export interface DeleteClusterCommandOutput
21
15
  extends DeleteClusterResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteClusterCommand extends $Command<
24
- DeleteClusterCommandInput,
25
- DeleteClusterCommandOutput,
26
- CloudHSMV2ClientResolvedConfig
27
- > {
28
- readonly input: DeleteClusterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteClusterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudHSMV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteClusterCommandInput, DeleteClusterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteClusterCommand_base: {
18
+ new (
19
+ input: DeleteClusterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteClusterCommandInput,
22
+ DeleteClusterCommandOutput,
23
+ CloudHSMV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteClusterCommand extends DeleteClusterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteHsmCommandInput extends DeleteHsmRequest {}
17
11
  export interface DeleteHsmCommandOutput
18
12
  extends DeleteHsmResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteHsmCommand extends $Command<
21
- DeleteHsmCommandInput,
22
- DeleteHsmCommandOutput,
23
- CloudHSMV2ClientResolvedConfig
24
- > {
25
- readonly input: DeleteHsmCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteHsmCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudHSMV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteHsmCommandInput, DeleteHsmCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteHsmCommand_base: {
15
+ new (
16
+ input: DeleteHsmCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteHsmCommandInput,
19
+ DeleteHsmCommandOutput,
20
+ CloudHSMV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteHsmCommand extends DeleteHsmCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeBackupsCommandInput extends DescribeBackupsRequest {}
20
14
  export interface DescribeBackupsCommandOutput
21
15
  extends DescribeBackupsResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeBackupsCommand extends $Command<
24
- DescribeBackupsCommandInput,
25
- DescribeBackupsCommandOutput,
26
- CloudHSMV2ClientResolvedConfig
27
- > {
28
- readonly input: DescribeBackupsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeBackupsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudHSMV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeBackupsCommandInput, DescribeBackupsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeBackupsCommand_base: {
18
+ new (
19
+ input: DescribeBackupsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeBackupsCommandInput,
22
+ DescribeBackupsCommandOutput,
23
+ CloudHSMV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeBackupsCommand extends DescribeBackupsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeClustersCommandInput extends DescribeClustersRequest {}
20
14
  export interface DescribeClustersCommandOutput
21
15
  extends DescribeClustersResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeClustersCommand extends $Command<
24
- DescribeClustersCommandInput,
25
- DescribeClustersCommandOutput,
26
- CloudHSMV2ClientResolvedConfig
27
- > {
28
- readonly input: DescribeClustersCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeClustersCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudHSMV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeClustersCommandInput, DescribeClustersCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeClustersCommand_base: {
18
+ new (
19
+ input: DescribeClustersCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeClustersCommandInput,
22
+ DescribeClustersCommandOutput,
23
+ CloudHSMV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeClustersCommand extends DescribeClustersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface InitializeClusterCommandInput
21
15
  export interface InitializeClusterCommandOutput
22
16
  extends InitializeClusterResponse,
23
17
  __MetadataBearer {}
24
- export declare class InitializeClusterCommand extends $Command<
25
- InitializeClusterCommandInput,
26
- InitializeClusterCommandOutput,
27
- CloudHSMV2ClientResolvedConfig
28
- > {
29
- readonly input: InitializeClusterCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: InitializeClusterCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudHSMV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<InitializeClusterCommandInput, InitializeClusterCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const InitializeClusterCommand_base: {
19
+ new (
20
+ input: InitializeClusterCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ InitializeClusterCommandInput,
23
+ InitializeClusterCommandOutput,
24
+ CloudHSMV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class InitializeClusterCommand extends InitializeClusterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListTagsCommandInput extends ListTagsRequest {}
17
11
  export interface ListTagsCommandOutput
18
12
  extends ListTagsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListTagsCommand extends $Command<
21
- ListTagsCommandInput,
22
- ListTagsCommandOutput,
23
- CloudHSMV2ClientResolvedConfig
24
- > {
25
- readonly input: ListTagsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListTagsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudHSMV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListTagsCommand_base: {
15
+ new (
16
+ input: ListTagsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListTagsCommandInput,
19
+ ListTagsCommandOutput,
20
+ CloudHSMV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListTagsCommand extends ListTagsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ModifyBackupAttributesCommandInput
21
15
  export interface ModifyBackupAttributesCommandOutput
22
16
  extends ModifyBackupAttributesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ModifyBackupAttributesCommand extends $Command<
25
- ModifyBackupAttributesCommandInput,
26
- ModifyBackupAttributesCommandOutput,
27
- CloudHSMV2ClientResolvedConfig
28
- > {
29
- readonly input: ModifyBackupAttributesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ModifyBackupAttributesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudHSMV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ModifyBackupAttributesCommand_base: {
19
+ new (
20
+ input: ModifyBackupAttributesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ModifyBackupAttributesCommandInput,
38
- ModifyBackupAttributesCommandOutput
23
+ ModifyBackupAttributesCommandOutput,
24
+ CloudHSMV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ModifyBackupAttributesCommand extends ModifyBackupAttributesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ModifyClusterCommandInput extends ModifyClusterRequest {}
20
14
  export interface ModifyClusterCommandOutput
21
15
  extends ModifyClusterResponse,
22
16
  __MetadataBearer {}
23
- export declare class ModifyClusterCommand extends $Command<
24
- ModifyClusterCommandInput,
25
- ModifyClusterCommandOutput,
26
- CloudHSMV2ClientResolvedConfig
27
- > {
28
- readonly input: ModifyClusterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ModifyClusterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudHSMV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ModifyClusterCommandInput, ModifyClusterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ModifyClusterCommand_base: {
18
+ new (
19
+ input: ModifyClusterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ModifyClusterCommandInput,
22
+ ModifyClusterCommandOutput,
23
+ CloudHSMV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ModifyClusterCommand extends ModifyClusterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface RestoreBackupCommandInput extends RestoreBackupRequest {}
20
14
  export interface RestoreBackupCommandOutput
21
15
  extends RestoreBackupResponse,
22
16
  __MetadataBearer {}
23
- export declare class RestoreBackupCommand extends $Command<
24
- RestoreBackupCommandInput,
25
- RestoreBackupCommandOutput,
26
- CloudHSMV2ClientResolvedConfig
27
- > {
28
- readonly input: RestoreBackupCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: RestoreBackupCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudHSMV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<RestoreBackupCommandInput, RestoreBackupCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const RestoreBackupCommand_base: {
18
+ new (
19
+ input: RestoreBackupCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ RestoreBackupCommandInput,
22
+ RestoreBackupCommandOutput,
23
+ CloudHSMV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class RestoreBackupCommand extends RestoreBackupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- CloudHSMV2ClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudHSMV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ CloudHSMV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMV2ClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
20
14
  export interface UntagResourceCommandOutput
21
15
  extends UntagResourceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UntagResourceCommand extends $Command<
24
- UntagResourceCommandInput,
25
- UntagResourceCommandOutput,
26
- CloudHSMV2ClientResolvedConfig
27
- > {
28
- readonly input: UntagResourceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UntagResourceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudHSMV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UntagResourceCommand_base: {
18
+ new (
19
+ input: UntagResourceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UntagResourceCommandInput,
22
+ UntagResourceCommandOutput,
23
+ CloudHSMV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;
@@ -4,8 +4,8 @@ import {
4
4
  DescribeBackupsCommandOutput,
5
5
  } from "../commands/DescribeBackupsCommand";
6
6
  import { CloudHSMV2PaginationConfiguration } from "./Interfaces";
7
- export declare function paginateDescribeBackups(
7
+ export declare const paginateDescribeBackups: (
8
8
  config: CloudHSMV2PaginationConfiguration,
9
9
  input: DescribeBackupsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<DescribeBackupsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeBackupsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  DescribeClustersCommandOutput,
5
5
  } from "../commands/DescribeClustersCommand";
6
6
  import { CloudHSMV2PaginationConfiguration } from "./Interfaces";
7
- export declare function paginateDescribeClusters(
7
+ export declare const paginateDescribeClusters: (
8
8
  config: CloudHSMV2PaginationConfiguration,
9
9
  input: DescribeClustersCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<DescribeClustersCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeClustersCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListTagsCommandOutput,
5
5
  } from "../commands/ListTagsCommand";
6
6
  import { CloudHSMV2PaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListTags(
7
+ export declare const paginateListTags: (
8
8
  config: CloudHSMV2PaginationConfiguration,
9
9
  input: ListTagsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListTagsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListTagsCommandOutput>;