@aws-sdk/client-rolesanywhere 3.170.0 → 3.171.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 +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 +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-rolesanywhere
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-rolesanywhere
|
|
@@ -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,
|
|
@@ -15,7 +15,6 @@ export interface ListTrustAnchorsCommandInput extends ListRequest {}
|
|
|
15
15
|
export interface ListTrustAnchorsCommandOutput
|
|
16
16
|
extends ListTrustAnchorsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTrustAnchorsCommand extends $Command<
|
|
20
19
|
ListTrustAnchorsCommandInput,
|
|
21
20
|
ListTrustAnchorsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTrustAnchorsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTrustAnchorsCommandInput;
|
|
25
24
|
constructor(input: ListTrustAnchorsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateCrlCommandInput extends UpdateCrlRequest {}
|
|
|
15
15
|
export interface UpdateCrlCommandOutput
|
|
16
16
|
extends CrlDetailResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateCrlCommand extends $Command<
|
|
20
19
|
UpdateCrlCommandInput,
|
|
21
20
|
UpdateCrlCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateCrlCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateCrlCommandInput;
|
|
25
24
|
constructor(input: UpdateCrlCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateProfileCommandInput extends UpdateProfileRequest {}
|
|
|
18
18
|
export interface UpdateProfileCommandOutput
|
|
19
19
|
extends ProfileDetailResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateProfileCommand extends $Command<
|
|
23
22
|
UpdateProfileCommandInput,
|
|
24
23
|
UpdateProfileCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateProfileCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateProfileCommandInput;
|
|
28
27
|
constructor(input: UpdateProfileCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateTrustAnchorCommandInput
|
|
|
19
19
|
export interface UpdateTrustAnchorCommandOutput
|
|
20
20
|
extends TrustAnchorDetailResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateTrustAnchorCommand extends $Command<
|
|
24
23
|
UpdateTrustAnchorCommandInput,
|
|
25
24
|
UpdateTrustAnchorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateTrustAnchorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateTrustAnchorCommandInput;
|
|
29
28
|
constructor(input: UpdateTrustAnchorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: RolesAnywhereClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class RolesAnywhereServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,76 +1,50 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { RolesAnywhereServiceException as __BaseException } from "./RolesAnywhereServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
|
-
|
|
8
6
|
constructor(
|
|
9
7
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
8
|
);
|
|
11
9
|
}
|
|
12
|
-
|
|
13
10
|
export interface Tag {
|
|
14
11
|
key: string | undefined;
|
|
15
|
-
|
|
16
12
|
value: string | undefined;
|
|
17
13
|
}
|
|
18
14
|
export interface CreateProfileRequest {
|
|
19
15
|
name: string | undefined;
|
|
20
|
-
|
|
21
16
|
requireInstanceProperties?: boolean;
|
|
22
|
-
|
|
23
17
|
sessionPolicy?: string;
|
|
24
|
-
|
|
25
18
|
roleArns: string[] | undefined;
|
|
26
|
-
|
|
27
19
|
managedPolicyArns?: string[];
|
|
28
|
-
|
|
29
20
|
durationSeconds?: number;
|
|
30
|
-
|
|
31
21
|
enabled?: boolean;
|
|
32
|
-
|
|
33
22
|
tags?: Tag[];
|
|
34
23
|
}
|
|
35
|
-
|
|
36
24
|
export interface ProfileDetail {
|
|
37
25
|
profileId?: string;
|
|
38
|
-
|
|
39
26
|
profileArn?: string;
|
|
40
|
-
|
|
41
27
|
name?: string;
|
|
42
|
-
|
|
43
28
|
requireInstanceProperties?: boolean;
|
|
44
|
-
|
|
45
29
|
enabled?: boolean;
|
|
46
|
-
|
|
47
30
|
createdBy?: string;
|
|
48
|
-
|
|
49
31
|
sessionPolicy?: string;
|
|
50
|
-
|
|
51
32
|
roleArns?: string[];
|
|
52
|
-
|
|
53
33
|
managedPolicyArns?: string[];
|
|
54
|
-
|
|
55
34
|
createdAt?: Date;
|
|
56
|
-
|
|
57
35
|
updatedAt?: Date;
|
|
58
|
-
|
|
59
36
|
durationSeconds?: number;
|
|
60
37
|
}
|
|
61
38
|
export interface ProfileDetailResponse {
|
|
62
39
|
profile?: ProfileDetail;
|
|
63
40
|
}
|
|
64
|
-
|
|
65
41
|
export declare class ValidationException extends __BaseException {
|
|
66
42
|
readonly name: "ValidationException";
|
|
67
43
|
readonly $fault: "client";
|
|
68
|
-
|
|
69
44
|
constructor(
|
|
70
45
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
71
46
|
);
|
|
72
47
|
}
|
|
73
|
-
|
|
74
48
|
export declare type SourceData =
|
|
75
49
|
| SourceData.AcmPcaArnMember
|
|
76
50
|
| SourceData.X509CertificateDataMember
|
|
@@ -81,7 +55,6 @@ export declare namespace SourceData {
|
|
|
81
55
|
acmPcaArn?: never;
|
|
82
56
|
$unknown?: never;
|
|
83
57
|
}
|
|
84
|
-
|
|
85
58
|
interface AcmPcaArnMember {
|
|
86
59
|
x509CertificateData?: never;
|
|
87
60
|
acmPcaArn: string;
|
|
@@ -104,80 +77,52 @@ export declare enum TrustAnchorType {
|
|
|
104
77
|
CERTIFICATE_BUNDLE = "CERTIFICATE_BUNDLE",
|
|
105
78
|
SELF_SIGNED_REPOSITORY = "SELF_SIGNED_REPOSITORY",
|
|
106
79
|
}
|
|
107
|
-
|
|
108
80
|
export interface Source {
|
|
109
81
|
sourceType?: TrustAnchorType | string;
|
|
110
|
-
|
|
111
82
|
sourceData?: SourceData;
|
|
112
83
|
}
|
|
113
84
|
export interface CreateTrustAnchorRequest {
|
|
114
85
|
name: string | undefined;
|
|
115
|
-
|
|
116
86
|
source: Source | undefined;
|
|
117
|
-
|
|
118
87
|
enabled?: boolean;
|
|
119
|
-
|
|
120
88
|
tags?: Tag[];
|
|
121
89
|
}
|
|
122
|
-
|
|
123
90
|
export interface TrustAnchorDetail {
|
|
124
91
|
trustAnchorId?: string;
|
|
125
|
-
|
|
126
92
|
trustAnchorArn?: string;
|
|
127
|
-
|
|
128
93
|
name?: string;
|
|
129
|
-
|
|
130
94
|
source?: Source;
|
|
131
|
-
|
|
132
95
|
enabled?: boolean;
|
|
133
|
-
|
|
134
96
|
createdAt?: Date;
|
|
135
|
-
|
|
136
97
|
updatedAt?: Date;
|
|
137
98
|
}
|
|
138
99
|
export interface TrustAnchorDetailResponse {
|
|
139
100
|
trustAnchor: TrustAnchorDetail | undefined;
|
|
140
101
|
}
|
|
141
|
-
|
|
142
102
|
export interface CredentialSummary {
|
|
143
103
|
seenAt?: Date;
|
|
144
|
-
|
|
145
104
|
serialNumber?: string;
|
|
146
|
-
|
|
147
105
|
issuer?: string;
|
|
148
|
-
|
|
149
106
|
enabled?: boolean;
|
|
150
|
-
|
|
151
107
|
x509CertificateData?: string;
|
|
152
|
-
|
|
153
108
|
failed?: boolean;
|
|
154
109
|
}
|
|
155
|
-
|
|
156
110
|
export interface CrlDetail {
|
|
157
111
|
crlId?: string;
|
|
158
|
-
|
|
159
112
|
crlArn?: string;
|
|
160
|
-
|
|
161
113
|
name?: string;
|
|
162
|
-
|
|
163
114
|
enabled?: boolean;
|
|
164
|
-
|
|
165
115
|
crlData?: Uint8Array;
|
|
166
|
-
|
|
167
116
|
trustAnchorArn?: string;
|
|
168
|
-
|
|
169
117
|
createdAt?: Date;
|
|
170
|
-
|
|
171
118
|
updatedAt?: Date;
|
|
172
119
|
}
|
|
173
120
|
export interface CrlDetailResponse {
|
|
174
121
|
crl: CrlDetail | undefined;
|
|
175
122
|
}
|
|
176
|
-
|
|
177
123
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
178
124
|
readonly name: "ResourceNotFoundException";
|
|
179
125
|
readonly $fault: "client";
|
|
180
|
-
|
|
181
126
|
constructor(
|
|
182
127
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
183
128
|
);
|
|
@@ -187,30 +132,22 @@ export interface ScalarCrlRequest {
|
|
|
187
132
|
}
|
|
188
133
|
export interface ImportCrlRequest {
|
|
189
134
|
name: string | undefined;
|
|
190
|
-
|
|
191
135
|
crlData: Uint8Array | undefined;
|
|
192
|
-
|
|
193
136
|
enabled?: boolean;
|
|
194
|
-
|
|
195
137
|
tags?: Tag[];
|
|
196
|
-
|
|
197
138
|
trustAnchorArn: string | undefined;
|
|
198
139
|
}
|
|
199
140
|
export interface ListCrlsResponse {
|
|
200
141
|
nextToken?: string;
|
|
201
|
-
|
|
202
142
|
crls?: CrlDetail[];
|
|
203
143
|
}
|
|
204
144
|
export interface ListRequest {
|
|
205
145
|
nextToken?: string;
|
|
206
|
-
|
|
207
146
|
pageSize?: number;
|
|
208
147
|
}
|
|
209
148
|
export interface UpdateCrlRequest {
|
|
210
149
|
crlId: string | undefined;
|
|
211
|
-
|
|
212
150
|
name?: string;
|
|
213
|
-
|
|
214
151
|
crlData?: Uint8Array;
|
|
215
152
|
}
|
|
216
153
|
export interface ScalarProfileRequest {
|
|
@@ -222,32 +159,20 @@ export interface ScalarTrustAnchorRequest {
|
|
|
222
159
|
export interface ScalarSubjectRequest {
|
|
223
160
|
subjectId: string | undefined;
|
|
224
161
|
}
|
|
225
|
-
|
|
226
162
|
export interface InstanceProperty {
|
|
227
163
|
seenAt?: Date;
|
|
228
|
-
|
|
229
164
|
properties?: Record<string, string>;
|
|
230
|
-
|
|
231
165
|
failed?: boolean;
|
|
232
166
|
}
|
|
233
|
-
|
|
234
167
|
export interface SubjectDetail {
|
|
235
168
|
subjectArn?: string;
|
|
236
|
-
|
|
237
169
|
subjectId?: string;
|
|
238
|
-
|
|
239
170
|
enabled?: boolean;
|
|
240
|
-
|
|
241
171
|
x509Subject?: string;
|
|
242
|
-
|
|
243
172
|
lastSeenAt?: Date;
|
|
244
|
-
|
|
245
173
|
createdAt?: Date;
|
|
246
|
-
|
|
247
174
|
updatedAt?: Date;
|
|
248
|
-
|
|
249
175
|
credentials?: CredentialSummary[];
|
|
250
|
-
|
|
251
176
|
instanceProperties?: InstanceProperty[];
|
|
252
177
|
}
|
|
253
178
|
export interface SubjectDetailResponse {
|
|
@@ -255,28 +180,19 @@ export interface SubjectDetailResponse {
|
|
|
255
180
|
}
|
|
256
181
|
export interface ListProfilesResponse {
|
|
257
182
|
nextToken?: string;
|
|
258
|
-
|
|
259
183
|
profiles?: ProfileDetail[];
|
|
260
184
|
}
|
|
261
|
-
|
|
262
185
|
export interface SubjectSummary {
|
|
263
186
|
subjectArn?: string;
|
|
264
|
-
|
|
265
187
|
subjectId?: string;
|
|
266
|
-
|
|
267
188
|
enabled?: boolean;
|
|
268
|
-
|
|
269
189
|
x509Subject?: string;
|
|
270
|
-
|
|
271
190
|
lastSeenAt?: Date;
|
|
272
|
-
|
|
273
191
|
createdAt?: Date;
|
|
274
|
-
|
|
275
192
|
updatedAt?: Date;
|
|
276
193
|
}
|
|
277
194
|
export interface ListSubjectsResponse {
|
|
278
195
|
subjects?: SubjectSummary[];
|
|
279
|
-
|
|
280
196
|
nextToken?: string;
|
|
281
197
|
}
|
|
282
198
|
export interface ListTagsForResourceRequest {
|
|
@@ -287,177 +203,130 @@ export interface ListTagsForResourceResponse {
|
|
|
287
203
|
}
|
|
288
204
|
export interface ListTrustAnchorsResponse {
|
|
289
205
|
nextToken?: string;
|
|
290
|
-
|
|
291
206
|
trustAnchors?: TrustAnchorDetail[];
|
|
292
207
|
}
|
|
293
208
|
export interface UpdateProfileRequest {
|
|
294
209
|
profileId: string | undefined;
|
|
295
|
-
|
|
296
210
|
name?: string;
|
|
297
|
-
|
|
298
211
|
sessionPolicy?: string;
|
|
299
|
-
|
|
300
212
|
roleArns?: string[];
|
|
301
|
-
|
|
302
213
|
managedPolicyArns?: string[];
|
|
303
|
-
|
|
304
214
|
durationSeconds?: number;
|
|
305
215
|
}
|
|
306
216
|
export interface TagResourceRequest {
|
|
307
217
|
resourceArn: string | undefined;
|
|
308
|
-
|
|
309
218
|
tags: Tag[] | undefined;
|
|
310
219
|
}
|
|
311
220
|
export interface TagResourceResponse {}
|
|
312
|
-
|
|
313
221
|
export declare class TooManyTagsException extends __BaseException {
|
|
314
222
|
readonly name: "TooManyTagsException";
|
|
315
223
|
readonly $fault: "client";
|
|
316
|
-
|
|
317
224
|
constructor(
|
|
318
225
|
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
319
226
|
);
|
|
320
227
|
}
|
|
321
228
|
export interface UpdateTrustAnchorRequest {
|
|
322
229
|
trustAnchorId: string | undefined;
|
|
323
|
-
|
|
324
230
|
name?: string;
|
|
325
|
-
|
|
326
231
|
source?: Source;
|
|
327
232
|
}
|
|
328
233
|
export interface UntagResourceRequest {
|
|
329
234
|
resourceArn: string | undefined;
|
|
330
|
-
|
|
331
235
|
tagKeys: string[] | undefined;
|
|
332
236
|
}
|
|
333
237
|
export interface UntagResourceResponse {}
|
|
334
|
-
|
|
335
238
|
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
336
|
-
|
|
337
239
|
export declare const CreateProfileRequestFilterSensitiveLog: (
|
|
338
240
|
obj: CreateProfileRequest
|
|
339
241
|
) => any;
|
|
340
|
-
|
|
341
242
|
export declare const ProfileDetailFilterSensitiveLog: (
|
|
342
243
|
obj: ProfileDetail
|
|
343
244
|
) => any;
|
|
344
|
-
|
|
345
245
|
export declare const ProfileDetailResponseFilterSensitiveLog: (
|
|
346
246
|
obj: ProfileDetailResponse
|
|
347
247
|
) => any;
|
|
348
|
-
|
|
349
248
|
export declare const SourceDataFilterSensitiveLog: (obj: SourceData) => any;
|
|
350
|
-
|
|
351
249
|
export declare const SourceFilterSensitiveLog: (obj: Source) => any;
|
|
352
|
-
|
|
353
250
|
export declare const CreateTrustAnchorRequestFilterSensitiveLog: (
|
|
354
251
|
obj: CreateTrustAnchorRequest
|
|
355
252
|
) => any;
|
|
356
|
-
|
|
357
253
|
export declare const TrustAnchorDetailFilterSensitiveLog: (
|
|
358
254
|
obj: TrustAnchorDetail
|
|
359
255
|
) => any;
|
|
360
|
-
|
|
361
256
|
export declare const TrustAnchorDetailResponseFilterSensitiveLog: (
|
|
362
257
|
obj: TrustAnchorDetailResponse
|
|
363
258
|
) => any;
|
|
364
|
-
|
|
365
259
|
export declare const CredentialSummaryFilterSensitiveLog: (
|
|
366
260
|
obj: CredentialSummary
|
|
367
261
|
) => any;
|
|
368
|
-
|
|
369
262
|
export declare const CrlDetailFilterSensitiveLog: (obj: CrlDetail) => any;
|
|
370
|
-
|
|
371
263
|
export declare const CrlDetailResponseFilterSensitiveLog: (
|
|
372
264
|
obj: CrlDetailResponse
|
|
373
265
|
) => any;
|
|
374
|
-
|
|
375
266
|
export declare const ScalarCrlRequestFilterSensitiveLog: (
|
|
376
267
|
obj: ScalarCrlRequest
|
|
377
268
|
) => any;
|
|
378
|
-
|
|
379
269
|
export declare const ImportCrlRequestFilterSensitiveLog: (
|
|
380
270
|
obj: ImportCrlRequest
|
|
381
271
|
) => any;
|
|
382
|
-
|
|
383
272
|
export declare const ListCrlsResponseFilterSensitiveLog: (
|
|
384
273
|
obj: ListCrlsResponse
|
|
385
274
|
) => any;
|
|
386
|
-
|
|
387
275
|
export declare const ListRequestFilterSensitiveLog: (obj: ListRequest) => any;
|
|
388
|
-
|
|
389
276
|
export declare const UpdateCrlRequestFilterSensitiveLog: (
|
|
390
277
|
obj: UpdateCrlRequest
|
|
391
278
|
) => any;
|
|
392
|
-
|
|
393
279
|
export declare const ScalarProfileRequestFilterSensitiveLog: (
|
|
394
280
|
obj: ScalarProfileRequest
|
|
395
281
|
) => any;
|
|
396
|
-
|
|
397
282
|
export declare const ScalarTrustAnchorRequestFilterSensitiveLog: (
|
|
398
283
|
obj: ScalarTrustAnchorRequest
|
|
399
284
|
) => any;
|
|
400
|
-
|
|
401
285
|
export declare const ScalarSubjectRequestFilterSensitiveLog: (
|
|
402
286
|
obj: ScalarSubjectRequest
|
|
403
287
|
) => any;
|
|
404
|
-
|
|
405
288
|
export declare const InstancePropertyFilterSensitiveLog: (
|
|
406
289
|
obj: InstanceProperty
|
|
407
290
|
) => any;
|
|
408
|
-
|
|
409
291
|
export declare const SubjectDetailFilterSensitiveLog: (
|
|
410
292
|
obj: SubjectDetail
|
|
411
293
|
) => any;
|
|
412
|
-
|
|
413
294
|
export declare const SubjectDetailResponseFilterSensitiveLog: (
|
|
414
295
|
obj: SubjectDetailResponse
|
|
415
296
|
) => any;
|
|
416
|
-
|
|
417
297
|
export declare const ListProfilesResponseFilterSensitiveLog: (
|
|
418
298
|
obj: ListProfilesResponse
|
|
419
299
|
) => any;
|
|
420
|
-
|
|
421
300
|
export declare const SubjectSummaryFilterSensitiveLog: (
|
|
422
301
|
obj: SubjectSummary
|
|
423
302
|
) => any;
|
|
424
|
-
|
|
425
303
|
export declare const ListSubjectsResponseFilterSensitiveLog: (
|
|
426
304
|
obj: ListSubjectsResponse
|
|
427
305
|
) => any;
|
|
428
|
-
|
|
429
306
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
430
307
|
obj: ListTagsForResourceRequest
|
|
431
308
|
) => any;
|
|
432
|
-
|
|
433
309
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
434
310
|
obj: ListTagsForResourceResponse
|
|
435
311
|
) => any;
|
|
436
|
-
|
|
437
312
|
export declare const ListTrustAnchorsResponseFilterSensitiveLog: (
|
|
438
313
|
obj: ListTrustAnchorsResponse
|
|
439
314
|
) => any;
|
|
440
|
-
|
|
441
315
|
export declare const UpdateProfileRequestFilterSensitiveLog: (
|
|
442
316
|
obj: UpdateProfileRequest
|
|
443
317
|
) => any;
|
|
444
|
-
|
|
445
318
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
446
319
|
obj: TagResourceRequest
|
|
447
320
|
) => any;
|
|
448
|
-
|
|
449
321
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
450
322
|
obj: TagResourceResponse
|
|
451
323
|
) => any;
|
|
452
|
-
|
|
453
324
|
export declare const UpdateTrustAnchorRequestFilterSensitiveLog: (
|
|
454
325
|
obj: UpdateTrustAnchorRequest
|
|
455
326
|
) => any;
|
|
456
|
-
|
|
457
327
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
458
328
|
obj: UntagResourceRequest
|
|
459
329
|
) => any;
|
|
460
|
-
|
|
461
330
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
462
331
|
obj: UntagResourceResponse
|
|
463
332
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { RolesAnywhereClientConfig } from "./RolesAnywhereClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { RolesAnywhereClientConfig } from "./RolesAnywhereClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rolesanywhere",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rolesanywhere Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.171.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|