@aws-sdk/client-rolesanywhere 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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/RolesAnywhere.d.ts +472 -135
- package/dist-types/ts3.4/RolesAnywhereClient.d.ts +286 -99
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +26 -26
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/RolesAnywhereServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +463 -430
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCrlsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSubjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrustAnchorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-rolesanywhere
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-rolesanywhere
|
|
@@ -1,135 +1,472 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateProfileCommandInput,
|
|
4
|
+
CreateProfileCommandOutput,
|
|
5
|
+
} from "./commands/CreateProfileCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateTrustAnchorCommandInput,
|
|
8
|
+
CreateTrustAnchorCommandOutput,
|
|
9
|
+
} from "./commands/CreateTrustAnchorCommand";
|
|
10
|
+
import {
|
|
11
|
+
DeleteCrlCommandInput,
|
|
12
|
+
DeleteCrlCommandOutput,
|
|
13
|
+
} from "./commands/DeleteCrlCommand";
|
|
14
|
+
import {
|
|
15
|
+
DeleteProfileCommandInput,
|
|
16
|
+
DeleteProfileCommandOutput,
|
|
17
|
+
} from "./commands/DeleteProfileCommand";
|
|
18
|
+
import {
|
|
19
|
+
DeleteTrustAnchorCommandInput,
|
|
20
|
+
DeleteTrustAnchorCommandOutput,
|
|
21
|
+
} from "./commands/DeleteTrustAnchorCommand";
|
|
22
|
+
import {
|
|
23
|
+
DisableCrlCommandInput,
|
|
24
|
+
DisableCrlCommandOutput,
|
|
25
|
+
} from "./commands/DisableCrlCommand";
|
|
26
|
+
import {
|
|
27
|
+
DisableProfileCommandInput,
|
|
28
|
+
DisableProfileCommandOutput,
|
|
29
|
+
} from "./commands/DisableProfileCommand";
|
|
30
|
+
import {
|
|
31
|
+
DisableTrustAnchorCommandInput,
|
|
32
|
+
DisableTrustAnchorCommandOutput,
|
|
33
|
+
} from "./commands/DisableTrustAnchorCommand";
|
|
34
|
+
import {
|
|
35
|
+
EnableCrlCommandInput,
|
|
36
|
+
EnableCrlCommandOutput,
|
|
37
|
+
} from "./commands/EnableCrlCommand";
|
|
38
|
+
import {
|
|
39
|
+
EnableProfileCommandInput,
|
|
40
|
+
EnableProfileCommandOutput,
|
|
41
|
+
} from "./commands/EnableProfileCommand";
|
|
42
|
+
import {
|
|
43
|
+
EnableTrustAnchorCommandInput,
|
|
44
|
+
EnableTrustAnchorCommandOutput,
|
|
45
|
+
} from "./commands/EnableTrustAnchorCommand";
|
|
46
|
+
import {
|
|
47
|
+
GetCrlCommandInput,
|
|
48
|
+
GetCrlCommandOutput,
|
|
49
|
+
} from "./commands/GetCrlCommand";
|
|
50
|
+
import {
|
|
51
|
+
GetProfileCommandInput,
|
|
52
|
+
GetProfileCommandOutput,
|
|
53
|
+
} from "./commands/GetProfileCommand";
|
|
54
|
+
import {
|
|
55
|
+
GetSubjectCommandInput,
|
|
56
|
+
GetSubjectCommandOutput,
|
|
57
|
+
} from "./commands/GetSubjectCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetTrustAnchorCommandInput,
|
|
60
|
+
GetTrustAnchorCommandOutput,
|
|
61
|
+
} from "./commands/GetTrustAnchorCommand";
|
|
62
|
+
import {
|
|
63
|
+
ImportCrlCommandInput,
|
|
64
|
+
ImportCrlCommandOutput,
|
|
65
|
+
} from "./commands/ImportCrlCommand";
|
|
66
|
+
import {
|
|
67
|
+
ListCrlsCommandInput,
|
|
68
|
+
ListCrlsCommandOutput,
|
|
69
|
+
} from "./commands/ListCrlsCommand";
|
|
70
|
+
import {
|
|
71
|
+
ListProfilesCommandInput,
|
|
72
|
+
ListProfilesCommandOutput,
|
|
73
|
+
} from "./commands/ListProfilesCommand";
|
|
74
|
+
import {
|
|
75
|
+
ListSubjectsCommandInput,
|
|
76
|
+
ListSubjectsCommandOutput,
|
|
77
|
+
} from "./commands/ListSubjectsCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListTagsForResourceCommandInput,
|
|
80
|
+
ListTagsForResourceCommandOutput,
|
|
81
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListTrustAnchorsCommandInput,
|
|
84
|
+
ListTrustAnchorsCommandOutput,
|
|
85
|
+
} from "./commands/ListTrustAnchorsCommand";
|
|
86
|
+
import {
|
|
87
|
+
TagResourceCommandInput,
|
|
88
|
+
TagResourceCommandOutput,
|
|
89
|
+
} from "./commands/TagResourceCommand";
|
|
90
|
+
import {
|
|
91
|
+
UntagResourceCommandInput,
|
|
92
|
+
UntagResourceCommandOutput,
|
|
93
|
+
} from "./commands/UntagResourceCommand";
|
|
94
|
+
import {
|
|
95
|
+
UpdateCrlCommandInput,
|
|
96
|
+
UpdateCrlCommandOutput,
|
|
97
|
+
} from "./commands/UpdateCrlCommand";
|
|
98
|
+
import {
|
|
99
|
+
UpdateProfileCommandInput,
|
|
100
|
+
UpdateProfileCommandOutput,
|
|
101
|
+
} from "./commands/UpdateProfileCommand";
|
|
102
|
+
import {
|
|
103
|
+
UpdateTrustAnchorCommandInput,
|
|
104
|
+
UpdateTrustAnchorCommandOutput,
|
|
105
|
+
} from "./commands/UpdateTrustAnchorCommand";
|
|
106
|
+
import { RolesAnywhereClient } from "./RolesAnywhereClient";
|
|
107
|
+
|
|
108
|
+
export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
109
|
+
createProfile(
|
|
110
|
+
args: CreateProfileCommandInput,
|
|
111
|
+
options?: __HttpHandlerOptions
|
|
112
|
+
): Promise<CreateProfileCommandOutput>;
|
|
113
|
+
createProfile(
|
|
114
|
+
args: CreateProfileCommandInput,
|
|
115
|
+
cb: (err: any, data?: CreateProfileCommandOutput) => void
|
|
116
|
+
): void;
|
|
117
|
+
createProfile(
|
|
118
|
+
args: CreateProfileCommandInput,
|
|
119
|
+
options: __HttpHandlerOptions,
|
|
120
|
+
cb: (err: any, data?: CreateProfileCommandOutput) => void
|
|
121
|
+
): void;
|
|
122
|
+
|
|
123
|
+
createTrustAnchor(
|
|
124
|
+
args: CreateTrustAnchorCommandInput,
|
|
125
|
+
options?: __HttpHandlerOptions
|
|
126
|
+
): Promise<CreateTrustAnchorCommandOutput>;
|
|
127
|
+
createTrustAnchor(
|
|
128
|
+
args: CreateTrustAnchorCommandInput,
|
|
129
|
+
cb: (err: any, data?: CreateTrustAnchorCommandOutput) => void
|
|
130
|
+
): void;
|
|
131
|
+
createTrustAnchor(
|
|
132
|
+
args: CreateTrustAnchorCommandInput,
|
|
133
|
+
options: __HttpHandlerOptions,
|
|
134
|
+
cb: (err: any, data?: CreateTrustAnchorCommandOutput) => void
|
|
135
|
+
): void;
|
|
136
|
+
|
|
137
|
+
deleteCrl(
|
|
138
|
+
args: DeleteCrlCommandInput,
|
|
139
|
+
options?: __HttpHandlerOptions
|
|
140
|
+
): Promise<DeleteCrlCommandOutput>;
|
|
141
|
+
deleteCrl(
|
|
142
|
+
args: DeleteCrlCommandInput,
|
|
143
|
+
cb: (err: any, data?: DeleteCrlCommandOutput) => void
|
|
144
|
+
): void;
|
|
145
|
+
deleteCrl(
|
|
146
|
+
args: DeleteCrlCommandInput,
|
|
147
|
+
options: __HttpHandlerOptions,
|
|
148
|
+
cb: (err: any, data?: DeleteCrlCommandOutput) => void
|
|
149
|
+
): void;
|
|
150
|
+
|
|
151
|
+
deleteProfile(
|
|
152
|
+
args: DeleteProfileCommandInput,
|
|
153
|
+
options?: __HttpHandlerOptions
|
|
154
|
+
): Promise<DeleteProfileCommandOutput>;
|
|
155
|
+
deleteProfile(
|
|
156
|
+
args: DeleteProfileCommandInput,
|
|
157
|
+
cb: (err: any, data?: DeleteProfileCommandOutput) => void
|
|
158
|
+
): void;
|
|
159
|
+
deleteProfile(
|
|
160
|
+
args: DeleteProfileCommandInput,
|
|
161
|
+
options: __HttpHandlerOptions,
|
|
162
|
+
cb: (err: any, data?: DeleteProfileCommandOutput) => void
|
|
163
|
+
): void;
|
|
164
|
+
|
|
165
|
+
deleteTrustAnchor(
|
|
166
|
+
args: DeleteTrustAnchorCommandInput,
|
|
167
|
+
options?: __HttpHandlerOptions
|
|
168
|
+
): Promise<DeleteTrustAnchorCommandOutput>;
|
|
169
|
+
deleteTrustAnchor(
|
|
170
|
+
args: DeleteTrustAnchorCommandInput,
|
|
171
|
+
cb: (err: any, data?: DeleteTrustAnchorCommandOutput) => void
|
|
172
|
+
): void;
|
|
173
|
+
deleteTrustAnchor(
|
|
174
|
+
args: DeleteTrustAnchorCommandInput,
|
|
175
|
+
options: __HttpHandlerOptions,
|
|
176
|
+
cb: (err: any, data?: DeleteTrustAnchorCommandOutput) => void
|
|
177
|
+
): void;
|
|
178
|
+
|
|
179
|
+
disableCrl(
|
|
180
|
+
args: DisableCrlCommandInput,
|
|
181
|
+
options?: __HttpHandlerOptions
|
|
182
|
+
): Promise<DisableCrlCommandOutput>;
|
|
183
|
+
disableCrl(
|
|
184
|
+
args: DisableCrlCommandInput,
|
|
185
|
+
cb: (err: any, data?: DisableCrlCommandOutput) => void
|
|
186
|
+
): void;
|
|
187
|
+
disableCrl(
|
|
188
|
+
args: DisableCrlCommandInput,
|
|
189
|
+
options: __HttpHandlerOptions,
|
|
190
|
+
cb: (err: any, data?: DisableCrlCommandOutput) => void
|
|
191
|
+
): void;
|
|
192
|
+
|
|
193
|
+
disableProfile(
|
|
194
|
+
args: DisableProfileCommandInput,
|
|
195
|
+
options?: __HttpHandlerOptions
|
|
196
|
+
): Promise<DisableProfileCommandOutput>;
|
|
197
|
+
disableProfile(
|
|
198
|
+
args: DisableProfileCommandInput,
|
|
199
|
+
cb: (err: any, data?: DisableProfileCommandOutput) => void
|
|
200
|
+
): void;
|
|
201
|
+
disableProfile(
|
|
202
|
+
args: DisableProfileCommandInput,
|
|
203
|
+
options: __HttpHandlerOptions,
|
|
204
|
+
cb: (err: any, data?: DisableProfileCommandOutput) => void
|
|
205
|
+
): void;
|
|
206
|
+
|
|
207
|
+
disableTrustAnchor(
|
|
208
|
+
args: DisableTrustAnchorCommandInput,
|
|
209
|
+
options?: __HttpHandlerOptions
|
|
210
|
+
): Promise<DisableTrustAnchorCommandOutput>;
|
|
211
|
+
disableTrustAnchor(
|
|
212
|
+
args: DisableTrustAnchorCommandInput,
|
|
213
|
+
cb: (err: any, data?: DisableTrustAnchorCommandOutput) => void
|
|
214
|
+
): void;
|
|
215
|
+
disableTrustAnchor(
|
|
216
|
+
args: DisableTrustAnchorCommandInput,
|
|
217
|
+
options: __HttpHandlerOptions,
|
|
218
|
+
cb: (err: any, data?: DisableTrustAnchorCommandOutput) => void
|
|
219
|
+
): void;
|
|
220
|
+
|
|
221
|
+
enableCrl(
|
|
222
|
+
args: EnableCrlCommandInput,
|
|
223
|
+
options?: __HttpHandlerOptions
|
|
224
|
+
): Promise<EnableCrlCommandOutput>;
|
|
225
|
+
enableCrl(
|
|
226
|
+
args: EnableCrlCommandInput,
|
|
227
|
+
cb: (err: any, data?: EnableCrlCommandOutput) => void
|
|
228
|
+
): void;
|
|
229
|
+
enableCrl(
|
|
230
|
+
args: EnableCrlCommandInput,
|
|
231
|
+
options: __HttpHandlerOptions,
|
|
232
|
+
cb: (err: any, data?: EnableCrlCommandOutput) => void
|
|
233
|
+
): void;
|
|
234
|
+
|
|
235
|
+
enableProfile(
|
|
236
|
+
args: EnableProfileCommandInput,
|
|
237
|
+
options?: __HttpHandlerOptions
|
|
238
|
+
): Promise<EnableProfileCommandOutput>;
|
|
239
|
+
enableProfile(
|
|
240
|
+
args: EnableProfileCommandInput,
|
|
241
|
+
cb: (err: any, data?: EnableProfileCommandOutput) => void
|
|
242
|
+
): void;
|
|
243
|
+
enableProfile(
|
|
244
|
+
args: EnableProfileCommandInput,
|
|
245
|
+
options: __HttpHandlerOptions,
|
|
246
|
+
cb: (err: any, data?: EnableProfileCommandOutput) => void
|
|
247
|
+
): void;
|
|
248
|
+
|
|
249
|
+
enableTrustAnchor(
|
|
250
|
+
args: EnableTrustAnchorCommandInput,
|
|
251
|
+
options?: __HttpHandlerOptions
|
|
252
|
+
): Promise<EnableTrustAnchorCommandOutput>;
|
|
253
|
+
enableTrustAnchor(
|
|
254
|
+
args: EnableTrustAnchorCommandInput,
|
|
255
|
+
cb: (err: any, data?: EnableTrustAnchorCommandOutput) => void
|
|
256
|
+
): void;
|
|
257
|
+
enableTrustAnchor(
|
|
258
|
+
args: EnableTrustAnchorCommandInput,
|
|
259
|
+
options: __HttpHandlerOptions,
|
|
260
|
+
cb: (err: any, data?: EnableTrustAnchorCommandOutput) => void
|
|
261
|
+
): void;
|
|
262
|
+
|
|
263
|
+
getCrl(
|
|
264
|
+
args: GetCrlCommandInput,
|
|
265
|
+
options?: __HttpHandlerOptions
|
|
266
|
+
): Promise<GetCrlCommandOutput>;
|
|
267
|
+
getCrl(
|
|
268
|
+
args: GetCrlCommandInput,
|
|
269
|
+
cb: (err: any, data?: GetCrlCommandOutput) => void
|
|
270
|
+
): void;
|
|
271
|
+
getCrl(
|
|
272
|
+
args: GetCrlCommandInput,
|
|
273
|
+
options: __HttpHandlerOptions,
|
|
274
|
+
cb: (err: any, data?: GetCrlCommandOutput) => void
|
|
275
|
+
): void;
|
|
276
|
+
|
|
277
|
+
getProfile(
|
|
278
|
+
args: GetProfileCommandInput,
|
|
279
|
+
options?: __HttpHandlerOptions
|
|
280
|
+
): Promise<GetProfileCommandOutput>;
|
|
281
|
+
getProfile(
|
|
282
|
+
args: GetProfileCommandInput,
|
|
283
|
+
cb: (err: any, data?: GetProfileCommandOutput) => void
|
|
284
|
+
): void;
|
|
285
|
+
getProfile(
|
|
286
|
+
args: GetProfileCommandInput,
|
|
287
|
+
options: __HttpHandlerOptions,
|
|
288
|
+
cb: (err: any, data?: GetProfileCommandOutput) => void
|
|
289
|
+
): void;
|
|
290
|
+
|
|
291
|
+
getSubject(
|
|
292
|
+
args: GetSubjectCommandInput,
|
|
293
|
+
options?: __HttpHandlerOptions
|
|
294
|
+
): Promise<GetSubjectCommandOutput>;
|
|
295
|
+
getSubject(
|
|
296
|
+
args: GetSubjectCommandInput,
|
|
297
|
+
cb: (err: any, data?: GetSubjectCommandOutput) => void
|
|
298
|
+
): void;
|
|
299
|
+
getSubject(
|
|
300
|
+
args: GetSubjectCommandInput,
|
|
301
|
+
options: __HttpHandlerOptions,
|
|
302
|
+
cb: (err: any, data?: GetSubjectCommandOutput) => void
|
|
303
|
+
): void;
|
|
304
|
+
|
|
305
|
+
getTrustAnchor(
|
|
306
|
+
args: GetTrustAnchorCommandInput,
|
|
307
|
+
options?: __HttpHandlerOptions
|
|
308
|
+
): Promise<GetTrustAnchorCommandOutput>;
|
|
309
|
+
getTrustAnchor(
|
|
310
|
+
args: GetTrustAnchorCommandInput,
|
|
311
|
+
cb: (err: any, data?: GetTrustAnchorCommandOutput) => void
|
|
312
|
+
): void;
|
|
313
|
+
getTrustAnchor(
|
|
314
|
+
args: GetTrustAnchorCommandInput,
|
|
315
|
+
options: __HttpHandlerOptions,
|
|
316
|
+
cb: (err: any, data?: GetTrustAnchorCommandOutput) => void
|
|
317
|
+
): void;
|
|
318
|
+
|
|
319
|
+
importCrl(
|
|
320
|
+
args: ImportCrlCommandInput,
|
|
321
|
+
options?: __HttpHandlerOptions
|
|
322
|
+
): Promise<ImportCrlCommandOutput>;
|
|
323
|
+
importCrl(
|
|
324
|
+
args: ImportCrlCommandInput,
|
|
325
|
+
cb: (err: any, data?: ImportCrlCommandOutput) => void
|
|
326
|
+
): void;
|
|
327
|
+
importCrl(
|
|
328
|
+
args: ImportCrlCommandInput,
|
|
329
|
+
options: __HttpHandlerOptions,
|
|
330
|
+
cb: (err: any, data?: ImportCrlCommandOutput) => void
|
|
331
|
+
): void;
|
|
332
|
+
|
|
333
|
+
listCrls(
|
|
334
|
+
args: ListCrlsCommandInput,
|
|
335
|
+
options?: __HttpHandlerOptions
|
|
336
|
+
): Promise<ListCrlsCommandOutput>;
|
|
337
|
+
listCrls(
|
|
338
|
+
args: ListCrlsCommandInput,
|
|
339
|
+
cb: (err: any, data?: ListCrlsCommandOutput) => void
|
|
340
|
+
): void;
|
|
341
|
+
listCrls(
|
|
342
|
+
args: ListCrlsCommandInput,
|
|
343
|
+
options: __HttpHandlerOptions,
|
|
344
|
+
cb: (err: any, data?: ListCrlsCommandOutput) => void
|
|
345
|
+
): void;
|
|
346
|
+
|
|
347
|
+
listProfiles(
|
|
348
|
+
args: ListProfilesCommandInput,
|
|
349
|
+
options?: __HttpHandlerOptions
|
|
350
|
+
): Promise<ListProfilesCommandOutput>;
|
|
351
|
+
listProfiles(
|
|
352
|
+
args: ListProfilesCommandInput,
|
|
353
|
+
cb: (err: any, data?: ListProfilesCommandOutput) => void
|
|
354
|
+
): void;
|
|
355
|
+
listProfiles(
|
|
356
|
+
args: ListProfilesCommandInput,
|
|
357
|
+
options: __HttpHandlerOptions,
|
|
358
|
+
cb: (err: any, data?: ListProfilesCommandOutput) => void
|
|
359
|
+
): void;
|
|
360
|
+
|
|
361
|
+
listSubjects(
|
|
362
|
+
args: ListSubjectsCommandInput,
|
|
363
|
+
options?: __HttpHandlerOptions
|
|
364
|
+
): Promise<ListSubjectsCommandOutput>;
|
|
365
|
+
listSubjects(
|
|
366
|
+
args: ListSubjectsCommandInput,
|
|
367
|
+
cb: (err: any, data?: ListSubjectsCommandOutput) => void
|
|
368
|
+
): void;
|
|
369
|
+
listSubjects(
|
|
370
|
+
args: ListSubjectsCommandInput,
|
|
371
|
+
options: __HttpHandlerOptions,
|
|
372
|
+
cb: (err: any, data?: ListSubjectsCommandOutput) => void
|
|
373
|
+
): void;
|
|
374
|
+
|
|
375
|
+
listTagsForResource(
|
|
376
|
+
args: ListTagsForResourceCommandInput,
|
|
377
|
+
options?: __HttpHandlerOptions
|
|
378
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
379
|
+
listTagsForResource(
|
|
380
|
+
args: ListTagsForResourceCommandInput,
|
|
381
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
382
|
+
): void;
|
|
383
|
+
listTagsForResource(
|
|
384
|
+
args: ListTagsForResourceCommandInput,
|
|
385
|
+
options: __HttpHandlerOptions,
|
|
386
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
387
|
+
): void;
|
|
388
|
+
|
|
389
|
+
listTrustAnchors(
|
|
390
|
+
args: ListTrustAnchorsCommandInput,
|
|
391
|
+
options?: __HttpHandlerOptions
|
|
392
|
+
): Promise<ListTrustAnchorsCommandOutput>;
|
|
393
|
+
listTrustAnchors(
|
|
394
|
+
args: ListTrustAnchorsCommandInput,
|
|
395
|
+
cb: (err: any, data?: ListTrustAnchorsCommandOutput) => void
|
|
396
|
+
): void;
|
|
397
|
+
listTrustAnchors(
|
|
398
|
+
args: ListTrustAnchorsCommandInput,
|
|
399
|
+
options: __HttpHandlerOptions,
|
|
400
|
+
cb: (err: any, data?: ListTrustAnchorsCommandOutput) => void
|
|
401
|
+
): void;
|
|
402
|
+
|
|
403
|
+
tagResource(
|
|
404
|
+
args: TagResourceCommandInput,
|
|
405
|
+
options?: __HttpHandlerOptions
|
|
406
|
+
): Promise<TagResourceCommandOutput>;
|
|
407
|
+
tagResource(
|
|
408
|
+
args: TagResourceCommandInput,
|
|
409
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
410
|
+
): void;
|
|
411
|
+
tagResource(
|
|
412
|
+
args: TagResourceCommandInput,
|
|
413
|
+
options: __HttpHandlerOptions,
|
|
414
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
415
|
+
): void;
|
|
416
|
+
|
|
417
|
+
untagResource(
|
|
418
|
+
args: UntagResourceCommandInput,
|
|
419
|
+
options?: __HttpHandlerOptions
|
|
420
|
+
): Promise<UntagResourceCommandOutput>;
|
|
421
|
+
untagResource(
|
|
422
|
+
args: UntagResourceCommandInput,
|
|
423
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
424
|
+
): void;
|
|
425
|
+
untagResource(
|
|
426
|
+
args: UntagResourceCommandInput,
|
|
427
|
+
options: __HttpHandlerOptions,
|
|
428
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
429
|
+
): void;
|
|
430
|
+
|
|
431
|
+
updateCrl(
|
|
432
|
+
args: UpdateCrlCommandInput,
|
|
433
|
+
options?: __HttpHandlerOptions
|
|
434
|
+
): Promise<UpdateCrlCommandOutput>;
|
|
435
|
+
updateCrl(
|
|
436
|
+
args: UpdateCrlCommandInput,
|
|
437
|
+
cb: (err: any, data?: UpdateCrlCommandOutput) => void
|
|
438
|
+
): void;
|
|
439
|
+
updateCrl(
|
|
440
|
+
args: UpdateCrlCommandInput,
|
|
441
|
+
options: __HttpHandlerOptions,
|
|
442
|
+
cb: (err: any, data?: UpdateCrlCommandOutput) => void
|
|
443
|
+
): void;
|
|
444
|
+
|
|
445
|
+
updateProfile(
|
|
446
|
+
args: UpdateProfileCommandInput,
|
|
447
|
+
options?: __HttpHandlerOptions
|
|
448
|
+
): Promise<UpdateProfileCommandOutput>;
|
|
449
|
+
updateProfile(
|
|
450
|
+
args: UpdateProfileCommandInput,
|
|
451
|
+
cb: (err: any, data?: UpdateProfileCommandOutput) => void
|
|
452
|
+
): void;
|
|
453
|
+
updateProfile(
|
|
454
|
+
args: UpdateProfileCommandInput,
|
|
455
|
+
options: __HttpHandlerOptions,
|
|
456
|
+
cb: (err: any, data?: UpdateProfileCommandOutput) => void
|
|
457
|
+
): void;
|
|
458
|
+
|
|
459
|
+
updateTrustAnchor(
|
|
460
|
+
args: UpdateTrustAnchorCommandInput,
|
|
461
|
+
options?: __HttpHandlerOptions
|
|
462
|
+
): Promise<UpdateTrustAnchorCommandOutput>;
|
|
463
|
+
updateTrustAnchor(
|
|
464
|
+
args: UpdateTrustAnchorCommandInput,
|
|
465
|
+
cb: (err: any, data?: UpdateTrustAnchorCommandOutput) => void
|
|
466
|
+
): void;
|
|
467
|
+
updateTrustAnchor(
|
|
468
|
+
args: UpdateTrustAnchorCommandInput,
|
|
469
|
+
options: __HttpHandlerOptions,
|
|
470
|
+
cb: (err: any, data?: UpdateTrustAnchorCommandOutput) => void
|
|
471
|
+
): void;
|
|
472
|
+
}
|