@aws-sdk/client-acm 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ACM.d.ts +0 -15
- package/dist-types/ts3.4/ACMClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ACMServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -144
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForCertificateValidated.d.ts +0 -2
- package/package.json +27 -27
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-acm
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-acm
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-acm
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -60,7 +60,6 @@ import {
|
|
|
60
60
|
UpdateCertificateOptionsCommandInput,
|
|
61
61
|
UpdateCertificateOptionsCommandOutput,
|
|
62
62
|
} from "./commands/UpdateCertificateOptionsCommand";
|
|
63
|
-
|
|
64
63
|
export declare class ACM extends ACMClient {
|
|
65
64
|
addTagsToCertificate(
|
|
66
65
|
args: AddTagsToCertificateCommandInput,
|
|
@@ -75,7 +74,6 @@ export declare class ACM extends ACMClient {
|
|
|
75
74
|
options: __HttpHandlerOptions,
|
|
76
75
|
cb: (err: any, data?: AddTagsToCertificateCommandOutput) => void
|
|
77
76
|
): void;
|
|
78
|
-
|
|
79
77
|
deleteCertificate(
|
|
80
78
|
args: DeleteCertificateCommandInput,
|
|
81
79
|
options?: __HttpHandlerOptions
|
|
@@ -89,7 +87,6 @@ export declare class ACM extends ACMClient {
|
|
|
89
87
|
options: __HttpHandlerOptions,
|
|
90
88
|
cb: (err: any, data?: DeleteCertificateCommandOutput) => void
|
|
91
89
|
): void;
|
|
92
|
-
|
|
93
90
|
describeCertificate(
|
|
94
91
|
args: DescribeCertificateCommandInput,
|
|
95
92
|
options?: __HttpHandlerOptions
|
|
@@ -103,7 +100,6 @@ export declare class ACM extends ACMClient {
|
|
|
103
100
|
options: __HttpHandlerOptions,
|
|
104
101
|
cb: (err: any, data?: DescribeCertificateCommandOutput) => void
|
|
105
102
|
): void;
|
|
106
|
-
|
|
107
103
|
exportCertificate(
|
|
108
104
|
args: ExportCertificateCommandInput,
|
|
109
105
|
options?: __HttpHandlerOptions
|
|
@@ -117,7 +113,6 @@ export declare class ACM extends ACMClient {
|
|
|
117
113
|
options: __HttpHandlerOptions,
|
|
118
114
|
cb: (err: any, data?: ExportCertificateCommandOutput) => void
|
|
119
115
|
): void;
|
|
120
|
-
|
|
121
116
|
getAccountConfiguration(
|
|
122
117
|
args: GetAccountConfigurationCommandInput,
|
|
123
118
|
options?: __HttpHandlerOptions
|
|
@@ -131,7 +126,6 @@ export declare class ACM extends ACMClient {
|
|
|
131
126
|
options: __HttpHandlerOptions,
|
|
132
127
|
cb: (err: any, data?: GetAccountConfigurationCommandOutput) => void
|
|
133
128
|
): void;
|
|
134
|
-
|
|
135
129
|
getCertificate(
|
|
136
130
|
args: GetCertificateCommandInput,
|
|
137
131
|
options?: __HttpHandlerOptions
|
|
@@ -145,7 +139,6 @@ export declare class ACM extends ACMClient {
|
|
|
145
139
|
options: __HttpHandlerOptions,
|
|
146
140
|
cb: (err: any, data?: GetCertificateCommandOutput) => void
|
|
147
141
|
): void;
|
|
148
|
-
|
|
149
142
|
importCertificate(
|
|
150
143
|
args: ImportCertificateCommandInput,
|
|
151
144
|
options?: __HttpHandlerOptions
|
|
@@ -159,7 +152,6 @@ export declare class ACM extends ACMClient {
|
|
|
159
152
|
options: __HttpHandlerOptions,
|
|
160
153
|
cb: (err: any, data?: ImportCertificateCommandOutput) => void
|
|
161
154
|
): void;
|
|
162
|
-
|
|
163
155
|
listCertificates(
|
|
164
156
|
args: ListCertificatesCommandInput,
|
|
165
157
|
options?: __HttpHandlerOptions
|
|
@@ -173,7 +165,6 @@ export declare class ACM extends ACMClient {
|
|
|
173
165
|
options: __HttpHandlerOptions,
|
|
174
166
|
cb: (err: any, data?: ListCertificatesCommandOutput) => void
|
|
175
167
|
): void;
|
|
176
|
-
|
|
177
168
|
listTagsForCertificate(
|
|
178
169
|
args: ListTagsForCertificateCommandInput,
|
|
179
170
|
options?: __HttpHandlerOptions
|
|
@@ -187,7 +178,6 @@ export declare class ACM extends ACMClient {
|
|
|
187
178
|
options: __HttpHandlerOptions,
|
|
188
179
|
cb: (err: any, data?: ListTagsForCertificateCommandOutput) => void
|
|
189
180
|
): void;
|
|
190
|
-
|
|
191
181
|
putAccountConfiguration(
|
|
192
182
|
args: PutAccountConfigurationCommandInput,
|
|
193
183
|
options?: __HttpHandlerOptions
|
|
@@ -201,7 +191,6 @@ export declare class ACM extends ACMClient {
|
|
|
201
191
|
options: __HttpHandlerOptions,
|
|
202
192
|
cb: (err: any, data?: PutAccountConfigurationCommandOutput) => void
|
|
203
193
|
): void;
|
|
204
|
-
|
|
205
194
|
removeTagsFromCertificate(
|
|
206
195
|
args: RemoveTagsFromCertificateCommandInput,
|
|
207
196
|
options?: __HttpHandlerOptions
|
|
@@ -215,7 +204,6 @@ export declare class ACM extends ACMClient {
|
|
|
215
204
|
options: __HttpHandlerOptions,
|
|
216
205
|
cb: (err: any, data?: RemoveTagsFromCertificateCommandOutput) => void
|
|
217
206
|
): void;
|
|
218
|
-
|
|
219
207
|
renewCertificate(
|
|
220
208
|
args: RenewCertificateCommandInput,
|
|
221
209
|
options?: __HttpHandlerOptions
|
|
@@ -229,7 +217,6 @@ export declare class ACM extends ACMClient {
|
|
|
229
217
|
options: __HttpHandlerOptions,
|
|
230
218
|
cb: (err: any, data?: RenewCertificateCommandOutput) => void
|
|
231
219
|
): void;
|
|
232
|
-
|
|
233
220
|
requestCertificate(
|
|
234
221
|
args: RequestCertificateCommandInput,
|
|
235
222
|
options?: __HttpHandlerOptions
|
|
@@ -243,7 +230,6 @@ export declare class ACM extends ACMClient {
|
|
|
243
230
|
options: __HttpHandlerOptions,
|
|
244
231
|
cb: (err: any, data?: RequestCertificateCommandOutput) => void
|
|
245
232
|
): void;
|
|
246
|
-
|
|
247
233
|
resendValidationEmail(
|
|
248
234
|
args: ResendValidationEmailCommandInput,
|
|
249
235
|
options?: __HttpHandlerOptions
|
|
@@ -257,7 +243,6 @@ export declare class ACM extends ACMClient {
|
|
|
257
243
|
options: __HttpHandlerOptions,
|
|
258
244
|
cb: (err: any, data?: ResendValidationEmailCommandOutput) => void
|
|
259
245
|
): void;
|
|
260
|
-
|
|
261
246
|
updateCertificateOptions(
|
|
262
247
|
args: UpdateCertificateOptionsCommandInput,
|
|
263
248
|
options?: __HttpHandlerOptions
|
|
@@ -137,47 +137,26 @@ export declare type ServiceOutputTypes =
|
|
|
137
137
|
export interface ClientDefaults
|
|
138
138
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
139
139
|
requestHandler?: __HttpHandler;
|
|
140
|
-
|
|
141
140
|
sha256?: __HashConstructor;
|
|
142
|
-
|
|
143
141
|
urlParser?: __UrlParser;
|
|
144
|
-
|
|
145
142
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
146
|
-
|
|
147
143
|
streamCollector?: __StreamCollector;
|
|
148
|
-
|
|
149
144
|
base64Decoder?: __Decoder;
|
|
150
|
-
|
|
151
145
|
base64Encoder?: __Encoder;
|
|
152
|
-
|
|
153
146
|
utf8Decoder?: __Decoder;
|
|
154
|
-
|
|
155
147
|
utf8Encoder?: __Encoder;
|
|
156
|
-
|
|
157
148
|
runtime?: string;
|
|
158
|
-
|
|
159
149
|
disableHostPrefix?: boolean;
|
|
160
|
-
|
|
161
150
|
maxAttempts?: number | __Provider<number>;
|
|
162
|
-
|
|
163
151
|
retryMode?: string | __Provider<string>;
|
|
164
|
-
|
|
165
152
|
logger?: __Logger;
|
|
166
|
-
|
|
167
153
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
168
|
-
|
|
169
154
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
170
|
-
|
|
171
155
|
serviceId?: string;
|
|
172
|
-
|
|
173
156
|
region?: string | __Provider<string>;
|
|
174
|
-
|
|
175
157
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
176
|
-
|
|
177
158
|
regionInfoProvider?: RegionInfoProvider;
|
|
178
|
-
|
|
179
159
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
180
|
-
|
|
181
160
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
182
161
|
}
|
|
183
162
|
declare type ACMClientConfigType = Partial<
|
|
@@ -190,7 +169,6 @@ declare type ACMClientConfigType = Partial<
|
|
|
190
169
|
HostHeaderInputConfig &
|
|
191
170
|
AwsAuthInputConfig &
|
|
192
171
|
UserAgentInputConfig;
|
|
193
|
-
|
|
194
172
|
export interface ACMClientConfig extends ACMClientConfigType {}
|
|
195
173
|
declare type ACMClientResolvedConfigType =
|
|
196
174
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -201,9 +179,7 @@ declare type ACMClientResolvedConfigType =
|
|
|
201
179
|
HostHeaderResolvedConfig &
|
|
202
180
|
AwsAuthResolvedConfig &
|
|
203
181
|
UserAgentResolvedConfig;
|
|
204
|
-
|
|
205
182
|
export interface ACMClientResolvedConfig extends ACMClientResolvedConfigType {}
|
|
206
|
-
|
|
207
183
|
export declare class ACMClient extends __Client<
|
|
208
184
|
__HttpHandlerOptions,
|
|
209
185
|
ServiceInputTypes,
|
|
@@ -212,7 +188,6 @@ export declare class ACMClient extends __Client<
|
|
|
212
188
|
> {
|
|
213
189
|
readonly config: ACMClientResolvedConfig;
|
|
214
190
|
constructor(configuration: ACMClientConfig);
|
|
215
|
-
|
|
216
191
|
destroy(): void;
|
|
217
192
|
}
|
|
218
193
|
export {};
|
|
@@ -14,7 +14,6 @@ import { AddTagsToCertificateRequest } from "../models/models_0";
|
|
|
14
14
|
export interface AddTagsToCertificateCommandInput
|
|
15
15
|
extends AddTagsToCertificateRequest {}
|
|
16
16
|
export interface AddTagsToCertificateCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class AddTagsToCertificateCommand extends $Command<
|
|
19
18
|
AddTagsToCertificateCommandInput,
|
|
20
19
|
AddTagsToCertificateCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class AddTagsToCertificateCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: AddTagsToCertificateCommandInput;
|
|
24
23
|
constructor(input: AddTagsToCertificateCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ACMClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteCertificateRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteCertificateCommandInput
|
|
15
15
|
extends DeleteCertificateRequest {}
|
|
16
16
|
export interface DeleteCertificateCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteCertificateCommand extends $Command<
|
|
19
18
|
DeleteCertificateCommandInput,
|
|
20
19
|
DeleteCertificateCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteCertificateCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteCertificateCommandInput;
|
|
24
23
|
constructor(input: DeleteCertificateCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ACMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCertificateCommandInput
|
|
|
19
19
|
export interface DescribeCertificateCommandOutput
|
|
20
20
|
extends DescribeCertificateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCertificateCommand extends $Command<
|
|
24
23
|
DescribeCertificateCommandInput,
|
|
25
24
|
DescribeCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCertificateCommandInput;
|
|
29
28
|
constructor(input: DescribeCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ACMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ExportCertificateCommandInput
|
|
|
19
19
|
export interface ExportCertificateCommandOutput
|
|
20
20
|
extends ExportCertificateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ExportCertificateCommand extends $Command<
|
|
24
23
|
ExportCertificateCommandInput,
|
|
25
24
|
ExportCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ExportCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ExportCertificateCommandInput;
|
|
29
28
|
constructor(input: ExportCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ACMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetAccountConfigurationCommandInput {}
|
|
|
15
15
|
export interface GetAccountConfigurationCommandOutput
|
|
16
16
|
extends GetAccountConfigurationResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetAccountConfigurationCommand extends $Command<
|
|
20
19
|
GetAccountConfigurationCommandInput,
|
|
21
20
|
GetAccountConfigurationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetAccountConfigurationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetAccountConfigurationCommandInput;
|
|
25
24
|
constructor(input: GetAccountConfigurationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ACMClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetCertificateCommandInput extends GetCertificateRequest {}
|
|
|
18
18
|
export interface GetCertificateCommandOutput
|
|
19
19
|
extends GetCertificateResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetCertificateCommand extends $Command<
|
|
23
22
|
GetCertificateCommandInput,
|
|
24
23
|
GetCertificateCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetCertificateCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetCertificateCommandInput;
|
|
28
27
|
constructor(input: GetCertificateCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ACMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ImportCertificateCommandInput
|
|
|
19
19
|
export interface ImportCertificateCommandOutput
|
|
20
20
|
extends ImportCertificateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ImportCertificateCommand extends $Command<
|
|
24
23
|
ImportCertificateCommandInput,
|
|
25
24
|
ImportCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ImportCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ImportCertificateCommandInput;
|
|
29
28
|
constructor(input: ImportCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ACMClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListCertificatesCommandInput extends ListCertificatesRequest {}
|
|
|
18
18
|
export interface ListCertificatesCommandOutput
|
|
19
19
|
extends ListCertificatesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListCertificatesCommand extends $Command<
|
|
23
22
|
ListCertificatesCommandInput,
|
|
24
23
|
ListCertificatesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListCertificatesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListCertificatesCommandInput;
|
|
28
27
|
constructor(input: ListCertificatesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ACMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForCertificateCommandInput
|
|
|
19
19
|
export interface ListTagsForCertificateCommandOutput
|
|
20
20
|
extends ListTagsForCertificateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForCertificateCommand extends $Command<
|
|
24
23
|
ListTagsForCertificateCommandInput,
|
|
25
24
|
ListTagsForCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForCertificateCommandInput;
|
|
29
28
|
constructor(input: ListTagsForCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ACMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PutAccountConfigurationCommandInput
|
|
|
15
15
|
extends PutAccountConfigurationRequest {}
|
|
16
16
|
export interface PutAccountConfigurationCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PutAccountConfigurationCommand extends $Command<
|
|
20
19
|
PutAccountConfigurationCommandInput,
|
|
21
20
|
PutAccountConfigurationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PutAccountConfigurationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PutAccountConfigurationCommandInput;
|
|
25
24
|
constructor(input: PutAccountConfigurationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ACMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface RemoveTagsFromCertificateCommandInput
|
|
|
15
15
|
extends RemoveTagsFromCertificateRequest {}
|
|
16
16
|
export interface RemoveTagsFromCertificateCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class RemoveTagsFromCertificateCommand extends $Command<
|
|
20
19
|
RemoveTagsFromCertificateCommandInput,
|
|
21
20
|
RemoveTagsFromCertificateCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class RemoveTagsFromCertificateCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: RemoveTagsFromCertificateCommandInput;
|
|
25
24
|
constructor(input: RemoveTagsFromCertificateCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ACMClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { RenewCertificateRequest } from "../models/models_0";
|
|
14
14
|
export interface RenewCertificateCommandInput extends RenewCertificateRequest {}
|
|
15
15
|
export interface RenewCertificateCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class RenewCertificateCommand extends $Command<
|
|
18
17
|
RenewCertificateCommandInput,
|
|
19
18
|
RenewCertificateCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class RenewCertificateCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: RenewCertificateCommandInput;
|
|
23
22
|
constructor(input: RenewCertificateCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ACMClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface RequestCertificateCommandInput
|
|
|
19
19
|
export interface RequestCertificateCommandOutput
|
|
20
20
|
extends RequestCertificateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class RequestCertificateCommand extends $Command<
|
|
24
23
|
RequestCertificateCommandInput,
|
|
25
24
|
RequestCertificateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class RequestCertificateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: RequestCertificateCommandInput;
|
|
29
28
|
constructor(input: RequestCertificateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ACMClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { ResendValidationEmailRequest } from "../models/models_0";
|
|
|
14
14
|
export interface ResendValidationEmailCommandInput
|
|
15
15
|
extends ResendValidationEmailRequest {}
|
|
16
16
|
export interface ResendValidationEmailCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class ResendValidationEmailCommand extends $Command<
|
|
19
18
|
ResendValidationEmailCommandInput,
|
|
20
19
|
ResendValidationEmailCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class ResendValidationEmailCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: ResendValidationEmailCommandInput;
|
|
24
23
|
constructor(input: ResendValidationEmailCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ACMClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateCertificateOptionsCommandInput
|
|
|
15
15
|
extends UpdateCertificateOptionsRequest {}
|
|
16
16
|
export interface UpdateCertificateOptionsCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateCertificateOptionsCommand extends $Command<
|
|
20
19
|
UpdateCertificateOptionsCommandInput,
|
|
21
20
|
UpdateCertificateOptionsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateCertificateOptionsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateCertificateOptionsCommandInput;
|
|
25
24
|
constructor(input: UpdateCertificateOptionsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ACMClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ACMServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,83 +1,64 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ACMServiceException as __BaseException } from "./ACMServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
6
|
Message?: string;
|
|
8
|
-
|
|
9
7
|
constructor(
|
|
10
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
9
|
);
|
|
12
10
|
}
|
|
13
|
-
|
|
14
11
|
export interface Tag {
|
|
15
12
|
Key: string | undefined;
|
|
16
|
-
|
|
17
13
|
Value?: string;
|
|
18
14
|
}
|
|
19
15
|
export interface AddTagsToCertificateRequest {
|
|
20
16
|
CertificateArn: string | undefined;
|
|
21
|
-
|
|
22
17
|
Tags: Tag[] | undefined;
|
|
23
18
|
}
|
|
24
|
-
|
|
25
19
|
export declare class InvalidArnException extends __BaseException {
|
|
26
20
|
readonly name: "InvalidArnException";
|
|
27
21
|
readonly $fault: "client";
|
|
28
|
-
|
|
29
22
|
constructor(
|
|
30
23
|
opts: __ExceptionOptionType<InvalidArnException, __BaseException>
|
|
31
24
|
);
|
|
32
25
|
}
|
|
33
|
-
|
|
34
26
|
export declare class InvalidParameterException extends __BaseException {
|
|
35
27
|
readonly name: "InvalidParameterException";
|
|
36
28
|
readonly $fault: "client";
|
|
37
|
-
|
|
38
29
|
constructor(
|
|
39
30
|
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
40
31
|
);
|
|
41
32
|
}
|
|
42
|
-
|
|
43
33
|
export declare class InvalidTagException extends __BaseException {
|
|
44
34
|
readonly name: "InvalidTagException";
|
|
45
35
|
readonly $fault: "client";
|
|
46
|
-
|
|
47
36
|
constructor(
|
|
48
37
|
opts: __ExceptionOptionType<InvalidTagException, __BaseException>
|
|
49
38
|
);
|
|
50
39
|
}
|
|
51
|
-
|
|
52
40
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
53
41
|
readonly name: "ResourceNotFoundException";
|
|
54
42
|
readonly $fault: "client";
|
|
55
|
-
|
|
56
43
|
constructor(
|
|
57
44
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
58
45
|
);
|
|
59
46
|
}
|
|
60
|
-
|
|
61
47
|
export declare class TagPolicyException extends __BaseException {
|
|
62
48
|
readonly name: "TagPolicyException";
|
|
63
49
|
readonly $fault: "client";
|
|
64
|
-
|
|
65
50
|
constructor(opts: __ExceptionOptionType<TagPolicyException, __BaseException>);
|
|
66
51
|
}
|
|
67
|
-
|
|
68
52
|
export declare class ThrottlingException extends __BaseException {
|
|
69
53
|
readonly name: "ThrottlingException";
|
|
70
54
|
readonly $fault: "client";
|
|
71
|
-
|
|
72
55
|
constructor(
|
|
73
56
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
74
57
|
);
|
|
75
58
|
}
|
|
76
|
-
|
|
77
59
|
export declare class TooManyTagsException extends __BaseException {
|
|
78
60
|
readonly name: "TooManyTagsException";
|
|
79
61
|
readonly $fault: "client";
|
|
80
|
-
|
|
81
62
|
constructor(
|
|
82
63
|
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
83
64
|
);
|
|
@@ -85,12 +66,9 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
85
66
|
export declare enum RecordType {
|
|
86
67
|
CNAME = "CNAME",
|
|
87
68
|
}
|
|
88
|
-
|
|
89
69
|
export interface ResourceRecord {
|
|
90
70
|
Name: string | undefined;
|
|
91
|
-
|
|
92
71
|
Type: RecordType | string | undefined;
|
|
93
|
-
|
|
94
72
|
Value: string | undefined;
|
|
95
73
|
}
|
|
96
74
|
export declare enum ValidationMethod {
|
|
@@ -102,18 +80,12 @@ export declare enum DomainStatus {
|
|
|
102
80
|
PENDING_VALIDATION = "PENDING_VALIDATION",
|
|
103
81
|
SUCCESS = "SUCCESS",
|
|
104
82
|
}
|
|
105
|
-
|
|
106
83
|
export interface DomainValidation {
|
|
107
84
|
DomainName: string | undefined;
|
|
108
|
-
|
|
109
85
|
ValidationEmails?: string[];
|
|
110
|
-
|
|
111
86
|
ValidationDomain?: string;
|
|
112
|
-
|
|
113
87
|
ValidationStatus?: DomainStatus | string;
|
|
114
|
-
|
|
115
88
|
ResourceRecord?: ResourceRecord;
|
|
116
|
-
|
|
117
89
|
ValidationMethod?: ValidationMethod | string;
|
|
118
90
|
}
|
|
119
91
|
export declare enum ExtendedKeyUsageName {
|
|
@@ -130,10 +102,8 @@ export declare enum ExtendedKeyUsageName {
|
|
|
130
102
|
TLS_WEB_CLIENT_AUTHENTICATION = "TLS_WEB_CLIENT_AUTHENTICATION",
|
|
131
103
|
TLS_WEB_SERVER_AUTHENTICATION = "TLS_WEB_SERVER_AUTHENTICATION",
|
|
132
104
|
}
|
|
133
|
-
|
|
134
105
|
export interface ExtendedKeyUsage {
|
|
135
106
|
Name?: ExtendedKeyUsageName | string;
|
|
136
|
-
|
|
137
107
|
OID?: string;
|
|
138
108
|
}
|
|
139
109
|
export declare enum FailureReason {
|
|
@@ -177,7 +147,6 @@ export declare enum KeyUsageName {
|
|
|
177
147
|
KEY_ENCIPHERMENT = "KEY_ENCIPHERMENT",
|
|
178
148
|
NON_REPUDATION = "NON_REPUDIATION",
|
|
179
149
|
}
|
|
180
|
-
|
|
181
150
|
export interface KeyUsage {
|
|
182
151
|
Name?: KeyUsageName | string;
|
|
183
152
|
}
|
|
@@ -185,7 +154,6 @@ export declare enum CertificateTransparencyLoggingPreference {
|
|
|
185
154
|
DISABLED = "DISABLED",
|
|
186
155
|
ENABLED = "ENABLED",
|
|
187
156
|
}
|
|
188
|
-
|
|
189
157
|
export interface CertificateOptions {
|
|
190
158
|
CertificateTransparencyLoggingPreference?:
|
|
191
159
|
| CertificateTransparencyLoggingPreference
|
|
@@ -201,14 +169,10 @@ export declare enum RenewalStatus {
|
|
|
201
169
|
PENDING_VALIDATION = "PENDING_VALIDATION",
|
|
202
170
|
SUCCESS = "SUCCESS",
|
|
203
171
|
}
|
|
204
|
-
|
|
205
172
|
export interface RenewalSummary {
|
|
206
173
|
RenewalStatus: RenewalStatus | string | undefined;
|
|
207
|
-
|
|
208
174
|
DomainValidationOptions: DomainValidation[] | undefined;
|
|
209
|
-
|
|
210
175
|
RenewalStatusReason?: FailureReason | string;
|
|
211
|
-
|
|
212
176
|
UpdatedAt: Date | undefined;
|
|
213
177
|
}
|
|
214
178
|
export declare enum RevocationReason {
|
|
@@ -237,68 +201,40 @@ export declare enum CertificateType {
|
|
|
237
201
|
IMPORTED = "IMPORTED",
|
|
238
202
|
PRIVATE = "PRIVATE",
|
|
239
203
|
}
|
|
240
|
-
|
|
241
204
|
export interface CertificateDetail {
|
|
242
205
|
CertificateArn?: string;
|
|
243
|
-
|
|
244
206
|
DomainName?: string;
|
|
245
|
-
|
|
246
207
|
SubjectAlternativeNames?: string[];
|
|
247
|
-
|
|
248
208
|
DomainValidationOptions?: DomainValidation[];
|
|
249
|
-
|
|
250
209
|
Serial?: string;
|
|
251
|
-
|
|
252
210
|
Subject?: string;
|
|
253
|
-
|
|
254
211
|
Issuer?: string;
|
|
255
|
-
|
|
256
212
|
CreatedAt?: Date;
|
|
257
|
-
|
|
258
213
|
IssuedAt?: Date;
|
|
259
|
-
|
|
260
214
|
ImportedAt?: Date;
|
|
261
|
-
|
|
262
215
|
Status?: CertificateStatus | string;
|
|
263
|
-
|
|
264
216
|
RevokedAt?: Date;
|
|
265
|
-
|
|
266
217
|
RevocationReason?: RevocationReason | string;
|
|
267
|
-
|
|
268
218
|
NotBefore?: Date;
|
|
269
|
-
|
|
270
219
|
NotAfter?: Date;
|
|
271
|
-
|
|
272
220
|
KeyAlgorithm?: KeyAlgorithm | string;
|
|
273
|
-
|
|
274
221
|
SignatureAlgorithm?: string;
|
|
275
|
-
|
|
276
222
|
InUseBy?: string[];
|
|
277
|
-
|
|
278
223
|
FailureReason?: FailureReason | string;
|
|
279
|
-
|
|
280
224
|
Type?: CertificateType | string;
|
|
281
|
-
|
|
282
225
|
RenewalSummary?: RenewalSummary;
|
|
283
|
-
|
|
284
226
|
KeyUsages?: KeyUsage[];
|
|
285
|
-
|
|
286
227
|
ExtendedKeyUsages?: ExtendedKeyUsage[];
|
|
287
|
-
|
|
288
228
|
CertificateAuthorityArn?: string;
|
|
289
|
-
|
|
290
229
|
RenewalEligibility?: RenewalEligibility | string;
|
|
291
|
-
|
|
292
230
|
Options?: CertificateOptions;
|
|
293
231
|
}
|
|
294
232
|
export interface DeleteCertificateRequest {
|
|
295
233
|
CertificateArn: string | undefined;
|
|
296
234
|
}
|
|
297
|
-
|
|
298
235
|
export declare class ResourceInUseException extends __BaseException {
|
|
299
236
|
readonly name: "ResourceInUseException";
|
|
300
237
|
readonly $fault: "client";
|
|
301
|
-
|
|
302
238
|
constructor(
|
|
303
239
|
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
304
240
|
);
|
|
@@ -311,26 +247,20 @@ export interface DescribeCertificateResponse {
|
|
|
311
247
|
}
|
|
312
248
|
export interface ExportCertificateRequest {
|
|
313
249
|
CertificateArn: string | undefined;
|
|
314
|
-
|
|
315
250
|
Passphrase: Uint8Array | undefined;
|
|
316
251
|
}
|
|
317
252
|
export interface ExportCertificateResponse {
|
|
318
253
|
Certificate?: string;
|
|
319
|
-
|
|
320
254
|
CertificateChain?: string;
|
|
321
|
-
|
|
322
255
|
PrivateKey?: string;
|
|
323
256
|
}
|
|
324
|
-
|
|
325
257
|
export declare class RequestInProgressException extends __BaseException {
|
|
326
258
|
readonly name: "RequestInProgressException";
|
|
327
259
|
readonly $fault: "client";
|
|
328
|
-
|
|
329
260
|
constructor(
|
|
330
261
|
opts: __ExceptionOptionType<RequestInProgressException, __BaseException>
|
|
331
262
|
);
|
|
332
263
|
}
|
|
333
|
-
|
|
334
264
|
export interface ExpiryEventsConfiguration {
|
|
335
265
|
DaysBeforeExpiry?: number;
|
|
336
266
|
}
|
|
@@ -342,67 +272,49 @@ export interface GetCertificateRequest {
|
|
|
342
272
|
}
|
|
343
273
|
export interface GetCertificateResponse {
|
|
344
274
|
Certificate?: string;
|
|
345
|
-
|
|
346
275
|
CertificateChain?: string;
|
|
347
276
|
}
|
|
348
277
|
export interface ImportCertificateRequest {
|
|
349
278
|
CertificateArn?: string;
|
|
350
|
-
|
|
351
279
|
Certificate: Uint8Array | undefined;
|
|
352
|
-
|
|
353
280
|
PrivateKey: Uint8Array | undefined;
|
|
354
|
-
|
|
355
281
|
CertificateChain?: Uint8Array;
|
|
356
|
-
|
|
357
282
|
Tags?: Tag[];
|
|
358
283
|
}
|
|
359
284
|
export interface ImportCertificateResponse {
|
|
360
285
|
CertificateArn?: string;
|
|
361
286
|
}
|
|
362
|
-
|
|
363
287
|
export declare class LimitExceededException extends __BaseException {
|
|
364
288
|
readonly name: "LimitExceededException";
|
|
365
289
|
readonly $fault: "client";
|
|
366
|
-
|
|
367
290
|
constructor(
|
|
368
291
|
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
369
292
|
);
|
|
370
293
|
}
|
|
371
|
-
|
|
372
294
|
export declare class InvalidArgsException extends __BaseException {
|
|
373
295
|
readonly name: "InvalidArgsException";
|
|
374
296
|
readonly $fault: "client";
|
|
375
|
-
|
|
376
297
|
constructor(
|
|
377
298
|
opts: __ExceptionOptionType<InvalidArgsException, __BaseException>
|
|
378
299
|
);
|
|
379
300
|
}
|
|
380
|
-
|
|
381
301
|
export interface Filters {
|
|
382
302
|
extendedKeyUsage?: (ExtendedKeyUsageName | string)[];
|
|
383
|
-
|
|
384
303
|
keyUsage?: (KeyUsageName | string)[];
|
|
385
|
-
|
|
386
304
|
keyTypes?: (KeyAlgorithm | string)[];
|
|
387
305
|
}
|
|
388
306
|
export interface ListCertificatesRequest {
|
|
389
307
|
CertificateStatuses?: (CertificateStatus | string)[];
|
|
390
|
-
|
|
391
308
|
Includes?: Filters;
|
|
392
|
-
|
|
393
309
|
NextToken?: string;
|
|
394
|
-
|
|
395
310
|
MaxItems?: number;
|
|
396
311
|
}
|
|
397
|
-
|
|
398
312
|
export interface CertificateSummary {
|
|
399
313
|
CertificateArn?: string;
|
|
400
|
-
|
|
401
314
|
DomainName?: string;
|
|
402
315
|
}
|
|
403
316
|
export interface ListCertificatesResponse {
|
|
404
317
|
NextToken?: string;
|
|
405
|
-
|
|
406
318
|
CertificateSummaryList?: CertificateSummary[];
|
|
407
319
|
}
|
|
408
320
|
export interface ListTagsForCertificateRequest {
|
|
@@ -411,40 +323,32 @@ export interface ListTagsForCertificateRequest {
|
|
|
411
323
|
export interface ListTagsForCertificateResponse {
|
|
412
324
|
Tags?: Tag[];
|
|
413
325
|
}
|
|
414
|
-
|
|
415
326
|
export declare class ConflictException extends __BaseException {
|
|
416
327
|
readonly name: "ConflictException";
|
|
417
328
|
readonly $fault: "client";
|
|
418
|
-
|
|
419
329
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
420
330
|
}
|
|
421
331
|
export interface PutAccountConfigurationRequest {
|
|
422
332
|
ExpiryEvents?: ExpiryEventsConfiguration;
|
|
423
|
-
|
|
424
333
|
IdempotencyToken: string | undefined;
|
|
425
334
|
}
|
|
426
|
-
|
|
427
335
|
export declare class ValidationException extends __BaseException {
|
|
428
336
|
readonly name: "ValidationException";
|
|
429
337
|
readonly $fault: "client";
|
|
430
|
-
|
|
431
338
|
constructor(
|
|
432
339
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
433
340
|
);
|
|
434
341
|
}
|
|
435
342
|
export interface RemoveTagsFromCertificateRequest {
|
|
436
343
|
CertificateArn: string | undefined;
|
|
437
|
-
|
|
438
344
|
Tags: Tag[] | undefined;
|
|
439
345
|
}
|
|
440
346
|
export interface RenewCertificateRequest {
|
|
441
347
|
CertificateArn: string | undefined;
|
|
442
348
|
}
|
|
443
|
-
|
|
444
349
|
export declare class InvalidDomainValidationOptionsException extends __BaseException {
|
|
445
350
|
readonly name: "InvalidDomainValidationOptionsException";
|
|
446
351
|
readonly $fault: "client";
|
|
447
|
-
|
|
448
352
|
constructor(
|
|
449
353
|
opts: __ExceptionOptionType<
|
|
450
354
|
InvalidDomainValidationOptionsException,
|
|
@@ -452,180 +356,132 @@ export declare class InvalidDomainValidationOptionsException extends __BaseExcep
|
|
|
452
356
|
>
|
|
453
357
|
);
|
|
454
358
|
}
|
|
455
|
-
|
|
456
359
|
export interface DomainValidationOption {
|
|
457
360
|
DomainName: string | undefined;
|
|
458
|
-
|
|
459
361
|
ValidationDomain: string | undefined;
|
|
460
362
|
}
|
|
461
363
|
export interface RequestCertificateRequest {
|
|
462
364
|
DomainName: string | undefined;
|
|
463
|
-
|
|
464
365
|
ValidationMethod?: ValidationMethod | string;
|
|
465
|
-
|
|
466
366
|
SubjectAlternativeNames?: string[];
|
|
467
|
-
|
|
468
367
|
IdempotencyToken?: string;
|
|
469
|
-
|
|
470
368
|
DomainValidationOptions?: DomainValidationOption[];
|
|
471
|
-
|
|
472
369
|
Options?: CertificateOptions;
|
|
473
|
-
|
|
474
370
|
CertificateAuthorityArn?: string;
|
|
475
|
-
|
|
476
371
|
Tags?: Tag[];
|
|
477
372
|
}
|
|
478
373
|
export interface RequestCertificateResponse {
|
|
479
374
|
CertificateArn?: string;
|
|
480
375
|
}
|
|
481
|
-
|
|
482
376
|
export declare class InvalidStateException extends __BaseException {
|
|
483
377
|
readonly name: "InvalidStateException";
|
|
484
378
|
readonly $fault: "client";
|
|
485
|
-
|
|
486
379
|
constructor(
|
|
487
380
|
opts: __ExceptionOptionType<InvalidStateException, __BaseException>
|
|
488
381
|
);
|
|
489
382
|
}
|
|
490
383
|
export interface ResendValidationEmailRequest {
|
|
491
384
|
CertificateArn: string | undefined;
|
|
492
|
-
|
|
493
385
|
Domain: string | undefined;
|
|
494
|
-
|
|
495
386
|
ValidationDomain: string | undefined;
|
|
496
387
|
}
|
|
497
388
|
export interface UpdateCertificateOptionsRequest {
|
|
498
389
|
CertificateArn: string | undefined;
|
|
499
|
-
|
|
500
390
|
Options: CertificateOptions | undefined;
|
|
501
391
|
}
|
|
502
|
-
|
|
503
392
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
504
|
-
|
|
505
393
|
export declare const AddTagsToCertificateRequestFilterSensitiveLog: (
|
|
506
394
|
obj: AddTagsToCertificateRequest
|
|
507
395
|
) => any;
|
|
508
|
-
|
|
509
396
|
export declare const ResourceRecordFilterSensitiveLog: (
|
|
510
397
|
obj: ResourceRecord
|
|
511
398
|
) => any;
|
|
512
|
-
|
|
513
399
|
export declare const DomainValidationFilterSensitiveLog: (
|
|
514
400
|
obj: DomainValidation
|
|
515
401
|
) => any;
|
|
516
|
-
|
|
517
402
|
export declare const ExtendedKeyUsageFilterSensitiveLog: (
|
|
518
403
|
obj: ExtendedKeyUsage
|
|
519
404
|
) => any;
|
|
520
|
-
|
|
521
405
|
export declare const KeyUsageFilterSensitiveLog: (obj: KeyUsage) => any;
|
|
522
|
-
|
|
523
406
|
export declare const CertificateOptionsFilterSensitiveLog: (
|
|
524
407
|
obj: CertificateOptions
|
|
525
408
|
) => any;
|
|
526
|
-
|
|
527
409
|
export declare const RenewalSummaryFilterSensitiveLog: (
|
|
528
410
|
obj: RenewalSummary
|
|
529
411
|
) => any;
|
|
530
|
-
|
|
531
412
|
export declare const CertificateDetailFilterSensitiveLog: (
|
|
532
413
|
obj: CertificateDetail
|
|
533
414
|
) => any;
|
|
534
|
-
|
|
535
415
|
export declare const DeleteCertificateRequestFilterSensitiveLog: (
|
|
536
416
|
obj: DeleteCertificateRequest
|
|
537
417
|
) => any;
|
|
538
|
-
|
|
539
418
|
export declare const DescribeCertificateRequestFilterSensitiveLog: (
|
|
540
419
|
obj: DescribeCertificateRequest
|
|
541
420
|
) => any;
|
|
542
|
-
|
|
543
421
|
export declare const DescribeCertificateResponseFilterSensitiveLog: (
|
|
544
422
|
obj: DescribeCertificateResponse
|
|
545
423
|
) => any;
|
|
546
|
-
|
|
547
424
|
export declare const ExportCertificateRequestFilterSensitiveLog: (
|
|
548
425
|
obj: ExportCertificateRequest
|
|
549
426
|
) => any;
|
|
550
|
-
|
|
551
427
|
export declare const ExportCertificateResponseFilterSensitiveLog: (
|
|
552
428
|
obj: ExportCertificateResponse
|
|
553
429
|
) => any;
|
|
554
|
-
|
|
555
430
|
export declare const ExpiryEventsConfigurationFilterSensitiveLog: (
|
|
556
431
|
obj: ExpiryEventsConfiguration
|
|
557
432
|
) => any;
|
|
558
|
-
|
|
559
433
|
export declare const GetAccountConfigurationResponseFilterSensitiveLog: (
|
|
560
434
|
obj: GetAccountConfigurationResponse
|
|
561
435
|
) => any;
|
|
562
|
-
|
|
563
436
|
export declare const GetCertificateRequestFilterSensitiveLog: (
|
|
564
437
|
obj: GetCertificateRequest
|
|
565
438
|
) => any;
|
|
566
|
-
|
|
567
439
|
export declare const GetCertificateResponseFilterSensitiveLog: (
|
|
568
440
|
obj: GetCertificateResponse
|
|
569
441
|
) => any;
|
|
570
|
-
|
|
571
442
|
export declare const ImportCertificateRequestFilterSensitiveLog: (
|
|
572
443
|
obj: ImportCertificateRequest
|
|
573
444
|
) => any;
|
|
574
|
-
|
|
575
445
|
export declare const ImportCertificateResponseFilterSensitiveLog: (
|
|
576
446
|
obj: ImportCertificateResponse
|
|
577
447
|
) => any;
|
|
578
|
-
|
|
579
448
|
export declare const FiltersFilterSensitiveLog: (obj: Filters) => any;
|
|
580
|
-
|
|
581
449
|
export declare const ListCertificatesRequestFilterSensitiveLog: (
|
|
582
450
|
obj: ListCertificatesRequest
|
|
583
451
|
) => any;
|
|
584
|
-
|
|
585
452
|
export declare const CertificateSummaryFilterSensitiveLog: (
|
|
586
453
|
obj: CertificateSummary
|
|
587
454
|
) => any;
|
|
588
|
-
|
|
589
455
|
export declare const ListCertificatesResponseFilterSensitiveLog: (
|
|
590
456
|
obj: ListCertificatesResponse
|
|
591
457
|
) => any;
|
|
592
|
-
|
|
593
458
|
export declare const ListTagsForCertificateRequestFilterSensitiveLog: (
|
|
594
459
|
obj: ListTagsForCertificateRequest
|
|
595
460
|
) => any;
|
|
596
|
-
|
|
597
461
|
export declare const ListTagsForCertificateResponseFilterSensitiveLog: (
|
|
598
462
|
obj: ListTagsForCertificateResponse
|
|
599
463
|
) => any;
|
|
600
|
-
|
|
601
464
|
export declare const PutAccountConfigurationRequestFilterSensitiveLog: (
|
|
602
465
|
obj: PutAccountConfigurationRequest
|
|
603
466
|
) => any;
|
|
604
|
-
|
|
605
467
|
export declare const RemoveTagsFromCertificateRequestFilterSensitiveLog: (
|
|
606
468
|
obj: RemoveTagsFromCertificateRequest
|
|
607
469
|
) => any;
|
|
608
|
-
|
|
609
470
|
export declare const RenewCertificateRequestFilterSensitiveLog: (
|
|
610
471
|
obj: RenewCertificateRequest
|
|
611
472
|
) => any;
|
|
612
|
-
|
|
613
473
|
export declare const DomainValidationOptionFilterSensitiveLog: (
|
|
614
474
|
obj: DomainValidationOption
|
|
615
475
|
) => any;
|
|
616
|
-
|
|
617
476
|
export declare const RequestCertificateRequestFilterSensitiveLog: (
|
|
618
477
|
obj: RequestCertificateRequest
|
|
619
478
|
) => any;
|
|
620
|
-
|
|
621
479
|
export declare const RequestCertificateResponseFilterSensitiveLog: (
|
|
622
480
|
obj: RequestCertificateResponse
|
|
623
481
|
) => any;
|
|
624
|
-
|
|
625
482
|
export declare const ResendValidationEmailRequestFilterSensitiveLog: (
|
|
626
483
|
obj: ResendValidationEmailRequest
|
|
627
484
|
) => any;
|
|
628
|
-
|
|
629
485
|
export declare const UpdateCertificateOptionsRequestFilterSensitiveLog: (
|
|
630
486
|
obj: UpdateCertificateOptionsRequest
|
|
631
487
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ACMClientConfig } from "./ACMClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: ACMClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { ACMClientConfig } from "./ACMClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: ACMClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ACMClientConfig } from "./ACMClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (config: ACMClientConfig) => {
|
|
4
3
|
runtime: string;
|
|
5
4
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: ACMClientConfig) => {
|
|
|
52
51
|
| undefined;
|
|
53
52
|
signer?:
|
|
54
53
|
| import("@aws-sdk/types").RequestSigner
|
|
55
|
-
|
|
|
54
|
+
| ((
|
|
55
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
56
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
56
57
|
| undefined;
|
|
57
58
|
signingEscapePath?: boolean | undefined;
|
|
58
59
|
systemClockOffset?: number | undefined;
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
2
|
import { ACMClient } from "../ACMClient";
|
|
3
3
|
import { DescribeCertificateCommandInput } from "../commands/DescribeCertificateCommand";
|
|
4
|
-
|
|
5
4
|
export declare const waitForCertificateValidated: (
|
|
6
5
|
params: WaiterConfiguration<ACMClient>,
|
|
7
6
|
input: DescribeCertificateCommandInput
|
|
8
7
|
) => Promise<WaiterResult>;
|
|
9
|
-
|
|
10
8
|
export declare const waitUntilCertificateValidated: (
|
|
11
9
|
params: WaiterConfiguration<ACMClient>,
|
|
12
10
|
input: DescribeCertificateCommandInput
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-acm",
|
|
3
3
|
"description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.178.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,38 +19,38 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
|
-
"@aws-sdk/util-waiter": "3.
|
|
53
|
+
"@aws-sdk/util-waiter": "3.178.0",
|
|
54
54
|
"tslib": "^2.3.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|