@aws-sdk/client-acm-pca 3.169.0 → 3.170.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 (47) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ACMPCA.d.ts +442 -120
  3. package/dist-types/ts3.4/ACMPCAClient.d.ts +267 -96
  4. package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +33 -17
  24. package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/index.d.ts +23 -23
  28. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  29. package/dist-types/ts3.4/index.d.ts +7 -7
  30. package/dist-types/ts3.4/models/ACMPCAServiceException.d.ts +8 -6
  31. package/dist-types/ts3.4/models/index.d.ts +1 -1
  32. package/dist-types/ts3.4/models/models_0.d.ts +933 -847
  33. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  34. package/dist-types/ts3.4/pagination/ListCertificateAuthoritiesPaginator.d.ts +11 -4
  35. package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  38. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -71
  39. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  40. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  42. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  43. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  44. package/dist-types/ts3.4/waiters/waitForAuditReportCreated.d.ts +13 -7
  45. package/dist-types/ts3.4/waiters/waitForCertificateAuthorityCSRCreated.d.ts +13 -7
  46. package/dist-types/ts3.4/waiters/waitForCertificateIssued.d.ts +13 -7
  47. package/package.json +35 -35
@@ -1,96 +1,267 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput } from "./commands/CreateCertificateAuthorityAuditReportCommand";
10
- import { CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput } from "./commands/CreateCertificateAuthorityCommand";
11
- import { CreatePermissionCommandInput, CreatePermissionCommandOutput } from "./commands/CreatePermissionCommand";
12
- import { DeleteCertificateAuthorityCommandInput, DeleteCertificateAuthorityCommandOutput } from "./commands/DeleteCertificateAuthorityCommand";
13
- import { DeletePermissionCommandInput, DeletePermissionCommandOutput } from "./commands/DeletePermissionCommand";
14
- import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "./commands/DeletePolicyCommand";
15
- import { DescribeCertificateAuthorityAuditReportCommandInput, DescribeCertificateAuthorityAuditReportCommandOutput } from "./commands/DescribeCertificateAuthorityAuditReportCommand";
16
- import { DescribeCertificateAuthorityCommandInput, DescribeCertificateAuthorityCommandOutput } from "./commands/DescribeCertificateAuthorityCommand";
17
- import { GetCertificateAuthorityCertificateCommandInput, GetCertificateAuthorityCertificateCommandOutput } from "./commands/GetCertificateAuthorityCertificateCommand";
18
- import { GetCertificateAuthorityCsrCommandInput, GetCertificateAuthorityCsrCommandOutput } from "./commands/GetCertificateAuthorityCsrCommand";
19
- import { GetCertificateCommandInput, GetCertificateCommandOutput } from "./commands/GetCertificateCommand";
20
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
21
- import { ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput } from "./commands/ImportCertificateAuthorityCertificateCommand";
22
- import { IssueCertificateCommandInput, IssueCertificateCommandOutput } from "./commands/IssueCertificateCommand";
23
- import { ListCertificateAuthoritiesCommandInput, ListCertificateAuthoritiesCommandOutput } from "./commands/ListCertificateAuthoritiesCommand";
24
- import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "./commands/ListPermissionsCommand";
25
- import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
26
- import { PutPolicyCommandInput, PutPolicyCommandOutput } from "./commands/PutPolicyCommand";
27
- import { RestoreCertificateAuthorityCommandInput, RestoreCertificateAuthorityCommandOutput } from "./commands/RestoreCertificateAuthorityCommand";
28
- import { RevokeCertificateCommandInput, RevokeCertificateCommandOutput } from "./commands/RevokeCertificateCommand";
29
- import { TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput } from "./commands/TagCertificateAuthorityCommand";
30
- import { UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput } from "./commands/UntagCertificateAuthorityCommand";
31
- import { UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput } from "./commands/UpdateCertificateAuthorityCommand";
32
- export declare type ServiceInputTypes = CreateCertificateAuthorityAuditReportCommandInput | CreateCertificateAuthorityCommandInput | CreatePermissionCommandInput | DeleteCertificateAuthorityCommandInput | DeletePermissionCommandInput | DeletePolicyCommandInput | DescribeCertificateAuthorityAuditReportCommandInput | DescribeCertificateAuthorityCommandInput | GetCertificateAuthorityCertificateCommandInput | GetCertificateAuthorityCsrCommandInput | GetCertificateCommandInput | GetPolicyCommandInput | ImportCertificateAuthorityCertificateCommandInput | IssueCertificateCommandInput | ListCertificateAuthoritiesCommandInput | ListPermissionsCommandInput | ListTagsCommandInput | PutPolicyCommandInput | RestoreCertificateAuthorityCommandInput | RevokeCertificateCommandInput | TagCertificateAuthorityCommandInput | UntagCertificateAuthorityCommandInput | UpdateCertificateAuthorityCommandInput;
33
- export declare type ServiceOutputTypes = CreateCertificateAuthorityAuditReportCommandOutput | CreateCertificateAuthorityCommandOutput | CreatePermissionCommandOutput | DeleteCertificateAuthorityCommandOutput | DeletePermissionCommandOutput | DeletePolicyCommandOutput | DescribeCertificateAuthorityAuditReportCommandOutput | DescribeCertificateAuthorityCommandOutput | GetCertificateAuthorityCertificateCommandOutput | GetCertificateAuthorityCsrCommandOutput | GetCertificateCommandOutput | GetPolicyCommandOutput | ImportCertificateAuthorityCertificateCommandOutput | IssueCertificateCommandOutput | ListCertificateAuthoritiesCommandOutput | ListPermissionsCommandOutput | ListTagsCommandOutput | PutPolicyCommandOutput | RestoreCertificateAuthorityCommandOutput | RevokeCertificateCommandOutput | TagCertificateAuthorityCommandOutput | UntagCertificateAuthorityCommandOutput | UpdateCertificateAuthorityCommandOutput;
34
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
35
-
36
- requestHandler?: __HttpHandler;
37
-
38
- sha256?: __HashConstructor;
39
-
40
- urlParser?: __UrlParser;
41
-
42
- bodyLengthChecker?: __BodyLengthCalculator;
43
-
44
- streamCollector?: __StreamCollector;
45
-
46
- base64Decoder?: __Decoder;
47
-
48
- base64Encoder?: __Encoder;
49
-
50
- utf8Decoder?: __Decoder;
51
-
52
- utf8Encoder?: __Encoder;
53
-
54
- runtime?: string;
55
-
56
- disableHostPrefix?: boolean;
57
-
58
- maxAttempts?: number | __Provider<number>;
59
-
60
- retryMode?: string | __Provider<string>;
61
-
62
- logger?: __Logger;
63
-
64
- useDualstackEndpoint?: boolean | __Provider<boolean>;
65
-
66
- useFipsEndpoint?: boolean | __Provider<boolean>;
67
-
68
- serviceId?: string;
69
-
70
- region?: string | __Provider<string>;
71
-
72
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
73
-
74
- regionInfoProvider?: RegionInfoProvider;
75
-
76
- defaultUserAgentProvider?: Provider<__UserAgent>;
77
-
78
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
79
- }
80
- declare type ACMPCAClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
81
-
82
- export interface ACMPCAClientConfig extends ACMPCAClientConfigType {
83
- }
84
- declare type ACMPCAClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
85
-
86
- export interface ACMPCAClientResolvedConfig extends ACMPCAClientResolvedConfigType {
87
- }
88
-
89
- export declare class ACMPCAClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ACMPCAClientResolvedConfig> {
90
-
91
- readonly config: ACMPCAClientResolvedConfig;
92
- constructor(configuration: ACMPCAClientConfig);
93
-
94
- destroy(): void;
95
- }
96
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CreateCertificateAuthorityAuditReportCommandInput,
47
+ CreateCertificateAuthorityAuditReportCommandOutput,
48
+ } from "./commands/CreateCertificateAuthorityAuditReportCommand";
49
+ import {
50
+ CreateCertificateAuthorityCommandInput,
51
+ CreateCertificateAuthorityCommandOutput,
52
+ } from "./commands/CreateCertificateAuthorityCommand";
53
+ import {
54
+ CreatePermissionCommandInput,
55
+ CreatePermissionCommandOutput,
56
+ } from "./commands/CreatePermissionCommand";
57
+ import {
58
+ DeleteCertificateAuthorityCommandInput,
59
+ DeleteCertificateAuthorityCommandOutput,
60
+ } from "./commands/DeleteCertificateAuthorityCommand";
61
+ import {
62
+ DeletePermissionCommandInput,
63
+ DeletePermissionCommandOutput,
64
+ } from "./commands/DeletePermissionCommand";
65
+ import {
66
+ DeletePolicyCommandInput,
67
+ DeletePolicyCommandOutput,
68
+ } from "./commands/DeletePolicyCommand";
69
+ import {
70
+ DescribeCertificateAuthorityAuditReportCommandInput,
71
+ DescribeCertificateAuthorityAuditReportCommandOutput,
72
+ } from "./commands/DescribeCertificateAuthorityAuditReportCommand";
73
+ import {
74
+ DescribeCertificateAuthorityCommandInput,
75
+ DescribeCertificateAuthorityCommandOutput,
76
+ } from "./commands/DescribeCertificateAuthorityCommand";
77
+ import {
78
+ GetCertificateAuthorityCertificateCommandInput,
79
+ GetCertificateAuthorityCertificateCommandOutput,
80
+ } from "./commands/GetCertificateAuthorityCertificateCommand";
81
+ import {
82
+ GetCertificateAuthorityCsrCommandInput,
83
+ GetCertificateAuthorityCsrCommandOutput,
84
+ } from "./commands/GetCertificateAuthorityCsrCommand";
85
+ import {
86
+ GetCertificateCommandInput,
87
+ GetCertificateCommandOutput,
88
+ } from "./commands/GetCertificateCommand";
89
+ import {
90
+ GetPolicyCommandInput,
91
+ GetPolicyCommandOutput,
92
+ } from "./commands/GetPolicyCommand";
93
+ import {
94
+ ImportCertificateAuthorityCertificateCommandInput,
95
+ ImportCertificateAuthorityCertificateCommandOutput,
96
+ } from "./commands/ImportCertificateAuthorityCertificateCommand";
97
+ import {
98
+ IssueCertificateCommandInput,
99
+ IssueCertificateCommandOutput,
100
+ } from "./commands/IssueCertificateCommand";
101
+ import {
102
+ ListCertificateAuthoritiesCommandInput,
103
+ ListCertificateAuthoritiesCommandOutput,
104
+ } from "./commands/ListCertificateAuthoritiesCommand";
105
+ import {
106
+ ListPermissionsCommandInput,
107
+ ListPermissionsCommandOutput,
108
+ } from "./commands/ListPermissionsCommand";
109
+ import {
110
+ ListTagsCommandInput,
111
+ ListTagsCommandOutput,
112
+ } from "./commands/ListTagsCommand";
113
+ import {
114
+ PutPolicyCommandInput,
115
+ PutPolicyCommandOutput,
116
+ } from "./commands/PutPolicyCommand";
117
+ import {
118
+ RestoreCertificateAuthorityCommandInput,
119
+ RestoreCertificateAuthorityCommandOutput,
120
+ } from "./commands/RestoreCertificateAuthorityCommand";
121
+ import {
122
+ RevokeCertificateCommandInput,
123
+ RevokeCertificateCommandOutput,
124
+ } from "./commands/RevokeCertificateCommand";
125
+ import {
126
+ TagCertificateAuthorityCommandInput,
127
+ TagCertificateAuthorityCommandOutput,
128
+ } from "./commands/TagCertificateAuthorityCommand";
129
+ import {
130
+ UntagCertificateAuthorityCommandInput,
131
+ UntagCertificateAuthorityCommandOutput,
132
+ } from "./commands/UntagCertificateAuthorityCommand";
133
+ import {
134
+ UpdateCertificateAuthorityCommandInput,
135
+ UpdateCertificateAuthorityCommandOutput,
136
+ } from "./commands/UpdateCertificateAuthorityCommand";
137
+ export declare type ServiceInputTypes =
138
+ | CreateCertificateAuthorityAuditReportCommandInput
139
+ | CreateCertificateAuthorityCommandInput
140
+ | CreatePermissionCommandInput
141
+ | DeleteCertificateAuthorityCommandInput
142
+ | DeletePermissionCommandInput
143
+ | DeletePolicyCommandInput
144
+ | DescribeCertificateAuthorityAuditReportCommandInput
145
+ | DescribeCertificateAuthorityCommandInput
146
+ | GetCertificateAuthorityCertificateCommandInput
147
+ | GetCertificateAuthorityCsrCommandInput
148
+ | GetCertificateCommandInput
149
+ | GetPolicyCommandInput
150
+ | ImportCertificateAuthorityCertificateCommandInput
151
+ | IssueCertificateCommandInput
152
+ | ListCertificateAuthoritiesCommandInput
153
+ | ListPermissionsCommandInput
154
+ | ListTagsCommandInput
155
+ | PutPolicyCommandInput
156
+ | RestoreCertificateAuthorityCommandInput
157
+ | RevokeCertificateCommandInput
158
+ | TagCertificateAuthorityCommandInput
159
+ | UntagCertificateAuthorityCommandInput
160
+ | UpdateCertificateAuthorityCommandInput;
161
+ export declare type ServiceOutputTypes =
162
+ | CreateCertificateAuthorityAuditReportCommandOutput
163
+ | CreateCertificateAuthorityCommandOutput
164
+ | CreatePermissionCommandOutput
165
+ | DeleteCertificateAuthorityCommandOutput
166
+ | DeletePermissionCommandOutput
167
+ | DeletePolicyCommandOutput
168
+ | DescribeCertificateAuthorityAuditReportCommandOutput
169
+ | DescribeCertificateAuthorityCommandOutput
170
+ | GetCertificateAuthorityCertificateCommandOutput
171
+ | GetCertificateAuthorityCsrCommandOutput
172
+ | GetCertificateCommandOutput
173
+ | GetPolicyCommandOutput
174
+ | ImportCertificateAuthorityCertificateCommandOutput
175
+ | IssueCertificateCommandOutput
176
+ | ListCertificateAuthoritiesCommandOutput
177
+ | ListPermissionsCommandOutput
178
+ | ListTagsCommandOutput
179
+ | PutPolicyCommandOutput
180
+ | RestoreCertificateAuthorityCommandOutput
181
+ | RevokeCertificateCommandOutput
182
+ | TagCertificateAuthorityCommandOutput
183
+ | UntagCertificateAuthorityCommandOutput
184
+ | UpdateCertificateAuthorityCommandOutput;
185
+ export interface ClientDefaults
186
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
187
+ requestHandler?: __HttpHandler;
188
+
189
+ sha256?: __HashConstructor;
190
+
191
+ urlParser?: __UrlParser;
192
+
193
+ bodyLengthChecker?: __BodyLengthCalculator;
194
+
195
+ streamCollector?: __StreamCollector;
196
+
197
+ base64Decoder?: __Decoder;
198
+
199
+ base64Encoder?: __Encoder;
200
+
201
+ utf8Decoder?: __Decoder;
202
+
203
+ utf8Encoder?: __Encoder;
204
+
205
+ runtime?: string;
206
+
207
+ disableHostPrefix?: boolean;
208
+
209
+ maxAttempts?: number | __Provider<number>;
210
+
211
+ retryMode?: string | __Provider<string>;
212
+
213
+ logger?: __Logger;
214
+
215
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
216
+
217
+ useFipsEndpoint?: boolean | __Provider<boolean>;
218
+
219
+ serviceId?: string;
220
+
221
+ region?: string | __Provider<string>;
222
+
223
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
224
+
225
+ regionInfoProvider?: RegionInfoProvider;
226
+
227
+ defaultUserAgentProvider?: Provider<__UserAgent>;
228
+
229
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
230
+ }
231
+ declare type ACMPCAClientConfigType = Partial<
232
+ __SmithyConfiguration<__HttpHandlerOptions>
233
+ > &
234
+ ClientDefaults &
235
+ RegionInputConfig &
236
+ EndpointsInputConfig &
237
+ RetryInputConfig &
238
+ HostHeaderInputConfig &
239
+ AwsAuthInputConfig &
240
+ UserAgentInputConfig;
241
+
242
+ export interface ACMPCAClientConfig extends ACMPCAClientConfigType {}
243
+ declare type ACMPCAClientResolvedConfigType =
244
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
245
+ Required<ClientDefaults> &
246
+ RegionResolvedConfig &
247
+ EndpointsResolvedConfig &
248
+ RetryResolvedConfig &
249
+ HostHeaderResolvedConfig &
250
+ AwsAuthResolvedConfig &
251
+ UserAgentResolvedConfig;
252
+
253
+ export interface ACMPCAClientResolvedConfig
254
+ extends ACMPCAClientResolvedConfigType {}
255
+
256
+ export declare class ACMPCAClient extends __Client<
257
+ __HttpHandlerOptions,
258
+ ServiceInputTypes,
259
+ ServiceOutputTypes,
260
+ ACMPCAClientResolvedConfig
261
+ > {
262
+ readonly config: ACMPCAClientResolvedConfig;
263
+ constructor(configuration: ACMPCAClientConfig);
264
+
265
+ destroy(): void;
266
+ }
267
+ export {};
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
4
- import { CreateCertificateAuthorityAuditReportRequest, CreateCertificateAuthorityAuditReportResponse } from "../models/models_0";
5
- export interface CreateCertificateAuthorityAuditReportCommandInput extends CreateCertificateAuthorityAuditReportRequest {
6
- }
7
- export interface CreateCertificateAuthorityAuditReportCommandOutput extends CreateCertificateAuthorityAuditReportResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCertificateAuthorityAuditReportCommand extends $Command<CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: CreateCertificateAuthorityAuditReportCommandInput;
12
- constructor(input: CreateCertificateAuthorityAuditReportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCertificateAuthorityAuditReportCommandInput, CreateCertificateAuthorityAuditReportCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import {
14
+ CreateCertificateAuthorityAuditReportRequest,
15
+ CreateCertificateAuthorityAuditReportResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateCertificateAuthorityAuditReportCommandInput
18
+ extends CreateCertificateAuthorityAuditReportRequest {}
19
+ export interface CreateCertificateAuthorityAuditReportCommandOutput
20
+ extends CreateCertificateAuthorityAuditReportResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateCertificateAuthorityAuditReportCommand extends $Command<
24
+ CreateCertificateAuthorityAuditReportCommandInput,
25
+ CreateCertificateAuthorityAuditReportCommandOutput,
26
+ ACMPCAClientResolvedConfig
27
+ > {
28
+ readonly input: CreateCertificateAuthorityAuditReportCommandInput;
29
+ constructor(input: CreateCertificateAuthorityAuditReportCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ACMPCAClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateCertificateAuthorityAuditReportCommandInput,
37
+ CreateCertificateAuthorityAuditReportCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
4
- import { CreateCertificateAuthorityRequest, CreateCertificateAuthorityResponse } from "../models/models_0";
5
- export interface CreateCertificateAuthorityCommandInput extends CreateCertificateAuthorityRequest {
6
- }
7
- export interface CreateCertificateAuthorityCommandOutput extends CreateCertificateAuthorityResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCertificateAuthorityCommand extends $Command<CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: CreateCertificateAuthorityCommandInput;
12
- constructor(input: CreateCertificateAuthorityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCertificateAuthorityCommandInput, CreateCertificateAuthorityCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import {
14
+ CreateCertificateAuthorityRequest,
15
+ CreateCertificateAuthorityResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateCertificateAuthorityCommandInput
18
+ extends CreateCertificateAuthorityRequest {}
19
+ export interface CreateCertificateAuthorityCommandOutput
20
+ extends CreateCertificateAuthorityResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateCertificateAuthorityCommand extends $Command<
24
+ CreateCertificateAuthorityCommandInput,
25
+ CreateCertificateAuthorityCommandOutput,
26
+ ACMPCAClientResolvedConfig
27
+ > {
28
+ readonly input: CreateCertificateAuthorityCommandInput;
29
+ constructor(input: CreateCertificateAuthorityCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ACMPCAClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateCertificateAuthorityCommandInput,
37
+ CreateCertificateAuthorityCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
4
- import { CreatePermissionRequest } from "../models/models_0";
5
- export interface CreatePermissionCommandInput extends CreatePermissionRequest {
6
- }
7
- export interface CreatePermissionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePermissionCommand extends $Command<CreatePermissionCommandInput, CreatePermissionCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: CreatePermissionCommandInput;
12
- constructor(input: CreatePermissionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePermissionCommandInput, CreatePermissionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import { CreatePermissionRequest } from "../models/models_0";
14
+ export interface CreatePermissionCommandInput extends CreatePermissionRequest {}
15
+ export interface CreatePermissionCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class CreatePermissionCommand extends $Command<
18
+ CreatePermissionCommandInput,
19
+ CreatePermissionCommandOutput,
20
+ ACMPCAClientResolvedConfig
21
+ > {
22
+ readonly input: CreatePermissionCommandInput;
23
+ constructor(input: CreatePermissionCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ACMPCAClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreatePermissionCommandInput, CreatePermissionCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
4
- import { DeleteCertificateAuthorityRequest } from "../models/models_0";
5
- export interface DeleteCertificateAuthorityCommandInput extends DeleteCertificateAuthorityRequest {
6
- }
7
- export interface DeleteCertificateAuthorityCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteCertificateAuthorityCommand extends $Command<DeleteCertificateAuthorityCommandInput, DeleteCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: DeleteCertificateAuthorityCommandInput;
12
- constructor(input: DeleteCertificateAuthorityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCertificateAuthorityCommandInput, DeleteCertificateAuthorityCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import { DeleteCertificateAuthorityRequest } from "../models/models_0";
14
+ export interface DeleteCertificateAuthorityCommandInput
15
+ extends DeleteCertificateAuthorityRequest {}
16
+ export interface DeleteCertificateAuthorityCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeleteCertificateAuthorityCommand extends $Command<
20
+ DeleteCertificateAuthorityCommandInput,
21
+ DeleteCertificateAuthorityCommandOutput,
22
+ ACMPCAClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteCertificateAuthorityCommandInput;
25
+ constructor(input: DeleteCertificateAuthorityCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ACMPCAClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteCertificateAuthorityCommandInput,
33
+ DeleteCertificateAuthorityCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
4
- import { DeletePermissionRequest } from "../models/models_0";
5
- export interface DeletePermissionCommandInput extends DeletePermissionRequest {
6
- }
7
- export interface DeletePermissionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePermissionCommand extends $Command<DeletePermissionCommandInput, DeletePermissionCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: DeletePermissionCommandInput;
12
- constructor(input: DeletePermissionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePermissionCommandInput, DeletePermissionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import { DeletePermissionRequest } from "../models/models_0";
14
+ export interface DeletePermissionCommandInput extends DeletePermissionRequest {}
15
+ export interface DeletePermissionCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeletePermissionCommand extends $Command<
18
+ DeletePermissionCommandInput,
19
+ DeletePermissionCommandOutput,
20
+ ACMPCAClientResolvedConfig
21
+ > {
22
+ readonly input: DeletePermissionCommandInput;
23
+ constructor(input: DeletePermissionCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ACMPCAClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeletePermissionCommandInput, DeletePermissionCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }