@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.161.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.160.0...v3.161.0) (2022-08-30)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-sso-admin
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.160.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.159.0...v3.160.0) (2022-08-29)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-sso-admin
package/README.md CHANGED
@@ -9,27 +9,27 @@
9
9
 
10
10
  AWS SDK for JavaScript SSOAdmin Client for Node.js, Browser and React Native.
11
11
 
12
- <p>Amazon Web Services Single Sign On helps you securely create, or connect, your workforce identities and manage their
13
- access centrally across Amazon Web Services accounts and applications. Amazon Web Services SSO is the recommended
14
- approach for workforce authentication and authorization in Amazon Web Services, for organizations of any size
12
+ <p>AWS IAM Identity Center (successor to AWS Single Sign-On) helps you securely create, or connect, your workforce identities and manage their
13
+ access centrally across AWS accounts and applications. IAM Identity Center is the recommended
14
+ approach for workforce authentication and authorization in AWS, for organizations of any size
15
15
  and type.</p>
16
16
  <note>
17
- <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and
17
+ <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
18
18
  <code>identitystore</code> API namespaces will continue to retain their original name for
19
- backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">Amazon Web Services SSO rename</a>.</p>
19
+ backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p>
20
20
  </note>
21
21
  <p>This reference guide provides information on single sign-on operations which could be used for
22
- access management of Amazon Web Services accounts. For information about Amazon Web Services SSO features, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services SSO User
22
+ access management of AWS 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
23
23
  Guide</a>.</p>
24
- <p>Many operations in the Amazon Web Services SSO APIs rely on identifiers for users and groups, known as
25
- principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO,
24
+ <p>Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as
25
+ principals. For more information about how to work with principals and principal IDs in IAM Identity Center,
26
26
  see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Identity Store API
27
27
  Reference</a>.</p>
28
28
  <note>
29
- <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
29
+ <p>AWS provides SDKs that consist of libraries and sample code for various programming
30
30
  languages and platforms (Java, Ruby, .Net, iOS, Android, and more). The SDKs provide a
31
- convenient way to create programmatic access to Amazon Web Services SSO and other Amazon Web Services services. For more
32
- 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>
31
+ convenient way to create programmatic access to IAM Identity Center and other AWS services. For more
32
+ information about the AWS SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
33
33
  </note>
34
34
 
35
35
  ## Installing
