@aws-sdk/client-sso-admin 3.451.0 → 3.454.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 (242) hide show
  1. package/README.md +306 -14
  2. package/dist-cjs/SSOAdmin.js +72 -0
  3. package/dist-cjs/commands/CreateApplicationAssignmentCommand.js +51 -0
  4. package/dist-cjs/commands/CreateApplicationCommand.js +51 -0
  5. package/dist-cjs/commands/CreateInstanceCommand.js +51 -0
  6. package/dist-cjs/commands/CreateTrustedTokenIssuerCommand.js +51 -0
  7. package/dist-cjs/commands/DeleteApplicationAccessScopeCommand.js +51 -0
  8. package/dist-cjs/commands/DeleteApplicationAssignmentCommand.js +51 -0
  9. package/dist-cjs/commands/DeleteApplicationAuthenticationMethodCommand.js +51 -0
  10. package/dist-cjs/commands/DeleteApplicationCommand.js +51 -0
  11. package/dist-cjs/commands/DeleteApplicationGrantCommand.js +51 -0
  12. package/dist-cjs/commands/DeleteInstanceCommand.js +51 -0
  13. package/dist-cjs/commands/DeleteTrustedTokenIssuerCommand.js +51 -0
  14. package/dist-cjs/commands/DescribeApplicationAssignmentCommand.js +51 -0
  15. package/dist-cjs/commands/DescribeApplicationCommand.js +51 -0
  16. package/dist-cjs/commands/DescribeApplicationProviderCommand.js +51 -0
  17. package/dist-cjs/commands/DescribeInstanceCommand.js +51 -0
  18. package/dist-cjs/commands/DescribeTrustedTokenIssuerCommand.js +51 -0
  19. package/dist-cjs/commands/GetApplicationAccessScopeCommand.js +51 -0
  20. package/dist-cjs/commands/GetApplicationAssignmentConfigurationCommand.js +51 -0
  21. package/dist-cjs/commands/GetApplicationAuthenticationMethodCommand.js +51 -0
  22. package/dist-cjs/commands/GetApplicationGrantCommand.js +51 -0
  23. package/dist-cjs/commands/ListAccountAssignmentsForPrincipalCommand.js +51 -0
  24. package/dist-cjs/commands/ListApplicationAccessScopesCommand.js +51 -0
  25. package/dist-cjs/commands/ListApplicationAssignmentsCommand.js +51 -0
  26. package/dist-cjs/commands/ListApplicationAssignmentsForPrincipalCommand.js +51 -0
  27. package/dist-cjs/commands/ListApplicationAuthenticationMethodsCommand.js +51 -0
  28. package/dist-cjs/commands/ListApplicationGrantsCommand.js +51 -0
  29. package/dist-cjs/commands/ListApplicationProvidersCommand.js +51 -0
  30. package/dist-cjs/commands/ListApplicationsCommand.js +51 -0
  31. package/dist-cjs/commands/ListTrustedTokenIssuersCommand.js +51 -0
  32. package/dist-cjs/commands/PutApplicationAccessScopeCommand.js +51 -0
  33. package/dist-cjs/commands/PutApplicationAssignmentConfigurationCommand.js +51 -0
  34. package/dist-cjs/commands/PutApplicationAuthenticationMethodCommand.js +51 -0
  35. package/dist-cjs/commands/PutApplicationGrantCommand.js +51 -0
  36. package/dist-cjs/commands/UpdateApplicationCommand.js +51 -0
  37. package/dist-cjs/commands/UpdateInstanceCommand.js +51 -0
  38. package/dist-cjs/commands/UpdateTrustedTokenIssuerCommand.js +51 -0
  39. package/dist-cjs/commands/index.js +36 -0
  40. package/dist-cjs/models/models_0.js +89 -15
  41. package/dist-cjs/pagination/ListAccountAssignmentsForPrincipalPaginator.js +29 -0
  42. package/dist-cjs/pagination/ListApplicationAccessScopesPaginator.js +29 -0
  43. package/dist-cjs/pagination/ListApplicationAssignmentsForPrincipalPaginator.js +29 -0
  44. package/dist-cjs/pagination/ListApplicationAssignmentsPaginator.js +29 -0
  45. package/dist-cjs/pagination/ListApplicationAuthenticationMethodsPaginator.js +28 -0
  46. package/dist-cjs/pagination/ListApplicationGrantsPaginator.js +28 -0
  47. package/dist-cjs/pagination/ListApplicationProvidersPaginator.js +29 -0
  48. package/dist-cjs/pagination/ListApplicationsPaginator.js +29 -0
  49. package/dist-cjs/pagination/ListTrustedTokenIssuersPaginator.js +29 -0
  50. package/dist-cjs/pagination/index.js +9 -0
  51. package/dist-cjs/protocols/Aws_json1_1.js +2257 -190
  52. package/dist-es/SSOAdmin.js +72 -0
  53. package/dist-es/commands/CreateApplicationAssignmentCommand.js +47 -0
  54. package/dist-es/commands/CreateApplicationCommand.js +47 -0
  55. package/dist-es/commands/CreateInstanceCommand.js +47 -0
  56. package/dist-es/commands/CreateTrustedTokenIssuerCommand.js +47 -0
  57. package/dist-es/commands/DeleteApplicationAccessScopeCommand.js +47 -0
  58. package/dist-es/commands/DeleteApplicationAssignmentCommand.js +47 -0
  59. package/dist-es/commands/DeleteApplicationAuthenticationMethodCommand.js +47 -0
  60. package/dist-es/commands/DeleteApplicationCommand.js +47 -0
  61. package/dist-es/commands/DeleteApplicationGrantCommand.js +47 -0
  62. package/dist-es/commands/DeleteInstanceCommand.js +47 -0
  63. package/dist-es/commands/DeleteTrustedTokenIssuerCommand.js +47 -0
  64. package/dist-es/commands/DescribeApplicationAssignmentCommand.js +47 -0
  65. package/dist-es/commands/DescribeApplicationCommand.js +47 -0
  66. package/dist-es/commands/DescribeApplicationProviderCommand.js +47 -0
  67. package/dist-es/commands/DescribeInstanceCommand.js +47 -0
  68. package/dist-es/commands/DescribeTrustedTokenIssuerCommand.js +47 -0
  69. package/dist-es/commands/GetApplicationAccessScopeCommand.js +47 -0
  70. package/dist-es/commands/GetApplicationAssignmentConfigurationCommand.js +47 -0
  71. package/dist-es/commands/GetApplicationAuthenticationMethodCommand.js +47 -0
  72. package/dist-es/commands/GetApplicationGrantCommand.js +47 -0
  73. package/dist-es/commands/ListAccountAssignmentsForPrincipalCommand.js +47 -0
  74. package/dist-es/commands/ListApplicationAccessScopesCommand.js +47 -0
  75. package/dist-es/commands/ListApplicationAssignmentsCommand.js +47 -0
  76. package/dist-es/commands/ListApplicationAssignmentsForPrincipalCommand.js +47 -0
  77. package/dist-es/commands/ListApplicationAuthenticationMethodsCommand.js +47 -0
  78. package/dist-es/commands/ListApplicationGrantsCommand.js +47 -0
  79. package/dist-es/commands/ListApplicationProvidersCommand.js +47 -0
  80. package/dist-es/commands/ListApplicationsCommand.js +47 -0
  81. package/dist-es/commands/ListTrustedTokenIssuersCommand.js +47 -0
  82. package/dist-es/commands/PutApplicationAccessScopeCommand.js +47 -0
  83. package/dist-es/commands/PutApplicationAssignmentConfigurationCommand.js +47 -0
  84. package/dist-es/commands/PutApplicationAuthenticationMethodCommand.js +47 -0
  85. package/dist-es/commands/PutApplicationGrantCommand.js +47 -0
  86. package/dist-es/commands/UpdateApplicationCommand.js +47 -0
  87. package/dist-es/commands/UpdateInstanceCommand.js +47 -0
  88. package/dist-es/commands/UpdateTrustedTokenIssuerCommand.js +47 -0
  89. package/dist-es/commands/index.js +36 -0
  90. package/dist-es/models/models_0.js +86 -12
  91. package/dist-es/pagination/ListAccountAssignmentsForPrincipalPaginator.js +25 -0
  92. package/dist-es/pagination/ListApplicationAccessScopesPaginator.js +25 -0
  93. package/dist-es/pagination/ListApplicationAssignmentsForPrincipalPaginator.js +25 -0
  94. package/dist-es/pagination/ListApplicationAssignmentsPaginator.js +25 -0
  95. package/dist-es/pagination/ListApplicationAuthenticationMethodsPaginator.js +24 -0
  96. package/dist-es/pagination/ListApplicationGrantsPaginator.js +24 -0
  97. package/dist-es/pagination/ListApplicationProvidersPaginator.js +25 -0
  98. package/dist-es/pagination/ListApplicationsPaginator.js +25 -0
  99. package/dist-es/pagination/ListTrustedTokenIssuersPaginator.js +25 -0
  100. package/dist-es/pagination/index.js +9 -0
  101. package/dist-es/protocols/Aws_json1_1.js +2156 -162
  102. package/dist-types/SSOAdmin.d.ts +271 -15
  103. package/dist-types/SSOAdminClient.d.ts +57 -17
  104. package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +8 -8
  105. package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +13 -13
  106. package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +21 -19
  107. package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +100 -0
  108. package/dist-types/commands/CreateApplicationCommand.d.ts +118 -0
  109. package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +12 -11
  110. package/dist-types/commands/CreateInstanceCommand.d.ts +115 -0
  111. package/dist-types/commands/CreatePermissionSetCommand.d.ts +8 -8
  112. package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +117 -0
  113. package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +12 -11
  114. package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +95 -0
  115. package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +97 -0
  116. package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +95 -0
  117. package/dist-types/commands/DeleteApplicationCommand.d.ts +95 -0
  118. package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +95 -0
  119. package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +7 -7
  120. package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +10 -10
  121. package/dist-types/commands/DeleteInstanceCommand.d.ts +93 -0
  122. package/dist-types/commands/DeletePermissionSetCommand.d.ts +7 -7
  123. package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +9 -3
  124. package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +97 -0
  125. package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +3 -3
  126. package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +3 -3
  127. package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +96 -0
  128. package/dist-types/commands/DescribeApplicationCommand.d.ts +104 -0
  129. package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +104 -0
  130. package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +6 -5
  131. package/dist-types/commands/DescribeInstanceCommand.d.ts +110 -0
  132. package/dist-types/commands/DescribePermissionSetCommand.d.ts +3 -3
  133. package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +3 -3
  134. package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +101 -0
  135. package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +7 -7
  136. package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +9 -8
  137. package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +94 -0
  138. package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +90 -0
  139. package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +95 -0
  140. package/dist-types/commands/GetApplicationGrantCommand.d.ts +109 -0
  141. package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +3 -3
  142. package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +3 -3
  143. package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +5 -5
  144. package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +5 -5
  145. package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +5 -4
  146. package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +106 -0
  147. package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +3 -3
  148. package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +100 -0
  149. package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +99 -0
  150. package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +104 -0
  151. package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +101 -0
  152. package/dist-types/commands/ListApplicationGrantsCommand.d.ts +115 -0
  153. package/dist-types/commands/ListApplicationProvidersCommand.d.ts +107 -0
  154. package/dist-types/commands/ListApplicationsCommand.d.ts +114 -0
  155. package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +3 -3
  156. package/dist-types/commands/ListInstancesCommand.d.ts +9 -4
  157. package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +3 -3
  158. package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +4 -4
  159. package/dist-types/commands/ListPermissionSetsCommand.d.ts +3 -3
  160. package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +5 -4
  161. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
  162. package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +96 -0
  163. package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +8 -8
  164. package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +99 -0
  165. package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +97 -0
  166. package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +100 -0
  167. package/dist-types/commands/PutApplicationGrantCommand.d.ts +114 -0
  168. package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +13 -12
  169. package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +7 -7
  170. package/dist-types/commands/TagResourceCommand.d.ts +9 -9
  171. package/dist-types/commands/UntagResourceCommand.d.ts +8 -8
  172. package/dist-types/commands/UpdateApplicationCommand.d.ts +103 -0
  173. package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +12 -12
  174. package/dist-types/commands/UpdateInstanceCommand.d.ts +93 -0
  175. package/dist-types/commands/UpdatePermissionSetCommand.d.ts +7 -7
  176. package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +105 -0
  177. package/dist-types/commands/index.d.ts +36 -0
  178. package/dist-types/index.d.ts +19 -15
  179. package/dist-types/models/models_0.d.ts +2369 -276
  180. package/dist-types/pagination/ListAccountAssignmentsForPrincipalPaginator.d.ts +7 -0
  181. package/dist-types/pagination/ListApplicationAccessScopesPaginator.d.ts +7 -0
  182. package/dist-types/pagination/ListApplicationAssignmentsForPrincipalPaginator.d.ts +7 -0
  183. package/dist-types/pagination/ListApplicationAssignmentsPaginator.d.ts +7 -0
  184. package/dist-types/pagination/ListApplicationAuthenticationMethodsPaginator.d.ts +7 -0
  185. package/dist-types/pagination/ListApplicationGrantsPaginator.d.ts +7 -0
  186. package/dist-types/pagination/ListApplicationProvidersPaginator.d.ts +7 -0
  187. package/dist-types/pagination/ListApplicationsPaginator.d.ts +7 -0
  188. package/dist-types/pagination/ListTrustedTokenIssuersPaginator.d.ts +7 -0
  189. package/dist-types/pagination/index.d.ts +9 -0
  190. package/dist-types/protocols/Aws_json1_1.d.ts +324 -0
  191. package/dist-types/ts3.4/SSOAdmin.d.ts +660 -0
  192. package/dist-types/ts3.4/SSOAdminClient.d.ts +218 -2
  193. package/dist-types/ts3.4/commands/CreateApplicationAssignmentCommand.d.ts +42 -0
  194. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +39 -0
  195. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +38 -0
  196. package/dist-types/ts3.4/commands/CreateTrustedTokenIssuerCommand.d.ts +42 -0
  197. package/dist-types/ts3.4/commands/DeleteApplicationAccessScopeCommand.d.ts +38 -0
  198. package/dist-types/ts3.4/commands/DeleteApplicationAssignmentCommand.d.ts +42 -0
  199. package/dist-types/ts3.4/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +38 -0
  200. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +39 -0
  201. package/dist-types/ts3.4/commands/DeleteApplicationGrantCommand.d.ts +37 -0
  202. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +38 -0
  203. package/dist-types/ts3.4/commands/DeleteTrustedTokenIssuerCommand.d.ts +42 -0
  204. package/dist-types/ts3.4/commands/DescribeApplicationAssignmentCommand.d.ts +42 -0
  205. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +39 -0
  206. package/dist-types/ts3.4/commands/DescribeApplicationProviderCommand.d.ts +42 -0
  207. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +38 -0
  208. package/dist-types/ts3.4/commands/DescribeTrustedTokenIssuerCommand.d.ts +42 -0
  209. package/dist-types/ts3.4/commands/GetApplicationAccessScopeCommand.d.ts +42 -0
  210. package/dist-types/ts3.4/commands/GetApplicationAssignmentConfigurationCommand.d.ts +42 -0
  211. package/dist-types/ts3.4/commands/GetApplicationAuthenticationMethodCommand.d.ts +42 -0
  212. package/dist-types/ts3.4/commands/GetApplicationGrantCommand.d.ts +39 -0
  213. package/dist-types/ts3.4/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +42 -0
  214. package/dist-types/ts3.4/commands/ListApplicationAccessScopesCommand.d.ts +42 -0
  215. package/dist-types/ts3.4/commands/ListApplicationAssignmentsCommand.d.ts +42 -0
  216. package/dist-types/ts3.4/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +42 -0
  217. package/dist-types/ts3.4/commands/ListApplicationAuthenticationMethodsCommand.d.ts +42 -0
  218. package/dist-types/ts3.4/commands/ListApplicationGrantsCommand.d.ts +42 -0
  219. package/dist-types/ts3.4/commands/ListApplicationProvidersCommand.d.ts +42 -0
  220. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +38 -0
  221. package/dist-types/ts3.4/commands/ListTrustedTokenIssuersCommand.d.ts +42 -0
  222. package/dist-types/ts3.4/commands/PutApplicationAccessScopeCommand.d.ts +38 -0
  223. package/dist-types/ts3.4/commands/PutApplicationAssignmentConfigurationCommand.d.ts +42 -0
  224. package/dist-types/ts3.4/commands/PutApplicationAuthenticationMethodCommand.d.ts +38 -0
  225. package/dist-types/ts3.4/commands/PutApplicationGrantCommand.d.ts +34 -0
  226. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +39 -0
  227. package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +38 -0
  228. package/dist-types/ts3.4/commands/UpdateTrustedTokenIssuerCommand.d.ts +42 -0
  229. package/dist-types/ts3.4/commands/index.d.ts +36 -0
  230. package/dist-types/ts3.4/models/models_0.d.ts +573 -23
  231. package/dist-types/ts3.4/pagination/ListAccountAssignmentsForPrincipalPaginator.d.ts +11 -0
  232. package/dist-types/ts3.4/pagination/ListApplicationAccessScopesPaginator.d.ts +11 -0
  233. package/dist-types/ts3.4/pagination/ListApplicationAssignmentsForPrincipalPaginator.d.ts +11 -0
  234. package/dist-types/ts3.4/pagination/ListApplicationAssignmentsPaginator.d.ts +11 -0
  235. package/dist-types/ts3.4/pagination/ListApplicationAuthenticationMethodsPaginator.d.ts +11 -0
  236. package/dist-types/ts3.4/pagination/ListApplicationGrantsPaginator.d.ts +11 -0
  237. package/dist-types/ts3.4/pagination/ListApplicationProvidersPaginator.d.ts +11 -0
  238. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -0
  239. package/dist-types/ts3.4/pagination/ListTrustedTokenIssuersPaginator.d.ts +11 -0
  240. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  241. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +432 -0
  242. package/package.json +5 -3
@@ -1,10 +1,11 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { DocumentType as __DocumentType } from "@smithy/types";
2
3
  import { SSOAdminServiceException as __BaseException } from "./SSOAdminServiceException";
