@aws-sdk/client-rolesanywhere 3.533.0 → 3.540.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/RolesAnywhere.d.ts +5 -1
- package/dist-types/RolesAnywhereClient.d.ts +1 -1
- package/dist-types/commands/CreateProfileCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrustAnchorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCrlCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +2 -1
- package/dist-types/commands/DisableCrlCommand.d.ts +2 -1
- package/dist-types/commands/DisableProfileCommand.d.ts +2 -1
- package/dist-types/commands/DisableTrustAnchorCommand.d.ts +2 -1
- package/dist-types/commands/EnableCrlCommand.d.ts +2 -1
- package/dist-types/commands/EnableProfileCommand.d.ts +2 -1
- package/dist-types/commands/EnableTrustAnchorCommand.d.ts +2 -1
- package/dist-types/commands/GetCrlCommand.d.ts +2 -1
- package/dist-types/commands/GetProfileCommand.d.ts +2 -1
- package/dist-types/commands/GetSubjectCommand.d.ts +2 -1
- package/dist-types/commands/GetTrustAnchorCommand.d.ts +2 -1
- package/dist-types/commands/ImportCrlCommand.d.ts +4 -2
- package/dist-types/commands/ListCrlsCommand.d.ts +2 -1
- package/dist-types/commands/ListProfilesCommand.d.ts +2 -1
- package/dist-types/commands/ListSubjectsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTrustAnchorsCommand.d.ts +2 -1
- package/dist-types/commands/PutNotificationSettingsCommand.d.ts +2 -1
- package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCrlCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProfileCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +153 -147
- package/dist-types/ts3.4/RolesAnywhere.d.ts +4 -0
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { RolesAnywhereServiceException as __BaseException } from "./RolesAnywhereServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
@@ -13,18 +13,18 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
13
13
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
|
-
* @public
|
|
17
16
|
* <p>A label that consists of a key and value you define. </p>
|
|
17
|
+
* @public
|
|
18
18
|
*/
|
|
19
19
|
export interface Tag {
|
|
20
20
|
/**
|
|
21
|
-
* @public
|
|
22
21
|
* <p>The tag key.</p>
|
|
22
|
+
* @public
|
|
23
23
|
*/
|
|
24
24
|
key: string | undefined;
|
|
25
25
|
/**
|
|
26
|
-
* @public
|
|
27
26
|
* <p>The tag value.</p>
|
|
27
|
+
* @public
|
|
28
28
|
*/
|
|
29
29
|
value: string | undefined;
|
|
30
30
|
}
|
|
@@ -33,109 +33,113 @@ export interface Tag {
|
|
|
33
33
|
*/
|
|
34
34
|
export interface CreateProfileRequest {
|
|
35
35
|
/**
|
|
36
|
-
* @public
|
|
37
36
|
* <p>The name of the profile.</p>
|
|
37
|
+
* @public
|
|
38
38
|
*/
|
|
39
39
|
name: string | undefined;
|
|
40
40
|
/**
|
|
41
|
-
* @public
|
|
42
41
|
* <p>Specifies whether instance properties are required in temporary credential requests with this profile. </p>
|
|
42
|
+
* @public
|
|
43
43
|
*/
|
|
44
44
|
requireInstanceProperties?: boolean;
|
|
45
45
|
/**
|
|
46
|
-
* @public
|
|
47
46
|
* <p>A session policy that applies to the trust boundary of the vended session credentials. </p>
|
|
47
|
+
* @public
|
|
48
48
|
*/
|
|
49
49
|
sessionPolicy?: string;
|
|
50
50
|
/**
|
|
51
|
-
* @public
|
|
52
51
|
* <p>A list of IAM roles that this profile can assume in a temporary credential request.</p>
|
|
52
|
+
* @public
|
|
53
53
|
*/
|
|
54
54
|
roleArns: string[] | undefined;
|
|
55
55
|
/**
|
|
56
|
-
* @public
|
|
57
56
|
* <p>A list of managed policy ARNs that apply to the vended session credentials. </p>
|
|
57
|
+
* @public
|
|
58
58
|
*/
|
|
59
59
|
managedPolicyArns?: string[];
|
|
60
60
|
/**
|
|
61
|
+
* <p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the
|
|
62
|
+
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
|
|
63
|
+
* page for more details. </p>
|
|
61
64
|
* @public
|
|
62
|
-
* <p> The number of seconds the vended session credentials are valid for. </p>
|
|
63
65
|
*/
|
|
64
66
|
durationSeconds?: number;
|
|
65
67
|
/**
|
|
66
|
-
* @public
|
|
67
68
|
* <p>Specifies whether the profile is enabled.</p>
|
|
69
|
+
* @public
|
|
68
70
|
*/
|
|
69
71
|
enabled?: boolean;
|
|
70
72
|
/**
|
|
71
|
-
* @public
|
|
72
73
|
* <p>The tags to attach to the profile.</p>
|
|
74
|
+
* @public
|
|
73
75
|
*/
|
|
74
76
|
tags?: Tag[];
|
|
75
77
|
}
|
|
76
78
|
/**
|
|
77
|
-
* @public
|
|
78
79
|
* <p>The state of the profile after a read or write operation.</p>
|
|
80
|
+
* @public
|
|
79
81
|
*/
|
|
80
82
|
export interface ProfileDetail {
|
|
81
83
|
/**
|
|
82
|
-
* @public
|
|
83
84
|
* <p>The unique identifier of the profile.</p>
|
|
85
|
+
* @public
|
|
84
86
|
*/
|
|
85
87
|
profileId?: string;
|
|
86
88
|
/**
|
|
87
|
-
* @public
|
|
88
89
|
* <p>The ARN of the profile.</p>
|
|
90
|
+
* @public
|
|
89
91
|
*/
|
|
90
92
|
profileArn?: string;
|
|
91
93
|
/**
|
|
92
|
-
* @public
|
|
93
94
|
* <p>The name of the profile.</p>
|
|
95
|
+
* @public
|
|
94
96
|
*/
|
|
95
97
|
name?: string;
|
|
96
98
|
/**
|
|
97
|
-
* @public
|
|
98
99
|
* <p>Specifies whether instance properties are required in temporary credential requests with this profile. </p>
|
|
100
|
+
* @public
|
|
99
101
|
*/
|
|
100
102
|
requireInstanceProperties?: boolean;
|
|
101
103
|
/**
|
|
102
|
-
* @public
|
|
103
104
|
* <p>Indicates whether the profile is enabled.</p>
|
|
105
|
+
* @public
|
|
104
106
|
*/
|
|
105
107
|
enabled?: boolean;
|
|
106
108
|
/**
|
|
107
|
-
* @public
|
|
108
109
|
* <p>The Amazon Web Services account that created the profile.</p>
|
|
110
|
+
* @public
|
|
109
111
|
*/
|
|
110
112
|
createdBy?: string;
|
|
111
113
|
/**
|
|
112
|
-
* @public
|
|
113
114
|
* <p>A session policy that applies to the trust boundary of the vended session credentials. </p>
|
|
115
|
+
* @public
|
|
114
116
|
*/
|
|
115
117
|
sessionPolicy?: string;
|
|
116
118
|
/**
|
|
117
|
-
* @public
|
|
118
119
|
* <p>A list of IAM roles that this profile can assume in a temporary credential request.</p>
|
|
120
|
+
* @public
|
|
119
121
|
*/
|
|
120
122
|
roleArns?: string[];
|
|
121
123
|
/**
|
|
122
|
-
* @public
|
|
123
124
|
* <p>A list of managed policy ARNs that apply to the vended session credentials. </p>
|
|
125
|
+
* @public
|
|
124
126
|
*/
|
|
125
127
|
managedPolicyArns?: string[];
|
|
126
128
|
/**
|
|
127
|
-
* @public
|
|
128
129
|
* <p>The ISO-8601 timestamp when the profile was created. </p>
|
|
130
|
+
* @public
|
|
129
131
|
*/
|
|
130
132
|
createdAt?: Date;
|
|
131
133
|
/**
|
|
132
|
-
* @public
|
|
133
134
|
* <p>The ISO-8601 timestamp when the profile was last updated. </p>
|
|
135
|
+
* @public
|
|
134
136
|
*/
|
|
135
137
|
updatedAt?: Date;
|
|
136
138
|
/**
|
|
139
|
+
* <p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the
|
|
140
|
+
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
|
|
141
|
+
* page for more details. </p>
|
|
137
142
|
* @public
|
|
138
|
-
* <p> The number of seconds the vended session credentials are valid for. </p>
|
|
139
143
|
*/
|
|
140
144
|
durationSeconds?: number;
|
|
141
145
|
}
|
|
@@ -144,14 +148,14 @@ export interface ProfileDetail {
|
|
|
144
148
|
*/
|
|
145
149
|
export interface ProfileDetailResponse {
|
|
146
150
|
/**
|
|
147
|
-
* @public
|
|
148
151
|
* <p>The state of the profile after a read or write operation.</p>
|
|
152
|
+
* @public
|
|
149
153
|
*/
|
|
150
154
|
profile?: ProfileDetail;
|
|
151
155
|
}
|
|
152
156
|
/**
|
|
153
|
-
* @public
|
|
154
157
|
* <p>Validation exception error.</p>
|
|
158
|
+
* @public
|
|
155
159
|
*/
|
|
156
160
|
export declare class ValidationException extends __BaseException {
|
|
157
161
|
readonly name: "ValidationException";
|
|
@@ -185,41 +189,41 @@ export declare const NotificationEvent: {
|
|
|
185
189
|
*/
|
|
186
190
|
export type NotificationEvent = (typeof NotificationEvent)[keyof typeof NotificationEvent];
|
|
187
191
|
/**
|
|
188
|
-
* @public
|
|
189
192
|
* <p>
|
|
190
193
|
* Customizable notification settings that will be applied to notification events.
|
|
191
194
|
* IAM Roles Anywhere consumes these settings while notifying across multiple channels - CloudWatch metrics, EventBridge, and Health Dashboard.
|
|
192
195
|
* </p>
|
|
196
|
+
* @public
|
|
193
197
|
*/
|
|
194
198
|
export interface NotificationSetting {
|
|
195
199
|
/**
|
|
196
|
-
* @public
|
|
197
200
|
* <p>Indicates whether the notification setting is enabled.</p>
|
|
201
|
+
* @public
|
|
198
202
|
*/
|
|
199
203
|
enabled: boolean | undefined;
|
|
200
204
|
/**
|
|
201
|
-
* @public
|
|
202
205
|
* <p>The event to which this notification setting is applied.</p>
|
|
206
|
+
* @public
|
|
203
207
|
*/
|
|
204
208
|
event: NotificationEvent | undefined;
|
|
205
209
|
/**
|
|
206
|
-
* @public
|
|
207
210
|
* <p>The number of days before a notification event. This value is required for a notification setting that is enabled.</p>
|
|
211
|
+
* @public
|
|
208
212
|
*/
|
|
209
213
|
threshold?: number;
|
|
210
214
|
/**
|
|
211
|
-
* @public
|
|
212
215
|
* <p>The specified channel of notification.
|
|
213
216
|
* IAM Roles Anywhere uses CloudWatch metrics, EventBridge, and Health Dashboard to notify for an event.</p>
|
|
214
217
|
* <note>
|
|
215
218
|
* <p>In the absence of a specific channel, IAM Roles Anywhere applies this setting to 'ALL' channels.</p>
|
|
216
219
|
* </note>
|
|
220
|
+
* @public
|
|
217
221
|
*/
|
|
218
222
|
channel?: NotificationChannel;
|
|
219
223
|
}
|
|
220
224
|
/**
|
|
221
|
-
* @public
|
|
222
225
|
* <p>The data field of the trust anchor depending on its type. </p>
|
|
226
|
+
* @public
|
|
223
227
|
*/
|
|
224
228
|
export type SourceData = SourceData.AcmPcaArnMember | SourceData.X509CertificateDataMember | SourceData.$UnknownMember;
|
|
225
229
|
/**
|
|
@@ -227,8 +231,8 @@ export type SourceData = SourceData.AcmPcaArnMember | SourceData.X509Certificate
|
|
|
227
231
|
*/
|
|
228
232
|
export declare namespace SourceData {
|
|
229
233
|
/**
|
|
230
|
-
* @public
|
|
231
234
|
* <p>The PEM-encoded data for the certificate anchor. Included for trust anchors of type <code>CERTIFICATE_BUNDLE</code>. </p>
|
|
235
|
+
* @public
|
|
232
236
|
*/
|
|
233
237
|
interface X509CertificateDataMember {
|
|
234
238
|
x509CertificateData: string;
|
|
@@ -236,11 +240,11 @@ export declare namespace SourceData {
|
|
|
236
240
|
$unknown?: never;
|
|
237
241
|
}
|
|
238
242
|
/**
|
|
239
|
-
* @public
|
|
240
243
|
* <p>
|
|
241
244
|
* The root certificate of the Private Certificate Authority specified by this ARN is used in trust
|
|
242
245
|
* validation for temporary credential requests. Included for trust anchors of type <code>AWS_ACM_PCA</code>.
|
|
243
246
|
* </p>
|
|
247
|
+
* @public
|
|
244
248
|
*/
|
|
245
249
|
interface AcmPcaArnMember {
|
|
246
250
|
x509CertificateData?: never;
|
|
@@ -276,18 +280,18 @@ export declare const TrustAnchorType: {
|
|
|
276
280
|
*/
|
|
277
281
|
export type TrustAnchorType = (typeof TrustAnchorType)[keyof typeof TrustAnchorType];
|
|
278
282
|
/**
|
|
279
|
-
* @public
|
|
280
283
|
* <p>The trust anchor type and its related certificate data.</p>
|
|
284
|
+
* @public
|
|
281
285
|
*/
|
|
282
286
|
export interface Source {
|
|
283
287
|
/**
|
|
284
|
-
* @public
|
|
285
288
|
* <p>The type of the trust anchor. </p>
|
|
289
|
+
* @public
|
|
286
290
|
*/
|
|
287
291
|
sourceType?: TrustAnchorType;
|
|
288
292
|
/**
|
|
289
|
-
* @public
|
|
290
293
|
* <p>The data field of the trust anchor depending on its type. </p>
|
|
294
|
+
* @public
|
|
291
295
|
*/
|
|
292
296
|
sourceData?: SourceData;
|
|
293
297
|
}
|
|
@@ -296,115 +300,115 @@ export interface Source {
|
|
|
296
300
|
*/
|
|
297
301
|
export interface CreateTrustAnchorRequest {
|
|
298
302
|
/**
|
|
299
|
-
* @public
|
|
300
303
|
* <p>The name of the trust anchor.</p>
|
|
304
|
+
* @public
|
|
301
305
|
*/
|
|
302
306
|
name: string | undefined;
|
|
303
307
|
/**
|
|
304
|
-
* @public
|
|
305
308
|
* <p>The trust anchor type and its related certificate data.</p>
|
|
309
|
+
* @public
|
|
306
310
|
*/
|
|
307
311
|
source: Source | undefined;
|
|
308
312
|
/**
|
|
309
|
-
* @public
|
|
310
313
|
* <p>Specifies whether the trust anchor is enabled.</p>
|
|
314
|
+
* @public
|
|
311
315
|
*/
|
|
312
316
|
enabled?: boolean;
|
|
313
317
|
/**
|
|
314
|
-
* @public
|
|
315
318
|
* <p>The tags to attach to the trust anchor.</p>
|
|
319
|
+
* @public
|
|
316
320
|
*/
|
|
317
321
|
tags?: Tag[];
|
|
318
322
|
/**
|
|
319
|
-
* @public
|
|
320
323
|
* <p>A list of notification settings to be associated to the trust anchor.</p>
|
|
324
|
+
* @public
|
|
321
325
|
*/
|
|
322
326
|
notificationSettings?: NotificationSetting[];
|
|
323
327
|
}
|
|
324
328
|
/**
|
|
325
|
-
* @public
|
|
326
329
|
* <p>The state of a notification setting.</p>
|
|
327
330
|
* <p>A notification setting includes information such as event name, threshold, status of
|
|
328
331
|
* the notification setting, and the channel to notify.</p>
|
|
332
|
+
* @public
|
|
329
333
|
*/
|
|
330
334
|
export interface NotificationSettingDetail {
|
|
331
335
|
/**
|
|
332
|
-
* @public
|
|
333
336
|
* <p>Indicates whether the notification setting is enabled.</p>
|
|
337
|
+
* @public
|
|
334
338
|
*/
|
|
335
339
|
enabled: boolean | undefined;
|
|
336
340
|
/**
|
|
337
|
-
* @public
|
|
338
341
|
* <p>The event to which this notification setting is applied.</p>
|
|
342
|
+
* @public
|
|
339
343
|
*/
|
|
340
344
|
event: NotificationEvent | undefined;
|
|
341
345
|
/**
|
|
342
|
-
* @public
|
|
343
346
|
* <p>The number of days before a notification event.</p>
|
|
347
|
+
* @public
|
|
344
348
|
*/
|
|
345
349
|
threshold?: number;
|
|
346
350
|
/**
|
|
347
|
-
* @public
|
|
348
351
|
* <p>The specified channel of notification.
|
|
349
352
|
* IAM Roles Anywhere uses CloudWatch metrics, EventBridge, and Health Dashboard to notify for an event.</p>
|
|
350
353
|
* <note>
|
|
351
354
|
* <p>In the absence of a specific channel, IAM Roles Anywhere applies this setting to 'ALL' channels.</p>
|
|
352
355
|
* </note>
|
|
356
|
+
* @public
|
|
353
357
|
*/
|
|
354
358
|
channel?: NotificationChannel;
|
|
355
359
|
/**
|
|
356
|
-
* @public
|
|
357
360
|
* <p>The principal that configured the notification setting.
|
|
358
361
|
* For default settings configured by IAM Roles Anywhere,
|
|
359
362
|
* the value is <code>rolesanywhere.amazonaws.com</code>, and
|
|
360
363
|
* for customized notifications settings, it is the respective account ID.
|
|
361
364
|
* </p>
|
|
365
|
+
* @public
|
|
362
366
|
*/
|
|
363
367
|
configuredBy?: string;
|
|
364
368
|
}
|
|
365
369
|
/**
|
|
366
|
-
* @public
|
|
367
370
|
* <p>The state of the trust anchor after a read or write operation. </p>
|
|
371
|
+
* @public
|
|
368
372
|
*/
|
|
369
373
|
export interface TrustAnchorDetail {
|
|
370
374
|
/**
|
|
371
|
-
* @public
|
|
372
375
|
* <p>The unique identifier of the trust anchor.</p>
|
|
376
|
+
* @public
|
|
373
377
|
*/
|
|
374
378
|
trustAnchorId?: string;
|
|
375
379
|
/**
|
|
376
|
-
* @public
|
|
377
380
|
* <p>The ARN of the trust anchor.</p>
|
|
381
|
+
* @public
|
|
378
382
|
*/
|
|
379
383
|
trustAnchorArn?: string;
|
|
380
384
|
/**
|
|
381
|
-
* @public
|
|
382
385
|
* <p>The name of the trust anchor.</p>
|
|
386
|
+
* @public
|
|
383
387
|
*/
|
|
384
388
|
name?: string;
|
|
385
389
|
/**
|
|
386
|
-
* @public
|
|
387
390
|
* <p>The trust anchor type and its related certificate data.</p>
|
|
391
|
+
* @public
|
|
388
392
|
*/
|
|
389
393
|
source?: Source;
|
|
390
394
|
/**
|
|
391
|
-
* @public
|
|
392
395
|
* <p>Indicates whether the trust anchor is enabled.</p>
|
|
396
|
+
* @public
|
|
393
397
|
*/
|
|
394
398
|
enabled?: boolean;
|
|
395
399
|
/**
|
|
396
|
-
* @public
|
|
397
400
|
* <p>The ISO-8601 timestamp when the trust anchor was created. </p>
|
|
401
|
+
* @public
|
|
398
402
|
*/
|
|
399
403
|
createdAt?: Date;
|
|
400
404
|
/**
|
|
401
|
-
* @public
|
|
402
405
|
* <p>The ISO-8601 timestamp when the trust anchor was last updated. </p>
|
|
406
|
+
* @public
|
|
403
407
|
*/
|
|
404
408
|
updatedAt?: Date;
|
|
405
409
|
/**
|
|
406
|
-
* @public
|
|
407
410
|
* <p>A list of notification settings to be associated to the trust anchor.</p>
|
|
411
|
+
* @public
|
|
408
412
|
*/
|
|
409
413
|
notificationSettings?: NotificationSettingDetail[];
|
|
410
414
|
}
|
|
@@ -413,90 +417,90 @@ export interface TrustAnchorDetail {
|
|
|
413
417
|
*/
|
|
414
418
|
export interface TrustAnchorDetailResponse {
|
|
415
419
|
/**
|
|
416
|
-
* @public
|
|
417
420
|
* <p>The state of the trust anchor after a read or write operation. </p>
|
|
421
|
+
* @public
|
|
418
422
|
*/
|
|
419
423
|
trustAnchor: TrustAnchorDetail | undefined;
|
|
420
424
|
}
|
|
421
425
|
/**
|
|
422
|
-
* @public
|
|
423
426
|
* <p>A record of a presented X509 credential from a temporary credential request. </p>
|
|
427
|
+
* @public
|
|
424
428
|
*/
|
|
425
429
|
export interface CredentialSummary {
|
|
426
430
|
/**
|
|
427
|
-
* @public
|
|
428
431
|
* <p>The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.</p>
|
|
432
|
+
* @public
|
|
429
433
|
*/
|
|
430
434
|
seenAt?: Date;
|
|
431
435
|
/**
|
|
432
|
-
* @public
|
|
433
436
|
* <p>The serial number of the certificate.</p>
|
|
437
|
+
* @public
|
|
434
438
|
*/
|
|
435
439
|
serialNumber?: string;
|
|
436
440
|
/**
|
|
437
|
-
* @public
|
|
438
441
|
* <p>The fully qualified domain name of the issuing certificate for the presented end-entity certificate.</p>
|
|
442
|
+
* @public
|
|
439
443
|
*/
|
|
440
444
|
issuer?: string;
|
|
441
445
|
/**
|
|
442
|
-
* @public
|
|
443
446
|
* <p>Indicates whether the credential is enabled.</p>
|
|
447
|
+
* @public
|
|
444
448
|
*/
|
|
445
449
|
enabled?: boolean;
|
|
446
450
|
/**
|
|
447
|
-
* @public
|
|
448
451
|
* <p>The PEM-encoded data of the certificate.</p>
|
|
452
|
+
* @public
|
|
449
453
|
*/
|
|
450
454
|
x509CertificateData?: string;
|
|
451
455
|
/**
|
|
452
|
-
* @public
|
|
453
456
|
* <p>Indicates whether the temporary credential request was successful. </p>
|
|
457
|
+
* @public
|
|
454
458
|
*/
|
|
455
459
|
failed?: boolean;
|
|
456
460
|
}
|
|
457
461
|
/**
|
|
458
|
-
* @public
|
|
459
462
|
* <p>The state of the certificate revocation list (CRL) after a read or write operation.</p>
|
|
463
|
+
* @public
|
|
460
464
|
*/
|
|
461
465
|
export interface CrlDetail {
|
|
462
466
|
/**
|
|
463
|
-
* @public
|
|
464
467
|
* <p>The unique identifier of the certificate revocation list (CRL).</p>
|
|
468
|
+
* @public
|
|
465
469
|
*/
|
|
466
470
|
crlId?: string;
|
|
467
471
|
/**
|
|
468
|
-
* @public
|
|
469
472
|
* <p>The ARN of the certificate revocation list (CRL).</p>
|
|
473
|
+
* @public
|
|
470
474
|
*/
|
|
471
475
|
crlArn?: string;
|
|
472
476
|
/**
|
|
473
|
-
* @public
|
|
474
477
|
* <p>The name of the certificate revocation list (CRL).</p>
|
|
478
|
+
* @public
|
|
475
479
|
*/
|
|
476
480
|
name?: string;
|
|
477
481
|
/**
|
|
478
|
-
* @public
|
|
479
482
|
* <p>Indicates whether the certificate revocation list (CRL) is enabled.</p>
|
|
483
|
+
* @public
|
|
480
484
|
*/
|
|
481
485
|
enabled?: boolean;
|
|
482
486
|
/**
|
|
483
|
-
* @public
|
|
484
487
|
* <p>The state of the certificate revocation list (CRL) after a read or write operation.</p>
|
|
488
|
+
* @public
|
|
485
489
|
*/
|
|
486
490
|
crlData?: Uint8Array;
|
|
487
491
|
/**
|
|
488
|
-
* @public
|
|
489
492
|
* <p>The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for. </p>
|
|
493
|
+
* @public
|
|
490
494
|
*/
|
|
491
495
|
trustAnchorArn?: string;
|
|
492
496
|
/**
|
|
493
|
-
* @public
|
|
494
497
|
* <p>The ISO-8601 timestamp when the certificate revocation list (CRL) was created. </p>
|
|
498
|
+
* @public
|
|
495
499
|
*/
|
|
496
500
|
createdAt?: Date;
|
|
497
501
|
/**
|
|
498
|
-
* @public
|
|
499
502
|
* <p>The ISO-8601 timestamp when the certificate revocation list (CRL) was last updated. </p>
|
|
503
|
+
* @public
|
|
500
504
|
*/
|
|
501
505
|
updatedAt?: Date;
|
|
502
506
|
}
|
|
@@ -505,14 +509,14 @@ export interface CrlDetail {
|
|
|
505
509
|
*/
|
|
506
510
|
export interface CrlDetailResponse {
|
|
507
511
|
/**
|
|
508
|
-
* @public
|
|
509
512
|
* <p>The state of the certificate revocation list (CRL) after a read or write operation.</p>
|
|
513
|
+
* @public
|
|
510
514
|
*/
|
|
511
515
|
crl: CrlDetail | undefined;
|
|
512
516
|
}
|
|
513
517
|
/**
|
|
514
|
-
* @public
|
|
515
518
|
* <p>The resource could not be found.</p>
|
|
519
|
+
* @public
|
|
516
520
|
*/
|
|
517
521
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
518
522
|
readonly name: "ResourceNotFoundException";
|
|
@@ -527,8 +531,8 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
527
531
|
*/
|
|
528
532
|
export interface ScalarCrlRequest {
|
|
529
533
|
/**
|
|
530
|
-
* @public
|
|
531
534
|
* <p>The unique identifier of the certificate revocation list (CRL).</p>
|
|
535
|
+
* @public
|
|
532
536
|
*/
|
|
533
537
|
crlId: string | undefined;
|
|
534
538
|
}
|
|
@@ -537,28 +541,28 @@ export interface ScalarCrlRequest {
|
|
|
537
541
|
*/
|
|
538
542
|
export interface ImportCrlRequest {
|
|
539
543
|
/**
|
|
540
|
-
* @public
|
|
541
544
|
* <p>The name of the certificate revocation list (CRL).</p>
|
|
545
|
+
* @public
|
|
542
546
|
*/
|
|
543
547
|
name: string | undefined;
|
|
544
548
|
/**
|
|
545
|
-
* @public
|
|
546
549
|
* <p>The x509 v3 specified certificate revocation list (CRL).</p>
|
|
550
|
+
* @public
|
|
547
551
|
*/
|
|
548
552
|
crlData: Uint8Array | undefined;
|
|
549
553
|
/**
|
|
550
|
-
* @public
|
|
551
554
|
* <p>Specifies whether the certificate revocation list (CRL) is enabled.</p>
|
|
555
|
+
* @public
|
|
552
556
|
*/
|
|
553
557
|
enabled?: boolean;
|
|
554
558
|
/**
|
|
555
|
-
* @public
|
|
556
559
|
* <p>A list of tags to attach to the certificate revocation list (CRL).</p>
|
|
560
|
+
* @public
|
|
557
561
|
*/
|
|
558
562
|
tags?: Tag[];
|
|
559
563
|
/**
|
|
560
|
-
* @public
|
|
561
564
|
* <p>The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.</p>
|
|
565
|
+
* @public
|
|
562
566
|
*/
|
|
563
567
|
trustAnchorArn: string | undefined;
|
|
564
568
|
}
|
|
@@ -567,13 +571,13 @@ export interface ImportCrlRequest {
|
|
|
567
571
|
*/
|
|
568
572
|
export interface ListCrlsResponse {
|
|
569
573
|
/**
|
|
570
|
-
* @public
|
|
571
574
|
* <p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>
|
|
575
|
+
* @public
|
|
572
576
|
*/
|
|
573
577
|
nextToken?: string;
|
|
574
578
|
/**
|
|
575
|
-
* @public
|
|
576
579
|
* <p>A list of certificate revocation lists (CRL). </p>
|
|
580
|
+
* @public
|
|
577
581
|
*/
|
|
578
582
|
crls?: CrlDetail[];
|
|
579
583
|
}
|
|
@@ -582,13 +586,13 @@ export interface ListCrlsResponse {
|
|
|
582
586
|
*/
|
|
583
587
|
export interface ListRequest {
|
|
584
588
|
/**
|
|
585
|
-
* @public
|
|
586
589
|
* <p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>
|
|
590
|
+
* @public
|
|
587
591
|
*/
|
|
588
592
|
nextToken?: string;
|
|
589
593
|
/**
|
|
590
|
-
* @public
|
|
591
594
|
* <p>The number of resources in the paginated list. </p>
|
|
595
|
+
* @public
|
|
592
596
|
*/
|
|
593
597
|
pageSize?: number;
|
|
594
598
|
}
|
|
@@ -597,18 +601,18 @@ export interface ListRequest {
|
|
|
597
601
|
*/
|
|
598
602
|
export interface UpdateCrlRequest {
|
|
599
603
|
/**
|
|
600
|
-
* @public
|
|
601
604
|
* <p>The unique identifier of the certificate revocation list (CRL).</p>
|
|
605
|
+
* @public
|
|
602
606
|
*/
|
|
603
607
|
crlId: string | undefined;
|
|
604
608
|
/**
|
|
605
|
-
* @public
|
|
606
609
|
* <p>The name of the Crl.</p>
|
|
610
|
+
* @public
|
|
607
611
|
*/
|
|
608
612
|
name?: string;
|
|
609
613
|
/**
|
|
610
|
-
* @public
|
|
611
614
|
* <p>The x509 v3 specified certificate revocation list (CRL).</p>
|
|
615
|
+
* @public
|
|
612
616
|
*/
|
|
613
617
|
crlData?: Uint8Array;
|
|
614
618
|
}
|
|
@@ -617,8 +621,8 @@ export interface UpdateCrlRequest {
|
|
|
617
621
|
*/
|
|
618
622
|
export interface ScalarProfileRequest {
|
|
619
623
|
/**
|
|
620
|
-
* @public
|
|
621
624
|
* <p>The unique identifier of the profile.</p>
|
|
625
|
+
* @public
|
|
622
626
|
*/
|
|
623
627
|
profileId: string | undefined;
|
|
624
628
|
}
|
|
@@ -627,8 +631,8 @@ export interface ScalarProfileRequest {
|
|
|
627
631
|
*/
|
|
628
632
|
export interface ScalarTrustAnchorRequest {
|
|
629
633
|
/**
|
|
630
|
-
* @public
|
|
631
634
|
* <p>The unique identifier of the trust anchor.</p>
|
|
635
|
+
* @public
|
|
632
636
|
*/
|
|
633
637
|
trustAnchorId: string | undefined;
|
|
634
638
|
}
|
|
@@ -637,80 +641,80 @@ export interface ScalarTrustAnchorRequest {
|
|
|
637
641
|
*/
|
|
638
642
|
export interface ScalarSubjectRequest {
|
|
639
643
|
/**
|
|
640
|
-
* @public
|
|
641
644
|
* <p>The unique identifier of the subject. </p>
|
|
645
|
+
* @public
|
|
642
646
|
*/
|
|
643
647
|
subjectId: string | undefined;
|
|
644
648
|
}
|
|
645
649
|
/**
|
|
646
|
-
* @public
|
|
647
650
|
* <p>A key-value pair you set that identifies a property of the authenticating instance.</p>
|
|
651
|
+
* @public
|
|
648
652
|
*/
|
|
649
653
|
export interface InstanceProperty {
|
|
650
654
|
/**
|
|
651
|
-
* @public
|
|
652
655
|
* <p>The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.</p>
|
|
656
|
+
* @public
|
|
653
657
|
*/
|
|
654
658
|
seenAt?: Date;
|
|
655
659
|
/**
|
|
656
|
-
* @public
|
|
657
660
|
* <p>A list of instanceProperty objects. </p>
|
|
661
|
+
* @public
|
|
658
662
|
*/
|
|
659
663
|
properties?: Record<string, string>;
|
|
660
664
|
/**
|
|
661
|
-
* @public
|
|
662
665
|
* <p>Indicates whether the temporary credential request was successful. </p>
|
|
666
|
+
* @public
|
|
663
667
|
*/
|
|
664
668
|
failed?: boolean;
|
|
665
669
|
}
|
|
666
670
|
/**
|
|
667
|
-
* @public
|
|
668
671
|
* <p>The state of the subject after a read or write operation.</p>
|
|
672
|
+
* @public
|
|
669
673
|
*/
|
|
670
674
|
export interface SubjectDetail {
|
|
671
675
|
/**
|
|
672
|
-
* @public
|
|
673
676
|
* <p>The ARN of the resource.</p>
|
|
677
|
+
* @public
|
|
674
678
|
*/
|
|
675
679
|
subjectArn?: string;
|
|
676
680
|
/**
|
|
677
|
-
* @public
|
|
678
681
|
* <p>The id of the resource</p>
|
|
682
|
+
* @public
|
|
679
683
|
*/
|
|
680
684
|
subjectId?: string;
|
|
681
685
|
/**
|
|
682
|
-
* @public
|
|
683
686
|
* <p>The enabled status of the subject.</p>
|
|
687
|
+
* @public
|
|
684
688
|
*/
|
|
685
689
|
enabled?: boolean;
|
|
686
690
|
/**
|
|
687
|
-
* @public
|
|
688
691
|
* <p>The x509 principal identifier of the authenticating certificate.</p>
|
|
692
|
+
* @public
|
|
689
693
|
*/
|
|
690
694
|
x509Subject?: string;
|
|
691
695
|
/**
|
|
692
|
-
* @public
|
|
693
696
|
* <p>The ISO-8601 timestamp of the last time this subject requested temporary session credentials.</p>
|
|
697
|
+
* @public
|
|
694
698
|
*/
|
|
695
699
|
lastSeenAt?: Date;
|
|
696
700
|
/**
|
|
697
|
-
* @public
|
|
698
701
|
* <p>The ISO-8601 timestamp when the subject was created. </p>
|
|
702
|
+
* @public
|
|
699
703
|
*/
|
|
700
704
|
createdAt?: Date;
|
|
701
705
|
/**
|
|
702
|
-
* @public
|
|
703
706
|
* <p>The ISO-8601 timestamp when the subject was last updated.</p>
|
|
707
|
+
* @public
|
|
704
708
|
*/
|
|
705
709
|
updatedAt?: Date;
|
|
706
710
|
/**
|
|
707
|
-
* @public
|
|
708
711
|
* <p>The temporary session credentials vended at the last authenticating call with this subject.</p>
|
|
712
|
+
* @public
|
|
709
713
|
*/
|
|
710
714
|
credentials?: CredentialSummary[];
|
|
711
715
|
/**
|
|
712
|
-
* @public
|
|
713
716
|
* <p>The specified instance properties associated with the request.</p>
|
|
717
|
+
* @public
|
|
714
718
|
*/
|
|
715
719
|
instanceProperties?: InstanceProperty[];
|
|
716
720
|
}
|
|
@@ -719,8 +723,8 @@ export interface SubjectDetail {
|
|
|
719
723
|
*/
|
|
720
724
|
export interface SubjectDetailResponse {
|
|
721
725
|
/**
|
|
722
|
-
* @public
|
|
723
726
|
* <p>The state of the subject after a read or write operation.</p>
|
|
727
|
+
* @public
|
|
724
728
|
*/
|
|
725
729
|
subject?: SubjectDetail;
|
|
726
730
|
}
|
|
@@ -729,54 +733,54 @@ export interface SubjectDetailResponse {
|
|
|
729
733
|
*/
|
|
730
734
|
export interface ListProfilesResponse {
|
|
731
735
|
/**
|
|
732
|
-
* @public
|
|
733
736
|
* <p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>
|
|
737
|
+
* @public
|
|
734
738
|
*/
|
|
735
739
|
nextToken?: string;
|
|
736
740
|
/**
|
|
737
|
-
* @public
|
|
738
741
|
* <p>A list of profiles.</p>
|
|
742
|
+
* @public
|
|
739
743
|
*/
|
|
740
744
|
profiles?: ProfileDetail[];
|
|
741
745
|
}
|
|
742
746
|
/**
|
|
743
|
-
* @public
|
|
744
747
|
* <p>A summary representation of subjects.</p>
|
|
748
|
+
* @public
|
|
745
749
|
*/
|
|
746
750
|
export interface SubjectSummary {
|
|
747
751
|
/**
|
|
748
|
-
* @public
|
|
749
752
|
* <p>The ARN of the resource.</p>
|
|
753
|
+
* @public
|
|
750
754
|
*/
|
|
751
755
|
subjectArn?: string;
|
|
752
756
|
/**
|
|
753
|
-
* @public
|
|
754
757
|
* <p>The id of the resource.</p>
|
|
758
|
+
* @public
|
|
755
759
|
*/
|
|
756
760
|
subjectId?: string;
|
|
757
761
|
/**
|
|
758
|
-
* @public
|
|
759
762
|
* <p>The enabled status of the subject. </p>
|
|
763
|
+
* @public
|
|
760
764
|
*/
|
|
761
765
|
enabled?: boolean;
|
|
762
766
|
/**
|
|
763
|
-
* @public
|
|
764
767
|
* <p>The x509 principal identifier of the authenticating certificate.</p>
|
|
768
|
+
* @public
|
|
765
769
|
*/
|
|
766
770
|
x509Subject?: string;
|
|
767
771
|
/**
|
|
768
|
-
* @public
|
|
769
772
|
* <p>The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.</p>
|
|
773
|
+
* @public
|
|
770
774
|
*/
|
|
771
775
|
lastSeenAt?: Date;
|
|
772
776
|
/**
|
|
773
|
-
* @public
|
|
774
777
|
* <p>The ISO-8601 time stamp of when the certificate was first used in a temporary credential request.</p>
|
|
778
|
+
* @public
|
|
775
779
|
*/
|
|
776
780
|
createdAt?: Date;
|
|
777
781
|
/**
|
|
778
|
-
* @public
|
|
779
782
|
* <p>The ISO-8601 timestamp when the subject was last updated. </p>
|
|
783
|
+
* @public
|
|
780
784
|
*/
|
|
781
785
|
updatedAt?: Date;
|
|
782
786
|
}
|
|
@@ -785,13 +789,13 @@ export interface SubjectSummary {
|
|
|
785
789
|
*/
|
|
786
790
|
export interface ListSubjectsResponse {
|
|
787
791
|
/**
|
|
788
|
-
* @public
|
|
789
792
|
* <p>A list of subjects.</p>
|
|
793
|
+
* @public
|
|
790
794
|
*/
|
|
791
795
|
subjects?: SubjectSummary[];
|
|
792
796
|
/**
|
|
793
|
-
* @public
|
|
794
797
|
* <p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>
|
|
798
|
+
* @public
|
|
795
799
|
*/
|
|
796
800
|
nextToken?: string;
|
|
797
801
|
}
|
|
@@ -800,8 +804,8 @@ export interface ListSubjectsResponse {
|
|
|
800
804
|
*/
|
|
801
805
|
export interface ListTagsForResourceRequest {
|
|
802
806
|
/**
|
|
803
|
-
* @public
|
|
804
807
|
* <p>The ARN of the resource.</p>
|
|
808
|
+
* @public
|
|
805
809
|
*/
|
|
806
810
|
resourceArn: string | undefined;
|
|
807
811
|
}
|
|
@@ -810,8 +814,8 @@ export interface ListTagsForResourceRequest {
|
|
|
810
814
|
*/
|
|
811
815
|
export interface ListTagsForResourceResponse {
|
|
812
816
|
/**
|
|
813
|
-
* @public
|
|
814
817
|
* <p>A list of tags attached to the resource.</p>
|
|
818
|
+
* @public
|
|
815
819
|
*/
|
|
816
820
|
tags?: Tag[];
|
|
817
821
|
}
|
|
@@ -820,31 +824,31 @@ export interface ListTagsForResourceResponse {
|
|
|
820
824
|
*/
|
|
821
825
|
export interface ListTrustAnchorsResponse {
|
|
822
826
|
/**
|
|
823
|
-
* @public
|
|
824
827
|
* <p>A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.</p>
|
|
828
|
+
* @public
|
|
825
829
|
*/
|
|
826
830
|
nextToken?: string;
|
|
827
831
|
/**
|
|
828
|
-
* @public
|
|
829
832
|
* <p>A list of trust anchors.</p>
|
|
833
|
+
* @public
|
|
830
834
|
*/
|
|
831
835
|
trustAnchors?: TrustAnchorDetail[];
|
|
832
836
|
}
|
|
833
837
|
/**
|
|
834
|
-
* @public
|
|
835
838
|
* <p>A notification setting key to reset.
|
|
836
839
|
* A notification setting key includes the event and the channel.
|
|
837
840
|
* </p>
|
|
841
|
+
* @public
|
|
838
842
|
*/
|
|
839
843
|
export interface NotificationSettingKey {
|
|
840
844
|
/**
|
|
841
|
-
* @public
|
|
842
845
|
* <p>The notification setting event to reset.</p>
|
|
846
|
+
* @public
|
|
843
847
|
*/
|
|
844
848
|
event: NotificationEvent | undefined;
|
|
845
849
|
/**
|
|
846
|
-
* @public
|
|
847
850
|
* <p>The specified channel of notification.</p>
|
|
851
|
+
* @public
|
|
848
852
|
*/
|
|
849
853
|
channel?: NotificationChannel;
|
|
850
854
|
}
|
|
@@ -853,33 +857,35 @@ export interface NotificationSettingKey {
|
|
|
853
857
|
*/
|
|
854
858
|
export interface UpdateProfileRequest {
|
|
855
859
|
/**
|
|
856
|
-
* @public
|
|
857
860
|
* <p>The unique identifier of the profile.</p>
|
|
861
|
+
* @public
|
|
858
862
|
*/
|
|
859
863
|
profileId: string | undefined;
|
|
860
864
|
/**
|
|
861
|
-
* @public
|
|
862
865
|
* <p>The name of the profile.</p>
|
|
866
|
+
* @public
|
|
863
867
|
*/
|
|
864
868
|
name?: string;
|
|
865
869
|
/**
|
|
866
|
-
* @public
|
|
867
870
|
* <p>A session policy that applies to the trust boundary of the vended session credentials. </p>
|
|
871
|
+
* @public
|
|
868
872
|
*/
|
|
869
873
|
sessionPolicy?: string;
|
|
870
874
|
/**
|
|
871
|
-
* @public
|
|
872
875
|
* <p>A list of IAM roles that this profile can assume in a temporary credential request.</p>
|
|
876
|
+
* @public
|
|
873
877
|
*/
|
|
874
878
|
roleArns?: string[];
|
|
875
879
|
/**
|
|
876
|
-
* @public
|
|
877
880
|
* <p>A list of managed policy ARNs that apply to the vended session credentials. </p>
|
|
881
|
+
* @public
|
|
878
882
|
*/
|
|
879
883
|
managedPolicyArns?: string[];
|
|
880
884
|
/**
|
|
885
|
+
* <p> Used to determine how long sessions vended using this profile are valid for. See the <code>Expiration</code> section of the
|
|
886
|
+
* <a href="https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html#credentials-object">CreateSession API documentation</a>
|
|
887
|
+
* page for more details. </p>
|
|
881
888
|
* @public
|
|
882
|
-
* <p> The number of seconds the vended session credentials are valid for. </p>
|
|
883
889
|
*/
|
|
884
890
|
durationSeconds?: number;
|
|
885
891
|
}
|
|
@@ -888,13 +894,13 @@ export interface UpdateProfileRequest {
|
|
|
888
894
|
*/
|
|
889
895
|
export interface PutNotificationSettingsRequest {
|
|
890
896
|
/**
|
|
891
|
-
* @public
|
|
892
897
|
* <p>The unique identifier of the trust anchor.</p>
|
|
898
|
+
* @public
|
|
893
899
|
*/
|
|
894
900
|
trustAnchorId: string | undefined;
|
|
895
901
|
/**
|
|
896
|
-
* @public
|
|
897
902
|
* <p>A list of notification settings to be associated to the trust anchor.</p>
|
|
903
|
+
* @public
|
|
898
904
|
*/
|
|
899
905
|
notificationSettings: NotificationSetting[] | undefined;
|
|
900
906
|
}
|
|
@@ -903,8 +909,8 @@ export interface PutNotificationSettingsRequest {
|
|
|
903
909
|
*/
|
|
904
910
|
export interface PutNotificationSettingsResponse {
|
|
905
911
|
/**
|
|
906
|
-
* @public
|
|
907
912
|
* <p>The state of the trust anchor after a read or write operation. </p>
|
|
913
|
+
* @public
|
|
908
914
|
*/
|
|
909
915
|
trustAnchor: TrustAnchorDetail | undefined;
|
|
910
916
|
}
|
|
@@ -913,15 +919,15 @@ export interface PutNotificationSettingsResponse {
|
|
|
913
919
|
*/
|
|
914
920
|
export interface ResetNotificationSettingsRequest {
|
|
915
921
|
/**
|
|
916
|
-
* @public
|
|
917
922
|
* <p>The unique identifier of the trust anchor.</p>
|
|
923
|
+
* @public
|
|
918
924
|
*/
|
|
919
925
|
trustAnchorId: string | undefined;
|
|
920
926
|
/**
|
|
921
|
-
* @public
|
|
922
927
|
* <p>A list of notification setting keys to reset.
|
|
923
928
|
* A notification setting key includes the event and the channel.
|
|
924
929
|
* </p>
|
|
930
|
+
* @public
|
|
925
931
|
*/
|
|
926
932
|
notificationSettingKeys: NotificationSettingKey[] | undefined;
|
|
927
933
|
}
|
|
@@ -930,8 +936,8 @@ export interface ResetNotificationSettingsRequest {
|
|
|
930
936
|
*/
|
|
931
937
|
export interface ResetNotificationSettingsResponse {
|
|
932
938
|
/**
|
|
933
|
-
* @public
|
|
934
939
|
* <p>The state of the trust anchor after a read or write operation. </p>
|
|
940
|
+
* @public
|
|
935
941
|
*/
|
|
936
942
|
trustAnchor: TrustAnchorDetail | undefined;
|
|
937
943
|
}
|
|
@@ -940,13 +946,13 @@ export interface ResetNotificationSettingsResponse {
|
|
|
940
946
|
*/
|
|
941
947
|
export interface TagResourceRequest {
|
|
942
948
|
/**
|
|
943
|
-
* @public
|
|
944
949
|
* <p>The ARN of the resource.</p>
|
|
950
|
+
* @public
|
|
945
951
|
*/
|
|
946
952
|
resourceArn: string | undefined;
|
|
947
953
|
/**
|
|
948
|
-
* @public
|
|
949
954
|
* <p>The tags to attach to the resource.</p>
|
|
955
|
+
* @public
|
|
950
956
|
*/
|
|
951
957
|
tags: Tag[] | undefined;
|
|
952
958
|
}
|
|
@@ -956,8 +962,8 @@ export interface TagResourceRequest {
|
|
|
956
962
|
export interface TagResourceResponse {
|
|
957
963
|
}
|
|
958
964
|
/**
|
|
959
|
-
* @public
|
|
960
965
|
* <p>Too many tags.</p>
|
|
966
|
+
* @public
|
|
961
967
|
*/
|
|
962
968
|
export declare class TooManyTagsException extends __BaseException {
|
|
963
969
|
readonly name: "TooManyTagsException";
|
|
@@ -972,18 +978,18 @@ export declare class TooManyTagsException extends __BaseException {
|
|
|
972
978
|
*/
|
|
973
979
|
export interface UpdateTrustAnchorRequest {
|
|
974
980
|
/**
|
|
975
|
-
* @public
|
|
976
981
|
* <p>The unique identifier of the trust anchor.</p>
|
|
982
|
+
* @public
|
|
977
983
|
*/
|
|
978
984
|
trustAnchorId: string | undefined;
|
|
979
985
|
/**
|
|
980
|
-
* @public
|
|
981
986
|
* <p>The name of the trust anchor.</p>
|
|
987
|
+
* @public
|
|
982
988
|
*/
|
|
983
989
|
name?: string;
|
|
984
990
|
/**
|
|
985
|
-
* @public
|
|
986
991
|
* <p>The trust anchor type and its related certificate data.</p>
|
|
992
|
+
* @public
|
|
987
993
|
*/
|
|
988
994
|
source?: Source;
|
|
989
995
|
}
|
|
@@ -992,13 +998,13 @@ export interface UpdateTrustAnchorRequest {
|
|
|
992
998
|
*/
|
|
993
999
|
export interface UntagResourceRequest {
|
|
994
1000
|
/**
|
|
995
|
-
* @public
|
|
996
1001
|
* <p>The ARN of the resource.</p>
|
|
1002
|
+
* @public
|
|
997
1003
|
*/
|
|
998
1004
|
resourceArn: string | undefined;
|
|
999
1005
|
/**
|
|
1000
|
-
* @public
|
|
1001
1006
|
* <p>A list of keys. Tag keys are the unique identifiers of tags. </p>
|
|
1007
|
+
* @public
|
|
1002
1008
|
*/
|
|
1003
1009
|
tagKeys: string[] | undefined;
|
|
1004
1010
|
}
|