@aws-sdk/client-rolesanywhere 3.170.0 → 3.178.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/RolesAnywhere.d.ts +0 -26
- package/dist-types/ts3.4/RolesAnywhereClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/RolesAnywhereServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -131
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-rolesanywhere
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-rolesanywhere
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-rolesanywhere
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -104,7 +104,6 @@ import {
|
|
|
104
104
|
UpdateTrustAnchorCommandOutput,
|
|
105
105
|
} from "./commands/UpdateTrustAnchorCommand";
|
|
106
106
|
import { RolesAnywhereClient } from "./RolesAnywhereClient";
|
|
107
|
-
|
|
108
107
|
export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
109
108
|
createProfile(
|
|
110
109
|
args: CreateProfileCommandInput,
|
|
@@ -119,7 +118,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
119
118
|
options: __HttpHandlerOptions,
|
|
120
119
|
cb: (err: any, data?: CreateProfileCommandOutput) => void
|
|
121
120
|
): void;
|
|
122
|
-
|
|
123
121
|
createTrustAnchor(
|
|
124
122
|
args: CreateTrustAnchorCommandInput,
|
|
125
123
|
options?: __HttpHandlerOptions
|
|
@@ -133,7 +131,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
133
131
|
options: __HttpHandlerOptions,
|
|
134
132
|
cb: (err: any, data?: CreateTrustAnchorCommandOutput) => void
|
|
135
133
|
): void;
|
|
136
|
-
|
|
137
134
|
deleteCrl(
|
|
138
135
|
args: DeleteCrlCommandInput,
|
|
139
136
|
options?: __HttpHandlerOptions
|
|
@@ -147,7 +144,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
147
144
|
options: __HttpHandlerOptions,
|
|
148
145
|
cb: (err: any, data?: DeleteCrlCommandOutput) => void
|
|
149
146
|
): void;
|
|
150
|
-
|
|
151
147
|
deleteProfile(
|
|
152
148
|
args: DeleteProfileCommandInput,
|
|
153
149
|
options?: __HttpHandlerOptions
|
|
@@ -161,7 +157,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
161
157
|
options: __HttpHandlerOptions,
|
|
162
158
|
cb: (err: any, data?: DeleteProfileCommandOutput) => void
|
|
163
159
|
): void;
|
|
164
|
-
|
|
165
160
|
deleteTrustAnchor(
|
|
166
161
|
args: DeleteTrustAnchorCommandInput,
|
|
167
162
|
options?: __HttpHandlerOptions
|
|
@@ -175,7 +170,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
175
170
|
options: __HttpHandlerOptions,
|
|
176
171
|
cb: (err: any, data?: DeleteTrustAnchorCommandOutput) => void
|
|
177
172
|
): void;
|
|
178
|
-
|
|
179
173
|
disableCrl(
|
|
180
174
|
args: DisableCrlCommandInput,
|
|
181
175
|
options?: __HttpHandlerOptions
|
|
@@ -189,7 +183,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
189
183
|
options: __HttpHandlerOptions,
|
|
190
184
|
cb: (err: any, data?: DisableCrlCommandOutput) => void
|
|
191
185
|
): void;
|
|
192
|
-
|
|
193
186
|
disableProfile(
|
|
194
187
|
args: DisableProfileCommandInput,
|
|
195
188
|
options?: __HttpHandlerOptions
|
|
@@ -203,7 +196,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
203
196
|
options: __HttpHandlerOptions,
|
|
204
197
|
cb: (err: any, data?: DisableProfileCommandOutput) => void
|
|
205
198
|
): void;
|
|
206
|
-
|
|
207
199
|
disableTrustAnchor(
|
|
208
200
|
args: DisableTrustAnchorCommandInput,
|
|
209
201
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +209,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
217
209
|
options: __HttpHandlerOptions,
|
|
218
210
|
cb: (err: any, data?: DisableTrustAnchorCommandOutput) => void
|
|
219
211
|
): void;
|
|
220
|
-
|
|
221
212
|
enableCrl(
|
|
222
213
|
args: EnableCrlCommandInput,
|
|
223
214
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +222,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
231
222
|
options: __HttpHandlerOptions,
|
|
232
223
|
cb: (err: any, data?: EnableCrlCommandOutput) => void
|
|
233
224
|
): void;
|
|
234
|
-
|
|
235
225
|
enableProfile(
|
|
236
226
|
args: EnableProfileCommandInput,
|
|
237
227
|
options?: __HttpHandlerOptions
|
|
@@ -245,7 +235,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
245
235
|
options: __HttpHandlerOptions,
|
|
246
236
|
cb: (err: any, data?: EnableProfileCommandOutput) => void
|
|
247
237
|
): void;
|
|
248
|
-
|
|
249
238
|
enableTrustAnchor(
|
|
250
239
|
args: EnableTrustAnchorCommandInput,
|
|
251
240
|
options?: __HttpHandlerOptions
|
|
@@ -259,7 +248,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
259
248
|
options: __HttpHandlerOptions,
|
|
260
249
|
cb: (err: any, data?: EnableTrustAnchorCommandOutput) => void
|
|
261
250
|
): void;
|
|
262
|
-
|
|
263
251
|
getCrl(
|
|
264
252
|
args: GetCrlCommandInput,
|
|
265
253
|
options?: __HttpHandlerOptions
|
|
@@ -273,7 +261,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
273
261
|
options: __HttpHandlerOptions,
|
|
274
262
|
cb: (err: any, data?: GetCrlCommandOutput) => void
|
|
275
263
|
): void;
|
|
276
|
-
|
|
277
264
|
getProfile(
|
|
278
265
|
args: GetProfileCommandInput,
|
|
279
266
|
options?: __HttpHandlerOptions
|
|
@@ -287,7 +274,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
287
274
|
options: __HttpHandlerOptions,
|
|
288
275
|
cb: (err: any, data?: GetProfileCommandOutput) => void
|
|
289
276
|
): void;
|
|
290
|
-
|
|
291
277
|
getSubject(
|
|
292
278
|
args: GetSubjectCommandInput,
|
|
293
279
|
options?: __HttpHandlerOptions
|
|
@@ -301,7 +287,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
301
287
|
options: __HttpHandlerOptions,
|
|
302
288
|
cb: (err: any, data?: GetSubjectCommandOutput) => void
|
|
303
289
|
): void;
|
|
304
|
-
|
|
305
290
|
getTrustAnchor(
|
|
306
291
|
args: GetTrustAnchorCommandInput,
|
|
307
292
|
options?: __HttpHandlerOptions
|
|
@@ -315,7 +300,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
315
300
|
options: __HttpHandlerOptions,
|
|
316
301
|
cb: (err: any, data?: GetTrustAnchorCommandOutput) => void
|
|
317
302
|
): void;
|
|
318
|
-
|
|
319
303
|
importCrl(
|
|
320
304
|
args: ImportCrlCommandInput,
|
|
321
305
|
options?: __HttpHandlerOptions
|
|
@@ -329,7 +313,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
329
313
|
options: __HttpHandlerOptions,
|
|
330
314
|
cb: (err: any, data?: ImportCrlCommandOutput) => void
|
|
331
315
|
): void;
|
|
332
|
-
|
|
333
316
|
listCrls(
|
|
334
317
|
args: ListCrlsCommandInput,
|
|
335
318
|
options?: __HttpHandlerOptions
|
|
@@ -343,7 +326,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
343
326
|
options: __HttpHandlerOptions,
|
|
344
327
|
cb: (err: any, data?: ListCrlsCommandOutput) => void
|
|
345
328
|
): void;
|
|
346
|
-
|
|
347
329
|
listProfiles(
|
|
348
330
|
args: ListProfilesCommandInput,
|
|
349
331
|
options?: __HttpHandlerOptions
|
|
@@ -357,7 +339,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
357
339
|
options: __HttpHandlerOptions,
|
|
358
340
|
cb: (err: any, data?: ListProfilesCommandOutput) => void
|
|
359
341
|
): void;
|
|
360
|
-
|
|
361
342
|
listSubjects(
|
|
362
343
|
args: ListSubjectsCommandInput,
|
|
363
344
|
options?: __HttpHandlerOptions
|
|
@@ -371,7 +352,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
371
352
|
options: __HttpHandlerOptions,
|
|
372
353
|
cb: (err: any, data?: ListSubjectsCommandOutput) => void
|
|
373
354
|
): void;
|
|
374
|
-
|
|
375
355
|
listTagsForResource(
|
|
376
356
|
args: ListTagsForResourceCommandInput,
|
|
377
357
|
options?: __HttpHandlerOptions
|
|
@@ -385,7 +365,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
385
365
|
options: __HttpHandlerOptions,
|
|
386
366
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
387
367
|
): void;
|
|
388
|
-
|
|
389
368
|
listTrustAnchors(
|
|
390
369
|
args: ListTrustAnchorsCommandInput,
|
|
391
370
|
options?: __HttpHandlerOptions
|
|
@@ -399,7 +378,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
399
378
|
options: __HttpHandlerOptions,
|
|
400
379
|
cb: (err: any, data?: ListTrustAnchorsCommandOutput) => void
|
|
401
380
|
): void;
|
|
402
|
-
|
|
403
381
|
tagResource(
|
|
404
382
|
args: TagResourceCommandInput,
|
|
405
383
|
options?: __HttpHandlerOptions
|
|
@@ -413,7 +391,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
413
391
|
options: __HttpHandlerOptions,
|
|
414
392
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
415
393
|
): void;
|
|
416
|
-
|
|
417
394
|
untagResource(
|
|
418
395
|
args: UntagResourceCommandInput,
|
|
419
396
|
options?: __HttpHandlerOptions
|
|
@@ -427,7 +404,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
427
404
|
options: __HttpHandlerOptions,
|
|
428
405
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
429
406
|
): void;
|
|
430
|
-
|
|
431
407
|
updateCrl(
|
|
432
408
|
args: UpdateCrlCommandInput,
|
|
433
409
|
options?: __HttpHandlerOptions
|
|
@@ -441,7 +417,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
441
417
|
options: __HttpHandlerOptions,
|
|
442
418
|
cb: (err: any, data?: UpdateCrlCommandOutput) => void
|
|
443
419
|
): void;
|
|
444
|
-
|
|
445
420
|
updateProfile(
|
|
446
421
|
args: UpdateProfileCommandInput,
|
|
447
422
|
options?: __HttpHandlerOptions
|
|
@@ -455,7 +430,6 @@ export declare class RolesAnywhere extends RolesAnywhereClient {
|
|
|
455
430
|
options: __HttpHandlerOptions,
|
|
456
431
|
cb: (err: any, data?: UpdateProfileCommandOutput) => void
|
|
457
432
|
): void;
|
|
458
|
-
|
|
459
433
|
updateTrustAnchor(
|
|
460
434
|
args: UpdateTrustAnchorCommandInput,
|
|
461
435
|
options?: __HttpHandlerOptions
|
|
@@ -203,47 +203,26 @@ export declare type ServiceOutputTypes =
|
|
|
203
203
|
export interface ClientDefaults
|
|
204
204
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
205
205
|
requestHandler?: __HttpHandler;
|
|
206
|
-
|
|
207
206
|
sha256?: __HashConstructor;
|
|
208
|
-
|
|
209
207
|
urlParser?: __UrlParser;
|
|
210
|
-
|
|
211
208
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
212
|
-
|
|
213
209
|
streamCollector?: __StreamCollector;
|
|
214
|
-
|
|
215
210
|
base64Decoder?: __Decoder;
|
|
216
|
-
|
|
217
211
|
base64Encoder?: __Encoder;
|
|
218
|
-
|
|
219
212
|
utf8Decoder?: __Decoder;
|
|
220
|
-
|
|
221
213
|
utf8Encoder?: __Encoder;
|
|
222
|
-
|
|
223
214
|
runtime?: string;
|
|
224
|
-
|
|
225
215
|
disableHostPrefix?: boolean;
|
|
226
|
-
|
|
227
216
|
maxAttempts?: number | __Provider<number>;
|
|
228
|
-
|
|
229
217
|
retryMode?: string | __Provider<string>;
|
|
230
|
-
|
|
231
218
|
logger?: __Logger;
|
|
232
|
-
|
|
233
219
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
234
|
-
|
|
235
220
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
236
|
-
|
|
237
221
|
serviceId?: string;
|
|
238
|
-
|
|
239
222
|
region?: string | __Provider<string>;
|
|
240
|
-
|
|
241
223
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
242
|
-
|
|
243
224
|
regionInfoProvider?: RegionInfoProvider;
|
|
244
|
-
|
|
245
225
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
246
|
-
|
|
247
226
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
248
227
|
}
|
|
249
228
|
declare type RolesAnywhereClientConfigType = Partial<
|
|
@@ -256,7 +235,6 @@ declare type RolesAnywhereClientConfigType = Partial<
|
|
|
256
235
|
HostHeaderInputConfig &
|
|
257
236
|
AwsAuthInputConfig &
|
|
258
237
|
UserAgentInputConfig;
|
|
259
|
-
|
|
260
238
|
export interface RolesAnywhereClientConfig
|
|
261
239
|
extends RolesAnywhereClientConfigType {}
|
|
262
240
|
declare type RolesAnywhereClientResolvedConfigType =
|
|
@@ -268,10 +246,8 @@ declare type RolesAnywhereClientResolvedConfigType =
|
|
|
268
246
|
HostHeaderResolvedConfig &
|
|
269
247
|
AwsAuthResolvedConfig &
|
|
270
248
|
UserAgentResolvedConfig;
|
|
271
|
-
|
|
272
249
|
export interface RolesAnywhereClientResolvedConfig
|
|
273
250
|
extends RolesAnywhereClientResolvedConfigType {}
|
|
274
|
-
|
|
275
251
|
export declare class RolesAnywhereClient extends __Client<
|
|
276
252
|
__HttpHandlerOptions,
|
|
277
253
|
ServiceInputTypes,
|
|
@@ -280,7 +256,6 @@ export declare class RolesAnywhereClient extends __Client<
|
|
|
280
256
|
> {
|
|
281
257
|
readonly config: RolesAnywhereClientResolvedConfig;
|
|
282
258
|
constructor(configuration: RolesAnywhereClientConfig);
|
|
283
|
-
|
|
284
259
|
destroy(): void;
|
|
285
260
|
}
|
|
286
261
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface CreateProfileCommandInput extends CreateProfileRequest {}
|
|
|
18
18
|
export interface CreateProfileCommandOutput
|
|
19
19
|
extends ProfileDetailResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateProfileCommand extends $Command<
|
|
23
22
|
CreateProfileCommandInput,
|
|
24
23
|
CreateProfileCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateProfileCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateProfileCommandInput;
|
|
28
27
|
constructor(input: CreateProfileCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateTrustAnchorCommandInput
|
|
|
19
19
|
export interface CreateTrustAnchorCommandOutput
|
|
20
20
|
extends TrustAnchorDetailResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateTrustAnchorCommand extends $Command<
|
|
24
23
|
CreateTrustAnchorCommandInput,
|
|
25
24
|
CreateTrustAnchorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateTrustAnchorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateTrustAnchorCommandInput;
|
|
29
28
|
constructor(input: CreateTrustAnchorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteCrlCommandInput extends ScalarCrlRequest {}
|
|
|
15
15
|
export interface DeleteCrlCommandOutput
|
|
16
16
|
extends CrlDetailResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteCrlCommand extends $Command<
|
|
20
19
|
DeleteCrlCommandInput,
|
|
21
20
|
DeleteCrlCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteCrlCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteCrlCommandInput;
|
|
25
24
|
constructor(input: DeleteCrlCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteProfileCommandInput extends ScalarProfileRequest {}
|
|
|
18
18
|
export interface DeleteProfileCommandOutput
|
|
19
19
|
extends ProfileDetailResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteProfileCommand extends $Command<
|
|
23
22
|
DeleteProfileCommandInput,
|
|
24
23
|
DeleteProfileCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteProfileCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteProfileCommandInput;
|
|
28
27
|
constructor(input: DeleteProfileCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteTrustAnchorCommandInput
|
|
|
19
19
|
export interface DeleteTrustAnchorCommandOutput
|
|
20
20
|
extends TrustAnchorDetailResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteTrustAnchorCommand extends $Command<
|
|
24
23
|
DeleteTrustAnchorCommandInput,
|
|
25
24
|
DeleteTrustAnchorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteTrustAnchorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteTrustAnchorCommandInput;
|
|
29
28
|
constructor(input: DeleteTrustAnchorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DisableCrlCommandInput extends ScalarCrlRequest {}
|
|
|
15
15
|
export interface DisableCrlCommandOutput
|
|
16
16
|
extends CrlDetailResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DisableCrlCommand extends $Command<
|
|
20
19
|
DisableCrlCommandInput,
|
|
21
20
|
DisableCrlCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DisableCrlCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DisableCrlCommandInput;
|
|
25
24
|
constructor(input: DisableCrlCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DisableProfileCommandInput extends ScalarProfileRequest {}
|
|
|
18
18
|
export interface DisableProfileCommandOutput
|
|
19
19
|
extends ProfileDetailResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DisableProfileCommand extends $Command<
|
|
23
22
|
DisableProfileCommandInput,
|
|
24
23
|
DisableProfileCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DisableProfileCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DisableProfileCommandInput;
|
|
28
27
|
constructor(input: DisableProfileCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisableTrustAnchorCommandInput
|
|
|
19
19
|
export interface DisableTrustAnchorCommandOutput
|
|
20
20
|
extends TrustAnchorDetailResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisableTrustAnchorCommand extends $Command<
|
|
24
23
|
DisableTrustAnchorCommandInput,
|
|
25
24
|
DisableTrustAnchorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisableTrustAnchorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisableTrustAnchorCommandInput;
|
|
29
28
|
constructor(input: DisableTrustAnchorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface EnableCrlCommandInput extends ScalarCrlRequest {}
|
|
|
15
15
|
export interface EnableCrlCommandOutput
|
|
16
16
|
extends CrlDetailResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class EnableCrlCommand extends $Command<
|
|
20
19
|
EnableCrlCommandInput,
|
|
21
20
|
EnableCrlCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class EnableCrlCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: EnableCrlCommandInput;
|
|
25
24
|
constructor(input: EnableCrlCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface EnableProfileCommandInput extends ScalarProfileRequest {}
|
|
|
18
18
|
export interface EnableProfileCommandOutput
|
|
19
19
|
extends ProfileDetailResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class EnableProfileCommand extends $Command<
|
|
23
22
|
EnableProfileCommandInput,
|
|
24
23
|
EnableProfileCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class EnableProfileCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: EnableProfileCommandInput;
|
|
28
27
|
constructor(input: EnableProfileCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface EnableTrustAnchorCommandInput
|
|
|
19
19
|
export interface EnableTrustAnchorCommandOutput
|
|
20
20
|
extends TrustAnchorDetailResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class EnableTrustAnchorCommand extends $Command<
|
|
24
23
|
EnableTrustAnchorCommandInput,
|
|
25
24
|
EnableTrustAnchorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class EnableTrustAnchorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: EnableTrustAnchorCommandInput;
|
|
29
28
|
constructor(input: EnableTrustAnchorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetCrlCommandInput extends ScalarCrlRequest {}
|
|
|
15
15
|
export interface GetCrlCommandOutput
|
|
16
16
|
extends CrlDetailResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetCrlCommand extends $Command<
|
|
20
19
|
GetCrlCommandInput,
|
|
21
20
|
GetCrlCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetCrlCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetCrlCommandInput;
|
|
25
24
|
constructor(input: GetCrlCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetProfileCommandInput extends ScalarProfileRequest {}
|
|
|
18
18
|
export interface GetProfileCommandOutput
|
|
19
19
|
extends ProfileDetailResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetProfileCommand extends $Command<
|
|
23
22
|
GetProfileCommandInput,
|
|
24
23
|
GetProfileCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetProfileCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetProfileCommandInput;
|
|
28
27
|
constructor(input: GetProfileCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetSubjectCommandInput extends ScalarSubjectRequest {}
|
|
|
18
18
|
export interface GetSubjectCommandOutput
|
|
19
19
|
extends SubjectDetailResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetSubjectCommand extends $Command<
|
|
23
22
|
GetSubjectCommandInput,
|
|
24
23
|
GetSubjectCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetSubjectCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetSubjectCommandInput;
|
|
28
27
|
constructor(input: GetSubjectCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetTrustAnchorCommandInput extends ScalarTrustAnchorRequest {}
|
|
|
18
18
|
export interface GetTrustAnchorCommandOutput
|
|
19
19
|
extends TrustAnchorDetailResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetTrustAnchorCommand extends $Command<
|
|
23
22
|
GetTrustAnchorCommandInput,
|
|
24
23
|
GetTrustAnchorCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetTrustAnchorCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetTrustAnchorCommandInput;
|
|
28
27
|
constructor(input: GetTrustAnchorCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ImportCrlCommandInput extends ImportCrlRequest {}
|
|
|
15
15
|
export interface ImportCrlCommandOutput
|
|
16
16
|
extends CrlDetailResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ImportCrlCommand extends $Command<
|
|
20
19
|
ImportCrlCommandInput,
|
|
21
20
|
ImportCrlCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ImportCrlCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ImportCrlCommandInput;
|
|
25
24
|
constructor(input: ImportCrlCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListCrlsCommandInput extends ListRequest {}
|
|
|
15
15
|
export interface ListCrlsCommandOutput
|
|
16
16
|
extends ListCrlsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListCrlsCommand extends $Command<
|
|
20
19
|
ListCrlsCommandInput,
|
|
21
20
|
ListCrlsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListCrlsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListCrlsCommandInput;
|
|
25
24
|
constructor(input: ListCrlsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListProfilesCommandInput extends ListRequest {}
|
|
|
15
15
|
export interface ListProfilesCommandOutput
|
|
16
16
|
extends ListProfilesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListProfilesCommand extends $Command<
|
|
20
19
|
ListProfilesCommandInput,
|
|
21
20
|
ListProfilesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListProfilesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListProfilesCommandInput;
|
|
25
24
|
constructor(input: ListProfilesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListSubjectsCommandInput extends ListRequest {}
|
|
|
15
15
|
export interface ListSubjectsCommandOutput
|
|
16
16
|
extends ListSubjectsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListSubjectsCommand extends $Command<
|
|
20
19
|
ListSubjectsCommandInput,
|
|
21
20
|
ListSubjectsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListSubjectsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListSubjectsCommandInput;
|
|
25
24
|
constructor(input: ListSubjectsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RolesAnywhereClientResolvedConfig,
|