@aws-sdk/client-rolesanywhere 3.1087.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/RolesAnywhere.d.ts +105 -146
- package/dist-types/ts3.4/RolesAnywhereClient.d.ts +16 -56
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAttributeMappingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PutAttributeMappingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +4 -8
- package/dist-types/ts3.4/models/errors.d.ts +4 -12
- package/dist-types/ts3.4/models/models_0.d.ts +1 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListCrlsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -15,10 +15,7 @@ import {
|
|
|
15
15
|
DeleteAttributeMappingCommandInput,
|
|
16
16
|
DeleteAttributeMappingCommandOutput,
|
|
17
17
|
} from "./commands/DeleteAttributeMappingCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeleteCrlCommandInput,
|
|
20
|
-
DeleteCrlCommandOutput,
|
|
21
|
-
} from "./commands/DeleteCrlCommand";
|
|
18
|
+
import { DeleteCrlCommandInput, DeleteCrlCommandOutput } from "./commands/DeleteCrlCommand";
|
|
22
19
|
import {
|
|
23
20
|
DeleteProfileCommandInput,
|
|
24
21
|
DeleteProfileCommandOutput,
|
|
@@ -27,10 +24,7 @@ import {
|
|
|
27
24
|
DeleteTrustAnchorCommandInput,
|
|
28
25
|
DeleteTrustAnchorCommandOutput,
|
|
29
26
|
} from "./commands/DeleteTrustAnchorCommand";
|
|
30
|
-
import {
|
|
31
|
-
DisableCrlCommandInput,
|
|
32
|
-
DisableCrlCommandOutput,
|
|
33
|
-
} from "./commands/DisableCrlCommand";
|
|
27
|
+
import { DisableCrlCommandInput, DisableCrlCommandOutput } from "./commands/DisableCrlCommand";
|
|
34
28
|
import {
|
|
35
29
|
DisableProfileCommandInput,
|
|
36
30
|
DisableProfileCommandOutput,
|
|
@@ -39,10 +33,7 @@ import {
|
|
|
39
33
|
DisableTrustAnchorCommandInput,
|
|
40
34
|
DisableTrustAnchorCommandOutput,
|
|
41
35
|
} from "./commands/DisableTrustAnchorCommand";
|
|
42
|
-
import {
|
|
43
|
-
EnableCrlCommandInput,
|
|
44
|
-
EnableCrlCommandOutput,
|
|
45
|
-
} from "./commands/EnableCrlCommand";
|
|
36
|
+
import { EnableCrlCommandInput, EnableCrlCommandOutput } from "./commands/EnableCrlCommand";
|
|
46
37
|
import {
|
|
47
38
|
EnableProfileCommandInput,
|
|
48
39
|
EnableProfileCommandOutput,
|
|
@@ -51,30 +42,15 @@ import {
|
|
|
51
42
|
EnableTrustAnchorCommandInput,
|
|
52
43
|
EnableTrustAnchorCommandOutput,
|
|
53
44
|
} from "./commands/EnableTrustAnchorCommand";
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
} from "./commands/GetCrlCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetProfileCommandInput,
|
|
60
|
-
GetProfileCommandOutput,
|
|
61
|
-
} from "./commands/GetProfileCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetSubjectCommandInput,
|
|
64
|
-
GetSubjectCommandOutput,
|
|
65
|
-
} from "./commands/GetSubjectCommand";
|
|
45
|
+
import { GetCrlCommandInput, GetCrlCommandOutput } from "./commands/GetCrlCommand";
|
|
46
|
+
import { GetProfileCommandInput, GetProfileCommandOutput } from "./commands/GetProfileCommand";
|
|
47
|
+
import { GetSubjectCommandInput, GetSubjectCommandOutput } from "./commands/GetSubjectCommand";
|
|
66
48
|
import {
|
|
67
49
|
GetTrustAnchorCommandInput,
|
|
68
50
|
GetTrustAnchorCommandOutput,
|
|
69
51
|
} from "./commands/GetTrustAnchorCommand";
|
|
70
|
-
import {
|
|
71
|
-
|
|
72
|
-
ImportCrlCommandOutput,
|
|
73
|
-
} from "./commands/ImportCrlCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListCrlsCommandInput,
|
|
76
|
-
ListCrlsCommandOutput,
|
|
77
|
-
} from "./commands/ListCrlsCommand";
|
|
52
|
+
import { ImportCrlCommandInput, ImportCrlCommandOutput } from "./commands/ImportCrlCommand";
|
|
53
|
+
import { ListCrlsCommandInput, ListCrlsCommandOutput } from "./commands/ListCrlsCommand";
|
|
78
54
|
import {
|
|
79
55
|
ListProfilesCommandInput,
|
|
80
56
|
ListProfilesCommandOutput,
|
|
@@ -103,18 +79,12 @@ import {
|
|
|
103
79
|
ResetNotificationSettingsCommandInput,
|
|
104
80
|
ResetNotificationSettingsCommandOutput,
|
|
105
81
|
} from "./commands/ResetNotificationSettingsCommand";
|
|
106
|
-
import {
|
|
107
|
-
TagResourceCommandInput,
|
|
108
|
-
TagResourceCommandOutput,
|
|
109
|
-
} from "./commands/TagResourceCommand";
|
|
82
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
110
83
|
import {
|
|
111
84
|
UntagResourceCommandInput,
|
|
112
85
|
UntagResourceCommandOutput,
|
|
113
86
|
} from "./commands/UntagResourceCommand";
|
|
114
|
-
import {
|
|
115
|
-
UpdateCrlCommandInput,
|
|
116
|
-
UpdateCrlCommandOutput,
|
|
117
|
-
} from "./commands/UpdateCrlCommand";
|
|
87
|
+
import { UpdateCrlCommandInput, UpdateCrlCommandOutput } from "./commands/UpdateCrlCommand";
|
|
118
88
|
import {
|
|
119
89
|
UpdateProfileCommandInput,
|
|
120
90
|
UpdateProfileCommandOutput,
|
|
@@ -127,427 +97,416 @@ import { RolesAnywhereClient } from "./RolesAnywhereClient";
|
|
|
127
97
|
export interface RolesAnywhere {
|
|
128
98
|
createProfile(
|
|
129
99
|
args: CreateProfileCommandInput,
|
|
130
|
-
options?: __HttpHandlerOptions
|
|
100
|
+
options?: __HttpHandlerOptions,
|
|
131
101
|
): Promise<CreateProfileCommandOutput>;
|
|
132
102
|
createProfile(
|
|
133
103
|
args: CreateProfileCommandInput,
|
|
134
|
-
cb: (err: any, data?: CreateProfileCommandOutput) => void
|
|
104
|
+
cb: (err: any, data?: CreateProfileCommandOutput) => void,
|
|
135
105
|
): void;
|
|
136
106
|
createProfile(
|
|
137
107
|
args: CreateProfileCommandInput,
|
|
138
108
|
options: __HttpHandlerOptions,
|
|
139
|
-
cb: (err: any, data?: CreateProfileCommandOutput) => void
|
|
109
|
+
cb: (err: any, data?: CreateProfileCommandOutput) => void,
|
|
140
110
|
): void;
|
|
141
111
|
createTrustAnchor(
|
|
142
112
|
args: CreateTrustAnchorCommandInput,
|
|
143
|
-
options?: __HttpHandlerOptions
|
|
113
|
+
options?: __HttpHandlerOptions,
|
|
144
114
|
): Promise<CreateTrustAnchorCommandOutput>;
|
|
145
115
|
createTrustAnchor(
|
|
146
116
|
args: CreateTrustAnchorCommandInput,
|
|
147
|
-
cb: (err: any, data?: CreateTrustAnchorCommandOutput) => void
|
|
117
|
+
cb: (err: any, data?: CreateTrustAnchorCommandOutput) => void,
|
|
148
118
|
): void;
|
|
149
119
|
createTrustAnchor(
|
|
150
120
|
args: CreateTrustAnchorCommandInput,
|
|
151
121
|
options: __HttpHandlerOptions,
|
|
152
|
-
cb: (err: any, data?: CreateTrustAnchorCommandOutput) => void
|
|
122
|
+
cb: (err: any, data?: CreateTrustAnchorCommandOutput) => void,
|
|
153
123
|
): void;
|
|
154
124
|
deleteAttributeMapping(
|
|
155
125
|
args: DeleteAttributeMappingCommandInput,
|
|
156
|
-
options?: __HttpHandlerOptions
|
|
126
|
+
options?: __HttpHandlerOptions,
|
|
157
127
|
): Promise<DeleteAttributeMappingCommandOutput>;
|
|
158
128
|
deleteAttributeMapping(
|
|
159
129
|
args: DeleteAttributeMappingCommandInput,
|
|
160
|
-
cb: (err: any, data?: DeleteAttributeMappingCommandOutput) => void
|
|
130
|
+
cb: (err: any, data?: DeleteAttributeMappingCommandOutput) => void,
|
|
161
131
|
): void;
|
|
162
132
|
deleteAttributeMapping(
|
|
163
133
|
args: DeleteAttributeMappingCommandInput,
|
|
164
134
|
options: __HttpHandlerOptions,
|
|
165
|
-
cb: (err: any, data?: DeleteAttributeMappingCommandOutput) => void
|
|
135
|
+
cb: (err: any, data?: DeleteAttributeMappingCommandOutput) => void,
|
|
166
136
|
): void;
|
|
167
137
|
deleteCrl(
|
|
168
138
|
args: DeleteCrlCommandInput,
|
|
169
|
-
options?: __HttpHandlerOptions
|
|
139
|
+
options?: __HttpHandlerOptions,
|
|
170
140
|
): Promise<DeleteCrlCommandOutput>;
|
|
171
141
|
deleteCrl(
|
|
172
142
|
args: DeleteCrlCommandInput,
|
|
173
|
-
cb: (err: any, data?: DeleteCrlCommandOutput) => void
|
|
143
|
+
cb: (err: any, data?: DeleteCrlCommandOutput) => void,
|
|
174
144
|
): void;
|
|
175
145
|
deleteCrl(
|
|
176
146
|
args: DeleteCrlCommandInput,
|
|
177
147
|
options: __HttpHandlerOptions,
|
|
178
|
-
cb: (err: any, data?: DeleteCrlCommandOutput) => void
|
|
148
|
+
cb: (err: any, data?: DeleteCrlCommandOutput) => void,
|
|
179
149
|
): void;
|
|
180
150
|
deleteProfile(
|
|
181
151
|
args: DeleteProfileCommandInput,
|
|
182
|
-
options?: __HttpHandlerOptions
|
|
152
|
+
options?: __HttpHandlerOptions,
|
|
183
153
|
): Promise<DeleteProfileCommandOutput>;
|
|
184
154
|
deleteProfile(
|
|
185
155
|
args: DeleteProfileCommandInput,
|
|
186
|
-
cb: (err: any, data?: DeleteProfileCommandOutput) => void
|
|
156
|
+
cb: (err: any, data?: DeleteProfileCommandOutput) => void,
|
|
187
157
|
): void;
|
|
188
158
|
deleteProfile(
|
|
189
159
|
args: DeleteProfileCommandInput,
|
|
190
160
|
options: __HttpHandlerOptions,
|
|
191
|
-
cb: (err: any, data?: DeleteProfileCommandOutput) => void
|
|
161
|
+
cb: (err: any, data?: DeleteProfileCommandOutput) => void,
|
|
192
162
|
): void;
|
|
193
163
|
deleteTrustAnchor(
|
|
194
164
|
args: DeleteTrustAnchorCommandInput,
|
|
195
|
-
options?: __HttpHandlerOptions
|
|
165
|
+
options?: __HttpHandlerOptions,
|
|
196
166
|
): Promise<DeleteTrustAnchorCommandOutput>;
|
|
197
167
|
deleteTrustAnchor(
|
|
198
168
|
args: DeleteTrustAnchorCommandInput,
|
|
199
|
-
cb: (err: any, data?: DeleteTrustAnchorCommandOutput) => void
|
|
169
|
+
cb: (err: any, data?: DeleteTrustAnchorCommandOutput) => void,
|
|
200
170
|
): void;
|
|
201
171
|
deleteTrustAnchor(
|
|
202
172
|
args: DeleteTrustAnchorCommandInput,
|
|
203
173
|
options: __HttpHandlerOptions,
|
|
204
|
-
cb: (err: any, data?: DeleteTrustAnchorCommandOutput) => void
|
|
174
|
+
cb: (err: any, data?: DeleteTrustAnchorCommandOutput) => void,
|
|
205
175
|
): void;
|
|
206
176
|
disableCrl(
|
|
207
177
|
args: DisableCrlCommandInput,
|
|
208
|
-
options?: __HttpHandlerOptions
|
|
178
|
+
options?: __HttpHandlerOptions,
|
|
209
179
|
): Promise<DisableCrlCommandOutput>;
|
|
210
180
|
disableCrl(
|
|
211
181
|
args: DisableCrlCommandInput,
|
|
212
|
-
cb: (err: any, data?: DisableCrlCommandOutput) => void
|
|
182
|
+
cb: (err: any, data?: DisableCrlCommandOutput) => void,
|
|
213
183
|
): void;
|
|
214
184
|
disableCrl(
|
|
215
185
|
args: DisableCrlCommandInput,
|
|
216
186
|
options: __HttpHandlerOptions,
|
|
217
|
-
cb: (err: any, data?: DisableCrlCommandOutput) => void
|
|
187
|
+
cb: (err: any, data?: DisableCrlCommandOutput) => void,
|
|
218
188
|
): void;
|
|
219
189
|
disableProfile(
|
|
220
190
|
args: DisableProfileCommandInput,
|
|
221
|
-
options?: __HttpHandlerOptions
|
|
191
|
+
options?: __HttpHandlerOptions,
|
|
222
192
|
): Promise<DisableProfileCommandOutput>;
|
|
223
193
|
disableProfile(
|
|
224
194
|
args: DisableProfileCommandInput,
|
|
225
|
-
cb: (err: any, data?: DisableProfileCommandOutput) => void
|
|
195
|
+
cb: (err: any, data?: DisableProfileCommandOutput) => void,
|
|
226
196
|
): void;
|
|
227
197
|
disableProfile(
|
|
228
198
|
args: DisableProfileCommandInput,
|
|
229
199
|
options: __HttpHandlerOptions,
|
|
230
|
-
cb: (err: any, data?: DisableProfileCommandOutput) => void
|
|
200
|
+
cb: (err: any, data?: DisableProfileCommandOutput) => void,
|
|
231
201
|
): void;
|
|
232
202
|
disableTrustAnchor(
|
|
233
203
|
args: DisableTrustAnchorCommandInput,
|
|
234
|
-
options?: __HttpHandlerOptions
|
|
204
|
+
options?: __HttpHandlerOptions,
|
|
235
205
|
): Promise<DisableTrustAnchorCommandOutput>;
|
|
236
206
|
disableTrustAnchor(
|
|
237
207
|
args: DisableTrustAnchorCommandInput,
|
|
238
|
-
cb: (err: any, data?: DisableTrustAnchorCommandOutput) => void
|
|
208
|
+
cb: (err: any, data?: DisableTrustAnchorCommandOutput) => void,
|
|
239
209
|
): void;
|
|
240
210
|
disableTrustAnchor(
|
|
241
211
|
args: DisableTrustAnchorCommandInput,
|
|
242
212
|
options: __HttpHandlerOptions,
|
|
243
|
-
cb: (err: any, data?: DisableTrustAnchorCommandOutput) => void
|
|
213
|
+
cb: (err: any, data?: DisableTrustAnchorCommandOutput) => void,
|
|
244
214
|
): void;
|
|
245
215
|
enableCrl(
|
|
246
216
|
args: EnableCrlCommandInput,
|
|
247
|
-
options?: __HttpHandlerOptions
|
|
217
|
+
options?: __HttpHandlerOptions,
|
|
248
218
|
): Promise<EnableCrlCommandOutput>;
|
|
249
219
|
enableCrl(
|
|
250
220
|
args: EnableCrlCommandInput,
|
|
251
|
-
cb: (err: any, data?: EnableCrlCommandOutput) => void
|
|
221
|
+
cb: (err: any, data?: EnableCrlCommandOutput) => void,
|
|
252
222
|
): void;
|
|
253
223
|
enableCrl(
|
|
254
224
|
args: EnableCrlCommandInput,
|
|
255
225
|
options: __HttpHandlerOptions,
|
|
256
|
-
cb: (err: any, data?: EnableCrlCommandOutput) => void
|
|
226
|
+
cb: (err: any, data?: EnableCrlCommandOutput) => void,
|
|
257
227
|
): void;
|
|
258
228
|
enableProfile(
|
|
259
229
|
args: EnableProfileCommandInput,
|
|
260
|
-
options?: __HttpHandlerOptions
|
|
230
|
+
options?: __HttpHandlerOptions,
|
|
261
231
|
): Promise<EnableProfileCommandOutput>;
|
|
262
232
|
enableProfile(
|
|
263
233
|
args: EnableProfileCommandInput,
|
|
264
|
-
cb: (err: any, data?: EnableProfileCommandOutput) => void
|
|
234
|
+
cb: (err: any, data?: EnableProfileCommandOutput) => void,
|
|
265
235
|
): void;
|
|
266
236
|
enableProfile(
|
|
267
237
|
args: EnableProfileCommandInput,
|
|
268
238
|
options: __HttpHandlerOptions,
|
|
269
|
-
cb: (err: any, data?: EnableProfileCommandOutput) => void
|
|
239
|
+
cb: (err: any, data?: EnableProfileCommandOutput) => void,
|
|
270
240
|
): void;
|
|
271
241
|
enableTrustAnchor(
|
|
272
242
|
args: EnableTrustAnchorCommandInput,
|
|
273
|
-
options?: __HttpHandlerOptions
|
|
243
|
+
options?: __HttpHandlerOptions,
|
|
274
244
|
): Promise<EnableTrustAnchorCommandOutput>;
|
|
275
245
|
enableTrustAnchor(
|
|
276
246
|
args: EnableTrustAnchorCommandInput,
|
|
277
|
-
cb: (err: any, data?: EnableTrustAnchorCommandOutput) => void
|
|
247
|
+
cb: (err: any, data?: EnableTrustAnchorCommandOutput) => void,
|
|
278
248
|
): void;
|
|
279
249
|
enableTrustAnchor(
|
|
280
250
|
args: EnableTrustAnchorCommandInput,
|
|
281
251
|
options: __HttpHandlerOptions,
|
|
282
|
-
cb: (err: any, data?: EnableTrustAnchorCommandOutput) => void
|
|
283
|
-
): void;
|
|
284
|
-
getCrl(
|
|
285
|
-
args: GetCrlCommandInput,
|
|
286
|
-
options?: __HttpHandlerOptions
|
|
287
|
-
): Promise<GetCrlCommandOutput>;
|
|
288
|
-
getCrl(
|
|
289
|
-
args: GetCrlCommandInput,
|
|
290
|
-
cb: (err: any, data?: GetCrlCommandOutput) => void
|
|
252
|
+
cb: (err: any, data?: EnableTrustAnchorCommandOutput) => void,
|
|
291
253
|
): void;
|
|
254
|
+
getCrl(args: GetCrlCommandInput, options?: __HttpHandlerOptions): Promise<GetCrlCommandOutput>;
|
|
255
|
+
getCrl(args: GetCrlCommandInput, cb: (err: any, data?: GetCrlCommandOutput) => void): void;
|
|
292
256
|
getCrl(
|
|
293
257
|
args: GetCrlCommandInput,
|
|
294
258
|
options: __HttpHandlerOptions,
|
|
295
|
-
cb: (err: any, data?: GetCrlCommandOutput) => void
|
|
259
|
+
cb: (err: any, data?: GetCrlCommandOutput) => void,
|
|
296
260
|
): void;
|
|
297
261
|
getProfile(
|
|
298
262
|
args: GetProfileCommandInput,
|
|
299
|
-
options?: __HttpHandlerOptions
|
|
263
|
+
options?: __HttpHandlerOptions,
|
|
300
264
|
): Promise<GetProfileCommandOutput>;
|
|
301
265
|
getProfile(
|
|
302
266
|
args: GetProfileCommandInput,
|
|
303
|
-
cb: (err: any, data?: GetProfileCommandOutput) => void
|
|
267
|
+
cb: (err: any, data?: GetProfileCommandOutput) => void,
|
|
304
268
|
): void;
|
|
305
269
|
getProfile(
|
|
306
270
|
args: GetProfileCommandInput,
|
|
307
271
|
options: __HttpHandlerOptions,
|
|
308
|
-
cb: (err: any, data?: GetProfileCommandOutput) => void
|
|
272
|
+
cb: (err: any, data?: GetProfileCommandOutput) => void,
|
|
309
273
|
): void;
|
|
310
274
|
getSubject(
|
|
311
275
|
args: GetSubjectCommandInput,
|
|
312
|
-
options?: __HttpHandlerOptions
|
|
276
|
+
options?: __HttpHandlerOptions,
|
|
313
277
|
): Promise<GetSubjectCommandOutput>;
|
|
314
278
|
getSubject(
|
|
315
279
|
args: GetSubjectCommandInput,
|
|
316
|
-
cb: (err: any, data?: GetSubjectCommandOutput) => void
|
|
280
|
+
cb: (err: any, data?: GetSubjectCommandOutput) => void,
|
|
317
281
|
): void;
|
|
318
282
|
getSubject(
|
|
319
283
|
args: GetSubjectCommandInput,
|
|
320
284
|
options: __HttpHandlerOptions,
|
|
321
|
-
cb: (err: any, data?: GetSubjectCommandOutput) => void
|
|
285
|
+
cb: (err: any, data?: GetSubjectCommandOutput) => void,
|
|
322
286
|
): void;
|
|
323
287
|
getTrustAnchor(
|
|
324
288
|
args: GetTrustAnchorCommandInput,
|
|
325
|
-
options?: __HttpHandlerOptions
|
|
289
|
+
options?: __HttpHandlerOptions,
|
|
326
290
|
): Promise<GetTrustAnchorCommandOutput>;
|
|
327
291
|
getTrustAnchor(
|
|
328
292
|
args: GetTrustAnchorCommandInput,
|
|
329
|
-
cb: (err: any, data?: GetTrustAnchorCommandOutput) => void
|
|
293
|
+
cb: (err: any, data?: GetTrustAnchorCommandOutput) => void,
|
|
330
294
|
): void;
|
|
331
295
|
getTrustAnchor(
|
|
332
296
|
args: GetTrustAnchorCommandInput,
|
|
333
297
|
options: __HttpHandlerOptions,
|
|
334
|
-
cb: (err: any, data?: GetTrustAnchorCommandOutput) => void
|
|
298
|
+
cb: (err: any, data?: GetTrustAnchorCommandOutput) => void,
|
|
335
299
|
): void;
|
|
336
300
|
importCrl(
|
|
337
301
|
args: ImportCrlCommandInput,
|
|
338
|
-
options?: __HttpHandlerOptions
|
|
302
|
+
options?: __HttpHandlerOptions,
|
|
339
303
|
): Promise<ImportCrlCommandOutput>;
|
|
340
304
|
importCrl(
|
|
341
305
|
args: ImportCrlCommandInput,
|
|
342
|
-
cb: (err: any, data?: ImportCrlCommandOutput) => void
|
|
306
|
+
cb: (err: any, data?: ImportCrlCommandOutput) => void,
|
|
343
307
|
): void;
|
|
344
308
|
importCrl(
|
|
345
309
|
args: ImportCrlCommandInput,
|
|
346
310
|
options: __HttpHandlerOptions,
|
|
347
|
-
cb: (err: any, data?: ImportCrlCommandOutput) => void
|
|
311
|
+
cb: (err: any, data?: ImportCrlCommandOutput) => void,
|
|
348
312
|
): void;
|
|
349
313
|
listCrls(): Promise<ListCrlsCommandOutput>;
|
|
350
314
|
listCrls(
|
|
351
315
|
args: ListCrlsCommandInput,
|
|
352
|
-
options?: __HttpHandlerOptions
|
|
316
|
+
options?: __HttpHandlerOptions,
|
|
353
317
|
): Promise<ListCrlsCommandOutput>;
|
|
354
|
-
listCrls(
|
|
355
|
-
args: ListCrlsCommandInput,
|
|
356
|
-
cb: (err: any, data?: ListCrlsCommandOutput) => void
|
|
357
|
-
): void;
|
|
318
|
+
listCrls(args: ListCrlsCommandInput, cb: (err: any, data?: ListCrlsCommandOutput) => void): void;
|
|
358
319
|
listCrls(
|
|
359
320
|
args: ListCrlsCommandInput,
|
|
360
321
|
options: __HttpHandlerOptions,
|
|
361
|
-
cb: (err: any, data?: ListCrlsCommandOutput) => void
|
|
322
|
+
cb: (err: any, data?: ListCrlsCommandOutput) => void,
|
|
362
323
|
): void;
|
|
363
324
|
listProfiles(): Promise<ListProfilesCommandOutput>;
|
|
364
325
|
listProfiles(
|
|
365
326
|
args: ListProfilesCommandInput,
|
|
366
|
-
options?: __HttpHandlerOptions
|
|
327
|
+
options?: __HttpHandlerOptions,
|
|
367
328
|
): Promise<ListProfilesCommandOutput>;
|
|
368
329
|
listProfiles(
|
|
369
330
|
args: ListProfilesCommandInput,
|
|
370
|
-
cb: (err: any, data?: ListProfilesCommandOutput) => void
|
|
331
|
+
cb: (err: any, data?: ListProfilesCommandOutput) => void,
|
|
371
332
|
): void;
|
|
372
333
|
listProfiles(
|
|
373
334
|
args: ListProfilesCommandInput,
|
|
374
335
|
options: __HttpHandlerOptions,
|
|
375
|
-
cb: (err: any, data?: ListProfilesCommandOutput) => void
|
|
336
|
+
cb: (err: any, data?: ListProfilesCommandOutput) => void,
|
|
376
337
|
): void;
|
|
377
338
|
listSubjects(): Promise<ListSubjectsCommandOutput>;
|
|
378
339
|
listSubjects(
|
|
379
340
|
args: ListSubjectsCommandInput,
|
|
380
|
-
options?: __HttpHandlerOptions
|
|
341
|
+
options?: __HttpHandlerOptions,
|
|
381
342
|
): Promise<ListSubjectsCommandOutput>;
|
|
382
343
|
listSubjects(
|
|
383
344
|
args: ListSubjectsCommandInput,
|
|
384
|
-
cb: (err: any, data?: ListSubjectsCommandOutput) => void
|
|
345
|
+
cb: (err: any, data?: ListSubjectsCommandOutput) => void,
|
|
385
346
|
): void;
|
|
386
347
|
listSubjects(
|
|
387
348
|
args: ListSubjectsCommandInput,
|
|
388
349
|
options: __HttpHandlerOptions,
|
|
389
|
-
cb: (err: any, data?: ListSubjectsCommandOutput) => void
|
|
350
|
+
cb: (err: any, data?: ListSubjectsCommandOutput) => void,
|
|
390
351
|
): void;
|
|
391
352
|
listTagsForResource(
|
|
392
353
|
args: ListTagsForResourceCommandInput,
|
|
393
|
-
options?: __HttpHandlerOptions
|
|
354
|
+
options?: __HttpHandlerOptions,
|
|
394
355
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
395
356
|
listTagsForResource(
|
|
396
357
|
args: ListTagsForResourceCommandInput,
|
|
397
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
358
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
398
359
|
): void;
|
|
399
360
|
listTagsForResource(
|
|
400
361
|
args: ListTagsForResourceCommandInput,
|
|
401
362
|
options: __HttpHandlerOptions,
|
|
402
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
363
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
403
364
|
): void;
|
|
404
365
|
listTrustAnchors(): Promise<ListTrustAnchorsCommandOutput>;
|
|
405
366
|
listTrustAnchors(
|
|
406
367
|
args: ListTrustAnchorsCommandInput,
|
|
407
|
-
options?: __HttpHandlerOptions
|
|
368
|
+
options?: __HttpHandlerOptions,
|
|
408
369
|
): Promise<ListTrustAnchorsCommandOutput>;
|
|
409
370
|
listTrustAnchors(
|
|
410
371
|
args: ListTrustAnchorsCommandInput,
|
|
411
|
-
cb: (err: any, data?: ListTrustAnchorsCommandOutput) => void
|
|
372
|
+
cb: (err: any, data?: ListTrustAnchorsCommandOutput) => void,
|
|
412
373
|
): void;
|
|
413
374
|
listTrustAnchors(
|
|
414
375
|
args: ListTrustAnchorsCommandInput,
|
|
415
376
|
options: __HttpHandlerOptions,
|
|
416
|
-
cb: (err: any, data?: ListTrustAnchorsCommandOutput) => void
|
|
377
|
+
cb: (err: any, data?: ListTrustAnchorsCommandOutput) => void,
|
|
417
378
|
): void;
|
|
418
379
|
putAttributeMapping(
|
|
419
380
|
args: PutAttributeMappingCommandInput,
|
|
420
|
-
options?: __HttpHandlerOptions
|
|
381
|
+
options?: __HttpHandlerOptions,
|
|
421
382
|
): Promise<PutAttributeMappingCommandOutput>;
|
|
422
383
|
putAttributeMapping(
|
|
423
384
|
args: PutAttributeMappingCommandInput,
|
|
424
|
-
cb: (err: any, data?: PutAttributeMappingCommandOutput) => void
|
|
385
|
+
cb: (err: any, data?: PutAttributeMappingCommandOutput) => void,
|
|
425
386
|
): void;
|
|
426
387
|
putAttributeMapping(
|
|
427
388
|
args: PutAttributeMappingCommandInput,
|
|
428
389
|
options: __HttpHandlerOptions,
|
|
429
|
-
cb: (err: any, data?: PutAttributeMappingCommandOutput) => void
|
|
390
|
+
cb: (err: any, data?: PutAttributeMappingCommandOutput) => void,
|
|
430
391
|
): void;
|
|
431
392
|
putNotificationSettings(
|
|
432
393
|
args: PutNotificationSettingsCommandInput,
|
|
433
|
-
options?: __HttpHandlerOptions
|
|
394
|
+
options?: __HttpHandlerOptions,
|
|
434
395
|
): Promise<PutNotificationSettingsCommandOutput>;
|
|
435
396
|
putNotificationSettings(
|
|
436
397
|
args: PutNotificationSettingsCommandInput,
|
|
437
|
-
cb: (err: any, data?: PutNotificationSettingsCommandOutput) => void
|
|
398
|
+
cb: (err: any, data?: PutNotificationSettingsCommandOutput) => void,
|
|
438
399
|
): void;
|
|
439
400
|
putNotificationSettings(
|
|
440
401
|
args: PutNotificationSettingsCommandInput,
|
|
441
402
|
options: __HttpHandlerOptions,
|
|
442
|
-
cb: (err: any, data?: PutNotificationSettingsCommandOutput) => void
|
|
403
|
+
cb: (err: any, data?: PutNotificationSettingsCommandOutput) => void,
|
|
443
404
|
): void;
|
|
444
405
|
resetNotificationSettings(
|
|
445
406
|
args: ResetNotificationSettingsCommandInput,
|
|
446
|
-
options?: __HttpHandlerOptions
|
|
407
|
+
options?: __HttpHandlerOptions,
|
|
447
408
|
): Promise<ResetNotificationSettingsCommandOutput>;
|
|
448
409
|
resetNotificationSettings(
|
|
449
410
|
args: ResetNotificationSettingsCommandInput,
|
|
450
|
-
cb: (err: any, data?: ResetNotificationSettingsCommandOutput) => void
|
|
411
|
+
cb: (err: any, data?: ResetNotificationSettingsCommandOutput) => void,
|
|
451
412
|
): void;
|
|
452
413
|
resetNotificationSettings(
|
|
453
414
|
args: ResetNotificationSettingsCommandInput,
|
|
454
415
|
options: __HttpHandlerOptions,
|
|
455
|
-
cb: (err: any, data?: ResetNotificationSettingsCommandOutput) => void
|
|
416
|
+
cb: (err: any, data?: ResetNotificationSettingsCommandOutput) => void,
|
|
456
417
|
): void;
|
|
457
418
|
tagResource(
|
|
458
419
|
args: TagResourceCommandInput,
|
|
459
|
-
options?: __HttpHandlerOptions
|
|
420
|
+
options?: __HttpHandlerOptions,
|
|
460
421
|
): Promise<TagResourceCommandOutput>;
|
|
461
422
|
tagResource(
|
|
462
423
|
args: TagResourceCommandInput,
|
|
463
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
424
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
464
425
|
): void;
|
|
465
426
|
tagResource(
|
|
466
427
|
args: TagResourceCommandInput,
|
|
467
428
|
options: __HttpHandlerOptions,
|
|
468
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
429
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
469
430
|
): void;
|
|
470
431
|
untagResource(
|
|
471
432
|
args: UntagResourceCommandInput,
|
|
472
|
-
options?: __HttpHandlerOptions
|
|
433
|
+
options?: __HttpHandlerOptions,
|
|
473
434
|
): Promise<UntagResourceCommandOutput>;
|
|
474
435
|
untagResource(
|
|
475
436
|
args: UntagResourceCommandInput,
|
|
476
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
437
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
477
438
|
): void;
|
|
478
439
|
untagResource(
|
|
479
440
|
args: UntagResourceCommandInput,
|
|
480
441
|
options: __HttpHandlerOptions,
|
|
481
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
442
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
482
443
|
): void;
|
|
483
444
|
updateCrl(
|
|
484
445
|
args: UpdateCrlCommandInput,
|
|
485
|
-
options?: __HttpHandlerOptions
|
|
446
|
+
options?: __HttpHandlerOptions,
|
|
486
447
|
): Promise<UpdateCrlCommandOutput>;
|
|
487
448
|
updateCrl(
|
|
488
449
|
args: UpdateCrlCommandInput,
|
|
489
|
-
cb: (err: any, data?: UpdateCrlCommandOutput) => void
|
|
450
|
+
cb: (err: any, data?: UpdateCrlCommandOutput) => void,
|
|
490
451
|
): void;
|
|
491
452
|
updateCrl(
|
|
492
453
|
args: UpdateCrlCommandInput,
|
|
493
454
|
options: __HttpHandlerOptions,
|
|
494
|
-
cb: (err: any, data?: UpdateCrlCommandOutput) => void
|
|
455
|
+
cb: (err: any, data?: UpdateCrlCommandOutput) => void,
|
|
495
456
|
): void;
|
|
496
457
|
updateProfile(
|
|
497
458
|
args: UpdateProfileCommandInput,
|
|
498
|
-
options?: __HttpHandlerOptions
|
|
459
|
+
options?: __HttpHandlerOptions,
|
|
499
460
|
): Promise<UpdateProfileCommandOutput>;
|
|
500
461
|
updateProfile(
|
|
501
462
|
args: UpdateProfileCommandInput,
|
|
502
|
-
cb: (err: any, data?: UpdateProfileCommandOutput) => void
|
|
463
|
+
cb: (err: any, data?: UpdateProfileCommandOutput) => void,
|
|
503
464
|
): void;
|
|
504
465
|
updateProfile(
|
|
505
466
|
args: UpdateProfileCommandInput,
|
|
506
467
|
options: __HttpHandlerOptions,
|
|
507
|
-
cb: (err: any, data?: UpdateProfileCommandOutput) => void
|
|
468
|
+
cb: (err: any, data?: UpdateProfileCommandOutput) => void,
|
|
508
469
|
): void;
|
|
509
470
|
updateTrustAnchor(
|
|
510
471
|
args: UpdateTrustAnchorCommandInput,
|
|
511
|
-
options?: __HttpHandlerOptions
|
|
472
|
+
options?: __HttpHandlerOptions,
|
|
512
473
|
): Promise<UpdateTrustAnchorCommandOutput>;
|
|
513
474
|
updateTrustAnchor(
|
|
514
475
|
args: UpdateTrustAnchorCommandInput,
|
|
515
|
-
cb: (err: any, data?: UpdateTrustAnchorCommandOutput) => void
|
|
476
|
+
cb: (err: any, data?: UpdateTrustAnchorCommandOutput) => void,
|
|
516
477
|
): void;
|
|
517
478
|
updateTrustAnchor(
|
|
518
479
|
args: UpdateTrustAnchorCommandInput,
|
|
519
480
|
options: __HttpHandlerOptions,
|
|
520
|
-
cb: (err: any, data?: UpdateTrustAnchorCommandOutput) => void
|
|
481
|
+
cb: (err: any, data?: UpdateTrustAnchorCommandOutput) => void,
|
|
521
482
|
): void;
|
|
522
483
|
paginateListCrls(
|
|
523
484
|
args?: ListCrlsCommandInput,
|
|
524
485
|
paginationConfig?: Pick<
|
|
525
486
|
PaginationConfiguration,
|
|
526
487
|
Exclude<keyof PaginationConfiguration, "client">
|
|
527
|
-
|
|
488
|
+
>,
|
|
528
489
|
): Paginator<ListCrlsCommandOutput>;
|
|
529
490
|
paginateListProfiles(
|
|
530
491
|
args?: ListProfilesCommandInput,
|
|
531
492
|
paginationConfig?: Pick<
|
|
532
493
|
PaginationConfiguration,
|
|
533
494
|
Exclude<keyof PaginationConfiguration, "client">
|
|
534
|
-
|
|
495
|
+
>,
|
|
535
496
|
): Paginator<ListProfilesCommandOutput>;
|
|
536
497
|
paginateListSubjects(
|
|
537
498
|
args?: ListSubjectsCommandInput,
|
|
538
499
|
paginationConfig?: Pick<
|
|
539
500
|
PaginationConfiguration,
|
|
540
501
|
Exclude<keyof PaginationConfiguration, "client">
|
|
541
|
-
|
|
502
|
+
>,
|
|
542
503
|
): Paginator<ListSubjectsCommandOutput>;
|
|
543
504
|
paginateListTrustAnchors(
|
|
544
505
|
args?: ListTrustAnchorsCommandInput,
|
|
545
506
|
paginationConfig?: Pick<
|
|
546
507
|
PaginationConfiguration,
|
|
547
508
|
Exclude<keyof PaginationConfiguration, "client">
|
|
548
|
-
|
|
509
|
+
>,
|
|
549
510
|
): Paginator<ListTrustAnchorsCommandOutput>;
|
|
550
511
|
}
|
|
551
|
-
export declare class RolesAnywhere
|
|
552
|
-
extends RolesAnywhereClient
|
|
553
|
-
implements RolesAnywhere {}
|
|
512
|
+
export declare class RolesAnywhere extends RolesAnywhereClient implements RolesAnywhere {}
|