@aws-sdk/client-acm 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/AddTagsToCertificateCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteCertificateCommand.js +18 -41
  3. package/dist-cjs/commands/DescribeCertificateCommand.js +18 -41
  4. package/dist-cjs/commands/ExportCertificateCommand.js +18 -41
  5. package/dist-cjs/commands/GetAccountConfigurationCommand.js +18 -41
  6. package/dist-cjs/commands/GetCertificateCommand.js +18 -41
  7. package/dist-cjs/commands/ImportCertificateCommand.js +18 -41
  8. package/dist-cjs/commands/ListCertificatesCommand.js +18 -41
  9. package/dist-cjs/commands/ListTagsForCertificateCommand.js +18 -41
  10. package/dist-cjs/commands/PutAccountConfigurationCommand.js +18 -41
  11. package/dist-cjs/commands/RemoveTagsFromCertificateCommand.js +18 -41
  12. package/dist-cjs/commands/RenewCertificateCommand.js +18 -41
  13. package/dist-cjs/commands/RequestCertificateCommand.js +18 -41
  14. package/dist-cjs/commands/ResendValidationEmailCommand.js +18 -41
  15. package/dist-cjs/commands/UpdateCertificateOptionsCommand.js +18 -41
  16. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  17. package/dist-es/commands/AddTagsToCertificateCommand.js +18 -41
  18. package/dist-es/commands/DeleteCertificateCommand.js +18 -41
  19. package/dist-es/commands/DescribeCertificateCommand.js +18 -41
  20. package/dist-es/commands/ExportCertificateCommand.js +18 -41
  21. package/dist-es/commands/GetAccountConfigurationCommand.js +18 -41
  22. package/dist-es/commands/GetCertificateCommand.js +18 -41
  23. package/dist-es/commands/ImportCertificateCommand.js +18 -41
  24. package/dist-es/commands/ListCertificatesCommand.js +18 -41
  25. package/dist-es/commands/ListTagsForCertificateCommand.js +18 -41
  26. package/dist-es/commands/PutAccountConfigurationCommand.js +18 -41
  27. package/dist-es/commands/RemoveTagsFromCertificateCommand.js +18 -41
  28. package/dist-es/commands/RenewCertificateCommand.js +18 -41
  29. package/dist-es/commands/RequestCertificateCommand.js +18 -41
  30. package/dist-es/commands/ResendValidationEmailCommand.js +18 -41
  31. package/dist-es/commands/UpdateCertificateOptionsCommand.js +18 -41
  32. package/dist-es/endpoint/EndpointParameters.js +6 -0
  33. package/dist-types/commands/AddTagsToCertificateCommand.d.ts +6 -21
  34. package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -21
  35. package/dist-types/commands/DescribeCertificateCommand.d.ts +6 -21
  36. package/dist-types/commands/ExportCertificateCommand.d.ts +6 -21
  37. package/dist-types/commands/GetAccountConfigurationCommand.d.ts +6 -21
  38. package/dist-types/commands/GetCertificateCommand.d.ts +6 -21
  39. package/dist-types/commands/ImportCertificateCommand.d.ts +6 -21
  40. package/dist-types/commands/ListCertificatesCommand.d.ts +6 -21
  41. package/dist-types/commands/ListTagsForCertificateCommand.d.ts +6 -21
  42. package/dist-types/commands/PutAccountConfigurationCommand.d.ts +6 -21
  43. package/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +6 -21
  44. package/dist-types/commands/RenewCertificateCommand.d.ts +6 -21
  45. package/dist-types/commands/RequestCertificateCommand.d.ts +6 -21
  46. package/dist-types/commands/ResendValidationEmailCommand.d.ts +6 -21
  47. package/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +6 -21
  48. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  49. package/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +12 -24
  50. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +14 -23
  51. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +14 -23
  52. package/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +14 -23
  53. package/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +12 -24
  54. package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +14 -23
  55. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +14 -23
  56. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +14 -23
  57. package/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +12 -24
  58. package/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +12 -24
  59. package/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +12 -24
  60. package/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +14 -23
  61. package/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +14 -23
  62. package/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +12 -24
  63. package/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +12 -24
  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 { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
5
4
  import { RemoveTagsFromCertificateRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveTagsFromCertificateCommandInput extends RemoveTagsFromCer
21
20
  */
22
21
  export interface RemoveTagsFromCertificateCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RemoveTagsFromCertificateCommand_base: {
24
+ new (input: RemoveTagsFromCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromCertificateCommandInput, RemoveTagsFromCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Remove one or more tags from an ACM certificate. A tag consists of a key-value pair. If
@@ -80,23 +83,5 @@ export interface RemoveTagsFromCertificateCommandOutput extends __MetadataBearer
80
83
  * <p>Base exception class for all service exceptions from ACM service.</p>
81
84
  *
82
85
  */
83
- export declare class RemoveTagsFromCertificateCommand extends $Command<RemoveTagsFromCertificateCommandInput, RemoveTagsFromCertificateCommandOutput, ACMClientResolvedConfig> {
84
- readonly input: RemoveTagsFromCertificateCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: RemoveTagsFromCertificateCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsFromCertificateCommandInput, RemoveTagsFromCertificateCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class RemoveTagsFromCertificateCommand extends RemoveTagsFromCertificateCommand_base {
102
87
  }
@@ -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 { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
5
4
  import { RenewCertificateRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RenewCertificateCommandInput extends RenewCertificateRequest {
21
20
  */
22
21
  export interface RenewCertificateCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RenewCertificateCommand_base: {
24
+ new (input: RenewCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RenewCertificateCommandInput, RenewCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Renews an eligible ACM certificate. At this time, only exported private certificates can
@@ -60,23 +63,5 @@ export interface RenewCertificateCommandOutput extends __MetadataBearer {
60
63
  * <p>Base exception class for all service exceptions from ACM service.</p>
61
64
  *
62
65
  */
63
- export declare class RenewCertificateCommand extends $Command<RenewCertificateCommandInput, RenewCertificateCommandOutput, ACMClientResolvedConfig> {
64
- readonly input: RenewCertificateCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: RenewCertificateCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RenewCertificateCommandInput, RenewCertificateCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class RenewCertificateCommand extends RenewCertificateCommand_base {
82
67
  }
@@ -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 { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
5
4
  import { RequestCertificateRequest, RequestCertificateResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RequestCertificateCommandInput extends RequestCertificateReques
21
20
  */
22
21
  export interface RequestCertificateCommandOutput extends RequestCertificateResponse, __MetadataBearer {
23
22
  }
23
+ declare const RequestCertificateCommand_base: {
24
+ new (input: RequestCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RequestCertificateCommandInput, RequestCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Requests an ACM certificate for use with other Amazon Web Services services. To request an ACM
@@ -111,23 +114,5 @@ export interface RequestCertificateCommandOutput extends RequestCertificateRespo
111
114
  * <p>Base exception class for all service exceptions from ACM service.</p>
112
115
  *
113
116
  */
114
- export declare class RequestCertificateCommand extends $Command<RequestCertificateCommandInput, RequestCertificateCommandOutput, ACMClientResolvedConfig> {
115
- readonly input: RequestCertificateCommandInput;
116
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
117
- /**
118
- * @public
119
- */
120
- constructor(input: RequestCertificateCommandInput);
121
- /**
122
- * @internal
123
- */
124
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RequestCertificateCommandInput, RequestCertificateCommandOutput>;
125
- /**
126
- * @internal
127
- */
128
- private serialize;
129
- /**
130
- * @internal
131
- */
132
- private deserialize;
117
+ export declare class RequestCertificateCommand extends RequestCertificateCommand_base {
133
118
  }
@@ -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 { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
5
4
  import { ResendValidationEmailRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ResendValidationEmailCommandInput extends ResendValidationEmail
21
20
  */
22
21
  export interface ResendValidationEmailCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const ResendValidationEmailCommand_base: {
24
+ new (input: ResendValidationEmailCommandInput): import("@smithy/smithy-client").CommandImpl<ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Resends the email that requests domain ownership validation. The domain owner or an
@@ -73,23 +76,5 @@ export interface ResendValidationEmailCommandOutput extends __MetadataBearer {
73
76
  * <p>Base exception class for all service exceptions from ACM service.</p>
74
77
  *
75
78
  */
76
- export declare class ResendValidationEmailCommand extends $Command<ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput, ACMClientResolvedConfig> {
77
- readonly input: ResendValidationEmailCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ResendValidationEmailCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ResendValidationEmailCommand extends ResendValidationEmailCommand_base {
95
80
  }
@@ -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 { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMClient";
5
4
  import { UpdateCertificateOptionsRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateCertificateOptionsCommandInput extends UpdateCertificateO
21
20
  */
22
21
  export interface UpdateCertificateOptionsCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateCertificateOptionsCommand_base: {
24
+ new (input: UpdateCertificateOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a certificate. Currently, you can use this function to specify whether to opt in
@@ -68,23 +71,5 @@ export interface UpdateCertificateOptionsCommandOutput extends __MetadataBearer
68
71
  * <p>Base exception class for all service exceptions from ACM service.</p>
69
72
  *
70
73
  */
71
- export declare class UpdateCertificateOptionsCommand extends $Command<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput, ACMClientResolvedConfig> {
72
- readonly input: UpdateCertificateOptionsCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: UpdateCertificateOptionsCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class UpdateCertificateOptionsCommand extends UpdateCertificateOptionsCommand_base {
90
75
  }
@@ -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
  ACMClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface AddTagsToCertificateCommandInput
17
11
  extends AddTagsToCertificateRequest {}
18
12
  export interface AddTagsToCertificateCommandOutput extends __MetadataBearer {}
19
- export declare class AddTagsToCertificateCommand extends $Command<
20
- AddTagsToCertificateCommandInput,
21
- AddTagsToCertificateCommandOutput,
22
- ACMClientResolvedConfig
23
- > {
24
- readonly input: AddTagsToCertificateCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: AddTagsToCertificateCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: ACMClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const AddTagsToCertificateCommand_base: {
14
+ new (
15
+ input: AddTagsToCertificateCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  AddTagsToCertificateCommandInput,
33
- AddTagsToCertificateCommandOutput
18
+ AddTagsToCertificateCommandOutput,
19
+ ACMClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class AddTagsToCertificateCommand extends AddTagsToCertificateCommand_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
  ACMClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeleteCertificateCommandInput
17
11
  extends DeleteCertificateRequest {}
18
12
  export interface DeleteCertificateCommandOutput extends __MetadataBearer {}
19
- export declare class DeleteCertificateCommand extends $Command<
20
- DeleteCertificateCommandInput,
21
- DeleteCertificateCommandOutput,
22
- ACMClientResolvedConfig
23
- > {
24
- readonly input: DeleteCertificateCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeleteCertificateCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: ACMClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<DeleteCertificateCommandInput, DeleteCertificateCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const DeleteCertificateCommand_base: {
14
+ new (
15
+ input: DeleteCertificateCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ DeleteCertificateCommandInput,
18
+ DeleteCertificateCommandOutput,
19
+ ACMClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DeleteCertificateCommand extends DeleteCertificateCommand_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
  ACMClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeCertificateCommandInput
21
15
  export interface DescribeCertificateCommandOutput
22
16
  extends DescribeCertificateResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeCertificateCommand extends $Command<
25
- DescribeCertificateCommandInput,
26
- DescribeCertificateCommandOutput,
27
- ACMClientResolvedConfig
28
- > {
29
- readonly input: DescribeCertificateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeCertificateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ACMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeCertificateCommandInput, DescribeCertificateCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeCertificateCommand_base: {
19
+ new (
20
+ input: DescribeCertificateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeCertificateCommandInput,
23
+ DescribeCertificateCommandOutput,
24
+ ACMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeCertificateCommand extends DescribeCertificateCommand_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
  ACMClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ExportCertificateCommandInput
21
15
  export interface ExportCertificateCommandOutput
22
16
  extends ExportCertificateResponse,
23
17
  __MetadataBearer {}
24
- export declare class ExportCertificateCommand extends $Command<
25
- ExportCertificateCommandInput,
26
- ExportCertificateCommandOutput,
27
- ACMClientResolvedConfig
28
- > {
29
- readonly input: ExportCertificateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ExportCertificateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ACMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ExportCertificateCommandInput, ExportCertificateCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ExportCertificateCommand_base: {
19
+ new (
20
+ input: ExportCertificateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ExportCertificateCommandInput,
23
+ ExportCertificateCommandOutput,
24
+ ACMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ExportCertificateCommand extends ExportCertificateCommand_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
  ACMClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface GetAccountConfigurationCommandInput {}
17
11
  export interface GetAccountConfigurationCommandOutput
18
12
  extends GetAccountConfigurationResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetAccountConfigurationCommand extends $Command<
21
- GetAccountConfigurationCommandInput,
22
- GetAccountConfigurationCommandOutput,
23
- ACMClientResolvedConfig
24
- > {
25
- readonly input: GetAccountConfigurationCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetAccountConfigurationCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ACMClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const GetAccountConfigurationCommand_base: {
15
+ new (
16
+ input: GetAccountConfigurationCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  GetAccountConfigurationCommandInput,
34
- GetAccountConfigurationCommandOutput
19
+ GetAccountConfigurationCommandOutput,
20
+ ACMClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetAccountConfigurationCommand extends GetAccountConfigurationCommand_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
  ACMClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetCertificateCommandInput extends GetCertificateRequest {}
20
14
  export interface GetCertificateCommandOutput
21
15
  extends GetCertificateResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetCertificateCommand extends $Command<
24
- GetCertificateCommandInput,
25
- GetCertificateCommandOutput,
26
- ACMClientResolvedConfig
27
- > {
28
- readonly input: GetCertificateCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetCertificateCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ACMClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetCertificateCommandInput, GetCertificateCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetCertificateCommand_base: {
18
+ new (
19
+ input: GetCertificateCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetCertificateCommandInput,
22
+ GetCertificateCommandOutput,
23
+ ACMClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetCertificateCommand extends GetCertificateCommand_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
  ACMClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ImportCertificateCommandInput
21
15
  export interface ImportCertificateCommandOutput
22
16
  extends ImportCertificateResponse,
23
17
  __MetadataBearer {}
24
- export declare class ImportCertificateCommand extends $Command<
25
- ImportCertificateCommandInput,
26
- ImportCertificateCommandOutput,
27
- ACMClientResolvedConfig
28
- > {
29
- readonly input: ImportCertificateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ImportCertificateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ACMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ImportCertificateCommandInput, ImportCertificateCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ImportCertificateCommand_base: {
19
+ new (
20
+ input: ImportCertificateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ImportCertificateCommandInput,
23
+ ImportCertificateCommandOutput,
24
+ ACMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ImportCertificateCommand extends ImportCertificateCommand_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
  ACMClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListCertificatesCommandInput extends ListCertificatesRequest {}
20
14
  export interface ListCertificatesCommandOutput
21
15
  extends ListCertificatesResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListCertificatesCommand extends $Command<
24
- ListCertificatesCommandInput,
25
- ListCertificatesCommandOutput,
26
- ACMClientResolvedConfig
27
- > {
28
- readonly input: ListCertificatesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListCertificatesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ACMClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListCertificatesCommandInput, ListCertificatesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListCertificatesCommand_base: {
18
+ new (
19
+ input: ListCertificatesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListCertificatesCommandInput,
22
+ ListCertificatesCommandOutput,
23
+ ACMClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListCertificatesCommand extends ListCertificatesCommand_base {}