@aws-sdk/client-cloudhsm-v2 3.478.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 (65) 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-es/commands/CopyBackupToRegionCommand.js +18 -41
  18. package/dist-es/commands/CreateClusterCommand.js +18 -41
  19. package/dist-es/commands/CreateHsmCommand.js +18 -41
  20. package/dist-es/commands/DeleteBackupCommand.js +18 -41
  21. package/dist-es/commands/DeleteClusterCommand.js +18 -41
  22. package/dist-es/commands/DeleteHsmCommand.js +18 -41
  23. package/dist-es/commands/DescribeBackupsCommand.js +18 -41
  24. package/dist-es/commands/DescribeClustersCommand.js +18 -41
  25. package/dist-es/commands/InitializeClusterCommand.js +18 -41
  26. package/dist-es/commands/ListTagsCommand.js +18 -41
  27. package/dist-es/commands/ModifyBackupAttributesCommand.js +18 -41
  28. package/dist-es/commands/ModifyClusterCommand.js +18 -41
  29. package/dist-es/commands/RestoreBackupCommand.js +18 -41
  30. package/dist-es/commands/TagResourceCommand.js +18 -41
  31. package/dist-es/commands/UntagResourceCommand.js +18 -41
  32. package/dist-es/endpoint/EndpointParameters.js +6 -0
  33. package/dist-types/commands/CopyBackupToRegionCommand.d.ts +6 -21
  34. package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
  35. package/dist-types/commands/CreateHsmCommand.d.ts +6 -21
  36. package/dist-types/commands/DeleteBackupCommand.d.ts +6 -21
  37. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -21
  38. package/dist-types/commands/DeleteHsmCommand.d.ts +6 -21
  39. package/dist-types/commands/DescribeBackupsCommand.d.ts +6 -21
  40. package/dist-types/commands/DescribeClustersCommand.d.ts +6 -21
  41. package/dist-types/commands/InitializeClusterCommand.d.ts +6 -21
  42. package/dist-types/commands/ListTagsCommand.d.ts +6 -21
  43. package/dist-types/commands/ModifyBackupAttributesCommand.d.ts +6 -21
  44. package/dist-types/commands/ModifyClusterCommand.d.ts +6 -21
  45. package/dist-types/commands/RestoreBackupCommand.d.ts +6 -21
  46. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  47. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  48. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  49. package/dist-types/ts3.4/commands/CopyBackupToRegionCommand.d.ts +14 -23
  50. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
  51. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +14 -23
  52. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +14 -23
  53. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +14 -23
  54. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +14 -23
  55. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +14 -23
  56. package/dist-types/ts3.4/commands/DescribeClustersCommand.d.ts +14 -23
  57. package/dist-types/ts3.4/commands/InitializeClusterCommand.d.ts +14 -23
  58. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/ModifyBackupAttributesCommand.d.ts +12 -24
  60. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/RestoreBackupCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  65. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client";
5
4
  import { ModifyBackupAttributesRequest, ModifyBackupAttributesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyBackupAttributesCommandInput extends ModifyBackupAttribut
21
20
  */
22
21
  export interface ModifyBackupAttributesCommandOutput extends ModifyBackupAttributesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ModifyBackupAttributesCommand_base: {
24
+ new (input: ModifyBackupAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyBackupAttributesCommandInput, ModifyBackupAttributesCommandOutput, CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies attributes for AWS CloudHSM backup.</p>
@@ -87,23 +90,5 @@ export interface ModifyBackupAttributesCommandOutput extends ModifyBackupAttribu
87
90
  * <p>Base exception class for all service exceptions from CloudHSMV2 service.</p>
88
91
  *
89
92
  */
90
- export declare class ModifyBackupAttributesCommand extends $Command<ModifyBackupAttributesCommandInput, ModifyBackupAttributesCommandOutput, CloudHSMV2ClientResolvedConfig> {
91
- readonly input: ModifyBackupAttributesCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: ModifyBackupAttributesCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyBackupAttributesCommandInput, ModifyBackupAttributesCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class ModifyBackupAttributesCommand extends ModifyBackupAttributesCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client";
5
4
  import { ModifyClusterRequest, ModifyClusterResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyClusterCommandInput extends ModifyClusterRequest {
21
20
  */
22
21
  export interface ModifyClusterCommandOutput extends ModifyClusterResponse, __MetadataBearer {
23
22
  }
23
+ declare const ModifyClusterCommand_base: {
24
+ new (input: ModifyClusterCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyClusterCommandInput, ModifyClusterCommandOutput, CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies AWS CloudHSM cluster.</p>
@@ -116,23 +119,5 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResponse, __Met
116
119
  * <p>Base exception class for all service exceptions from CloudHSMV2 service.</p>
117
120
  *
118
121
  */
119
- export declare class ModifyClusterCommand extends $Command<ModifyClusterCommandInput, ModifyClusterCommandOutput, CloudHSMV2ClientResolvedConfig> {
120
- readonly input: ModifyClusterCommandInput;
121
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
- /**
123
- * @public
124
- */
125
- constructor(input: ModifyClusterCommandInput);
126
- /**
127
- * @internal
128
- */
129
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyClusterCommandInput, ModifyClusterCommandOutput>;
130
- /**
131
- * @internal
132
- */
133
- private serialize;
134
- /**
135
- * @internal
136
- */
137
- private deserialize;
122
+ export declare class ModifyClusterCommand extends ModifyClusterCommand_base {
138
123
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client";
5
4
  import { RestoreBackupRequest, RestoreBackupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RestoreBackupCommandInput extends RestoreBackupRequest {
21
20
  */
22
21
  export interface RestoreBackupCommandOutput extends RestoreBackupResponse, __MetadataBearer {
23
22
  }
23
+ declare const RestoreBackupCommand_base: {
24
+ new (input: RestoreBackupCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreBackupCommandInput, RestoreBackupCommandOutput, CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Restores a specified AWS CloudHSM backup that is in the
@@ -88,23 +91,5 @@ export interface RestoreBackupCommandOutput extends RestoreBackupResponse, __Met
88
91
  * <p>Base exception class for all service exceptions from CloudHSMV2 service.</p>
89
92
  *
90
93
  */
91
- export declare class RestoreBackupCommand extends $Command<RestoreBackupCommandInput, RestoreBackupCommandOutput, CloudHSMV2ClientResolvedConfig> {
92
- readonly input: RestoreBackupCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: RestoreBackupCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreBackupCommandInput, RestoreBackupCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class RestoreBackupCommand extends RestoreBackupCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds or overwrites one or more tags for the specified AWS CloudHSM cluster.</p>
@@ -76,23 +79,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
76
79
  * <p>Base exception class for all service exceptions from CloudHSMV2 service.</p>
77
80
  *
78
81
  */
79
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CloudHSMV2ClientResolvedConfig> {
80
- readonly input: TagResourceCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: TagResourceCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class TagResourceCommand extends TagResourceCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMV2Client";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified tag or tags from the specified AWS CloudHSM cluster.</p>
@@ -73,23 +76,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
73
76
  * <p>Base exception class for all service exceptions from CloudHSMV2 service.</p>
74
77
  *
75
78
  */
76
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CloudHSMV2ClientResolvedConfig> {
77
- readonly input: UntagResourceCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: UntagResourceCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
95
80
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -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 CopyBackupToRegionCommandInput
21
15
  export interface CopyBackupToRegionCommandOutput
22
16
  extends CopyBackupToRegionResponse,
23
17
  __MetadataBearer {}
24
- export declare class CopyBackupToRegionCommand extends $Command<
25
- CopyBackupToRegionCommandInput,
26
- CopyBackupToRegionCommandOutput,
27
- CloudHSMV2ClientResolvedConfig
28
- > {
29
- readonly input: CopyBackupToRegionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CopyBackupToRegionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudHSMV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CopyBackupToRegionCommandInput, CopyBackupToRegionCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CopyBackupToRegionCommand_base: {
19
+ new (
20
+ input: CopyBackupToRegionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CopyBackupToRegionCommandInput,
23
+ CopyBackupToRegionCommandOutput,
24
+ CloudHSMV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CopyBackupToRegionCommand extends CopyBackupToRegionCommand_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 CreateClusterCommandInput extends CreateClusterRequest {}
20
14
  export interface CreateClusterCommandOutput
21
15
  extends CreateClusterResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateClusterCommand extends $Command<
24
- CreateClusterCommandInput,
25
- CreateClusterCommandOutput,
26
- CloudHSMV2ClientResolvedConfig
27
- > {
28
- readonly input: CreateClusterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateClusterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: CloudHSMV2ClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateClusterCommandInput, CreateClusterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateClusterCommand_base: {
18
+ new (
19
+ input: CreateClusterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateClusterCommandInput,
22
+ CreateClusterCommandOutput,
23
+ CloudHSMV2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateClusterCommand extends CreateClusterCommand_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 CreateHsmCommandInput extends CreateHsmRequest {}
17
11
  export interface CreateHsmCommandOutput
18
12
  extends CreateHsmResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateHsmCommand extends $Command<
21
- CreateHsmCommandInput,
22
- CreateHsmCommandOutput,
23
- CloudHSMV2ClientResolvedConfig
24
- > {
25
- readonly input: CreateHsmCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateHsmCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudHSMV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateHsmCommandInput, CreateHsmCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateHsmCommand_base: {
15
+ new (
16
+ input: CreateHsmCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateHsmCommandInput,
19
+ CreateHsmCommandOutput,
20
+ CloudHSMV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateHsmCommand extends CreateHsmCommand_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 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 {}