3
4
  /**
4
5
  * @public
5
6
  * <p>The value used for mapping a specified attribute to an identity source. For more
6
- * information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/attributemappingsconcept.html">Attribute mappings</a>
7
- * in the <i>IAM Identity Center User Guide</i>.</p>
7
+ * information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/attributemappingsconcept.html">Attribute
8
+ * mappings</a> in the <i>IAM Identity Center User Guide</i>.</p>
8
9
  */
9
10
  export interface AccessControlAttributeValue {
10
11
  /**
@@ -16,17 +17,18 @@ export interface AccessControlAttributeValue {
16
17
  /**
17
18
  * @public
18
19
  * <p>These are IAM Identity Center identity store attributes that you can configure for use in
19
- * attributes-based access control (ABAC). You can create permissions policies that determine who
20
- * can access your Amazon Web Services resources based upon the configured attribute values. When you enable
21
- * ABAC and specify <code>AccessControlAttributes</code>, IAM Identity Center passes the attribute values of
22
- * the authenticated user into IAM for use in policy evaluation.</p>
20
+ * attributes-based access control (ABAC). You can create permissions policies that
21
+ * determine who can access your Amazon Web Services resources based upon the configured attribute
22
+ * values. When you enable ABAC and specify <code>AccessControlAttributes</code>, IAM Identity Center
23
+ * passes the attribute values of the authenticated user into IAM for use in policy
24
+ * evaluation.</p>
23
25
  */
24
26
  export interface AccessControlAttribute {
25
27
  /**
26
28
  * @public
27
- * <p>The name of the attribute associated with your identities in your identity source. This is
28
- * used to map a specified attribute in your identity source with an attribute in
29
- * IAM Identity Center.</p>
29
+ * <p>The name of the attribute associated with your identities in your identity source.
30
+ * This is used to map a specified attribute in your identity source with an attribute in
31
+ * IAM Identity Center.</p>
30
32
  */
31
33
  Key: string | undefined;
32
34
  /**
@@ -62,11 +64,11 @@ export declare const PrincipalType: {
62
64
  export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
63
65
  /**
64
66
  * @public
65
- * <p>The assignment that indicates a principal's limited access to a specified Amazon Web Services account
66
- * with a specified permission set.</p>
67
+ * <p>The assignment that indicates a principal's limited access to a specified Amazon Web Services
68
+ * account with a specified permission set.</p>
67
69
  * <note>
68
- * <p>The term <i>principal</i> here refers to a user or group that is defined
69
- * in IAM Identity Center.</p>
70
+ * <p>The term <i>principal</i> here refers to a user or group that is
71
+ * defined in IAM Identity Center.</p>
70
72
  * </note>
71
73
  */
72
74
  export interface AccountAssignment {
@@ -92,6 +94,34 @@ export interface AccountAssignment {
92
94
  */
93
95
  PrincipalId?: string;
94
96
  }
97
+ /**
98
+ * @public
99
+ * <p>A structure that describes an assignment of an Amazon Web Services account to a principal and the
100
+ * permissions that principal has in the account.</p>
101
+ */
102
+ export interface AccountAssignmentForPrincipal {
103
+ /**
104
+ * @public
105
+ * <p>The account ID number of the Amazon Web Services account.</p>
106
+ */
107
+ AccountId?: string;
108
+ /**
109
+ * @public
110
+ * <p>The ARN of the IAM Identity Center permission set assigned to this principal for this
111
+ * Amazon Web Services account.</p>
112
+ */
113
+ PermissionSetArn?: string;
114
+ /**
115
+ * @public
116
+ * <p>The ID of the principal.</p>
117
+ */
118
+ PrincipalId?: string;
119
+ /**
120
+ * @public
121
+ * <p>The type of the principal.</p>
122
+ */
123
+ PrincipalType?: PrincipalType;
124
+ }
95
125
  /**
96
126
  * @public
97
127
  * @enum
@@ -118,8 +148,8 @@ export declare const TargetType: {
118
148
  export type TargetType = (typeof TargetType)[keyof typeof TargetType];
119
149
  /**
120
150
  * @public
121
- * <p>The status of the creation or deletion operation of an assignment that a principal needs
122
- * to access an account.</p>
151
+ * <p>The status of the creation or deletion operation of an assignment that a principal
152
+ * needs to access an account.</p>
123
153
  */
124
154
  export interface AccountAssignmentOperationStatus {
125
155
  /**
@@ -130,12 +160,13 @@ export interface AccountAssignmentOperationStatus {
130
160
  /**
131
161
  * @public
132
162
  * <p>The identifier for tracking the request operation that is generated by the universally
133
- * unique identifier (UUID) workflow.</p>
163
+ * unique identifier (UUID) workflow.</p>
134
164
  */
135
165
  RequestId?: string;
136
166
  /**
137
167
  * @public
138
- * <p>The message that contains an error or exception in case of an operation failure.</p>
168
+ * <p>The message that contains an error or exception in case of an operation
169
+ * failure.</p>
139
170
  */
140
171
  FailureReason?: string;
141
172
  /**
@@ -173,7 +204,7 @@ export interface AccountAssignmentOperationStatus {
173
204
  /**
174
205
  * @public
175
206
  * <p>Provides information about the <a>AccountAssignment</a> creation
176
- * request.</p>
207
+ * request.</p>
177
208
  */
178
209
  export interface AccountAssignmentOperationStatusMetadata {
179
210
  /**
@@ -184,7 +215,7 @@ export interface AccountAssignmentOperationStatusMetadata {
184
215
  /**
185
216
  * @public
186
217
  * <p>The identifier for tracking the request operation that is generated by the universally
187
- * unique identifier (UUID) workflow.</p>
218
+ * unique identifier (UUID) workflow.</p>
188
219
  */
189
220
  RequestId?: string;
190
221
  /**
@@ -195,52 +226,147 @@ export interface AccountAssignmentOperationStatusMetadata {
195
226
  }
196
227
  /**
197
228
  * @public
198
- * <p>Specifies the name and path of a 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>
229
+ * @enum
199
230
  */
200
- export interface CustomerManagedPolicyReference {
231
+ export declare const SignInOrigin: {
232
+ readonly APPLICATION: "APPLICATION";
233
+ readonly IDENTITY_CENTER: "IDENTITY_CENTER";
234
+ };
235
+ /**
236
+ * @public
237
+ */
238
+ export type SignInOrigin = (typeof SignInOrigin)[keyof typeof SignInOrigin];
239
+ /**
240
+ * @public
241
+ * <p>A structure that describes the sign-in options for an application portal.</p>
242
+ */
243
+ export interface SignInOptions {
201
244
  /**
202
245
  * @public
203
- * <p>The name of the IAM policy that you have configured in each account where you want to deploy your permission set.</p>
246
+ * <p>This determines how IAM Identity Center navigates the user to the target application. It can be one
247
+ * of the following values:</p>
248
+ * <ul>
249
+ * <li>
250
+ * <p>
251
+ * <code>APPLICATION</code>: IAM Identity Center redirects the customer to the configured
252
+ * <code>ApplicationUrl</code>.</p>
253
+ * </li>
254
+ * <li>
255
+ * <p>
256
+ * <code>IDENTITY_CENTER</code>: IAM Identity Center uses SAML identity-provider initiated
257
+ * authentication to sign the customer directly into a SAML-based
258
+ * application.</p>
259
+ * </li>
260
+ * </ul>
204
261
  */
205
- Name: string | undefined;
262
+ Origin: SignInOrigin | undefined;
206
263
  /**
207
264
  * @public
208
- * <p>The path to the IAM policy that you have configured in each account where you want to deploy your permission set. 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
209
- * names and paths</a> in the <i>IAM User Guide</i>.</p>
265
+ * <p>The URL that accepts authentication requests for an application. This is a required
266
+ * parameter if the <code>Origin</code> parameter is <code>APPLICATION</code>.</p>
210
267
  */
211
- Path?: string;
268
+ ApplicationUrl?: string;
212
269
  }
213
270
  /**
214
271
  * @public
272
+ * @enum
215
273
  */
216
- export interface AttachCustomerManagedPolicyReferenceToPermissionSetRequest {
217
- /**
218
- * @public
219
- * <p>The ARN of the IAM Identity Center instance under which the operation will be executed. </p>
220
- */
221
- InstanceArn: string | undefined;
274
+ export declare const ApplicationVisibility: {
275
+ readonly DISABLED: "DISABLED";
276
+ readonly ENABLED: "ENABLED";
277
+ };
278
+ /**
279
+ * @public
280
+ */
281
+ export type ApplicationVisibility = (typeof ApplicationVisibility)[keyof typeof ApplicationVisibility];
282
+ /**
283
+ * @public
284
+ * <p>A structure that describes the options for the access portal associated with an
285
+ * application.</p>
286
+ */
287
+ export interface PortalOptions {
222
288
  /**
223
289
  * @public
224
- * <p>The ARN of the <code>PermissionSet</code>.</p>
290
+ * <p>A structure that describes the sign-in options for the access portal.</p>
225
291
  */
226
- PermissionSetArn: string | undefined;
292
+ SignInOptions?: SignInOptions;
227
293
  /**
228
294
  * @public
229
- * <p>Specifies the name and path of a 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>
295
+ * <p>Indicates whether this application is visible in the access portal.</p>
230
296
  */
231
- CustomerManagedPolicyReference: CustomerManagedPolicyReference | undefined;
297
+ Visibility?: ApplicationVisibility;
232
298
  }
233
299
  /**
234
300
  * @public
301
+ * @enum
235
302
  */
236
- export interface AttachCustomerManagedPolicyReferenceToPermissionSetResponse {
303
+ export declare const ApplicationStatus: {
304
+ readonly DISABLED: "DISABLED";
305
+ readonly ENABLED: "ENABLED";
306
+ };
307
+ /**
308
+ * @public
309
+ */
310
+ export type ApplicationStatus = (typeof ApplicationStatus)[keyof typeof ApplicationStatus];
311
+ /**
312
+ * @public
313
+ * <p>A structure that describes an application that uses IAM Identity Center for access
314
+ * management.</p>
315
+ */
316
+ export interface Application {
317
+ /**
318
+ * @public
319
+ * <p>The ARN of the application.</p>
320
+ */
321
+ ApplicationArn?: string;
322
+ /**
323
+ * @public
324
+ * <p>The ARN of the application provider for this application.</p>
325
+ */
326
+ ApplicationProviderArn?: string;
327
+ /**
328
+ * @public
329
+ * <p>The name of the application.</p>
330
+ */
331
+ Name?: string;
332
+ /**
333
+ * @public
334
+ * <p>The Amazon Web Services account ID number of the application.</p>
335
+ */
336
+ ApplicationAccount?: string;
337
+ /**
338
+ * @public
339
+ * <p>The ARN of the instance of IAM Identity Center that is configured with this application.</p>
340
+ */
341
+ InstanceArn?: string;
342
+ /**
343
+ * @public
344
+ * <p>The current status of the application in this instance of IAM Identity Center.</p>
345
+ */
346
+ Status?: ApplicationStatus;
347
+ /**
348
+ * @public
349
+ * <p>A structure that describes the options for the access portal associated with this
350
+ * application.</p>
351
+ */
352
+ PortalOptions?: PortalOptions;
353
+ /**
354
+ * @public
355
+ * <p>The description of the application.</p>
356
+ */
357
+ Description?: string;
358
+ /**
359
+ * @public
360
+ * <p>The date and time when the application was originally created.</p>
361
+ */
362
+ CreatedDate?: Date;
237
363
  }
238
364
  /**
239
365
  * @public
240
- * <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
241
- * when the previous write did not have time to propagate to the host serving the current
242
- * request. A retry (with appropriate backoff logic) is the recommended response to this
243
- * exception.</p>
366
+ * <p>Occurs when a conflict with a previous successful write is detected. This generally
367
+ * occurs when the previous write did not have time to propagate to the host serving the
368
+ * current request. A retry (with appropriate backoff logic) is the recommended response to
369
+ * this exception.</p>
244
370
  */
245
371
  export declare class ConflictException extends __BaseException {
246
372
  readonly name: "ConflictException";
@@ -253,8 +379,23 @@ export declare class ConflictException extends __BaseException {
253
379
  }
254
380
  /**
255
381
  * @public
256
- * <p>The request processing has failed because of an unknown error, exception, or failure with
257
- * an internal server.</p>
382
+ */
383
+ export interface DeleteApplicationAccessScopeRequest {
384
+ /**
385
+ * @public
386
+ * <p>Specifies the ARN of the application with the access scope to delete.</p>
387
+ */
388
+ ApplicationArn: string | undefined;
389
+ /**
390
+ * @public
391
+ * <p>Specifies the name of the access scope to remove from the application.</p>
392
+ */
393
+ Scope: string | undefined;
394
+ }
395
+ /**
396
+ * @public
397
+ * <p>The request processing has failed because of an unknown error, exception, or failure
398
+ * with an internal server.</p>
258
399
  */
259
400
  export declare class InternalServerException extends __BaseException {
260
401
  readonly name: "InternalServerException";
@@ -278,24 +419,10 @@ export declare class ResourceNotFoundException extends __BaseException {
278
419
  */
279
420
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
280
421
  }
281
- /**
282
- * @public
283
- * <p>Indicates that the principal has crossed the permitted number of resources that can be
284
- * created.</p>
285
- */
286
- export declare class ServiceQuotaExceededException extends __BaseException {
287
- readonly name: "ServiceQuotaExceededException";
288
- readonly $fault: "client";
289
- Message?: string;
290
- /**
291
- * @internal
292
- */
293
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
294
- }
295
422
  /**
296
423
  * @public
297
424
  * <p>Indicates that the principal has crossed the throttling limits of the API
298
- * operations.</p>
425
+ * operations.</p>
299
426
  */
300
427
  export declare class ThrottlingException extends __BaseException {
301
428
  readonly name: "ThrottlingException";
@@ -321,236 +448,1251 @@ export declare class ValidationException extends __BaseException {
321
448
  }
322
449
  /**
323
450
  * @public
324
- * <p>A structure that stores the details of the Amazon Web Services managed policy.</p>
325
451
  */
326
- export interface AttachedManagedPolicy {
452
+ export interface GetApplicationAccessScopeRequest {
327
453
  /**
328
454
  * @public
329
- * <p>The name of the Amazon Web Services managed policy.</p>
455
+ * <p>Specifies the ARN of the application with the access scope that you want to
456
+ * retrieve.</p>
330
457
  */
331
- Name?: string;
458
+ ApplicationArn: string | undefined;
332
459
  /**
333
460
  * @public
334
- * <p>The ARN of the Amazon Web Services managed policy. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
335
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
461
+ * <p>Specifies the name of the access scope for which you want the authorized
462
+ * targets.</p>
336
463
  */
337
- Arn?: string;
464
+ Scope: string | undefined;
338
465
  }
339
466
  /**
340
467
  * @public
341
468
  */
342
- export interface AttachManagedPolicyToPermissionSetRequest {
469
+ export interface GetApplicationAccessScopeResponse {
343
470
  /**
344
471
  * @public
345
- * <p>The ARN of the IAM Identity Center 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
346
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
472
+ * <p>The name of the access scope that can be used with the authorized targets.</p>
347
473
  */
348
- InstanceArn: string | undefined;
474
+ Scope: string | undefined;
349
475
  /**
350
476
  * @public
351
- * <p>The ARN of the <a>PermissionSet</a> that the managed policy should be attached
352
- * to.</p>
477
+ * <p>An array of authorized targets associated with this access scope.</p>
353
478
  */
354
- PermissionSetArn: string | undefined;
479
+ AuthorizedTargets?: string[];
480
+ }
481
+ /**
482
+ * @public
483
+ */
484
+ export interface ListApplicationAccessScopesRequest {
355
485
  /**
356
486
  * @public
357
- * <p>The Amazon Web Services managed policy ARN to be attached to a permission set.</p>
487
+ * <p>Specifies the ARN of the application.</p>
358
488
  */
359
- ManagedPolicyArn: string | undefined;
489
+ ApplicationArn: string | undefined;
490
+ /**
491
+ * @public
492
+ * <p>Specifies the total number of results that you want included in each
493
+ * response. If additional items exist beyond the number you specify, the
494
+ * <code>NextToken</code> response element is returned with a value (not null). Include the
495
+ * specified value as the <code>NextToken</code> request parameter in the next call to the
496
+ * operation to get the next set of results. Note that the service might return fewer
497
+ * results than the maximum even when there are more results available. You should check
498
+ * <code>NextToken</code> after every operation to ensure that you receive all of the
499
+ * results.</p>
500
+ */
501
+ MaxResults?: number;
502
+ /**
503
+ * @public
504
+ * <p>Specifies that you want to receive the next page of results. Valid
505
+ * only if you received a <code>NextToken</code> response in the previous request. If you
506
+ * did, it indicates that more output is available. Set this parameter to the value
507
+ * provided by the previous call's <code>NextToken</code> response to request the
508
+ * next page of results.</p>
509
+ */
510
+ NextToken?: string;
360
511
  }
361
512
  /**
362
513
  * @public
514
+ * <p>A structure that describes an IAM Identity Center access scope and its authorized targets.</p>
363
515
  */
364
- export interface AttachManagedPolicyToPermissionSetResponse {
516
+ export interface ScopeDetails {
517
+ /**
518
+ * @public
519
+ * <p>The name of the access scope.</p>
520
+ */
521
+ Scope: string | undefined;
522
+ /**
523
+ * @public
524
+ * <p>An array list of ARNs of applications.</p>
525
+ */
526
+ AuthorizedTargets?: string[];
365
527
  }
366
528
  /**
367
529
  * @public
368
530
  */
369
- export interface CreateAccountAssignmentRequest {
531
+ export interface ListApplicationAccessScopesResponse {
370
532
  /**
371
533
  * @public
372
- * <p>The ARN of the IAM Identity Center 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
373
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
534
+ * <p>An array list of access scopes and their authorized targets that are associated with
535
+ * the application.</p>
374
536
  */
375
- InstanceArn: string | undefined;
537
+ Scopes: ScopeDetails[] | undefined;
376
538
  /**
377
539
  * @public
378
- * <p>TargetID is an Amazon Web Services account identifier, (For example, 123456789012).</p>
540
+ * <p>If present, this value indicates that more output is available than
541
+ * is included in the current response. Use this value in the <code>NextToken</code>
542
+ * request parameter in a subsequent call to the operation to get the next part of the
543
+ * output. You should repeat this until the <code>NextToken</code> response element comes
544
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
379
545
  */
380
- TargetId: string | undefined;
546
+ NextToken?: string;
547
+ }
548
+ /**
549
+ * @public
550
+ */
551
+ export interface PutApplicationAccessScopeRequest {
381
552
  /**
382
553
  * @public
383
- * <p>The entity type for which the assignment will be created.</p>
554
+ * <p>Specifies the name of the access scope to be associated with the specified
555
+ * targets.</p>
384
556
  */
385
- TargetType: TargetType | undefined;
557
+ Scope: string | undefined;
386
558
  /**
387
559
  * @public
388
- * <p>The ARN of the permission set that the admin wants to grant the principal access
389
- * to.</p>
560
+ * <p>Specifies an array list of ARNs that represent the authorized targets for this access
561
+ * scope.</p>
390
562
  */
391
- PermissionSetArn: string | undefined;
563
+ AuthorizedTargets?: string[];
392
564
  /**
393
565
  * @public
394
- * <p>The entity type for which the assignment will be created.</p>
566
+ * <p>Specifies the ARN of the application with the access scope with the targets to add or
567
+ * update.</p>
395
568
  */
396
- PrincipalType: PrincipalType | undefined;
569
+ ApplicationArn: string | undefined;
570
+ }
571
+ /**
572
+ * @public
573
+ * <p>A structure that describes an assignment of a principal to an application.</p>
574
+ */
575
+ export interface ApplicationAssignment {
397
576
  /**
398
577
  * @public
399
- * <p>An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">IAM Identity Center Identity Store API Reference</a>.</p>
578
+ * <p>The ARN of the application that has principals assigned.</p>
579
+ */
580
+ ApplicationArn: string | undefined;
581
+ /**
582
+ * @public
583
+ * <p>The unique identifier of the principal assigned to the application.</p>
400
584
  */
401
585
  PrincipalId: string | undefined;
586
+ /**
587
+ * @public
588
+ * <p>The type of the principal assigned to the application.</p>
589
+ */
590
+ PrincipalType: PrincipalType | undefined;
402
591
  }
403
592
  /**
404
593
  * @public
594
+ * <p>A structure that describes an application to which a principal is assigned.</p>
405
595
  */
406
- export interface CreateAccountAssignmentResponse {
596
+ export interface ApplicationAssignmentForPrincipal {
407
597
  /**
408
598
  * @public
409
- * <p>The status object for the account assignment creation operation.</p>
599
+ * <p>The ARN of the application to which the specified principal is assigned.</p>
410
600
  */
411
- AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
601
+ ApplicationArn?: string;
602
+ /**
603
+ * @public
604
+ * <p>The unique identifier of the principal assigned to the application.</p>
605
+ */
606
+ PrincipalId?: string;
607
+ /**
608
+ * @public
609
+ * <p>The type of the principal assigned to the application.</p>
610
+ */
611
+ PrincipalType?: PrincipalType;
412
612
  }
413
613
  /**
414
614
  * @public
415
- * <p>Specifies the attributes to add to your attribute-based access control (ABAC)
416
- * configuration.</p>
615
+ * @enum
417
616
  */
418
- export interface InstanceAccessControlAttributeConfiguration {
617
+ export declare const AuthenticationMethodType: {
618
+ readonly IAM: "IAM";
619
+ };
620
+ /**
621
+ * @public
622
+ */
623
+ export type AuthenticationMethodType = (typeof AuthenticationMethodType)[keyof typeof AuthenticationMethodType];
624
+ /**
625
+ * @public
626
+ */
627
+ export interface DeleteApplicationAuthenticationMethodRequest {
419
628
  /**
420
629
  * @public
421
- * <p>Lists the attributes that are configured for ABAC in the specified IAM Identity Center
422
- * instance.</p>
630
+ * <p>Specifies the ARN of the application with the authentication method to delete.</p>
423
631
  */
424
- AccessControlAttributes: AccessControlAttribute[] | undefined;
632
+ ApplicationArn: string | undefined;
633
+ /**
634
+ * @public
635
+ * <p>Specifies the authentication method type to delete from the application.</p>
636
+ */
637
+ AuthenticationMethodType: AuthenticationMethodType | undefined;
425
638
  }
426
639
  /**
427
640
  * @public
428
641
  */
429
- export interface CreateInstanceAccessControlAttributeConfigurationRequest {
642
+ export interface GetApplicationAuthenticationMethodRequest {
430
643
  /**
431
644
  * @public
432
- * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.</p>
645
+ * <p>Specifies the ARN of the application.</p>
433
646
  */
434
- InstanceArn: string | undefined;
647
+ ApplicationArn: string | undefined;
435
648
  /**
436
649
  * @public
437
- * <p>Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When
438
- * using an external identity provider as an identity source, you can pass attributes through the
439
- * SAML assertion. Doing so provides an alternative to configuring attributes from the IAM Identity Center
440
- * identity store. If a SAML assertion passes any of these attributes, IAM Identity Center will replace the
441
- * attribute value with the value from the IAM Identity Center identity store.</p>
650
+ * <p>Specifies the type of authentication method for which you want details.</p>
442
651
  */
443
- InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
652
+ AuthenticationMethodType: AuthenticationMethodType | undefined;
444
653
  }
445
654
  /**
446
655
  * @public
656
+ * <p>A structure that describes details for authentication that uses IAM.</p>
447
657
  */
448
- export interface CreateInstanceAccessControlAttributeConfigurationResponse {
658
+ export interface IamAuthenticationMethod {
659
+ /**
660
+ * @public
661
+ * <p>An IAM policy document in JSON.</p>
662
+ */
663
+ ActorPolicy: __DocumentType | undefined;
449
664
  }
450
665
  /**
451
666
  * @public
452
- * <p>A set of key-value pairs that are used to manage the resource. Tags can only be applied to
453
- * permission sets and cannot be applied to corresponding roles that IAM Identity Center creates in Amazon Web Services
454
- * accounts.</p>
667
+ * <p>A structure that describes an authentication method that can be used by an
668
+ * application.</p>
455
669
  */
456
- export interface Tag {
670
+ export type AuthenticationMethod = AuthenticationMethod.IamMember | AuthenticationMethod.$UnknownMember;
671
+ /**
672
+ * @public
673
+ */
674
+ export declare namespace AuthenticationMethod {
457
675
  /**
458
676
  * @public
459
- * <p>The key for the tag.</p>
677
+ * <p>A structure that describes details for IAM authentication.</p>
460
678
  */
461
- Key: string | undefined;
679
+ interface IamMember {
680
+ Iam: IamAuthenticationMethod;
681
+ $unknown?: never;
682
+ }
462
683
  /**
463
684
  * @public
464
- * <p>The value of the tag.</p>
465
685
  */
466
- Value: string | undefined;
686
+ interface $UnknownMember {
687
+ Iam?: never;
688
+ $unknown: [string, any];
689
+ }
690
+ interface Visitor<T> {
691
+ Iam: (value: IamAuthenticationMethod) => T;
692
+ _: (name: string, value: any) => T;
693
+ }
694
+ const visit: <T>(value: AuthenticationMethod, visitor: Visitor<T>) => T;
467
695
  }
468
696
  /**
469
697
  * @public
470
698
  */
471
- export interface CreatePermissionSetRequest {
699
+ export interface GetApplicationAuthenticationMethodResponse {
472
700
  /**
473
701
  * @public
474
- * <p>The name of the <a>PermissionSet</a>.</p>
702
+ * <p>A structure that contains details about the requested authentication method.</p>
475
703
  */
476
- Name: string | undefined;
704
+ AuthenticationMethod?: AuthenticationMethod;
705
+ }
706
+ /**
707
+ * @public
708
+ */
709
+ export interface ListApplicationAuthenticationMethodsRequest {
477
710
  /**
478
711
  * @public
479
- * <p>The description of the <a>PermissionSet</a>.</p>
712
+ * <p>Specifies the ARN of the application with the authentication methods you want to
713
+ * list.</p>
480
714
  */
481
- Description?: string;
715
+ ApplicationArn: string | undefined;
482
716
  /**
483
717
  * @public
484
- * <p>The ARN of the IAM Identity Center 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
485
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
718
+ * <p>Specifies that you want to receive the next page of results. Valid
719
+ * only if you received a <code>NextToken</code> response in the previous request. If you
720
+ * did, it indicates that more output is available. Set this parameter to the value
721
+ * provided by the previous call's <code>NextToken</code> response to request the
722
+ * next page of results.</p>
486
723
  */
487
- InstanceArn: string | undefined;
724
+ NextToken?: string;
725
+ }
726
+ /**
727
+ * @public
728
+ * <p>A structure that describes an authentication method and its type.</p>
729
+ */
730
+ export interface AuthenticationMethodItem {
488
731
  /**
489
732
  * @public
490
- * <p>The length of time that the application user sessions are valid in the ISO-8601
491
- * standard.</p>
733
+ * <p>The type of authentication that is used by this method.</p>
492
734
  */
493
- SessionDuration?: string;
735
+ AuthenticationMethodType?: AuthenticationMethodType;
494
736
  /**
495
737
  * @public
496
- * <p>Used to redirect users within the application during the federation authentication
497
- * process.</p>
738
+ * <p>A structure that describes an authentication method. The contents of this structure is
739
+ * determined by the <code>AuthenticationMethodType</code>.</p>
498
740
  */
499
- RelayState?: string;
741
+ AuthenticationMethod?: AuthenticationMethod;
742
+ }
743
+ /**
744
+ * @public
745
+ */
746
+ export interface ListApplicationAuthenticationMethodsResponse {
500
747
  /**
501
748
  * @public
502
- * <p>The tags to attach to the new <a>PermissionSet</a>.</p>
749
+ * <p>An array list of authentication methods for the specified application.</p>
503
750
  */
504
- Tags?: Tag[];
751
+ AuthenticationMethods?: AuthenticationMethodItem[];
752
+ /**
753
+ * @public
754
+ * <p>If present, this value indicates that more output is available than
755
+ * is included in the current response. Use this value in the <code>NextToken</code>
756
+ * request parameter in a subsequent call to the operation to get the next part of the
757
+ * output. You should repeat this until the <code>NextToken</code> response element comes
758
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
759
+ */
760
+ NextToken?: string;
505
761
  }
506
762
  /**
507
763
  * @public
508
- * <p>An entity that contains IAM policies.</p>
509
764
  */
510
- export interface PermissionSet {
765
+ export interface PutApplicationAuthenticationMethodRequest {
511
766
  /**
512
767
  * @public
513
- * <p>The name of the permission set.</p>
768
+ * <p>Specifies the ARN of the application with the authentication method to add or
769
+ * update.</p>
514
770
  */
515
- Name?: string;
771
+ ApplicationArn: string | undefined;
516
772
  /**
517
773
  * @public
518
- * <p>The ARN of the permission set. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
519
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
774
+ * <p>Specifies the type of the authentication method that you want to add or update.</p>
520
775
  */
521
- PermissionSetArn?: string;
776
+ AuthenticationMethodType: AuthenticationMethodType | undefined;
522
777
  /**
523
778
  * @public
524
- * <p>The description of the <a>PermissionSet</a>.</p>
779
+ * <p>Specifies a structure that describes the authentication method to add or update. The
780
+ * structure type you provide is determined by the <code>AuthenticationMethodType</code>
781
+ * parameter.</p>
782
+ */
783
+ AuthenticationMethod: AuthenticationMethod | undefined;
784
+ }
785
+ /**
786
+ * @public
787
+ * @enum
788
+ */
789
+ export declare const GrantType: {
790
+ readonly AUTHORIZATION_CODE: "authorization_code";
791
+ readonly JWT_BEARER: "urn:ietf:params:oauth:grant-type:jwt-bearer";
792
+ readonly REFRESH_TOKEN: "refresh_token";
793
+ readonly TOKEN_EXCHANGE: "urn:ietf:params:oauth:grant-type:token-exchange";
794
+ };
795
+ /**
796
+ * @public
797
+ */
798
+ export type GrantType = (typeof GrantType)[keyof typeof GrantType];
799
+ /**
800
+ * @public
801
+ */
802
+ export interface DeleteApplicationGrantRequest {
803
+ /**
804
+ * @public
805
+ * <p>Specifies the ARN of the application with the grant to delete.</p>
806
+ */
807
+ ApplicationArn: string | undefined;
808
+ /**
809
+ * @public
810
+ * <p>Specifies the type of grant to delete from the application.</p>
811
+ */
812
+ GrantType: GrantType | undefined;
813
+ }
814
+ /**
815
+ * @public
816
+ */
817
+ export interface GetApplicationGrantRequest {
818
+ /**
819
+ * @public
820
+ * <p>Specifies the ARN of the application that contains the grant.</p>
821
+ */
822
+ ApplicationArn: string | undefined;
823
+ /**
824
+ * @public
825
+ * <p>Specifies the type of grant.</p>
826
+ */
827
+ GrantType: GrantType | undefined;
828
+ }
829
+ /**
830
+ * @public
831
+ * <p>A structure that defines configuration settings for an application that supports the OAuth 2.0 Authorization Code Grant.</p>
832
+ */
833
+ export interface AuthorizationCodeGrant {
834
+ /**
835
+ * @public
836
+ * <p>A list of URIs that are valid locations to redirect a user's browser after the user is authorized.</p>
837
+ */
838
+ RedirectUris?: string[];
839
+ }
840
+ /**
841
+ * @public
842
+ * <p>A structure that describes a trusted token issuer and associates it with a set of authorized
843
+ * audiences.</p>
844
+ */
845
+ export interface AuthorizedTokenIssuer {
846
+ /**
847
+ * @public
848
+ * <p>The ARN of the trusted token issuer.</p>
849
+ */
850
+ TrustedTokenIssuerArn?: string;
851
+ /**
852
+ * @public
853
+ * <p>An array list of authorized audiences, or applications, that can consume the tokens
854
+ * generated by the associated trusted token issuer.</p>
855
+ */
856
+ AuthorizedAudiences?: string[];
857
+ }
858
+ /**
859
+ * @public
860
+ * <p>A structure that defines configuration settings for an application that supports the JWT Bearer Token Authorization Grant.</p>
861
+ */
862
+ export interface JwtBearerGrant {
863
+ /**
864
+ * @public
865
+ * <p>A list of allowed token issuers trusted by the Identity Center instances for this application.</p>
866
+ */
867
+ AuthorizedTokenIssuers?: AuthorizedTokenIssuer[];
868
+ }
869
+ /**
870
+ * @public
871
+ * <p>A structure that defines configuration settings for an application that supports the OAuth 2.0 Refresh Token Grant.</p>
872
+ */
873
+ export interface RefreshTokenGrant {
874
+ }
875
+ /**
876
+ * @public
877
+ * <p>A structure that defines configuration settings for an application that supports the OAuth 2.0 Token Exchange Grant.</p>
878
+ */
879
+ export interface TokenExchangeGrant {
880
+ }
881
+ /**
882
+ * @public
883
+ * <p>The Grant union represents the set of possible configuration options for the selected grant type. Exactly one member of the union must be specified, and must match the grant type selected.</p>
884
+ */
885
+ export type Grant = Grant.AuthorizationCodeMember | Grant.JwtBearerMember | Grant.RefreshTokenMember | Grant.TokenExchangeMember | Grant.$UnknownMember;
886
+ /**
887
+ * @public
888
+ */
889
+ export declare namespace Grant {
890
+ /**
891
+ * @public
892
+ * <p>Configuration options for the <code>authorization_code</code> grant type.</p>
893
+ */
894
+ interface AuthorizationCodeMember {
895
+ AuthorizationCode: AuthorizationCodeGrant;
896
+ JwtBearer?: never;
897
+ RefreshToken?: never;
898
+ TokenExchange?: never;
899
+ $unknown?: never;
900
+ }
901
+ /**
902
+ * @public
903
+ * <p>Configuration options for the <code>urn:ietf:params:oauth:grant-type:jwt-bearer</code> grant type.</p>
904
+ */
905
+ interface JwtBearerMember {
906
+ AuthorizationCode?: never;
907
+ JwtBearer: JwtBearerGrant;
908
+ RefreshToken?: never;
909
+ TokenExchange?: never;
910
+ $unknown?: never;
911
+ }
912
+ /**
913
+ * @public
914
+ * <p>Configuration options for the <code>refresh_token</code> grant type.</p>
915
+ */
916
+ interface RefreshTokenMember {
917
+ AuthorizationCode?: never;
918
+ JwtBearer?: never;
919
+ RefreshToken: RefreshTokenGrant;
920
+ TokenExchange?: never;
921
+ $unknown?: never;
922
+ }
923
+ /**
924
+ * @public
925
+ * <p>Configuration options for the <code>urn:ietf:params:oauth:grant-type:token-exchange</code> grant type.</p>
926
+ */
927
+ interface TokenExchangeMember {
928
+ AuthorizationCode?: never;
929
+ JwtBearer?: never;
930
+ RefreshToken?: never;
931
+ TokenExchange: TokenExchangeGrant;
932
+ $unknown?: never;
933
+ }
934
+ /**
935
+ * @public
936
+ */
937
+ interface $UnknownMember {
938
+ AuthorizationCode?: never;
939
+ JwtBearer?: never;
940
+ RefreshToken?: never;
941
+ TokenExchange?: never;
942
+ $unknown: [string, any];
943
+ }
944
+ interface Visitor<T> {
945
+ AuthorizationCode: (value: AuthorizationCodeGrant) => T;
946
+ JwtBearer: (value: JwtBearerGrant) => T;
947
+ RefreshToken: (value: RefreshTokenGrant) => T;
948
+ TokenExchange: (value: TokenExchangeGrant) => T;
949
+ _: (name: string, value: any) => T;
950
+ }
951
+ const visit: <T>(value: Grant, visitor: Visitor<T>) => T;
952
+ }
953
+ /**
954
+ * @public
955
+ */
956
+ export interface GetApplicationGrantResponse {
957
+ /**
958
+ * @public
959
+ * <p>A structure that describes the requested grant.</p>
960
+ */
961
+ Grant: Grant | undefined;
962
+ }
963
+ /**
964
+ * @public
965
+ */
966
+ export interface ListApplicationGrantsRequest {
967
+ /**
968
+ * @public
969
+ * <p>Specifies the ARN of the application whose grants you want to list.</p>
970
+ */
971
+ ApplicationArn: string | undefined;
972
+ /**
973
+ * @public
974
+ * <p>Specifies that you want to receive the next page of results. Valid
975
+ * only if you received a <code>NextToken</code> response in the previous request. If you
976
+ * did, it indicates that more output is available. Set this parameter to the value
977
+ * provided by the previous call's <code>NextToken</code> response to request the
978
+ * next page of results.</p>
979
+ */
980
+ NextToken?: string;
981
+ }
982
+ /**
983
+ * @public
984
+ * <p>A structure that defines a single grant and its configuration.</p>
985
+ */
986
+ export interface GrantItem {
987
+ /**
988
+ * @public
989
+ * <p>The type of the selected grant.</p>
990
+ */
991
+ GrantType: GrantType | undefined;
992
+ /**
993
+ * @public
994
+ * <p>The configuration structure for the selected grant.</p>
995
+ */
996
+ Grant: Grant | undefined;
997
+ }
998
+ /**
999
+ * @public
1000
+ */
1001
+ export interface ListApplicationGrantsResponse {
1002
+ /**
1003
+ * @public
1004
+ * <p>An array list of structures that describe the requested grants.</p>
1005
+ */
1006
+ Grants: GrantItem[] | undefined;
1007
+ /**
1008
+ * @public
1009
+ * <p>If present, this value indicates that more output is available than
1010
+ * is included in the current response. Use this value in the <code>NextToken</code>
1011
+ * request parameter in a subsequent call to the operation to get the next part of the
1012
+ * output. You should repeat this until the <code>NextToken</code> response element comes
1013
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
1014
+ */
1015
+ NextToken?: string;
1016
+ }
1017
+ /**
1018
+ * @public
1019
+ */
1020
+ export interface PutApplicationGrantRequest {
1021
+ /**
1022
+ * @public
1023
+ * <p>Specifies the ARN of the application to update.</p>
1024
+ */
1025
+ ApplicationArn: string | undefined;
1026
+ /**
1027
+ * @public
1028
+ * <p>Specifies the type of grant to update.</p>
1029
+ */
1030
+ GrantType: GrantType | undefined;
1031
+ /**
1032
+ * @public
1033
+ * <p>Specifies a structure that describes the grant to update.</p>
1034
+ */
1035
+ Grant: Grant | undefined;
1036
+ }
1037
+ /**
1038
+ * @public
1039
+ * <p>A structure that describes how the portal represents an application provider.</p>
1040
+ */
1041
+ export interface DisplayData {
1042
+ /**
1043
+ * @public
1044
+ * <p>The name of the application provider that appears in the portal.</p>
1045
+ */
1046
+ DisplayName?: string;
1047
+ /**
1048
+ * @public
1049
+ * <p>A URL that points to an icon that represents the application provider.</p>
1050
+ */
1051
+ IconUrl?: string;
1052
+ /**
1053
+ * @public
1054
+ * <p>The description of the application provider that appears in the portal.</p>
1055
+ */
1056
+ Description?: string;
1057
+ }
1058
+ /**
1059
+ * @public
1060
+ * @enum
1061
+ */
1062
+ export declare const FederationProtocol: {
1063
+ readonly OAUTH: "OAUTH";
1064
+ readonly SAML: "SAML";
1065
+ };
1066
+ /**
1067
+ * @public
1068
+ */
1069
+ export type FederationProtocol = (typeof FederationProtocol)[keyof typeof FederationProtocol];
1070
+ /**
1071
+ * @public
1072
+ * <p>A structure that describes details for an IAM Identity Center access scope that is associated with a
1073
+ * resource server.</p>
1074
+ */
1075
+ export interface ResourceServerScopeDetails {
1076
+ /**
1077
+ * @public
1078
+ * <p>The description of an access scope for a resource server.</p>
1079
+ */
1080
+ LongDescription?: string;
1081
+ /**
1082
+ * @public
1083
+ * <p>The title of an access scope for a resource server.</p>
1084
+ */
1085
+ DetailedTitle?: string;
1086
+ }
1087
+ /**
1088
+ * @public
1089
+ * <p>A structure that describes the configuration of a resource server.</p>
1090
+ */
1091
+ export interface ResourceServerConfig {
1092
+ /**
1093
+ * @public
1094
+ * <p>A list of the IAM Identity Center access scopes that are associated with this resource
1095
+ * server.</p>
1096
+ */
1097
+ Scopes?: Record<string, ResourceServerScopeDetails>;
1098
+ }
1099
+ /**
1100
+ * @public
1101
+ * <p>A structure that describes a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.</p>
1102
+ */
1103
+ export interface ApplicationProvider {
1104
+ /**
1105
+ * @public
1106
+ * <p>The ARN of the application provider.</p>
1107
+ */
1108
+ ApplicationProviderArn: string | undefined;
1109
+ /**
1110
+ * @public
1111
+ * <p>The protocol that the application provider uses to perform federation.</p>
1112
+ */
1113
+ FederationProtocol?: FederationProtocol;
1114
+ /**
1115
+ * @public
1116
+ * <p>A structure that describes how IAM Identity Center represents the application provider in the
1117
+ * portal.</p>
1118
+ */
1119
+ DisplayData?: DisplayData;
1120
+ /**
1121
+ * @public
1122
+ * <p>A structure that describes the application provider's resource server.</p>
1123
+ */
1124
+ ResourceServerConfig?: ResourceServerConfig;
1125
+ }
1126
+ /**
1127
+ * @public
1128
+ * <p>Specifies the name and path of a 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>
1129
+ */
1130
+ export interface CustomerManagedPolicyReference {
1131
+ /**
1132
+ * @public
1133
+ * <p>The name of the IAM policy that you have configured in each account where you want
1134
+ * to deploy your permission set.</p>
1135
+ */
1136
+ Name: string | undefined;
1137
+ /**
1138
+ * @public
1139
+ * <p>The path to the IAM policy that you have configured in each account where you want
1140
+ * to deploy your permission set. The default is <code>/</code>. For more information, see
1141
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-friendly-names">Friendly names and paths</a> in the <i>IAM User
1142
+ * Guide</i>.</p>
1143
+ */
1144
+ Path?: string;
1145
+ }
1146
+ /**
1147
+ * @public
1148
+ */
1149
+ export interface AttachCustomerManagedPolicyReferenceToPermissionSetRequest {
1150
+ /**
1151
+ * @public
1152
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed. </p>
1153
+ */
1154
+ InstanceArn: string | undefined;
1155
+ /**
1156
+ * @public
1157
+ * <p>The ARN of the <code>PermissionSet</code>.</p>
1158
+ */
1159
+ PermissionSetArn: string | undefined;
1160
+ /**
1161
+ * @public
1162
+ * <p>Specifies the name and path of a 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>
1163
+ */
1164
+ CustomerManagedPolicyReference: CustomerManagedPolicyReference | undefined;
1165
+ }
1166
+ /**
1167
+ * @public
1168
+ */
1169
+ export interface AttachCustomerManagedPolicyReferenceToPermissionSetResponse {
1170
+ }
1171
+ /**
1172
+ * @public
1173
+ * <p>Indicates that the principal has crossed the permitted number of resources that can be
1174
+ * created.</p>
1175
+ */
1176
+ export declare class ServiceQuotaExceededException extends __BaseException {
1177
+ readonly name: "ServiceQuotaExceededException";
1178
+ readonly $fault: "client";
1179
+ Message?: string;
1180
+ /**
1181
+ * @internal
1182
+ */
1183
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
1184
+ }
1185
+ /**
1186
+ * @public
1187
+ * <p>A structure that stores the details of the Amazon Web Services managed policy.</p>
1188
+ */
1189
+ export interface AttachedManagedPolicy {
1190
+ /**
1191
+ * @public
1192
+ * <p>The name of the Amazon Web Services managed policy.</p>
1193
+ */
1194
+ Name?: string;
1195
+ /**
1196
+ * @public
1197
+ * <p>The ARN of the Amazon Web Services managed policy. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1198
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1199
+ */
1200
+ Arn?: string;
1201
+ }
1202
+ /**
1203
+ * @public
1204
+ */
1205
+ export interface AttachManagedPolicyToPermissionSetRequest {
1206
+ /**
1207
+ * @public
1208
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1209
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1210
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1211
+ */
1212
+ InstanceArn: string | undefined;
1213
+ /**
1214
+ * @public
1215
+ * <p>The ARN of the <a>PermissionSet</a> that the managed policy should be
1216
+ * attached to.</p>
1217
+ */
1218
+ PermissionSetArn: string | undefined;
1219
+ /**
1220
+ * @public
1221
+ * <p>The Amazon Web Services managed policy ARN to be attached to a permission set.</p>
1222
+ */
1223
+ ManagedPolicyArn: string | undefined;
1224
+ }
1225
+ /**
1226
+ * @public
1227
+ */
1228
+ export interface AttachManagedPolicyToPermissionSetResponse {
1229
+ }
1230
+ /**
1231
+ * @public
1232
+ */
1233
+ export interface CreateAccountAssignmentRequest {
1234
+ /**
1235
+ * @public
1236
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1237
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1238
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1239
+ */
1240
+ InstanceArn: string | undefined;
1241
+ /**
1242
+ * @public
1243
+ * <p>TargetID is an Amazon Web Services account identifier, (For example, 123456789012).</p>
1244
+ */
1245
+ TargetId: string | undefined;
1246
+ /**
1247
+ * @public
1248
+ * <p>The entity type for which the assignment will be created.</p>
1249
+ */
1250
+ TargetType: TargetType | undefined;
1251
+ /**
1252
+ * @public
1253
+ * <p>The ARN of the permission set that the admin wants to grant the principal access
1254
+ * to.</p>
1255
+ */
1256
+ PermissionSetArn: string | undefined;
1257
+ /**
1258
+ * @public
1259
+ * <p>The entity type for which the assignment will be created.</p>
1260
+ */
1261
+ PrincipalType: PrincipalType | undefined;
1262
+ /**
1263
+ * @public
1264
+ * <p>An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">IAM Identity Center Identity Store API Reference</a>.</p>
1265
+ */
1266
+ PrincipalId: string | undefined;
1267
+ }
1268
+ /**
1269
+ * @public
1270
+ */
1271
+ export interface CreateAccountAssignmentResponse {
1272
+ /**
1273
+ * @public
1274
+ * <p>The status object for the account assignment creation operation.</p>
1275
+ */
1276
+ AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
1277
+ }
1278
+ /**
1279
+ * @public
1280
+ * <p>A set of key-value pairs that are used to manage the resource. Tags can only be
1281
+ * applied to permission sets and cannot be applied to corresponding roles that IAM Identity Center
1282
+ * creates in Amazon Web Services accounts.</p>
1283
+ */
1284
+ export interface Tag {
1285
+ /**
1286
+ * @public
1287
+ * <p>The key for the tag.</p>
1288
+ */
1289
+ Key: string | undefined;
1290
+ /**
1291
+ * @public
1292
+ * <p>The value of the tag.</p>
1293
+ */
1294
+ Value: string | undefined;
1295
+ }
1296
+ /**
1297
+ * @public
1298
+ */
1299
+ export interface CreateApplicationRequest {
1300
+ /**
1301
+ * @public
1302
+ * <p>The ARN of the instance of IAM Identity Center under which the operation will run.
1303
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1304
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1305
+ */
1306
+ InstanceArn: string | undefined;
1307
+ /**
1308
+ * @public
1309
+ * <p>The ARN of the application provider under which the operation will run.</p>
1310
+ */
1311
+ ApplicationProviderArn: string | undefined;
1312
+ /**
1313
+ * @public
1314
+ * <p>The name of the .</p>
1315
+ */
1316
+ Name: string | undefined;
1317
+ /**
1318
+ * @public
1319
+ * <p>The description of the .</p>
1320
+ */
1321
+ Description?: string;
1322
+ /**
1323
+ * @public
1324
+ * <p>A structure that describes the options for the portal associated with an
1325
+ * application.</p>
1326
+ */
1327
+ PortalOptions?: PortalOptions;
1328
+ /**
1329
+ * @public
1330
+ * <p>Specifies tags to be attached to the application.</p>
1331
+ */
1332
+ Tags?: Tag[];
1333
+ /**
1334
+ * @public
1335
+ * <p>Specifies whether the application is enabled or disabled.</p>
1336
+ */
1337
+ Status?: ApplicationStatus;
1338
+ /**
1339
+ * @public
1340
+ * <p>Specifies a unique, case-sensitive ID that you provide to
1341
+ * ensure the idempotency of the request. This lets you safely retry the request without
1342
+ * accidentally performing the same operation a second time. Passing the same value to a
1343
+ * later call to an operation requires that you also pass the same value for all other
1344
+ * parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
1345
+ * value</a>.</p>
1346
+ * <p>If you don't provide this value, then Amazon Web Services generates a random one for
1347
+ * you.</p>
1348
+ * <p>If you retry the operation with the same <code>ClientToken</code>, but with
1349
+ * different parameters, the retry fails with an <code>IdempotentParameterMismatch</code>
1350
+ * error.</p>
1351
+ */
1352
+ ClientToken?: string;
1353
+ }
1354
+ /**
1355
+ * @public
1356
+ */
1357
+ export interface CreateApplicationResponse {
1358
+ /**
1359
+ * @public
1360
+ * <p>Specifies the ARN of the application.</p>
1361
+ */
1362
+ ApplicationArn?: string;
1363
+ }
1364
+ /**
1365
+ * @public
1366
+ */
1367
+ export interface CreateApplicationAssignmentRequest {
1368
+ /**
1369
+ * @public
1370
+ * <p>The ARN of the application provider under which the operation will run.</p>
1371
+ */
1372
+ ApplicationArn: string | undefined;
1373
+ /**
1374
+ * @public
1375
+ * <p>An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">IAM Identity Center Identity Store API Reference</a>.</p>
1376
+ */
1377
+ PrincipalId: string | undefined;
1378
+ /**
1379
+ * @public
1380
+ * <p>The entity type for which the assignment will be created.</p>
1381
+ */
1382
+ PrincipalType: PrincipalType | undefined;
1383
+ }
1384
+ /**
1385
+ * @public
1386
+ */
1387
+ export interface CreateApplicationAssignmentResponse {
1388
+ }
1389
+ /**
1390
+ * @public
1391
+ */
1392
+ export interface CreateInstanceRequest {
1393
+ /**
1394
+ * @public
1395
+ * <p>The name of the instance of IAM Identity Center.</p>
1396
+ */
1397
+ Name?: string;
1398
+ /**
1399
+ * @public
1400
+ * <p>Specifies a unique, case-sensitive ID that you provide to
1401
+ * ensure the idempotency of the request. This lets you safely retry the request without
1402
+ * accidentally performing the same operation a second time. Passing the same value to a
1403
+ * later call to an operation requires that you also pass the same value for all other
1404
+ * parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
1405
+ * value</a>.</p>
1406
+ * <p>If you don't provide this value, then Amazon Web Services generates a random one for
1407
+ * you.</p>
1408
+ * <p>If you retry the operation with the same <code>ClientToken</code>, but with
1409
+ * different parameters, the retry fails with an <code>IdempotentParameterMismatch</code>
1410
+ * error.</p>
1411
+ */
1412
+ ClientToken?: string;
1413
+ /**
1414
+ * @public
1415
+ * <p>Specifies tags to be attached to the instance of IAM Identity Center.</p>
1416
+ */
1417
+ Tags?: Tag[];
1418
+ }
1419
+ /**
1420
+ * @public
1421
+ */
1422
+ export interface CreateInstanceResponse {
1423
+ /**
1424
+ * @public
1425
+ * <p>The ARN of the instance of IAM Identity Center under which the operation will run. </p>
1426
+ * <p>For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1427
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1428
+ */
1429
+ InstanceArn?: string;
1430
+ }
1431
+ /**
1432
+ * @public
1433
+ * <p>Specifies the attributes to add to your attribute-based access control (ABAC)
1434
+ * configuration.</p>
1435
+ */
1436
+ export interface InstanceAccessControlAttributeConfiguration {
1437
+ /**
1438
+ * @public
1439
+ * <p>Lists the attributes that are configured for ABAC in the specified IAM Identity Center
1440
+ * instance.</p>
1441
+ */
1442
+ AccessControlAttributes: AccessControlAttribute[] | undefined;
1443
+ }
1444
+ /**
1445
+ * @public
1446
+ */
1447
+ export interface CreateInstanceAccessControlAttributeConfigurationRequest {
1448
+ /**
1449
+ * @public
1450
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.</p>
1451
+ */
1452
+ InstanceArn: string | undefined;
1453
+ /**
1454
+ * @public
1455
+ * <p>Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When
1456
+ * using an external identity provider as an identity source, you can pass attributes
1457
+ * through the SAML assertion. Doing so provides an alternative to configuring attributes
1458
+ * from the IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center
1459
+ * will replace the attribute value with the value from the IAM Identity Center identity store.</p>
1460
+ */
1461
+ InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
1462
+ }
1463
+ /**
1464
+ * @public
1465
+ */
1466
+ export interface CreateInstanceAccessControlAttributeConfigurationResponse {
1467
+ }
1468
+ /**
1469
+ * @public
1470
+ */
1471
+ export interface CreatePermissionSetRequest {
1472
+ /**
1473
+ * @public
1474
+ * <p>The name of the <a>PermissionSet</a>.</p>
1475
+ */
1476
+ Name: string | undefined;
1477
+ /**
1478
+ * @public
1479
+ * <p>The description of the <a>PermissionSet</a>.</p>
1480
+ */
1481
+ Description?: string;
1482
+ /**
1483
+ * @public
1484
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1485
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1486
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1487
+ */
1488
+ InstanceArn: string | undefined;
1489
+ /**
1490
+ * @public
1491
+ * <p>The length of time that the application user sessions are valid in the ISO-8601
1492
+ * standard.</p>
1493
+ */
1494
+ SessionDuration?: string;
1495
+ /**
1496
+ * @public
1497
+ * <p>Used to redirect users within the application during the federation authentication
1498
+ * process.</p>
1499
+ */
1500
+ RelayState?: string;
1501
+ /**
1502
+ * @public
1503
+ * <p>The tags to attach to the new <a>PermissionSet</a>.</p>
1504
+ */
1505
+ Tags?: Tag[];
1506
+ }
1507
+ /**
1508
+ * @public
1509
+ * <p>An entity that contains IAM policies.</p>
1510
+ */
1511
+ export interface PermissionSet {
1512
+ /**
1513
+ * @public
1514
+ * <p>The name of the permission set.</p>
1515
+ */
1516
+ Name?: string;
1517
+ /**
1518
+ * @public
1519
+ * <p>The ARN of the permission set. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1520
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1521
+ */
1522
+ PermissionSetArn?: string;
1523
+ /**
1524
+ * @public
1525
+ * <p>The description of the <a>PermissionSet</a>.</p>
525
1526
  */
526
1527
  Description?: string;
527
1528
  /**
528
1529
  * @public
529
- * <p>The date that the permission set was created.</p>
1530
+ * <p>The date that the permission set was created.</p>
1531
+ */
1532
+ CreatedDate?: Date;
1533
+ /**
1534
+ * @public
1535
+ * <p>The length of time that the application user sessions are valid for in the ISO-8601
1536
+ * standard.</p>
1537
+ */
1538
+ SessionDuration?: string;
1539
+ /**
1540
+ * @public
1541
+ * <p>Used to redirect users within the application during the federation authentication
1542
+ * process.</p>
1543
+ */
1544
+ RelayState?: string;
1545
+ }
1546
+ /**
1547
+ * @public
1548
+ */
1549
+ export interface CreatePermissionSetResponse {
1550
+ /**
1551
+ * @public
1552
+ * <p>Defines the level of access on an Amazon Web Services account.</p>
1553
+ */
1554
+ PermissionSet?: PermissionSet;
1555
+ }
1556
+ /**
1557
+ * @public
1558
+ * @enum
1559
+ */
1560
+ export declare const JwksRetrievalOption: {
1561
+ readonly OPEN_ID_DISCOVERY: "OPEN_ID_DISCOVERY";
1562
+ };
1563
+ /**
1564
+ * @public
1565
+ */
1566
+ export type JwksRetrievalOption = (typeof JwksRetrievalOption)[keyof typeof JwksRetrievalOption];
1567
+ /**
1568
+ * @public
1569
+ * <p>A structure that describes configuration settings for a trusted token issuer that supports OpenID
1570
+ * Connect (OIDC) and JSON Web Tokens (JWTs).</p>
1571
+ */
1572
+ export interface OidcJwtConfiguration {
1573
+ /**
1574
+ * @public
1575
+ * <p>The URL that IAM Identity Center uses for OpenID Discovery. OpenID Discovery is used to obtain the information required to verify the tokens that the trusted token issuer generates.</p>
1576
+ */
1577
+ IssuerUrl: string | undefined;
1578
+ /**
1579
+ * @public
1580
+ * <p>The path of the source attribute in the JWT from the trusted token issuer. The attribute mapped by this JMESPath expression is compared against the attribute mapped by <code>IdentityStoreAttributePath</code> when a trusted token issuer token is exchanged for
1581
+ * an IAM Identity Center token.</p>
1582
+ */
1583
+ ClaimAttributePath: string | undefined;
1584
+ /**
1585
+ * @public
1586
+ * <p>The path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by this JMESPath expression is compared against the attribute mapped by <code>ClaimAttributePath</code> when a trusted token issuer token is exchanged for
1587
+ * an IAM Identity Center token. </p>
1588
+ */
1589
+ IdentityStoreAttributePath: string | undefined;
1590
+ /**
1591
+ * @public
1592
+ * <p>The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a
1593
+ * JWT.</p>
1594
+ */
1595
+ JwksRetrievalOption: JwksRetrievalOption | undefined;
1596
+ }
1597
+ /**
1598
+ * @public
1599
+ * <p>A structure that describes the configuration of a trusted token issuer. The structure and available
1600
+ * settings are determined by the type of the trusted token issuer.</p>
1601
+ */
1602
+ export type TrustedTokenIssuerConfiguration = TrustedTokenIssuerConfiguration.OidcJwtConfigurationMember | TrustedTokenIssuerConfiguration.$UnknownMember;
1603
+ /**
1604
+ * @public
1605
+ */
1606
+ export declare namespace TrustedTokenIssuerConfiguration {
1607
+ /**
1608
+ * @public
1609
+ * <p>A structure that describes the settings for a trusted token issuer that works with OpenID Connect
1610
+ * (OIDC) by using JSON Web Tokens (JWT).</p>
530
1611
  */
531
- CreatedDate?: Date;
1612
+ interface OidcJwtConfigurationMember {
1613
+ OidcJwtConfiguration: OidcJwtConfiguration;
1614
+ $unknown?: never;
1615
+ }
532
1616
  /**
533
1617
  * @public
534
- * <p>The length of time that the application user sessions are valid for in the ISO-8601
535
- * standard.</p>
536
1618
  */
537
- SessionDuration?: string;
1619
+ interface $UnknownMember {
1620
+ OidcJwtConfiguration?: never;
1621
+ $unknown: [string, any];
1622
+ }
1623
+ interface Visitor<T> {
1624
+ OidcJwtConfiguration: (value: OidcJwtConfiguration) => T;
1625
+ _: (name: string, value: any) => T;
1626
+ }
1627
+ const visit: <T>(value: TrustedTokenIssuerConfiguration, visitor: Visitor<T>) => T;
1628
+ }
1629
+ /**
1630
+ * @public
1631
+ * @enum
1632
+ */
1633
+ export declare const TrustedTokenIssuerType: {
1634
+ readonly OIDC_JWT: "OIDC_JWT";
1635
+ };
1636
+ /**
1637
+ * @public
1638
+ */
1639
+ export type TrustedTokenIssuerType = (typeof TrustedTokenIssuerType)[keyof typeof TrustedTokenIssuerType];
1640
+ /**
1641
+ * @public
1642
+ */
1643
+ export interface CreateTrustedTokenIssuerRequest {
538
1644
  /**
539
1645
  * @public
540
- * <p>Used to redirect users within the application during the federation authentication
541
- * process.</p>
1646
+ * <p>Specifies the ARN of the instance of IAM Identity Center to contain the new trusted token issuer
1647
+ * configuration.</p>
542
1648
  */
543
- RelayState?: string;
1649
+ InstanceArn: string | undefined;
1650
+ /**
1651
+ * @public
1652
+ * <p>Specifies the name of the new trusted token issuer configuration.</p>
1653
+ */
1654
+ Name: string | undefined;
1655
+ /**
1656
+ * @public
1657
+ * <p>Specifies the type of the new trusted token issuer.</p>
1658
+ */
1659
+ TrustedTokenIssuerType: TrustedTokenIssuerType | undefined;
1660
+ /**
1661
+ * @public
1662
+ * <p>Specifies settings that apply to the new trusted token issuer configuration. The settings that are
1663
+ * available depend on what <code>TrustedTokenIssuerType</code> you specify.</p>
1664
+ */
1665
+ TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfiguration | undefined;
1666
+ /**
1667
+ * @public
1668
+ * <p>Specifies a unique, case-sensitive ID that you provide to
1669
+ * ensure the idempotency of the request. This lets you safely retry the request without
1670
+ * accidentally performing the same operation a second time. Passing the same value to a
1671
+ * later call to an operation requires that you also pass the same value for all other
1672
+ * parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
1673
+ * value.</a>.</p>
1674
+ * <p>If you don't provide this value, then Amazon Web Services generates a random one for
1675
+ * you.</p>
1676
+ * <p>If you retry the operation with the same <code>ClientToken</code>, but with
1677
+ * different parameters, the retry fails with an <code>IdempotentParameterMismatch</code>
1678
+ * error.</p>
1679
+ */
1680
+ ClientToken?: string;
1681
+ /**
1682
+ * @public
1683
+ * <p>Specifies tags to be attached to the new trusted token issuer configuration.</p>
1684
+ */
1685
+ Tags?: Tag[];
544
1686
  }
545
1687
  /**
546
1688
  * @public
547
1689
  */
548
- export interface CreatePermissionSetResponse {
1690
+ export interface CreateTrustedTokenIssuerResponse {
549
1691
  /**
550
1692
  * @public
551
- * <p>Defines the level of access on an Amazon Web Services account.</p>
1693
+ * <p>The ARN of the new trusted token issuer configuration.</p>
552
1694
  */
553
- PermissionSet?: PermissionSet;
1695
+ TrustedTokenIssuerArn?: string;
554
1696
  }
555
1697
  /**
556
1698
  * @public
@@ -558,7 +1700,8 @@ export interface CreatePermissionSetResponse {
558
1700
  export interface DeleteAccountAssignmentRequest {
559
1701
  /**
560
1702
  * @public
561
- * <p>The ARN of the IAM Identity Center 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
1703
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1704
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
562
1705
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
563
1706
  */
564
1707
  InstanceArn: string | undefined;
@@ -598,13 +1741,55 @@ export interface DeleteAccountAssignmentResponse {
598
1741
  */
599
1742
  AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
600
1743
  }
1744
+ /**
1745
+ * @public
1746
+ */
1747
+ export interface DeleteApplicationRequest {
1748
+ /**
1749
+ * @public
1750
+ * <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1751
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>. </p>
1752
+ */
1753
+ ApplicationArn: string | undefined;
1754
+ }
1755
+ /**
1756
+ * @public
1757
+ */
1758
+ export interface DeleteApplicationResponse {
1759
+ }
1760
+ /**
1761
+ * @public
1762
+ */
1763
+ export interface DeleteApplicationAssignmentRequest {
1764
+ /**
1765
+ * @public
1766
+ * <p>Specifies the ARN of the application.</p>
1767
+ */
1768
+ ApplicationArn: string | undefined;
1769
+ /**
1770
+ * @public
1771
+ * <p>An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">IAM Identity Center Identity Store API Reference</a>.</p>
1772
+ */
1773
+ PrincipalId: string | undefined;
1774
+ /**
1775
+ * @public
1776
+ * <p>The entity type for which the assignment will be deleted.</p>
1777
+ */
1778
+ PrincipalType: PrincipalType | undefined;
1779
+ }
1780
+ /**
1781
+ * @public
1782
+ */
1783
+ export interface DeleteApplicationAssignmentResponse {
1784
+ }
601
1785
  /**
602
1786
  * @public
603
1787
  */
604
1788
  export interface DeleteInlinePolicyFromPermissionSetRequest {
605
1789
  /**
606
1790
  * @public
607
- * <p>The ARN of the IAM Identity Center 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
1791
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1792
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
608
1793
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
609
1794
  */
610
1795
  InstanceArn: string | undefined;
@@ -619,6 +1804,21 @@ export interface DeleteInlinePolicyFromPermissionSetRequest {
619
1804
  */
620
1805
  export interface DeleteInlinePolicyFromPermissionSetResponse {
621
1806
  }
1807
+ /**
1808
+ * @public
1809
+ */
1810
+ export interface DeleteInstanceRequest {
1811
+ /**
1812
+ * @public
1813
+ * <p>The ARN of the instance of IAM Identity Center under which the operation will run.</p>
1814
+ */
1815
+ InstanceArn: string | undefined;
1816
+ }
1817
+ /**
1818
+ * @public
1819
+ */
1820
+ export interface DeleteInstanceResponse {
1821
+ }
622
1822
  /**
623
1823
  * @public
624
1824
  */
@@ -660,7 +1860,8 @@ export interface DeletePermissionsBoundaryFromPermissionSetResponse {
660
1860
  export interface DeletePermissionSetRequest {
661
1861
  /**
662
1862
  * @public
663
- * <p>The ARN of the IAM Identity Center 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
1863
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1864
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
664
1865
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
665
1866
  */
666
1867
  InstanceArn: string | undefined;
@@ -675,13 +1876,29 @@ export interface DeletePermissionSetRequest {
675
1876
  */
676
1877
  export interface DeletePermissionSetResponse {
677
1878
  }
1879
+ /**
1880
+ * @public
1881
+ */
1882
+ export interface DeleteTrustedTokenIssuerRequest {
1883
+ /**
1884
+ * @public
1885
+ * <p>Specifies the ARN of the trusted token issuer configuration to delete.</p>
1886
+ */
1887
+ TrustedTokenIssuerArn: string | undefined;
1888
+ }
1889
+ /**
1890
+ * @public
1891
+ */
1892
+ export interface DeleteTrustedTokenIssuerResponse {
1893
+ }
678
1894
  /**
679
1895
  * @public
680
1896
  */
681
1897
  export interface DescribeAccountAssignmentCreationStatusRequest {
682
1898
  /**
683
1899
  * @public
684
- * <p>The ARN of the IAM Identity Center 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
1900
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1901
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
685
1902
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
686
1903
  */
687
1904
  InstanceArn: string | undefined;
@@ -707,25 +1924,227 @@ export interface DescribeAccountAssignmentCreationStatusResponse {
707
1924
  export interface DescribeAccountAssignmentDeletionStatusRequest {
708
1925
  /**
709
1926
  * @public
710
- * <p>The ARN of the IAM Identity Center 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
1927
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1928
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1929
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1930
+ */
1931
+ InstanceArn: string | undefined;
1932
+ /**
1933
+ * @public
1934
+ * <p>The identifier that is used to track the request operation progress.</p>
1935
+ */
1936
+ AccountAssignmentDeletionRequestId: string | undefined;
1937
+ }
1938
+ /**
1939
+ * @public
1940
+ */
1941
+ export interface DescribeAccountAssignmentDeletionStatusResponse {
1942
+ /**
1943
+ * @public
1944
+ * <p>The status object for the account assignment deletion operation.</p>
1945
+ */
1946
+ AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
1947
+ }
1948
+ /**
1949
+ * @public
1950
+ */
1951
+ export interface DescribeApplicationRequest {
1952
+ /**
1953
+ * @public
1954
+ * <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1955
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1956
+ */
1957
+ ApplicationArn: string | undefined;
1958
+ }
1959
+ /**
1960
+ * @public
1961
+ */
1962
+ export interface DescribeApplicationResponse {
1963
+ /**
1964
+ * @public
1965
+ * <p>Specifies the ARN of the application.</p>
1966
+ */
1967
+ ApplicationArn?: string;
1968
+ /**
1969
+ * @public
1970
+ * <p>The ARN of the application provider under which the operation will run.</p>
1971
+ */
1972
+ ApplicationProviderArn?: string;
1973
+ /**
1974
+ * @public
1975
+ * <p>The application name.</p>
1976
+ */
1977
+ Name?: string;
1978
+ /**
1979
+ * @public
1980
+ * <p>The account ID.</p>
1981
+ */
1982
+ ApplicationAccount?: string;
1983
+ /**
1984
+ * @public
1985
+ * <p>The ARN of the IAM Identity Center application under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1986
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1987
+ */
1988
+ InstanceArn?: string;
1989
+ /**
1990
+ * @public
1991
+ * <p>Specifies whether the application is enabled or disabled.</p>
1992
+ */
1993
+ Status?: ApplicationStatus;
1994
+ /**
1995
+ * @public
1996
+ * <p>A structure that describes the options for the portal associated with an
1997
+ * application.</p>
1998
+ */
1999
+ PortalOptions?: PortalOptions;
2000
+ /**
2001
+ * @public
2002
+ * <p>The description of the .</p>
2003
+ */
2004
+ Description?: string;
2005
+ /**
2006
+ * @public
2007
+ * <p>The date the application was created.</p>
2008
+ */
2009
+ CreatedDate?: Date;
2010
+ }
2011
+ /**
2012
+ * @public
2013
+ */
2014
+ export interface DescribeApplicationAssignmentRequest {
2015
+ /**
2016
+ * @public
2017
+ * <p>Specifies the ARN of the application.
2018
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
2019
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
2020
+ */
2021
+ ApplicationArn: string | undefined;
2022
+ /**
2023
+ * @public
2024
+ * <p>An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">IAM Identity Center Identity Store API Reference</a>.</p>
2025
+ */
2026
+ PrincipalId: string | undefined;
2027
+ /**
2028
+ * @public
2029
+ * <p>The entity type for which the assignment will be created.</p>
2030
+ */
2031
+ PrincipalType: PrincipalType | undefined;
2032
+ }
2033
+ /**
2034
+ * @public
2035
+ */
2036
+ export interface DescribeApplicationAssignmentResponse {
2037
+ /**
2038
+ * @public
2039
+ * <p>The entity type for which the assignment will be created.</p>
2040
+ */
2041
+ PrincipalType?: PrincipalType;
2042
+ /**
2043
+ * @public
2044
+ * <p>An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the <a href="/singlesignon/latest/IdentityStoreAPIReference/welcome.html">IAM Identity Center Identity Store API Reference</a>.</p>
2045
+ */
2046
+ PrincipalId?: string;
2047
+ /**
2048
+ * @public
2049
+ * <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
2050
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
2051
+ */
2052
+ ApplicationArn?: string;
2053
+ }
2054
+ /**
2055
+ * @public
2056
+ */
2057
+ export interface DescribeApplicationProviderRequest {
2058
+ /**
2059
+ * @public
2060
+ * <p>Specifies the ARN of the application provider for which you want details.</p>
2061
+ */
2062
+ ApplicationProviderArn: string | undefined;
2063
+ }
2064
+ /**
2065
+ * @public
2066
+ */
2067
+ export interface DescribeApplicationProviderResponse {
2068
+ /**
2069
+ * @public
2070
+ * <p>The ARN of the application provider.</p>
2071
+ */
2072
+ ApplicationProviderArn: string | undefined;
2073
+ /**
2074
+ * @public
2075
+ * <p>The protocol used to federate to the application provider.</p>
2076
+ */
2077
+ FederationProtocol?: FederationProtocol;
2078
+ /**
2079
+ * @public
2080
+ * <p>A structure with details about the display data for the application provider.</p>
2081
+ */
2082
+ DisplayData?: DisplayData;
2083
+ /**
2084
+ * @public
2085
+ * <p>A structure with details about the receiving application.</p>
2086
+ */
2087
+ ResourceServerConfig?: ResourceServerConfig;
2088
+ }
2089
+ /**
2090
+ * @public
2091
+ */
2092
+ export interface DescribeInstanceRequest {
2093
+ /**
2094
+ * @public
2095
+ * <p>The ARN of the instance of IAM Identity Center under which the operation will run.</p>
2096
+ */
2097
+ InstanceArn: string | undefined;
2098
+ }
2099
+ /**
2100
+ * @public
2101
+ * @enum
2102
+ */
2103
+ export declare const InstanceStatus: {
2104
+ readonly ACTIVE: "ACTIVE";
2105
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
2106
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
2107
+ };
2108
+ /**
2109
+ * @public
2110
+ */
2111
+ export type InstanceStatus = (typeof InstanceStatus)[keyof typeof InstanceStatus];
2112
+ /**
2113
+ * @public
2114
+ */
2115
+ export interface DescribeInstanceResponse {
2116
+ /**
2117
+ * @public
2118
+ * <p>The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
711
2119
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
712
2120
  */
713
- InstanceArn: string | undefined;
2121
+ InstanceArn?: string;
2122
+ /**
2123
+ * @public
2124
+ * <p>The identifier of the identity store that is connected to the instance of
2125
+ * IAM Identity Center.</p>
2126
+ */
2127
+ IdentityStoreId?: string;
2128
+ /**
2129
+ * @public
2130
+ * <p>The identifier of the Amazon Web Services account for which the instance was created.</p>
2131
+ */
2132
+ OwnerAccountId?: string;
2133
+ /**
2134
+ * @public
2135
+ * <p>Specifies the instance name.</p>
2136
+ */
2137
+ Name?: string;
714
2138
  /**
715
2139
  * @public
716
- * <p>The identifier that is used to track the request operation progress.</p>
2140
+ * <p>The date the instance was created.</p>
717
2141
  */
718
- AccountAssignmentDeletionRequestId: string | undefined;
719
- }
720
- /**
721
- * @public
722
- */
723
- export interface DescribeAccountAssignmentDeletionStatusResponse {
2142
+ CreatedDate?: Date;
724
2143
  /**
725
2144
  * @public
726
- * <p>The status object for the account assignment deletion operation.</p>
2145
+ * <p>The status of the instance. </p>
727
2146
  */
728
- AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
2147
+ Status?: InstanceStatus;
729
2148
  }
730
2149
  /**
731
2150
  * @public
@@ -767,7 +2186,7 @@ export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
767
2186
  /**
768
2187
  * @public
769
2188
  * <p>Gets the list of IAM Identity Center identity store attributes that have been added to your ABAC
770
- * configuration.</p>
2189
+ * configuration.</p>
771
2190
  */
772
2191
  InstanceAccessControlAttributeConfiguration?: InstanceAccessControlAttributeConfiguration;
773
2192
  }
@@ -777,7 +2196,8 @@ export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
777
2196
  export interface DescribePermissionSetRequest {
778
2197
  /**
779
2198
  * @public
780
- * <p>The ARN of the IAM Identity Center 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
2199
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2200
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
781
2201
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
782
2202
  */
783
2203
  InstanceArn: string | undefined;
@@ -803,21 +2223,22 @@ export interface DescribePermissionSetResponse {
803
2223
  export interface DescribePermissionSetProvisioningStatusRequest {
804
2224
  /**
805
2225
  * @public
806
- * <p>The ARN of the IAM Identity Center 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
2226
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2227
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
807
2228
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
808
2229
  */
809
2230
  InstanceArn: string | undefined;
810
2231
  /**
811
2232
  * @public
812
- * <p>The identifier that is provided by the <a>ProvisionPermissionSet</a> call to
813
- * retrieve the current status of the provisioning workflow.</p>
2233
+ * <p>The identifier that is provided by the <a>ProvisionPermissionSet</a> call
2234
+ * to retrieve the current status of the provisioning workflow.</p>
814
2235
  */
815
2236
  ProvisionPermissionSetRequestId: string | undefined;
816
2237
  }
817
2238
  /**
818
2239
  * @public
819
2240
  * <p>A structure that is used to provide the status of the provisioning operation for a
820
- * specified permission set.</p>
2241
+ * specified permission set.</p>
821
2242
  */
822
2243
  export interface PermissionSetProvisioningStatus {
823
2244
  /**
@@ -828,7 +2249,7 @@ export interface PermissionSetProvisioningStatus {
828
2249
  /**
829
2250
  * @public
830
2251
  * <p>The identifier for tracking the request operation that is generated by the universally
831
- * unique identifier (UUID) workflow.</p>
2252
+ * unique identifier (UUID) workflow.</p>
832
2253
  */
833
2254
  RequestId?: string;
834
2255
  /**
@@ -844,7 +2265,8 @@ export interface PermissionSetProvisioningStatus {
844
2265
  PermissionSetArn?: string;
845
2266
  /**
846
2267
  * @public
847
- * <p>The message that contains an error or exception in case of an operation failure.</p>
2268
+ * <p>The message that contains an error or exception in case of an operation
2269
+ * failure.</p>
848
2270
  */
849
2271
  FailureReason?: string;
850
2272
  /**
@@ -863,6 +2285,41 @@ export interface DescribePermissionSetProvisioningStatusResponse {
863
2285
  */
864
2286
  PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
865
2287
  }
2288
+ /**
2289
+ * @public
2290
+ */
2291
+ export interface DescribeTrustedTokenIssuerRequest {
2292
+ /**
2293
+ * @public
2294
+ * <p>Specifies the ARN of the trusted token issuer configuration that you want details about.</p>
2295
+ */
2296
+ TrustedTokenIssuerArn: string | undefined;
2297
+ }
2298
+ /**
2299
+ * @public
2300
+ */
2301
+ export interface DescribeTrustedTokenIssuerResponse {
2302
+ /**
2303
+ * @public
2304
+ * <p>The ARN of the trusted token issuer configuration.</p>
2305
+ */
2306
+ TrustedTokenIssuerArn?: string;
2307
+ /**
2308
+ * @public
2309
+ * <p>The name of the trusted token issuer configuration.</p>
2310
+ */
2311
+ Name?: string;
2312
+ /**
2313
+ * @public
2314
+ * <p>The type of the trusted token issuer.</p>
2315
+ */
2316
+ TrustedTokenIssuerType?: TrustedTokenIssuerType;
2317
+ /**
2318
+ * @public
2319
+ * <p>A structure the describes the settings that apply of this trusted token issuer.</p>
2320
+ */
2321
+ TrustedTokenIssuerConfiguration?: TrustedTokenIssuerConfiguration;
2322
+ }
866
2323
  /**
867
2324
  * @public
868
2325
  */
@@ -894,14 +2351,15 @@ export interface DetachCustomerManagedPolicyReferenceFromPermissionSetResponse {
894
2351
  export interface DetachManagedPolicyFromPermissionSetRequest {
895
2352
  /**
896
2353
  * @public
897
- * <p>The ARN of the IAM Identity Center 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
2354
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2355
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
898
2356
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
899
2357
  */
900
2358
  InstanceArn: string | undefined;
901
2359
  /**
902
2360
  * @public
903
2361
  * <p>The ARN of the <a>PermissionSet</a> from which the policy should be
904
- * detached.</p>
2362
+ * detached.</p>
905
2363
  */
906
2364
  PermissionSetArn: string | undefined;
907
2365
  /**
@@ -915,13 +2373,36 @@ export interface DetachManagedPolicyFromPermissionSetRequest {
915
2373
  */
916
2374
  export interface DetachManagedPolicyFromPermissionSetResponse {
917
2375
  }
2376
+ /**
2377
+ * @public
2378
+ */
2379
+ export interface GetApplicationAssignmentConfigurationRequest {
2380
+ /**
2381
+ * @public
2382
+ * <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
2383
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
2384
+ */
2385
+ ApplicationArn: string | undefined;
2386
+ }
2387
+ /**
2388
+ * @public
2389
+ */
2390
+ export interface GetApplicationAssignmentConfigurationResponse {
2391
+ /**
2392
+ * @public
2393
+ * <p>If <code>AssignmentsRequired</code> is <code>true</code> (default value), users don’t have access to the application unless an assignment is created using the
2394
+ * <a href="https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateApplicationAssignment.html">CreateApplicationAssignment API</a>. If <code>false</code>, all users have access to the application. </p>
2395
+ */
2396
+ AssignmentRequired: boolean | undefined;
2397
+ }
918
2398
  /**
919
2399
  * @public
920
2400
  */
921
2401
  export interface GetInlinePolicyForPermissionSetRequest {
922
2402
  /**
923
2403
  * @public
924
- * <p>The ARN of the IAM Identity Center 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
2404
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2405
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
925
2406
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
926
2407
  */
927
2408
  InstanceArn: string | undefined;
@@ -939,7 +2420,8 @@ export interface GetInlinePolicyForPermissionSetResponse {
939
2420
  * @public
940
2421
  * <p>The inline policy that is attached to the permission set.</p>
941
2422
  * <note>
942
- * <p>For <code>Length Constraints</code>, if a valid ARN is provided for a permission set, it is possible for an empty inline policy to be returned.</p>
2423
+ * <p>For <code>Length Constraints</code>, if a valid ARN is provided for a permission
2424
+ * set, it is possible for an empty inline policy to be returned.</p>
943
2425
  * </note>
944
2426
  */
945
2427
  InlinePolicy?: string;
@@ -961,17 +2443,19 @@ export interface GetPermissionsBoundaryForPermissionSetRequest {
961
2443
  }
962
2444
  /**
963
2445
  * @public
964
- * <p>Specifies the configuration of the Amazon Web Services managed or customer managed policy that you want
965
- * to set as a permissions boundary. Specify either <code>CustomerManagedPolicyReference</code>
966
- * to use the name and path of a customer managed policy, or <code>ManagedPolicyArn</code> to use
967
- * the ARN of an Amazon Web Services managed policy. A permissions boundary represents the maximum permissions
968
- * that any policy 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
969
- * entities</a> in the <i>IAM User Guide</i>.</p>
2446
+ * <p>Specifies the configuration of the Amazon Web Services managed or customer managed policy that you
2447
+ * want to set as a permissions boundary. Specify either
2448
+ * <code>CustomerManagedPolicyReference</code> to use the name and path of a customer
2449
+ * managed policy, or <code>ManagedPolicyArn</code> to use the ARN of an Amazon Web Services managed
2450
+ * policy. A permissions boundary represents the maximum permissions that any policy can
2451
+ * grant your role. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries
2452
+ * for IAM entities</a> in the <i>IAM User Guide</i>.</p>
970
2453
  * <important>
971
- * <p>Policies used as permissions boundaries don't provide permissions. You must also attach
972
- * an IAM policy to the role. To learn how the effective permissions for a role are
973
- * evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html">IAM JSON policy
974
- * evaluation logic</a> in the <i>IAM User Guide</i>.</p>
2454
+ * <p>Policies used as permissions boundaries don't provide permissions. You must also
2455
+ * attach an IAM policy to the role. To learn how the effective permissions for a
2456
+ * role are evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html">IAM JSON
2457
+ * policy evaluation logic</a> in the <i>IAM User
2458
+ * Guide</i>.</p>
975
2459
  * </important>
976
2460
  */
977
2461
  export interface PermissionsBoundary {
@@ -982,8 +2466,8 @@ export interface PermissionsBoundary {
982
2466
  CustomerManagedPolicyReference?: CustomerManagedPolicyReference;
983
2467
  /**
984
2468
  * @public
985
- * <p>The Amazon Web Services managed policy ARN that you want to attach to a permission set as a permissions
986
- * boundary.</p>
2469
+ * <p>The Amazon Web Services managed policy ARN that you want to attach to a permission set as a
2470
+ * permissions boundary.</p>
987
2471
  */
988
2472
  ManagedPolicyArn?: string;
989
2473
  }
@@ -1004,19 +2488,41 @@ export interface GetPermissionsBoundaryForPermissionSetResponse {
1004
2488
  export interface InstanceMetadata {
1005
2489
  /**
1006
2490
  * @public
1007
- * <p>The ARN of the IAM Identity Center 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
2491
+ * <p>The ARN of the Identity Center instance under which the operation will be executed.
2492
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1008
2493
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1009
2494
  */
1010
2495
  InstanceArn?: string;
1011
2496
  /**
1012
2497
  * @public
1013
- * <p>The identifier of the identity store that is connected to the IAM Identity Center instance.</p>
2498
+ * <p>The identifier of the identity store that is connected to the Identity Center
2499
+ * instance.</p>
1014
2500
  */
1015
2501
  IdentityStoreId?: string;
2502
+ /**
2503
+ * @public
2504
+ * <p>The Amazon Web Services account ID number of the owner of the Identity Center instance.</p>
2505
+ */
2506
+ OwnerAccountId?: string;
2507
+ /**
2508
+ * @public
2509
+ * <p>The name of the Identity Center instance.</p>
2510
+ */
2511
+ Name?: string;
2512
+ /**
2513
+ * @public
2514
+ * <p>The date and time that the Identity Center instance was created.</p>
2515
+ */
2516
+ CreatedDate?: Date;
2517
+ /**
2518
+ * @public
2519
+ * <p>The current status of this Identity Center instance.</p>
2520
+ */
2521
+ Status?: InstanceStatus;
1016
2522
  }
1017
2523
  /**
1018
2524
  * @public
1019
- * <p>Filters he operation status list based on the passed attribute value.</p>
2525
+ * <p>Filters the operation status list based on the passed attribute value.</p>
1020
2526
  */
1021
2527
  export interface OperationStatusFilter {
1022
2528
  /**
@@ -1031,13 +2537,246 @@ export interface OperationStatusFilter {
1031
2537
  export interface ListAccountAssignmentCreationStatusRequest {
1032
2538
  /**
1033
2539
  * @public
1034
- * <p>The ARN of the IAM Identity Center 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
2540
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2541
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
2542
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
2543
+ */
2544
+ InstanceArn: string | undefined;
2545
+ /**
2546
+ * @public
2547
+ * <p>The maximum number of results to display for the assignment.</p>
2548
+ */
2549
+ MaxResults?: number;
2550
+ /**
2551
+ * @public
2552
+ * <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>
2553
+ */
2554
+ NextToken?: string;
2555
+ /**
2556
+ * @public
2557
+ * <p>Filters results based on the passed attribute value.</p>
2558
+ */
2559
+ Filter?: OperationStatusFilter;
2560
+ }
2561
+ /**
2562
+ * @public
2563
+ */
2564
+ export interface ListAccountAssignmentCreationStatusResponse {
2565
+ /**
2566
+ * @public
2567
+ * <p>The status object for the account assignment creation operation.</p>
2568
+ */
2569
+ AccountAssignmentsCreationStatus?: AccountAssignmentOperationStatusMetadata[];
2570
+ /**
2571
+ * @public
2572
+ * <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>
2573
+ */
2574
+ NextToken?: string;
2575
+ }
2576
+ /**
2577
+ * @public
2578
+ */
2579
+ export interface ListAccountAssignmentDeletionStatusRequest {
2580
+ /**
2581
+ * @public
2582
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2583
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
2584
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
2585
+ */
2586
+ InstanceArn: string | undefined;
2587
+ /**
2588
+ * @public
2589
+ * <p>The maximum number of results to display for the assignment.</p>
2590
+ */
2591
+ MaxResults?: number;
2592
+ /**
2593
+ * @public
2594
+ * <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>
2595
+ */
2596
+ NextToken?: string;
2597
+ /**
2598
+ * @public
2599
+ * <p>Filters results based on the passed attribute value.</p>
2600
+ */
2601
+ Filter?: OperationStatusFilter;
2602
+ }
2603
+ /**
2604
+ * @public
2605
+ */
2606
+ export interface ListAccountAssignmentDeletionStatusResponse {
2607
+ /**
2608
+ * @public
2609
+ * <p>The status object for the account assignment deletion operation.</p>
2610
+ */
2611
+ AccountAssignmentsDeletionStatus?: AccountAssignmentOperationStatusMetadata[];
2612
+ /**
2613
+ * @public
2614
+ * <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>
2615
+ */
2616
+ NextToken?: string;
2617
+ }
2618
+ /**
2619
+ * @public
2620
+ */
2621
+ export interface ListAccountAssignmentsRequest {
2622
+ /**
2623
+ * @public
2624
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2625
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
2626
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
2627
+ */
2628
+ InstanceArn: string | undefined;
2629
+ /**
2630
+ * @public
2631
+ * <p>The identifier of the Amazon Web Services account from which to list the assignments.</p>
2632
+ */
2633
+ AccountId: string | undefined;
2634
+ /**
2635
+ * @public
2636
+ * <p>The ARN of the permission set from which to list assignments.</p>
2637
+ */
2638
+ PermissionSetArn: string | undefined;
2639
+ /**
2640
+ * @public
2641
+ * <p>The maximum number of results to display for the assignment.</p>
2642
+ */
2643
+ MaxResults?: number;
2644
+ /**
2645
+ * @public
2646
+ * <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>
2647
+ */
2648
+ NextToken?: string;
2649
+ }
2650
+ /**
2651
+ * @public
2652
+ */
2653
+ export interface ListAccountAssignmentsResponse {
2654
+ /**
2655
+ * @public
2656
+ * <p>The list of assignments that match the input Amazon Web Services account and permission set.</p>
2657
+ */
2658
+ AccountAssignments?: AccountAssignment[];
2659
+ /**
2660
+ * @public
2661
+ * <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>
2662
+ */
2663
+ NextToken?: string;
2664
+ }
2665
+ /**
2666
+ * @public
2667
+ * <p>A structure that describes a filter for account assignments.</p>
2668
+ */
2669
+ export interface ListAccountAssignmentsFilter {
2670
+ /**
2671
+ * @public
2672
+ * <p>The ID number of an Amazon Web Services account that filters the results in the response.</p>
2673
+ */
2674
+ AccountId?: string;
2675
+ }
2676
+ /**
2677
+ * @public
2678
+ */
2679
+ export interface ListAccountAssignmentsForPrincipalRequest {
2680
+ /**
2681
+ * @public
2682
+ * <p>Specifies the ARN of the instance of IAM Identity Center that contains the principal.</p>
2683
+ */
2684
+ InstanceArn: string | undefined;
2685
+ /**
2686
+ * @public
2687
+ * <p>Specifies the principal for which you want to retrieve the list of account
2688
+ * assignments.</p>
2689
+ */
2690
+ PrincipalId: string | undefined;
2691
+ /**
2692
+ * @public
2693
+ * <p>Specifies the type of the principal.</p>
2694
+ */
2695
+ PrincipalType: PrincipalType | undefined;
2696
+ /**
2697
+ * @public
2698
+ * <p>Specifies an Amazon Web Services account ID number. Results are filtered to only those that match
2699
+ * this ID number.</p>
2700
+ */
2701
+ Filter?: ListAccountAssignmentsFilter;
2702
+ /**
2703
+ * @public
2704
+ * <p>Specifies that you want to receive the next page of results. Valid
2705
+ * only if you received a <code>NextToken</code> response in the previous request. If you
2706
+ * did, it indicates that more output is available. Set this parameter to the value
2707
+ * provided by the previous call's <code>NextToken</code> response to request the
2708
+ * next page of results.</p>
2709
+ */
2710
+ NextToken?: string;
2711
+ /**
2712
+ * @public
2713
+ * <p>Specifies the total number of results that you want included in each
2714
+ * response. If additional items exist beyond the number you specify, the
2715
+ * <code>NextToken</code> response element is returned with a value (not null). Include the
2716
+ * specified value as the <code>NextToken</code> request parameter in the next call to the
2717
+ * operation to get the next set of results. Note that the service might return fewer
2718
+ * results than the maximum even when there are more results available. You should check
2719
+ * <code>NextToken</code> after every operation to ensure that you receive all of the
2720
+ * results.</p>
2721
+ */
2722
+ MaxResults?: number;
2723
+ }
2724
+ /**
2725
+ * @public
2726
+ */
2727
+ export interface ListAccountAssignmentsForPrincipalResponse {
2728
+ /**
2729
+ * @public
2730
+ * <p>An array list of the account assignments for the principal.</p>
2731
+ */
2732
+ AccountAssignments?: AccountAssignmentForPrincipal[];
2733
+ /**
2734
+ * @public
2735
+ * <p>If present, this value indicates that more output is available than
2736
+ * is included in the current response. Use this value in the <code>NextToken</code>
2737
+ * request parameter in a subsequent call to the operation to get the next part of the
2738
+ * output. You should repeat this until the <code>NextToken</code> response element comes
2739
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
2740
+ */
2741
+ NextToken?: string;
2742
+ }
2743
+ /**
2744
+ * @public
2745
+ * @enum
2746
+ */
2747
+ export declare const ProvisioningStatus: {
2748
+ readonly LATEST_PERMISSION_SET_NOT_PROVISIONED: "LATEST_PERMISSION_SET_NOT_PROVISIONED";
2749
+ readonly LATEST_PERMISSION_SET_PROVISIONED: "LATEST_PERMISSION_SET_PROVISIONED";
2750
+ };
2751
+ /**
2752
+ * @public
2753
+ */
2754
+ export type ProvisioningStatus = (typeof ProvisioningStatus)[keyof typeof ProvisioningStatus];
2755
+ /**
2756
+ * @public
2757
+ */
2758
+ export interface ListAccountsForProvisionedPermissionSetRequest {
2759
+ /**
2760
+ * @public
2761
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2762
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1035
2763
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1036
2764
  */
1037
- InstanceArn: string | undefined;
2765
+ InstanceArn: string | undefined;
2766
+ /**
2767
+ * @public
2768
+ * <p>The ARN of the <a>PermissionSet</a> from which the associated Amazon Web Services
2769
+ * accounts will be listed.</p>
2770
+ */
2771
+ PermissionSetArn: string | undefined;
2772
+ /**
2773
+ * @public
2774
+ * <p>The permission set provisioning status for an Amazon Web Services account.</p>
2775
+ */
2776
+ ProvisioningStatus?: ProvisioningStatus;
1038
2777
  /**
1039
2778
  * @public
1040
- * <p>The maximum number of results to display for the assignment.</p>
2779
+ * <p>The maximum number of results to display for the <a>PermissionSet</a>.</p>
1041
2780
  */
1042
2781
  MaxResults?: number;
1043
2782
  /**
@@ -1045,21 +2784,16 @@ export interface ListAccountAssignmentCreationStatusRequest {
1045
2784
  * <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>
1046
2785
  */
1047
2786
  NextToken?: string;
1048
- /**
1049
- * @public
1050
- * <p>Filters results based on the passed attribute value.</p>
1051
- */
1052
- Filter?: OperationStatusFilter;
1053
2787
  }
1054
2788
  /**
1055
2789
  * @public
1056
2790
  */
1057
- export interface ListAccountAssignmentCreationStatusResponse {
2791
+ export interface ListAccountsForProvisionedPermissionSetResponse {
1058
2792
  /**
1059
2793
  * @public
1060
- * <p>The status object for the account assignment creation operation.</p>
2794
+ * <p>The list of Amazon Web Services <code>AccountIds</code>.</p>
1061
2795
  */
1062
- AccountAssignmentsCreationStatus?: AccountAssignmentOperationStatusMetadata[];
2796
+ AccountIds?: string[];
1063
2797
  /**
1064
2798
  * @public
1065
2799
  * <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>
@@ -1069,146 +2803,247 @@ export interface ListAccountAssignmentCreationStatusResponse {
1069
2803
  /**
1070
2804
  * @public
1071
2805
  */
1072
- export interface ListAccountAssignmentDeletionStatusRequest {
2806
+ export interface ListApplicationAssignmentsRequest {
1073
2807
  /**
1074
2808
  * @public
1075
- * <p>The ARN of the IAM Identity Center 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
1076
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
2809
+ * <p>Specifies the ARN of the application.</p>
1077
2810
  */
1078
- InstanceArn: string | undefined;
2811
+ ApplicationArn: string | undefined;
1079
2812
  /**
1080
2813
  * @public
1081
- * <p>The maximum number of results to display for the assignment.</p>
2814
+ * <p>Specifies the total number of results that you want included in each
2815
+ * response. If additional items exist beyond the number you specify, the
2816
+ * <code>NextToken</code> response element is returned with a value (not null). Include the
2817
+ * specified value as the <code>NextToken</code> request parameter in the next call to the
2818
+ * operation to get the next set of results. Note that the service might return fewer
2819
+ * results than the maximum even when there are more results available. You should check
2820
+ * <code>NextToken</code> after every operation to ensure that you receive all of the
2821
+ * results.</p>
1082
2822
  */
1083
2823
  MaxResults?: number;
1084
2824
  /**
1085
2825
  * @public
1086
- * <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>
2826
+ * <p>Specifies that you want to receive the next page of results. Valid
2827
+ * only if you received a <code>NextToken</code> response in the previous request. If you
2828
+ * did, it indicates that more output is available. Set this parameter to the value
2829
+ * provided by the previous call's <code>NextToken</code> response to request the
2830
+ * next page of results.</p>
1087
2831
  */
1088
2832
  NextToken?: string;
1089
- /**
1090
- * @public
1091
- * <p>Filters results based on the passed attribute value.</p>
1092
- */
1093
- Filter?: OperationStatusFilter;
1094
2833
  }
1095
2834
  /**
1096
2835
  * @public
1097
2836
  */
1098
- export interface ListAccountAssignmentDeletionStatusResponse {
2837
+ export interface ListApplicationAssignmentsResponse {
1099
2838
  /**
1100
2839
  * @public
1101
- * <p>The status object for the account assignment deletion operation.</p>
2840
+ * <p>The list of users assigned to an application.</p>
1102
2841
  */
1103
- AccountAssignmentsDeletionStatus?: AccountAssignmentOperationStatusMetadata[];
2842
+ ApplicationAssignments?: ApplicationAssignment[];
1104
2843
  /**
1105
2844
  * @public
1106
- * <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>
2845
+ * <p>If present, this value indicates that more output is available than
2846
+ * is included in the current response. Use this value in the <code>NextToken</code>
2847
+ * request parameter in a subsequent call to the operation to get the next part of the
2848
+ * output. You should repeat this until the <code>NextToken</code> response element comes
2849
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
1107
2850
  */
1108
2851
  NextToken?: string;
1109
2852
  }
1110
2853
  /**
1111
2854
  * @public
2855
+ * <p>A structure that describes a filter for application assignments.</p>
1112
2856
  */
1113
- export interface ListAccountAssignmentsRequest {
2857
+ export interface ListApplicationAssignmentsFilter {
1114
2858
  /**
1115
2859
  * @public
1116
- * <p>The ARN of the IAM Identity Center 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
1117
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
2860
+ * <p>The ARN of an application.</p>
2861
+ */
2862
+ ApplicationArn?: string;
2863
+ }
2864
+ /**
2865
+ * @public
2866
+ */
2867
+ export interface ListApplicationAssignmentsForPrincipalRequest {
2868
+ /**
2869
+ * @public
2870
+ * <p>Specifies the instance of IAM Identity Center that contains principal and applications.</p>
1118
2871
  */
1119
2872
  InstanceArn: string | undefined;
1120
2873
  /**
1121
2874
  * @public
1122
- * <p>The identifier of the Amazon Web Services account from which to list the assignments.</p>
2875
+ * <p>Specifies the unique identifier of the principal for which you want to retrieve its
2876
+ * assignments.</p>
1123
2877
  */
1124
- AccountId: string | undefined;
2878
+ PrincipalId: string | undefined;
1125
2879
  /**
1126
2880
  * @public
1127
- * <p>The ARN of the permission set from which to list assignments.</p>
2881
+ * <p>Specifies the type of the principal for which you want to retrieve its
2882
+ * assignments.</p>
1128
2883
  */
1129
- PermissionSetArn: string | undefined;
2884
+ PrincipalType: PrincipalType | undefined;
1130
2885
  /**
1131
2886
  * @public
1132
- * <p>The maximum number of results to display for the assignment.</p>
2887
+ * <p>Filters the output to include only assignments associated with the application that
2888
+ * has the specified ARN.</p>
1133
2889
  */
1134
- MaxResults?: number;
2890
+ Filter?: ListApplicationAssignmentsFilter;
1135
2891
  /**
1136
2892
  * @public
1137
- * <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>
2893
+ * <p>Specifies that you want to receive the next page of results. Valid
2894
+ * only if you received a <code>NextToken</code> response in the previous request. If you
2895
+ * did, it indicates that more output is available. Set this parameter to the value
2896
+ * provided by the previous call's <code>NextToken</code> response to request the
2897
+ * next page of results.</p>
1138
2898
  */
1139
2899
  NextToken?: string;
2900
+ /**
2901
+ * @public
2902
+ * <p>Specifies the total number of results that you want included in each
2903
+ * response. If additional items exist beyond the number you specify, the
2904
+ * <code>NextToken</code> response element is returned with a value (not null). Include the
2905
+ * specified value as the <code>NextToken</code> request parameter in the next call to the
2906
+ * operation to get the next set of results. Note that the service might return fewer
2907
+ * results than the maximum even when there are more results available. You should check
2908
+ * <code>NextToken</code> after every operation to ensure that you receive all of the
2909
+ * results.</p>
2910
+ */
2911
+ MaxResults?: number;
1140
2912
  }
1141
2913
  /**
1142
2914
  * @public
1143
2915
  */
1144
- export interface ListAccountAssignmentsResponse {
2916
+ export interface ListApplicationAssignmentsForPrincipalResponse {
1145
2917
  /**
1146
2918
  * @public
1147
- * <p>The list of assignments that match the input Amazon Web Services account and permission set.</p>
2919
+ * <p>An array list of the application assignments for the specified principal.</p>
1148
2920
  */
1149
- AccountAssignments?: AccountAssignment[];
2921
+ ApplicationAssignments?: ApplicationAssignmentForPrincipal[];
1150
2922
  /**
1151
2923
  * @public
1152
- * <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>
2924
+ * <p>If present, this value indicates that more output is available than
2925
+ * is included in the current response. Use this value in the <code>NextToken</code>
2926
+ * request parameter in a subsequent call to the operation to get the next part of the
2927
+ * output. You should repeat this until the <code>NextToken</code> response element comes
2928
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
1153
2929
  */
1154
2930
  NextToken?: string;
1155
2931
  }
1156
2932
  /**
1157
2933
  * @public
1158
- * @enum
1159
2934
  */
1160
- export declare const ProvisioningStatus: {
1161
- readonly LATEST_PERMISSION_SET_NOT_PROVISIONED: "LATEST_PERMISSION_SET_NOT_PROVISIONED";
1162
- readonly LATEST_PERMISSION_SET_PROVISIONED: "LATEST_PERMISSION_SET_PROVISIONED";
1163
- };
2935
+ export interface ListApplicationProvidersRequest {
2936
+ /**
2937
+ * @public
2938
+ * <p>Specifies the total number of results that you want included in each
2939
+ * response. If additional items exist beyond the number you specify, the
2940
+ * <code>NextToken</code> response element is returned with a value (not null). Include the
2941
+ * specified value as the <code>NextToken</code> request parameter in the next call to the
2942
+ * operation to get the next set of results. Note that the service might return fewer
2943
+ * results than the maximum even when there are more results available. You should check
2944
+ * <code>NextToken</code> after every operation to ensure that you receive all of the
2945
+ * results.</p>
2946
+ */
2947
+ MaxResults?: number;
2948
+ /**
2949
+ * @public
2950
+ * <p>Specifies that you want to receive the next page of results. Valid
2951
+ * only if you received a <code>NextToken</code> response in the previous request. If you
2952
+ * did, it indicates that more output is available. Set this parameter to the value
2953
+ * provided by the previous call's <code>NextToken</code> response to request the
2954
+ * next page of results.</p>
2955
+ */
2956
+ NextToken?: string;
2957
+ }
1164
2958
  /**
1165
2959
  * @public
1166
2960
  */
1167
- export type ProvisioningStatus = (typeof ProvisioningStatus)[keyof typeof ProvisioningStatus];
2961
+ export interface ListApplicationProvidersResponse {
2962
+ /**
2963
+ * @public
2964
+ * <p>An array list of structures that describe application providers.</p>
2965
+ */
2966
+ ApplicationProviders?: ApplicationProvider[];
2967
+ /**
2968
+ * @public
2969
+ * <p>If present, this value indicates that more output is available than
2970
+ * is included in the current response. Use this value in the <code>NextToken</code>
2971
+ * request parameter in a subsequent call to the operation to get the next part of the
2972
+ * output. You should repeat this until the <code>NextToken</code> response element comes
2973
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
2974
+ */
2975
+ NextToken?: string;
2976
+ }
1168
2977
  /**
1169
2978
  * @public
2979
+ * <p>A structure that describes a filter for applications.</p>
1170
2980
  */
1171
- export interface ListAccountsForProvisionedPermissionSetRequest {
2981
+ export interface ListApplicationsFilter {
1172
2982
  /**
1173
2983
  * @public
1174
- * <p>The ARN of the IAM Identity Center 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
1175
- * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
2984
+ * <p>An Amazon Web Services account ID number that filters the results in the response.</p>
1176
2985
  */
1177
- InstanceArn: string | undefined;
2986
+ ApplicationAccount?: string;
1178
2987
  /**
1179
2988
  * @public
1180
- * <p>The ARN of the <a>PermissionSet</a> from which the associated Amazon Web Services accounts
1181
- * will be listed.</p>
2989
+ * <p>The ARN of an application provider that can filter the results in the response.</p>
1182
2990
  */
1183
- PermissionSetArn: string | undefined;
2991
+ ApplicationProvider?: string;
2992
+ }
2993
+ /**
2994
+ * @public
2995
+ */
2996
+ export interface ListApplicationsRequest {
1184
2997
  /**
1185
2998
  * @public
1186
- * <p>The permission set provisioning status for an Amazon Web Services account.</p>
2999
+ * <p>The ARN of the IAM Identity Center application under which the operation will run.
3000
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
3001
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1187
3002
  */
1188
- ProvisioningStatus?: ProvisioningStatus;
3003
+ InstanceArn: string | undefined;
1189
3004
  /**
1190
3005
  * @public
1191
- * <p>The maximum number of results to display for the <a>PermissionSet</a>.</p>
3006
+ * <p>Specifies the total number of results that you want included in each
3007
+ * response. If additional items exist beyond the number you specify, the
3008
+ * <code>NextToken</code> response element is returned with a value (not null). Include the
3009
+ * specified value as the <code>NextToken</code> request parameter in the next call to the
3010
+ * operation to get the next set of results. Note that the service might return fewer
3011
+ * results than the maximum even when there are more results available. You should check
3012
+ * <code>NextToken</code> after every operation to ensure that you receive all of the
3013
+ * results.</p>
1192
3014
  */
1193
3015
  MaxResults?: number;
1194
3016
  /**
1195
3017
  * @public
1196
- * <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>
3018
+ * <p>Specifies that you want to receive the next page of results. Valid
3019
+ * only if you received a <code>NextToken</code> response in the previous request. If you
3020
+ * did, it indicates that more output is available. Set this parameter to the value
3021
+ * provided by the previous call's <code>NextToken</code> response to request the
3022
+ * next page of results.</p>
1197
3023
  */
1198
3024
  NextToken?: string;
3025
+ /**
3026
+ * @public
3027
+ * <p>Filters response results. </p>
3028
+ */
3029
+ Filter?: ListApplicationsFilter;
1199
3030
  }
1200
3031
  /**
1201
3032
  * @public
1202
3033
  */
1203
- export interface ListAccountsForProvisionedPermissionSetResponse {
3034
+ export interface ListApplicationsResponse {
1204
3035
  /**
1205
3036
  * @public
1206
- * <p>The list of Amazon Web Services <code>AccountIds</code>.</p>
3037
+ * <p>Retrieves all applications associated with the instance.</p>
1207
3038
  */
1208
- AccountIds?: string[];
3039
+ Applications?: Application[];
1209
3040
  /**
1210
3041
  * @public
1211
- * <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>
3042
+ * <p>If present, this value indicates that more output is available than
3043
+ * is included in the current response. Use this value in the <code>NextToken</code>
3044
+ * request parameter in a subsequent call to the operation to get the next part of the
3045
+ * output. You should repeat this until the <code>NextToken</code> response element comes
3046
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
1212
3047
  */
1213
3048
  NextToken?: string;
1214
3049
  }
@@ -1234,7 +3069,7 @@ export interface ListCustomerManagedPolicyReferencesInPermissionSetRequest {
1234
3069
  /**
1235
3070
  * @public
1236
3071
  * <p>The pagination token for the list API. Initially the value is null. Use the output of
1237
- * previous API calls to make subsequent calls.</p>
3072
+ * previous API calls to make subsequent calls.</p>
1238
3073
  */
1239
3074
  NextToken?: string;
1240
3075
  }
@@ -1244,14 +3079,14 @@ export interface ListCustomerManagedPolicyReferencesInPermissionSetRequest {
1244
3079
  export interface ListCustomerManagedPolicyReferencesInPermissionSetResponse {
1245
3080
  /**
1246
3081
  * @public
1247
- * <p>Specifies the names and paths of the customer managed policies that you have attached to
1248
- * your permission set.</p>
3082
+ * <p>Specifies the names and paths of the customer managed policies that you have attached
3083
+ * to your permission set.</p>
1249
3084
  */
1250
3085
  CustomerManagedPolicyReferences?: CustomerManagedPolicyReference[];
1251
3086
  /**
1252
3087
  * @public
1253
3088
  * <p>The pagination token for the list API. Initially the value is null. Use the output of
1254
- * previous API calls to make subsequent calls.</p>
3089
+ * previous API calls to make subsequent calls.</p>
1255
3090
  */
1256
3091
  NextToken?: string;
1257
3092
  }
@@ -1291,14 +3126,15 @@ export interface ListInstancesResponse {
1291
3126
  export interface ListManagedPoliciesInPermissionSetRequest {
1292
3127
  /**
1293
3128
  * @public
1294
- * <p>The ARN of the IAM Identity Center 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
3129
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3130
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1295
3131
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1296
3132
  */
1297
3133
  InstanceArn: string | undefined;
1298
3134
  /**
1299
3135
  * @public
1300
3136
  * <p>The ARN of the <a>PermissionSet</a> whose managed policies will be
1301
- * listed.</p>
3137
+ * listed.</p>
1302
3138
  */
1303
3139
  PermissionSetArn: string | undefined;
1304
3140
  /**
@@ -1333,7 +3169,8 @@ export interface ListManagedPoliciesInPermissionSetResponse {
1333
3169
  export interface ListPermissionSetProvisioningStatusRequest {
1334
3170
  /**
1335
3171
  * @public
1336
- * <p>The ARN of the IAM Identity Center 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
3172
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3173
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1337
3174
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1338
3175
  */
1339
3176
  InstanceArn: string | undefined;
@@ -1366,7 +3203,7 @@ export interface PermissionSetProvisioningStatusMetadata {
1366
3203
  /**
1367
3204
  * @public
1368
3205
  * <p>The identifier for tracking the request operation that is generated by the universally
1369
- * unique identifier (UUID) workflow.</p>
3206
+ * unique identifier (UUID) workflow.</p>
1370
3207
  */
1371
3208
  RequestId?: string;
1372
3209
  /**
@@ -1396,7 +3233,8 @@ export interface ListPermissionSetProvisioningStatusResponse {
1396
3233
  export interface ListPermissionSetsRequest {
1397
3234
  /**
1398
3235
  * @public
1399
- * <p>The ARN of the IAM Identity Center 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
3236
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3237
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1400
3238
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1401
3239
  */
1402
3240
  InstanceArn: string | undefined;
@@ -1432,7 +3270,8 @@ export interface ListPermissionSetsResponse {
1432
3270
  export interface ListPermissionSetsProvisionedToAccountRequest {
1433
3271
  /**
1434
3272
  * @public
1435
- * <p>The ARN of the IAM Identity Center 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
3273
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3274
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1436
3275
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1437
3276
  */
1438
3277
  InstanceArn: string | undefined;
@@ -1478,10 +3317,11 @@ export interface ListPermissionSetsProvisionedToAccountResponse {
1478
3317
  export interface ListTagsForResourceRequest {
1479
3318
  /**
1480
3319
  * @public
1481
- * <p>The ARN of the IAM Identity Center 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
3320
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3321
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1482
3322
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1483
3323
  */
1484
- InstanceArn: string | undefined;
3324
+ InstanceArn?: string;
1485
3325
  /**
1486
3326
  * @public
1487
3327
  * <p>The ARN of the resource with the tags to be listed.</p>
@@ -1508,6 +3348,103 @@ export interface ListTagsForResourceResponse {
1508
3348
  */
1509
3349
  NextToken?: string;
1510
3350
  }
3351
+ /**
3352
+ * @public
3353
+ */
3354
+ export interface ListTrustedTokenIssuersRequest {
3355
+ /**
3356
+ * @public
3357
+ * <p>Specifies the ARN of the instance of IAM Identity Center with the trusted token issuer configurations that you want
3358
+ * to list.</p>
3359
+ */
3360
+ InstanceArn: string | undefined;
3361
+ /**
3362
+ * @public
3363
+ * <p>Specifies the total number of results that you want included in each
3364
+ * response. If additional items exist beyond the number you specify, the
3365
+ * <code>NextToken</code> response element is returned with a value (not null). Include the
3366
+ * specified value as the <code>NextToken</code> request parameter in the next call to the
3367
+ * operation to get the next set of results. Note that the service might return fewer
3368
+ * results than the maximum even when there are more results available. You should check
3369
+ * <code>NextToken</code> after every operation to ensure that you receive all of the
3370
+ * results.</p>
3371
+ */
3372
+ MaxResults?: number;
3373
+ /**
3374
+ * @public
3375
+ * <p>Specifies that you want to receive the next page of results. Valid
3376
+ * only if you received a <code>NextToken</code> response in the previous request. If you
3377
+ * did, it indicates that more output is available. Set this parameter to the value
3378
+ * provided by the previous call's <code>NextToken</code> response to request the
3379
+ * next page of results.</p>
3380
+ */
3381
+ NextToken?: string;
3382
+ }
3383
+ /**
3384
+ * @public
3385
+ * <p>A structure that describes a trusted token issuer.</p>
3386
+ */
3387
+ export interface TrustedTokenIssuerMetadata {
3388
+ /**
3389
+ * @public
3390
+ * <p>The ARN of the trusted token issuer configuration in the instance of IAM Identity Center.</p>
3391
+ */
3392
+ TrustedTokenIssuerArn?: string;
3393
+ /**
3394
+ * @public
3395
+ * <p>The name of the trusted token issuer configuration in the instance of IAM Identity Center.</p>
3396
+ */
3397
+ Name?: string;
3398
+ /**
3399
+ * @public
3400
+ * <p>The type of trusted token issuer.</p>
3401
+ */
3402
+ TrustedTokenIssuerType?: TrustedTokenIssuerType;
3403
+ }
3404
+ /**
3405
+ * @public
3406
+ */
3407
+ export interface ListTrustedTokenIssuersResponse {
3408
+ /**
3409
+ * @public
3410
+ * <p>An array list of the trusted token issuer configurations.</p>
3411
+ */
3412
+ TrustedTokenIssuers?: TrustedTokenIssuerMetadata[];
3413
+ /**
3414
+ * @public
3415
+ * <p>If present, this value indicates that more output is available than
3416
+ * is included in the current response. Use this value in the <code>NextToken</code>
3417
+ * request parameter in a subsequent call to the operation to get the next part of the
3418
+ * output. You should repeat this until the <code>NextToken</code> response element comes
3419
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
3420
+ */
3421
+ NextToken?: string;
3422
+ }
3423
+ /**
3424
+ * @public
3425
+ * <p>A structure that describes updated configuration settings for a trusted token issuer that supports
3426
+ * OpenID Connect (OIDC) and JSON Web Tokens (JWTs).</p>
3427
+ */
3428
+ export interface OidcJwtUpdateConfiguration {
3429
+ /**
3430
+ * @public
3431
+ * <p>The path of the source attribute in the JWT from the trusted token issuer. The attribute mapped by this JMESPath expression is compared against the attribute mapped by <code>IdentityStoreAttributePath</code> when a trusted token issuer token is exchanged for
3432
+ * an IAM Identity Center token.</p>
3433
+ */
3434
+ ClaimAttributePath?: string;
3435
+ /**
3436
+ * @public
3437
+ * <p>The path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by this JMESPath expression is compared against the attribute mapped by <code>ClaimAttributePath</code> when a trusted token issuer token is exchanged for
3438
+ * an IAM Identity Center token.</p>
3439
+ */
3440
+ IdentityStoreAttributePath?: string;
3441
+ /**
3442
+ * @public
3443
+ * <p>The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a
3444
+ * JWT.</p>
3445
+ */
3446
+ JwksRetrievalOption?: JwksRetrievalOption;
3447
+ }
1511
3448
  /**
1512
3449
  * @public
1513
3450
  * @enum
@@ -1526,7 +3463,8 @@ export type ProvisionTargetType = (typeof ProvisionTargetType)[keyof typeof Prov
1526
3463
  export interface ProvisionPermissionSetRequest {
1527
3464
  /**
1528
3465
  * @public
1529
- * <p>The ARN of the IAM Identity Center 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
3466
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3467
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1530
3468
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1531
3469
  */
1532
3470
  InstanceArn: string | undefined;
@@ -1556,13 +3494,36 @@ export interface ProvisionPermissionSetResponse {
1556
3494
  */
1557
3495
  PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
1558
3496
  }
3497
+ /**
3498
+ * @public
3499
+ */
3500
+ export interface PutApplicationAssignmentConfigurationRequest {
3501
+ /**
3502
+ * @public
3503
+ * <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
3504
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
3505
+ */
3506
+ ApplicationArn: string | undefined;
3507
+ /**
3508
+ * @public
3509
+ * <p>If <code>AssignmentsRequired</code> is <code>true</code> (default value), users don’t have access to the application unless an assignment is created using the
3510
+ * <a href="https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateApplicationAssignment.html">CreateApplicationAssignment API</a>. If <code>false</code>, all users have access to the application. </p>
3511
+ */
3512
+ AssignmentRequired: boolean | undefined;
3513
+ }
3514
+ /**
3515
+ * @public
3516
+ */
3517
+ export interface PutApplicationAssignmentConfigurationResponse {
3518
+ }
1559
3519
  /**
1560
3520
  * @public
1561
3521
  */
1562
3522
  export interface PutInlinePolicyToPermissionSetRequest {
1563
3523
  /**
1564
3524
  * @public
1565
- * <p>The ARN of the IAM Identity Center 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
3525
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3526
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1566
3527
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1567
3528
  */
1568
3529
  InstanceArn: string | undefined;
@@ -1598,7 +3559,8 @@ export interface PutPermissionsBoundaryToPermissionSetRequest {
1598
3559
  PermissionSetArn: string | undefined;
1599
3560
  /**
1600
3561
  * @public
1601
- * <p>The permissions boundary that you want to attach to a <code>PermissionSet</code>.</p>
3562
+ * <p>The permissions boundary that you want to attach to a
3563
+ * <code>PermissionSet</code>.</p>
1602
3564
  */
1603
3565
  PermissionsBoundary: PermissionsBoundary | undefined;
1604
3566
  }
@@ -1613,10 +3575,11 @@ export interface PutPermissionsBoundaryToPermissionSetResponse {
1613
3575
  export interface TagResourceRequest {
1614
3576
  /**
1615
3577
  * @public
1616
- * <p>The ARN of the IAM Identity Center 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
3578
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3579
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1617
3580
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1618
3581
  */
1619
- InstanceArn: string | undefined;
3582
+ InstanceArn?: string;
1620
3583
  /**
1621
3584
  * @public
1622
3585
  * <p>The ARN of the resource with the tags to be listed.</p>
@@ -1639,10 +3602,11 @@ export interface TagResourceResponse {
1639
3602
  export interface UntagResourceRequest {
1640
3603
  /**
1641
3604
  * @public
1642
- * <p>The ARN of the IAM Identity Center 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
3605
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3606
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1643
3607
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1644
3608
  */
1645
- InstanceArn: string | undefined;
3609
+ InstanceArn?: string;
1646
3610
  /**
1647
3611
  * @public
1648
3612
  * <p>The ARN of the resource with the tags to be listed.</p>
@@ -1659,6 +3623,75 @@ export interface UntagResourceRequest {
1659
3623
  */
1660
3624
  export interface UntagResourceResponse {
1661
3625
  }
3626
+ /**
3627
+ * @public
3628
+ * <p>A structure that describes the options for the access portal associated with an application that can be updated.</p>
3629
+ */
3630
+ export interface UpdateApplicationPortalOptions {
3631
+ /**
3632
+ * @public
3633
+ * <p>A structure that describes the sign-in options for an application portal.</p>
3634
+ */
3635
+ SignInOptions?: SignInOptions;
3636
+ }
3637
+ /**
3638
+ * @public
3639
+ */
3640
+ export interface UpdateApplicationRequest {
3641
+ /**
3642
+ * @public
3643
+ * <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
3644
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
3645
+ */
3646
+ ApplicationArn: string | undefined;
3647
+ /**
3648
+ * @public
3649
+ * <p>Specifies the updated name for the application.</p>
3650
+ */
3651
+ Name?: string;
3652
+ /**
3653
+ * @public
3654
+ * <p>The description of the .</p>
3655
+ */
3656
+ Description?: string;
3657
+ /**
3658
+ * @public
3659
+ * <p>Specifies whether the application is enabled or disabled.</p>
3660
+ */
3661
+ Status?: ApplicationStatus;
3662
+ /**
3663
+ * @public
3664
+ * <p>A structure that describes the options for the portal associated with an
3665
+ * application.</p>
3666
+ */
3667
+ PortalOptions?: UpdateApplicationPortalOptions;
3668
+ }
3669
+ /**
3670
+ * @public
3671
+ */
3672
+ export interface UpdateApplicationResponse {
3673
+ }
3674
+ /**
3675
+ * @public
3676
+ */
3677
+ export interface UpdateInstanceRequest {
3678
+ /**
3679
+ * @public
3680
+ * <p>Updates the instance name.</p>
3681
+ */
3682
+ Name: string | undefined;
3683
+ /**
3684
+ * @public
3685
+ * <p>The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
3686
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
3687
+ */
3688
+ InstanceArn: string | undefined;
3689
+ }
3690
+ /**
3691
+ * @public
3692
+ */
3693
+ export interface UpdateInstanceResponse {
3694
+ }
1662
3695
  /**
1663
3696
  * @public
1664
3697
  */
@@ -1685,7 +3718,8 @@ export interface UpdateInstanceAccessControlAttributeConfigurationResponse {
1685
3718
  export interface UpdatePermissionSetRequest {
1686
3719
  /**
1687
3720
  * @public
1688
- * <p>The ARN of the IAM Identity Center 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
3721
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3722
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1689
3723
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1690
3724
  */
1691
3725
  InstanceArn: string | undefined;
@@ -1702,13 +3736,13 @@ export interface UpdatePermissionSetRequest {
1702
3736
  /**
1703
3737
  * @public
1704
3738
  * <p>The length of time that the application user sessions are valid for in the ISO-8601
1705
- * standard.</p>
3739
+ * standard.</p>
1706
3740
  */
1707
3741
  SessionDuration?: string;
1708
3742
  /**
1709
3743
  * @public
1710
3744
  * <p>Used to redirect users within the application during the federation authentication
1711
- * process.</p>
3745
+ * process.</p>
1712
3746
  */
1713
3747
  RelayState?: string;
1714
3748
  }
@@ -1717,3 +3751,62 @@ export interface UpdatePermissionSetRequest {
1717
3751
  */
1718
3752
  export interface UpdatePermissionSetResponse {
1719
3753
  }
3754
+ /**
3755
+ * @public
3756
+ * <p>A structure that contains details to be updated for a trusted token issuer configuration. The
3757
+ * structure and settings that you can include depend on the type of the trusted token issuer being
3758
+ * updated.</p>
3759
+ */
3760
+ export type TrustedTokenIssuerUpdateConfiguration = TrustedTokenIssuerUpdateConfiguration.OidcJwtConfigurationMember | TrustedTokenIssuerUpdateConfiguration.$UnknownMember;
3761
+ /**
3762
+ * @public
3763
+ */
3764
+ export declare namespace TrustedTokenIssuerUpdateConfiguration {
3765
+ /**
3766
+ * @public
3767
+ * <p>A structure that describes an updated configuration for a trusted token issuer that uses OpenID
3768
+ * Connect (OIDC) with JSON web tokens (JWT).</p>
3769
+ */
3770
+ interface OidcJwtConfigurationMember {
3771
+ OidcJwtConfiguration: OidcJwtUpdateConfiguration;
3772
+ $unknown?: never;
3773
+ }
3774
+ /**
3775
+ * @public
3776
+ */
3777
+ interface $UnknownMember {
3778
+ OidcJwtConfiguration?: never;
3779
+ $unknown: [string, any];
3780
+ }
3781
+ interface Visitor<T> {
3782
+ OidcJwtConfiguration: (value: OidcJwtUpdateConfiguration) => T;
3783
+ _: (name: string, value: any) => T;
3784
+ }
3785
+ const visit: <T>(value: TrustedTokenIssuerUpdateConfiguration, visitor: Visitor<T>) => T;
3786
+ }
3787
+ /**
3788
+ * @public
3789
+ */
3790
+ export interface UpdateTrustedTokenIssuerRequest {
3791
+ /**
3792
+ * @public
3793
+ * <p>Specifies the ARN of the trusted token issuer configuration that you want to update.</p>
3794
+ */
3795
+ TrustedTokenIssuerArn: string | undefined;
3796
+ /**
3797
+ * @public
3798
+ * <p>Specifies the updated name to be applied to the trusted token issuer configuration.</p>
3799
+ */
3800
+ Name?: string;
3801
+ /**
3802
+ * @public
3803
+ * <p>Specifies a structure with settings to apply to the specified trusted token issuer. The settings that
3804
+ * you can provide are determined by the type of the trusted token issuer that you are updating.</p>
3805
+ */
3806
+ TrustedTokenIssuerConfiguration?: TrustedTokenIssuerUpdateConfiguration;
3807
+ }
3808
+ /**
3809
+ * @public
3810
+ */
3811
+ export interface UpdateTrustedTokenIssuerResponse {
3812
+ }