@aws-sdk/client-acm 3.926.0 → 3.928.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/dist-cjs/index.js +728 -795
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ACMClient.js +2 -0
- package/dist-es/commands/AddTagsToCertificateCommand.js +3 -9
- package/dist-es/commands/DeleteCertificateCommand.js +3 -9
- package/dist-es/commands/DescribeCertificateCommand.js +3 -9
- package/dist-es/commands/ExportCertificateCommand.js +3 -10
- package/dist-es/commands/GetAccountConfigurationCommand.js +3 -9
- package/dist-es/commands/GetCertificateCommand.js +3 -9
- package/dist-es/commands/ImportCertificateCommand.js +3 -10
- package/dist-es/commands/ListCertificatesCommand.js +3 -9
- package/dist-es/commands/ListTagsForCertificateCommand.js +3 -9
- package/dist-es/commands/PutAccountConfigurationCommand.js +3 -9
- package/dist-es/commands/RemoveTagsFromCertificateCommand.js +3 -9
- package/dist-es/commands/RenewCertificateCommand.js +3 -9
- package/dist-es/commands/RequestCertificateCommand.js +3 -9
- package/dist-es/commands/ResendValidationEmailCommand.js +3 -9
- package/dist-es/commands/RevokeCertificateCommand.js +3 -9
- package/dist-es/commands/UpdateCertificateOptionsCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -13
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +655 -0
- package/dist-types/ACMClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +90 -0
- package/dist-types/ts3.4/ACMClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -9
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +96 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -624
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -146
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -197
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AddTagsToCertificateCommandInput, AddTagsToCertificateCommandOutput } from "../commands/AddTagsToCertificateCommand";
|
|
4
|
-
import { DeleteCertificateCommandInput, DeleteCertificateCommandOutput } from "../commands/DeleteCertificateCommand";
|
|
5
|
-
import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "../commands/DescribeCertificateCommand";
|
|
6
|
-
import { ExportCertificateCommandInput, ExportCertificateCommandOutput } from "../commands/ExportCertificateCommand";
|
|
7
|
-
import { GetAccountConfigurationCommandInput, GetAccountConfigurationCommandOutput } from "../commands/GetAccountConfigurationCommand";
|
|
8
|
-
import { GetCertificateCommandInput, GetCertificateCommandOutput } from "../commands/GetCertificateCommand";
|
|
9
|
-
import { ImportCertificateCommandInput, ImportCertificateCommandOutput } from "../commands/ImportCertificateCommand";
|
|
10
|
-
import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
|
|
11
|
-
import { ListTagsForCertificateCommandInput, ListTagsForCertificateCommandOutput } from "../commands/ListTagsForCertificateCommand";
|
|
12
|
-
import { PutAccountConfigurationCommandInput, PutAccountConfigurationCommandOutput } from "../commands/PutAccountConfigurationCommand";
|
|
13
|
-
import { RemoveTagsFromCertificateCommandInput, RemoveTagsFromCertificateCommandOutput } from "../commands/RemoveTagsFromCertificateCommand";
|
|
14
|
-
import { RenewCertificateCommandInput, RenewCertificateCommandOutput } from "../commands/RenewCertificateCommand";
|
|
15
|
-
import { RequestCertificateCommandInput, RequestCertificateCommandOutput } from "../commands/RequestCertificateCommand";
|
|
16
|
-
import { ResendValidationEmailCommandInput, ResendValidationEmailCommandOutput } from "../commands/ResendValidationEmailCommand";
|
|
17
|
-
import { RevokeCertificateCommandInput, RevokeCertificateCommandOutput } from "../commands/RevokeCertificateCommand";
|
|
18
|
-
import { UpdateCertificateOptionsCommandInput, UpdateCertificateOptionsCommandOutput } from "../commands/UpdateCertificateOptionsCommand";
|
|
19
|
-
/**
|
|
20
|
-
* serializeAws_json1_1AddTagsToCertificateCommand
|
|
21
|
-
*/
|
|
22
|
-
export declare const se_AddTagsToCertificateCommand: (input: AddTagsToCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
23
|
-
/**
|
|
24
|
-
* serializeAws_json1_1DeleteCertificateCommand
|
|
25
|
-
*/
|
|
26
|
-
export declare const se_DeleteCertificateCommand: (input: DeleteCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
-
/**
|
|
28
|
-
* serializeAws_json1_1DescribeCertificateCommand
|
|
29
|
-
*/
|
|
30
|
-
export declare const se_DescribeCertificateCommand: (input: DescribeCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_json1_1ExportCertificateCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_ExportCertificateCommand: (input: ExportCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_json1_1GetAccountConfigurationCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_GetAccountConfigurationCommand: (input: GetAccountConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_json1_1GetCertificateCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_GetCertificateCommand: (input: GetCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_json1_1ImportCertificateCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_ImportCertificateCommand: (input: ImportCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_json1_1ListCertificatesCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_ListCertificatesCommand: (input: ListCertificatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_json1_1ListTagsForCertificateCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_ListTagsForCertificateCommand: (input: ListTagsForCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_json1_1PutAccountConfigurationCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_PutAccountConfigurationCommand: (input: PutAccountConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_json1_1RemoveTagsFromCertificateCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_RemoveTagsFromCertificateCommand: (input: RemoveTagsFromCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_json1_1RenewCertificateCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_RenewCertificateCommand: (input: RenewCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_json1_1RequestCertificateCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_RequestCertificateCommand: (input: RequestCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_json1_1ResendValidationEmailCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_ResendValidationEmailCommand: (input: ResendValidationEmailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_json1_1RevokeCertificateCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_RevokeCertificateCommand: (input: RevokeCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_json1_1UpdateCertificateOptionsCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_UpdateCertificateOptionsCommand: (input: UpdateCertificateOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* deserializeAws_json1_1AddTagsToCertificateCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const de_AddTagsToCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToCertificateCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* deserializeAws_json1_1DeleteCertificateCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const de_DeleteCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCertificateCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* deserializeAws_json1_1DescribeCertificateCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const de_DescribeCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCertificateCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* deserializeAws_json1_1ExportCertificateCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const de_ExportCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportCertificateCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* deserializeAws_json1_1GetAccountConfigurationCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const de_GetAccountConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountConfigurationCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* deserializeAws_json1_1GetCertificateCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const de_GetCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCertificateCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* deserializeAws_json1_1ImportCertificateCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const de_ImportCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportCertificateCommandOutput>;
|
|
111
|
-
/**
|
|
112
|
-
* deserializeAws_json1_1ListCertificatesCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const de_ListCertificatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCertificatesCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* deserializeAws_json1_1ListTagsForCertificateCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const de_ListTagsForCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForCertificateCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* deserializeAws_json1_1PutAccountConfigurationCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const de_PutAccountConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountConfigurationCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* deserializeAws_json1_1RemoveTagsFromCertificateCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const de_RemoveTagsFromCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromCertificateCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* deserializeAws_json1_1RenewCertificateCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const de_RenewCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RenewCertificateCommandOutput>;
|
|
131
|
-
/**
|
|
132
|
-
* deserializeAws_json1_1RequestCertificateCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const de_RequestCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RequestCertificateCommandOutput>;
|
|
135
|
-
/**
|
|
136
|
-
* deserializeAws_json1_1ResendValidationEmailCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const de_ResendValidationEmailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResendValidationEmailCommandOutput>;
|
|
139
|
-
/**
|
|
140
|
-
* deserializeAws_json1_1RevokeCertificateCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const de_RevokeCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeCertificateCommandOutput>;
|
|
143
|
-
/**
|
|
144
|
-
* deserializeAws_json1_1UpdateCertificateOptionsCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const de_UpdateCertificateOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCertificateOptionsCommandOutput>;
|
|
@@ -1,197 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AddTagsToCertificateCommandInput,
|
|
8
|
-
AddTagsToCertificateCommandOutput,
|
|
9
|
-
} from "../commands/AddTagsToCertificateCommand";
|
|
10
|
-
import {
|
|
11
|
-
DeleteCertificateCommandInput,
|
|
12
|
-
DeleteCertificateCommandOutput,
|
|
13
|
-
} from "../commands/DeleteCertificateCommand";
|
|
14
|
-
import {
|
|
15
|
-
DescribeCertificateCommandInput,
|
|
16
|
-
DescribeCertificateCommandOutput,
|
|
17
|
-
} from "../commands/DescribeCertificateCommand";
|
|
18
|
-
import {
|
|
19
|
-
ExportCertificateCommandInput,
|
|
20
|
-
ExportCertificateCommandOutput,
|
|
21
|
-
} from "../commands/ExportCertificateCommand";
|
|
22
|
-
import {
|
|
23
|
-
GetAccountConfigurationCommandInput,
|
|
24
|
-
GetAccountConfigurationCommandOutput,
|
|
25
|
-
} from "../commands/GetAccountConfigurationCommand";
|
|
26
|
-
import {
|
|
27
|
-
GetCertificateCommandInput,
|
|
28
|
-
GetCertificateCommandOutput,
|
|
29
|
-
} from "../commands/GetCertificateCommand";
|
|
30
|
-
import {
|
|
31
|
-
ImportCertificateCommandInput,
|
|
32
|
-
ImportCertificateCommandOutput,
|
|
33
|
-
} from "../commands/ImportCertificateCommand";
|
|
34
|
-
import {
|
|
35
|
-
ListCertificatesCommandInput,
|
|
36
|
-
ListCertificatesCommandOutput,
|
|
37
|
-
} from "../commands/ListCertificatesCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListTagsForCertificateCommandInput,
|
|
40
|
-
ListTagsForCertificateCommandOutput,
|
|
41
|
-
} from "../commands/ListTagsForCertificateCommand";
|
|
42
|
-
import {
|
|
43
|
-
PutAccountConfigurationCommandInput,
|
|
44
|
-
PutAccountConfigurationCommandOutput,
|
|
45
|
-
} from "../commands/PutAccountConfigurationCommand";
|
|
46
|
-
import {
|
|
47
|
-
RemoveTagsFromCertificateCommandInput,
|
|
48
|
-
RemoveTagsFromCertificateCommandOutput,
|
|
49
|
-
} from "../commands/RemoveTagsFromCertificateCommand";
|
|
50
|
-
import {
|
|
51
|
-
RenewCertificateCommandInput,
|
|
52
|
-
RenewCertificateCommandOutput,
|
|
53
|
-
} from "../commands/RenewCertificateCommand";
|
|
54
|
-
import {
|
|
55
|
-
RequestCertificateCommandInput,
|
|
56
|
-
RequestCertificateCommandOutput,
|
|
57
|
-
} from "../commands/RequestCertificateCommand";
|
|
58
|
-
import {
|
|
59
|
-
ResendValidationEmailCommandInput,
|
|
60
|
-
ResendValidationEmailCommandOutput,
|
|
61
|
-
} from "../commands/ResendValidationEmailCommand";
|
|
62
|
-
import {
|
|
63
|
-
RevokeCertificateCommandInput,
|
|
64
|
-
RevokeCertificateCommandOutput,
|
|
65
|
-
} from "../commands/RevokeCertificateCommand";
|
|
66
|
-
import {
|
|
67
|
-
UpdateCertificateOptionsCommandInput,
|
|
68
|
-
UpdateCertificateOptionsCommandOutput,
|
|
69
|
-
} from "../commands/UpdateCertificateOptionsCommand";
|
|
70
|
-
export declare const se_AddTagsToCertificateCommand: (
|
|
71
|
-
input: AddTagsToCertificateCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_DeleteCertificateCommand: (
|
|
75
|
-
input: DeleteCertificateCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_DescribeCertificateCommand: (
|
|
79
|
-
input: DescribeCertificateCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_ExportCertificateCommand: (
|
|
83
|
-
input: ExportCertificateCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_GetAccountConfigurationCommand: (
|
|
87
|
-
input: GetAccountConfigurationCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_GetCertificateCommand: (
|
|
91
|
-
input: GetCertificateCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_ImportCertificateCommand: (
|
|
95
|
-
input: ImportCertificateCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_ListCertificatesCommand: (
|
|
99
|
-
input: ListCertificatesCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_ListTagsForCertificateCommand: (
|
|
103
|
-
input: ListTagsForCertificateCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_PutAccountConfigurationCommand: (
|
|
107
|
-
input: PutAccountConfigurationCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_RemoveTagsFromCertificateCommand: (
|
|
111
|
-
input: RemoveTagsFromCertificateCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_RenewCertificateCommand: (
|
|
115
|
-
input: RenewCertificateCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_RequestCertificateCommand: (
|
|
119
|
-
input: RequestCertificateCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_ResendValidationEmailCommand: (
|
|
123
|
-
input: ResendValidationEmailCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_RevokeCertificateCommand: (
|
|
127
|
-
input: RevokeCertificateCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_UpdateCertificateOptionsCommand: (
|
|
131
|
-
input: UpdateCertificateOptionsCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const de_AddTagsToCertificateCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<AddTagsToCertificateCommandOutput>;
|
|
138
|
-
export declare const de_DeleteCertificateCommand: (
|
|
139
|
-
output: __HttpResponse,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<DeleteCertificateCommandOutput>;
|
|
142
|
-
export declare const de_DescribeCertificateCommand: (
|
|
143
|
-
output: __HttpResponse,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<DescribeCertificateCommandOutput>;
|
|
146
|
-
export declare const de_ExportCertificateCommand: (
|
|
147
|
-
output: __HttpResponse,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<ExportCertificateCommandOutput>;
|
|
150
|
-
export declare const de_GetAccountConfigurationCommand: (
|
|
151
|
-
output: __HttpResponse,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<GetAccountConfigurationCommandOutput>;
|
|
154
|
-
export declare const de_GetCertificateCommand: (
|
|
155
|
-
output: __HttpResponse,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<GetCertificateCommandOutput>;
|
|
158
|
-
export declare const de_ImportCertificateCommand: (
|
|
159
|
-
output: __HttpResponse,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<ImportCertificateCommandOutput>;
|
|
162
|
-
export declare const de_ListCertificatesCommand: (
|
|
163
|
-
output: __HttpResponse,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<ListCertificatesCommandOutput>;
|
|
166
|
-
export declare const de_ListTagsForCertificateCommand: (
|
|
167
|
-
output: __HttpResponse,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<ListTagsForCertificateCommandOutput>;
|
|
170
|
-
export declare const de_PutAccountConfigurationCommand: (
|
|
171
|
-
output: __HttpResponse,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<PutAccountConfigurationCommandOutput>;
|
|
174
|
-
export declare const de_RemoveTagsFromCertificateCommand: (
|
|
175
|
-
output: __HttpResponse,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<RemoveTagsFromCertificateCommandOutput>;
|
|
178
|
-
export declare const de_RenewCertificateCommand: (
|
|
179
|
-
output: __HttpResponse,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<RenewCertificateCommandOutput>;
|
|
182
|
-
export declare const de_RequestCertificateCommand: (
|
|
183
|
-
output: __HttpResponse,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<RequestCertificateCommandOutput>;
|
|
186
|
-
export declare const de_ResendValidationEmailCommand: (
|
|
187
|
-
output: __HttpResponse,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<ResendValidationEmailCommandOutput>;
|
|
190
|
-
export declare const de_RevokeCertificateCommand: (
|
|
191
|
-
output: __HttpResponse,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<RevokeCertificateCommandOutput>;
|
|
194
|
-
export declare const de_UpdateCertificateOptionsCommand: (
|
|
195
|
-
output: __HttpResponse,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<UpdateCertificateOptionsCommandOutput>;
|