@@ -41,6 +41,7 @@ const partitionHash = {
41
41
  "eu-west-1",
42
42
  "eu-west-2",
43
43
  "eu-west-3",
44
+ "me-central-1",
44
45
  "me-south-1",
45
46
  "sa-east-1",
46
47
  "us-east-1",
@@ -39,6 +39,7 @@ var partitionHash = {
39
39
  "eu-west-1",
40
40
  "eu-west-2",
41
41
  "eu-west-3",
42
+ "me-central-1",
42
43
  "me-south-1",
43
44
  "sa-east-1",
44
45
  "us-east-1",
@@ -38,27 +38,27 @@ import { UpdateInstanceAccessControlAttributeConfigurationCommandInput, UpdateIn
38
38
  import { UpdatePermissionSetCommandInput, UpdatePermissionSetCommandOutput } from "./commands/UpdatePermissionSetCommand";
39
39
  import { SSOAdminClient } from "./SSOAdminClient";
40
40
  /**
41
- * <p>Amazon Web Services Single Sign On helps you securely create, or connect, your workforce identities and manage their
42
- * access centrally across Amazon Web Services accounts and applications. Amazon Web Services SSO is the recommended
43
- * approach for workforce authentication and authorization in Amazon Web Services, for organizations of any size
41
+ * <p>AWS IAM Identity Center (successor to AWS Single Sign-On) helps you securely create, or connect, your workforce identities and manage their
42
+ * access centrally across AWS accounts and applications. IAM Identity Center is the recommended
43
+ * approach for workforce authentication and authorization in AWS, for organizations of any size
44
44
  * and type.</p>
45
45
  * <note>
46
- * <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and
46
+ * <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
47
47
  * <code>identitystore</code> API namespaces will continue to retain their original name for
48
- * backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">Amazon Web Services SSO rename</a>.</p>
48
+ * backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p>
49
49
  * </note>
50
50
  * <p>This reference guide provides information on single sign-on operations which could be used for
51
- * access management of Amazon Web Services accounts. For information about Amazon Web Services SSO features, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services SSO User
51
+ * access management of AWS 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
52
52
  * Guide</a>.</p>
53
- * <p>Many operations in the Amazon Web Services SSO APIs rely on identifiers for users and groups, known as
54
- * principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO,
53
+ * <p>Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as
54
+ * principals. For more information about how to work with principals and principal IDs in IAM Identity Center,
55
55
  * see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Identity Store API
56
56
  * Reference</a>.</p>
57
57
  * <note>
58
- * <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
58
+ * <p>AWS provides SDKs that consist of libraries and sample code for various programming
59
59
  * languages and platforms (Java, Ruby, .Net, iOS, Android, and more). The SDKs provide a
60
- * convenient way to create programmatic access to Amazon Web Services SSO and other Amazon Web Services services. For more
61
- * 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>
60
+ * convenient way to create programmatic access to IAM Identity Center and other AWS services. For more
61
+ * information about the AWS SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
62
62
  * </note>
63
63
  */
64
64
  export declare class SSOAdmin extends SSOAdminClient {
@@ -69,7 +69,7 @@ export declare class SSOAdmin extends SSOAdminClient {
69
69
  attachCustomerManagedPolicyReferenceToPermissionSet(args: AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput, cb: (err: any, data?: AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput) => void): void;
70
70
  attachCustomerManagedPolicyReferenceToPermissionSet(args: AttachCustomerManagedPolicyReferenceToPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachCustomerManagedPolicyReferenceToPermissionSetCommandOutput) => void): void;
71
71
  /**
72
- * <p>Attaches an Amazon Web Services managed policy ARN to a permission set.</p>
72
+ * <p>Attaches an AWS managed policy ARN to a permission set.</p>
73
73
  * <note>
74
74
  * <p>If the permission set is already referenced by one or more account assignments, you will
75
75
  * need to call <code>
@@ -83,16 +83,16 @@ export declare class SSOAdmin extends SSOAdminClient {
83
83
  attachManagedPolicyToPermissionSet(args: AttachManagedPolicyToPermissionSetCommandInput, cb: (err: any, data?: AttachManagedPolicyToPermissionSetCommandOutput) => void): void;
84
84
  attachManagedPolicyToPermissionSet(args: AttachManagedPolicyToPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachManagedPolicyToPermissionSetCommandOutput) => void): void;
85
85
  /**
86
- * <p>Assigns access to a principal for a specified Amazon Web Services account using a specified
86
+ * <p>Assigns access to a principal for a specified AWS account using a specified
87
87
  * permission set.</p>
88
88
  * <note>
89
89
  * <p>The term <i>principal</i> here refers to a user or group that is defined
90
- * in Amazon Web Services SSO.</p>
90
+ * in IAM Identity Center.</p>
91
91
  * </note>
92
92
  * <note>
93
93
  * <p>As part of a successful <code>CreateAccountAssignment</code> call, the specified
94
94
  * permission set will automatically be provisioned to the account in the form of an IAM
95
- * policy. That policy is attached to the IAM role created in Amazon Web Services SSO. If the permission set
95
+ * policy. That policy is attached to the IAM role created in IAM Identity Center. If the permission set
96
96
  * is subsequently updated, the corresponding IAM policies attached to roles in your accounts
97
97
  * will not be updated automatically. In this case, you must call <code>
98
98
  * <a>ProvisionPermissionSet</a>
@@ -108,9 +108,9 @@ export declare class SSOAdmin extends SSOAdminClient {
108
108
  createAccountAssignment(args: CreateAccountAssignmentCommandInput, cb: (err: any, data?: CreateAccountAssignmentCommandOutput) => void): void;
109
109
  createAccountAssignment(args: CreateAccountAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountAssignmentCommandOutput) => void): void;
110
110
  /**
111
- * <p>Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
111
+ * <p>Enables the attributes-based access control (ABAC) feature for the specified IAM Identity Center
112
112
  * instance. You can also specify new attributes to add to your ABAC configuration during the
113
- * enabling process. 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>
113
+ * enabling process. 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>
114
114
  * <note>
115
115
  * <p>After a successful response, call <code>DescribeInstanceAccessControlAttributeConfiguration</code> to validate that
116
116
  * <code>InstanceAccessControlAttributeConfiguration</code> was created.</p>
@@ -120,9 +120,9 @@ export declare class SSOAdmin extends SSOAdminClient {
120
120
  createInstanceAccessControlAttributeConfiguration(args: CreateInstanceAccessControlAttributeConfigurationCommandInput, cb: (err: any, data?: CreateInstanceAccessControlAttributeConfigurationCommandOutput) => void): void;
121
121
  createInstanceAccessControlAttributeConfiguration(args: CreateInstanceAccessControlAttributeConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceAccessControlAttributeConfigurationCommandOutput) => void): void;
122
122
  /**
123
- * <p>Creates a permission set within a specified Amazon Web Services SSO instance.</p>
123
+ * <p>Creates a permission set within a specified IAM Identity Center instance.</p>
124
124
  * <note>
125
- * <p>To grant users and groups access to Amazon Web Services account resources, use <code>
125
+ * <p>To grant users and groups access to AWS account resources, use <code>
126
126
  * <a>CreateAccountAssignment</a>
127
127
  * </code>.</p>
128
128
  * </note>
@@ -131,7 +131,7 @@ export declare class SSOAdmin extends SSOAdminClient {
131
131
  createPermissionSet(args: CreatePermissionSetCommandInput, cb: (err: any, data?: CreatePermissionSetCommandOutput) => void): void;
132
132
  createPermissionSet(args: CreatePermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePermissionSetCommandOutput) => void): void;
133
133
  /**
134
- * <p>Deletes a principal's access from a specified Amazon Web Services account using a specified permission
134
+ * <p>Deletes a principal's access from a specified AWS account using a specified permission
135
135
  * set.</p>
136
136
  * <note>
137
137
  * <p>After a successful response, call <code>DescribeAccountAssignmentCreationStatus</code> to describe the status of an assignment deletion request.</p>
@@ -147,10 +147,10 @@ export declare class SSOAdmin extends SSOAdminClient {
147
147
  deleteInlinePolicyFromPermissionSet(args: DeleteInlinePolicyFromPermissionSetCommandInput, cb: (err: any, data?: DeleteInlinePolicyFromPermissionSetCommandOutput) => void): void;
148
148
  deleteInlinePolicyFromPermissionSet(args: DeleteInlinePolicyFromPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInlinePolicyFromPermissionSetCommandOutput) => void): void;
149
149
  /**
150
- * <p>Disables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
150
+ * <p>Disables the attributes-based access control (ABAC) feature for the specified IAM Identity Center
151
151
  * instance and deletes all of the attribute mappings that have been configured. Once deleted,
152
152
  * any attributes that are received from an identity source and any custom attributes you have
153
- * previously configured will not be passed. 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>
153
+ * previously configured will not be passed. 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>
154
154
  */
155
155
  deleteInstanceAccessControlAttributeConfiguration(args: DeleteInstanceAccessControlAttributeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstanceAccessControlAttributeConfigurationCommandOutput>;
156
156
  deleteInstanceAccessControlAttributeConfiguration(args: DeleteInstanceAccessControlAttributeConfigurationCommandInput, cb: (err: any, data?: DeleteInstanceAccessControlAttributeConfigurationCommandOutput) => void): void;
@@ -180,9 +180,9 @@ export declare class SSOAdmin extends SSOAdminClient {
180
180
  describeAccountAssignmentDeletionStatus(args: DescribeAccountAssignmentDeletionStatusCommandInput, cb: (err: any, data?: DescribeAccountAssignmentDeletionStatusCommandOutput) => void): void;
181
181
  describeAccountAssignmentDeletionStatus(args: DescribeAccountAssignmentDeletionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAssignmentDeletionStatusCommandOutput) => void): void;
182
182
  /**
183
- * <p>Returns the list of Amazon Web Services SSO identity store attributes that have been configured to work
184
- * with attributes-based access control (ABAC) for the specified Amazon Web Services SSO instance. This will not
185
- * 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>Amazon Web Services SSO User Guide</i>.</p>
183
+ * <p>Returns the list of IAM Identity Center identity store attributes that have been configured to work
184
+ * with attributes-based access control (ABAC) for the specified IAM Identity Center instance. This will not
185
+ * 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>
186
186
  */
187
187
  describeInstanceAccessControlAttributeConfiguration(args: DescribeInstanceAccessControlAttributeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInstanceAccessControlAttributeConfigurationCommandOutput>;
188
188
  describeInstanceAccessControlAttributeConfiguration(args: DescribeInstanceAccessControlAttributeConfigurationCommandInput, cb: (err: any, data?: DescribeInstanceAccessControlAttributeConfigurationCommandOutput) => void): void;
@@ -206,7 +206,7 @@ export declare class SSOAdmin extends SSOAdminClient {
206
206
  detachCustomerManagedPolicyReferenceFromPermissionSet(args: DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput, cb: (err: any, data?: DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput) => void): void;
207
207
  detachCustomerManagedPolicyReferenceFromPermissionSet(args: DetachCustomerManagedPolicyReferenceFromPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachCustomerManagedPolicyReferenceFromPermissionSetCommandOutput) => void): void;
208
208
  /**
209
- * <p>Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.</p>
209
+ * <p>Detaches the attached AWS managed policy ARN from the specified permission set.</p>
210
210
  */
211
211
  detachManagedPolicyFromPermissionSet(args: DetachManagedPolicyFromPermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<DetachManagedPolicyFromPermissionSetCommandOutput>;
212
212
  detachManagedPolicyFromPermissionSet(args: DetachManagedPolicyFromPermissionSetCommandInput, cb: (err: any, data?: DetachManagedPolicyFromPermissionSetCommandOutput) => void): void;
@@ -224,27 +224,27 @@ export declare class SSOAdmin extends SSOAdminClient {
224
224
  getPermissionsBoundaryForPermissionSet(args: GetPermissionsBoundaryForPermissionSetCommandInput, cb: (err: any, data?: GetPermissionsBoundaryForPermissionSetCommandOutput) => void): void;
225
225
  getPermissionsBoundaryForPermissionSet(args: GetPermissionsBoundaryForPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPermissionsBoundaryForPermissionSetCommandOutput) => void): void;
226
226
  /**
227
- * <p>Lists the status of the Amazon Web Services account assignment creation requests for a specified Amazon Web Services SSO
227
+ * <p>Lists the status of the AWS account assignment creation requests for a specified IAM Identity Center
228
228
  * instance.</p>
229
229
  */
230
230
  listAccountAssignmentCreationStatus(args: ListAccountAssignmentCreationStatusCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountAssignmentCreationStatusCommandOutput>;
231
231
  listAccountAssignmentCreationStatus(args: ListAccountAssignmentCreationStatusCommandInput, cb: (err: any, data?: ListAccountAssignmentCreationStatusCommandOutput) => void): void;
232
232
  listAccountAssignmentCreationStatus(args: ListAccountAssignmentCreationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountAssignmentCreationStatusCommandOutput) => void): void;
233
233
  /**
234
- * <p>Lists the status of the Amazon Web Services account assignment deletion requests for a specified Amazon Web Services SSO
234
+ * <p>Lists the status of the AWS account assignment deletion requests for a specified IAM Identity Center
235
235
  * instance.</p>
236
236
  */
237
237
  listAccountAssignmentDeletionStatus(args: ListAccountAssignmentDeletionStatusCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountAssignmentDeletionStatusCommandOutput>;
238
238
  listAccountAssignmentDeletionStatus(args: ListAccountAssignmentDeletionStatusCommandInput, cb: (err: any, data?: ListAccountAssignmentDeletionStatusCommandOutput) => void): void;
239
239
  listAccountAssignmentDeletionStatus(args: ListAccountAssignmentDeletionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountAssignmentDeletionStatusCommandOutput) => void): void;
240
240
  /**
241
- * <p>Lists the assignee of the specified Amazon Web Services account with the specified permission set.</p>
241
+ * <p>Lists the assignee of the specified AWS account with the specified permission set.</p>
242
242
  */
243
243
  listAccountAssignments(args: ListAccountAssignmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountAssignmentsCommandOutput>;
244
244
  listAccountAssignments(args: ListAccountAssignmentsCommandInput, cb: (err: any, data?: ListAccountAssignmentsCommandOutput) => void): void;
245
245
  listAccountAssignments(args: ListAccountAssignmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountAssignmentsCommandOutput) => void): void;
246
246
  /**
247
- * <p>Lists all the Amazon Web Services accounts where the specified permission set is provisioned.</p>
247
+ * <p>Lists all the AWS accounts where the specified permission set is provisioned.</p>
248
248
  */
249
249
  listAccountsForProvisionedPermissionSet(args: ListAccountsForProvisionedPermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountsForProvisionedPermissionSetCommandOutput>;
250
250
  listAccountsForProvisionedPermissionSet(args: ListAccountsForProvisionedPermissionSetCommandInput, cb: (err: any, data?: ListAccountsForProvisionedPermissionSetCommandOutput) => void): void;
@@ -256,32 +256,32 @@ export declare class SSOAdmin extends SSOAdminClient {
256
256
  listCustomerManagedPolicyReferencesInPermissionSet(args: ListCustomerManagedPolicyReferencesInPermissionSetCommandInput, cb: (err: any, data?: ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput) => void): void;
257
257
  listCustomerManagedPolicyReferencesInPermissionSet(args: ListCustomerManagedPolicyReferencesInPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomerManagedPolicyReferencesInPermissionSetCommandOutput) => void): void;
258
258
  /**
259
- * <p>Lists the Amazon Web Services SSO instances that the caller has access to.</p>
259
+ * <p>Lists the IAM Identity Center instances that the caller has access to.</p>
260
260
  */
261
261
  listInstances(args: ListInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListInstancesCommandOutput>;
262
262
  listInstances(args: ListInstancesCommandInput, cb: (err: any, data?: ListInstancesCommandOutput) => void): void;
263
263
  listInstances(args: ListInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstancesCommandOutput) => void): void;
264
264
  /**
265
- * <p>Lists the Amazon Web Services managed policy that is attached to a specified permission set.</p>
265
+ * <p>Lists the AWS managed policy that is attached to a specified permission set.</p>
266
266
  */
267
267
  listManagedPoliciesInPermissionSet(args: ListManagedPoliciesInPermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedPoliciesInPermissionSetCommandOutput>;
268
268
  listManagedPoliciesInPermissionSet(args: ListManagedPoliciesInPermissionSetCommandInput, cb: (err: any, data?: ListManagedPoliciesInPermissionSetCommandOutput) => void): void;
269
269
  listManagedPoliciesInPermissionSet(args: ListManagedPoliciesInPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedPoliciesInPermissionSetCommandOutput) => void): void;
270
270
  /**
271
- * <p>Lists the status of the permission set provisioning requests for a specified Amazon Web Services SSO
271
+ * <p>Lists the status of the permission set provisioning requests for a specified IAM Identity Center
272
272
  * instance.</p>
273
273
  */
274
274
  listPermissionSetProvisioningStatus(args: ListPermissionSetProvisioningStatusCommandInput, options?: __HttpHandlerOptions): Promise<ListPermissionSetProvisioningStatusCommandOutput>;
275
275
  listPermissionSetProvisioningStatus(args: ListPermissionSetProvisioningStatusCommandInput, cb: (err: any, data?: ListPermissionSetProvisioningStatusCommandOutput) => void): void;
276
276
  listPermissionSetProvisioningStatus(args: ListPermissionSetProvisioningStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPermissionSetProvisioningStatusCommandOutput) => void): void;
277
277
  /**
278
- * <p>Lists the <a>PermissionSet</a>s in an Amazon Web Services SSO instance.</p>
278
+ * <p>Lists the <a>PermissionSet</a>s in an IAM Identity Center instance.</p>
279
279
  */
280
280
  listPermissionSets(args: ListPermissionSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListPermissionSetsCommandOutput>;
281
281
  listPermissionSets(args: ListPermissionSetsCommandInput, cb: (err: any, data?: ListPermissionSetsCommandOutput) => void): void;
282
282
  listPermissionSets(args: ListPermissionSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPermissionSetsCommandOutput) => void): void;
283
283
  /**
284
- * <p>Lists all the permission sets that are provisioned to a specified Amazon Web Services account.</p>
284
+ * <p>Lists all the permission sets that are provisioned to a specified AWS account.</p>
285
285
  */
286
286
  listPermissionSetsProvisionedToAccount(args: ListPermissionSetsProvisionedToAccountCommandInput, options?: __HttpHandlerOptions): Promise<ListPermissionSetsProvisionedToAccountCommandOutput>;
287
287
  listPermissionSetsProvisionedToAccount(args: ListPermissionSetsProvisionedToAccountCommandInput, cb: (err: any, data?: ListPermissionSetsProvisionedToAccountCommandOutput) => void): void;
@@ -313,7 +313,7 @@ export declare class SSOAdmin extends SSOAdminClient {
313
313
  putInlinePolicyToPermissionSet(args: PutInlinePolicyToPermissionSetCommandInput, cb: (err: any, data?: PutInlinePolicyToPermissionSetCommandOutput) => void): void;
314
314
  putInlinePolicyToPermissionSet(args: PutInlinePolicyToPermissionSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutInlinePolicyToPermissionSetCommandOutput) => void): void;
315
315
  /**
316
- * <p>Attaches an Amazon Web Services managed or customer managed policy to the specified <a>PermissionSet</a> as a permissions boundary.</p>
316
+ * <p>Attaches an AWS managed or customer managed policy to the specified <a>PermissionSet</a> as a permissions boundary.</p>
317
317
  */
318
318
  putPermissionsBoundaryToPermissionSet(args: PutPermissionsBoundaryToPermissionSetCommandInput, options?: __HttpHandlerOptions): Promise<PutPermissionsBoundaryToPermissionSetCommandOutput>;
319
319
  putPermissionsBoundaryToPermissionSet(args: PutPermissionsBoundaryToPermissionSetCommandInput, cb: (err: any, data?: PutPermissionsBoundaryToPermissionSetCommandOutput) => void): void;
@@ -331,12 +331,12 @@ export declare class SSOAdmin extends SSOAdminClient {
331
331
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
332
332
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
333
333
  /**
334
- * <p>Updates the Amazon Web Services SSO identity store attributes that you can use with the Amazon Web Services SSO instance
334
+ * <p>Updates the IAM Identity Center identity store attributes that you can use with the IAM Identity Center instance
335
335
  * for attributes-based access control (ABAC). When using an external identity provider as an
336
336
  * identity source, you can pass attributes through the SAML assertion as an alternative to
337
- * configuring attributes from the Amazon Web Services SSO identity store. If a SAML assertion passes any of
338
- * these attributes, Amazon Web Services SSO replaces the attribute value with the value from the Amazon Web Services SSO
339
- * 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>
337
+ * configuring attributes from the IAM Identity Center identity store. If a SAML assertion passes any of
338
+ * these attributes, IAM Identity Center replaces the attribute value with the value from the IAM Identity Center
339
+ * 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>
340
340
  */
341
341
  updateInstanceAccessControlAttributeConfiguration(args: UpdateInstanceAccessControlAttributeConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInstanceAccessControlAttributeConfigurationCommandOutput>;
342
342
  updateInstanceAccessControlAttributeConfiguration(args: UpdateInstanceAccessControlAttributeConfigurationCommandInput, cb: (err: any, data?: UpdateInstanceAccessControlAttributeConfigurationCommandOutput) => void): void;
@@ -163,27 +163,27 @@ declare type SSOAdminClientResolvedConfigType = __SmithyResolvedConfiguration<__
163
163
  export interface SSOAdminClientResolvedConfig extends SSOAdminClientResolvedConfigType {
164
164
  }
165
165
  /**
166
- * <p>Amazon Web Services Single Sign On helps you securely create, or connect, your workforce identities and manage their
167
- * access centrally across Amazon Web Services accounts and applications. Amazon Web Services SSO is the recommended
168
- * approach for workforce authentication and authorization in Amazon Web Services, for organizations of any size
166
+ * <p>AWS IAM Identity Center (successor to AWS Single Sign-On) helps you securely create, or connect, your workforce identities and manage their
167
+ * access centrally across AWS accounts and applications. IAM Identity Center is the recommended
168
+ * approach for workforce authentication and authorization in AWS, for organizations of any size
169
169
  * and type.</p>
170
170
  * <note>
171
- * <p>Although Amazon Web Services Single Sign-On was renamed, the <code>sso</code> and
171
+ * <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and
172
172
  * <code>identitystore</code> API namespaces will continue to retain their original name for
173
- * backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">Amazon Web Services SSO rename</a>.</p>
173
+ * backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p>
174
174
  * </note>
175
175
  * <p>This reference guide provides information on single sign-on operations which could be used for
176
- * access management of Amazon Web Services accounts. For information about Amazon Web Services SSO features, see the <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html">Amazon Web Services SSO User
176
+ * access management of AWS 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
177
177
  * Guide</a>.</p>
178
- * <p>Many operations in the Amazon Web Services SSO APIs rely on identifiers for users and groups, known as
179
- * principals. For more information about how to work with principals and principal IDs in Amazon Web Services SSO,
178
+ * <p>Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as
179
+ * principals. For more information about how to work with principals and principal IDs in IAM Identity Center,
180
180
  * see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Identity Store API
181
181
  * Reference</a>.</p>
182
182
  * <note>
183
- * <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
183
+ * <p>AWS provides SDKs that consist of libraries and sample code for various programming
184
184
  * languages and platforms (Java, Ruby, .Net, iOS, Android, and more). The SDKs provide a
185
- * convenient way to create programmatic access to Amazon Web Services SSO and other Amazon Web Services services. For more
186
- * 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>
185
+ * convenient way to create programmatic access to IAM Identity Center and other AWS services. For more
186
+ * information about the AWS SDKs, including how to download and install them, see <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p>
187
187
  * </note>
188
188
  */
189
189
  export declare class SSOAdminClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface AttachManagedPolicyToPermissionSetCommandInput extends AttachMa
7
7
  export interface AttachManagedPolicyToPermissionSetCommandOutput extends AttachManagedPolicyToPermissionSetResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Attaches an Amazon Web Services managed policy ARN to a permission set.</p>
10
+ * <p>Attaches an AWS managed policy ARN to a permission set.</p>
11
11
  * <note>
12
12
  * <p>If the permission set is already referenced by one or more account assignments, you will
13
13
  * need to call <code>
@@ -7,16 +7,16 @@ export interface CreateAccountAssignmentCommandInput extends CreateAccountAssign
7
7
  export interface CreateAccountAssignmentCommandOutput extends CreateAccountAssignmentResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Assigns access to a principal for a specified Amazon Web Services account using a specified
10
+ * <p>Assigns access to a principal for a specified AWS account using a specified
11
11
  * permission set.</p>
12
12
  * <note>
13
13
  * <p>The term <i>principal</i> here refers to a user or group that is defined
14
- * in Amazon Web Services SSO.</p>
14
+ * in IAM Identity Center.</p>
15
15
  * </note>
16
16
  * <note>
17
17
  * <p>As part of a successful <code>CreateAccountAssignment</code> call, the specified
18
18
  * permission set will automatically be provisioned to the account in the form of an IAM
19
- * policy. That policy is attached to the IAM role created in Amazon Web Services SSO. If the permission set
19
+ * policy. That policy is attached to the IAM role created in IAM Identity Center. If the permission set
20
20
  * is subsequently updated, the corresponding IAM policies attached to roles in your accounts
21
21
  * will not be updated automatically. In this case, you must call <code>
22
22
  * <a>ProvisionPermissionSet</a>
@@ -7,9 +7,9 @@ export interface CreateInstanceAccessControlAttributeConfigurationCommandInput e
7
7
  export interface CreateInstanceAccessControlAttributeConfigurationCommandOutput extends CreateInstanceAccessControlAttributeConfigurationResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Enables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
10
+ * <p>Enables the attributes-based access control (ABAC) feature for the specified IAM Identity Center
11
11
  * instance. You can also specify new attributes to add to your ABAC configuration during the
12
- * enabling process. 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>
12
+ * enabling process. 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>
13
13
  * <note>
14
14
  * <p>After a successful response, call <code>DescribeInstanceAccessControlAttributeConfiguration</code> to validate that
15
15
  * <code>InstanceAccessControlAttributeConfiguration</code> was created.</p>
@@ -7,9 +7,9 @@ export interface CreatePermissionSetCommandInput extends CreatePermissionSetRequ
7
7
  export interface CreatePermissionSetCommandOutput extends CreatePermissionSetResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates a permission set within a specified Amazon Web Services SSO instance.</p>
10
+ * <p>Creates a permission set within a specified IAM Identity Center instance.</p>
11
11
  * <note>
12
- * <p>To grant users and groups access to Amazon Web Services account resources, use <code>
12
+ * <p>To grant users and groups access to AWS account resources, use <code>
13
13
  * <a>CreateAccountAssignment</a>
14
14
  * </code>.</p>
15
15
  * </note>
@@ -7,7 +7,7 @@ export interface DeleteAccountAssignmentCommandInput extends DeleteAccountAssign
7
7
  export interface DeleteAccountAssignmentCommandOutput extends DeleteAccountAssignmentResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Deletes a principal's access from a specified Amazon Web Services account using a specified permission
10
+ * <p>Deletes a principal's access from a specified AWS account using a specified permission
11
11
  * set.</p>
12
12
  * <note>
13
13
  * <p>After a successful response, call <code>DescribeAccountAssignmentCreationStatus</code> to describe the status of an assignment deletion request.</p>
@@ -7,10 +7,10 @@ export interface DeleteInstanceAccessControlAttributeConfigurationCommandInput e
7
7
  export interface DeleteInstanceAccessControlAttributeConfigurationCommandOutput extends DeleteInstanceAccessControlAttributeConfigurationResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Disables the attributes-based access control (ABAC) feature for the specified Amazon Web Services SSO
10
+ * <p>Disables the attributes-based access control (ABAC) feature for the specified IAM Identity Center
11
11
  * instance and deletes all of the attribute mappings that have been configured. Once deleted,
12
12
  * any attributes that are received from an identity source and any custom attributes you have
13
- * previously configured will not be passed. 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
+ * previously configured will not be passed. 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>
14
14
  * @example
15
15
  * Use a bare-bones client and the command you need to make an API call.
16
16
  * ```javascript
@@ -7,9 +7,9 @@ export interface DescribeInstanceAccessControlAttributeConfigurationCommandInput
7
7
  export interface DescribeInstanceAccessControlAttributeConfigurationCommandOutput extends DescribeInstanceAccessControlAttributeConfigurationResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Returns the list of Amazon Web Services SSO identity store attributes that have been configured to work
11
- * with attributes-based access control (ABAC) for the specified Amazon Web Services SSO instance. This will not
12
- * 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>Amazon Web Services SSO User Guide</i>.</p>
10
+ * <p>Returns the list of IAM Identity Center identity store attributes that have been configured to work
11
+ * with attributes-based access control (ABAC) for the specified IAM Identity Center instance. This will not
12
+ * 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>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -7,7 +7,7 @@ export interface DetachManagedPolicyFromPermissionSetCommandInput extends Detach
7
7
  export interface DetachManagedPolicyFromPermissionSetCommandOutput extends DetachManagedPolicyFromPermissionSetResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.</p>
10
+ * <p>Detaches the attached AWS managed policy ARN from the specified permission set.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface ListAccountAssignmentCreationStatusCommandInput extends ListAcc
7
7
  export interface ListAccountAssignmentCreationStatusCommandOutput extends ListAccountAssignmentCreationStatusResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists the status of the Amazon Web Services account assignment creation requests for a specified Amazon Web Services SSO
10
+ * <p>Lists the status of the AWS account assignment creation requests for a specified IAM Identity Center
11
11
  * instance.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,7 +7,7 @@ export interface ListAccountAssignmentDeletionStatusCommandInput extends ListAcc
7
7
  export interface ListAccountAssignmentDeletionStatusCommandOutput extends ListAccountAssignmentDeletionStatusResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists the status of the Amazon Web Services account assignment deletion requests for a specified Amazon Web Services SSO
10
+ * <p>Lists the status of the AWS account assignment deletion requests for a specified IAM Identity Center
11
11
  * instance.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,7 +7,7 @@ export interface ListAccountAssignmentsCommandInput extends ListAccountAssignmen
7
7
  export interface ListAccountAssignmentsCommandOutput extends ListAccountAssignmentsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists the assignee of the specified Amazon Web Services account with the specified permission set.</p>
10
+ * <p>Lists the assignee of the specified AWS account with the specified permission set.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface ListAccountsForProvisionedPermissionSetCommandInput extends Lis
7
7
  export interface ListAccountsForProvisionedPermissionSetCommandOutput extends ListAccountsForProvisionedPermissionSetResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists all the Amazon Web Services accounts where the specified permission set is provisioned.</p>
10
+ * <p>Lists all the AWS accounts where the specified permission set is provisioned.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface ListInstancesCommandInput extends ListInstancesRequest {
7
7
  export interface ListInstancesCommandOutput extends ListInstancesResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists the Amazon Web Services SSO instances that the caller has access to.</p>
10
+ * <p>Lists the IAM Identity Center instances that the caller has access to.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface ListManagedPoliciesInPermissionSetCommandInput extends ListMana
7
7
  export interface ListManagedPoliciesInPermissionSetCommandOutput extends ListManagedPoliciesInPermissionSetResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists the Amazon Web Services managed policy that is attached to a specified permission set.</p>
10
+ * <p>Lists the AWS managed policy that is attached to a specified permission set.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface ListPermissionSetProvisioningStatusCommandInput extends ListPer
7
7
  export interface ListPermissionSetProvisioningStatusCommandOutput extends ListPermissionSetProvisioningStatusResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists the status of the permission set provisioning requests for a specified Amazon Web Services SSO
10
+ * <p>Lists the status of the permission set provisioning requests for a specified IAM Identity Center
11
11
  * instance.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,7 +7,7 @@ export interface ListPermissionSetsCommandInput extends ListPermissionSetsReques
7
7
  export interface ListPermissionSetsCommandOutput extends ListPermissionSetsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists the <a>PermissionSet</a>s in an Amazon Web Services SSO instance.</p>
10
+ * <p>Lists the <a>PermissionSet</a>s in an IAM Identity Center instance.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface ListPermissionSetsProvisionedToAccountCommandInput extends List
7
7
  export interface ListPermissionSetsProvisionedToAccountCommandOutput extends ListPermissionSetsProvisionedToAccountResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists all the permission sets that are provisioned to a specified Amazon Web Services account.</p>
10
+ * <p>Lists all the permission sets that are provisioned to a specified AWS account.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface PutPermissionsBoundaryToPermissionSetCommandInput extends PutPe
7
7
  export interface PutPermissionsBoundaryToPermissionSetCommandOutput extends PutPermissionsBoundaryToPermissionSetResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Attaches an Amazon Web Services managed or customer managed policy to the specified <a>PermissionSet</a> as a permissions boundary.</p>
10
+ * <p>Attaches an AWS managed or customer managed policy to the specified <a>PermissionSet</a> as a permissions boundary.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript