@aws-sdk/client-sso-admin 3.132.0 → 3.137.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 +11 -0
- package/dist-cjs/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/AttachManagedPolicyToPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/CreateAccountAssignmentCommand.js +2 -2
- package/dist-cjs/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreatePermissionSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountAssignmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteInlinePolicyFromPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeletePermissionSetCommand.js +2 -2
- package/dist-cjs/commands/DeletePermissionsBoundaryFromPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountAssignmentCreationStatusCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountAssignmentDeletionStatusCommand.js +2 -2
- package/dist-cjs/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribePermissionSetCommand.js +2 -2
- package/dist-cjs/commands/DescribePermissionSetProvisioningStatusCommand.js +2 -2
- package/dist-cjs/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/DetachManagedPolicyFromPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/GetInlinePolicyForPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/GetPermissionsBoundaryForPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/ListAccountAssignmentCreationStatusCommand.js +2 -2
- package/dist-cjs/commands/ListAccountAssignmentDeletionStatusCommand.js +2 -2
- package/dist-cjs/commands/ListAccountAssignmentsCommand.js +2 -2
- package/dist-cjs/commands/ListAccountsForProvisionedPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/ListInstancesCommand.js +2 -2
- package/dist-cjs/commands/ListManagedPoliciesInPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/ListPermissionSetProvisioningStatusCommand.js +2 -2
- package/dist-cjs/commands/ListPermissionSetsCommand.js +2 -2
- package/dist-cjs/commands/ListPermissionSetsProvisionedToAccountCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ProvisionPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/PutInlinePolicyToPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/PutPermissionsBoundaryToPermissionSetCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdatePermissionSetCommand.js +2 -2
- package/dist-cjs/models/models_0.js +359 -537
- package/dist-es/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.js +3 -3
- package/dist-es/commands/AttachManagedPolicyToPermissionSetCommand.js +3 -3
- package/dist-es/commands/CreateAccountAssignmentCommand.js +3 -3
- package/dist-es/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +3 -3
- package/dist-es/commands/CreatePermissionSetCommand.js +3 -3
- package/dist-es/commands/DeleteAccountAssignmentCommand.js +3 -3
- package/dist-es/commands/DeleteInlinePolicyFromPermissionSetCommand.js +3 -3
- package/dist-es/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +3 -3
- package/dist-es/commands/DeletePermissionSetCommand.js +3 -3
- package/dist-es/commands/DeletePermissionsBoundaryFromPermissionSetCommand.js +3 -3
- package/dist-es/commands/DescribeAccountAssignmentCreationStatusCommand.js +3 -3
- package/dist-es/commands/DescribeAccountAssignmentDeletionStatusCommand.js +3 -3
- package/dist-es/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribePermissionSetCommand.js +3 -3
- package/dist-es/commands/DescribePermissionSetProvisioningStatusCommand.js +3 -3
- package/dist-es/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.js +3 -3
- package/dist-es/commands/DetachManagedPolicyFromPermissionSetCommand.js +3 -3
- package/dist-es/commands/GetInlinePolicyForPermissionSetCommand.js +3 -3
- package/dist-es/commands/GetPermissionsBoundaryForPermissionSetCommand.js +3 -3
- package/dist-es/commands/ListAccountAssignmentCreationStatusCommand.js +3 -3
- package/dist-es/commands/ListAccountAssignmentDeletionStatusCommand.js +3 -3
- package/dist-es/commands/ListAccountAssignmentsCommand.js +3 -3
- package/dist-es/commands/ListAccountsForProvisionedPermissionSetCommand.js +3 -3
- package/dist-es/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.js +3 -3
- package/dist-es/commands/ListInstancesCommand.js +3 -3
- package/dist-es/commands/ListManagedPoliciesInPermissionSetCommand.js +3 -3
- package/dist-es/commands/ListPermissionSetProvisioningStatusCommand.js +3 -3
- package/dist-es/commands/ListPermissionSetsCommand.js +3 -3
- package/dist-es/commands/ListPermissionSetsProvisionedToAccountCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ProvisionPermissionSetCommand.js +3 -3
- package/dist-es/commands/PutInlinePolicyToPermissionSetCommand.js +3 -3
- package/dist-es/commands/PutPermissionsBoundaryToPermissionSetCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdatePermissionSetCommand.js +3 -3
- package/dist-es/models/models_0.js +89 -356
- package/dist-types/models/models_0.d.ts +356 -534
- package/dist-types/ts3.4/models/models_0.d.ts +178 -356
- package/package.json +6 -6
|
@@ -9,12 +9,6 @@ export interface AccessControlAttributeValue {
|
|
|
9
9
|
*/
|
|
10
10
|
Source: string[] | undefined;
|
|
11
11
|
}
|
|
12
|
-
export declare namespace AccessControlAttributeValue {
|
|
13
|
-
/**
|
|
14
|
-
* @internal
|
|
15
|
-
*/
|
|
16
|
-
const filterSensitiveLog: (obj: AccessControlAttributeValue) => any;
|
|
17
|
-
}
|
|
18
12
|
/**
|
|
19
13
|
* <p>These are Amazon Web Services SSO identity store attributes that you can configure for use in
|
|
20
14
|
* attributes-based access control (ABAC). You can create permissions policies that determine who
|
|
@@ -34,12 +28,6 @@ export interface AccessControlAttribute {
|
|
|
34
28
|
*/
|
|
35
29
|
Value: AccessControlAttributeValue | undefined;
|
|
36
30
|
}
|
|
37
|
-
export declare namespace AccessControlAttribute {
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
|
-
const filterSensitiveLog: (obj: AccessControlAttribute) => any;
|
|
42
|
-
}
|
|
43
31
|
/**
|
|
44
32
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
45
33
|
*/
|
|
@@ -83,12 +71,6 @@ export interface AccountAssignment {
|
|
|
83
71
|
*/
|
|
84
72
|
PrincipalId?: string;
|
|
85
73
|
}
|
|
86
|
-
export declare namespace AccountAssignment {
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
const filterSensitiveLog: (obj: AccountAssignment) => any;
|
|
91
|
-
}
|
|
92
74
|
export declare enum StatusValues {
|
|
93
75
|
FAILED = "FAILED",
|
|
94
76
|
IN_PROGRESS = "IN_PROGRESS",
|
|
@@ -141,12 +123,6 @@ export interface AccountAssignmentOperationStatus {
|
|
|
141
123
|
*/
|
|
142
124
|
CreatedDate?: Date;
|
|
143
125
|
}
|
|
144
|
-
export declare namespace AccountAssignmentOperationStatus {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
const filterSensitiveLog: (obj: AccountAssignmentOperationStatus) => any;
|
|
149
|
-
}
|
|
150
126
|
/**
|
|
151
127
|
* <p>Provides information about the <a>AccountAssignment</a> creation
|
|
152
128
|
* request.</p>
|
|
@@ -166,12 +142,6 @@ export interface AccountAssignmentOperationStatusMetadata {
|
|
|
166
142
|
*/
|
|
167
143
|
CreatedDate?: Date;
|
|
168
144
|
}
|
|
169
|
-
export declare namespace AccountAssignmentOperationStatusMetadata {
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
|
-
const filterSensitiveLog: (obj: AccountAssignmentOperationStatusMetadata) => any;
|
|
174
|
-
}
|
|
175
145
|
/**
|
|
176
146
|
* <p>Specifies the name and path of the IAM customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.</p>
|
|
177
147
|
*/
|
|
@@ -185,12 +155,6 @@ export interface CustomerManagedPolicyReference {
|
|
|
185
155
|
*/
|
|
186
156
|
Path?: string;
|
|
187
157
|
}
|
|
188
|
-
export declare namespace CustomerManagedPolicyReference {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
|
-
const filterSensitiveLog: (obj: CustomerManagedPolicyReference) => any;
|
|
193
|
-
}
|
|
194
158
|
export interface AttachCustomerManagedPolicyReferenceToPermissionSetRequest {
|
|
195
159
|
/**
|
|
196
160
|
* <p>The ARN of the SSO instance under which the operation will be executed. </p>
|
|
@@ -205,20 +169,8 @@ export interface AttachCustomerManagedPolicyReferenceToPermissionSetRequest {
|
|
|
205
169
|
*/
|
|
206
170
|
CustomerManagedPolicyReference: CustomerManagedPolicyReference | undefined;
|
|
207
171
|
}
|
|
208
|
-
export declare namespace AttachCustomerManagedPolicyReferenceToPermissionSetRequest {
|
|
209
|
-
/**
|
|
210
|
-
* @internal
|
|
211
|
-
*/
|
|
212
|
-
const filterSensitiveLog: (obj: AttachCustomerManagedPolicyReferenceToPermissionSetRequest) => any;
|
|
213
|
-
}
|
|
214
172
|
export interface AttachCustomerManagedPolicyReferenceToPermissionSetResponse {
|
|
215
173
|
}
|
|
216
|
-
export declare namespace AttachCustomerManagedPolicyReferenceToPermissionSetResponse {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
|
-
const filterSensitiveLog: (obj: AttachCustomerManagedPolicyReferenceToPermissionSetResponse) => any;
|
|
221
|
-
}
|
|
222
174
|
/**
|
|
223
175
|
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
|
|
224
176
|
* when the previous write did not have time to propagate to the host serving the current
|
|
@@ -311,12 +263,6 @@ export interface AttachedManagedPolicy {
|
|
|
311
263
|
*/
|
|
312
264
|
Arn?: string;
|
|
313
265
|
}
|
|
314
|
-
export declare namespace AttachedManagedPolicy {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
|
-
const filterSensitiveLog: (obj: AttachedManagedPolicy) => any;
|
|
319
|
-
}
|
|
320
266
|
export interface AttachManagedPolicyToPermissionSetRequest {
|
|
321
267
|
/**
|
|
322
268
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -333,20 +279,8 @@ export interface AttachManagedPolicyToPermissionSetRequest {
|
|
|
333
279
|
*/
|
|
334
280
|
ManagedPolicyArn: string | undefined;
|
|
335
281
|
}
|
|
336
|
-
export declare namespace AttachManagedPolicyToPermissionSetRequest {
|
|
337
|
-
/**
|
|
338
|
-
* @internal
|
|
339
|
-
*/
|
|
340
|
-
const filterSensitiveLog: (obj: AttachManagedPolicyToPermissionSetRequest) => any;
|
|
341
|
-
}
|
|
342
282
|
export interface AttachManagedPolicyToPermissionSetResponse {
|
|
343
283
|
}
|
|
344
|
-
export declare namespace AttachManagedPolicyToPermissionSetResponse {
|
|
345
|
-
/**
|
|
346
|
-
* @internal
|
|
347
|
-
*/
|
|
348
|
-
const filterSensitiveLog: (obj: AttachManagedPolicyToPermissionSetResponse) => any;
|
|
349
|
-
}
|
|
350
284
|
export interface CreateAccountAssignmentRequest {
|
|
351
285
|
/**
|
|
352
286
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -375,24 +309,12 @@ export interface CreateAccountAssignmentRequest {
|
|
|
375
309
|
*/
|
|
376
310
|
PrincipalId: string | undefined;
|
|
377
311
|
}
|
|
378
|
-
export declare namespace CreateAccountAssignmentRequest {
|
|
379
|
-
/**
|
|
380
|
-
* @internal
|
|
381
|
-
*/
|
|
382
|
-
const filterSensitiveLog: (obj: CreateAccountAssignmentRequest) => any;
|
|
383
|
-
}
|
|
384
312
|
export interface CreateAccountAssignmentResponse {
|
|
385
313
|
/**
|
|
386
314
|
* <p>The status object for the account assignment creation operation.</p>
|
|
387
315
|
*/
|
|
388
316
|
AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
|
|
389
317
|
}
|
|
390
|
-
export declare namespace CreateAccountAssignmentResponse {
|
|
391
|
-
/**
|
|
392
|
-
* @internal
|
|
393
|
-
*/
|
|
394
|
-
const filterSensitiveLog: (obj: CreateAccountAssignmentResponse) => any;
|
|
395
|
-
}
|
|
396
318
|
/**
|
|
397
319
|
* <p>Specifies the attributes to add to your attribute-based access control (ABAC)
|
|
398
320
|
* configuration.</p>
|
|
@@ -404,12 +326,6 @@ export interface InstanceAccessControlAttributeConfiguration {
|
|
|
404
326
|
*/
|
|
405
327
|
AccessControlAttributes: AccessControlAttribute[] | undefined;
|
|
406
328
|
}
|
|
407
|
-
export declare namespace InstanceAccessControlAttributeConfiguration {
|
|
408
|
-
/**
|
|
409
|
-
* @internal
|
|
410
|
-
*/
|
|
411
|
-
const filterSensitiveLog: (obj: InstanceAccessControlAttributeConfiguration) => any;
|
|
412
|
-
}
|
|
413
329
|
export interface CreateInstanceAccessControlAttributeConfigurationRequest {
|
|
414
330
|
/**
|
|
415
331
|
* <p>The ARN of the SSO instance under which the operation will be executed.</p>
|
|
@@ -425,20 +341,8 @@ export interface CreateInstanceAccessControlAttributeConfigurationRequest {
|
|
|
425
341
|
*/
|
|
426
342
|
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
|
|
427
343
|
}
|
|
428
|
-
export declare namespace CreateInstanceAccessControlAttributeConfigurationRequest {
|
|
429
|
-
/**
|
|
430
|
-
* @internal
|
|
431
|
-
*/
|
|
432
|
-
const filterSensitiveLog: (obj: CreateInstanceAccessControlAttributeConfigurationRequest) => any;
|
|
433
|
-
}
|
|
434
344
|
export interface CreateInstanceAccessControlAttributeConfigurationResponse {
|
|
435
345
|
}
|
|
436
|
-
export declare namespace CreateInstanceAccessControlAttributeConfigurationResponse {
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
|
-
const filterSensitiveLog: (obj: CreateInstanceAccessControlAttributeConfigurationResponse) => any;
|
|
441
|
-
}
|
|
442
346
|
/**
|
|
443
347
|
* <p>A set of key-value pairs that are used to manage the resource. Tags can only be applied to
|
|
444
348
|
* permission sets and cannot be applied to corresponding roles that Amazon Web Services SSO creates in Amazon Web Services
|
|
@@ -454,12 +358,6 @@ export interface Tag {
|
|
|
454
358
|
*/
|
|
455
359
|
Value: string | undefined;
|
|
456
360
|
}
|
|
457
|
-
export declare namespace Tag {
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
462
|
-
}
|
|
463
361
|
export interface CreatePermissionSetRequest {
|
|
464
362
|
/**
|
|
465
363
|
* <p>The name of the <a>PermissionSet</a>.</p>
|
|
@@ -489,12 +387,6 @@ export interface CreatePermissionSetRequest {
|
|
|
489
387
|
*/
|
|
490
388
|
Tags?: Tag[];
|
|
491
389
|
}
|
|
492
|
-
export declare namespace CreatePermissionSetRequest {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
|
-
const filterSensitiveLog: (obj: CreatePermissionSetRequest) => any;
|
|
497
|
-
}
|
|
498
390
|
/**
|
|
499
391
|
* <p>An entity that contains IAM policies.</p>
|
|
500
392
|
*/
|
|
@@ -527,24 +419,12 @@ export interface PermissionSet {
|
|
|
527
419
|
*/
|
|
528
420
|
RelayState?: string;
|
|
529
421
|
}
|
|
530
|
-
export declare namespace PermissionSet {
|
|
531
|
-
/**
|
|
532
|
-
* @internal
|
|
533
|
-
*/
|
|
534
|
-
const filterSensitiveLog: (obj: PermissionSet) => any;
|
|
535
|
-
}
|
|
536
422
|
export interface CreatePermissionSetResponse {
|
|
537
423
|
/**
|
|
538
424
|
* <p>Defines the level of access on an Amazon Web Services account.</p>
|
|
539
425
|
*/
|
|
540
426
|
PermissionSet?: PermissionSet;
|
|
541
427
|
}
|
|
542
|
-
export declare namespace CreatePermissionSetResponse {
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
|
-
const filterSensitiveLog: (obj: CreatePermissionSetResponse) => any;
|
|
547
|
-
}
|
|
548
428
|
export interface DeleteAccountAssignmentRequest {
|
|
549
429
|
/**
|
|
550
430
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -572,24 +452,12 @@ export interface DeleteAccountAssignmentRequest {
|
|
|
572
452
|
*/
|
|
573
453
|
PrincipalId: string | undefined;
|
|
574
454
|
}
|
|
575
|
-
export declare namespace DeleteAccountAssignmentRequest {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
|
-
const filterSensitiveLog: (obj: DeleteAccountAssignmentRequest) => any;
|
|
580
|
-
}
|
|
581
455
|
export interface DeleteAccountAssignmentResponse {
|
|
582
456
|
/**
|
|
583
457
|
* <p>The status object for the account assignment deletion operation.</p>
|
|
584
458
|
*/
|
|
585
459
|
AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
|
|
586
460
|
}
|
|
587
|
-
export declare namespace DeleteAccountAssignmentResponse {
|
|
588
|
-
/**
|
|
589
|
-
* @internal
|
|
590
|
-
*/
|
|
591
|
-
const filterSensitiveLog: (obj: DeleteAccountAssignmentResponse) => any;
|
|
592
|
-
}
|
|
593
461
|
export interface DeleteInlinePolicyFromPermissionSetRequest {
|
|
594
462
|
/**
|
|
595
463
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -601,40 +469,16 @@ export interface DeleteInlinePolicyFromPermissionSetRequest {
|
|
|
601
469
|
*/
|
|
602
470
|
PermissionSetArn: string | undefined;
|
|
603
471
|
}
|
|
604
|
-
export declare namespace DeleteInlinePolicyFromPermissionSetRequest {
|
|
605
|
-
/**
|
|
606
|
-
* @internal
|
|
607
|
-
*/
|
|
608
|
-
const filterSensitiveLog: (obj: DeleteInlinePolicyFromPermissionSetRequest) => any;
|
|
609
|
-
}
|
|
610
472
|
export interface DeleteInlinePolicyFromPermissionSetResponse {
|
|
611
473
|
}
|
|
612
|
-
export declare namespace DeleteInlinePolicyFromPermissionSetResponse {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
|
-
const filterSensitiveLog: (obj: DeleteInlinePolicyFromPermissionSetResponse) => any;
|
|
617
|
-
}
|
|
618
474
|
export interface DeleteInstanceAccessControlAttributeConfigurationRequest {
|
|
619
475
|
/**
|
|
620
476
|
* <p>The ARN of the SSO instance under which the operation will be executed.</p>
|
|
621
477
|
*/
|
|
622
478
|
InstanceArn: string | undefined;
|
|
623
479
|
}
|
|
624
|
-
export declare namespace DeleteInstanceAccessControlAttributeConfigurationRequest {
|
|
625
|
-
/**
|
|
626
|
-
* @internal
|
|
627
|
-
*/
|
|
628
|
-
const filterSensitiveLog: (obj: DeleteInstanceAccessControlAttributeConfigurationRequest) => any;
|
|
629
|
-
}
|
|
630
480
|
export interface DeleteInstanceAccessControlAttributeConfigurationResponse {
|
|
631
481
|
}
|
|
632
|
-
export declare namespace DeleteInstanceAccessControlAttributeConfigurationResponse {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
|
-
const filterSensitiveLog: (obj: DeleteInstanceAccessControlAttributeConfigurationResponse) => any;
|
|
637
|
-
}
|
|
638
482
|
export interface DeletePermissionsBoundaryFromPermissionSetRequest {
|
|
639
483
|
/**
|
|
640
484
|
* <p>The ARN of the SSO instance under which the operation will be executed. </p>
|
|
@@ -645,20 +489,8 @@ export interface DeletePermissionsBoundaryFromPermissionSetRequest {
|
|
|
645
489
|
*/
|
|
646
490
|
PermissionSetArn: string | undefined;
|
|
647
491
|
}
|
|
648
|
-
export declare namespace DeletePermissionsBoundaryFromPermissionSetRequest {
|
|
649
|
-
/**
|
|
650
|
-
* @internal
|
|
651
|
-
*/
|
|
652
|
-
const filterSensitiveLog: (obj: DeletePermissionsBoundaryFromPermissionSetRequest) => any;
|
|
653
|
-
}
|
|
654
492
|
export interface DeletePermissionsBoundaryFromPermissionSetResponse {
|
|
655
493
|
}
|
|
656
|
-
export declare namespace DeletePermissionsBoundaryFromPermissionSetResponse {
|
|
657
|
-
/**
|
|
658
|
-
* @internal
|
|
659
|
-
*/
|
|
660
|
-
const filterSensitiveLog: (obj: DeletePermissionsBoundaryFromPermissionSetResponse) => any;
|
|
661
|
-
}
|
|
662
494
|
export interface DeletePermissionSetRequest {
|
|
663
495
|
/**
|
|
664
496
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -670,20 +502,8 @@ export interface DeletePermissionSetRequest {
|
|
|
670
502
|
*/
|
|
671
503
|
PermissionSetArn: string | undefined;
|
|
672
504
|
}
|
|
673
|
-
export declare namespace DeletePermissionSetRequest {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
|
-
const filterSensitiveLog: (obj: DeletePermissionSetRequest) => any;
|
|
678
|
-
}
|
|
679
505
|
export interface DeletePermissionSetResponse {
|
|
680
506
|
}
|
|
681
|
-
export declare namespace DeletePermissionSetResponse {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
|
-
const filterSensitiveLog: (obj: DeletePermissionSetResponse) => any;
|
|
686
|
-
}
|
|
687
507
|
export interface DescribeAccountAssignmentCreationStatusRequest {
|
|
688
508
|
/**
|
|
689
509
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -695,24 +515,12 @@ export interface DescribeAccountAssignmentCreationStatusRequest {
|
|
|
695
515
|
*/
|
|
696
516
|
AccountAssignmentCreationRequestId: string | undefined;
|
|
697
517
|
}
|
|
698
|
-
export declare namespace DescribeAccountAssignmentCreationStatusRequest {
|
|
699
|
-
/**
|
|
700
|
-
* @internal
|
|
701
|
-
*/
|
|
702
|
-
const filterSensitiveLog: (obj: DescribeAccountAssignmentCreationStatusRequest) => any;
|
|
703
|
-
}
|
|
704
518
|
export interface DescribeAccountAssignmentCreationStatusResponse {
|
|
705
519
|
/**
|
|
706
520
|
* <p>The status object for the account assignment creation operation.</p>
|
|
707
521
|
*/
|
|
708
522
|
AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
|
|
709
523
|
}
|
|
710
|
-
export declare namespace DescribeAccountAssignmentCreationStatusResponse {
|
|
711
|
-
/**
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
714
|
-
const filterSensitiveLog: (obj: DescribeAccountAssignmentCreationStatusResponse) => any;
|
|
715
|
-
}
|
|
716
524
|
export interface DescribeAccountAssignmentDeletionStatusRequest {
|
|
717
525
|
/**
|
|
718
526
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -724,36 +532,18 @@ export interface DescribeAccountAssignmentDeletionStatusRequest {
|
|
|
724
532
|
*/
|
|
725
533
|
AccountAssignmentDeletionRequestId: string | undefined;
|
|
726
534
|
}
|
|
727
|
-
export declare namespace DescribeAccountAssignmentDeletionStatusRequest {
|
|
728
|
-
/**
|
|
729
|
-
* @internal
|
|
730
|
-
*/
|
|
731
|
-
const filterSensitiveLog: (obj: DescribeAccountAssignmentDeletionStatusRequest) => any;
|
|
732
|
-
}
|
|
733
535
|
export interface DescribeAccountAssignmentDeletionStatusResponse {
|
|
734
536
|
/**
|
|
735
537
|
* <p>The status object for the account assignment deletion operation.</p>
|
|
736
538
|
*/
|
|
737
539
|
AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
|
|
738
540
|
}
|
|
739
|
-
export declare namespace DescribeAccountAssignmentDeletionStatusResponse {
|
|
740
|
-
/**
|
|
741
|
-
* @internal
|
|
742
|
-
*/
|
|
743
|
-
const filterSensitiveLog: (obj: DescribeAccountAssignmentDeletionStatusResponse) => any;
|
|
744
|
-
}
|
|
745
541
|
export interface DescribeInstanceAccessControlAttributeConfigurationRequest {
|
|
746
542
|
/**
|
|
747
543
|
* <p>The ARN of the SSO instance under which the operation will be executed.</p>
|
|
748
544
|
*/
|
|
749
545
|
InstanceArn: string | undefined;
|
|
750
546
|
}
|
|
751
|
-
export declare namespace DescribeInstanceAccessControlAttributeConfigurationRequest {
|
|
752
|
-
/**
|
|
753
|
-
* @internal
|
|
754
|
-
*/
|
|
755
|
-
const filterSensitiveLog: (obj: DescribeInstanceAccessControlAttributeConfigurationRequest) => any;
|
|
756
|
-
}
|
|
757
547
|
export declare enum InstanceAccessControlAttributeConfigurationStatus {
|
|
758
548
|
CREATION_FAILED = "CREATION_FAILED",
|
|
759
549
|
CREATION_IN_PROGRESS = "CREATION_IN_PROGRESS",
|
|
@@ -774,12 +564,6 @@ export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
|
|
|
774
564
|
*/
|
|
775
565
|
InstanceAccessControlAttributeConfiguration?: InstanceAccessControlAttributeConfiguration;
|
|
776
566
|
}
|
|
777
|
-
export declare namespace DescribeInstanceAccessControlAttributeConfigurationResponse {
|
|
778
|
-
/**
|
|
779
|
-
* @internal
|
|
780
|
-
*/
|
|
781
|
-
const filterSensitiveLog: (obj: DescribeInstanceAccessControlAttributeConfigurationResponse) => any;
|
|
782
|
-
}
|
|
783
567
|
export interface DescribePermissionSetRequest {
|
|
784
568
|
/**
|
|
785
569
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -791,24 +575,12 @@ export interface DescribePermissionSetRequest {
|
|
|
791
575
|
*/
|
|
792
576
|
PermissionSetArn: string | undefined;
|
|
793
577
|
}
|
|
794
|
-
export declare namespace DescribePermissionSetRequest {
|
|
795
|
-
/**
|
|
796
|
-
* @internal
|
|
797
|
-
*/
|
|
798
|
-
const filterSensitiveLog: (obj: DescribePermissionSetRequest) => any;
|
|
799
|
-
}
|
|
800
578
|
export interface DescribePermissionSetResponse {
|
|
801
579
|
/**
|
|
802
580
|
* <p>Describes the level of access on an Amazon Web Services account.</p>
|
|
803
581
|
*/
|
|
804
582
|
PermissionSet?: PermissionSet;
|
|
805
583
|
}
|
|
806
|
-
export declare namespace DescribePermissionSetResponse {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
|
-
const filterSensitiveLog: (obj: DescribePermissionSetResponse) => any;
|
|
811
|
-
}
|
|
812
584
|
export interface DescribePermissionSetProvisioningStatusRequest {
|
|
813
585
|
/**
|
|
814
586
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -821,12 +593,6 @@ export interface DescribePermissionSetProvisioningStatusRequest {
|
|
|
821
593
|
*/
|
|
822
594
|
ProvisionPermissionSetRequestId: string | undefined;
|
|
823
595
|
}
|
|
824
|
-
export declare namespace DescribePermissionSetProvisioningStatusRequest {
|
|
825
|
-
/**
|
|
826
|
-
* @internal
|
|
827
|
-
*/
|
|
828
|
-
const filterSensitiveLog: (obj: DescribePermissionSetProvisioningStatusRequest) => any;
|
|
829
|
-
}
|
|
830
596
|
/**
|
|
831
597
|
* <p>A structure that is used to provide the status of the provisioning operation for a
|
|
832
598
|
* specified permission set.</p>
|
|
@@ -859,24 +625,12 @@ export interface PermissionSetProvisioningStatus {
|
|
|
859
625
|
*/
|
|
860
626
|
CreatedDate?: Date;
|
|
861
627
|
}
|
|
862
|
-
export declare namespace PermissionSetProvisioningStatus {
|
|
863
|
-
/**
|
|
864
|
-
* @internal
|
|
865
|
-
*/
|
|
866
|
-
const filterSensitiveLog: (obj: PermissionSetProvisioningStatus) => any;
|
|
867
|
-
}
|
|
868
628
|
export interface DescribePermissionSetProvisioningStatusResponse {
|
|
869
629
|
/**
|
|
870
630
|
* <p>The status object for the permission set provisioning operation.</p>
|
|
871
631
|
*/
|
|
872
632
|
PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
|
|
873
633
|
}
|
|
874
|
-
export declare namespace DescribePermissionSetProvisioningStatusResponse {
|
|
875
|
-
/**
|
|
876
|
-
* @internal
|
|
877
|
-
*/
|
|
878
|
-
const filterSensitiveLog: (obj: DescribePermissionSetProvisioningStatusResponse) => any;
|
|
879
|
-
}
|
|
880
634
|
export interface DetachCustomerManagedPolicyReferenceFromPermissionSetRequest {
|
|
881
635
|
/**
|
|
882
636
|
* <p>The ARN of the SSO instance under which the operation will be executed. </p>
|
|
@@ -891,20 +645,8 @@ export interface DetachCustomerManagedPolicyReferenceFromPermissionSetRequest {
|
|
|
891
645
|
*/
|
|
892
646
|
CustomerManagedPolicyReference: CustomerManagedPolicyReference | undefined;
|
|
893
647
|
}
|
|
894
|
-
export declare namespace DetachCustomerManagedPolicyReferenceFromPermissionSetRequest {
|
|
895
|
-
/**
|
|
896
|
-
* @internal
|
|
897
|
-
*/
|
|
898
|
-
const filterSensitiveLog: (obj: DetachCustomerManagedPolicyReferenceFromPermissionSetRequest) => any;
|
|
899
|
-
}
|
|
900
648
|
export interface DetachCustomerManagedPolicyReferenceFromPermissionSetResponse {
|
|
901
649
|
}
|
|
902
|
-
export declare namespace DetachCustomerManagedPolicyReferenceFromPermissionSetResponse {
|
|
903
|
-
/**
|
|
904
|
-
* @internal
|
|
905
|
-
*/
|
|
906
|
-
const filterSensitiveLog: (obj: DetachCustomerManagedPolicyReferenceFromPermissionSetResponse) => any;
|
|
907
|
-
}
|
|
908
650
|
export interface DetachManagedPolicyFromPermissionSetRequest {
|
|
909
651
|
/**
|
|
910
652
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -921,20 +663,8 @@ export interface DetachManagedPolicyFromPermissionSetRequest {
|
|
|
921
663
|
*/
|
|
922
664
|
ManagedPolicyArn: string | undefined;
|
|
923
665
|
}
|
|
924
|
-
export declare namespace DetachManagedPolicyFromPermissionSetRequest {
|
|
925
|
-
/**
|
|
926
|
-
* @internal
|
|
927
|
-
*/
|
|
928
|
-
const filterSensitiveLog: (obj: DetachManagedPolicyFromPermissionSetRequest) => any;
|
|
929
|
-
}
|
|
930
666
|
export interface DetachManagedPolicyFromPermissionSetResponse {
|
|
931
667
|
}
|
|
932
|
-
export declare namespace DetachManagedPolicyFromPermissionSetResponse {
|
|
933
|
-
/**
|
|
934
|
-
* @internal
|
|
935
|
-
*/
|
|
936
|
-
const filterSensitiveLog: (obj: DetachManagedPolicyFromPermissionSetResponse) => any;
|
|
937
|
-
}
|
|
938
668
|
export interface GetInlinePolicyForPermissionSetRequest {
|
|
939
669
|
/**
|
|
940
670
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -946,24 +676,12 @@ export interface GetInlinePolicyForPermissionSetRequest {
|
|
|
946
676
|
*/
|
|
947
677
|
PermissionSetArn: string | undefined;
|
|
948
678
|
}
|
|
949
|
-
export declare namespace GetInlinePolicyForPermissionSetRequest {
|
|
950
|
-
/**
|
|
951
|
-
* @internal
|
|
952
|
-
*/
|
|
953
|
-
const filterSensitiveLog: (obj: GetInlinePolicyForPermissionSetRequest) => any;
|
|
954
|
-
}
|
|
955
679
|
export interface GetInlinePolicyForPermissionSetResponse {
|
|
956
680
|
/**
|
|
957
681
|
* <p>The IAM inline policy that is attached to the permission set.</p>
|
|
958
682
|
*/
|
|
959
683
|
InlinePolicy?: string;
|
|
960
684
|
}
|
|
961
|
-
export declare namespace GetInlinePolicyForPermissionSetResponse {
|
|
962
|
-
/**
|
|
963
|
-
* @internal
|
|
964
|
-
*/
|
|
965
|
-
const filterSensitiveLog: (obj: GetInlinePolicyForPermissionSetResponse) => any;
|
|
966
|
-
}
|
|
967
685
|
export interface GetPermissionsBoundaryForPermissionSetRequest {
|
|
968
686
|
/**
|
|
969
687
|
* <p>The ARN of the SSO instance under which the operation will be executed. </p>
|
|
@@ -974,12 +692,6 @@ export interface GetPermissionsBoundaryForPermissionSetRequest {
|
|
|
974
692
|
*/
|
|
975
693
|
PermissionSetArn: string | undefined;
|
|
976
694
|
}
|
|
977
|
-
export declare namespace GetPermissionsBoundaryForPermissionSetRequest {
|
|
978
|
-
/**
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
981
|
-
const filterSensitiveLog: (obj: GetPermissionsBoundaryForPermissionSetRequest) => any;
|
|
982
|
-
}
|
|
983
695
|
/**
|
|
984
696
|
* <p>Specifies the configuration of the Amazon Web Services managed or customer managed policy that you want to set as a permissions boundary. Specify either <code>CustomerManagedPolicyReference</code>
|
|
985
697
|
* to use the name and path of a customer managed policy, or <code>ManagedPolicyArn</code> to use the ARN of an Amazon Web Services managed IAM policy. A permissions boundary represents the maximum permissions that any policy
|
|
@@ -998,24 +710,12 @@ export interface PermissionsBoundary {
|
|
|
998
710
|
*/
|
|
999
711
|
ManagedPolicyArn?: string;
|
|
1000
712
|
}
|
|
1001
|
-
export declare namespace PermissionsBoundary {
|
|
1002
|
-
/**
|
|
1003
|
-
* @internal
|
|
1004
|
-
*/
|
|
1005
|
-
const filterSensitiveLog: (obj: PermissionsBoundary) => any;
|
|
1006
|
-
}
|
|
1007
713
|
export interface GetPermissionsBoundaryForPermissionSetResponse {
|
|
1008
714
|
/**
|
|
1009
715
|
* <p>The permissions boundary attached to the specified permission set.</p>
|
|
1010
716
|
*/
|
|
1011
717
|
PermissionsBoundary?: PermissionsBoundary;
|
|
1012
718
|
}
|
|
1013
|
-
export declare namespace GetPermissionsBoundaryForPermissionSetResponse {
|
|
1014
|
-
/**
|
|
1015
|
-
* @internal
|
|
1016
|
-
*/
|
|
1017
|
-
const filterSensitiveLog: (obj: GetPermissionsBoundaryForPermissionSetResponse) => any;
|
|
1018
|
-
}
|
|
1019
719
|
/**
|
|
1020
720
|
* <p>Provides information about the SSO instance.</p>
|
|
1021
721
|
*/
|
|
@@ -1030,12 +730,6 @@ export interface InstanceMetadata {
|
|
|
1030
730
|
*/
|
|
1031
731
|
IdentityStoreId?: string;
|
|
1032
732
|
}
|
|
1033
|
-
export declare namespace InstanceMetadata {
|
|
1034
|
-
/**
|
|
1035
|
-
* @internal
|
|
1036
|
-
*/
|
|
1037
|
-
const filterSensitiveLog: (obj: InstanceMetadata) => any;
|
|
1038
|
-
}
|
|
1039
733
|
/**
|
|
1040
734
|
* <p>Filters he operation status list based on the passed attribute value.</p>
|
|
1041
735
|
*/
|
|
@@ -1045,12 +739,6 @@ export interface OperationStatusFilter {
|
|
|
1045
739
|
*/
|
|
1046
740
|
Status?: StatusValues | string;
|
|
1047
741
|
}
|
|
1048
|
-
export declare namespace OperationStatusFilter {
|
|
1049
|
-
/**
|
|
1050
|
-
* @internal
|
|
1051
|
-
*/
|
|
1052
|
-
const filterSensitiveLog: (obj: OperationStatusFilter) => any;
|
|
1053
|
-
}
|
|
1054
742
|
export interface ListAccountAssignmentCreationStatusRequest {
|
|
1055
743
|
/**
|
|
1056
744
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -1070,12 +758,6 @@ export interface ListAccountAssignmentCreationStatusRequest {
|
|
|
1070
758
|
*/
|
|
1071
759
|
Filter?: OperationStatusFilter;
|
|
1072
760
|
}
|
|
1073
|
-
export declare namespace ListAccountAssignmentCreationStatusRequest {
|
|
1074
|
-
/**
|
|
1075
|
-
* @internal
|
|
1076
|
-
*/
|
|
1077
|
-
const filterSensitiveLog: (obj: ListAccountAssignmentCreationStatusRequest) => any;
|
|
1078
|
-
}
|
|
1079
761
|
export interface ListAccountAssignmentCreationStatusResponse {
|
|
1080
762
|
/**
|
|
1081
763
|
* <p>The status object for the account assignment creation operation.</p>
|
|
@@ -1086,12 +768,6 @@ export interface ListAccountAssignmentCreationStatusResponse {
|
|
|
1086
768
|
*/
|
|
1087
769
|
NextToken?: string;
|
|
1088
770
|
}
|
|
1089
|
-
export declare namespace ListAccountAssignmentCreationStatusResponse {
|
|
1090
|
-
/**
|
|
1091
|
-
* @internal
|
|
1092
|
-
*/
|
|
1093
|
-
const filterSensitiveLog: (obj: ListAccountAssignmentCreationStatusResponse) => any;
|
|
1094
|
-
}
|
|
1095
771
|
export interface ListAccountAssignmentDeletionStatusRequest {
|
|
1096
772
|
/**
|
|
1097
773
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -1111,12 +787,6 @@ export interface ListAccountAssignmentDeletionStatusRequest {
|
|
|
1111
787
|
*/
|
|
1112
788
|
Filter?: OperationStatusFilter;
|
|
1113
789
|
}
|
|
1114
|
-
export declare namespace ListAccountAssignmentDeletionStatusRequest {
|
|
1115
|
-
/**
|
|
1116
|
-
* @internal
|
|
1117
|
-
*/
|
|
1118
|
-
const filterSensitiveLog: (obj: ListAccountAssignmentDeletionStatusRequest) => any;
|
|
1119
|
-
}
|
|
1120
790
|
export interface ListAccountAssignmentDeletionStatusResponse {
|
|
1121
791
|
/**
|
|
1122
792
|
* <p>The status object for the account assignment deletion operation.</p>
|
|
@@ -1127,12 +797,6 @@ export interface ListAccountAssignmentDeletionStatusResponse {
|
|
|
1127
797
|
*/
|
|
1128
798
|
NextToken?: string;
|
|
1129
799
|
}
|
|
1130
|
-
export declare namespace ListAccountAssignmentDeletionStatusResponse {
|
|
1131
|
-
/**
|
|
1132
|
-
* @internal
|
|
1133
|
-
*/
|
|
1134
|
-
const filterSensitiveLog: (obj: ListAccountAssignmentDeletionStatusResponse) => any;
|
|
1135
|
-
}
|
|
1136
800
|
export interface ListAccountAssignmentsRequest {
|
|
1137
801
|
/**
|
|
1138
802
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -1156,12 +820,6 @@ export interface ListAccountAssignmentsRequest {
|
|
|
1156
820
|
*/
|
|
1157
821
|
NextToken?: string;
|
|
1158
822
|
}
|
|
1159
|
-
export declare namespace ListAccountAssignmentsRequest {
|
|
1160
|
-
/**
|
|
1161
|
-
* @internal
|
|
1162
|
-
*/
|
|
1163
|
-
const filterSensitiveLog: (obj: ListAccountAssignmentsRequest) => any;
|
|
1164
|
-
}
|
|
1165
823
|
export interface ListAccountAssignmentsResponse {
|
|
1166
824
|
/**
|
|
1167
825
|
* <p>The list of assignments that match the input Amazon Web Services account and permission set.</p>
|
|
@@ -1172,12 +830,6 @@ export interface ListAccountAssignmentsResponse {
|
|
|
1172
830
|
*/
|
|
1173
831
|
NextToken?: string;
|
|
1174
832
|
}
|
|
1175
|
-
export declare namespace ListAccountAssignmentsResponse {
|
|
1176
|
-
/**
|
|
1177
|
-
* @internal
|
|
1178
|
-
*/
|
|
1179
|
-
const filterSensitiveLog: (obj: ListAccountAssignmentsResponse) => any;
|
|
1180
|
-
}
|
|
1181
833
|
export declare enum ProvisioningStatus {
|
|
1182
834
|
LATEST_PERMISSION_SET_NOT_PROVISIONED = "LATEST_PERMISSION_SET_NOT_PROVISIONED",
|
|
1183
835
|
LATEST_PERMISSION_SET_PROVISIONED = "LATEST_PERMISSION_SET_PROVISIONED"
|
|
@@ -1206,12 +858,6 @@ export interface ListAccountsForProvisionedPermissionSetRequest {
|
|
|
1206
858
|
*/
|
|
1207
859
|
NextToken?: string;
|
|
1208
860
|
}
|
|
1209
|
-
export declare namespace ListAccountsForProvisionedPermissionSetRequest {
|
|
1210
|
-
/**
|
|
1211
|
-
* @internal
|
|
1212
|
-
*/
|
|
1213
|
-
const filterSensitiveLog: (obj: ListAccountsForProvisionedPermissionSetRequest) => any;
|
|
1214
|
-
}
|
|
1215
861
|
export interface ListAccountsForProvisionedPermissionSetResponse {
|
|
1216
862
|
/**
|
|
1217
863
|
* <p>The list of Amazon Web Services <code>AccountIds</code>.</p>
|
|
@@ -1222,12 +868,6 @@ export interface ListAccountsForProvisionedPermissionSetResponse {
|
|
|
1222
868
|
*/
|
|
1223
869
|
NextToken?: string;
|
|
1224
870
|
}
|
|
1225
|
-
export declare namespace ListAccountsForProvisionedPermissionSetResponse {
|
|
1226
|
-
/**
|
|
1227
|
-
* @internal
|
|
1228
|
-
*/
|
|
1229
|
-
const filterSensitiveLog: (obj: ListAccountsForProvisionedPermissionSetResponse) => any;
|
|
1230
|
-
}
|
|
1231
871
|
export interface ListCustomerManagedPolicyReferencesInPermissionSetRequest {
|
|
1232
872
|
/**
|
|
1233
873
|
* <p>The ARN of the SSO instance under which the operation will be executed. </p>
|
|
@@ -1246,12 +886,6 @@ export interface ListCustomerManagedPolicyReferencesInPermissionSetRequest {
|
|
|
1246
886
|
*/
|
|
1247
887
|
NextToken?: string;
|
|
1248
888
|
}
|
|
1249
|
-
export declare namespace ListCustomerManagedPolicyReferencesInPermissionSetRequest {
|
|
1250
|
-
/**
|
|
1251
|
-
* @internal
|
|
1252
|
-
*/
|
|
1253
|
-
const filterSensitiveLog: (obj: ListCustomerManagedPolicyReferencesInPermissionSetRequest) => any;
|
|
1254
|
-
}
|
|
1255
889
|
export interface ListCustomerManagedPolicyReferencesInPermissionSetResponse {
|
|
1256
890
|
/**
|
|
1257
891
|
* <p>Specifies the names and paths of the IAM customer managed policies that you have attached to your permission set.</p>
|
|
@@ -1262,12 +896,6 @@ export interface ListCustomerManagedPolicyReferencesInPermissionSetResponse {
|
|
|
1262
896
|
*/
|
|
1263
897
|
NextToken?: string;
|
|
1264
898
|
}
|
|
1265
|
-
export declare namespace ListCustomerManagedPolicyReferencesInPermissionSetResponse {
|
|
1266
|
-
/**
|
|
1267
|
-
* @internal
|
|
1268
|
-
*/
|
|
1269
|
-
const filterSensitiveLog: (obj: ListCustomerManagedPolicyReferencesInPermissionSetResponse) => any;
|
|
1270
|
-
}
|
|
1271
899
|
export interface ListInstancesRequest {
|
|
1272
900
|
/**
|
|
1273
901
|
* <p>The maximum number of results to display for the instance.</p>
|
|
@@ -1278,12 +906,6 @@ export interface ListInstancesRequest {
|
|
|
1278
906
|
*/
|
|
1279
907
|
NextToken?: string;
|
|
1280
908
|
}
|
|
1281
|
-
export declare namespace ListInstancesRequest {
|
|
1282
|
-
/**
|
|
1283
|
-
* @internal
|
|
1284
|
-
*/
|
|
1285
|
-
const filterSensitiveLog: (obj: ListInstancesRequest) => any;
|
|
1286
|
-
}
|
|
1287
909
|
export interface ListInstancesResponse {
|
|
1288
910
|
/**
|
|
1289
911
|
* <p>Lists the SSO instances that the caller has access to.</p>
|
|
@@ -1294,12 +916,6 @@ export interface ListInstancesResponse {
|
|
|
1294
916
|
*/
|
|
1295
917
|
NextToken?: string;
|
|
1296
918
|
}
|
|
1297
|
-
export declare namespace ListInstancesResponse {
|
|
1298
|
-
/**
|
|
1299
|
-
* @internal
|
|
1300
|
-
*/
|
|
1301
|
-
const filterSensitiveLog: (obj: ListInstancesResponse) => any;
|
|
1302
|
-
}
|
|
1303
919
|
export interface ListManagedPoliciesInPermissionSetRequest {
|
|
1304
920
|
/**
|
|
1305
921
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -1320,12 +936,6 @@ export interface ListManagedPoliciesInPermissionSetRequest {
|
|
|
1320
936
|
*/
|
|
1321
937
|
NextToken?: string;
|
|
1322
938
|
}
|
|
1323
|
-
export declare namespace ListManagedPoliciesInPermissionSetRequest {
|
|
1324
|
-
/**
|
|
1325
|
-
* @internal
|
|
1326
|
-
*/
|
|
1327
|
-
const filterSensitiveLog: (obj: ListManagedPoliciesInPermissionSetRequest) => any;
|
|
1328
|
-
}
|
|
1329
939
|
export interface ListManagedPoliciesInPermissionSetResponse {
|
|
1330
940
|
/**
|
|
1331
941
|
* <p>The array of the <a>AttachedManagedPolicy</a> data type object.</p>
|
|
@@ -1336,12 +946,6 @@ export interface ListManagedPoliciesInPermissionSetResponse {
|
|
|
1336
946
|
*/
|
|
1337
947
|
NextToken?: string;
|
|
1338
948
|
}
|
|
1339
|
-
export declare namespace ListManagedPoliciesInPermissionSetResponse {
|
|
1340
|
-
/**
|
|
1341
|
-
* @internal
|
|
1342
|
-
*/
|
|
1343
|
-
const filterSensitiveLog: (obj: ListManagedPoliciesInPermissionSetResponse) => any;
|
|
1344
|
-
}
|
|
1345
949
|
export interface ListPermissionSetProvisioningStatusRequest {
|
|
1346
950
|
/**
|
|
1347
951
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -1361,12 +965,6 @@ export interface ListPermissionSetProvisioningStatusRequest {
|
|
|
1361
965
|
*/
|
|
1362
966
|
Filter?: OperationStatusFilter;
|
|
1363
967
|
}
|
|
1364
|
-
export declare namespace ListPermissionSetProvisioningStatusRequest {
|
|
1365
|
-
/**
|
|
1366
|
-
* @internal
|
|
1367
|
-
*/
|
|
1368
|
-
const filterSensitiveLog: (obj: ListPermissionSetProvisioningStatusRequest) => any;
|
|
1369
|
-
}
|
|
1370
968
|
/**
|
|
1371
969
|
* <p>Provides information about the permission set provisioning status.</p>
|
|
1372
970
|
*/
|
|
@@ -1385,12 +983,6 @@ export interface PermissionSetProvisioningStatusMetadata {
|
|
|
1385
983
|
*/
|
|
1386
984
|
CreatedDate?: Date;
|
|
1387
985
|
}
|
|
1388
|
-
export declare namespace PermissionSetProvisioningStatusMetadata {
|
|
1389
|
-
/**
|
|
1390
|
-
* @internal
|
|
1391
|
-
*/
|
|
1392
|
-
const filterSensitiveLog: (obj: PermissionSetProvisioningStatusMetadata) => any;
|
|
1393
|
-
}
|
|
1394
986
|
export interface ListPermissionSetProvisioningStatusResponse {
|
|
1395
987
|
/**
|
|
1396
988
|
* <p>The status object for the permission set provisioning operation.</p>
|
|
@@ -1401,12 +993,6 @@ export interface ListPermissionSetProvisioningStatusResponse {
|
|
|
1401
993
|
*/
|
|
1402
994
|
NextToken?: string;
|
|
1403
995
|
}
|
|
1404
|
-
export declare namespace ListPermissionSetProvisioningStatusResponse {
|
|
1405
|
-
/**
|
|
1406
|
-
* @internal
|
|
1407
|
-
*/
|
|
1408
|
-
const filterSensitiveLog: (obj: ListPermissionSetProvisioningStatusResponse) => any;
|
|
1409
|
-
}
|
|
1410
996
|
export interface ListPermissionSetsRequest {
|
|
1411
997
|
/**
|
|
1412
998
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -1422,12 +1008,6 @@ export interface ListPermissionSetsRequest {
|
|
|
1422
1008
|
*/
|
|
1423
1009
|
MaxResults?: number;
|
|
1424
1010
|
}
|
|
1425
|
-
export declare namespace ListPermissionSetsRequest {
|
|
1426
|
-
/**
|
|
1427
|
-
* @internal
|
|
1428
|
-
*/
|
|
1429
|
-
const filterSensitiveLog: (obj: ListPermissionSetsRequest) => any;
|
|
1430
|
-
}
|
|
1431
1011
|
export interface ListPermissionSetsResponse {
|
|
1432
1012
|
/**
|
|
1433
1013
|
* <p>Defines the level of access on an Amazon Web Services account.</p>
|
|
@@ -1438,12 +1018,6 @@ export interface ListPermissionSetsResponse {
|
|
|
1438
1018
|
*/
|
|
1439
1019
|
NextToken?: string;
|
|
1440
1020
|
}
|
|
1441
|
-
export declare namespace ListPermissionSetsResponse {
|
|
1442
|
-
/**
|
|
1443
|
-
* @internal
|
|
1444
|
-
*/
|
|
1445
|
-
const filterSensitiveLog: (obj: ListPermissionSetsResponse) => any;
|
|
1446
|
-
}
|
|
1447
1021
|
export interface ListPermissionSetsProvisionedToAccountRequest {
|
|
1448
1022
|
/**
|
|
1449
1023
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -1467,12 +1041,6 @@ export interface ListPermissionSetsProvisionedToAccountRequest {
|
|
|
1467
1041
|
*/
|
|
1468
1042
|
NextToken?: string;
|
|
1469
1043
|
}
|
|
1470
|
-
export declare namespace ListPermissionSetsProvisionedToAccountRequest {
|
|
1471
|
-
/**
|
|
1472
|
-
* @internal
|
|
1473
|
-
*/
|
|
1474
|
-
const filterSensitiveLog: (obj: ListPermissionSetsProvisionedToAccountRequest) => any;
|
|
1475
|
-
}
|
|
1476
1044
|
export interface ListPermissionSetsProvisionedToAccountResponse {
|
|
1477
1045
|
/**
|
|
1478
1046
|
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
@@ -1483,12 +1051,6 @@ export interface ListPermissionSetsProvisionedToAccountResponse {
|
|
|
1483
1051
|
*/
|
|
1484
1052
|
PermissionSets?: string[];
|
|
1485
1053
|
}
|
|
1486
|
-
export declare namespace ListPermissionSetsProvisionedToAccountResponse {
|
|
1487
|
-
/**
|
|
1488
|
-
* @internal
|
|
1489
|
-
*/
|
|
1490
|
-
const filterSensitiveLog: (obj: ListPermissionSetsProvisionedToAccountResponse) => any;
|
|
1491
|
-
}
|
|
1492
1054
|
export interface ListTagsForResourceRequest {
|
|
1493
1055
|
/**
|
|
1494
1056
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -1504,12 +1066,6 @@ export interface ListTagsForResourceRequest {
|
|
|
1504
1066
|
*/
|
|
1505
1067
|
NextToken?: string;
|
|
1506
1068
|
}
|
|
1507
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1508
|
-
/**
|
|
1509
|
-
* @internal
|
|
1510
|
-
*/
|
|
1511
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1512
|
-
}
|
|
1513
1069
|
export interface ListTagsForResourceResponse {
|
|
1514
1070
|
/**
|
|
1515
1071
|
* <p>A set of key-value pairs that are used to manage the resource.</p>
|
|
@@ -1520,12 +1076,6 @@ export interface ListTagsForResourceResponse {
|
|
|
1520
1076
|
*/
|
|
1521
1077
|
NextToken?: string;
|
|
1522
1078
|
}
|
|
1523
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1524
|
-
/**
|
|
1525
|
-
* @internal
|
|
1526
|
-
*/
|
|
1527
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1528
|
-
}
|
|
1529
1079
|
export declare enum ProvisionTargetType {
|
|
1530
1080
|
ALL_PROVISIONED_ACCOUNTS = "ALL_PROVISIONED_ACCOUNTS",
|
|
1531
1081
|
AWS_ACCOUNT = "AWS_ACCOUNT"
|
|
@@ -1549,24 +1099,12 @@ export interface ProvisionPermissionSetRequest {
|
|
|
1549
1099
|
*/
|
|
1550
1100
|
TargetType: ProvisionTargetType | string | undefined;
|
|
1551
1101
|
}
|
|
1552
|
-
export declare namespace ProvisionPermissionSetRequest {
|
|
1553
|
-
/**
|
|
1554
|
-
* @internal
|
|
1555
|
-
*/
|
|
1556
|
-
const filterSensitiveLog: (obj: ProvisionPermissionSetRequest) => any;
|
|
1557
|
-
}
|
|
1558
1102
|
export interface ProvisionPermissionSetResponse {
|
|
1559
1103
|
/**
|
|
1560
1104
|
* <p>The status object for the permission set provisioning operation.</p>
|
|
1561
1105
|
*/
|
|
1562
1106
|
PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
|
|
1563
1107
|
}
|
|
1564
|
-
export declare namespace ProvisionPermissionSetResponse {
|
|
1565
|
-
/**
|
|
1566
|
-
* @internal
|
|
1567
|
-
*/
|
|
1568
|
-
const filterSensitiveLog: (obj: ProvisionPermissionSetResponse) => any;
|
|
1569
|
-
}
|
|
1570
1108
|
export interface PutInlinePolicyToPermissionSetRequest {
|
|
1571
1109
|
/**
|
|
1572
1110
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -1582,20 +1120,8 @@ export interface PutInlinePolicyToPermissionSetRequest {
|
|
|
1582
1120
|
*/
|
|
1583
1121
|
InlinePolicy: string | undefined;
|
|
1584
1122
|
}
|
|
1585
|
-
export declare namespace PutInlinePolicyToPermissionSetRequest {
|
|
1586
|
-
/**
|
|
1587
|
-
* @internal
|
|
1588
|
-
*/
|
|
1589
|
-
const filterSensitiveLog: (obj: PutInlinePolicyToPermissionSetRequest) => any;
|
|
1590
|
-
}
|
|
1591
1123
|
export interface PutInlinePolicyToPermissionSetResponse {
|
|
1592
1124
|
}
|
|
1593
|
-
export declare namespace PutInlinePolicyToPermissionSetResponse {
|
|
1594
|
-
/**
|
|
1595
|
-
* @internal
|
|
1596
|
-
*/
|
|
1597
|
-
const filterSensitiveLog: (obj: PutInlinePolicyToPermissionSetResponse) => any;
|
|
1598
|
-
}
|
|
1599
1125
|
export interface PutPermissionsBoundaryToPermissionSetRequest {
|
|
1600
1126
|
/**
|
|
1601
1127
|
* <p>The ARN of the SSO instance under which the operation will be executed. </p>
|
|
@@ -1610,20 +1136,8 @@ export interface PutPermissionsBoundaryToPermissionSetRequest {
|
|
|
1610
1136
|
*/
|
|
1611
1137
|
PermissionsBoundary: PermissionsBoundary | undefined;
|
|
1612
1138
|
}
|
|
1613
|
-
export declare namespace PutPermissionsBoundaryToPermissionSetRequest {
|
|
1614
|
-
/**
|
|
1615
|
-
* @internal
|
|
1616
|
-
*/
|
|
1617
|
-
const filterSensitiveLog: (obj: PutPermissionsBoundaryToPermissionSetRequest) => any;
|
|
1618
|
-
}
|
|
1619
1139
|
export interface PutPermissionsBoundaryToPermissionSetResponse {
|
|
1620
1140
|
}
|
|
1621
|
-
export declare namespace PutPermissionsBoundaryToPermissionSetResponse {
|
|
1622
|
-
/**
|
|
1623
|
-
* @internal
|
|
1624
|
-
*/
|
|
1625
|
-
const filterSensitiveLog: (obj: PutPermissionsBoundaryToPermissionSetResponse) => any;
|
|
1626
|
-
}
|
|
1627
1141
|
export interface TagResourceRequest {
|
|
1628
1142
|
/**
|
|
1629
1143
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -1639,20 +1153,8 @@ export interface TagResourceRequest {
|
|
|
1639
1153
|
*/
|
|
1640
1154
|
Tags: Tag[] | undefined;
|
|
1641
1155
|
}
|
|
1642
|
-
export declare namespace TagResourceRequest {
|
|
1643
|
-
/**
|
|
1644
|
-
* @internal
|
|
1645
|
-
*/
|
|
1646
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1647
|
-
}
|
|
1648
1156
|
export interface TagResourceResponse {
|
|
1649
1157
|
}
|
|
1650
|
-
export declare namespace TagResourceResponse {
|
|
1651
|
-
/**
|
|
1652
|
-
* @internal
|
|
1653
|
-
*/
|
|
1654
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1655
|
-
}
|
|
1656
1158
|
export interface UntagResourceRequest {
|
|
1657
1159
|
/**
|
|
1658
1160
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -1668,20 +1170,8 @@ export interface UntagResourceRequest {
|
|
|
1668
1170
|
*/
|
|
1669
1171
|
TagKeys: string[] | undefined;
|
|
1670
1172
|
}
|
|
1671
|
-
export declare namespace UntagResourceRequest {
|
|
1672
|
-
/**
|
|
1673
|
-
* @internal
|
|
1674
|
-
*/
|
|
1675
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1676
|
-
}
|
|
1677
1173
|
export interface UntagResourceResponse {
|
|
1678
1174
|
}
|
|
1679
|
-
export declare namespace UntagResourceResponse {
|
|
1680
|
-
/**
|
|
1681
|
-
* @internal
|
|
1682
|
-
*/
|
|
1683
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1684
|
-
}
|
|
1685
1175
|
export interface UpdateInstanceAccessControlAttributeConfigurationRequest {
|
|
1686
1176
|
/**
|
|
1687
1177
|
* <p>The ARN of the SSO instance under which the operation will be executed.</p>
|
|
@@ -1692,20 +1182,8 @@ export interface UpdateInstanceAccessControlAttributeConfigurationRequest {
|
|
|
1692
1182
|
*/
|
|
1693
1183
|
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
|
|
1694
1184
|
}
|
|
1695
|
-
export declare namespace UpdateInstanceAccessControlAttributeConfigurationRequest {
|
|
1696
|
-
/**
|
|
1697
|
-
* @internal
|
|
1698
|
-
*/
|
|
1699
|
-
const filterSensitiveLog: (obj: UpdateInstanceAccessControlAttributeConfigurationRequest) => any;
|
|
1700
|
-
}
|
|
1701
1185
|
export interface UpdateInstanceAccessControlAttributeConfigurationResponse {
|
|
1702
1186
|
}
|
|
1703
|
-
export declare namespace UpdateInstanceAccessControlAttributeConfigurationResponse {
|
|
1704
|
-
/**
|
|
1705
|
-
* @internal
|
|
1706
|
-
*/
|
|
1707
|
-
const filterSensitiveLog: (obj: UpdateInstanceAccessControlAttributeConfigurationResponse) => any;
|
|
1708
|
-
}
|
|
1709
1187
|
export interface UpdatePermissionSetRequest {
|
|
1710
1188
|
/**
|
|
1711
1189
|
* <p>The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
@@ -1731,17 +1209,361 @@ export interface UpdatePermissionSetRequest {
|
|
|
1731
1209
|
*/
|
|
1732
1210
|
RelayState?: string;
|
|
1733
1211
|
}
|
|
1734
|
-
export declare namespace UpdatePermissionSetRequest {
|
|
1735
|
-
/**
|
|
1736
|
-
* @internal
|
|
1737
|
-
*/
|
|
1738
|
-
const filterSensitiveLog: (obj: UpdatePermissionSetRequest) => any;
|
|
1739
|
-
}
|
|
1740
1212
|
export interface UpdatePermissionSetResponse {
|
|
1741
1213
|
}
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1214
|
+
/**
|
|
1215
|
+
* @internal
|
|
1216
|
+
*/
|
|
1217
|
+
export declare const AccessControlAttributeValueFilterSensitiveLog: (obj: AccessControlAttributeValue) => any;
|
|
1218
|
+
/**
|
|
1219
|
+
* @internal
|
|
1220
|
+
*/
|
|
1221
|
+
export declare const AccessControlAttributeFilterSensitiveLog: (obj: AccessControlAttribute) => any;
|
|
1222
|
+
/**
|
|
1223
|
+
* @internal
|
|
1224
|
+
*/
|
|
1225
|
+
export declare const AccountAssignmentFilterSensitiveLog: (obj: AccountAssignment) => any;
|
|
1226
|
+
/**
|
|
1227
|
+
* @internal
|
|
1228
|
+
*/
|
|
1229
|
+
export declare const AccountAssignmentOperationStatusFilterSensitiveLog: (obj: AccountAssignmentOperationStatus) => any;
|
|
1230
|
+
/**
|
|
1231
|
+
* @internal
|
|
1232
|
+
*/
|
|
1233
|
+
export declare const AccountAssignmentOperationStatusMetadataFilterSensitiveLog: (obj: AccountAssignmentOperationStatusMetadata) => any;
|
|
1234
|
+
/**
|
|
1235
|
+
* @internal
|
|
1236
|
+
*/
|
|
1237
|
+
export declare const CustomerManagedPolicyReferenceFilterSensitiveLog: (obj: CustomerManagedPolicyReference) => any;
|
|
1238
|
+
/**
|
|
1239
|
+
* @internal
|
|
1240
|
+
*/
|
|
1241
|
+
export declare const AttachCustomerManagedPolicyReferenceToPermissionSetRequestFilterSensitiveLog: (obj: AttachCustomerManagedPolicyReferenceToPermissionSetRequest) => any;
|
|
1242
|
+
/**
|
|
1243
|
+
* @internal
|
|
1244
|
+
*/
|
|
1245
|
+
export declare const AttachCustomerManagedPolicyReferenceToPermissionSetResponseFilterSensitiveLog: (obj: AttachCustomerManagedPolicyReferenceToPermissionSetResponse) => any;
|
|
1246
|
+
/**
|
|
1247
|
+
* @internal
|
|
1248
|
+
*/
|
|
1249
|
+
export declare const AttachedManagedPolicyFilterSensitiveLog: (obj: AttachedManagedPolicy) => any;
|
|
1250
|
+
/**
|
|
1251
|
+
* @internal
|
|
1252
|
+
*/
|
|
1253
|
+
export declare const AttachManagedPolicyToPermissionSetRequestFilterSensitiveLog: (obj: AttachManagedPolicyToPermissionSetRequest) => any;
|
|
1254
|
+
/**
|
|
1255
|
+
* @internal
|
|
1256
|
+
*/
|
|
1257
|
+
export declare const AttachManagedPolicyToPermissionSetResponseFilterSensitiveLog: (obj: AttachManagedPolicyToPermissionSetResponse) => any;
|
|
1258
|
+
/**
|
|
1259
|
+
* @internal
|
|
1260
|
+
*/
|
|
1261
|
+
export declare const CreateAccountAssignmentRequestFilterSensitiveLog: (obj: CreateAccountAssignmentRequest) => any;
|
|
1262
|
+
/**
|
|
1263
|
+
* @internal
|
|
1264
|
+
*/
|
|
1265
|
+
export declare const CreateAccountAssignmentResponseFilterSensitiveLog: (obj: CreateAccountAssignmentResponse) => any;
|
|
1266
|
+
/**
|
|
1267
|
+
* @internal
|
|
1268
|
+
*/
|
|
1269
|
+
export declare const InstanceAccessControlAttributeConfigurationFilterSensitiveLog: (obj: InstanceAccessControlAttributeConfiguration) => any;
|
|
1270
|
+
/**
|
|
1271
|
+
* @internal
|
|
1272
|
+
*/
|
|
1273
|
+
export declare const CreateInstanceAccessControlAttributeConfigurationRequestFilterSensitiveLog: (obj: CreateInstanceAccessControlAttributeConfigurationRequest) => any;
|
|
1274
|
+
/**
|
|
1275
|
+
* @internal
|
|
1276
|
+
*/
|
|
1277
|
+
export declare const CreateInstanceAccessControlAttributeConfigurationResponseFilterSensitiveLog: (obj: CreateInstanceAccessControlAttributeConfigurationResponse) => any;
|
|
1278
|
+
/**
|
|
1279
|
+
* @internal
|
|
1280
|
+
*/
|
|
1281
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1282
|
+
/**
|
|
1283
|
+
* @internal
|
|
1284
|
+
*/
|
|
1285
|
+
export declare const CreatePermissionSetRequestFilterSensitiveLog: (obj: CreatePermissionSetRequest) => any;
|
|
1286
|
+
/**
|
|
1287
|
+
* @internal
|
|
1288
|
+
*/
|
|
1289
|
+
export declare const PermissionSetFilterSensitiveLog: (obj: PermissionSet) => any;
|
|
1290
|
+
/**
|
|
1291
|
+
* @internal
|
|
1292
|
+
*/
|
|
1293
|
+
export declare const CreatePermissionSetResponseFilterSensitiveLog: (obj: CreatePermissionSetResponse) => any;
|
|
1294
|
+
/**
|
|
1295
|
+
* @internal
|
|
1296
|
+
*/
|
|
1297
|
+
export declare const DeleteAccountAssignmentRequestFilterSensitiveLog: (obj: DeleteAccountAssignmentRequest) => any;
|
|
1298
|
+
/**
|
|
1299
|
+
* @internal
|
|
1300
|
+
*/
|
|
1301
|
+
export declare const DeleteAccountAssignmentResponseFilterSensitiveLog: (obj: DeleteAccountAssignmentResponse) => any;
|
|
1302
|
+
/**
|
|
1303
|
+
* @internal
|
|
1304
|
+
*/
|
|
1305
|
+
export declare const DeleteInlinePolicyFromPermissionSetRequestFilterSensitiveLog: (obj: DeleteInlinePolicyFromPermissionSetRequest) => any;
|
|
1306
|
+
/**
|
|
1307
|
+
* @internal
|
|
1308
|
+
*/
|
|
1309
|
+
export declare const DeleteInlinePolicyFromPermissionSetResponseFilterSensitiveLog: (obj: DeleteInlinePolicyFromPermissionSetResponse) => any;
|
|
1310
|
+
/**
|
|
1311
|
+
* @internal
|
|
1312
|
+
*/
|
|
1313
|
+
export declare const DeleteInstanceAccessControlAttributeConfigurationRequestFilterSensitiveLog: (obj: DeleteInstanceAccessControlAttributeConfigurationRequest) => any;
|
|
1314
|
+
/**
|
|
1315
|
+
* @internal
|
|
1316
|
+
*/
|
|
1317
|
+
export declare const DeleteInstanceAccessControlAttributeConfigurationResponseFilterSensitiveLog: (obj: DeleteInstanceAccessControlAttributeConfigurationResponse) => any;
|
|
1318
|
+
/**
|
|
1319
|
+
* @internal
|
|
1320
|
+
*/
|
|
1321
|
+
export declare const DeletePermissionsBoundaryFromPermissionSetRequestFilterSensitiveLog: (obj: DeletePermissionsBoundaryFromPermissionSetRequest) => any;
|
|
1322
|
+
/**
|
|
1323
|
+
* @internal
|
|
1324
|
+
*/
|
|
1325
|
+
export declare const DeletePermissionsBoundaryFromPermissionSetResponseFilterSensitiveLog: (obj: DeletePermissionsBoundaryFromPermissionSetResponse) => any;
|
|
1326
|
+
/**
|
|
1327
|
+
* @internal
|
|
1328
|
+
*/
|
|
1329
|
+
export declare const DeletePermissionSetRequestFilterSensitiveLog: (obj: DeletePermissionSetRequest) => any;
|
|
1330
|
+
/**
|
|
1331
|
+
* @internal
|
|
1332
|
+
*/
|
|
1333
|
+
export declare const DeletePermissionSetResponseFilterSensitiveLog: (obj: DeletePermissionSetResponse) => any;
|
|
1334
|
+
/**
|
|
1335
|
+
* @internal
|
|
1336
|
+
*/
|
|
1337
|
+
export declare const DescribeAccountAssignmentCreationStatusRequestFilterSensitiveLog: (obj: DescribeAccountAssignmentCreationStatusRequest) => any;
|
|
1338
|
+
/**
|
|
1339
|
+
* @internal
|
|
1340
|
+
*/
|
|
1341
|
+
export declare const DescribeAccountAssignmentCreationStatusResponseFilterSensitiveLog: (obj: DescribeAccountAssignmentCreationStatusResponse) => any;
|
|
1342
|
+
/**
|
|
1343
|
+
* @internal
|
|
1344
|
+
*/
|
|
1345
|
+
export declare const DescribeAccountAssignmentDeletionStatusRequestFilterSensitiveLog: (obj: DescribeAccountAssignmentDeletionStatusRequest) => any;
|
|
1346
|
+
/**
|
|
1347
|
+
* @internal
|
|
1348
|
+
*/
|
|
1349
|
+
export declare const DescribeAccountAssignmentDeletionStatusResponseFilterSensitiveLog: (obj: DescribeAccountAssignmentDeletionStatusResponse) => any;
|
|
1350
|
+
/**
|
|
1351
|
+
* @internal
|
|
1352
|
+
*/
|
|
1353
|
+
export declare const DescribeInstanceAccessControlAttributeConfigurationRequestFilterSensitiveLog: (obj: DescribeInstanceAccessControlAttributeConfigurationRequest) => any;
|
|
1354
|
+
/**
|
|
1355
|
+
* @internal
|
|
1356
|
+
*/
|
|
1357
|
+
export declare const DescribeInstanceAccessControlAttributeConfigurationResponseFilterSensitiveLog: (obj: DescribeInstanceAccessControlAttributeConfigurationResponse) => any;
|
|
1358
|
+
/**
|
|
1359
|
+
* @internal
|
|
1360
|
+
*/
|
|
1361
|
+
export declare const DescribePermissionSetRequestFilterSensitiveLog: (obj: DescribePermissionSetRequest) => any;
|
|
1362
|
+
/**
|
|
1363
|
+
* @internal
|
|
1364
|
+
*/
|
|
1365
|
+
export declare const DescribePermissionSetResponseFilterSensitiveLog: (obj: DescribePermissionSetResponse) => any;
|
|
1366
|
+
/**
|
|
1367
|
+
* @internal
|
|
1368
|
+
*/
|
|
1369
|
+
export declare const DescribePermissionSetProvisioningStatusRequestFilterSensitiveLog: (obj: DescribePermissionSetProvisioningStatusRequest) => any;
|
|
1370
|
+
/**
|
|
1371
|
+
* @internal
|
|
1372
|
+
*/
|
|
1373
|
+
export declare const PermissionSetProvisioningStatusFilterSensitiveLog: (obj: PermissionSetProvisioningStatus) => any;
|
|
1374
|
+
/**
|
|
1375
|
+
* @internal
|
|
1376
|
+
*/
|
|
1377
|
+
export declare const DescribePermissionSetProvisioningStatusResponseFilterSensitiveLog: (obj: DescribePermissionSetProvisioningStatusResponse) => any;
|
|
1378
|
+
/**
|
|
1379
|
+
* @internal
|
|
1380
|
+
*/
|
|
1381
|
+
export declare const DetachCustomerManagedPolicyReferenceFromPermissionSetRequestFilterSensitiveLog: (obj: DetachCustomerManagedPolicyReferenceFromPermissionSetRequest) => any;
|
|
1382
|
+
/**
|
|
1383
|
+
* @internal
|
|
1384
|
+
*/
|
|
1385
|
+
export declare const DetachCustomerManagedPolicyReferenceFromPermissionSetResponseFilterSensitiveLog: (obj: DetachCustomerManagedPolicyReferenceFromPermissionSetResponse) => any;
|
|
1386
|
+
/**
|
|
1387
|
+
* @internal
|
|
1388
|
+
*/
|
|
1389
|
+
export declare const DetachManagedPolicyFromPermissionSetRequestFilterSensitiveLog: (obj: DetachManagedPolicyFromPermissionSetRequest) => any;
|
|
1390
|
+
/**
|
|
1391
|
+
* @internal
|
|
1392
|
+
*/
|
|
1393
|
+
export declare const DetachManagedPolicyFromPermissionSetResponseFilterSensitiveLog: (obj: DetachManagedPolicyFromPermissionSetResponse) => any;
|
|
1394
|
+
/**
|
|
1395
|
+
* @internal
|
|
1396
|
+
*/
|
|
1397
|
+
export declare const GetInlinePolicyForPermissionSetRequestFilterSensitiveLog: (obj: GetInlinePolicyForPermissionSetRequest) => any;
|
|
1398
|
+
/**
|
|
1399
|
+
* @internal
|
|
1400
|
+
*/
|
|
1401
|
+
export declare const GetInlinePolicyForPermissionSetResponseFilterSensitiveLog: (obj: GetInlinePolicyForPermissionSetResponse) => any;
|
|
1402
|
+
/**
|
|
1403
|
+
* @internal
|
|
1404
|
+
*/
|
|
1405
|
+
export declare const GetPermissionsBoundaryForPermissionSetRequestFilterSensitiveLog: (obj: GetPermissionsBoundaryForPermissionSetRequest) => any;
|
|
1406
|
+
/**
|
|
1407
|
+
* @internal
|
|
1408
|
+
*/
|
|
1409
|
+
export declare const PermissionsBoundaryFilterSensitiveLog: (obj: PermissionsBoundary) => any;
|
|
1410
|
+
/**
|
|
1411
|
+
* @internal
|
|
1412
|
+
*/
|
|
1413
|
+
export declare const GetPermissionsBoundaryForPermissionSetResponseFilterSensitiveLog: (obj: GetPermissionsBoundaryForPermissionSetResponse) => any;
|
|
1414
|
+
/**
|
|
1415
|
+
* @internal
|
|
1416
|
+
*/
|
|
1417
|
+
export declare const InstanceMetadataFilterSensitiveLog: (obj: InstanceMetadata) => any;
|
|
1418
|
+
/**
|
|
1419
|
+
* @internal
|
|
1420
|
+
*/
|
|
1421
|
+
export declare const OperationStatusFilterFilterSensitiveLog: (obj: OperationStatusFilter) => any;
|
|
1422
|
+
/**
|
|
1423
|
+
* @internal
|
|
1424
|
+
*/
|
|
1425
|
+
export declare const ListAccountAssignmentCreationStatusRequestFilterSensitiveLog: (obj: ListAccountAssignmentCreationStatusRequest) => any;
|
|
1426
|
+
/**
|
|
1427
|
+
* @internal
|
|
1428
|
+
*/
|
|
1429
|
+
export declare const ListAccountAssignmentCreationStatusResponseFilterSensitiveLog: (obj: ListAccountAssignmentCreationStatusResponse) => any;
|
|
1430
|
+
/**
|
|
1431
|
+
* @internal
|
|
1432
|
+
*/
|
|
1433
|
+
export declare const ListAccountAssignmentDeletionStatusRequestFilterSensitiveLog: (obj: ListAccountAssignmentDeletionStatusRequest) => any;
|
|
1434
|
+
/**
|
|
1435
|
+
* @internal
|
|
1436
|
+
*/
|
|
1437
|
+
export declare const ListAccountAssignmentDeletionStatusResponseFilterSensitiveLog: (obj: ListAccountAssignmentDeletionStatusResponse) => any;
|
|
1438
|
+
/**
|
|
1439
|
+
* @internal
|
|
1440
|
+
*/
|
|
1441
|
+
export declare const ListAccountAssignmentsRequestFilterSensitiveLog: (obj: ListAccountAssignmentsRequest) => any;
|
|
1442
|
+
/**
|
|
1443
|
+
* @internal
|
|
1444
|
+
*/
|
|
1445
|
+
export declare const ListAccountAssignmentsResponseFilterSensitiveLog: (obj: ListAccountAssignmentsResponse) => any;
|
|
1446
|
+
/**
|
|
1447
|
+
* @internal
|
|
1448
|
+
*/
|
|
1449
|
+
export declare const ListAccountsForProvisionedPermissionSetRequestFilterSensitiveLog: (obj: ListAccountsForProvisionedPermissionSetRequest) => any;
|
|
1450
|
+
/**
|
|
1451
|
+
* @internal
|
|
1452
|
+
*/
|
|
1453
|
+
export declare const ListAccountsForProvisionedPermissionSetResponseFilterSensitiveLog: (obj: ListAccountsForProvisionedPermissionSetResponse) => any;
|
|
1454
|
+
/**
|
|
1455
|
+
* @internal
|
|
1456
|
+
*/
|
|
1457
|
+
export declare const ListCustomerManagedPolicyReferencesInPermissionSetRequestFilterSensitiveLog: (obj: ListCustomerManagedPolicyReferencesInPermissionSetRequest) => any;
|
|
1458
|
+
/**
|
|
1459
|
+
* @internal
|
|
1460
|
+
*/
|
|
1461
|
+
export declare const ListCustomerManagedPolicyReferencesInPermissionSetResponseFilterSensitiveLog: (obj: ListCustomerManagedPolicyReferencesInPermissionSetResponse) => any;
|
|
1462
|
+
/**
|
|
1463
|
+
* @internal
|
|
1464
|
+
*/
|
|
1465
|
+
export declare const ListInstancesRequestFilterSensitiveLog: (obj: ListInstancesRequest) => any;
|
|
1466
|
+
/**
|
|
1467
|
+
* @internal
|
|
1468
|
+
*/
|
|
1469
|
+
export declare const ListInstancesResponseFilterSensitiveLog: (obj: ListInstancesResponse) => any;
|
|
1470
|
+
/**
|
|
1471
|
+
* @internal
|
|
1472
|
+
*/
|
|
1473
|
+
export declare const ListManagedPoliciesInPermissionSetRequestFilterSensitiveLog: (obj: ListManagedPoliciesInPermissionSetRequest) => any;
|
|
1474
|
+
/**
|
|
1475
|
+
* @internal
|
|
1476
|
+
*/
|
|
1477
|
+
export declare const ListManagedPoliciesInPermissionSetResponseFilterSensitiveLog: (obj: ListManagedPoliciesInPermissionSetResponse) => any;
|
|
1478
|
+
/**
|
|
1479
|
+
* @internal
|
|
1480
|
+
*/
|
|
1481
|
+
export declare const ListPermissionSetProvisioningStatusRequestFilterSensitiveLog: (obj: ListPermissionSetProvisioningStatusRequest) => any;
|
|
1482
|
+
/**
|
|
1483
|
+
* @internal
|
|
1484
|
+
*/
|
|
1485
|
+
export declare const PermissionSetProvisioningStatusMetadataFilterSensitiveLog: (obj: PermissionSetProvisioningStatusMetadata) => any;
|
|
1486
|
+
/**
|
|
1487
|
+
* @internal
|
|
1488
|
+
*/
|
|
1489
|
+
export declare const ListPermissionSetProvisioningStatusResponseFilterSensitiveLog: (obj: ListPermissionSetProvisioningStatusResponse) => any;
|
|
1490
|
+
/**
|
|
1491
|
+
* @internal
|
|
1492
|
+
*/
|
|
1493
|
+
export declare const ListPermissionSetsRequestFilterSensitiveLog: (obj: ListPermissionSetsRequest) => any;
|
|
1494
|
+
/**
|
|
1495
|
+
* @internal
|
|
1496
|
+
*/
|
|
1497
|
+
export declare const ListPermissionSetsResponseFilterSensitiveLog: (obj: ListPermissionSetsResponse) => any;
|
|
1498
|
+
/**
|
|
1499
|
+
* @internal
|
|
1500
|
+
*/
|
|
1501
|
+
export declare const ListPermissionSetsProvisionedToAccountRequestFilterSensitiveLog: (obj: ListPermissionSetsProvisionedToAccountRequest) => any;
|
|
1502
|
+
/**
|
|
1503
|
+
* @internal
|
|
1504
|
+
*/
|
|
1505
|
+
export declare const ListPermissionSetsProvisionedToAccountResponseFilterSensitiveLog: (obj: ListPermissionSetsProvisionedToAccountResponse) => any;
|
|
1506
|
+
/**
|
|
1507
|
+
* @internal
|
|
1508
|
+
*/
|
|
1509
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1510
|
+
/**
|
|
1511
|
+
* @internal
|
|
1512
|
+
*/
|
|
1513
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1514
|
+
/**
|
|
1515
|
+
* @internal
|
|
1516
|
+
*/
|
|
1517
|
+
export declare const ProvisionPermissionSetRequestFilterSensitiveLog: (obj: ProvisionPermissionSetRequest) => any;
|
|
1518
|
+
/**
|
|
1519
|
+
* @internal
|
|
1520
|
+
*/
|
|
1521
|
+
export declare const ProvisionPermissionSetResponseFilterSensitiveLog: (obj: ProvisionPermissionSetResponse) => any;
|
|
1522
|
+
/**
|
|
1523
|
+
* @internal
|
|
1524
|
+
*/
|
|
1525
|
+
export declare const PutInlinePolicyToPermissionSetRequestFilterSensitiveLog: (obj: PutInlinePolicyToPermissionSetRequest) => any;
|
|
1526
|
+
/**
|
|
1527
|
+
* @internal
|
|
1528
|
+
*/
|
|
1529
|
+
export declare const PutInlinePolicyToPermissionSetResponseFilterSensitiveLog: (obj: PutInlinePolicyToPermissionSetResponse) => any;
|
|
1530
|
+
/**
|
|
1531
|
+
* @internal
|
|
1532
|
+
*/
|
|
1533
|
+
export declare const PutPermissionsBoundaryToPermissionSetRequestFilterSensitiveLog: (obj: PutPermissionsBoundaryToPermissionSetRequest) => any;
|
|
1534
|
+
/**
|
|
1535
|
+
* @internal
|
|
1536
|
+
*/
|
|
1537
|
+
export declare const PutPermissionsBoundaryToPermissionSetResponseFilterSensitiveLog: (obj: PutPermissionsBoundaryToPermissionSetResponse) => any;
|
|
1538
|
+
/**
|
|
1539
|
+
* @internal
|
|
1540
|
+
*/
|
|
1541
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1542
|
+
/**
|
|
1543
|
+
* @internal
|
|
1544
|
+
*/
|
|
1545
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1546
|
+
/**
|
|
1547
|
+
* @internal
|
|
1548
|
+
*/
|
|
1549
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1550
|
+
/**
|
|
1551
|
+
* @internal
|
|
1552
|
+
*/
|
|
1553
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1554
|
+
/**
|
|
1555
|
+
* @internal
|
|
1556
|
+
*/
|
|
1557
|
+
export declare const UpdateInstanceAccessControlAttributeConfigurationRequestFilterSensitiveLog: (obj: UpdateInstanceAccessControlAttributeConfigurationRequest) => any;
|
|
1558
|
+
/**
|
|
1559
|
+
* @internal
|
|
1560
|
+
*/
|
|
1561
|
+
export declare const UpdateInstanceAccessControlAttributeConfigurationResponseFilterSensitiveLog: (obj: UpdateInstanceAccessControlAttributeConfigurationResponse) => any;
|
|
1562
|
+
/**
|
|
1563
|
+
* @internal
|
|
1564
|
+
*/
|
|
1565
|
+
export declare const UpdatePermissionSetRequestFilterSensitiveLog: (obj: UpdatePermissionSetRequest) => any;
|
|
1566
|
+
/**
|
|
1567
|
+
* @internal
|
|
1568
|
+
*/
|
|
1569
|
+
export declare const UpdatePermissionSetResponseFilterSensitiveLog: (obj: UpdatePermissionSetResponse) => any;
|