@aws-sdk/client-sso-admin 3.864.0 → 3.872.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 (97) hide show
  1. package/README.md +17 -32
  2. package/dist-cjs/index.js +80 -0
  3. package/dist-es/SSOAdmin.js +4 -0
  4. package/dist-es/commands/GetApplicationSessionConfigurationCommand.js +22 -0
  5. package/dist-es/commands/PutApplicationSessionConfigurationCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +4 -0
  8. package/dist-es/protocols/Aws_json1_1.js +38 -0
  9. package/dist-types/SSOAdmin.d.ts +15 -32
  10. package/dist-types/SSOAdminClient.d.ts +5 -34
  11. package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +4 -10
  12. package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +5 -19
  13. package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +5 -32
  14. package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +4 -10
  15. package/dist-types/commands/CreateApplicationCommand.d.ts +5 -21
  16. package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -16
  17. package/dist-types/commands/CreateInstanceCommand.d.ts +5 -22
  18. package/dist-types/commands/CreatePermissionSetCommand.d.ts +5 -16
  19. package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +5 -16
  20. package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +4 -15
  21. package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +3 -8
  22. package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +4 -10
  23. package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +3 -8
  24. package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -10
  25. package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +3 -8
  26. package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +3 -8
  27. package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -12
  28. package/dist-types/commands/DeleteInstanceCommand.d.ts +4 -11
  29. package/dist-types/commands/DeletePermissionSetCommand.d.ts +3 -8
  30. package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +3 -8
  31. package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +4 -13
  32. package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +2 -4
  33. package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +2 -4
  34. package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +3 -8
  35. package/dist-types/commands/DescribeApplicationCommand.d.ts +2 -4
  36. package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +3 -6
  37. package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -8
  38. package/dist-types/commands/DescribeInstanceCommand.d.ts +3 -26
  39. package/dist-types/commands/DescribePermissionSetCommand.d.ts +2 -4
  40. package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +2 -4
  41. package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +3 -7
  42. package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +3 -8
  43. package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +4 -10
  44. package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +2 -4
  45. package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +2 -4
  46. package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +2 -4
  47. package/dist-types/commands/GetApplicationGrantCommand.d.ts +2 -4
  48. package/dist-types/commands/GetApplicationSessionConfigurationCommand.d.ts +87 -0
  49. package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +2 -4
  50. package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +2 -4
  51. package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +3 -6
  52. package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +3 -6
  53. package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +3 -6
  54. package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +3 -7
  55. package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +2 -4
  56. package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +2 -4
  57. package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +2 -4
  58. package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +3 -9
  59. package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +2 -4
  60. package/dist-types/commands/ListApplicationGrantsCommand.d.ts +2 -4
  61. package/dist-types/commands/ListApplicationProvidersCommand.d.ts +2 -4
  62. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -9
  63. package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +2 -4
  64. package/dist-types/commands/ListInstancesCommand.d.ts +3 -6
  65. package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +2 -4
  66. package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +3 -6
  67. package/dist-types/commands/ListPermissionSetsCommand.d.ts +2 -4
  68. package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +3 -6
  69. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -4
  70. package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +2 -4
  71. package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +4 -10
  72. package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +4 -10
  73. package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +4 -13
  74. package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +3 -8
  75. package/dist-types/commands/PutApplicationGrantCommand.d.ts +4 -86
  76. package/dist-types/commands/PutApplicationSessionConfigurationCommand.d.ts +89 -0
  77. package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +5 -19
  78. package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +3 -8
  79. package/dist-types/commands/TagResourceCommand.d.ts +4 -10
  80. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -14
  83. package/dist-types/commands/UpdateInstanceCommand.d.ts +4 -10
  84. package/dist-types/commands/UpdatePermissionSetCommand.d.ts +3 -8
  85. package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +4 -14
  86. package/dist-types/commands/index.d.ts +2 -0
  87. package/dist-types/index.d.ts +1 -32
  88. package/dist-types/models/models_0.d.ts +231 -579
  89. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  90. package/dist-types/ts3.4/SSOAdmin.d.ts +46 -0
  91. package/dist-types/ts3.4/SSOAdminClient.d.ts +12 -0
  92. package/dist-types/ts3.4/commands/GetApplicationSessionConfigurationCommand.d.ts +51 -0
  93. package/dist-types/ts3.4/commands/PutApplicationSessionConfigurationCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +21 -0
  96. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  97. package/package.json +2 -2
@@ -1,36 +1,5 @@
1
1
  /**
2
- * <p>IAM Identity Center is the Amazon Web Services solution for connecting your workforce users to Amazon Web Services managed
3
- * applications and other Amazon Web Services resources. You can connect your existing identity provider
4
- * and synchronize users and groups from your directory, or create and manage your users
5
- * directly in IAM Identity Center. You can then use IAM Identity Center for either or both of the following:</p>
6
- * <ul>
7
- * <li>
8
- * <p>User access to applications</p>
9
- * </li>
10
- * <li>
11
- * <p>User access to Amazon Web Services accounts</p>
12
- * </li>
13
- * </ul>
14
- * <p>This guide provides information about single sign-on operations that you can use for access to applications and
15
- * Amazon Web Services accounts. For information about IAM Identity Center features, see the
16
- * <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center
17
- * User Guide</a>.</p>
18
- * <note>
19
- * <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API
20
- * namespaces.</p>
21
- * </note>
22
- * <p>Many API operations for IAM Identity Center rely on identifiers for users and groups, known as
23
- * principals. For more information about how to work with principals and principal IDs in
24
- * IAM Identity Center, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Identity Store API
25
- * Reference</a>.</p>
26
- * <note>
27
- * <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various
28
- * programming languages and platforms (Java, Ruby, .Net, iOS, Android, and more). The
29
- * SDKs provide a convenient way to create programmatic access to IAM Identity Center and other Amazon Web Services
30
- * services. For more information about the Amazon Web Services SDKs, including how to download and
31
- * install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web
32
- * Services</a>.</p>
33
- * </note>
2
+ * <p>IAM Identity Center is the Amazon Web Services solution for connecting your workforce users to Amazon Web Services managed applications and other Amazon Web Services resources. You can connect your existing identity provider and synchronize users and groups from your directory, or create and manage your users directly in IAM Identity Center. You can then use IAM Identity Center for either or both of the following:</p> <ul> <li> <p>User access to applications</p> </li> <li> <p>User access to Amazon Web Services accounts</p> </li> </ul> <p>This guide provides information about single sign-on operations that you can use for access to applications and Amazon Web Services accounts. For information about IAM Identity Center features, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">IAM Identity Center User Guide</a>.</p> <note> <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API namespaces.</p> </note> <p>Many API operations for IAM Identity Center rely on identifiers for users and groups, known as principals. For more information about how to work with principals and principal IDs in IAM Identity Center, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Identity Store API Reference</a>.</p> <note> <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .Net, iOS, Android, and more). The SDKs provide a convenient way to create programmatic access to IAM Identity Center and other Amazon Web Services services. For more information about the Amazon Web Services SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p> </note>
34
3
  *
35
4
  * @packageDocumentation
36
5
  */