@aws-sdk/client-sso-admin 3.451.0 → 3.454.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (242) hide show
  1. package/README.md +306 -14
  2. package/dist-cjs/SSOAdmin.js +72 -0
  3. package/dist-cjs/commands/CreateApplicationAssignmentCommand.js +51 -0
  4. package/dist-cjs/commands/CreateApplicationCommand.js +51 -0
  5. package/dist-cjs/commands/CreateInstanceCommand.js +51 -0
  6. package/dist-cjs/commands/CreateTrustedTokenIssuerCommand.js +51 -0
  7. package/dist-cjs/commands/DeleteApplicationAccessScopeCommand.js +51 -0
  8. package/dist-cjs/commands/DeleteApplicationAssignmentCommand.js +51 -0
  9. package/dist-cjs/commands/DeleteApplicationAuthenticationMethodCommand.js +51 -0
  10. package/dist-cjs/commands/DeleteApplicationCommand.js +51 -0
  11. package/dist-cjs/commands/DeleteApplicationGrantCommand.js +51 -0
  12. package/dist-cjs/commands/DeleteInstanceCommand.js +51 -0
  13. package/dist-cjs/commands/DeleteTrustedTokenIssuerCommand.js +51 -0
  14. package/dist-cjs/commands/DescribeApplicationAssignmentCommand.js +51 -0
  15. package/dist-cjs/commands/DescribeApplicationCommand.js +51 -0
  16. package/dist-cjs/commands/DescribeApplicationProviderCommand.js +51 -0
  17. package/dist-cjs/commands/DescribeInstanceCommand.js +51 -0
  18. package/dist-cjs/commands/DescribeTrustedTokenIssuerCommand.js +51 -0
  19. package/dist-cjs/commands/GetApplicationAccessScopeCommand.js +51 -0
  20. package/dist-cjs/commands/GetApplicationAssignmentConfigurationCommand.js +51 -0
  21. package/dist-cjs/commands/GetApplicationAuthenticationMethodCommand.js +51 -0
  22. package/dist-cjs/commands/GetApplicationGrantCommand.js +51 -0
  23. package/dist-cjs/commands/ListAccountAssignmentsForPrincipalCommand.js +51 -0
  24. package/dist-cjs/commands/ListApplicationAccessScopesCommand.js +51 -0
  25. package/dist-cjs/commands/ListApplicationAssignmentsCommand.js +51 -0
  26. package/dist-cjs/commands/ListApplicationAssignmentsForPrincipalCommand.js +51 -0
  27. package/dist-cjs/commands/ListApplicationAuthenticationMethodsCommand.js +51 -0
  28. package/dist-cjs/commands/ListApplicationGrantsCommand.js +51 -0
  29. package/dist-cjs/commands/ListApplicationProvidersCommand.js +51 -0
  30. package/dist-cjs/commands/ListApplicationsCommand.js +51 -0
  31. package/dist-cjs/commands/ListTrustedTokenIssuersCommand.js +51 -0
  32. package/dist-cjs/commands/PutApplicationAccessScopeCommand.js +51 -0
  33. package/dist-cjs/commands/PutApplicationAssignmentConfigurationCommand.js +51 -0
  34. package/dist-cjs/commands/PutApplicationAuthenticationMethodCommand.js +51 -0
  35. package/dist-cjs/commands/PutApplicationGrantCommand.js +51 -0
  36. package/dist-cjs/commands/UpdateApplicationCommand.js +51 -0
  37. package/dist-cjs/commands/UpdateInstanceCommand.js +51 -0
  38. package/dist-cjs/commands/UpdateTrustedTokenIssuerCommand.js +51 -0
  39. package/dist-cjs/commands/index.js +36 -0
  40. package/dist-cjs/models/models_0.js +89 -15
  41. package/dist-cjs/pagination/ListAccountAssignmentsForPrincipalPaginator.js +29 -0
  42. package/dist-cjs/pagination/ListApplicationAccessScopesPaginator.js +29 -0
  43. package/dist-cjs/pagination/ListApplicationAssignmentsForPrincipalPaginator.js +29 -0
  44. package/dist-cjs/pagination/ListApplicationAssignmentsPaginator.js +29 -0
  45. package/dist-cjs/pagination/ListApplicationAuthenticationMethodsPaginator.js +28 -0
  46. package/dist-cjs/pagination/ListApplicationGrantsPaginator.js +28 -0
  47. package/dist-cjs/pagination/ListApplicationProvidersPaginator.js +29 -0
  48. package/dist-cjs/pagination/ListApplicationsPaginator.js +29 -0
  49. package/dist-cjs/pagination/ListTrustedTokenIssuersPaginator.js +29 -0
  50. package/dist-cjs/pagination/index.js +9 -0
  51. package/dist-cjs/protocols/Aws_json1_1.js +2257 -190
  52. package/dist-es/SSOAdmin.js +72 -0
  53. package/dist-es/commands/CreateApplicationAssignmentCommand.js +47 -0
  54. package/dist-es/commands/CreateApplicationCommand.js +47 -0
  55. package/dist-es/commands/CreateInstanceCommand.js +47 -0
  56. package/dist-es/commands/CreateTrustedTokenIssuerCommand.js +47 -0
  57. package/dist-es/commands/DeleteApplicationAccessScopeCommand.js +47 -0
  58. package/dist-es/commands/DeleteApplicationAssignmentCommand.js +47 -0
  59. package/dist-es/commands/DeleteApplicationAuthenticationMethodCommand.js +47 -0
  60. package/dist-es/commands/DeleteApplicationCommand.js +47 -0
  61. package/dist-es/commands/DeleteApplicationGrantCommand.js +47 -0
  62. package/dist-es/commands/DeleteInstanceCommand.js +47 -0
  63. package/dist-es/commands/DeleteTrustedTokenIssuerCommand.js +47 -0
  64. package/dist-es/commands/DescribeApplicationAssignmentCommand.js +47 -0
  65. package/dist-es/commands/DescribeApplicationCommand.js +47 -0
  66. package/dist-es/commands/DescribeApplicationProviderCommand.js +47 -0
  67. package/dist-es/commands/DescribeInstanceCommand.js +47 -0
  68. package/dist-es/commands/DescribeTrustedTokenIssuerCommand.js +47 -0
  69. package/dist-es/commands/GetApplicationAccessScopeCommand.js +47 -0
  70. package/dist-es/commands/GetApplicationAssignmentConfigurationCommand.js +47 -0
  71. package/dist-es/commands/GetApplicationAuthenticationMethodCommand.js +47 -0
  72. package/dist-es/commands/GetApplicationGrantCommand.js +47 -0
  73. package/dist-es/commands/ListAccountAssignmentsForPrincipalCommand.js +47 -0
  74. package/dist-es/commands/ListApplicationAccessScopesCommand.js +47 -0
  75. package/dist-es/commands/ListApplicationAssignmentsCommand.js +47 -0
  76. package/dist-es/commands/ListApplicationAssignmentsForPrincipalCommand.js +47 -0
  77. package/dist-es/commands/ListApplicationAuthenticationMethodsCommand.js +47 -0
  78. package/dist-es/commands/ListApplicationGrantsCommand.js +47 -0
  79. package/dist-es/commands/ListApplicationProvidersCommand.js +47 -0
  80. package/dist-es/commands/ListApplicationsCommand.js +47 -0
  81. package/dist-es/commands/ListTrustedTokenIssuersCommand.js +47 -0
  82. package/dist-es/commands/PutApplicationAccessScopeCommand.js +47 -0
  83. package/dist-es/commands/PutApplicationAssignmentConfigurationCommand.js +47 -0
  84. package/dist-es/commands/PutApplicationAuthenticationMethodCommand.js +47 -0
  85. package/dist-es/commands/PutApplicationGrantCommand.js +47 -0
  86. package/dist-es/commands/UpdateApplicationCommand.js +47 -0
  87. package/dist-es/commands/UpdateInstanceCommand.js +47 -0
  88. package/dist-es/commands/UpdateTrustedTokenIssuerCommand.js +47 -0
  89. package/dist-es/commands/index.js +36 -0
  90. package/dist-es/models/models_0.js +86 -12
  91. package/dist-es/pagination/ListAccountAssignmentsForPrincipalPaginator.js +25 -0
  92. package/dist-es/pagination/ListApplicationAccessScopesPaginator.js +25 -0
  93. package/dist-es/pagination/ListApplicationAssignmentsForPrincipalPaginator.js +25 -0
  94. package/dist-es/pagination/ListApplicationAssignmentsPaginator.js +25 -0
  95. package/dist-es/pagination/ListApplicationAuthenticationMethodsPaginator.js +24 -0
  96. package/dist-es/pagination/ListApplicationGrantsPaginator.js +24 -0
  97. package/dist-es/pagination/ListApplicationProvidersPaginator.js +25 -0
  98. package/dist-es/pagination/ListApplicationsPaginator.js +25 -0
  99. package/dist-es/pagination/ListTrustedTokenIssuersPaginator.js +25 -0
  100. package/dist-es/pagination/index.js +9 -0
  101. package/dist-es/protocols/Aws_json1_1.js +2156 -162
  102. package/dist-types/SSOAdmin.d.ts +271 -15
  103. package/dist-types/SSOAdminClient.d.ts +57 -17
  104. package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +8 -8
  105. package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +13 -13
  106. package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +21 -19
  107. package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +100 -0
  108. package/dist-types/commands/CreateApplicationCommand.d.ts +118 -0
  109. package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +12 -11
  110. package/dist-types/commands/CreateInstanceCommand.d.ts +115 -0
  111. package/dist-types/commands/CreatePermissionSetCommand.d.ts +8 -8
  112. package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +117 -0
  113. package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +12 -11
  114. package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +95 -0
  115. package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +97 -0
  116. package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +95 -0
  117. package/dist-types/commands/DeleteApplicationCommand.d.ts +95 -0
  118. package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +95 -0
  119. package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +7 -7
  120. package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +10 -10
  121. package/dist-types/commands/DeleteInstanceCommand.d.ts +93 -0
  122. package/dist-types/commands/DeletePermissionSetCommand.d.ts +7 -7
  123. package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +9 -3
  124. package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +97 -0
  125. package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +3 -3
  126. package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +3 -3
  127. package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +96 -0
  128. package/dist-types/commands/DescribeApplicationCommand.d.ts +104 -0
  129. package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +104 -0
  130. package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +6 -5
  131. package/dist-types/commands/DescribeInstanceCommand.d.ts +110 -0
  132. package/dist-types/commands/DescribePermissionSetCommand.d.ts +3 -3
  133. package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +3 -3
  134. package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +101 -0
  135. package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +7 -7
  136. package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +9 -8
  137. package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +94 -0
  138. package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +90 -0
  139. package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +95 -0
  140. package/dist-types/commands/GetApplicationGrantCommand.d.ts +109 -0
  141. package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +3 -3
  142. package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +3 -3
  143. package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +5 -5
  144. package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +5 -5
  145. package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +5 -4
  146. package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +106 -0
  147. package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +3 -3
  148. package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +100 -0
  149. package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +99 -0
  150. package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +104 -0
  151. package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +101 -0
  152. package/dist-types/commands/ListApplicationGrantsCommand.d.ts +115 -0
  153. package/dist-types/commands/ListApplicationProvidersCommand.d.ts +107 -0
  154. package/dist-types/commands/ListApplicationsCommand.d.ts +114 -0
  155. package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +3 -3
  156. package/dist-types/commands/ListInstancesCommand.d.ts +9 -4
  157. package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +3 -3
  158. package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +4 -4
  159. package/dist-types/commands/ListPermissionSetsCommand.d.ts +3 -3
  160. package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +5 -4
  161. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -4
  162. package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +96 -0
  163. package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +8 -8
  164. package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +99 -0
  165. package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +97 -0
  166. package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +100 -0
  167. package/dist-types/commands/PutApplicationGrantCommand.d.ts +114 -0
  168. package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +13 -12
  169. package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +7 -7
  170. package/dist-types/commands/TagResourceCommand.d.ts +9 -9
  171. package/dist-types/commands/UntagResourceCommand.d.ts +8 -8
  172. package/dist-types/commands/UpdateApplicationCommand.d.ts +103 -0
  173. package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +12 -12
  174. package/dist-types/commands/UpdateInstanceCommand.d.ts +93 -0
  175. package/dist-types/commands/UpdatePermissionSetCommand.d.ts +7 -7
  176. package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +105 -0
  177. package/dist-types/commands/index.d.ts +36 -0
  178. package/dist-types/index.d.ts +19 -15
  179. package/dist-types/models/models_0.d.ts +2369 -276
  180. package/dist-types/pagination/ListAccountAssignmentsForPrincipalPaginator.d.ts +7 -0
  181. package/dist-types/pagination/ListApplicationAccessScopesPaginator.d.ts +7 -0
  182. package/dist-types/pagination/ListApplicationAssignmentsForPrincipalPaginator.d.ts +7 -0
  183. package/dist-types/pagination/ListApplicationAssignmentsPaginator.d.ts +7 -0
  184. package/dist-types/pagination/ListApplicationAuthenticationMethodsPaginator.d.ts +7 -0
  185. package/dist-types/pagination/ListApplicationGrantsPaginator.d.ts +7 -0
  186. package/dist-types/pagination/ListApplicationProvidersPaginator.d.ts +7 -0
  187. package/dist-types/pagination/ListApplicationsPaginator.d.ts +7 -0
  188. package/dist-types/pagination/ListTrustedTokenIssuersPaginator.d.ts +7 -0
  189. package/dist-types/pagination/index.d.ts +9 -0
  190. package/dist-types/protocols/Aws_json1_1.d.ts +324 -0
  191. package/dist-types/ts3.4/SSOAdmin.d.ts +660 -0
  192. package/dist-types/ts3.4/SSOAdminClient.d.ts +218 -2
  193. package/dist-types/ts3.4/commands/CreateApplicationAssignmentCommand.d.ts +42 -0
  194. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +39 -0
  195. package/dist-types/ts3.4/commands/CreateInstanceCommand.d.ts +38 -0
  196. package/dist-types/ts3.4/commands/CreateTrustedTokenIssuerCommand.d.ts +42 -0
  197. package/dist-types/ts3.4/commands/DeleteApplicationAccessScopeCommand.d.ts +38 -0
  198. package/dist-types/ts3.4/commands/DeleteApplicationAssignmentCommand.d.ts +42 -0
  199. package/dist-types/ts3.4/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +38 -0
  200. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +39 -0
  201. package/dist-types/ts3.4/commands/DeleteApplicationGrantCommand.d.ts +37 -0
  202. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +38 -0
  203. package/dist-types/ts3.4/commands/DeleteTrustedTokenIssuerCommand.d.ts +42 -0
  204. package/dist-types/ts3.4/commands/DescribeApplicationAssignmentCommand.d.ts +42 -0
  205. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +39 -0
  206. package/dist-types/ts3.4/commands/DescribeApplicationProviderCommand.d.ts +42 -0
  207. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +38 -0
  208. package/dist-types/ts3.4/commands/DescribeTrustedTokenIssuerCommand.d.ts +42 -0
  209. package/dist-types/ts3.4/commands/GetApplicationAccessScopeCommand.d.ts +42 -0
  210. package/dist-types/ts3.4/commands/GetApplicationAssignmentConfigurationCommand.d.ts +42 -0
  211. package/dist-types/ts3.4/commands/GetApplicationAuthenticationMethodCommand.d.ts +42 -0
  212. package/dist-types/ts3.4/commands/GetApplicationGrantCommand.d.ts +39 -0
  213. package/dist-types/ts3.4/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +42 -0
  214. package/dist-types/ts3.4/commands/ListApplicationAccessScopesCommand.d.ts +42 -0
  215. package/dist-types/ts3.4/commands/ListApplicationAssignmentsCommand.d.ts +42 -0
  216. package/dist-types/ts3.4/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +42 -0
  217. package/dist-types/ts3.4/commands/ListApplicationAuthenticationMethodsCommand.d.ts +42 -0
  218. package/dist-types/ts3.4/commands/ListApplicationGrantsCommand.d.ts +42 -0
  219. package/dist-types/ts3.4/commands/ListApplicationProvidersCommand.d.ts +42 -0
  220. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +38 -0
  221. package/dist-types/ts3.4/commands/ListTrustedTokenIssuersCommand.d.ts +42 -0
  222. package/dist-types/ts3.4/commands/PutApplicationAccessScopeCommand.d.ts +38 -0
  223. package/dist-types/ts3.4/commands/PutApplicationAssignmentConfigurationCommand.d.ts +42 -0
  224. package/dist-types/ts3.4/commands/PutApplicationAuthenticationMethodCommand.d.ts +38 -0
  225. package/dist-types/ts3.4/commands/PutApplicationGrantCommand.d.ts +34 -0
  226. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +39 -0
  227. package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +38 -0
  228. package/dist-types/ts3.4/commands/UpdateTrustedTokenIssuerCommand.d.ts +42 -0
  229. package/dist-types/ts3.4/commands/index.d.ts +36 -0
  230. package/dist-types/ts3.4/models/models_0.d.ts +573 -23
  231. package/dist-types/ts3.4/pagination/ListAccountAssignmentsForPrincipalPaginator.d.ts +11 -0
  232. package/dist-types/ts3.4/pagination/ListApplicationAccessScopesPaginator.d.ts +11 -0
  233. package/dist-types/ts3.4/pagination/ListApplicationAssignmentsForPrincipalPaginator.d.ts +11 -0
  234. package/dist-types/ts3.4/pagination/ListApplicationAssignmentsPaginator.d.ts +11 -0
  235. package/dist-types/ts3.4/pagination/ListApplicationAuthenticationMethodsPaginator.d.ts +11 -0
  236. package/dist-types/ts3.4/pagination/ListApplicationGrantsPaginator.d.ts +11 -0
  237. package/dist-types/ts3.4/pagination/ListApplicationProvidersPaginator.d.ts +11 -0
  238. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -0
  239. package/dist-types/ts3.4/pagination/ListTrustedTokenIssuersPaginator.d.ts +11 -0
  240. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  241. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +432 -0
  242. package/package.json +5 -3
