@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
|
@@ -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<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -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<
|
|
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
|
|
|
51
50
|
| undefined;
|
|
52
51
|
signer?:
|
|
53
52
|
| import("@aws-sdk/types").RequestSigner
|
|
54
|
-
|
|
|
53
|
+
| ((
|
|
54
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
55
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
55
56
|
| undefined;
|
|
56
57
|
signingEscapePath?: boolean | undefined;
|
|
57
58
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { RolesAnywhereClientConfig } from "./RolesAnywhereClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
|
|
4
3
|
runtime: string;
|
|
5
4
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: RolesAnywhereClientConfig) => {
|
|
|
52
51
|
| undefined;
|
|
53
52
|
signer?:
|
|
54
53
|
| import("@aws-sdk/types").RequestSigner
|
|
55
|
-
|
|
|
54
|
+
| ((
|
|
55
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
56
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
56
57
|
| undefined;
|
|
57
58
|
signingEscapePath?: boolean | undefined;
|
|
58
59
|
systemClockOffset?: number | undefined;
|
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.178.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.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.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.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.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"
|