@aws-sdk/client-sso-admin 3.803.0 → 3.806.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 (159) hide show
  1. package/README.md +17 -9
  2. package/dist-cjs/runtimeConfig.js +6 -6
  3. package/dist-es/runtimeConfig.js +6 -6
  4. package/dist-types/SSOAdmin.d.ts +17 -9
  5. package/dist-types/SSOAdminClient.d.ts +17 -9
  6. package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +1 -1
  7. package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateApplicationCommand.d.ts +12 -2
  11. package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateInstanceCommand.d.ts +2 -2
  13. package/dist-types/commands/CreatePermissionSetCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +7 -5
  15. package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
  24. package/dist-types/commands/DeletePermissionSetCommand.d.ts +1 -1
  25. package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +3 -2
  27. package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +5 -4
  30. package/dist-types/commands/DescribeApplicationCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +3 -2
  32. package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeInstanceCommand.d.ts +11 -8
  34. package/dist-types/commands/DescribePermissionSetCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +4 -3
  37. package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +1 -1
  38. package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +1 -1
  39. package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +1 -1
  40. package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +1 -1
  41. package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +1 -1
  42. package/dist-types/commands/GetApplicationGrantCommand.d.ts +1 -1
  43. package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +1 -1
  44. package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +1 -1
  46. package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +1 -1
  47. package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +2 -2
  48. package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +3 -2
  49. package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +1 -1
  50. package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +1 -1
  51. package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +6 -2
  53. package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListApplicationGrantsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
  56. package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +1 -1
  57. package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +1 -1
  58. package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +1 -1
  59. package/dist-types/commands/ListPermissionSetsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +1 -1
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  62. package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +1 -1
  63. package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +1 -1
  64. package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +2 -2
  65. package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +6 -4
  66. package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +1 -1
  67. package/dist-types/commands/PutApplicationGrantCommand.d.ts +79 -2
  68. package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +1 -1
  69. package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +1 -1
  70. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  71. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateInstanceCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdatePermissionSetCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +5 -3
  77. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  78. package/dist-types/index.d.ts +17 -9
  79. package/dist-types/models/models_0.d.ts +67 -36
  80. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  81. package/dist-types/runtimeConfig.d.ts +16 -16
  82. package/dist-types/runtimeConfig.native.d.ts +18 -18
  83. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  84. package/dist-types/ts3.4/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/CreateAccountAssignmentCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/CreateApplicationAssignmentCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/CreatePermissionSetCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/CreateTrustedTokenIssuerCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DeleteAccountAssignmentCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DeleteApplicationAccessScopeCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DeleteApplicationAssignmentCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DeleteApplicationGrantCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DeletePermissionSetCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DeleteTrustedTokenIssuerCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/DescribeApplicationAssignmentCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DescribeApplicationProviderCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DescribeInstanceCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribePermissionSetCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeTrustedTokenIssuerCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/GetApplicationAccessScopeCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/GetApplicationAssignmentConfigurationCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/GetApplicationAuthenticationMethodCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/GetApplicationGrantCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/GetInlinePolicyForPermissionSetCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/ListAccountAssignmentCreationStatusCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/ListAccountAssignmentsCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/ListApplicationAccessScopesCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/ListApplicationAssignmentsCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/ListApplicationAuthenticationMethodsCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/ListApplicationGrantsCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/ListPermissionSetProvisioningStatusCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/ListPermissionSetsCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/ListTrustedTokenIssuersCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/ProvisionPermissionSetCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/PutApplicationAccessScopeCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/PutApplicationAssignmentConfigurationCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/PutApplicationAuthenticationMethodCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/PutApplicationGrantCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/PutInlinePolicyToPermissionSetCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/UpdateInstanceCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/UpdatePermissionSetCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/UpdateTrustedTokenIssuerCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  155. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  156. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  157. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  158. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  159. package/package.json +22 -22
package/README.md CHANGED
@@ -6,19 +6,27 @@
6
6
 
7
7
  AWS SDK for JavaScript SSOAdmin Client for Node.js, Browser and React Native.
8
8
 