@@ -0,0 +1,104 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0";
5
+ import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeApplicationCommand}.
14
+ */
15
+ export interface DescribeApplicationCommandInput extends DescribeApplicationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeApplicationCommand}.
21
+ */
22
+ export interface DescribeApplicationCommandOutput extends DescribeApplicationResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Retrieves the details of an application associated with an instance of IAM Identity Center.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { SSOAdminClient, DescribeApplicationCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
31
+ * // const { SSOAdminClient, DescribeApplicationCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
32
+ * const client = new SSOAdminClient(config);
33
+ * const input = { // DescribeApplicationRequest
34
+ * ApplicationArn: "STRING_VALUE", // required
35
+ * };
36
+ * const command = new DescribeApplicationCommand(input);
37
+ * const response = await client.send(command);
38
+ * // { // DescribeApplicationResponse
39
+ * // ApplicationArn: "STRING_VALUE",
40
+ * // ApplicationProviderArn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // ApplicationAccount: "STRING_VALUE",
43
+ * // InstanceArn: "STRING_VALUE",
44
+ * // Status: "ENABLED" || "DISABLED",
45
+ * // PortalOptions: { // PortalOptions
46
+ * // SignInOptions: { // SignInOptions
47
+ * // Origin: "IDENTITY_CENTER" || "APPLICATION", // required
48
+ * // ApplicationUrl: "STRING_VALUE",
49
+ * // },
50
+ * // Visibility: "ENABLED" || "DISABLED",
51
+ * // },
52
+ * // Description: "STRING_VALUE",
53
+ * // CreatedDate: new Date("TIMESTAMP"),
54
+ * // };
55
+ *
56
+ * ```
57
+ *
58
+ * @param DescribeApplicationCommandInput - {@link DescribeApplicationCommandInput}
59
+ * @returns {@link DescribeApplicationCommandOutput}
60
+ * @see {@link DescribeApplicationCommandInput} for command's `input` shape.
61
+ * @see {@link DescribeApplicationCommandOutput} for command's `response` shape.
62
+ * @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
63
+ *
64
+ * @throws {@link AccessDeniedException} (client fault)
65
+ * <p>You do not have sufficient access to perform this action.</p>
66
+ *
67
+ * @throws {@link InternalServerException} (server fault)
68
+ * <p>The request processing has failed because of an unknown error, exception, or failure
69
+ * with an internal server.</p>
70
+ *
71
+ * @throws {@link ResourceNotFoundException} (client fault)
72
+ * <p>Indicates that a requested resource is not found.</p>
73
+ *
74
+ * @throws {@link ThrottlingException} (client fault)
75
+ * <p>Indicates that the principal has crossed the throttling limits of the API
76
+ * operations.</p>
77
+ *
78
+ * @throws {@link ValidationException} (client fault)
79
+ * <p>The request failed because it contains a syntax error.</p>
80
+ *
81
+ * @throws {@link SSOAdminServiceException}
82
+ * <p>Base exception class for all service exceptions from SSOAdmin service.</p>
83
+ *
84
+ */
85
+ export declare class DescribeApplicationCommand extends $Command<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, SSOAdminClientResolvedConfig> {
86
+ readonly input: DescribeApplicationCommandInput;
87
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
+ /**
89
+ * @public
90
+ */
91
+ constructor(input: DescribeApplicationCommandInput);
92
+ /**
93
+ * @internal
94
+ */
95
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOAdminClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationCommandInput, DescribeApplicationCommandOutput>;
96
+ /**
97
+ * @internal
98
+ */
99
+ private serialize;
100
+ /**
101
+ * @internal
102
+ */
103
+ private deserialize;
104
+ }
@@ -0,0 +1,104 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { DescribeApplicationProviderRequest, DescribeApplicationProviderResponse } from "../models/models_0";
5
+ import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeApplicationProviderCommand}.
14
+ */
15
+ export interface DescribeApplicationProviderCommandInput extends DescribeApplicationProviderRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeApplicationProviderCommand}.
21
+ */
22
+ export interface DescribeApplicationProviderCommandOutput extends DescribeApplicationProviderResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Retrieves details about a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { SSOAdminClient, DescribeApplicationProviderCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
31
+ * // const { SSOAdminClient, DescribeApplicationProviderCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
32
+ * const client = new SSOAdminClient(config);
33
+ * const input = { // DescribeApplicationProviderRequest
34
+ * ApplicationProviderArn: "STRING_VALUE", // required
35
+ * };
36
+ * const command = new DescribeApplicationProviderCommand(input);
37
+ * const response = await client.send(command);
38
+ * // { // DescribeApplicationProviderResponse
39
+ * // ApplicationProviderArn: "STRING_VALUE", // required
40
+ * // FederationProtocol: "SAML" || "OAUTH",
41
+ * // DisplayData: { // DisplayData
42
+ * // DisplayName: "STRING_VALUE",
43
+ * // IconUrl: "STRING_VALUE",
44
+ * // Description: "STRING_VALUE",
45
+ * // },
46
+ * // ResourceServerConfig: { // ResourceServerConfig
47
+ * // Scopes: { // ResourceServerScopes
48
+ * // "<keys>": { // ResourceServerScopeDetails
49
+ * // LongDescription: "STRING_VALUE",
50
+ * // DetailedTitle: "STRING_VALUE",
51
+ * // },
52
+ * // },
53
+ * // },
54
+ * // };
55
+ *
56
+ * ```
57
+ *
58
+ * @param DescribeApplicationProviderCommandInput - {@link DescribeApplicationProviderCommandInput}
59
+ * @returns {@link DescribeApplicationProviderCommandOutput}
60
+ * @see {@link DescribeApplicationProviderCommandInput} for command's `input` shape.
61
+ * @see {@link DescribeApplicationProviderCommandOutput} for command's `response` shape.
62
+ * @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
63
+ *
64
+ * @throws {@link AccessDeniedException} (client fault)
65
+ * <p>You do not have sufficient access to perform this action.</p>
66
+ *
67
+ * @throws {@link InternalServerException} (server fault)
68
+ * <p>The request processing has failed because of an unknown error, exception, or failure
69
+ * with an internal server.</p>
70
+ *
71
+ * @throws {@link ResourceNotFoundException} (client fault)
72
+ * <p>Indicates that a requested resource is not found.</p>
73
+ *
74
+ * @throws {@link ThrottlingException} (client fault)
75
+ * <p>Indicates that the principal has crossed the throttling limits of the API
76
+ * operations.</p>
77
+ *
78
+ * @throws {@link ValidationException} (client fault)
79
+ * <p>The request failed because it contains a syntax error.</p>
80
+ *
81
+ * @throws {@link SSOAdminServiceException}
82
+ * <p>Base exception class for all service exceptions from SSOAdmin service.</p>
83
+ *
84
+ */
85
+ export declare class DescribeApplicationProviderCommand extends $Command<DescribeApplicationProviderCommandInput, DescribeApplicationProviderCommandOutput, SSOAdminClientResolvedConfig> {
86
+ readonly input: DescribeApplicationProviderCommandInput;
87
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
+ /**
89
+ * @public
90
+ */
91
+ constructor(input: DescribeApplicationProviderCommandInput);
92
+ /**
93
+ * @internal
94
+ */
95
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOAdminClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeApplicationProviderCommandInput, DescribeApplicationProviderCommandOutput>;
96
+ /**
97
+ * @internal
98
+ */
99
+ private serialize;
100
+ /**
101
+ * @internal
102
+ */
103
+ private deserialize;
104
+ }
@@ -24,8 +24,9 @@ export interface DescribeInstanceAccessControlAttributeConfigurationCommandOutpu
24
24
  /**
25
25
  * @public
26
26
  * <p>Returns the list of IAM Identity Center identity store attributes that have been configured to work
27
- * with attributes-based access control (ABAC) for the specified IAM Identity Center instance. This will not
28
- * return attributes configured and sent by an external identity provider. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>IAM Identity Center User Guide</i>.</p>
27
+ * with attributes-based access control (ABAC) for the specified IAM Identity Center instance. This will
28
+ * not return attributes configured and sent by an external identity provider.
29
+ * For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>IAM Identity Center User Guide</i>.</p>
29
30
  * @example
30
31
  * Use a bare-bones client and the command you need to make an API call.
31
32
  * ```javascript
@@ -66,15 +67,15 @@ export interface DescribeInstanceAccessControlAttributeConfigurationCommandOutpu
66
67
  * <p>You do not have sufficient access to perform this action.</p>
67
68
  *
68
69
  * @throws {@link InternalServerException} (server fault)
69
- * <p>The request processing has failed because of an unknown error, exception, or failure with
70
- * an internal server.</p>
70
+ * <p>The request processing has failed because of an unknown error, exception, or failure
71
+ * with an internal server.</p>
71
72
  *
72
73
  * @throws {@link ResourceNotFoundException} (client fault)
73
74
  * <p>Indicates that a requested resource is not found.</p>
74
75
  *
75
76
  * @throws {@link ThrottlingException} (client fault)
76
77
  * <p>Indicates that the principal has crossed the throttling limits of the API
77
- * operations.</p>
78
+ * operations.</p>
78
79
  *
79
80
  * @throws {@link ValidationException} (client fault)
80
81
  * <p>The request failed because it contains a syntax error.</p>
@@ -0,0 +1,110 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { DescribeInstanceRequest, DescribeInstanceResponse } from "../models/models_0";
5
+ import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeInstanceCommand}.
14
+ */
15
+ export interface DescribeInstanceCommandInput extends DescribeInstanceRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeInstanceCommand}.
21
+ */
22
+ export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Returns the details of an instance of IAM Identity Center. The status can be one of the following:</p>
27
+ * <ul>
28
+ * <li>
29
+ * <p>
30
+ * <code>CREATE_IN_PROGRESS</code> - The instance is in the process of being created. When the
31
+ * instance is ready for use, DescribeInstance returns the status of
32
+ * <code>ACTIVE</code>. While the instance is in the
33
+ * <code>CREATE_IN_PROGRESS</code> state, you can call only DescribeInstance
34
+ * and DeleteInstance operations.</p>
35
+ * </li>
36
+ * <li>
37
+ * <p>
38
+ * <code>DELETE_IN_PROGRESS</code> - The instance is being deleted. Returns <code>AccessDeniedException</code> after the delete operation completes. </p>
39
+ * </li>
40
+ * <li>
41
+ * <p>
42
+ * <code>ACTIVE</code> - The instance is active.</p>
43
+ * </li>
44
+ * </ul>
45
+ * @example
46
+ * Use a bare-bones client and the command you need to make an API call.
47
+ * ```javascript
48
+ * import { SSOAdminClient, DescribeInstanceCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
49
+ * // const { SSOAdminClient, DescribeInstanceCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
50
+ * const client = new SSOAdminClient(config);
51
+ * const input = { // DescribeInstanceRequest
52
+ * InstanceArn: "STRING_VALUE", // required
53
+ * };
54
+ * const command = new DescribeInstanceCommand(input);
55
+ * const response = await client.send(command);
56
+ * // { // DescribeInstanceResponse
57
+ * // InstanceArn: "STRING_VALUE",
58
+ * // IdentityStoreId: "STRING_VALUE",
59
+ * // OwnerAccountId: "STRING_VALUE",
60
+ * // Name: "STRING_VALUE",
61
+ * // CreatedDate: new Date("TIMESTAMP"),
62
+ * // Status: "CREATE_IN_PROGRESS" || "DELETE_IN_PROGRESS" || "ACTIVE",
63
+ * // };
64
+ *
65
+ * ```
66
+ *
67
+ * @param DescribeInstanceCommandInput - {@link DescribeInstanceCommandInput}
68
+ * @returns {@link DescribeInstanceCommandOutput}
69
+ * @see {@link DescribeInstanceCommandInput} for command's `input` shape.
70
+ * @see {@link DescribeInstanceCommandOutput} for command's `response` shape.
71
+ * @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
72
+ *
73
+ * @throws {@link AccessDeniedException} (client fault)
74
+ * <p>You do not have sufficient access to perform this action.</p>
75
+ *
76
+ * @throws {@link InternalServerException} (server fault)
77
+ * <p>The request processing has failed because of an unknown error, exception, or failure
78
+ * with an internal server.</p>
79
+ *
80
+ * @throws {@link ThrottlingException} (client fault)
81
+ * <p>Indicates that the principal has crossed the throttling limits of the API
82
+ * operations.</p>
83
+ *
84
+ * @throws {@link ValidationException} (client fault)
85
+ * <p>The request failed because it contains a syntax error.</p>
86
+ *
87
+ * @throws {@link SSOAdminServiceException}
88
+ * <p>Base exception class for all service exceptions from SSOAdmin service.</p>
89
+ *
90
+ */
91
+ export declare class DescribeInstanceCommand extends $Command<DescribeInstanceCommandInput, DescribeInstanceCommandOutput, SSOAdminClientResolvedConfig> {
92
+ readonly input: DescribeInstanceCommandInput;
93
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
+ /**
95
+ * @public
96
+ */
97
+ constructor(input: DescribeInstanceCommandInput);
98
+ /**
99
+ * @internal
100
+ */
101
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOAdminClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstanceCommandInput, DescribeInstanceCommandOutput>;
102
+ /**
103
+ * @internal
104
+ */
105
+ private serialize;
106
+ /**
107
+ * @internal
108
+ */
109
+ private deserialize;
110
+ }
@@ -59,15 +59,15 @@ export interface DescribePermissionSetCommandOutput extends DescribePermissionSe
59
59
  * <p>You do not have sufficient access to perform this action.</p>
