@aws-sdk/client-sso-admin 3.130.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.
Files changed (118) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +11 -15
  3. package/dist-cjs/SSOAdmin.js +90 -0
  4. package/dist-cjs/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.js +36 -0
  5. package/dist-cjs/commands/AttachManagedPolicyToPermissionSetCommand.js +2 -2
  6. package/dist-cjs/commands/CreateAccountAssignmentCommand.js +2 -2
  7. package/dist-cjs/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +2 -2
  8. package/dist-cjs/commands/CreatePermissionSetCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteAccountAssignmentCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteInlinePolicyFromPermissionSetCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/DeletePermissionSetCommand.js +2 -2
  13. package/dist-cjs/commands/DeletePermissionsBoundaryFromPermissionSetCommand.js +36 -0
  14. package/dist-cjs/commands/DescribeAccountAssignmentCreationStatusCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeAccountAssignmentDeletionStatusCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +2 -2
  17. package/dist-cjs/commands/DescribePermissionSetCommand.js +2 -2
  18. package/dist-cjs/commands/DescribePermissionSetProvisioningStatusCommand.js +2 -2
  19. package/dist-cjs/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.js +36 -0
  20. package/dist-cjs/commands/DetachManagedPolicyFromPermissionSetCommand.js +2 -2
  21. package/dist-cjs/commands/GetInlinePolicyForPermissionSetCommand.js +2 -2
  22. package/dist-cjs/commands/GetPermissionsBoundaryForPermissionSetCommand.js +36 -0
  23. package/dist-cjs/commands/ListAccountAssignmentCreationStatusCommand.js +2 -2
  24. package/dist-cjs/commands/ListAccountAssignmentDeletionStatusCommand.js +2 -2
  25. package/dist-cjs/commands/ListAccountAssignmentsCommand.js +2 -2
  26. package/dist-cjs/commands/ListAccountsForProvisionedPermissionSetCommand.js +2 -2
  27. package/dist-cjs/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.js +36 -0
  28. package/dist-cjs/commands/ListInstancesCommand.js +2 -2
  29. package/dist-cjs/commands/ListManagedPoliciesInPermissionSetCommand.js +2 -2
  30. package/dist-cjs/commands/ListPermissionSetProvisioningStatusCommand.js +2 -2
  31. package/dist-cjs/commands/ListPermissionSetsCommand.js +2 -2
  32. package/dist-cjs/commands/ListPermissionSetsProvisionedToAccountCommand.js +2 -2
  33. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  34. package/dist-cjs/commands/ProvisionPermissionSetCommand.js +2 -2
  35. package/dist-cjs/commands/PutInlinePolicyToPermissionSetCommand.js +2 -2
  36. package/dist-cjs/commands/PutPermissionsBoundaryToPermissionSetCommand.js +36 -0
  37. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  38. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +2 -2
  40. package/dist-cjs/commands/UpdatePermissionSetCommand.js +2 -2
  41. package/dist-cjs/commands/index.js +6 -0
  42. package/dist-cjs/models/models_0.js +359 -455
  43. package/dist-cjs/pagination/ListCustomerManagedPolicyReferencesInPermissionSetPaginator.js +36 -0
  44. package/dist-cjs/pagination/index.js +1 -0
  45. package/dist-cjs/protocols/Aws_json1_1.js +481 -2
  46. package/dist-es/SSOAdmin.js +90 -0
  47. package/dist-es/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.js +39 -0
  48. package/dist-es/commands/AttachManagedPolicyToPermissionSetCommand.js +3 -3
  49. package/dist-es/commands/CreateAccountAssignmentCommand.js +3 -3
  50. package/dist-es/commands/CreateInstanceAccessControlAttributeConfigurationCommand.js +3 -3
  51. package/dist-es/commands/CreatePermissionSetCommand.js +3 -3
  52. package/dist-es/commands/DeleteAccountAssignmentCommand.js +3 -3
  53. package/dist-es/commands/DeleteInlinePolicyFromPermissionSetCommand.js +3 -3
  54. package/dist-es/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.js +3 -3
  55. package/dist-es/commands/DeletePermissionSetCommand.js +3 -3
  56. package/dist-es/commands/DeletePermissionsBoundaryFromPermissionSetCommand.js +39 -0
  57. package/dist-es/commands/DescribeAccountAssignmentCreationStatusCommand.js +3 -3
  58. package/dist-es/commands/DescribeAccountAssignmentDeletionStatusCommand.js +3 -3
  59. package/dist-es/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.js +3 -3
  60. package/dist-es/commands/DescribePermissionSetCommand.js +3 -3
  61. package/dist-es/commands/DescribePermissionSetProvisioningStatusCommand.js +3 -3
  62. package/dist-es/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.js +39 -0
  63. package/dist-es/commands/DetachManagedPolicyFromPermissionSetCommand.js +3 -3
  64. package/dist-es/commands/GetInlinePolicyForPermissionSetCommand.js +3 -3
  65. package/dist-es/commands/GetPermissionsBoundaryForPermissionSetCommand.js +39 -0
  66. package/dist-es/commands/ListAccountAssignmentCreationStatusCommand.js +3 -3
  67. package/dist-es/commands/ListAccountAssignmentDeletionStatusCommand.js +3 -3
  68. package/dist-es/commands/ListAccountAssignmentsCommand.js +3 -3
  69. package/dist-es/commands/ListAccountsForProvisionedPermissionSetCommand.js +3 -3
  70. package/dist-es/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.js +39 -0
  71. package/dist-es/commands/ListInstancesCommand.js +3 -3
  72. package/dist-es/commands/ListManagedPoliciesInPermissionSetCommand.js +3 -3
  73. package/dist-es/commands/ListPermissionSetProvisioningStatusCommand.js +3 -3
  74. package/dist-es/commands/ListPermissionSetsCommand.js +3 -3
  75. package/dist-es/commands/ListPermissionSetsProvisionedToAccountCommand.js +3 -3
  76. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  77. package/dist-es/commands/ProvisionPermissionSetCommand.js +3 -3
  78. package/dist-es/commands/PutInlinePolicyToPermissionSetCommand.js +3 -3
  79. package/dist-es/commands/PutPermissionsBoundaryToPermissionSetCommand.js +39 -0
  80. package/dist-es/commands/TagResourceCommand.js +3 -3
  81. package/dist-es/commands/UntagResourceCommand.js +3 -3
  82. package/dist-es/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.js +3 -3
  83. package/dist-es/commands/UpdatePermissionSetCommand.js +3 -3
  84. package/dist-es/commands/index.js +6 -0
  85. package/dist-es/models/models_0.js +89 -301
  86. package/dist-es/pagination/ListCustomerManagedPolicyReferencesInPermissionSetPaginator.js +75 -0
  87. package/dist-es/pagination/index.js +1 -0
  88. package/dist-es/protocols/Aws_json1_1.js +568 -0
  89. package/dist-types/SSOAdmin.d.ts +46 -11
  90. package/dist-types/SSOAdminClient.d.ts +9 -10
  91. package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +35 -0
  92. package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +1 -1
  93. package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +35 -0
  94. package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +35 -0
  95. package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +1 -1
  96. package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +35 -0
  97. package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +35 -0
  98. package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +1 -1
  99. package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +35 -0
  100. package/dist-types/commands/index.d.ts +6 -0
  101. package/dist-types/models/models_0.d.ts +495 -454
  102. package/dist-types/pagination/ListCustomerManagedPolicyReferencesInPermissionSetPaginator.d.ts +4 -0
  103. package/dist-types/pagination/index.d.ts +1 -0
  104. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  105. package/dist-types/ts3.4/SSOAdmin.d.ts +30 -0
  106. package/dist-types/ts3.4/SSOAdminClient.d.ts +8 -2
  107. package/dist-types/ts3.4/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  114. package/dist-types/ts3.4/models/models_0.d.ts +254 -298
  115. package/dist-types/ts3.4/pagination/ListCustomerManagedPolicyReferencesInPermissionSetPaginator.d.ts +4 -0
  116. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  117. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +18 -0
  118. package/package.json +7 -7
@@ -1,7 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { SSOAdminServiceException as __BaseException } from "./SSOAdminServiceException";
3
3
  /**
4
- * <p>The value used for mapping a specified attribute to an identity source.</p>
4
+ * <p>The value used for mapping a specified attribute to an identity source. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/attributemappingsconcept.html">Attribute mappings</a> in the Amazon Web Services Single Sign-On User Guide.</p>
5
5
  */
6
6
  export interface AccessControlAttributeValue {
7
7
  /**
@@ -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,61 +142,34 @@ 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
- * <p>A structure that stores the details of the IAM managed policy.</p>
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
  */
178
- export interface AttachedManagedPolicy {
179
- /**
180
- * <p>The name of the IAM managed policy.</p>
181
- */
182
- Name?: string;
148
+ export interface CustomerManagedPolicyReference {
183
149
  /**
184
- * <p>The ARN of the IAM managed policy. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
185
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
150
+ * <p>The name of the policy document.</p>
186
151
  */
187
- Arn?: string;
188
- }
189
- export declare namespace AttachedManagedPolicy {
152
+ Name: string | undefined;
190
153
  /**
191
- * @internal
154
+ * <p>The path for the policy. The default is <code>/</code>. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-friendly-names">Friendly names and paths</a> in the Identity and Access Management user guide.</p>
192
155
  */
193
- const filterSensitiveLog: (obj: AttachedManagedPolicy) => any;
156
+ Path?: string;
194
157
  }
195
- export interface AttachManagedPolicyToPermissionSetRequest {
158
+ export interface AttachCustomerManagedPolicyReferenceToPermissionSetRequest {
196
159
  /**
197
- * <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
198
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
160
+ * <p>The ARN of the SSO instance under which the operation will be executed. </p>
199
161
  */
200
162
  InstanceArn: string | undefined;
201
163
  /**
202
- * <p>The ARN of the <a>PermissionSet</a> that the managed policy should be attached
203
- * to.</p>
164
+ * <p>The ARN of the <code>PermissionSet</code>.</p>
204
165
  */
205
166
  PermissionSetArn: string | undefined;
206
167
  /**
207
- * <p>The IAM managed policy ARN to be attached to a permission set.</p>
208
- */
209
- ManagedPolicyArn: string | undefined;
210
- }
211
- export declare namespace AttachManagedPolicyToPermissionSetRequest {
212
- /**
213
- * @internal
168
+ * <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>
214
169
  */
215
- const filterSensitiveLog: (obj: AttachManagedPolicyToPermissionSetRequest) => any;
216
- }
217
- export interface AttachManagedPolicyToPermissionSetResponse {
170
+ CustomerManagedPolicyReference: CustomerManagedPolicyReference | undefined;
218
171
  }
219
- export declare namespace AttachManagedPolicyToPermissionSetResponse {
220
- /**
221
- * @internal
222
- */
223
- const filterSensitiveLog: (obj: AttachManagedPolicyToPermissionSetResponse) => any;
172
+ export interface AttachCustomerManagedPolicyReferenceToPermissionSetResponse {
224
173
  }
225
174
  /**
226
175
  * <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
@@ -300,6 +249,38 @@ export declare class ValidationException extends __BaseException {
300
249
  */
301
250
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
302
251
  }
252
+ /**
253
+ * <p>A structure that stores the details of the Amazon Web Services managed IAM policy.</p>
254
+ */
255
+ export interface AttachedManagedPolicy {
256
+ /**
257
+ * <p>The name of the Amazon Web Services managed IAM policy.</p>
258
+ */
259
+ Name?: string;
260
+ /**
261
+ * <p>The ARN of the Amazon Web Services managed IAM policy. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
262
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
263
+ */
264
+ Arn?: string;
265
+ }
266
+ export interface AttachManagedPolicyToPermissionSetRequest {
267
+ /**
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
269
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
270
+ */
271
+ InstanceArn: string | undefined;
272
+ /**
273
+ * <p>The ARN of the <a>PermissionSet</a> that the managed policy should be attached
274
+ * to.</p>
275
+ */
276
+ PermissionSetArn: string | undefined;
277
+ /**
278
+ * <p>The Amazon Web Services managed policy ARN to be attached to a permission set.</p>
279
+ */
280
+ ManagedPolicyArn: string | undefined;
281
+ }
282
+ export interface AttachManagedPolicyToPermissionSetResponse {
283
+ }
303
284
  export interface CreateAccountAssignmentRequest {
304
285
  /**
305
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
@@ -328,24 +309,12 @@ export interface CreateAccountAssignmentRequest {
328
309
  */
329
310
  PrincipalId: string | undefined;
330
311
  }
331
- export declare namespace CreateAccountAssignmentRequest {
332
- /**
333
- * @internal
334
- */
335
- const filterSensitiveLog: (obj: CreateAccountAssignmentRequest) => any;
336
- }
337
312
  export interface CreateAccountAssignmentResponse {
338
313
  /**
339
314
  * <p>The status object for the account assignment creation operation.</p>
340
315
  */
341
316
  AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
342
317
  }
343
- export declare namespace CreateAccountAssignmentResponse {
344
- /**
345
- * @internal
346
- */
347
- const filterSensitiveLog: (obj: CreateAccountAssignmentResponse) => any;
348
- }
349
318
  /**
350
319
  * <p>Specifies the attributes to add to your attribute-based access control (ABAC)
351
320
  * configuration.</p>
@@ -357,12 +326,6 @@ export interface InstanceAccessControlAttributeConfiguration {
357
326
  */
358
327
  AccessControlAttributes: AccessControlAttribute[] | undefined;
359
328
  }
360
- export declare namespace InstanceAccessControlAttributeConfiguration {
361
- /**
362
- * @internal
363
- */
364
- const filterSensitiveLog: (obj: InstanceAccessControlAttributeConfiguration) => any;
365
- }
366
329
  export interface CreateInstanceAccessControlAttributeConfigurationRequest {
367
330
  /**
368
331
  * <p>The ARN of the SSO instance under which the operation will be executed.</p>
@@ -378,20 +341,8 @@ export interface CreateInstanceAccessControlAttributeConfigurationRequest {
378
341
  */
379
342
  InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
380
343
  }
381
- export declare namespace CreateInstanceAccessControlAttributeConfigurationRequest {
382
- /**
383
- * @internal
384
- */
385
- const filterSensitiveLog: (obj: CreateInstanceAccessControlAttributeConfigurationRequest) => any;
386
- }
387
344
  export interface CreateInstanceAccessControlAttributeConfigurationResponse {
388
345
  }
389
- export declare namespace CreateInstanceAccessControlAttributeConfigurationResponse {
390
- /**
391
- * @internal
392
- */
393
- const filterSensitiveLog: (obj: CreateInstanceAccessControlAttributeConfigurationResponse) => any;
394
- }
395
346
  /**
396
347
  * <p>A set of key-value pairs that are used to manage the resource. Tags can only be applied to
397
348
  * permission sets and cannot be applied to corresponding roles that Amazon Web Services SSO creates in Amazon Web Services
@@ -401,17 +352,11 @@ export interface Tag {
401
352
  /**
402
353
  * <p>The key for the tag.</p>
403
354
  */
404
- Key?: string;
355
+ Key: string | undefined;
405
356
  /**
406
357
  * <p>The value of the tag.</p>
407
358
  */
408
- Value?: string;
409
- }
410
- export declare namespace Tag {
411
- /**
412
- * @internal
413
- */
414
- const filterSensitiveLog: (obj: Tag) => any;
359
+ Value: string | undefined;
415
360
  }
416
361
  export interface CreatePermissionSetRequest {
417
362
  /**
@@ -442,12 +387,6 @@ export interface CreatePermissionSetRequest {
442
387
  */
443
388
  Tags?: Tag[];
444
389
  }
445
- export declare namespace CreatePermissionSetRequest {
446
- /**
447
- * @internal
448
- */
449
- const filterSensitiveLog: (obj: CreatePermissionSetRequest) => any;
450
- }
451
390
  /**
452
391
  * <p>An entity that contains IAM policies.</p>
453
392
  */
@@ -480,24 +419,12 @@ export interface PermissionSet {
480
419
  */
481
420
  RelayState?: string;
482
421
  }
483
- export declare namespace PermissionSet {
484
- /**
485
- * @internal
486
- */
487
- const filterSensitiveLog: (obj: PermissionSet) => any;
488
- }
489
422
  export interface CreatePermissionSetResponse {
490
423
  /**
491
424
  * <p>Defines the level of access on an Amazon Web Services account.</p>
492
425
  */
493
426
  PermissionSet?: PermissionSet;
494
427
  }
495
- export declare namespace CreatePermissionSetResponse {
496
- /**
497
- * @internal
498
- */
499
- const filterSensitiveLog: (obj: CreatePermissionSetResponse) => any;
500
- }
501
428
  export interface DeleteAccountAssignmentRequest {
502
429
  /**
503
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
@@ -525,24 +452,12 @@ export interface DeleteAccountAssignmentRequest {
525
452
  */
526
453
  PrincipalId: string | undefined;
527
454
  }
528
- export declare namespace DeleteAccountAssignmentRequest {
529
- /**
530
- * @internal
531
- */
532
- const filterSensitiveLog: (obj: DeleteAccountAssignmentRequest) => any;
533
- }
534
455
  export interface DeleteAccountAssignmentResponse {
535
456
  /**
536
457
  * <p>The status object for the account assignment deletion operation.</p>
537
458
  */
538
459
  AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
539
460
  }
540
- export declare namespace DeleteAccountAssignmentResponse {
541
- /**
542
- * @internal
543
- */
544
- const filterSensitiveLog: (obj: DeleteAccountAssignmentResponse) => any;
545
- }
546
461
  export interface DeleteInlinePolicyFromPermissionSetRequest {
547
462
  /**
548
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
@@ -554,39 +469,27 @@ export interface DeleteInlinePolicyFromPermissionSetRequest {
554
469
  */
555
470
  PermissionSetArn: string | undefined;
556
471
  }
557
- export declare namespace DeleteInlinePolicyFromPermissionSetRequest {
558
- /**
559
- * @internal
560
- */
561
- const filterSensitiveLog: (obj: DeleteInlinePolicyFromPermissionSetRequest) => any;
562
- }
563
472
  export interface DeleteInlinePolicyFromPermissionSetResponse {
564
473
  }
565
- export declare namespace DeleteInlinePolicyFromPermissionSetResponse {
566
- /**
567
- * @internal
568
- */
569
- const filterSensitiveLog: (obj: DeleteInlinePolicyFromPermissionSetResponse) => any;
570
- }
571
474
  export interface DeleteInstanceAccessControlAttributeConfigurationRequest {
572
475
  /**
573
476
  * <p>The ARN of the SSO instance under which the operation will be executed.</p>
574
477
  */
575
478
  InstanceArn: string | undefined;
576
479
  }
577
- export declare namespace DeleteInstanceAccessControlAttributeConfigurationRequest {
578
- /**
579
- * @internal
580
- */
581
- const filterSensitiveLog: (obj: DeleteInstanceAccessControlAttributeConfigurationRequest) => any;
582
- }
583
480
  export interface DeleteInstanceAccessControlAttributeConfigurationResponse {
584
481
  }
585
- export declare namespace DeleteInstanceAccessControlAttributeConfigurationResponse {
482
+ export interface DeletePermissionsBoundaryFromPermissionSetRequest {
586
483
  /**
587
- * @internal
484
+ * <p>The ARN of the SSO instance under which the operation will be executed. </p>
485
+ */
486
+ InstanceArn: string | undefined;
487
+ /**
488
+ * <p>The ARN of the <code>PermissionSet</code>.</p>
588
489
  */
589
- const filterSensitiveLog: (obj: DeleteInstanceAccessControlAttributeConfigurationResponse) => any;
490
+ PermissionSetArn: string | undefined;
491
+ }
492
+ export interface DeletePermissionsBoundaryFromPermissionSetResponse {
590
493
  }
591
494
  export interface DeletePermissionSetRequest {
592
495
  /**
@@ -599,20 +502,8 @@ export interface DeletePermissionSetRequest {
599
502
  */
600
503
  PermissionSetArn: string | undefined;
601
504
  }
602
- export declare namespace DeletePermissionSetRequest {
603
- /**
604
- * @internal
605
- */
606
- const filterSensitiveLog: (obj: DeletePermissionSetRequest) => any;
607
- }
608
505
  export interface DeletePermissionSetResponse {
609
506
  }
610
- export declare namespace DeletePermissionSetResponse {
611
- /**
612
- * @internal
613
- */
614
- const filterSensitiveLog: (obj: DeletePermissionSetResponse) => any;
615
- }
616
507
  export interface DescribeAccountAssignmentCreationStatusRequest {
617
508
  /**
618
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
@@ -624,24 +515,12 @@ export interface DescribeAccountAssignmentCreationStatusRequest {
624
515
  */
625
516
  AccountAssignmentCreationRequestId: string | undefined;
626
517
  }
627
- export declare namespace DescribeAccountAssignmentCreationStatusRequest {
628
- /**
629
- * @internal
630
- */
631
- const filterSensitiveLog: (obj: DescribeAccountAssignmentCreationStatusRequest) => any;
632
- }
633
518
  export interface DescribeAccountAssignmentCreationStatusResponse {
634
519
  /**
635
520
  * <p>The status object for the account assignment creation operation.</p>
636
521
  */
637
522
  AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
638
523
  }
639
- export declare namespace DescribeAccountAssignmentCreationStatusResponse {
640
- /**
641
- * @internal
642
- */
643
- const filterSensitiveLog: (obj: DescribeAccountAssignmentCreationStatusResponse) => any;
644
- }
645
524
  export interface DescribeAccountAssignmentDeletionStatusRequest {
646
525
  /**
647
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
@@ -653,36 +532,18 @@ export interface DescribeAccountAssignmentDeletionStatusRequest {
653
532
  */
654
533
  AccountAssignmentDeletionRequestId: string | undefined;
655
534
  }
656
- export declare namespace DescribeAccountAssignmentDeletionStatusRequest {
657
- /**
658
- * @internal
659
- */
660
- const filterSensitiveLog: (obj: DescribeAccountAssignmentDeletionStatusRequest) => any;
661
- }
662
535
  export interface DescribeAccountAssignmentDeletionStatusResponse {
663
536
  /**
664
537
  * <p>The status object for the account assignment deletion operation.</p>
665
538
  */
666
539
  AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
667
540
  }
668
- export declare namespace DescribeAccountAssignmentDeletionStatusResponse {
669
- /**
670
- * @internal
671
- */
672
- const filterSensitiveLog: (obj: DescribeAccountAssignmentDeletionStatusResponse) => any;
673
- }
674
541
  export interface DescribeInstanceAccessControlAttributeConfigurationRequest {
675
542
  /**
676
543
  * <p>The ARN of the SSO instance under which the operation will be executed.</p>
677
544
  */
678
545
  InstanceArn: string | undefined;
679
546
  }
680
- export declare namespace DescribeInstanceAccessControlAttributeConfigurationRequest {
681
- /**
682
- * @internal
683
- */
684
- const filterSensitiveLog: (obj: DescribeInstanceAccessControlAttributeConfigurationRequest) => any;
685
- }
686
547
  export declare enum InstanceAccessControlAttributeConfigurationStatus {
687
548
  CREATION_FAILED = "CREATION_FAILED",
688
549
  CREATION_IN_PROGRESS = "CREATION_IN_PROGRESS",
@@ -703,12 +564,6 @@ export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
703
564
  */
704
565
  InstanceAccessControlAttributeConfiguration?: InstanceAccessControlAttributeConfiguration;
705
566
  }
706
- export declare namespace DescribeInstanceAccessControlAttributeConfigurationResponse {
707
- /**
708
- * @internal
709
- */
710
- const filterSensitiveLog: (obj: DescribeInstanceAccessControlAttributeConfigurationResponse) => any;
711
- }
712
567
  export interface DescribePermissionSetRequest {
713
568
  /**
714
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
@@ -720,24 +575,12 @@ export interface DescribePermissionSetRequest {
720
575
  */
721
576
  PermissionSetArn: string | undefined;
722
577
  }
723
- export declare namespace DescribePermissionSetRequest {
724
- /**
725
- * @internal
726
- */
727
- const filterSensitiveLog: (obj: DescribePermissionSetRequest) => any;
728
- }
729
578
  export interface DescribePermissionSetResponse {
730
579
  /**
731
580
  * <p>Describes the level of access on an Amazon Web Services account.</p>
732
581
  */
733
582
  PermissionSet?: PermissionSet;
734
583
  }
735
- export declare namespace DescribePermissionSetResponse {
736
- /**
737
- * @internal
738
- */
739
- const filterSensitiveLog: (obj: DescribePermissionSetResponse) => any;
740
- }
741
584
  export interface DescribePermissionSetProvisioningStatusRequest {
742
585
  /**
743
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
@@ -750,12 +593,6 @@ export interface DescribePermissionSetProvisioningStatusRequest {
750
593
  */
751
594
  ProvisionPermissionSetRequestId: string | undefined;
752
595
  }
753
- export declare namespace DescribePermissionSetProvisioningStatusRequest {
754
- /**
755
- * @internal
756
- */
757
- const filterSensitiveLog: (obj: DescribePermissionSetProvisioningStatusRequest) => any;
758
- }
759
596
  /**
760
597
  * <p>A structure that is used to provide the status of the provisioning operation for a
761
598
  * specified permission set.</p>
@@ -788,23 +625,27 @@ export interface PermissionSetProvisioningStatus {
788
625
  */
789
626
  CreatedDate?: Date;
790
627
  }
791
- export declare namespace PermissionSetProvisioningStatus {
792
- /**
793
- * @internal
794
- */
795
- const filterSensitiveLog: (obj: PermissionSetProvisioningStatus) => any;
796
- }
797
628
  export interface DescribePermissionSetProvisioningStatusResponse {
798
629
  /**
799
630
  * <p>The status object for the permission set provisioning operation.</p>
800
631
  */
801
632
  PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
802
633
  }
803
- export declare namespace DescribePermissionSetProvisioningStatusResponse {
634
+ export interface DetachCustomerManagedPolicyReferenceFromPermissionSetRequest {
804
635
  /**
805
- * @internal
636
+ * <p>The ARN of the SSO instance under which the operation will be executed. </p>
806
637
  */
807
- const filterSensitiveLog: (obj: DescribePermissionSetProvisioningStatusResponse) => any;
638
+ InstanceArn: string | undefined;
639
+ /**
640
+ * <p>The ARN of the <code>PermissionSet</code>.</p>
641
+ */
642
+ PermissionSetArn: string | undefined;
643
+ /**
644
+ * <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>
645
+ */
646
+ CustomerManagedPolicyReference: CustomerManagedPolicyReference | undefined;
647
+ }
648
+ export interface DetachCustomerManagedPolicyReferenceFromPermissionSetResponse {
808
649
  }
809
650
  export interface DetachManagedPolicyFromPermissionSetRequest {
810
651
  /**
@@ -818,24 +659,12 @@ export interface DetachManagedPolicyFromPermissionSetRequest {
818
659
  */
819
660
  PermissionSetArn: string | undefined;
820
661
  /**
821
- * <p>The IAM managed policy ARN to be attached to a permission set.</p>
662
+ * <p>The Amazon Web Services managed policy ARN to be detached from a permission set.</p>
822
663
  */
823
664
  ManagedPolicyArn: string | undefined;
824
665
  }
825
- export declare namespace DetachManagedPolicyFromPermissionSetRequest {
826
- /**
827
- * @internal
828
- */
829
- const filterSensitiveLog: (obj: DetachManagedPolicyFromPermissionSetRequest) => any;
830
- }
831
666
  export interface DetachManagedPolicyFromPermissionSetResponse {
832
667
  }
833
- export declare namespace DetachManagedPolicyFromPermissionSetResponse {
834
- /**
835
- * @internal
836
- */
837
- const filterSensitiveLog: (obj: DetachManagedPolicyFromPermissionSetResponse) => any;
838
- }
839
668
  export interface GetInlinePolicyForPermissionSetRequest {
840
669
  /**
841
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
@@ -847,23 +676,45 @@ export interface GetInlinePolicyForPermissionSetRequest {
847
676
  */
848
677
  PermissionSetArn: string | undefined;
849
678
  }
850
- export declare namespace GetInlinePolicyForPermissionSetRequest {
851
- /**
852
- * @internal
853
- */
854
- const filterSensitiveLog: (obj: GetInlinePolicyForPermissionSetRequest) => any;
855
- }
856
679
  export interface GetInlinePolicyForPermissionSetResponse {
857
680
  /**
858
681
  * <p>The IAM inline policy that is attached to the permission set.</p>
859
682
  */
860
683
  InlinePolicy?: string;
861
684
  }
862
- export declare namespace GetInlinePolicyForPermissionSetResponse {
685
+ export interface GetPermissionsBoundaryForPermissionSetRequest {
863
686
  /**
864
- * @internal
687
+ * <p>The ARN of the SSO instance under which the operation will be executed. </p>
688
+ */
689
+ InstanceArn: string | undefined;
690
+ /**
691
+ * <p>The ARN of the <code>PermissionSet</code>.</p>
692
+ */
693
+ PermissionSetArn: string | undefined;
694
+ }
695
+ /**
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>
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
698
+ * can grant your role. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM entities</a> in the <i>Identity and Access Management User Guide</i>.</p>
699
+ * <important>
700
+ * <p>Policies used as permissions boundaries do not provide permissions. You must also attach an IAM policy to the role. To learn how the effective permissions for a role are evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html">IAM JSON policy evaluation logic</a> in the <i>Identity and Access Management User Guide</i>.</p>
701
+ * </important>
702
+ */
703
+ export interface PermissionsBoundary {
704
+ /**
705
+ * <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>
706
+ */
707
+ CustomerManagedPolicyReference?: CustomerManagedPolicyReference;
708
+ /**
709
+ * <p>The Amazon Web Services managed policy ARN that you want to attach to a permission set as a permissions boundary.</p>
710
+ */
711
+ ManagedPolicyArn?: string;
712
+ }
713
+ export interface GetPermissionsBoundaryForPermissionSetResponse {
714
+ /**
715
+ * <p>The permissions boundary attached to the specified permission set.</p>
865
716
  */
866
- const filterSensitiveLog: (obj: GetInlinePolicyForPermissionSetResponse) => any;
717
+ PermissionsBoundary?: PermissionsBoundary;
867
718
  }
868
719
  /**
869
720
  * <p>Provides information about the SSO instance.</p>
@@ -879,12 +730,6 @@ export interface InstanceMetadata {
879
730
  */
880
731
  IdentityStoreId?: string;
881
732
  }
882
- export declare namespace InstanceMetadata {
883
- /**
884
- * @internal
885
- */
886
- const filterSensitiveLog: (obj: InstanceMetadata) => any;
887
- }
888
733
  /**
889
734
  * <p>Filters he operation status list based on the passed attribute value.</p>
890
735
  */
@@ -894,12 +739,6 @@ export interface OperationStatusFilter {
894
739
  */
895
740
  Status?: StatusValues | string;
896
741
  }
897
- export declare namespace OperationStatusFilter {
898
- /**
899
- * @internal
900
- */
901
- const filterSensitiveLog: (obj: OperationStatusFilter) => any;
902
- }
903
742
  export interface ListAccountAssignmentCreationStatusRequest {
904
743
  /**
905
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
@@ -919,12 +758,6 @@ export interface ListAccountAssignmentCreationStatusRequest {
919
758
  */
920
759
  Filter?: OperationStatusFilter;
921
760
  }
922
- export declare namespace ListAccountAssignmentCreationStatusRequest {
923
- /**
924
- * @internal
925
- */
926
- const filterSensitiveLog: (obj: ListAccountAssignmentCreationStatusRequest) => any;
927
- }
928
761
  export interface ListAccountAssignmentCreationStatusResponse {
929
762
  /**
930
763
  * <p>The status object for the account assignment creation operation.</p>
@@ -935,12 +768,6 @@ export interface ListAccountAssignmentCreationStatusResponse {
935
768
  */
936
769
  NextToken?: string;
937
770
  }
938
- export declare namespace ListAccountAssignmentCreationStatusResponse {
939
- /**
940
- * @internal
941
- */
942
- const filterSensitiveLog: (obj: ListAccountAssignmentCreationStatusResponse) => any;
943
- }
944
771
  export interface ListAccountAssignmentDeletionStatusRequest {
945
772
  /**
946
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
@@ -960,12 +787,6 @@ export interface ListAccountAssignmentDeletionStatusRequest {
960
787
  */
961
788
  Filter?: OperationStatusFilter;
962
789
  }
963
- export declare namespace ListAccountAssignmentDeletionStatusRequest {
964
- /**
965
- * @internal
966
- */
967
- const filterSensitiveLog: (obj: ListAccountAssignmentDeletionStatusRequest) => any;
968
- }
969
790
  export interface ListAccountAssignmentDeletionStatusResponse {
970
791
  /**
971
792
  * <p>The status object for the account assignment deletion operation.</p>
@@ -976,12 +797,6 @@ export interface ListAccountAssignmentDeletionStatusResponse {
976
797
  */
977
798
  NextToken?: string;
978
799
  }
979
- export declare namespace ListAccountAssignmentDeletionStatusResponse {
980
- /**
981
- * @internal
982
- */
983
- const filterSensitiveLog: (obj: ListAccountAssignmentDeletionStatusResponse) => any;
984
- }
985
800
  export interface ListAccountAssignmentsRequest {
986
801
  /**
987
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
@@ -1005,12 +820,6 @@ export interface ListAccountAssignmentsRequest {
1005
820
  */
1006
821
  NextToken?: string;
1007
822
  }
1008
- export declare namespace ListAccountAssignmentsRequest {
1009
- /**
1010
- * @internal
1011
- */
1012
- const filterSensitiveLog: (obj: ListAccountAssignmentsRequest) => any;
1013
- }
1014
823
  export interface ListAccountAssignmentsResponse {
1015
824
  /**
1016
825
  * <p>The list of assignments that match the input Amazon Web Services account and permission set.</p>
@@ -1021,12 +830,6 @@ export interface ListAccountAssignmentsResponse {
1021
830
  */
1022
831
  NextToken?: string;
1023
832
  }
1024
- export declare namespace ListAccountAssignmentsResponse {
1025
- /**
1026
- * @internal
1027
- */
1028
- const filterSensitiveLog: (obj: ListAccountAssignmentsResponse) => any;
1029
- }
1030
833
  export declare enum ProvisioningStatus {
1031
834
  LATEST_PERMISSION_SET_NOT_PROVISIONED = "LATEST_PERMISSION_SET_NOT_PROVISIONED",
1032
835
  LATEST_PERMISSION_SET_PROVISIONED = "LATEST_PERMISSION_SET_PROVISIONED"
@@ -1055,12 +858,6 @@ export interface ListAccountsForProvisionedPermissionSetRequest {
1055
858
  */
1056
859
  NextToken?: string;
1057
860
  }
1058
- export declare namespace ListAccountsForProvisionedPermissionSetRequest {
1059
- /**
1060
- * @internal
1061
- */
1062
- const filterSensitiveLog: (obj: ListAccountsForProvisionedPermissionSetRequest) => any;
1063
- }
1064
861
  export interface ListAccountsForProvisionedPermissionSetResponse {
1065
862
  /**
1066
863
  * <p>The list of Amazon Web Services <code>AccountIds</code>.</p>
@@ -1071,15 +868,17 @@ export interface ListAccountsForProvisionedPermissionSetResponse {
1071
868
  */
1072
869
  NextToken?: string;
1073
870
  }
1074
- export declare namespace ListAccountsForProvisionedPermissionSetResponse {
871
+ export interface ListCustomerManagedPolicyReferencesInPermissionSetRequest {
1075
872
  /**
1076
- * @internal
873
+ * <p>The ARN of the SSO instance under which the operation will be executed. </p>
1077
874
  */
1078
- const filterSensitiveLog: (obj: ListAccountsForProvisionedPermissionSetResponse) => any;
1079
- }
1080
- export interface ListInstancesRequest {
875
+ InstanceArn: string | undefined;
1081
876
  /**
1082
- * <p>The maximum number of results to display for the instance.</p>
877
+ * <p>The ARN of the <code>PermissionSet</code>.</p>
878
+ */
879
+ PermissionSetArn: string | undefined;
880
+ /**
881
+ * <p>The maximum number of results to display for the list call.</p>
1083
882
  */
1084
883
  MaxResults?: number;
1085
884
  /**
@@ -1087,27 +886,35 @@ export interface ListInstancesRequest {
1087
886
  */
1088
887
  NextToken?: string;
1089
888
  }
1090
- export declare namespace ListInstancesRequest {
889
+ export interface ListCustomerManagedPolicyReferencesInPermissionSetResponse {
1091
890
  /**
1092
- * @internal
891
+ * <p>Specifies the names and paths of the IAM customer managed policies that you have attached to your permission set.</p>
892
+ */
893
+ CustomerManagedPolicyReferences?: CustomerManagedPolicyReference[];
894
+ /**
895
+ * <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>
1093
896
  */
1094
- const filterSensitiveLog: (obj: ListInstancesRequest) => any;
897
+ NextToken?: string;
1095
898
  }
1096
- export interface ListInstancesResponse {
899
+ export interface ListInstancesRequest {
1097
900
  /**
1098
- * <p>Lists the SSO instances that the caller has access to.</p>
901
+ * <p>The maximum number of results to display for the instance.</p>
1099
902
  */
1100
- Instances?: InstanceMetadata[];
903
+ MaxResults?: number;
1101
904
  /**
1102
905
  * <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>
1103
906
  */
1104
907
  NextToken?: string;
1105
908
  }
1106
- export declare namespace ListInstancesResponse {
909
+ export interface ListInstancesResponse {
1107
910
  /**
1108
- * @internal
911
+ * <p>Lists the SSO instances that the caller has access to.</p>
912
+ */
913
+ Instances?: InstanceMetadata[];
914
+ /**
915
+ * <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>
1109
916
  */
1110
- const filterSensitiveLog: (obj: ListInstancesResponse) => any;
917
+ NextToken?: string;
1111
918
  }
1112
919
  export interface ListManagedPoliciesInPermissionSetRequest {
1113
920
  /**
@@ -1129,12 +936,6 @@ export interface ListManagedPoliciesInPermissionSetRequest {
1129
936
  */
1130
937
  NextToken?: string;
1131
938
  }
1132
- export declare namespace ListManagedPoliciesInPermissionSetRequest {
1133
- /**
1134
- * @internal
1135
- */
1136
- const filterSensitiveLog: (obj: ListManagedPoliciesInPermissionSetRequest) => any;
1137
- }
1138
939
  export interface ListManagedPoliciesInPermissionSetResponse {
1139
940
  /**
1140
941
  * <p>The array of the <a>AttachedManagedPolicy</a> data type object.</p>
@@ -1145,12 +946,6 @@ export interface ListManagedPoliciesInPermissionSetResponse {
1145
946
  */
1146
947
  NextToken?: string;
1147
948
  }
1148
- export declare namespace ListManagedPoliciesInPermissionSetResponse {
1149
- /**
1150
- * @internal
1151
- */
1152
- const filterSensitiveLog: (obj: ListManagedPoliciesInPermissionSetResponse) => any;
1153
- }
1154
949
  export interface ListPermissionSetProvisioningStatusRequest {
1155
950
  /**
1156
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
@@ -1170,12 +965,6 @@ export interface ListPermissionSetProvisioningStatusRequest {
1170
965
  */
1171
966
  Filter?: OperationStatusFilter;
1172
967
  }
1173
- export declare namespace ListPermissionSetProvisioningStatusRequest {
1174
- /**
1175
- * @internal
1176
- */
1177
- const filterSensitiveLog: (obj: ListPermissionSetProvisioningStatusRequest) => any;
1178
- }
1179
968
  /**
1180
969
  * <p>Provides information about the permission set provisioning status.</p>
1181
970
  */
@@ -1194,12 +983,6 @@ export interface PermissionSetProvisioningStatusMetadata {
1194
983
  */
1195
984
  CreatedDate?: Date;
1196
985
  }
1197
- export declare namespace PermissionSetProvisioningStatusMetadata {
1198
- /**
1199
- * @internal
1200
- */
1201
- const filterSensitiveLog: (obj: PermissionSetProvisioningStatusMetadata) => any;
1202
- }
1203
986
  export interface ListPermissionSetProvisioningStatusResponse {
1204
987
  /**
1205
988
  * <p>The status object for the permission set provisioning operation.</p>
@@ -1210,12 +993,6 @@ export interface ListPermissionSetProvisioningStatusResponse {
1210
993
  */
1211
994
  NextToken?: string;
1212
995
  }
1213
- export declare namespace ListPermissionSetProvisioningStatusResponse {
1214
- /**
1215
- * @internal
1216
- */
1217
- const filterSensitiveLog: (obj: ListPermissionSetProvisioningStatusResponse) => any;
1218
- }
1219
996
  export interface ListPermissionSetsRequest {
1220
997
  /**
1221
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
@@ -1231,12 +1008,6 @@ export interface ListPermissionSetsRequest {
1231
1008
  */
1232
1009
  MaxResults?: number;
1233
1010
  }
1234
- export declare namespace ListPermissionSetsRequest {
1235
- /**
1236
- * @internal
1237
- */
1238
- const filterSensitiveLog: (obj: ListPermissionSetsRequest) => any;
1239
- }
1240
1011
  export interface ListPermissionSetsResponse {
1241
1012
  /**
1242
1013
  * <p>Defines the level of access on an Amazon Web Services account.</p>
@@ -1247,12 +1018,6 @@ export interface ListPermissionSetsResponse {
1247
1018
  */
1248
1019
  NextToken?: string;
1249
1020
  }
1250
- export declare namespace ListPermissionSetsResponse {
1251
- /**
1252
- * @internal
1253
- */
1254
- const filterSensitiveLog: (obj: ListPermissionSetsResponse) => any;
1255
- }
1256
1021
  export interface ListPermissionSetsProvisionedToAccountRequest {
1257
1022
  /**
1258
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
@@ -1276,12 +1041,6 @@ export interface ListPermissionSetsProvisionedToAccountRequest {
1276
1041
  */
1277
1042
  NextToken?: string;
1278
1043
  }
1279
- export declare namespace ListPermissionSetsProvisionedToAccountRequest {
1280
- /**
1281
- * @internal
1282
- */
1283
- const filterSensitiveLog: (obj: ListPermissionSetsProvisionedToAccountRequest) => any;
1284
- }
1285
1044
  export interface ListPermissionSetsProvisionedToAccountResponse {
1286
1045
  /**
1287
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>
@@ -1292,12 +1051,6 @@ export interface ListPermissionSetsProvisionedToAccountResponse {
1292
1051
  */
1293
1052
  PermissionSets?: string[];
1294
1053
  }
1295
- export declare namespace ListPermissionSetsProvisionedToAccountResponse {
1296
- /**
1297
- * @internal
1298
- */
1299
- const filterSensitiveLog: (obj: ListPermissionSetsProvisionedToAccountResponse) => any;
1300
- }
1301
1054
  export interface ListTagsForResourceRequest {
1302
1055
  /**
1303
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
@@ -1313,12 +1066,6 @@ export interface ListTagsForResourceRequest {
1313
1066
  */
1314
1067
  NextToken?: string;
1315
1068
  }
1316
- export declare namespace ListTagsForResourceRequest {
1317
- /**
1318
- * @internal
1319
- */
1320
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1321
- }
1322
1069
  export interface ListTagsForResourceResponse {
1323
1070
  /**
1324
1071
  * <p>A set of key-value pairs that are used to manage the resource.</p>
@@ -1329,12 +1076,6 @@ export interface ListTagsForResourceResponse {
1329
1076
  */
1330
1077
  NextToken?: string;
1331
1078
  }
1332
- export declare namespace ListTagsForResourceResponse {
1333
- /**
1334
- * @internal
1335
- */
1336
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1337
- }
1338
1079
  export declare enum ProvisionTargetType {
1339
1080
  ALL_PROVISIONED_ACCOUNTS = "ALL_PROVISIONED_ACCOUNTS",
1340
1081
  AWS_ACCOUNT = "AWS_ACCOUNT"
@@ -1358,24 +1099,12 @@ export interface ProvisionPermissionSetRequest {
1358
1099
  */
1359
1100
  TargetType: ProvisionTargetType | string | undefined;
1360
1101
  }
1361
- export declare namespace ProvisionPermissionSetRequest {
1362
- /**
1363
- * @internal
1364
- */
1365
- const filterSensitiveLog: (obj: ProvisionPermissionSetRequest) => any;
1366
- }
1367
1102
  export interface ProvisionPermissionSetResponse {
1368
1103
  /**
1369
1104
  * <p>The status object for the permission set provisioning operation.</p>
1370
1105
  */
1371
1106
  PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
1372
1107
  }
1373
- export declare namespace ProvisionPermissionSetResponse {
1374
- /**
1375
- * @internal
1376
- */
1377
- const filterSensitiveLog: (obj: ProvisionPermissionSetResponse) => any;
1378
- }
1379
1108
  export interface PutInlinePolicyToPermissionSetRequest {
1380
1109
  /**
1381
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
@@ -1391,19 +1120,23 @@ export interface PutInlinePolicyToPermissionSetRequest {
1391
1120
  */
1392
1121
  InlinePolicy: string | undefined;
1393
1122
  }
1394
- export declare namespace PutInlinePolicyToPermissionSetRequest {
1395
- /**
1396
- * @internal
1397
- */
1398
- const filterSensitiveLog: (obj: PutInlinePolicyToPermissionSetRequest) => any;
1399
- }
1400
1123
  export interface PutInlinePolicyToPermissionSetResponse {
1401
1124
  }
1402
- export declare namespace PutInlinePolicyToPermissionSetResponse {
1125
+ export interface PutPermissionsBoundaryToPermissionSetRequest {
1403
1126
  /**
1404
- * @internal
1127
+ * <p>The ARN of the SSO instance under which the operation will be executed. </p>
1128
+ */
1129
+ InstanceArn: string | undefined;
1130
+ /**
1131
+ * <p>The ARN of the <code>PermissionSet</code>.</p>
1405
1132
  */
1406
- const filterSensitiveLog: (obj: PutInlinePolicyToPermissionSetResponse) => any;
1133
+ PermissionSetArn: string | undefined;
1134
+ /**
1135
+ * <p>The permissions boundary that you want to attach to a <code>PermissionSet</code>.</p>
1136
+ */
1137
+ PermissionsBoundary: PermissionsBoundary | undefined;
1138
+ }
1139
+ export interface PutPermissionsBoundaryToPermissionSetResponse {
1407
1140
  }
1408
1141
  export interface TagResourceRequest {
1409
1142
  /**
@@ -1420,20 +1153,8 @@ export interface TagResourceRequest {
1420
1153
  */
1421
1154
  Tags: Tag[] | undefined;
1422
1155
  }
1423
- export declare namespace TagResourceRequest {
1424
- /**
1425
- * @internal
1426
- */
1427
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1428
- }
1429
1156
  export interface TagResourceResponse {
1430
1157
  }
1431
- export declare namespace TagResourceResponse {
1432
- /**
1433
- * @internal
1434
- */
1435
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1436
- }
1437
1158
  export interface UntagResourceRequest {
1438
1159
  /**
1439
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
@@ -1449,20 +1170,8 @@ export interface UntagResourceRequest {
1449
1170
  */
1450
1171
  TagKeys: string[] | undefined;
1451
1172
  }
1452
- export declare namespace UntagResourceRequest {
1453
- /**
1454
- * @internal
1455
- */
1456
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1457
- }
1458
1173
  export interface UntagResourceResponse {
1459
1174
  }
1460
- export declare namespace UntagResourceResponse {
1461
- /**
1462
- * @internal
1463
- */
1464
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1465
- }
1466
1175
  export interface UpdateInstanceAccessControlAttributeConfigurationRequest {
1467
1176
  /**
1468
1177
  * <p>The ARN of the SSO instance under which the operation will be executed.</p>
@@ -1473,20 +1182,8 @@ export interface UpdateInstanceAccessControlAttributeConfigurationRequest {
1473
1182
  */
1474
1183
  InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
1475
1184
  }
1476
- export declare namespace UpdateInstanceAccessControlAttributeConfigurationRequest {
1477
- /**
1478
- * @internal
1479
- */
1480
- const filterSensitiveLog: (obj: UpdateInstanceAccessControlAttributeConfigurationRequest) => any;
1481
- }
1482
1185
  export interface UpdateInstanceAccessControlAttributeConfigurationResponse {
1483
1186
  }
1484
- export declare namespace UpdateInstanceAccessControlAttributeConfigurationResponse {
1485
- /**
1486
- * @internal
1487
- */
1488
- const filterSensitiveLog: (obj: UpdateInstanceAccessControlAttributeConfigurationResponse) => any;
1489
- }
1490
1187
  export interface UpdatePermissionSetRequest {
1491
1188
  /**
1492
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
@@ -1512,17 +1209,361 @@ export interface UpdatePermissionSetRequest {
1512
1209
  */
1513
1210
  RelayState?: string;
1514
1211
  }
1515
- export declare namespace UpdatePermissionSetRequest {
1516
- /**
1517
- * @internal
1518
- */
1519
- const filterSensitiveLog: (obj: UpdatePermissionSetRequest) => any;
1520
- }
1521
1212
  export interface UpdatePermissionSetResponse {
1522
1213
  }
1523
- export declare namespace UpdatePermissionSetResponse {
1524
- /**
1525
- * @internal
1526
- */
1527
- const filterSensitiveLog: (obj: UpdatePermissionSetResponse) => any;
1528
- }
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;