@aws-sdk/client-sso-admin 3.450.0 → 3.453.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 +85 -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 +82 -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 +107 -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 +113 -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 +112 -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 +2327 -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 +547 -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 +38 -36
@@ -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,1209 @@ 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>~~~[ TODO: ADD DESCRIPTION HERE ]~~~</p>
832
+ */
833
+ export interface AuthorizationCodeGrant {
834
+ /**
835
+ * @public
836
+ * <p>~~~[ TODO: ADD DESCRIPTION HERE ]~~~</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>~~~[ TODO: ADD DESCRIPTION HERE ]~~~</p>
861
+ */
862
+ export interface JwtBearerGrant {
863
+ /**
864
+ * @public
865
+ * <p>~~~[ TODO: ADD DESCRIPTION HERE ]~~~</p>
866
+ */
867
+ AuthorizedTokenIssuers?: AuthorizedTokenIssuer[];
868
+ }
869
+ /**
870
+ * @public
871
+ * <p>~~~[ TODO: ADD DESCRIPTION HERE ]~~~</p>
872
+ */
873
+ export type Grant = Grant.AuthorizationCodeMember | Grant.JwtBearerMember | Grant.$UnknownMember;
874
+ /**
875
+ * @public
876
+ */
877
+ export declare namespace Grant {
878
+ /**
879
+ * @public
880
+ * <p>~~~[ TODO: ADD DESCRIPTION HERE ]~~~</p>
881
+ */
882
+ interface AuthorizationCodeMember {
883
+ AuthorizationCode: AuthorizationCodeGrant;
884
+ JwtBearer?: never;
885
+ $unknown?: never;
886
+ }
887
+ /**
888
+ * @public
889
+ * <p>~~~[ TODO: ADD DESCRIPTION HERE ]~~~</p>
890
+ */
891
+ interface JwtBearerMember {
892
+ AuthorizationCode?: never;
893
+ JwtBearer: JwtBearerGrant;
894
+ $unknown?: never;
895
+ }
896
+ /**
897
+ * @public
898
+ */
899
+ interface $UnknownMember {
900
+ AuthorizationCode?: never;
901
+ JwtBearer?: never;
902
+ $unknown: [string, any];
903
+ }
904
+ interface Visitor<T> {
905
+ AuthorizationCode: (value: AuthorizationCodeGrant) => T;
906
+ JwtBearer: (value: JwtBearerGrant) => T;
907
+ _: (name: string, value: any) => T;
908
+ }
909
+ const visit: <T>(value: Grant, visitor: Visitor<T>) => T;
910
+ }
911
+ /**
912
+ * @public
913
+ */
914
+ export interface GetApplicationGrantResponse {
915
+ /**
916
+ * @public
917
+ * <p>A structure that describes the requested grant.</p>
918
+ */
919
+ Grant: Grant | undefined;
920
+ }
921
+ /**
922
+ * @public
923
+ */
924
+ export interface ListApplicationGrantsRequest {
925
+ /**
926
+ * @public
927
+ * <p>Specifies the ARN of the application whose grants you want to list.</p>
928
+ */
929
+ ApplicationArn: string | undefined;
930
+ /**
931
+ * @public
932
+ * <p>Specifies that you want to receive the next page of results. Valid
933
+ * only if you received a <code>NextToken</code> response in the previous request. If you
934
+ * did, it indicates that more output is available. Set this parameter to the value
935
+ * provided by the previous call's <code>NextToken</code> response to request the
936
+ * next page of results.</p>
937
+ */
938
+ NextToken?: string;
939
+ }
940
+ /**
941
+ * @public
942
+ * <p>~~~[ TODO: ADD DESCRIPTION HERE ]~~~</p>
943
+ */
944
+ export interface GrantItem {
945
+ /**
946
+ * @public
947
+ * <p>~~~[ TODO: ADD DESCRIPTION HERE ]~~~</p>
948
+ */
949
+ GrantType: GrantType | undefined;
950
+ /**
951
+ * @public
952
+ * <p>~~~[ TODO: ADD DESCRIPTION HERE ]~~~</p>
953
+ */
954
+ Grant: Grant | undefined;
955
+ }
956
+ /**
957
+ * @public
958
+ */
959
+ export interface ListApplicationGrantsResponse {
960
+ /**
961
+ * @public
962
+ * <p>An array list of structures that describe the requested grants.</p>
963
+ */
964
+ Grants: GrantItem[] | undefined;
965
+ /**
966
+ * @public
967
+ * <p>If present, this value indicates that more output is available than
968
+ * is included in the current response. Use this value in the <code>NextToken</code>
969
+ * request parameter in a subsequent call to the operation to get the next part of the
970
+ * output. You should repeat this until the <code>NextToken</code> response element comes
971
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
972
+ */
973
+ NextToken?: string;
974
+ }
975
+ /**
976
+ * @public
977
+ */
978
+ export interface PutApplicationGrantRequest {
979
+ /**
980
+ * @public
981
+ * <p>Specifies the ARN of the application to update.</p>
982
+ */
983
+ ApplicationArn: string | undefined;
984
+ /**
985
+ * @public
986
+ * <p>Specifies the type of grant to update.</p>
987
+ */
988
+ GrantType: GrantType | undefined;
989
+ /**
990
+ * @public
991
+ * <p>Specifies a structure that describes the grant to update.</p>
992
+ */
993
+ Grant: Grant | undefined;
994
+ }
995
+ /**
996
+ * @public
997
+ * <p>A structure that describes how the portal represents an application provider.</p>
998
+ */
999
+ export interface DisplayData {
1000
+ /**
1001
+ * @public
1002
+ * <p>The name of the application provider that appears in the portal.</p>
1003
+ */
1004
+ DisplayName?: string;
1005
+ /**
1006
+ * @public
1007
+ * <p>A URL that points to an icon that represents the application provider.</p>
1008
+ */
1009
+ IconUrl?: string;
1010
+ /**
1011
+ * @public
1012
+ * <p>The description of the application provider that appears in the portal.</p>
1013
+ */
1014
+ Description?: string;
1015
+ }
1016
+ /**
1017
+ * @public
1018
+ * @enum
1019
+ */
1020
+ export declare const FederationProtocol: {
1021
+ readonly OAUTH: "OAUTH";
1022
+ readonly SAML: "SAML";
1023
+ };
1024
+ /**
1025
+ * @public
1026
+ */
1027
+ export type FederationProtocol = (typeof FederationProtocol)[keyof typeof FederationProtocol];
1028
+ /**
1029
+ * @public
1030
+ * <p>A structure that describes details for an IAM Identity Center access scope that is associated with a
1031
+ * resource server.</p>
1032
+ */
1033
+ export interface ResourceServerScopeDetails {
1034
+ /**
1035
+ * @public
1036
+ * <p>The description of an access scope for a resource server.</p>
1037
+ */
1038
+ LongDescription?: string;
1039
+ /**
1040
+ * @public
1041
+ * <p>The title of an access scope for a resource server.</p>
1042
+ */
1043
+ DetailedTitle?: string;
1044
+ }
1045
+ /**
1046
+ * @public
1047
+ * <p>A structure that describes the configuration of a resource server.</p>
1048
+ */
1049
+ export interface ResourceServerConfig {
1050
+ /**
1051
+ * @public
1052
+ * <p>A list of the IAM Identity Center access scopes that are associated with this resource
1053
+ * server.</p>
1054
+ */
1055
+ Scopes?: Record<string, ResourceServerScopeDetails>;
1056
+ }
1057
+ /**
1058
+ * @public
1059
+ * <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>
1060
+ */
1061
+ export interface ApplicationProvider {
1062
+ /**
1063
+ * @public
1064
+ * <p>The ARN of the application provider.</p>
1065
+ */
1066
+ ApplicationProviderArn: string | undefined;
1067
+ /**
1068
+ * @public
1069
+ * <p>The protocol that the application provider uses to perform federation.</p>
1070
+ */
1071
+ FederationProtocol?: FederationProtocol;
1072
+ /**
1073
+ * @public
1074
+ * <p>A structure that describes how IAM Identity Center represents the application provider in the
1075
+ * portal.</p>
1076
+ */
1077
+ DisplayData?: DisplayData;
1078
+ /**
1079
+ * @public
1080
+ * <p>A structure that describes the application provider's resource server.</p>
1081
+ */
1082
+ ResourceServerConfig?: ResourceServerConfig;
1083
+ }
1084
+ /**
1085
+ * @public
1086
+ * <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>
1087
+ */
1088
+ export interface CustomerManagedPolicyReference {
1089
+ /**
1090
+ * @public
1091
+ * <p>The name of the IAM policy that you have configured in each account where you want
1092
+ * to deploy your permission set.</p>
1093
+ */
1094
+ Name: string | undefined;
1095
+ /**
1096
+ * @public
1097
+ * <p>The path to the IAM policy that you have configured in each account where you want
1098
+ * to deploy your permission set. The default is <code>/</code>. For more information, see
1099
+ * <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
1100
+ * Guide</i>.</p>
1101
+ */
1102
+ Path?: string;
1103
+ }
1104
+ /**
1105
+ * @public
1106
+ */
1107
+ export interface AttachCustomerManagedPolicyReferenceToPermissionSetRequest {
1108
+ /**
1109
+ * @public
1110
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed. </p>
1111
+ */
1112
+ InstanceArn: string | undefined;
1113
+ /**
1114
+ * @public
1115
+ * <p>The ARN of the <code>PermissionSet</code>.</p>
1116
+ */
1117
+ PermissionSetArn: string | undefined;
1118
+ /**
1119
+ * @public
1120
+ * <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>
1121
+ */
1122
+ CustomerManagedPolicyReference: CustomerManagedPolicyReference | undefined;
1123
+ }
1124
+ /**
1125
+ * @public
1126
+ */
1127
+ export interface AttachCustomerManagedPolicyReferenceToPermissionSetResponse {
1128
+ }
1129
+ /**
1130
+ * @public
1131
+ * <p>Indicates that the principal has crossed the permitted number of resources that can be
1132
+ * created.</p>
1133
+ */
1134
+ export declare class ServiceQuotaExceededException extends __BaseException {
1135
+ readonly name: "ServiceQuotaExceededException";
1136
+ readonly $fault: "client";
1137
+ Message?: string;
1138
+ /**
1139
+ * @internal
1140
+ */
1141
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
1142
+ }
1143
+ /**
1144
+ * @public
1145
+ * <p>A structure that stores the details of the Amazon Web Services managed policy.</p>
1146
+ */
1147
+ export interface AttachedManagedPolicy {
1148
+ /**
1149
+ * @public
1150
+ * <p>The name of the Amazon Web Services managed policy.</p>
1151
+ */
1152
+ Name?: string;
1153
+ /**
1154
+ * @public
1155
+ * <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
1156
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1157
+ */
1158
+ Arn?: string;
1159
+ }
1160
+ /**
1161
+ * @public
1162
+ */
1163
+ export interface AttachManagedPolicyToPermissionSetRequest {
1164
+ /**
1165
+ * @public
1166
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1167
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1168
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1169
+ */
1170
+ InstanceArn: string | undefined;
1171
+ /**
1172
+ * @public
1173
+ * <p>The ARN of the <a>PermissionSet</a> that the managed policy should be
1174
+ * attached to.</p>
1175
+ */
1176
+ PermissionSetArn: string | undefined;
1177
+ /**
1178
+ * @public
1179
+ * <p>The Amazon Web Services managed policy ARN to be attached to a permission set.</p>
1180
+ */
1181
+ ManagedPolicyArn: string | undefined;
1182
+ }
1183
+ /**
1184
+ * @public
1185
+ */
1186
+ export interface AttachManagedPolicyToPermissionSetResponse {
1187
+ }
1188
+ /**
1189
+ * @public
1190
+ */
1191
+ export interface CreateAccountAssignmentRequest {
1192
+ /**
1193
+ * @public
1194
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1195
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1196
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1197
+ */
1198
+ InstanceArn: string | undefined;
1199
+ /**
1200
+ * @public
1201
+ * <p>TargetID is an Amazon Web Services account identifier, (For example, 123456789012).</p>
1202
+ */
1203
+ TargetId: string | undefined;
1204
+ /**
1205
+ * @public
1206
+ * <p>The entity type for which the assignment will be created.</p>
1207
+ */
1208
+ TargetType: TargetType | undefined;
1209
+ /**
1210
+ * @public
1211
+ * <p>The ARN of the permission set that the admin wants to grant the principal access
1212
+ * to.</p>
1213
+ */
1214
+ PermissionSetArn: string | undefined;
1215
+ /**
1216
+ * @public
1217
+ * <p>The entity type for which the assignment will be created.</p>
1218
+ */
1219
+ PrincipalType: PrincipalType | undefined;
1220
+ /**
1221
+ * @public
1222
+ * <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>
1223
+ */
1224
+ PrincipalId: string | undefined;
1225
+ }
1226
+ /**
1227
+ * @public
1228
+ */
1229
+ export interface CreateAccountAssignmentResponse {
1230
+ /**
1231
+ * @public
1232
+ * <p>The status object for the account assignment creation operation.</p>
1233
+ */
1234
+ AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
1235
+ }
1236
+ /**
1237
+ * @public
1238
+ * <p>A set of key-value pairs that are used to manage the resource. Tags can only be
1239
+ * applied to permission sets and cannot be applied to corresponding roles that IAM Identity Center
1240
+ * creates in Amazon Web Services accounts.</p>
1241
+ */
1242
+ export interface Tag {
1243
+ /**
1244
+ * @public
1245
+ * <p>The key for the tag.</p>
1246
+ */
1247
+ Key: string | undefined;
1248
+ /**
1249
+ * @public
1250
+ * <p>The value of the tag.</p>
1251
+ */
1252
+ Value: string | undefined;
1253
+ }
1254
+ /**
1255
+ * @public
1256
+ */
1257
+ export interface CreateApplicationRequest {
1258
+ /**
1259
+ * @public
1260
+ * <p>The ARN of the instance of IAM Identity Center under which the operation will run.
1261
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1262
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1263
+ */
1264
+ InstanceArn: string | undefined;
1265
+ /**
1266
+ * @public
1267
+ * <p>The ARN of the application provider under which the operation will run.</p>
1268
+ */
1269
+ ApplicationProviderArn: string | undefined;
1270
+ /**
1271
+ * @public
1272
+ * <p>The name of the .</p>
1273
+ */
1274
+ Name: string | undefined;
1275
+ /**
1276
+ * @public
1277
+ * <p>The description of the .</p>
1278
+ */
1279
+ Description?: string;
1280
+ /**
1281
+ * @public
1282
+ * <p>A structure that describes the options for the portal associated with an
1283
+ * application.</p>
1284
+ */
1285
+ PortalOptions?: PortalOptions;
1286
+ /**
1287
+ * @public
1288
+ * <p>Specifies tags to be attached to the application.</p>
1289
+ */
1290
+ Tags?: Tag[];
1291
+ /**
1292
+ * @public
1293
+ * <p>Specifies whether the application is enabled or disabled.</p>
1294
+ */
1295
+ Status?: ApplicationStatus;
1296
+ /**
1297
+ * @public
1298
+ * <p>Specifies a unique, case-sensitive ID that you provide to
1299
+ * ensure the idempotency of the request. This lets you safely retry the request without
1300
+ * accidentally performing the same operation a second time. Passing the same value to a
1301
+ * later call to an operation requires that you also pass the same value for all other
1302
+ * parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
1303
+ * value</a>.</p>
1304
+ * <p>If you don't provide this value, then Amazon Web Services generates a random one for
1305
+ * you.</p>
1306
+ * <p>If you retry the operation with the same <code>ClientToken</code>, but with
1307
+ * different parameters, the retry fails with an <code>IdempotentParameterMismatch</code>
1308
+ * error.</p>
1309
+ */
1310
+ ClientToken?: string;
1311
+ }
1312
+ /**
1313
+ * @public
1314
+ */
1315
+ export interface CreateApplicationResponse {
1316
+ /**
1317
+ * @public
1318
+ * <p>Specifies the ARN of the application.</p>
1319
+ */
1320
+ ApplicationArn?: string;
1321
+ }
1322
+ /**
1323
+ * @public
1324
+ */
1325
+ export interface CreateApplicationAssignmentRequest {
1326
+ /**
1327
+ * @public
1328
+ * <p>The ARN of the application provider under which the operation will run.</p>
1329
+ */
1330
+ ApplicationArn: string | undefined;
1331
+ /**
1332
+ * @public
1333
+ * <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>
1334
+ */
1335
+ PrincipalId: string | undefined;
1336
+ /**
1337
+ * @public
1338
+ * <p>The entity type for which the assignment will be created.</p>
1339
+ */
1340
+ PrincipalType: PrincipalType | undefined;
1341
+ }
1342
+ /**
1343
+ * @public
1344
+ */
1345
+ export interface CreateApplicationAssignmentResponse {
1346
+ }
1347
+ /**
1348
+ * @public
1349
+ */
1350
+ export interface CreateInstanceRequest {
1351
+ /**
1352
+ * @public
1353
+ * <p>The name of the instance of IAM Identity Center.</p>
1354
+ */
1355
+ Name?: string;
1356
+ /**
1357
+ * @public
1358
+ * <p>Specifies a unique, case-sensitive ID that you provide to
1359
+ * ensure the idempotency of the request. This lets you safely retry the request without
1360
+ * accidentally performing the same operation a second time. Passing the same value to a
1361
+ * later call to an operation requires that you also pass the same value for all other
1362
+ * parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
1363
+ * value</a>.</p>
1364
+ * <p>If you don't provide this value, then Amazon Web Services generates a random one for
1365
+ * you.</p>
1366
+ * <p>If you retry the operation with the same <code>ClientToken</code>, but with
1367
+ * different parameters, the retry fails with an <code>IdempotentParameterMismatch</code>
1368
+ * error.</p>
1369
+ */
1370
+ ClientToken?: string;
1371
+ /**
1372
+ * @public
1373
+ * <p>Specifies tags to be attached to the instance of IAM Identity Center.</p>
1374
+ */
1375
+ Tags?: Tag[];
1376
+ }
1377
+ /**
1378
+ * @public
1379
+ */
1380
+ export interface CreateInstanceResponse {
1381
+ /**
1382
+ * @public
1383
+ * <p>The ARN of the instance of IAM Identity Center under which the operation will run. </p>
1384
+ * <p>For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1385
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1386
+ */
1387
+ InstanceArn?: string;
1388
+ }
1389
+ /**
1390
+ * @public
1391
+ * <p>Specifies the attributes to add to your attribute-based access control (ABAC)
1392
+ * configuration.</p>
1393
+ */
1394
+ export interface InstanceAccessControlAttributeConfiguration {
1395
+ /**
1396
+ * @public
1397
+ * <p>Lists the attributes that are configured for ABAC in the specified IAM Identity Center
1398
+ * instance.</p>
1399
+ */
1400
+ AccessControlAttributes: AccessControlAttribute[] | undefined;
1401
+ }
1402
+ /**
1403
+ * @public
1404
+ */
1405
+ export interface CreateInstanceAccessControlAttributeConfigurationRequest {
1406
+ /**
1407
+ * @public
1408
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.</p>
1409
+ */
1410
+ InstanceArn: string | undefined;
1411
+ /**
1412
+ * @public
1413
+ * <p>Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When
1414
+ * using an external identity provider as an identity source, you can pass attributes
1415
+ * through the SAML assertion. Doing so provides an alternative to configuring attributes
1416
+ * from the IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center
1417
+ * will replace the attribute value with the value from the IAM Identity Center identity store.</p>
1418
+ */
1419
+ InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
1420
+ }
1421
+ /**
1422
+ * @public
1423
+ */
1424
+ export interface CreateInstanceAccessControlAttributeConfigurationResponse {
1425
+ }
1426
+ /**
1427
+ * @public
1428
+ */
1429
+ export interface CreatePermissionSetRequest {
1430
+ /**
1431
+ * @public
1432
+ * <p>The name of the <a>PermissionSet</a>.</p>
1433
+ */
1434
+ Name: string | undefined;
1435
+ /**
1436
+ * @public
1437
+ * <p>The description of the <a>PermissionSet</a>.</p>
1438
+ */
1439
+ Description?: string;
1440
+ /**
1441
+ * @public
1442
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1443
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1444
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1445
+ */
1446
+ InstanceArn: string | undefined;
1447
+ /**
1448
+ * @public
1449
+ * <p>The length of time that the application user sessions are valid in the ISO-8601
1450
+ * standard.</p>
1451
+ */
1452
+ SessionDuration?: string;
1453
+ /**
1454
+ * @public
1455
+ * <p>Used to redirect users within the application during the federation authentication
1456
+ * process.</p>
1457
+ */
1458
+ RelayState?: string;
1459
+ /**
1460
+ * @public
1461
+ * <p>The tags to attach to the new <a>PermissionSet</a>.</p>
1462
+ */
1463
+ Tags?: Tag[];
1464
+ }
1465
+ /**
1466
+ * @public
1467
+ * <p>An entity that contains IAM policies.</p>
1468
+ */
1469
+ export interface PermissionSet {
1470
+ /**
1471
+ * @public
1472
+ * <p>The name of the permission set.</p>
1473
+ */
1474
+ Name?: string;
1475
+ /**
1476
+ * @public
1477
+ * <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
1478
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1479
+ */
1480
+ PermissionSetArn?: string;
1481
+ /**
1482
+ * @public
1483
+ * <p>The description of the <a>PermissionSet</a>.</p>
525
1484
  */
526
1485
  Description?: string;
527
1486
  /**
528
1487
  * @public
529
- * <p>The date that the permission set was created.</p>
1488
+ * <p>The date that the permission set was created.</p>
1489
+ */
1490
+ CreatedDate?: Date;
1491
+ /**
1492
+ * @public
1493
+ * <p>The length of time that the application user sessions are valid for in the ISO-8601
1494
+ * standard.</p>
1495
+ */
1496
+ SessionDuration?: string;
1497
+ /**
1498
+ * @public
1499
+ * <p>Used to redirect users within the application during the federation authentication
1500
+ * process.</p>
1501
+ */
1502
+ RelayState?: string;
1503
+ }
1504
+ /**
1505
+ * @public
1506
+ */
1507
+ export interface CreatePermissionSetResponse {
1508
+ /**
1509
+ * @public
1510
+ * <p>Defines the level of access on an Amazon Web Services account.</p>
1511
+ */
1512
+ PermissionSet?: PermissionSet;
1513
+ }
1514
+ /**
1515
+ * @public
1516
+ * @enum
1517
+ */
1518
+ export declare const JwksRetrievalOption: {
1519
+ readonly OPEN_ID_DISCOVERY: "OPEN_ID_DISCOVERY";
1520
+ };
1521
+ /**
1522
+ * @public
1523
+ */
1524
+ export type JwksRetrievalOption = (typeof JwksRetrievalOption)[keyof typeof JwksRetrievalOption];
1525
+ /**
1526
+ * @public
1527
+ * <p>A structure that describes configuration settings for a trusted token issuer that supports OpenID
1528
+ * Connect (OIDC) and JSON Web Tokens (JWTs).</p>
1529
+ */
1530
+ export interface OidcJwtConfiguration {
1531
+ /**
1532
+ * @public
1533
+ * <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>
1534
+ */
1535
+ IssuerUrl: string | undefined;
1536
+ /**
1537
+ * @public
1538
+ * <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
1539
+ * an IAM Identity Center token.</p>
1540
+ */
1541
+ ClaimAttributePath: string | undefined;
1542
+ /**
1543
+ * @public
1544
+ * <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
1545
+ * an IAM Identity Center token. </p>
1546
+ */
1547
+ IdentityStoreAttributePath: string | undefined;
1548
+ /**
1549
+ * @public
1550
+ * <p>The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a
1551
+ * JWT.</p>
1552
+ */
1553
+ JwksRetrievalOption: JwksRetrievalOption | undefined;
1554
+ }
1555
+ /**
1556
+ * @public
1557
+ * <p>A structure that describes the configuration of a trusted token issuer. The structure and available
1558
+ * settings are determined by the type of the trusted token issuer.</p>
1559
+ */
1560
+ export type TrustedTokenIssuerConfiguration = TrustedTokenIssuerConfiguration.OidcJwtConfigurationMember | TrustedTokenIssuerConfiguration.$UnknownMember;
1561
+ /**
1562
+ * @public
1563
+ */
1564
+ export declare namespace TrustedTokenIssuerConfiguration {
1565
+ /**
1566
+ * @public
1567
+ * <p>A structure that describes the settings for a trusted token issuer that works with OpenID Connect
1568
+ * (OIDC) by using JSON Web Tokens (JWT).</p>
530
1569
  */
531
- CreatedDate?: Date;
1570
+ interface OidcJwtConfigurationMember {
1571
+ OidcJwtConfiguration: OidcJwtConfiguration;
1572
+ $unknown?: never;
1573
+ }
532
1574
  /**
533
1575
  * @public
534
- * <p>The length of time that the application user sessions are valid for in the ISO-8601
535
- * standard.</p>
536
1576
  */
537
- SessionDuration?: string;
1577
+ interface $UnknownMember {
1578
+ OidcJwtConfiguration?: never;
1579
+ $unknown: [string, any];
1580
+ }
1581
+ interface Visitor<T> {
1582
+ OidcJwtConfiguration: (value: OidcJwtConfiguration) => T;
1583
+ _: (name: string, value: any) => T;
1584
+ }
1585
+ const visit: <T>(value: TrustedTokenIssuerConfiguration, visitor: Visitor<T>) => T;
1586
+ }
1587
+ /**
1588
+ * @public
1589
+ * @enum
1590
+ */
1591
+ export declare const TrustedTokenIssuerType: {
1592
+ readonly OIDC_JWT: "OIDC_JWT";
1593
+ };
1594
+ /**
1595
+ * @public
1596
+ */
1597
+ export type TrustedTokenIssuerType = (typeof TrustedTokenIssuerType)[keyof typeof TrustedTokenIssuerType];
1598
+ /**
1599
+ * @public
1600
+ */
1601
+ export interface CreateTrustedTokenIssuerRequest {
538
1602
  /**
539
1603
  * @public
540
- * <p>Used to redirect users within the application during the federation authentication
541
- * process.</p>
1604
+ * <p>Specifies the ARN of the instance of IAM Identity Center to contain the new trusted token issuer
1605
+ * configuration.</p>
542
1606
  */
543
- RelayState?: string;
1607
+ InstanceArn: string | undefined;
1608
+ /**
1609
+ * @public
1610
+ * <p>Specifies the name of the new trusted token issuer configuration.</p>
1611
+ */
1612
+ Name: string | undefined;
1613
+ /**
1614
+ * @public
1615
+ * <p>Specifies the type of the new trusted token issuer.</p>
1616
+ */
1617
+ TrustedTokenIssuerType: TrustedTokenIssuerType | undefined;
1618
+ /**
1619
+ * @public
1620
+ * <p>Specifies settings that apply to the new trusted token issuer configuration. The settings that are
1621
+ * available depend on what <code>TrustedTokenIssuerType</code> you specify.</p>
1622
+ */
1623
+ TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfiguration | undefined;
1624
+ /**
1625
+ * @public
1626
+ * <p>Specifies a unique, case-sensitive ID that you provide to
1627
+ * ensure the idempotency of the request. This lets you safely retry the request without
1628
+ * accidentally performing the same operation a second time. Passing the same value to a
1629
+ * later call to an operation requires that you also pass the same value for all other
1630
+ * parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
1631
+ * value.</a>.</p>
1632
+ * <p>If you don't provide this value, then Amazon Web Services generates a random one for
1633
+ * you.</p>
1634
+ * <p>If you retry the operation with the same <code>ClientToken</code>, but with
1635
+ * different parameters, the retry fails with an <code>IdempotentParameterMismatch</code>
1636
+ * error.</p>
1637
+ */
1638
+ ClientToken?: string;
1639
+ /**
1640
+ * @public
1641
+ * <p>Specifies tags to be attached to the new trusted token issuer configuration.</p>
1642
+ */
1643
+ Tags?: Tag[];
544
1644
  }
545
1645
  /**
546
1646
  * @public
547
1647
  */
548
- export interface CreatePermissionSetResponse {
1648
+ export interface CreateTrustedTokenIssuerResponse {
549
1649
  /**
550
1650
  * @public
551
- * <p>Defines the level of access on an Amazon Web Services account.</p>
1651
+ * <p>The ARN of the new trusted token issuer configuration.</p>
552
1652
  */
553
- PermissionSet?: PermissionSet;
1653
+ TrustedTokenIssuerArn?: string;
554
1654
  }
555
1655
  /**
556
1656
  * @public
@@ -558,7 +1658,8 @@ export interface CreatePermissionSetResponse {
558
1658
  export interface DeleteAccountAssignmentRequest {
559
1659
  /**
560
1660
  * @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
1661
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1662
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
562
1663
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
563
1664
  */
564
1665
  InstanceArn: string | undefined;
@@ -598,13 +1699,55 @@ export interface DeleteAccountAssignmentResponse {
598
1699
  */
599
1700
  AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
600
1701
  }
1702
+ /**
1703
+ * @public
1704
+ */
1705
+ export interface DeleteApplicationRequest {
1706
+ /**
1707
+ * @public
1708
+ * <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
1709
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>. </p>
1710
+ */
1711
+ ApplicationArn: string | undefined;
1712
+ }
1713
+ /**
1714
+ * @public
1715
+ */
1716
+ export interface DeleteApplicationResponse {
1717
+ }
1718
+ /**
1719
+ * @public
1720
+ */
1721
+ export interface DeleteApplicationAssignmentRequest {
1722
+ /**
1723
+ * @public
1724
+ * <p>Specifies the ARN of the application.</p>
1725
+ */
1726
+ ApplicationArn: string | undefined;
1727
+ /**
1728
+ * @public
1729
+ * <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>
1730
+ */
1731
+ PrincipalId: string | undefined;
1732
+ /**
1733
+ * @public
1734
+ * <p>The entity type for which the assignment will be deleted.</p>
1735
+ */
1736
+ PrincipalType: PrincipalType | undefined;
1737
+ }
1738
+ /**
1739
+ * @public
1740
+ */
1741
+ export interface DeleteApplicationAssignmentResponse {
1742
+ }
601
1743
  /**
602
1744
  * @public
603
1745
  */
604
1746
  export interface DeleteInlinePolicyFromPermissionSetRequest {
605
1747
  /**
606
1748
  * @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
1749
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1750
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
608
1751
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
609
1752
  */
610
1753
  InstanceArn: string | undefined;
@@ -619,6 +1762,21 @@ export interface DeleteInlinePolicyFromPermissionSetRequest {
619
1762
  */
620
1763
  export interface DeleteInlinePolicyFromPermissionSetResponse {
621
1764
  }
1765
+ /**
1766
+ * @public
1767
+ */
1768
+ export interface DeleteInstanceRequest {
1769
+ /**
1770
+ * @public
1771
+ * <p>The ARN of the instance of IAM Identity Center under which the operation will run.</p>
1772
+ */
1773
+ InstanceArn: string | undefined;
1774
+ }
1775
+ /**
1776
+ * @public
1777
+ */
1778
+ export interface DeleteInstanceResponse {
1779
+ }
622
1780
  /**
623
1781
  * @public
624
1782
  */
@@ -660,7 +1818,8 @@ export interface DeletePermissionsBoundaryFromPermissionSetResponse {
660
1818
  export interface DeletePermissionSetRequest {
661
1819
  /**
662
1820
  * @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
1821
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1822
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
664
1823
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
665
1824
  */
666
1825
  InstanceArn: string | undefined;
@@ -675,13 +1834,29 @@ export interface DeletePermissionSetRequest {
675
1834
  */
676
1835
  export interface DeletePermissionSetResponse {
677
1836
  }
1837
+ /**
1838
+ * @public
1839
+ */
1840
+ export interface DeleteTrustedTokenIssuerRequest {
1841
+ /**
1842
+ * @public
1843
+ * <p>Specifies the ARN of the trusted token issuer configuration to delete.</p>
1844
+ */
1845
+ TrustedTokenIssuerArn: string | undefined;
1846
+ }
1847
+ /**
1848
+ * @public
1849
+ */
1850
+ export interface DeleteTrustedTokenIssuerResponse {
1851
+ }
678
1852
  /**
679
1853
  * @public
680
1854
  */
681
1855
  export interface DescribeAccountAssignmentCreationStatusRequest {
682
1856
  /**
683
1857
  * @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
1858
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1859
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
685
1860
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
686
1861
  */
687
1862
  InstanceArn: string | undefined;
@@ -707,25 +1882,227 @@ export interface DescribeAccountAssignmentCreationStatusResponse {
707
1882
  export interface DescribeAccountAssignmentDeletionStatusRequest {
708
1883
  /**
709
1884
  * @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
1885
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
1886
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1887
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1888
+ */
1889
+ InstanceArn: string | undefined;
1890
+ /**
1891
+ * @public
1892
+ * <p>The identifier that is used to track the request operation progress.</p>
1893
+ */
1894
+ AccountAssignmentDeletionRequestId: string | undefined;
1895
+ }
1896
+ /**
1897
+ * @public
1898
+ */
1899
+ export interface DescribeAccountAssignmentDeletionStatusResponse {
1900
+ /**
1901
+ * @public
1902
+ * <p>The status object for the account assignment deletion operation.</p>
1903
+ */
1904
+ AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
1905
+ }
1906
+ /**
1907
+ * @public
1908
+ */
1909
+ export interface DescribeApplicationRequest {
1910
+ /**
1911
+ * @public
1912
+ * <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
1913
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1914
+ */
1915
+ ApplicationArn: string | undefined;
1916
+ }
1917
+ /**
1918
+ * @public
1919
+ */
1920
+ export interface DescribeApplicationResponse {
1921
+ /**
1922
+ * @public
1923
+ * <p>Specifies the ARN of the application.</p>
1924
+ */
1925
+ ApplicationArn?: string;
1926
+ /**
1927
+ * @public
1928
+ * <p>The ARN of the application provider under which the operation will run.</p>
1929
+ */
1930
+ ApplicationProviderArn?: string;
1931
+ /**
1932
+ * @public
1933
+ * <p>The application name.</p>
1934
+ */
1935
+ Name?: string;
1936
+ /**
1937
+ * @public
1938
+ * <p>The account ID.</p>
1939
+ */
1940
+ ApplicationAccount?: string;
1941
+ /**
1942
+ * @public
1943
+ * <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
1944
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1945
+ */
1946
+ InstanceArn?: string;
1947
+ /**
1948
+ * @public
1949
+ * <p>Specifies whether the application is enabled or disabled.</p>
1950
+ */
1951
+ Status?: ApplicationStatus;
1952
+ /**
1953
+ * @public
1954
+ * <p>A structure that describes the options for the portal associated with an
1955
+ * application.</p>
1956
+ */
1957
+ PortalOptions?: PortalOptions;
1958
+ /**
1959
+ * @public
1960
+ * <p>The description of the .</p>
1961
+ */
1962
+ Description?: string;
1963
+ /**
1964
+ * @public
1965
+ * <p>The date the application was created.</p>
1966
+ */
1967
+ CreatedDate?: Date;
1968
+ }
1969
+ /**
1970
+ * @public
1971
+ */
1972
+ export interface DescribeApplicationAssignmentRequest {
1973
+ /**
1974
+ * @public
1975
+ * <p>Specifies the ARN of the application.
1976
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1977
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1978
+ */
1979
+ ApplicationArn: string | undefined;
1980
+ /**
1981
+ * @public
1982
+ * <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>
1983
+ */
1984
+ PrincipalId: string | undefined;
1985
+ /**
1986
+ * @public
1987
+ * <p>The entity type for which the assignment will be created.</p>
1988
+ */
1989
+ PrincipalType: PrincipalType | undefined;
1990
+ }
1991
+ /**
1992
+ * @public
1993
+ */
1994
+ export interface DescribeApplicationAssignmentResponse {
1995
+ /**
1996
+ * @public
1997
+ * <p>The entity type for which the assignment will be created.</p>
1998
+ */
1999
+ PrincipalType?: PrincipalType;
2000
+ /**
2001
+ * @public
2002
+ * <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>
2003
+ */
2004
+ PrincipalId?: string;
2005
+ /**
2006
+ * @public
2007
+ * <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
2008
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
2009
+ */
2010
+ ApplicationArn?: string;
2011
+ }
2012
+ /**
2013
+ * @public
2014
+ */
2015
+ export interface DescribeApplicationProviderRequest {
2016
+ /**
2017
+ * @public
2018
+ * <p>Specifies the ARN of the application provider for which you want details.</p>
2019
+ */
2020
+ ApplicationProviderArn: string | undefined;
2021
+ }
2022
+ /**
2023
+ * @public
2024
+ */
2025
+ export interface DescribeApplicationProviderResponse {
2026
+ /**
2027
+ * @public
2028
+ * <p>The ARN of the application provider.</p>
2029
+ */
2030
+ ApplicationProviderArn: string | undefined;
2031
+ /**
2032
+ * @public
2033
+ * <p>The protocol used to federate to the application provider.</p>
2034
+ */
2035
+ FederationProtocol?: FederationProtocol;
2036
+ /**
2037
+ * @public
2038
+ * <p>A structure with details about the display data for the application provider.</p>
2039
+ */
2040
+ DisplayData?: DisplayData;
2041
+ /**
2042
+ * @public
2043
+ * <p>A structure with details about the receiving application.</p>
2044
+ */
2045
+ ResourceServerConfig?: ResourceServerConfig;
2046
+ }
2047
+ /**
2048
+ * @public
2049
+ */
2050
+ export interface DescribeInstanceRequest {
2051
+ /**
2052
+ * @public
2053
+ * <p>The ARN of the instance of IAM Identity Center under which the operation will run.</p>
2054
+ */
2055
+ InstanceArn: string | undefined;
2056
+ }
2057
+ /**
2058
+ * @public
2059
+ * @enum
2060
+ */
2061
+ export declare const InstanceStatus: {
2062
+ readonly ACTIVE: "ACTIVE";
2063
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
2064
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
2065
+ };
2066
+ /**
2067
+ * @public
2068
+ */
2069
+ export type InstanceStatus = (typeof InstanceStatus)[keyof typeof InstanceStatus];
2070
+ /**
2071
+ * @public
2072
+ */
2073
+ export interface DescribeInstanceResponse {
2074
+ /**
2075
+ * @public
2076
+ * <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
2077
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
712
2078
  */
713
- InstanceArn: string | undefined;
2079
+ InstanceArn?: string;
2080
+ /**
2081
+ * @public
2082
+ * <p>The identifier of the identity store that is connected to the instance of
2083
+ * IAM Identity Center.</p>
2084
+ */
2085
+ IdentityStoreId?: string;
2086
+ /**
2087
+ * @public
2088
+ * <p>The identifier of the Amazon Web Services account for which the instance was created.</p>
2089
+ */
2090
+ OwnerAccountId?: string;
2091
+ /**
2092
+ * @public
2093
+ * <p>Specifies the instance name.</p>
2094
+ */
2095
+ Name?: string;
714
2096
  /**
715
2097
  * @public
716
- * <p>The identifier that is used to track the request operation progress.</p>
2098
+ * <p>The date the instance was created.</p>
717
2099
  */
718
- AccountAssignmentDeletionRequestId: string | undefined;
719
- }
720
- /**
721
- * @public
722
- */
723
- export interface DescribeAccountAssignmentDeletionStatusResponse {
2100
+ CreatedDate?: Date;
724
2101
  /**
725
2102
  * @public
726
- * <p>The status object for the account assignment deletion operation.</p>
2103
+ * <p>The status of the instance. </p>
727
2104
  */
728
- AccountAssignmentDeletionStatus?: AccountAssignmentOperationStatus;
2105
+ Status?: InstanceStatus;
729
2106
  }
730
2107
  /**
731
2108
  * @public
@@ -767,7 +2144,7 @@ export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
767
2144
  /**
768
2145
  * @public
769
2146
  * <p>Gets the list of IAM Identity Center identity store attributes that have been added to your ABAC
770
- * configuration.</p>
2147
+ * configuration.</p>
771
2148
  */
772
2149
  InstanceAccessControlAttributeConfiguration?: InstanceAccessControlAttributeConfiguration;
773
2150
  }
@@ -777,7 +2154,8 @@ export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
777
2154
  export interface DescribePermissionSetRequest {
778
2155
  /**
779
2156
  * @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
2157
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2158
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
781
2159
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
782
2160
  */
783
2161
  InstanceArn: string | undefined;
@@ -803,21 +2181,22 @@ export interface DescribePermissionSetResponse {
803
2181
  export interface DescribePermissionSetProvisioningStatusRequest {
804
2182
  /**
805
2183
  * @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
2184
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2185
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
807
2186
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
808
2187
  */
809
2188
  InstanceArn: string | undefined;
810
2189
  /**
811
2190
  * @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>
2191
+ * <p>The identifier that is provided by the <a>ProvisionPermissionSet</a> call
2192
+ * to retrieve the current status of the provisioning workflow.</p>
814
2193
  */
815
2194
  ProvisionPermissionSetRequestId: string | undefined;
816
2195
  }
817
2196
  /**
818
2197
  * @public
819
2198
  * <p>A structure that is used to provide the status of the provisioning operation for a
820
- * specified permission set.</p>
2199
+ * specified permission set.</p>
821
2200
  */
822
2201
  export interface PermissionSetProvisioningStatus {
823
2202
  /**
@@ -828,7 +2207,7 @@ export interface PermissionSetProvisioningStatus {
828
2207
  /**
829
2208
  * @public
830
2209
  * <p>The identifier for tracking the request operation that is generated by the universally
831
- * unique identifier (UUID) workflow.</p>
2210
+ * unique identifier (UUID) workflow.</p>
832
2211
  */
833
2212
  RequestId?: string;
834
2213
  /**
@@ -844,7 +2223,8 @@ export interface PermissionSetProvisioningStatus {
844
2223
  PermissionSetArn?: string;
845
2224
  /**
846
2225
  * @public
847
- * <p>The message that contains an error or exception in case of an operation failure.</p>
2226
+ * <p>The message that contains an error or exception in case of an operation
2227
+ * failure.</p>
848
2228
  */
849
2229
  FailureReason?: string;
850
2230
  /**
@@ -863,6 +2243,41 @@ export interface DescribePermissionSetProvisioningStatusResponse {
863
2243
  */
864
2244
  PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
865
2245
  }
2246
+ /**
2247
+ * @public
2248
+ */
2249
+ export interface DescribeTrustedTokenIssuerRequest {
2250
+ /**
2251
+ * @public
2252
+ * <p>Specifies the ARN of the trusted token issuer configuration that you want details about.</p>
2253
+ */
2254
+ TrustedTokenIssuerArn: string | undefined;
2255
+ }
2256
+ /**
2257
+ * @public
2258
+ */
2259
+ export interface DescribeTrustedTokenIssuerResponse {
2260
+ /**
2261
+ * @public
2262
+ * <p>The ARN of the trusted token issuer configuration.</p>
2263
+ */
2264
+ TrustedTokenIssuerArn?: string;
2265
+ /**
2266
+ * @public
2267
+ * <p>The name of the trusted token issuer configuration.</p>
2268
+ */
2269
+ Name?: string;
2270
+ /**
2271
+ * @public
2272
+ * <p>The type of the trusted token issuer.</p>
2273
+ */
2274
+ TrustedTokenIssuerType?: TrustedTokenIssuerType;
2275
+ /**
2276
+ * @public
2277
+ * <p>A structure the describes the settings that apply of this trusted token issuer.</p>
2278
+ */
2279
+ TrustedTokenIssuerConfiguration?: TrustedTokenIssuerConfiguration;
2280
+ }
866
2281
  /**
867
2282
  * @public
868
2283
  */
@@ -894,14 +2309,15 @@ export interface DetachCustomerManagedPolicyReferenceFromPermissionSetResponse {
894
2309
  export interface DetachManagedPolicyFromPermissionSetRequest {
895
2310
  /**
896
2311
  * @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
2312
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2313
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
898
2314
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
899
2315
  */
900
2316
  InstanceArn: string | undefined;
901
2317
  /**
902
2318
  * @public
903
2319
  * <p>The ARN of the <a>PermissionSet</a> from which the policy should be
904
- * detached.</p>
2320
+ * detached.</p>
905
2321
  */
906
2322
  PermissionSetArn: string | undefined;
907
2323
  /**
@@ -915,13 +2331,36 @@ export interface DetachManagedPolicyFromPermissionSetRequest {
915
2331
  */
916
2332
  export interface DetachManagedPolicyFromPermissionSetResponse {
917
2333
  }
2334
+ /**
2335
+ * @public
2336
+ */
2337
+ export interface GetApplicationAssignmentConfigurationRequest {
2338
+ /**
2339
+ * @public
2340
+ * <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
2341
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
2342
+ */
2343
+ ApplicationArn: string | undefined;
2344
+ }
2345
+ /**
2346
+ * @public
2347
+ */
2348
+ export interface GetApplicationAssignmentConfigurationResponse {
2349
+ /**
2350
+ * @public
2351
+ * <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
2352
+ * <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>
2353
+ */
2354
+ AssignmentRequired: boolean | undefined;
2355
+ }
918
2356
  /**
919
2357
  * @public
920
2358
  */
921
2359
  export interface GetInlinePolicyForPermissionSetRequest {
922
2360
  /**
923
2361
  * @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
2362
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2363
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
925
2364
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
926
2365
  */
927
2366
  InstanceArn: string | undefined;
@@ -939,7 +2378,8 @@ export interface GetInlinePolicyForPermissionSetResponse {
939
2378
  * @public
940
2379
  * <p>The inline policy that is attached to the permission set.</p>
941
2380
  * <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>
2381
+ * <p>For <code>Length Constraints</code>, if a valid ARN is provided for a permission
2382
+ * set, it is possible for an empty inline policy to be returned.</p>
943
2383
  * </note>
944
2384
  */
945
2385
  InlinePolicy?: string;
@@ -961,17 +2401,19 @@ export interface GetPermissionsBoundaryForPermissionSetRequest {
961
2401
  }
962
2402
  /**
963
2403
  * @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>
2404
+ * <p>Specifies the configuration of the Amazon Web Services managed or customer managed policy that you
2405
+ * want to set as a permissions boundary. Specify either
2406
+ * <code>CustomerManagedPolicyReference</code> to use the name and path of a customer
2407
+ * managed policy, or <code>ManagedPolicyArn</code> to use the ARN of an Amazon Web Services managed
2408
+ * policy. A permissions boundary represents the maximum permissions that any policy can
2409
+ * grant your role. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries
2410
+ * for IAM entities</a> in the <i>IAM User Guide</i>.</p>
970
2411
  * <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>
2412
+ * <p>Policies used as permissions boundaries don't provide permissions. You must also
2413
+ * attach an IAM policy to the role. To learn how the effective permissions for a
2414
+ * role are evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html">IAM JSON
2415
+ * policy evaluation logic</a> in the <i>IAM User
2416
+ * Guide</i>.</p>
975
2417
  * </important>
976
2418
  */
977
2419
  export interface PermissionsBoundary {
@@ -982,8 +2424,8 @@ export interface PermissionsBoundary {
982
2424
  CustomerManagedPolicyReference?: CustomerManagedPolicyReference;
983
2425
  /**
984
2426
  * @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>
2427
+ * <p>The Amazon Web Services managed policy ARN that you want to attach to a permission set as a
2428
+ * permissions boundary.</p>
987
2429
  */
988
2430
  ManagedPolicyArn?: string;
989
2431
  }
@@ -1004,19 +2446,41 @@ export interface GetPermissionsBoundaryForPermissionSetResponse {
1004
2446
  export interface InstanceMetadata {
1005
2447
  /**
1006
2448
  * @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
2449
+ * <p>The ARN of the Identity Center instance under which the operation will be executed.
2450
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1008
2451
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1009
2452
  */
1010
2453
  InstanceArn?: string;
1011
2454
  /**
1012
2455
  * @public
1013
- * <p>The identifier of the identity store that is connected to the IAM Identity Center instance.</p>
2456
+ * <p>The identifier of the identity store that is connected to the Identity Center
2457
+ * instance.</p>
1014
2458
  */
1015
2459
  IdentityStoreId?: string;
2460
+ /**
2461
+ * @public
2462
+ * <p>The Amazon Web Services account ID number of the owner of the Identity Center instance.</p>
2463
+ */
2464
+ OwnerAccountId?: string;
2465
+ /**
2466
+ * @public
2467
+ * <p>The name of the Identity Center instance.</p>
2468
+ */
2469
+ Name?: string;
2470
+ /**
2471
+ * @public
2472
+ * <p>The date and time that the Identity Center instance was created.</p>
2473
+ */
2474
+ CreatedDate?: Date;
2475
+ /**
2476
+ * @public
2477
+ * <p>The current status of this Identity Center instance.</p>
2478
+ */
2479
+ Status?: InstanceStatus;
1016
2480
  }
1017
2481
  /**
1018
2482
  * @public
1019
- * <p>Filters he operation status list based on the passed attribute value.</p>
2483
+ * <p>Filters the operation status list based on the passed attribute value.</p>
1020
2484
  */
1021
2485
  export interface OperationStatusFilter {
1022
2486
  /**
@@ -1031,13 +2495,246 @@ export interface OperationStatusFilter {
1031
2495
  export interface ListAccountAssignmentCreationStatusRequest {
1032
2496
  /**
1033
2497
  * @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
2498
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2499
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
2500
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
2501
+ */
2502
+ InstanceArn: string | undefined;
2503
+ /**
2504
+ * @public
2505
+ * <p>The maximum number of results to display for the assignment.</p>
2506
+ */
2507
+ MaxResults?: number;
2508
+ /**
2509
+ * @public
2510
+ * <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>
2511
+ */
2512
+ NextToken?: string;
2513
+ /**
2514
+ * @public
2515
+ * <p>Filters results based on the passed attribute value.</p>
2516
+ */
2517
+ Filter?: OperationStatusFilter;
2518
+ }
2519
+ /**
2520
+ * @public
2521
+ */
2522
+ export interface ListAccountAssignmentCreationStatusResponse {
2523
+ /**
2524
+ * @public
2525
+ * <p>The status object for the account assignment creation operation.</p>
2526
+ */
2527
+ AccountAssignmentsCreationStatus?: AccountAssignmentOperationStatusMetadata[];
2528
+ /**
2529
+ * @public
2530
+ * <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>
2531
+ */
2532
+ NextToken?: string;
2533
+ }
2534
+ /**
2535
+ * @public
2536
+ */
2537
+ export interface ListAccountAssignmentDeletionStatusRequest {
2538
+ /**
2539
+ * @public
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 ListAccountAssignmentDeletionStatusResponse {
2565
+ /**
2566
+ * @public
2567
+ * <p>The status object for the account assignment deletion operation.</p>
2568
+ */
2569
+ AccountAssignmentsDeletionStatus?: 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 ListAccountAssignmentsRequest {
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 identifier of the Amazon Web Services account from which to list the assignments.</p>
2590
+ */
2591
+ AccountId: string | undefined;
2592
+ /**
2593
+ * @public
2594
+ * <p>The ARN of the permission set from which to list assignments.</p>
2595
+ */
2596
+ PermissionSetArn: string | undefined;
2597
+ /**
2598
+ * @public
2599
+ * <p>The maximum number of results to display for the assignment.</p>
2600
+ */
2601
+ MaxResults?: number;
2602
+ /**
2603
+ * @public
2604
+ * <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>
2605
+ */
2606
+ NextToken?: string;
2607
+ }
2608
+ /**
2609
+ * @public
2610
+ */
2611
+ export interface ListAccountAssignmentsResponse {
2612
+ /**
2613
+ * @public
2614
+ * <p>The list of assignments that match the input Amazon Web Services account and permission set.</p>
2615
+ */
2616
+ AccountAssignments?: AccountAssignment[];
2617
+ /**
2618
+ * @public
2619
+ * <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>
2620
+ */
2621
+ NextToken?: string;
2622
+ }
2623
+ /**
2624
+ * @public
2625
+ * <p>A structure that describes a filter for account assignments.</p>
2626
+ */
2627
+ export interface ListAccountAssignmentsFilter {
2628
+ /**
2629
+ * @public
2630
+ * <p>The ID number of an Amazon Web Services account that filters the results in the response.</p>
2631
+ */
2632
+ AccountId?: string;
2633
+ }
2634
+ /**
2635
+ * @public
2636
+ */
2637
+ export interface ListAccountAssignmentsForPrincipalRequest {
2638
+ /**
2639
+ * @public
2640
+ * <p>Specifies the ARN of the instance of IAM Identity Center that contains the principal.</p>
2641
+ */
2642
+ InstanceArn: string | undefined;
2643
+ /**
2644
+ * @public
2645
+ * <p>Specifies the principal for which you want to retrieve the list of account
2646
+ * assignments.</p>
2647
+ */
2648
+ PrincipalId: string | undefined;
2649
+ /**
2650
+ * @public
2651
+ * <p>Specifies the type of the principal.</p>
2652
+ */
2653
+ PrincipalType: PrincipalType | undefined;
2654
+ /**
2655
+ * @public
2656
+ * <p>Specifies an Amazon Web Services account ID number. Results are filtered to only those that match
2657
+ * this ID number.</p>
2658
+ */
2659
+ Filter?: ListAccountAssignmentsFilter;
2660
+ /**
2661
+ * @public
2662
+ * <p>Specifies that you want to receive the next page of results. Valid
2663
+ * only if you received a <code>NextToken</code> response in the previous request. If you
2664
+ * did, it indicates that more output is available. Set this parameter to the value
2665
+ * provided by the previous call's <code>NextToken</code> response to request the
2666
+ * next page of results.</p>
2667
+ */
2668
+ NextToken?: string;
2669
+ /**
2670
+ * @public
2671
+ * <p>Specifies the total number of results that you want included in each
2672
+ * response. If additional items exist beyond the number you specify, the
2673
+ * <code>NextToken</code> response element is returned with a value (not null). Include the
2674
+ * specified value as the <code>NextToken</code> request parameter in the next call to the
2675
+ * operation to get the next set of results. Note that the service might return fewer
2676
+ * results than the maximum even when there are more results available. You should check
2677
+ * <code>NextToken</code> after every operation to ensure that you receive all of the
2678
+ * results.</p>
2679
+ */
2680
+ MaxResults?: number;
2681
+ }
2682
+ /**
2683
+ * @public
2684
+ */
2685
+ export interface ListAccountAssignmentsForPrincipalResponse {
2686
+ /**
2687
+ * @public
2688
+ * <p>An array list of the account assignments for the principal.</p>
2689
+ */
2690
+ AccountAssignments?: AccountAssignmentForPrincipal[];
2691
+ /**
2692
+ * @public
2693
+ * <p>If present, this value indicates that more output is available than
2694
+ * is included in the current response. Use this value in the <code>NextToken</code>
2695
+ * request parameter in a subsequent call to the operation to get the next part of the
2696
+ * output. You should repeat this until the <code>NextToken</code> response element comes
2697
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
2698
+ */
2699
+ NextToken?: string;
2700
+ }
2701
+ /**
2702
+ * @public
2703
+ * @enum
2704
+ */
2705
+ export declare const ProvisioningStatus: {
2706
+ readonly LATEST_PERMISSION_SET_NOT_PROVISIONED: "LATEST_PERMISSION_SET_NOT_PROVISIONED";
2707
+ readonly LATEST_PERMISSION_SET_PROVISIONED: "LATEST_PERMISSION_SET_PROVISIONED";
2708
+ };
2709
+ /**
2710
+ * @public
2711
+ */
2712
+ export type ProvisioningStatus = (typeof ProvisioningStatus)[keyof typeof ProvisioningStatus];
2713
+ /**
2714
+ * @public
2715
+ */
2716
+ export interface ListAccountsForProvisionedPermissionSetRequest {
2717
+ /**
2718
+ * @public
2719
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
2720
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1035
2721
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1036
2722
  */
1037
- InstanceArn: string | undefined;
2723
+ InstanceArn: string | undefined;
2724
+ /**
2725
+ * @public
2726
+ * <p>The ARN of the <a>PermissionSet</a> from which the associated Amazon Web Services
2727
+ * accounts will be listed.</p>
2728
+ */
2729
+ PermissionSetArn: string | undefined;
2730
+ /**
2731
+ * @public
2732
+ * <p>The permission set provisioning status for an Amazon Web Services account.</p>
2733
+ */
2734
+ ProvisioningStatus?: ProvisioningStatus;
1038
2735
  /**
1039
2736
  * @public
1040
- * <p>The maximum number of results to display for the assignment.</p>
2737
+ * <p>The maximum number of results to display for the <a>PermissionSet</a>.</p>
1041
2738
  */
1042
2739
  MaxResults?: number;
1043
2740
  /**
@@ -1045,21 +2742,16 @@ export interface ListAccountAssignmentCreationStatusRequest {
1045
2742
  * <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
2743
  */
1047
2744
  NextToken?: string;
1048
- /**
1049
- * @public
1050
- * <p>Filters results based on the passed attribute value.</p>
1051
- */
1052
- Filter?: OperationStatusFilter;
1053
2745
  }
1054
2746
  /**
1055
2747
  * @public
1056
2748
  */
1057
- export interface ListAccountAssignmentCreationStatusResponse {
2749
+ export interface ListAccountsForProvisionedPermissionSetResponse {
1058
2750
  /**
1059
2751
  * @public
1060
- * <p>The status object for the account assignment creation operation.</p>
2752
+ * <p>The list of Amazon Web Services <code>AccountIds</code>.</p>
1061
2753
  */
1062
- AccountAssignmentsCreationStatus?: AccountAssignmentOperationStatusMetadata[];
2754
+ AccountIds?: string[];
1063
2755
  /**
1064
2756
  * @public
1065
2757
  * <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 +2761,247 @@ export interface ListAccountAssignmentCreationStatusResponse {
1069
2761
  /**
1070
2762
  * @public
1071
2763
  */
1072
- export interface ListAccountAssignmentDeletionStatusRequest {
2764
+ export interface ListApplicationAssignmentsRequest {
1073
2765
  /**
1074
2766
  * @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>
2767
+ * <p>Specifies the ARN of the application.</p>
1077
2768
  */
1078
- InstanceArn: string | undefined;
2769
+ ApplicationArn: string | undefined;
1079
2770
  /**
1080
2771
  * @public
1081
- * <p>The maximum number of results to display for the assignment.</p>
2772
+ * <p>Specifies the total number of results that you want included in each
2773
+ * response. If additional items exist beyond the number you specify, the
2774
+ * <code>NextToken</code> response element is returned with a value (not null). Include the
2775
+ * specified value as the <code>NextToken</code> request parameter in the next call to the
2776
+ * operation to get the next set of results. Note that the service might return fewer
2777
+ * results than the maximum even when there are more results available. You should check
2778
+ * <code>NextToken</code> after every operation to ensure that you receive all of the
2779
+ * results.</p>
1082
2780
  */
1083
2781
  MaxResults?: number;
1084
2782
  /**
1085
2783
  * @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>
2784
+ * <p>Specifies that you want to receive the next page of results. Valid
2785
+ * only if you received a <code>NextToken</code> response in the previous request. If you
2786
+ * did, it indicates that more output is available. Set this parameter to the value
2787
+ * provided by the previous call's <code>NextToken</code> response to request the
2788
+ * next page of results.</p>
1087
2789
  */
1088
2790
  NextToken?: string;
1089
- /**
1090
- * @public
1091
- * <p>Filters results based on the passed attribute value.</p>
1092
- */
1093
- Filter?: OperationStatusFilter;
1094
2791
  }
1095
2792
  /**
1096
2793
  * @public
1097
2794
  */
1098
- export interface ListAccountAssignmentDeletionStatusResponse {
2795
+ export interface ListApplicationAssignmentsResponse {
1099
2796
  /**
1100
2797
  * @public
1101
- * <p>The status object for the account assignment deletion operation.</p>
2798
+ * <p>The list of users assigned to an application.</p>
1102
2799
  */
1103
- AccountAssignmentsDeletionStatus?: AccountAssignmentOperationStatusMetadata[];
2800
+ ApplicationAssignments?: ApplicationAssignment[];
1104
2801
  /**
1105
2802
  * @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>
2803
+ * <p>If present, this value indicates that more output is available than
2804
+ * is included in the current response. Use this value in the <code>NextToken</code>
2805
+ * request parameter in a subsequent call to the operation to get the next part of the
2806
+ * output. You should repeat this until the <code>NextToken</code> response element comes
2807
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
1107
2808
  */
1108
2809
  NextToken?: string;
1109
2810
  }
1110
2811
  /**
1111
2812
  * @public
2813
+ * <p>A structure that describes a filter for application assignments.</p>
1112
2814
  */
1113
- export interface ListAccountAssignmentsRequest {
2815
+ export interface ListApplicationAssignmentsFilter {
1114
2816
  /**
1115
2817
  * @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>
2818
+ * <p>The ARN of an application.</p>
2819
+ */
2820
+ ApplicationArn?: string;
2821
+ }
2822
+ /**
2823
+ * @public
2824
+ */
2825
+ export interface ListApplicationAssignmentsForPrincipalRequest {
2826
+ /**
2827
+ * @public
2828
+ * <p>Specifies the instance of IAM Identity Center that contains principal and applications.</p>
1118
2829
  */
1119
2830
  InstanceArn: string | undefined;
1120
2831
  /**
1121
2832
  * @public
1122
- * <p>The identifier of the Amazon Web Services account from which to list the assignments.</p>
2833
+ * <p>Specifies the unique identifier of the principal for which you want to retrieve its
2834
+ * assignments.</p>
1123
2835
  */
1124
- AccountId: string | undefined;
2836
+ PrincipalId: string | undefined;
1125
2837
  /**
1126
2838
  * @public
1127
- * <p>The ARN of the permission set from which to list assignments.</p>
2839
+ * <p>Specifies the type of the principal for which you want to retrieve its
2840
+ * assignments.</p>
1128
2841
  */
1129
- PermissionSetArn: string | undefined;
2842
+ PrincipalType: PrincipalType | undefined;
1130
2843
  /**
1131
2844
  * @public
1132
- * <p>The maximum number of results to display for the assignment.</p>
2845
+ * <p>Filters the output to include only assignments associated with the application that
2846
+ * has the specified ARN.</p>
1133
2847
  */
1134
- MaxResults?: number;
2848
+ Filter?: ListApplicationAssignmentsFilter;
1135
2849
  /**
1136
2850
  * @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>
2851
+ * <p>Specifies that you want to receive the next page of results. Valid
2852
+ * only if you received a <code>NextToken</code> response in the previous request. If you
2853
+ * did, it indicates that more output is available. Set this parameter to the value
2854
+ * provided by the previous call's <code>NextToken</code> response to request the
2855
+ * next page of results.</p>
1138
2856
  */
1139
2857
  NextToken?: string;
2858
+ /**
2859
+ * @public
2860
+ * <p>Specifies the total number of results that you want included in each
2861
+ * response. If additional items exist beyond the number you specify, the
2862
+ * <code>NextToken</code> response element is returned with a value (not null). Include the
2863
+ * specified value as the <code>NextToken</code> request parameter in the next call to the
2864
+ * operation to get the next set of results. Note that the service might return fewer
2865
+ * results than the maximum even when there are more results available. You should check
2866
+ * <code>NextToken</code> after every operation to ensure that you receive all of the
2867
+ * results.</p>
2868
+ */
2869
+ MaxResults?: number;
1140
2870
  }
1141
2871
  /**
1142
2872
  * @public
1143
2873
  */
1144
- export interface ListAccountAssignmentsResponse {
2874
+ export interface ListApplicationAssignmentsForPrincipalResponse {
1145
2875
  /**
1146
2876
  * @public
1147
- * <p>The list of assignments that match the input Amazon Web Services account and permission set.</p>
2877
+ * <p>An array list of the application assignments for the specified principal.</p>
1148
2878
  */
1149
- AccountAssignments?: AccountAssignment[];
2879
+ ApplicationAssignments?: ApplicationAssignmentForPrincipal[];
1150
2880
  /**
1151
2881
  * @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>
2882
+ * <p>If present, this value indicates that more output is available than
2883
+ * is included in the current response. Use this value in the <code>NextToken</code>
2884
+ * request parameter in a subsequent call to the operation to get the next part of the
2885
+ * output. You should repeat this until the <code>NextToken</code> response element comes
2886
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
1153
2887
  */
1154
2888
  NextToken?: string;
1155
2889
  }
1156
2890
  /**
1157
2891
  * @public
1158
- * @enum
1159
2892
  */
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
- };
2893
+ export interface ListApplicationProvidersRequest {
2894
+ /**
2895
+ * @public
2896
+ * <p>Specifies the total number of results that you want included in each
2897
+ * response. If additional items exist beyond the number you specify, the
2898
+ * <code>NextToken</code> response element is returned with a value (not null). Include the
2899
+ * specified value as the <code>NextToken</code> request parameter in the next call to the
2900
+ * operation to get the next set of results. Note that the service might return fewer
2901
+ * results than the maximum even when there are more results available. You should check
2902
+ * <code>NextToken</code> after every operation to ensure that you receive all of the
2903
+ * results.</p>
2904
+ */
2905
+ MaxResults?: number;
2906
+ /**
2907
+ * @public
2908
+ * <p>Specifies that you want to receive the next page of results. Valid
2909
+ * only if you received a <code>NextToken</code> response in the previous request. If you
2910
+ * did, it indicates that more output is available. Set this parameter to the value
2911
+ * provided by the previous call's <code>NextToken</code> response to request the
2912
+ * next page of results.</p>
2913
+ */
2914
+ NextToken?: string;
2915
+ }
1164
2916
  /**
1165
2917
  * @public
1166
2918
  */
1167
- export type ProvisioningStatus = (typeof ProvisioningStatus)[keyof typeof ProvisioningStatus];
2919
+ export interface ListApplicationProvidersResponse {
2920
+ /**
2921
+ * @public
2922
+ * <p>An array list of structures that describe application providers.</p>
2923
+ */
2924
+ ApplicationProviders?: ApplicationProvider[];
2925
+ /**
2926
+ * @public
2927
+ * <p>If present, this value indicates that more output is available than
2928
+ * is included in the current response. Use this value in the <code>NextToken</code>
2929
+ * request parameter in a subsequent call to the operation to get the next part of the
2930
+ * output. You should repeat this until the <code>NextToken</code> response element comes
2931
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
2932
+ */
2933
+ NextToken?: string;
2934
+ }
1168
2935
  /**
1169
2936
  * @public
2937
+ * <p>A structure that describes a filter for applications.</p>
1170
2938
  */
1171
- export interface ListAccountsForProvisionedPermissionSetRequest {
2939
+ export interface ListApplicationsFilter {
1172
2940
  /**
1173
2941
  * @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>
2942
+ * <p>An Amazon Web Services account ID number that filters the results in the response.</p>
1176
2943
  */
1177
- InstanceArn: string | undefined;
2944
+ ApplicationAccount?: string;
1178
2945
  /**
1179
2946
  * @public
1180
- * <p>The ARN of the <a>PermissionSet</a> from which the associated Amazon Web Services accounts
1181
- * will be listed.</p>
2947
+ * <p>The ARN of an application provider that can filter the results in the response.</p>
1182
2948
  */
1183
- PermissionSetArn: string | undefined;
2949
+ ApplicationProvider?: string;
2950
+ }
2951
+ /**
2952
+ * @public
2953
+ */
2954
+ export interface ListApplicationsRequest {
1184
2955
  /**
1185
2956
  * @public
1186
- * <p>The permission set provisioning status for an Amazon Web Services account.</p>
2957
+ * <p>The ARN of the IAM Identity Center application under which the operation will run.
2958
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
2959
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1187
2960
  */
1188
- ProvisioningStatus?: ProvisioningStatus;
2961
+ InstanceArn: string | undefined;
1189
2962
  /**
1190
2963
  * @public
1191
- * <p>The maximum number of results to display for the <a>PermissionSet</a>.</p>
2964
+ * <p>Specifies the total number of results that you want included in each
2965
+ * response. If additional items exist beyond the number you specify, the
2966
+ * <code>NextToken</code> response element is returned with a value (not null). Include the
2967
+ * specified value as the <code>NextToken</code> request parameter in the next call to the
2968
+ * operation to get the next set of results. Note that the service might return fewer
2969
+ * results than the maximum even when there are more results available. You should check
2970
+ * <code>NextToken</code> after every operation to ensure that you receive all of the
2971
+ * results.</p>
1192
2972
  */
1193
2973
  MaxResults?: number;
1194
2974
  /**
1195
2975
  * @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>
2976
+ * <p>Specifies that you want to receive the next page of results. Valid
2977
+ * only if you received a <code>NextToken</code> response in the previous request. If you
2978
+ * did, it indicates that more output is available. Set this parameter to the value
2979
+ * provided by the previous call's <code>NextToken</code> response to request the
2980
+ * next page of results.</p>
1197
2981
  */
1198
2982
  NextToken?: string;
2983
+ /**
2984
+ * @public
2985
+ * <p>Filters response results. </p>
2986
+ */
2987
+ Filter?: ListApplicationsFilter;
1199
2988
  }
1200
2989
  /**
1201
2990
  * @public
1202
2991
  */
1203
- export interface ListAccountsForProvisionedPermissionSetResponse {
2992
+ export interface ListApplicationsResponse {
1204
2993
  /**
1205
2994
  * @public
1206
- * <p>The list of Amazon Web Services <code>AccountIds</code>.</p>
2995
+ * <p>Retrieves all applications associated with the instance.</p>
1207
2996
  */
1208
- AccountIds?: string[];
2997
+ Applications?: Application[];
1209
2998
  /**
1210
2999
  * @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>
3000
+ * <p>If present, this value indicates that more output is available than
3001
+ * is included in the current response. Use this value in the <code>NextToken</code>
3002
+ * request parameter in a subsequent call to the operation to get the next part of the
3003
+ * output. You should repeat this until the <code>NextToken</code> response element comes
3004
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
1212
3005
  */
1213
3006
  NextToken?: string;
1214
3007
  }
@@ -1234,7 +3027,7 @@ export interface ListCustomerManagedPolicyReferencesInPermissionSetRequest {
1234
3027
  /**
1235
3028
  * @public
1236
3029
  * <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>
3030
+ * previous API calls to make subsequent calls.</p>
1238
3031
  */
1239
3032
  NextToken?: string;
1240
3033
  }
@@ -1244,14 +3037,14 @@ export interface ListCustomerManagedPolicyReferencesInPermissionSetRequest {
1244
3037
  export interface ListCustomerManagedPolicyReferencesInPermissionSetResponse {
1245
3038
  /**
1246
3039
  * @public
1247
- * <p>Specifies the names and paths of the customer managed policies that you have attached to
1248
- * your permission set.</p>
3040
+ * <p>Specifies the names and paths of the customer managed policies that you have attached
3041
+ * to your permission set.</p>
1249
3042
  */
1250
3043
  CustomerManagedPolicyReferences?: CustomerManagedPolicyReference[];
1251
3044
  /**
1252
3045
  * @public
1253
3046
  * <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>
3047
+ * previous API calls to make subsequent calls.</p>
1255
3048
  */
1256
3049
  NextToken?: string;
1257
3050
  }
@@ -1291,14 +3084,15 @@ export interface ListInstancesResponse {
1291
3084
  export interface ListManagedPoliciesInPermissionSetRequest {
1292
3085
  /**
1293
3086
  * @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
3087
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3088
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1295
3089
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1296
3090
  */
1297
3091
  InstanceArn: string | undefined;
1298
3092
  /**
1299
3093
  * @public
1300
3094
  * <p>The ARN of the <a>PermissionSet</a> whose managed policies will be
1301
- * listed.</p>
3095
+ * listed.</p>
1302
3096
  */
1303
3097
  PermissionSetArn: string | undefined;
1304
3098
  /**
@@ -1333,7 +3127,8 @@ export interface ListManagedPoliciesInPermissionSetResponse {
1333
3127
  export interface ListPermissionSetProvisioningStatusRequest {
1334
3128
  /**
1335
3129
  * @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
3130
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3131
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1337
3132
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1338
3133
  */
1339
3134
  InstanceArn: string | undefined;
@@ -1366,7 +3161,7 @@ export interface PermissionSetProvisioningStatusMetadata {
1366
3161
  /**
1367
3162
  * @public
1368
3163
  * <p>The identifier for tracking the request operation that is generated by the universally
1369
- * unique identifier (UUID) workflow.</p>
3164
+ * unique identifier (UUID) workflow.</p>
1370
3165
  */
1371
3166
  RequestId?: string;
1372
3167
  /**
@@ -1396,7 +3191,8 @@ export interface ListPermissionSetProvisioningStatusResponse {
1396
3191
  export interface ListPermissionSetsRequest {
1397
3192
  /**
1398
3193
  * @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
3194
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3195
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1400
3196
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1401
3197
  */
1402
3198
  InstanceArn: string | undefined;
@@ -1432,7 +3228,8 @@ export interface ListPermissionSetsResponse {
1432
3228
  export interface ListPermissionSetsProvisionedToAccountRequest {
1433
3229
  /**
1434
3230
  * @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
3231
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3232
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1436
3233
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1437
3234
  */
1438
3235
  InstanceArn: string | undefined;
@@ -1478,10 +3275,11 @@ export interface ListPermissionSetsProvisionedToAccountResponse {
1478
3275
  export interface ListTagsForResourceRequest {
1479
3276
  /**
1480
3277
  * @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
3278
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3279
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1482
3280
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1483
3281
  */
1484
- InstanceArn: string | undefined;
3282
+ InstanceArn?: string;
1485
3283
  /**
1486
3284
  * @public
1487
3285
  * <p>The ARN of the resource with the tags to be listed.</p>
@@ -1508,6 +3306,103 @@ export interface ListTagsForResourceResponse {
1508
3306
  */
1509
3307
  NextToken?: string;
1510
3308
  }
3309
+ /**
3310
+ * @public
3311
+ */
3312
+ export interface ListTrustedTokenIssuersRequest {
3313
+ /**
3314
+ * @public
3315
+ * <p>Specifies the ARN of the instance of IAM Identity Center with the trusted token issuer configurations that you want
3316
+ * to list.</p>
3317
+ */
3318
+ InstanceArn: string | undefined;
3319
+ /**
3320
+ * @public
3321
+ * <p>Specifies the total number of results that you want included in each
3322
+ * response. If additional items exist beyond the number you specify, the
3323
+ * <code>NextToken</code> response element is returned with a value (not null). Include the
3324
+ * specified value as the <code>NextToken</code> request parameter in the next call to the
3325
+ * operation to get the next set of results. Note that the service might return fewer
3326
+ * results than the maximum even when there are more results available. You should check
3327
+ * <code>NextToken</code> after every operation to ensure that you receive all of the
3328
+ * results.</p>
3329
+ */
3330
+ MaxResults?: number;
3331
+ /**
3332
+ * @public
3333
+ * <p>Specifies that you want to receive the next page of results. Valid
3334
+ * only if you received a <code>NextToken</code> response in the previous request. If you
3335
+ * did, it indicates that more output is available. Set this parameter to the value
3336
+ * provided by the previous call's <code>NextToken</code> response to request the
3337
+ * next page of results.</p>
3338
+ */
3339
+ NextToken?: string;
3340
+ }
3341
+ /**
3342
+ * @public
3343
+ * <p>A structure that describes a trusted token issuer.</p>
3344
+ */
3345
+ export interface TrustedTokenIssuerMetadata {
3346
+ /**
3347
+ * @public
3348
+ * <p>The ARN of the trusted token issuer configuration in the instance of IAM Identity Center.</p>
3349
+ */
3350
+ TrustedTokenIssuerArn?: string;
3351
+ /**
3352
+ * @public
3353
+ * <p>The name of the trusted token issuer configuration in the instance of IAM Identity Center.</p>
3354
+ */
3355
+ Name?: string;
3356
+ /**
3357
+ * @public
3358
+ * <p>The type of trusted token issuer.</p>
3359
+ */
3360
+ TrustedTokenIssuerType?: TrustedTokenIssuerType;
3361
+ }
3362
+ /**
3363
+ * @public
3364
+ */
3365
+ export interface ListTrustedTokenIssuersResponse {
3366
+ /**
3367
+ * @public
3368
+ * <p>An array list of the trusted token issuer configurations.</p>
3369
+ */
3370
+ TrustedTokenIssuers?: TrustedTokenIssuerMetadata[];
3371
+ /**
3372
+ * @public
3373
+ * <p>If present, this value indicates that more output is available than
3374
+ * is included in the current response. Use this value in the <code>NextToken</code>
3375
+ * request parameter in a subsequent call to the operation to get the next part of the
3376
+ * output. You should repeat this until the <code>NextToken</code> response element comes
3377
+ * back as <code>null</code>. This indicates that this is the last page of results.</p>
3378
+ */
3379
+ NextToken?: string;
3380
+ }
3381
+ /**
3382
+ * @public
3383
+ * <p>A structure that describes updated configuration settings for a trusted token issuer that supports
3384
+ * OpenID Connect (OIDC) and JSON Web Tokens (JWTs).</p>
3385
+ */
3386
+ export interface OidcJwtUpdateConfiguration {
3387
+ /**
3388
+ * @public
3389
+ * <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
3390
+ * an IAM Identity Center token.</p>
3391
+ */
3392
+ ClaimAttributePath?: string;
3393
+ /**
3394
+ * @public
3395
+ * <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
3396
+ * an IAM Identity Center token.</p>
3397
+ */
3398
+ IdentityStoreAttributePath?: string;
3399
+ /**
3400
+ * @public
3401
+ * <p>The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a
3402
+ * JWT.</p>
3403
+ */
3404
+ JwksRetrievalOption?: JwksRetrievalOption;
3405
+ }
1511
3406
  /**
1512
3407
  * @public
1513
3408
  * @enum
@@ -1526,7 +3421,8 @@ export type ProvisionTargetType = (typeof ProvisionTargetType)[keyof typeof Prov
1526
3421
  export interface ProvisionPermissionSetRequest {
1527
3422
  /**
1528
3423
  * @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
3424
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3425
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1530
3426
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1531
3427
  */
1532
3428
  InstanceArn: string | undefined;
@@ -1556,13 +3452,36 @@ export interface ProvisionPermissionSetResponse {
1556
3452
  */
1557
3453
  PermissionSetProvisioningStatus?: PermissionSetProvisioningStatus;
1558
3454
  }
3455
+ /**
3456
+ * @public
3457
+ */
3458
+ export interface PutApplicationAssignmentConfigurationRequest {
3459
+ /**
3460
+ * @public
3461
+ * <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
3462
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
3463
+ */
3464
+ ApplicationArn: string | undefined;
3465
+ /**
3466
+ * @public
3467
+ * <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
3468
+ * <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>
3469
+ */
3470
+ AssignmentRequired: boolean | undefined;
3471
+ }
3472
+ /**
3473
+ * @public
3474
+ */
3475
+ export interface PutApplicationAssignmentConfigurationResponse {
3476
+ }
1559
3477
  /**
1560
3478
  * @public
1561
3479
  */
1562
3480
  export interface PutInlinePolicyToPermissionSetRequest {
1563
3481
  /**
1564
3482
  * @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
3483
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3484
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1566
3485
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1567
3486
  */
1568
3487
  InstanceArn: string | undefined;
@@ -1598,7 +3517,8 @@ export interface PutPermissionsBoundaryToPermissionSetRequest {
1598
3517
  PermissionSetArn: string | undefined;
1599
3518
  /**
1600
3519
  * @public
1601
- * <p>The permissions boundary that you want to attach to a <code>PermissionSet</code>.</p>
3520
+ * <p>The permissions boundary that you want to attach to a
3521
+ * <code>PermissionSet</code>.</p>
1602
3522
  */
1603
3523
  PermissionsBoundary: PermissionsBoundary | undefined;
1604
3524
  }
@@ -1613,10 +3533,11 @@ export interface PutPermissionsBoundaryToPermissionSetResponse {
1613
3533
  export interface TagResourceRequest {
1614
3534
  /**
1615
3535
  * @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
3536
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3537
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1617
3538
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1618
3539
  */
1619
- InstanceArn: string | undefined;
3540
+ InstanceArn?: string;
1620
3541
  /**
1621
3542
  * @public
1622
3543
  * <p>The ARN of the resource with the tags to be listed.</p>
@@ -1639,10 +3560,11 @@ export interface TagResourceResponse {
1639
3560
  export interface UntagResourceRequest {
1640
3561
  /**
1641
3562
  * @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
3563
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3564
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1643
3565
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1644
3566
  */
1645
- InstanceArn: string | undefined;
3567
+ InstanceArn?: string;
1646
3568
  /**
1647
3569
  * @public
1648
3570
  * <p>The ARN of the resource with the tags to be listed.</p>
@@ -1659,6 +3581,75 @@ export interface UntagResourceRequest {
1659
3581
  */
1660
3582
  export interface UntagResourceResponse {
1661
3583
  }
3584
+ /**
3585
+ * @public
3586
+ * <p/>
3587
+ */
3588
+ export interface UpdateApplicationPortalOptions {
3589
+ /**
3590
+ * @public
3591
+ * <p>A structure that describes the sign-in options for an application portal.</p>
3592
+ */
3593
+ SignInOptions?: SignInOptions;
3594
+ }
3595
+ /**
3596
+ * @public
3597
+ */
3598
+ export interface UpdateApplicationRequest {
3599
+ /**
3600
+ * @public
3601
+ * <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
3602
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
3603
+ */
3604
+ ApplicationArn: string | undefined;
3605
+ /**
3606
+ * @public
3607
+ * <p>Specifies the updated name for the application.</p>
3608
+ */
3609
+ Name?: string;
3610
+ /**
3611
+ * @public
3612
+ * <p>The description of the .</p>
3613
+ */
3614
+ Description?: string;
3615
+ /**
3616
+ * @public
3617
+ * <p>Specifies whether the application is enabled or disabled.</p>
3618
+ */
3619
+ Status?: ApplicationStatus;
3620
+ /**
3621
+ * @public
3622
+ * <p>A structure that describes the options for the portal associated with an
3623
+ * application.</p>
3624
+ */
3625
+ PortalOptions?: UpdateApplicationPortalOptions;
3626
+ }
3627
+ /**
3628
+ * @public
3629
+ */
3630
+ export interface UpdateApplicationResponse {
3631
+ }
3632
+ /**
3633
+ * @public
3634
+ */
3635
+ export interface UpdateInstanceRequest {
3636
+ /**
3637
+ * @public
3638
+ * <p>Updates the instance name.</p>
3639
+ */
3640
+ Name: string | undefined;
3641
+ /**
3642
+ * @public
3643
+ * <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
3644
+ * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
3645
+ */
3646
+ InstanceArn: string | undefined;
3647
+ }
3648
+ /**
3649
+ * @public
3650
+ */
3651
+ export interface UpdateInstanceResponse {
3652
+ }
1662
3653
  /**
1663
3654
  * @public
1664
3655
  */
@@ -1685,7 +3676,8 @@ export interface UpdateInstanceAccessControlAttributeConfigurationResponse {
1685
3676
  export interface UpdatePermissionSetRequest {
1686
3677
  /**
1687
3678
  * @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
3679
+ * <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
3680
+ * For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
1689
3681
  * Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
1690
3682
  */
1691
3683
  InstanceArn: string | undefined;
@@ -1702,13 +3694,13 @@ export interface UpdatePermissionSetRequest {
1702
3694
  /**
1703
3695
  * @public
1704
3696
  * <p>The length of time that the application user sessions are valid for in the ISO-8601
1705
- * standard.</p>
3697
+ * standard.</p>
1706
3698
  */
1707
3699
  SessionDuration?: string;
1708
3700
  /**
1709
3701
  * @public
1710
3702
  * <p>Used to redirect users within the application during the federation authentication
1711
- * process.</p>
3703
+ * process.</p>
1712
3704
  */
1713
3705
  RelayState?: string;
1714
3706
  }
@@ -1717,3 +3709,62 @@ export interface UpdatePermissionSetRequest {
1717
3709
  */
1718
3710
  export interface UpdatePermissionSetResponse {
1719
3711
  }
3712
+ /**
3713
+ * @public
3714
+ * <p>A structure that contains details to be updated for a trusted token issuer configuration. The
3715
+ * structure and settings that you can include depend on the type of the trusted token issuer being
3716
+ * updated.</p>
3717
+ */
3718
+ export type TrustedTokenIssuerUpdateConfiguration = TrustedTokenIssuerUpdateConfiguration.OidcJwtConfigurationMember | TrustedTokenIssuerUpdateConfiguration.$UnknownMember;
3719
+ /**
3720
+ * @public
3721
+ */
3722
+ export declare namespace TrustedTokenIssuerUpdateConfiguration {
3723
+ /**
3724
+ * @public
3725
+ * <p>A structure that describes an updated configuration for a trusted token issuer that uses OpenID
3726
+ * Connect (OIDC) with JSON web tokens (JWT).</p>
3727
+ */
3728
+ interface OidcJwtConfigurationMember {
3729
+ OidcJwtConfiguration: OidcJwtUpdateConfiguration;
3730
+ $unknown?: never;
3731
+ }
3732
+ /**
3733
+ * @public
3734
+ */
3735
+ interface $UnknownMember {
3736
+ OidcJwtConfiguration?: never;
3737
+ $unknown: [string, any];
3738
+ }
3739
+ interface Visitor<T> {
3740
+ OidcJwtConfiguration: (value: OidcJwtUpdateConfiguration) => T;
3741
+ _: (name: string, value: any) => T;
3742
+ }
3743
+ const visit: <T>(value: TrustedTokenIssuerUpdateConfiguration, visitor: Visitor<T>) => T;
3744
+ }
3745
+ /**
3746
+ * @public
3747
+ */
3748
+ export interface UpdateTrustedTokenIssuerRequest {
3749
+ /**
3750
+ * @public
3751
+ * <p>Specifies the ARN of the trusted token issuer configuration that you want to update.</p>
3752
+ */
3753
+ TrustedTokenIssuerArn: string | undefined;
3754
+ /**
3755
+ * @public
3756
+ * <p>Specifies the updated name to be applied to the trusted token issuer configuration.</p>
3757
+ */
3758
+ Name?: string;
3759
+ /**
3760
+ * @public
3761
+ * <p>Specifies a structure with settings to apply to the specified trusted token issuer. The settings that
3762
+ * you can provide are determined by the type of the trusted token issuer that you are updating.</p>
3763
+ */
3764
+ TrustedTokenIssuerConfiguration?: TrustedTokenIssuerUpdateConfiguration;
3765
+ }
3766
+ /**
3767
+ * @public
3768
+ */
3769
+ export interface UpdateTrustedTokenIssuerResponse {
3770
+ }