60
60
  *
61
61
  * @throws {@link InternalServerException} (server fault)
62
- * <p>The request processing has failed because of an unknown error, exception, or failure with
63
- * an internal server.</p>
62
+ * <p>The request processing has failed because of an unknown error, exception, or failure
63
+ * with an internal server.</p>
64
64
  *
65
65
  * @throws {@link ResourceNotFoundException} (client fault)
66
66
  * <p>Indicates that a requested resource is not found.</p>
67
67
  *
68
68
  * @throws {@link ThrottlingException} (client fault)
69
69
  * <p>Indicates that the principal has crossed the throttling limits of the API
70
- * operations.</p>
70
+ * operations.</p>
71
71
  *
72
72
  * @throws {@link ValidationException} (client fault)
73
73
  * <p>The request failed because it contains a syntax error.</p>
@@ -59,15 +59,15 @@ export interface DescribePermissionSetProvisioningStatusCommandOutput extends De
59
59
  * <p>You do not have sufficient access to perform this action.</p>
60
60
  *
61
61
  * @throws {@link InternalServerException} (server fault)
62
- * <p>The request processing has failed because of an unknown error, exception, or failure with
63
- * an internal server.</p>
62
+ * <p>The request processing has failed because of an unknown error, exception, or failure
63
+ * with an internal server.</p>
64
64
  *