9
- <p>IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage
10
- their access centrally across Amazon Web Services accounts and applications. IAM Identity Center is the recommended
11
- approach for workforce authentication and authorization in Amazon Web Services, for organizations of
12
- any size and type.</p>
9
+ <p>IAM Identity Center is the Amazon Web Services solution for connecting your workforce users to Amazon Web Services managed
10
+ applications and other Amazon Web Services resources. You can connect your existing identity provider
11
+ and synchronize users and groups from your directory, or create and manage your users
12
+ directly in IAM Identity Center. You can then use IAM Identity Center for either or both of the following:</p>
13
+ <ul>
14
+ <li>
15
+ <p>User access to applications</p>
16
+ </li>
17
+ <li>
18
+ <p>User access to Amazon Web Services accounts</p>
19
+ </li>
20
+ </ul>
21
+ <p>This guide provides information about single sign-on operations that you can use for access to applications and
22
+ Amazon Web Services accounts. For information about IAM Identity Center features, see the
23
+ <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center
24
+ User Guide</a>.</p>
13
25
  <note>
14
26
  <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API
15
27
  namespaces.</p>
16
28
  </note>
17
- <p>This reference guide provides information on single sign-on operations which could be
18
- used for access management of Amazon Web Services accounts. For information about IAM Identity Center features, see
19
- the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center
20
- User Guide</a>.</p>
21
- <p>Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as
29
+ <p>Many API operations for IAM Identity Center rely on identifiers for users and groups, known as
22
30
  principals. For more information about how to work with principals and principal IDs in
23
31
  IAM Identity Center, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Identity Store API
24
32
  Reference</a>.</p>
@@ -23,20 +23,20 @@ const getRuntimeConfig = (config) => {
23
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
25
25
  (0, core_1.emitWarningIfUnsupportedVersion)(process.version);
26
- const profileConfig = { profile: config?.profile };
26
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
27
27
  return {
28
28
  ...clientSharedValues,
29
29
  ...config,
30
30
  runtime: "node",
31
31
  defaultsMode,
32
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
32
+ authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
33
33
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
34
34
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
35
35
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
36
36
  (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
37
37
  maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
38
38
  region: config?.region ??
39
- (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
39
+ (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
40
40
  requestHandler: node_http_handler_1.NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
41
41
  retryMode: config?.retryMode ??
42
42
  (0, node_config_provider_1.loadConfig)({
@@ -45,9 +45,9 @@ const getRuntimeConfig = (config) => {
45
45
  }, config),
46
46
  sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
47
47
  streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
48
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
49
- useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
50
- userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
48
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
49
+ useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
50
+ userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
51
51
  };
52
52
  };
53
53
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -19,20 +19,20 @@ export const getRuntimeConfig = (config) => {
19
19
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
20
20
  const clientSharedValues = getSharedRuntimeConfig(config);
21
21
  awsCheckVersion(process.version);
22
- const profileConfig = { profile: config?.profile };
22
+ const loaderConfig = { profile: config?.profile, logger: clientSharedValues.logger };
23
23
  return {
24
24
  ...clientSharedValues,
25
25
  ...config,
26
26
  runtime: "node",
27
27
  defaultsMode,
28
- authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
28
+ authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
29
29
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
30
30
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
31
31
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
32
32
  createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
33
33
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
34
34
  region: config?.region ??
35
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...profileConfig }),
35
+ loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
36
36
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
37
37
  retryMode: config?.retryMode ??
38
38
  loadNodeConfig({
@@ -41,8 +41,8 @@ export const getRuntimeConfig = (config) => {
41
41
  }, config),
42
42
  sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
43
43
  streamCollector: config?.streamCollector ?? streamCollector,
44
- useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, profileConfig),
45
- useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, profileConfig),
46
- userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, profileConfig),
44
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
45
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
46
+ userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
47
47
  };
48
48
  };
@@ -517,19 +517,27 @@ export interface SSOAdmin {
517
517
  updateTrustedTokenIssuer(args: UpdateTrustedTokenIssuerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrustedTokenIssuerCommandOutput) => void): void;
518
518
  }
