@aws-sdk/client-acm 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 (69) 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-cjs/pagination/ListCertificatesPaginator.js +2 -24
  18. package/dist-es/commands/AddTagsToCertificateCommand.js +18 -41
  19. package/dist-es/commands/DeleteCertificateCommand.js +18 -41
  20. package/dist-es/commands/DescribeCertificateCommand.js +18 -41
  21. package/dist-es/commands/ExportCertificateCommand.js +18 -41
  22. package/dist-es/commands/GetAccountConfigurationCommand.js +18 -41
  23. package/dist-es/commands/GetCertificateCommand.js +18 -41
  24. package/dist-es/commands/ImportCertificateCommand.js +18 -41
  25. package/dist-es/commands/ListCertificatesCommand.js +18 -41
  26. package/dist-es/commands/ListTagsForCertificateCommand.js +18 -41
  27. package/dist-es/commands/PutAccountConfigurationCommand.js +18 -41
  28. package/dist-es/commands/RemoveTagsFromCertificateCommand.js +18 -41
  29. package/dist-es/commands/RenewCertificateCommand.js +18 -41
  30. package/dist-es/commands/RequestCertificateCommand.js +18 -41
  31. package/dist-es/commands/ResendValidationEmailCommand.js +18 -41
  32. package/dist-es/commands/UpdateCertificateOptionsCommand.js +18 -41
  33. package/dist-es/endpoint/EndpointParameters.js +6 -0
  34. package/dist-es/pagination/ListCertificatesPaginator.js +2 -23
  35. package/dist-types/commands/AddTagsToCertificateCommand.d.ts +6 -21
  36. package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -21
  37. package/dist-types/commands/DescribeCertificateCommand.d.ts +6 -21
  38. package/dist-types/commands/ExportCertificateCommand.d.ts +6 -21
  39. package/dist-types/commands/GetAccountConfigurationCommand.d.ts +6 -21
  40. package/dist-types/commands/GetCertificateCommand.d.ts +6 -21
  41. package/dist-types/commands/ImportCertificateCommand.d.ts +6 -21
  42. package/dist-types/commands/ListCertificatesCommand.d.ts +6 -21
  43. package/dist-types/commands/ListTagsForCertificateCommand.d.ts +6 -21
  44. package/dist-types/commands/PutAccountConfigurationCommand.d.ts +6 -21
  45. package/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +6 -21
  46. package/dist-types/commands/RenewCertificateCommand.d.ts +6 -21
  47. package/dist-types/commands/RequestCertificateCommand.d.ts +6 -21
  48. package/dist-types/commands/ResendValidationEmailCommand.d.ts +6 -21
  49. package/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +6 -21
  50. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  51. package/dist-types/pagination/ListCertificatesPaginator.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +12 -24
  53. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +14 -23
  54. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +14 -23
  55. package/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +14 -23
  56. package/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +12 -24
  57. package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +14 -23
  58. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +14 -23
  59. package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +14 -23
  60. package/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +12 -24
  61. package/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +12 -24
  62. package/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +12 -24
  63. package/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +14 -23
  64. package/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +12 -24
  66. package/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +12 -24
  67. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  68. package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +3 -3
  69. package/package.json +11 -10
@@ -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 { ListCertificatesRequest, ListCertificatesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCertificatesCommandInput extends ListCertificatesRequest {
21
20
  */
22
21
  export interface ListCertificatesCommandOutput extends ListCertificatesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCertificatesCommand_base: {
24
+ new (input: ListCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCertificatesCommandInput, ListCertificatesCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of certificate ARNs and domain names. You can request that only
@@ -105,23 +108,5 @@ export interface ListCertificatesCommandOutput extends ListCertificatesResponse,
105
108
  * <p>Base exception class for all service exceptions from ACM service.</p>
106
109
  *
107
110
  */
108
- export declare class ListCertificatesCommand extends $Command<ListCertificatesCommandInput, ListCertificatesCommandOutput, ACMClientResolvedConfig> {
109
- readonly input: ListCertificatesCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: ListCertificatesCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCertificatesCommandInput, ListCertificatesCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class ListCertificatesCommand extends ListCertificatesCommand_base {
127
112
  }
@@ -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 { ListTagsForCertificateRequest, ListTagsForCertificateResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForCertificateCommandInput extends ListTagsForCertifica
21
20
  */
22
21
  export interface ListTagsForCertificateCommandOutput extends ListTagsForCertificateResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForCertificateCommand_base: {
24
+ new (input: ListTagsForCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags that have been applied to the ACM certificate. Use the certificate's
@@ -65,23 +68,5 @@ export interface ListTagsForCertificateCommandOutput extends ListTagsForCertific
65
68
  * <p>Base exception class for all service exceptions from ACM service.</p>
66
69
  *
67
70
  */
68
- export declare class ListTagsForCertificateCommand extends $Command<ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput, ACMClientResolvedConfig> {
69
- readonly input: ListTagsForCertificateCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: ListTagsForCertificateCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class ListTagsForCertificateCommand extends ListTagsForCertificateCommand_base {
87
72
  }
@@ -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 { PutAccountConfigurationRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutAccountConfigurationCommandInput extends PutAccountConfigura
21
20
  */
22
21
  export interface PutAccountConfigurationCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const PutAccountConfigurationCommand_base: {
24
+ new (input: PutAccountConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutAccountConfigurationCommandInput, PutAccountConfigurationCommandOutput, ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds or modifies account-level configurations in ACM. </p>
@@ -70,23 +73,5 @@ export interface PutAccountConfigurationCommandOutput extends __MetadataBearer {
70
73
  * <p>Base exception class for all service exceptions from ACM service.</p>
71
74
  *
72
75
  */
73
- export declare class PutAccountConfigurationCommand extends $Command<PutAccountConfigurationCommandInput, PutAccountConfigurationCommandOutput, ACMClientResolvedConfig> {
74
- readonly input: PutAccountConfigurationCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: PutAccountConfigurationCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutAccountConfigurationCommandInput, PutAccountConfigurationCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class PutAccountConfigurationCommand extends PutAccountConfigurationCommand_base {
92
77
  }
@@ -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;
@@ -4,4 +4,4 @@ import { ACMPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCertificates(config: ACMPaginationConfiguration, input: ListCertificatesCommandInput, ...additionalArguments: any): Paginator<ListCertificatesCommandOutput>;
7
+ export declare const paginateListCertificates: (config: ACMPaginationConfiguration, input: ListCertificatesCommandInput, ...rest: any[]) => Paginator<ListCertificatesCommandOutput>;
@@ -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 {}