65
65
  * @throws {@link ResourceNotFoundException} (client fault)
66
66
  * <p>Indicates that a requested resource is not found.</p>
67
67
  *
68
68
  * @throws {@link ThrottlingException} (client fault)
69
69
  * <p>Indicates that the principal has crossed the throttling limits of the API
70
- * operations.</p>
70
+ * operations.</p>
71
71
  *
72
72
  * @throws {@link ValidationException} (client fault)
73
73
  * <p>The request failed because it contains a syntax error.</p>
@@ -0,0 +1,101 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { DescribeTrustedTokenIssuerRequest, DescribeTrustedTokenIssuerResponse } from "../models/models_0";
5
+ import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeTrustedTokenIssuerCommand}.
14
+ */
15
+ export interface DescribeTrustedTokenIssuerCommandInput extends DescribeTrustedTokenIssuerRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeTrustedTokenIssuerCommand}.
21
+ */
22
+ export interface DescribeTrustedTokenIssuerCommandOutput extends DescribeTrustedTokenIssuerResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Retrieves details about a trusted token issuer configuration stored in an instance of IAM Identity Center. Details include the name of the trusted token issuer, the issuer URL, and the path of the source attribute and the destination attribute for a trusted token issuer configuration.
27
+ * </p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { SSOAdminClient, DescribeTrustedTokenIssuerCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
32
+ * // const { SSOAdminClient, DescribeTrustedTokenIssuerCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
33
+ * const client = new SSOAdminClient(config);
34
+ * const input = { // DescribeTrustedTokenIssuerRequest
35
+ * TrustedTokenIssuerArn: "STRING_VALUE", // required
36
+ * };
37
+ * const command = new DescribeTrustedTokenIssuerCommand(input);
38
+ * const response = await client.send(command);
39
+ * // { // DescribeTrustedTokenIssuerResponse
40
+ * // TrustedTokenIssuerArn: "STRING_VALUE",
41
+ * // Name: "STRING_VALUE",
42
+ * // TrustedTokenIssuerType: "OIDC_JWT",
43
+ * // TrustedTokenIssuerConfiguration: { // TrustedTokenIssuerConfiguration Union: only one key present
44
+ * // OidcJwtConfiguration: { // OidcJwtConfiguration
45
+ * // IssuerUrl: "STRING_VALUE", // required
46
+ * // ClaimAttributePath: "STRING_VALUE", // required
47
+ * // IdentityStoreAttributePath: "STRING_VALUE", // required
48
+ * // JwksRetrievalOption: "OPEN_ID_DISCOVERY", // required
49
+ * // },
50
+ * // },
51
+ * // };
52
+ *
53
+ * ```
54
+ *
55
+ * @param DescribeTrustedTokenIssuerCommandInput - {@link DescribeTrustedTokenIssuerCommandInput}
56
+ * @returns {@link DescribeTrustedTokenIssuerCommandOutput}
57
+ * @see {@link DescribeTrustedTokenIssuerCommandInput} for command's `input` shape.
58
+ * @see {@link DescribeTrustedTokenIssuerCommandOutput} for command's `response` shape.
59
+ * @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
60
+ *
61
+ * @throws {@link AccessDeniedException} (client fault)
62
+ * <p>You do not have sufficient access to perform this action.</p>
63
+ *
64
+ * @throws {@link InternalServerException} (server fault)
65
+ * <p>The request processing has failed because of an unknown error, exception, or failure
66
+ * with an internal server.</p>
67
+ *
68
+ * @throws {@link ResourceNotFoundException} (client fault)
69
+ * <p>Indicates that a requested resource is not found.</p>
70
+ *
71
+ * @throws {@link ThrottlingException} (client fault)
72
+ * <p>Indicates that the principal has crossed the throttling limits of the API
73
+ * operations.</p>
74
+ *
75
+ * @throws {@link ValidationException} (client fault)
76
+ * <p>The request failed because it contains a syntax error.</p>
77
+ *
78
+ * @throws {@link SSOAdminServiceException}
79
+ * <p>Base exception class for all service exceptions from SSOAdmin service.</p>
80
+ *
81
+ */
82
+ export declare class DescribeTrustedTokenIssuerCommand extends $Command<DescribeTrustedTokenIssuerCommandInput, DescribeTrustedTokenIssuerCommandOutput, SSOAdminClientResolvedConfig> {
83
+ readonly input: DescribeTrustedTokenIssuerCommandInput;
84
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
+ /**
86
+ * @public
87
+ */
88
+ constructor(input: DescribeTrustedTokenIssuerCommandInput);
89
+ /**
90
+ * @internal
91
+ */
92
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOAdminClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTrustedTokenIssuerCommandInput, DescribeTrustedTokenIssuerCommandOutput>;
93
+ /**
94
+ * @internal
95
+ */
96
+ private serialize;
97
+ /**
98
+ * @internal
99
+ */
100
+ private deserialize;
101
+ }
@@ -54,21 +54,21 @@ export interface DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOut
54
54
  * <p>You do not have sufficient access to perform this action.</p>
55
55
  *
56
56
  * @throws {@link ConflictException} (client fault)
57
- * <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
58
- * when the previous write did not have time to propagate to the host serving the current
59
- * request. A retry (with appropriate backoff logic) is the recommended response to this
60
- * exception.</p>
57
+ * <p>Occurs when a conflict with a previous successful write is detected. This generally
58
+ * occurs when the previous write did not have time to propagate to the host serving the
59
+ * current request. A retry (with appropriate backoff logic) is the recommended response to
60
+ * this exception.</p>
61
61
  *
62
62
  * @throws {@link InternalServerException} (server fault)
63
- * <p>The request processing has failed because of an unknown error, exception, or failure with
64
- * an internal server.</p>
63
+ * <p>The request processing has failed because of an unknown error, exception, or failure
64
+ * with an internal server.</p>
65
65
  *
66
66
  * @throws {@link ResourceNotFoundException} (client fault)
67
67
  * <p>Indicates that a requested resource is not found.</p>
68
68
  *
69
69
  * @throws {@link ThrottlingException} (client fault)
70
70
  * <p>Indicates that the principal has crossed the throttling limits of the API
71
- * operations.</p>
71
+ * operations.</p>
72
72
  *
73
73
  * @throws {@link ValidationException} (client fault)
74
74
  * <p>The request failed because it contains a syntax error.</p>
@@ -23,7 +23,8 @@ export interface DetachManagedPolicyFromPermissionSetCommandOutput extends Detac
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.</p>
26
+ * <p>Detaches the attached Amazon Web Services managed policy ARN from the specified permission
27
+ * set.</p>
27
28
  * @example
28
29
  * Use a bare-bones client and the command you need to make an API call.
29
30
  * ```javascript
@@ -51,21 +52,21 @@ export interface DetachManagedPolicyFromPermissionSetCommandOutput extends Detac
51
52
  * <p>You do not have sufficient access to perform this action.</p>
52
53
  *
53
54
  * @throws {@link ConflictException} (client fault)
54
- * <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
55
- * when the previous write did not have time to propagate to the host serving the current
56
- * request. A retry (with appropriate backoff logic) is the recommended response to this
57
- * exception.</p>
55
+ * <p>Occurs when a conflict with a previous successful write is detected. This generally
56
+ * occurs when the previous write did not have time to propagate to the host serving the
57
+ * current request. A retry (with appropriate backoff logic) is the recommended response to
58
+ * this exception.</p>
58
59
  *
59
60
  * @throws {@link InternalServerException} (server fault)
60
- * <p>The request processing has failed because of an unknown error, exception, or failure with
61
- * an internal server.</p>
61
+ * <p>The request processing has failed because of an unknown error, exception, or failure
62
+ * with an internal server.</p>
62
63
  *
63
64
  * @throws {@link ResourceNotFoundException} (client fault)
64
65
  * <p>Indicates that a requested resource is not found.</p>
65
66
  *
66
67
  * @throws {@link ThrottlingException} (client fault)
67
68
  * <p>Indicates that the principal has crossed the throttling limits of the API
68
- * operations.</p>
69
+ * operations.</p>
69
70
  *
70
71
  * @throws {@link ValidationException} (client fault)
71
72
  * <p>The request failed because it contains a syntax error.</p>
@@ -0,0 +1,94 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { GetApplicationAccessScopeRequest, GetApplicationAccessScopeResponse } from "../models/models_0";
5
+ import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetApplicationAccessScopeCommand}.
14
+ */
15
+ export interface GetApplicationAccessScopeCommandInput extends GetApplicationAccessScopeRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetApplicationAccessScopeCommand}.
21
+ */
22
+ export interface GetApplicationAccessScopeCommandOutput extends GetApplicationAccessScopeResponse, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Retrieves the authorized targets for an IAM Identity Center access scope for an application.</p>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { SSOAdminClient, GetApplicationAccessScopeCommand } from "@aws-sdk/client-sso-admin"; // ES Modules import
31
+ * // const { SSOAdminClient, GetApplicationAccessScopeCommand } = require("@aws-sdk/client-sso-admin"); // CommonJS import
32
+ * const client = new SSOAdminClient(config);
33
+ * const input = { // GetApplicationAccessScopeRequest
34
+ * ApplicationArn: "STRING_VALUE", // required
35
+ * Scope: "STRING_VALUE", // required
36
+ * };
37
+ * const command = new GetApplicationAccessScopeCommand(input);
38
+ * const response = await client.send(command);
39
+ * // { // GetApplicationAccessScopeResponse
40
+ * // Scope: "STRING_VALUE", // required
41
+ * // AuthorizedTargets: [ // ScopeTargets
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // };
45
+ *
46
+ * ```
47
+ *
48
+ * @param GetApplicationAccessScopeCommandInput - {@link GetApplicationAccessScopeCommandInput}
49
+ * @returns {@link GetApplicationAccessScopeCommandOutput}
50
+ * @see {@link GetApplicationAccessScopeCommandInput} for command's `input` shape.
51
+ * @see {@link GetApplicationAccessScopeCommandOutput} for command's `response` shape.
52
+ * @see {@link SSOAdminClientResolvedConfig | config} for SSOAdminClient's `config` shape.
53
+ *
54
+ * @throws {@link AccessDeniedException} (client fault)
55
+ * <p>You do not have sufficient access to perform this action.</p>
56
+ *
57
+ * @throws {@link InternalServerException} (server fault)
58
+ * <p>The request processing has failed because of an unknown error, exception, or failure
59
+ * with an internal server.</p>
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * <p>Indicates that a requested resource is not found.</p>
63
+ *
64
+ * @throws {@link ThrottlingException} (client fault)
65
+ * <p>Indicates that the principal has crossed the throttling limits of the API
66
+ * operations.</p>
67
+ *
68
+ * @throws {@link ValidationException} (client fault)
69
+ * <p>The request failed because it contains a syntax error.</p>
70
+ *
71
+ * @throws {@link SSOAdminServiceException}
72
+ * <p>Base exception class for all service exceptions from SSOAdmin service.</p>
73
+ *
74
+ */
75
+ export declare class GetApplicationAccessScopeCommand extends $Command<GetApplicationAccessScopeCommandInput, GetApplicationAccessScopeCommandOutput, SSOAdminClientResolvedConfig> {
76
+ readonly input: GetApplicationAccessScopeCommandInput;
77
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
81
+ constructor(input: GetApplicationAccessScopeCommandInput);
82
+ /**
83
+ * @internal
84
+ */
85
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SSOAdminClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationAccessScopeCommandInput, GetApplicationAccessScopeCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
89
+ private serialize;
90
+ /**
91
+ * @internal
92
+ */
93
+ private deserialize;
94
+ }