519
519
  /**
520
- * <p>IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage
521
- * their access centrally across Amazon Web Services accounts and applications. IAM Identity Center is the recommended
522
- * approach for workforce authentication and authorization in Amazon Web Services, for organizations of
523
- * any size and type.</p>
520
+ * <p>IAM Identity Center is the Amazon Web Services solution for connecting your workforce users to Amazon Web Services managed
521
+ * applications and other Amazon Web Services resources. You can connect your existing identity provider
522
+ * and synchronize users and groups from your directory, or create and manage your users
523
+ * directly in IAM Identity Center. You can then use IAM Identity Center for either or both of the following:</p>
524
+ * <ul>
525
+ * <li>
526
+ * <p>User access to applications</p>
527
+ * </li>
528
+ * <li>
529
+ * <p>User access to Amazon Web Services accounts</p>
530
+ * </li>
531
+ * </ul>
532
+ * <p>This guide provides information about single sign-on operations that you can use for access to applications and
533
+ * Amazon Web Services accounts. For information about IAM Identity Center features, see the
534
+ * <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center
535
+ * User Guide</a>.</p>
524
536
  * <note>
525
537
  * <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API
526
538
  * namespaces.</p>
527
539
  * </note>
528
- * <p>This reference guide provides information on single sign-on operations which could be
529
- * used for access management of Amazon Web Services accounts. For information about IAM Identity Center features, see
530
- * the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center
531
- * User Guide</a>.</p>
532
- * <p>Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as
540
+ * <p>Many API operations for IAM Identity Center rely on identifiers for users and groups, known as
533
541
  * principals. For more information about how to work with principals and principal IDs in
534
542
  * IAM Identity Center, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Identity Store API
535
543
  * Reference</a>.</p>
@@ -242,19 +242,27 @@ export type SSOAdminClientResolvedConfigType = __SmithyResolvedConfiguration<__H
242
242
  export interface SSOAdminClientResolvedConfig extends SSOAdminClientResolvedConfigType {
243
243
  }
244
244
  /**
245
- * <p>IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage
246
- * their access centrally across Amazon Web Services accounts and applications. IAM Identity Center is the recommended
247
- * approach for workforce authentication and authorization in Amazon Web Services, for organizations of
248
- * any size and type.</p>
245
+ * <p>IAM Identity Center is the Amazon Web Services solution for connecting your workforce users to Amazon Web Services managed
246
+ * applications and other Amazon Web Services resources. You can connect your existing identity provider
247
+ * and synchronize users and groups from your directory, or create and manage your users
248
+ * directly in IAM Identity Center. You can then use IAM Identity Center for either or both of the following:</p>
249
+ * <ul>
250
+ * <li>
251
+ * <p>User access to applications</p>
252
+ * </li>
253
+ * <li>
254
+ * <p>User access to Amazon Web Services accounts</p>
255
+ * </li>
256
+ * </ul>
257
+ * <p>This guide provides information about single sign-on operations that you can use for access to applications and
258
+ * Amazon Web Services accounts. For information about IAM Identity Center features, see the
259
+ * <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center
260
+ * User Guide</a>.</p>
249
261
  * <note>
250
262
  * <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API
251
263
  * namespaces.</p>
252
264
  * </note>
253
- * <p>This reference guide provides information on single sign-on operations which could be
254
- * used for access management of Amazon Web Services accounts. For information about IAM Identity Center features, see
255
- * the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center
256
- * User Guide</a>.</p>
257
- * <p>Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as
265
+ * <p>Many API operations for IAM Identity Center rely on identifiers for users and groups, known as
258
266
  * principals. For more information about how to work with principals and principal IDs in
259
267
  * IAM Identity Center, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Identity Store API
260
268
  * Reference</a>.</p>
@@ -23,7 +23,7 @@ export interface AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutpu
23
23
  }
24
24
  declare const AttachCustomerManagedPolicyReferenceToPermissionSetCommand_base: {
25
25
  new (input: AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput, AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput, AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput, AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AttachManagedPolicyToPermissionSetCommandOutput extends AttachM
23
23
  }
24
24
  declare const AttachManagedPolicyToPermissionSetCommand_base: {
25
25
  new (input: AttachManagedPolicyToPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<AttachManagedPolicyToPermissionSetCommandInput, AttachManagedPolicyToPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AttachManagedPolicyToPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<AttachManagedPolicyToPermissionSetCommandInput, AttachManagedPolicyToPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AttachManagedPolicyToPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<AttachManagedPolicyToPermissionSetCommandInput, AttachManagedPolicyToPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateAccountAssignmentCommandOutput extends CreateAccountAssig
23
23
  }
24
24
  declare const CreateAccountAssignmentCommand_base: {
25
25
  new (input: CreateAccountAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccountAssignmentCommandInput, CreateAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateAccountAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccountAssignmentCommandInput, CreateAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAccountAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccountAssignmentCommandInput, CreateAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateApplicationAssignmentCommandOutput extends CreateApplicat
23
23
  }
24
24
  declare const CreateApplicationAssignmentCommand_base: {
25
25
  new (input: CreateApplicationAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationAssignmentCommandInput, CreateApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateApplicationAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationAssignmentCommandInput, CreateApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateApplicationAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationAssignmentCommandInput, CreateApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,11 +23,21 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
23
23
  }
24
24
  declare const CreateApplicationCommand_base: {
25
25
  new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an application in IAM Identity Center for the given application provider.</p>
30
+ * <p>Creates an OAuth 2.0 customer managed application in IAM Identity Center for the given
31
+ * application provider.</p>
32
+ * <note>
33
+ * <p>This API does not support creating SAML 2.0 customer managed applications or Amazon Web Services
34
+ * managed applications. To learn how to create an Amazon Web Services managed application, see the
35
+ * application user guide. You can create a SAML 2.0 customer managed application in
36
+ * the Amazon Web Services Management Console only. See <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/customermanagedapps-saml2-setup.html">Setting
37
+ * up customer managed SAML 2.0 applications</a>. For more information on these
38
+ * application types, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/awsapps.html">Amazon Web Services managed
39
+ * applications</a>.</p>
40
+ * </note>
31
41
  * @example
32
42
  * Use a bare-bones client and the command you need to make an API call.
33
43
  * ```javascript
@@ -23,7 +23,7 @@ export interface CreateInstanceAccessControlAttributeConfigurationCommandOutput
23
23
  }
24
24
  declare const CreateInstanceAccessControlAttributeConfigurationCommand_base: {
25
25
  new (input: CreateInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInstanceAccessControlAttributeConfigurationCommandInput, CreateInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInstanceAccessControlAttributeConfigurationCommandInput, CreateInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInstanceAccessControlAttributeConfigurationCommandInput, CreateInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -28,8 +28,8 @@ declare const CreateInstanceCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Creates an instance of IAM Identity Center for a standalone Amazon Web Services account that is not
31
- * managed by Organizations or a member Amazon Web Services account in an organization. You can
32
- * create only one instance per account and across all Amazon Web Services Regions.</p>
31
+ * managed by Organizations or a member Amazon Web Services account in an organization. You can create only
32
+ * one instance per account and across all Amazon Web Services Regions.</p>
33
33
  * <p>The CreateInstance request is rejected if the following apply: </p>
34
34
  * <ul>
35
35
  * <li>
@@ -23,7 +23,7 @@ export interface CreatePermissionSetCommandOutput extends CreatePermissionSetRes
23
23
  }
24
24
  declare const CreatePermissionSetCommand_base: {
25
25
  new (input: CreatePermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePermissionSetCommandInput, CreatePermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreatePermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePermissionSetCommandInput, CreatePermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePermissionSetCommandInput, CreatePermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,14 +23,16 @@ export interface CreateTrustedTokenIssuerCommandOutput extends CreateTrustedToke
23
23
  }
24
24
  declare const CreateTrustedTokenIssuerCommand_base: {
25
25
  new (input: CreateTrustedTokenIssuerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustedTokenIssuerCommandInput, CreateTrustedTokenIssuerCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateTrustedTokenIssuerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustedTokenIssuerCommandInput, CreateTrustedTokenIssuerCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTrustedTokenIssuerCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrustedTokenIssuerCommandInput, CreateTrustedTokenIssuerCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a connection to a trusted token issuer in an instance of IAM Identity Center. A trusted token issuer enables trusted identity propagation to be used with applications that authenticate outside of Amazon Web Services.</p>
31
- * <p>This trusted token issuer describes an external identity
32
- * provider (IdP) that can generate claims or assertions in the form of access tokens for a
33
- * user. Applications enabled for IAM Identity Center can use these tokens for authentication. </p>
30
+ * <p>Creates a connection to a trusted token issuer in an instance of IAM Identity Center. A trusted token issuer enables trusted
31
+ * identity propagation to be used with applications that authenticate outside of
32
+ * Amazon Web Services.</p>
33
+ * <p>This trusted token issuer describes an external identity provider (IdP) that can generate claims or
34
+ * assertions in the form of access tokens for a user. Applications enabled for IAM Identity Center
35
+ * can use these tokens for authentication. </p>
34
36
  * @example
35
37
  * Use a bare-bones client and the command you need to make an API call.
36
38
  * ```javascript
@@ -23,7 +23,7 @@ export interface DeleteAccountAssignmentCommandOutput extends DeleteAccountAssig
23
23
  }
24
24
  declare const DeleteAccountAssignmentCommand_base: {
25
25
  new (input: DeleteAccountAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountAssignmentCommandInput, DeleteAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteAccountAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountAssignmentCommandInput, DeleteAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAccountAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountAssignmentCommandInput, DeleteAccountAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteApplicationAccessScopeCommandOutput extends __MetadataBea
23
23
  }
24
24
  declare const DeleteApplicationAccessScopeCommand_base: {
25
25
  new (input: DeleteApplicationAccessScopeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationAccessScopeCommandInput, DeleteApplicationAccessScopeCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteApplicationAccessScopeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationAccessScopeCommandInput, DeleteApplicationAccessScopeCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteApplicationAccessScopeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationAccessScopeCommandInput, DeleteApplicationAccessScopeCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteApplicationAssignmentCommandOutput extends DeleteApplicat
23
23
  }
24
24
  declare const DeleteApplicationAssignmentCommand_base: {
25
25
  new (input: DeleteApplicationAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationAssignmentCommandInput, DeleteApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteApplicationAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationAssignmentCommandInput, DeleteApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteApplicationAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationAssignmentCommandInput, DeleteApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteApplicationAuthenticationMethodCommandOutput extends __Me
23
23
  }
24
24
  declare const DeleteApplicationAuthenticationMethodCommand_base: {
25
25
  new (input: DeleteApplicationAuthenticationMethodCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationAuthenticationMethodCommandInput, DeleteApplicationAuthenticationMethodCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteApplicationAuthenticationMethodCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationAuthenticationMethodCommandInput, DeleteApplicationAuthenticationMethodCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteApplicationAuthenticationMethodCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationAuthenticationMethodCommandInput, DeleteApplicationAuthenticationMethodCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteApplicationCommandOutput extends DeleteApplicationRespons
23
23
  }
24
24
  declare const DeleteApplicationCommand_base: {
25
25
  new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteApplicationGrantCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteApplicationGrantCommand_base: {
25
25
  new (input: DeleteApplicationGrantCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationGrantCommandInput, DeleteApplicationGrantCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteApplicationGrantCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationGrantCommandInput, DeleteApplicationGrantCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteApplicationGrantCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationGrantCommandInput, DeleteApplicationGrantCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteInlinePolicyFromPermissionSetCommandOutput extends Delete
23
23
  }
24
24
  declare const DeleteInlinePolicyFromPermissionSetCommand_base: {
25
25
  new (input: DeleteInlinePolicyFromPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInlinePolicyFromPermissionSetCommandInput, DeleteInlinePolicyFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteInlinePolicyFromPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInlinePolicyFromPermissionSetCommandInput, DeleteInlinePolicyFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteInlinePolicyFromPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInlinePolicyFromPermissionSetCommandInput, DeleteInlinePolicyFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteInstanceAccessControlAttributeConfigurationCommandOutput
23
23
  }
24
24
  declare const DeleteInstanceAccessControlAttributeConfigurationCommand_base: {
25
25
  new (input: DeleteInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceAccessControlAttributeConfigurationCommandInput, DeleteInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceAccessControlAttributeConfigurationCommandInput, DeleteInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceAccessControlAttributeConfigurationCommandInput, DeleteInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteInstanceCommandOutput extends DeleteInstanceResponse, __M
23
23
  }
24
24
  declare const DeleteInstanceCommand_base: {
25
25
  new (input: DeleteInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceCommandInput, DeleteInstanceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceCommandInput, DeleteInstanceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceCommandInput, DeleteInstanceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeletePermissionSetCommandOutput extends DeletePermissionSetRes
23
23
  }
24
24
  declare const DeletePermissionSetCommand_base: {
25
25
  new (input: DeletePermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionSetCommandInput, DeletePermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeletePermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionSetCommandInput, DeletePermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionSetCommandInput, DeletePermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeletePermissionsBoundaryFromPermissionSetCommandOutput extends
23
23
  }
24
24
  declare const DeletePermissionsBoundaryFromPermissionSetCommand_base: {
25
25
  new (input: DeletePermissionsBoundaryFromPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionsBoundaryFromPermissionSetCommandInput, DeletePermissionsBoundaryFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeletePermissionsBoundaryFromPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionsBoundaryFromPermissionSetCommandInput, DeletePermissionsBoundaryFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePermissionsBoundaryFromPermissionSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionsBoundaryFromPermissionSetCommandInput, DeletePermissionsBoundaryFromPermissionSetCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,13 +23,14 @@ export interface DeleteTrustedTokenIssuerCommandOutput extends DeleteTrustedToke
23
23
  }
24
24
  declare const DeleteTrustedTokenIssuerCommand_base: {
25
25
  new (input: DeleteTrustedTokenIssuerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustedTokenIssuerCommandInput, DeleteTrustedTokenIssuerCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteTrustedTokenIssuerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustedTokenIssuerCommandInput, DeleteTrustedTokenIssuerCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTrustedTokenIssuerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTrustedTokenIssuerCommandInput, DeleteTrustedTokenIssuerCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
30
  * <p>Deletes a trusted token issuer configuration from an instance of IAM Identity Center.</p>
31
31
  * <note>
32
- * <p>Deleting this trusted token issuer configuration will cause users to lose access to any applications that are configured to use the trusted token issuer.</p>
32
+ * <p>Deleting this trusted token issuer configuration will cause users to lose access to any
33
+ * applications that are configured to use the trusted token issuer.</p>
33
34
  * </note>
34
35
  * @example
35
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -23,7 +23,7 @@ export interface DescribeAccountAssignmentCreationStatusCommandOutput extends De
23
23
  }
24
24
  declare const DescribeAccountAssignmentCreationStatusCommand_base: {
25
25
  new (input: DescribeAccountAssignmentCreationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountAssignmentCreationStatusCommandInput, DescribeAccountAssignmentCreationStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeAccountAssignmentCreationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountAssignmentCreationStatusCommandInput, DescribeAccountAssignmentCreationStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeAccountAssignmentCreationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountAssignmentCreationStatusCommandInput, DescribeAccountAssignmentCreationStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeAccountAssignmentDeletionStatusCommandOutput extends De
23
23
  }
24
24
  declare const DescribeAccountAssignmentDeletionStatusCommand_base: {
25
25
  new (input: DescribeAccountAssignmentDeletionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountAssignmentDeletionStatusCommandInput, DescribeAccountAssignmentDeletionStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeAccountAssignmentDeletionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountAssignmentDeletionStatusCommandInput, DescribeAccountAssignmentDeletionStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeAccountAssignmentDeletionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccountAssignmentDeletionStatusCommandInput, DescribeAccountAssignmentDeletionStatusCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,13 +23,14 @@ export interface DescribeApplicationAssignmentCommandOutput extends DescribeAppl
23
23
  }
24
24
  declare const DescribeApplicationAssignmentCommand_base: {
25
25
  new (input: DescribeApplicationAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationAssignmentCommandInput, DescribeApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeApplicationAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationAssignmentCommandInput, DescribeApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeApplicationAssignmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationAssignmentCommandInput, DescribeApplicationAssignmentCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves a direct assignment of a user or group to an application. If the user doesn’t have a direct assignment to the application,
31
- * the user may still have access to the application through a group. Therefore, don’t use this API to test access to an application for a user.
32
- * Instead use <a>ListApplicationAssignmentsForPrincipal</a>.</p>
30
+ * <p>Retrieves a direct assignment of a user or group to an application. If the user
31
+ * doesn’t have a direct assignment to the application, the user may still have access to
32
+ * the application through a group. Therefore, don’t use this API to test access to an
33
+ * application for a user. Instead use <a>ListApplicationAssignmentsForPrincipal</a>.</p>
33
34
  * @example
34
35
  * Use a bare-bones client and the command you need to make an API call.
35
36
  * ```javascript
@@ -23,7 +23,7 @@ export interface DescribeApplicationCommandOutput extends DescribeApplicationRes
23
23
  }
24
24
  declare const DescribeApplicationCommand_base: {
25
25
  new (input: DescribeApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationCommandInput, DescribeApplicationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,11 +23,12 @@ export interface DescribeApplicationProviderCommandOutput extends DescribeApplic
23
23
  }
24
24
  declare const DescribeApplicationProviderCommand_base: {
25
25
  new (input: DescribeApplicationProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationProviderCommandInput, DescribeApplicationProviderCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeApplicationProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationProviderCommandInput, DescribeApplicationProviderCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeApplicationProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeApplicationProviderCommandInput, DescribeApplicationProviderCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <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>
30
+ * <p>Retrieves details about a provider that can be used to connect an Amazon Web Services managed
31
+ * application or customer managed application to IAM Identity Center.</p>
31
32
  * @example
32
33
  * Use a bare-bones client and the command you need to make an API call.
33
34
  * ```javascript
@@ -23,7 +23,7 @@ export interface DescribeInstanceAccessControlAttributeConfigurationCommandOutpu
23
23
  }
24
24
  declare const DescribeInstanceAccessControlAttributeConfigurationCommand_base: {
25
25
  new (input: DescribeInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceAccessControlAttributeConfigurationCommandInput, DescribeInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceAccessControlAttributeConfigurationCommandInput, DescribeInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeInstanceAccessControlAttributeConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceAccessControlAttributeConfigurationCommandInput, DescribeInstanceAccessControlAttributeConfigurationCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,23 +23,26 @@ export interface DescribeInstanceCommandOutput extends DescribeInstanceResponse,
23
23
  }
24
24
  declare const DescribeInstanceCommand_base: {
25
25
  new (input: DescribeInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceCommandInput, DescribeInstanceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceCommandInput, DescribeInstanceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeInstanceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceCommandInput, DescribeInstanceCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the details of an instance of IAM Identity Center. The status can be one of the following:</p>
30
+ * <p>Returns the details of an instance of IAM Identity Center. The status can be one of the
31
+ * following:</p>
31
32
  * <ul>
32
33
  * <li>
33
34
  * <p>
34
- * <code>CREATE_IN_PROGRESS</code> - The instance is in the process of being created. When the
35
- * instance is ready for use, DescribeInstance returns the status of
36
- * <code>ACTIVE</code>. While the instance is in the
37
- * <code>CREATE_IN_PROGRESS</code> state, you can call only DescribeInstance
38
- * and DeleteInstance operations.</p>
35
+ * <code>CREATE_IN_PROGRESS</code> - The instance is in the process of being
36
+ * created. When the instance is ready for use, DescribeInstance returns the status
37
+ * of <code>ACTIVE</code>. While the instance is in the
38
+ * <code>CREATE_IN_PROGRESS</code> state, you can call only DescribeInstance
39
+ * and DeleteInstance operations.</p>
39
40
  * </li>
40
41
  * <li>
41
42
  * <p>
42
- * <code>DELETE_IN_PROGRESS</code> - The instance is being deleted. Returns <code>AccessDeniedException</code> after the delete operation completes. </p>
43
+ * <code>DELETE_IN_PROGRESS</code> - The instance is being deleted. Returns
44
+ * <code>AccessDeniedException</code> after the delete operation completes.
45
+ * </p>
43
46
  * </li>
44
47
  * <li>
45
48
  * <p>