@aws-sdk/client-sso-admin 3.160.0 → 3.161.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 (27) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +11 -11
  3. package/dist-cjs/endpoints.js +1 -0
  4. package/dist-es/endpoints.js +1 -0
  5. package/dist-types/SSOAdmin.d.ts +40 -40
  6. package/dist-types/SSOAdminClient.d.ts +11 -11
  7. package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +2 -2
  10. package/dist-types/commands/CreatePermissionSetCommand.d.ts +2 -2
  11. package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +2 -2
  13. package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -3
  14. package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +1 -1
  15. package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +1 -1
  16. package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +1 -1
  17. package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +1 -1
  19. package/dist-types/commands/ListInstancesCommand.d.ts +1 -1
  20. package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +1 -1
  21. package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +1 -1
  22. package/dist-types/commands/ListPermissionSetsCommand.d.ts +1 -1
  23. package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +1 -1
  24. package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +1 -1
  25. package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -4
  26. package/dist-types/models/models_0.d.ts +122 -124
  27. package/package.json +6 -6
@@ -7,12 +7,12 @@ export interface UpdateInstanceAccessControlAttributeConfigurationCommandInput e
7
7
  export interface UpdateInstanceAccessControlAttributeConfigurationCommandOutput extends UpdateInstanceAccessControlAttributeConfigurationResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Updates the Amazon Web Services SSO identity store attributes that you can use with the Amazon Web Services SSO instance
10
+ * <p>Updates the IAM Identity Center identity store attributes that you can use with the IAM Identity Center instance
11
11
  * for attributes-based access control (ABAC). When using an external identity provider as an
12
12
  * identity source, you can pass attributes through the SAML assertion as an alternative to
13
- * configuring attributes from the Amazon Web Services SSO identity store. If a SAML assertion passes any of
14
- * these attributes, Amazon Web Services SSO replaces the attribute value with the value from the Amazon Web Services SSO
15
- * identity store. For more information about ABAC, see <a href="/singlesignon/latest/userguide/abac.html">Attribute-Based Access Control</a> in the <i>Amazon Web Services SSO User Guide</i>.</p>
13
+ * configuring attributes from the IAM Identity Center identity store. If a SAML assertion passes any of
14
+ * these attributes, IAM Identity Center replaces the attribute value with the value from the IAM Identity Center
15
+ * identity store. 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>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
18
18
  * ```javascript