@aws-sdk/client-sso-admin 3.408.0 → 3.409.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.
- package/README.md +8 -10
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-types/SSOAdmin.d.ts +8 -10
- package/dist-types/SSOAdminClient.d.ts +8 -10
- package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreatePermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +3 -2
- package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +1 -1
- package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +1 -1
- package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +1 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/index.d.ts +8 -10
- package/dist-types/models/models_0.d.ts +66 -63
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,27 +6,25 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript SSOAdmin Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>
|
|
10
|
-
access centrally across
|
|
11
|
-
approach for workforce authentication and authorization in
|
|
9
|
+
<p>IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their
|
|
10
|
+
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 any size
|
|
12
12
|
and type.</p>
|
|
13
13
|
<note>
|
|
14
|
-
<p>
|
|
15
|
-
<code>identitystore</code> API namespaces will continue to retain their original name for
|
|
16
|
-
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>
|
|
14
|
+
<p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API namespaces.</p>
|
|
17
15
|
</note>
|
|
18
16
|
<p>This reference guide provides information on single sign-on operations which could be used for
|
|
19
|
-
access management of
|
|
17
|
+
access management of 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
|
|
20
18
|
Guide</a>.</p>
|
|
21
19
|
<p>Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as
|
|
22
20
|
principals. For more information about how to work with principals and principal IDs in IAM Identity Center,
|
|
23
21
|
see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Identity Store API
|
|
24
22
|
Reference</a>.</p>
|
|
25
23
|
<note>
|
|
26
|
-
<p>
|
|
24
|
+
<p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
|
|
27
25
|
languages and platforms (Java, Ruby, .Net, iOS, Android, and more). The SDKs provide a
|
|
28
|
-
convenient way to create programmatic access to IAM Identity Center and other
|
|
29
|
-
information about the
|
|
26
|
+
convenient way to create programmatic access to IAM Identity Center and other Amazon Web Services services. For more
|
|
27
|
+
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>
|
|
30
28
|
</note>
|
|
31
29
|
|
|
32
30
|
## Installing
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }, { conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ endpoint: { url: "https://sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://sso.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://sso-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ endpoint: { url: "https://sso.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://sso.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }, { conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ endpoint: { url: "https://sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://sso.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://sso-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ endpoint: { url: "https://sso.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://sso.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
4
4
|
export const ruleSet = _data;
|
package/dist-types/SSOAdmin.d.ts
CHANGED
|
@@ -263,27 +263,25 @@ export interface SSOAdmin {
|
|
|
263
263
|
}
|
|
264
264
|
/**
|
|
265
265
|
* @public
|
|
266
|
-
* <p>
|
|
267
|
-
* access centrally across
|
|
268
|
-
* approach for workforce authentication and authorization in
|
|
266
|
+
* <p>IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their
|
|
267
|
+
* access centrally across Amazon Web Services accounts and applications. IAM Identity Center is the recommended
|
|
268
|
+
* approach for workforce authentication and authorization in Amazon Web Services, for organizations of any size
|
|
269
269
|
* and type.</p>
|
|
270
270
|
* <note>
|
|
271
|
-
* <p>
|
|
272
|
-
* <code>identitystore</code> API namespaces will continue to retain their original name for
|
|
273
|
-
* 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>
|
|
271
|
+
* <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API namespaces.</p>
|
|
274
272
|
* </note>
|
|
275
273
|
* <p>This reference guide provides information on single sign-on operations which could be used for
|
|
276
|
-
* access management of
|
|
274
|
+
* access management of 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
|
|
277
275
|
* Guide</a>.</p>
|
|
278
276
|
* <p>Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as
|
|
279
277
|
* principals. For more information about how to work with principals and principal IDs in IAM Identity Center,
|
|
280
278
|
* see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Identity Store API
|
|
281
279
|
* Reference</a>.</p>
|
|
282
280
|
* <note>
|
|
283
|
-
* <p>
|
|
281
|
+
* <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
|
|
284
282
|
* languages and platforms (Java, Ruby, .Net, iOS, Android, and more). The SDKs provide a
|
|
285
|
-
* convenient way to create programmatic access to IAM Identity Center and other
|
|
286
|
-
* information about the
|
|
283
|
+
* convenient way to create programmatic access to IAM Identity Center and other Amazon Web Services services. For more
|
|
284
|
+
* 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>
|
|
287
285
|
* </note>
|
|
288
286
|
*/
|
|
289
287
|
export declare class SSOAdmin extends SSOAdminClient implements SSOAdmin {
|
|
@@ -187,27 +187,25 @@ export interface SSOAdminClientResolvedConfig extends SSOAdminClientResolvedConf
|
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
189
|
* @public
|
|
190
|
-
* <p>
|
|
191
|
-
* access centrally across
|
|
192
|
-
* approach for workforce authentication and authorization in
|
|
190
|
+
* <p>IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their
|
|
191
|
+
* access centrally across Amazon Web Services accounts and applications. IAM Identity Center is the recommended
|
|
192
|
+
* approach for workforce authentication and authorization in Amazon Web Services, for organizations of any size
|
|
193
193
|
* and type.</p>
|
|
194
194
|
* <note>
|
|
195
|
-
* <p>
|
|
196
|
-
* <code>identitystore</code> API namespaces will continue to retain their original name for
|
|
197
|
-
* 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>
|
|
195
|
+
* <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API namespaces.</p>
|
|
198
196
|
* </note>
|
|
199
197
|
* <p>This reference guide provides information on single sign-on operations which could be used for
|
|
200
|
-
* access management of
|
|
198
|
+
* access management of 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
|
|
201
199
|
* Guide</a>.</p>
|
|
202
200
|
* <p>Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as
|
|
203
201
|
* principals. For more information about how to work with principals and principal IDs in IAM Identity Center,
|
|
204
202
|
* see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Identity Store API
|
|
205
203
|
* Reference</a>.</p>
|
|
206
204
|
* <note>
|
|
207
|
-
* <p>
|
|
205
|
+
* <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
|
|
208
206
|
* languages and platforms (Java, Ruby, .Net, iOS, Android, and more). The SDKs provide a
|
|
209
|
-
* convenient way to create programmatic access to IAM Identity Center and other
|
|
210
|
-
* information about the
|
|
207
|
+
* convenient way to create programmatic access to IAM Identity Center and other Amazon Web Services services. For more
|
|
208
|
+
* 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>
|
|
211
209
|
* </note>
|
|
212
210
|
*/
|
|
213
211
|
export declare class SSOAdminClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface AttachManagedPolicyToPermissionSetCommandOutput extends AttachM
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Attaches an
|
|
26
|
+
* <p>Attaches an Amazon Web Services managed policy ARN to a permission set.</p>
|
|
27
27
|
* <note>
|
|
28
28
|
* <p>If the permission set is already referenced by one or more account assignments, you will
|
|
29
29
|
* need to call <code>
|
|
@@ -23,7 +23,7 @@ export interface CreateAccountAssignmentCommandOutput extends CreateAccountAssig
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Assigns access to a principal for a specified
|
|
26
|
+
* <p>Assigns access to a principal for a specified Amazon Web Services account using a specified
|
|
27
27
|
* permission set.</p>
|
|
28
28
|
* <note>
|
|
29
29
|
* <p>The term <i>principal</i> here refers to a user or group that is defined
|
|
@@ -25,7 +25,7 @@ export interface CreatePermissionSetCommandOutput extends CreatePermissionSetRes
|
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Creates a permission set within a specified IAM Identity Center instance.</p>
|
|
27
27
|
* <note>
|
|
28
|
-
* <p>To grant users and groups access to
|
|
28
|
+
* <p>To grant users and groups access to Amazon Web Services account resources, use <code>
|
|
29
29
|
* <a>CreateAccountAssignment</a>
|
|
30
30
|
* </code>.</p>
|
|
31
31
|
* </note>
|
|
@@ -23,10 +23,11 @@ export interface DeleteAccountAssignmentCommandOutput extends DeleteAccountAssig
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Deletes a principal's access from a specified
|
|
26
|
+
* <p>Deletes a principal's access from a specified Amazon Web Services account using a specified permission
|
|
27
27
|
* set.</p>
|
|
28
28
|
* <note>
|
|
29
|
-
* <p>After a successful response, call <code>
|
|
29
|
+
* <p>After a successful response, call <code>DescribeAccountAssignmentDeletionStatus</code> to
|
|
30
|
+
* describe the status of an assignment deletion request.</p>
|
|
30
31
|
* </note>
|
|
31
32
|
* @example
|
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,7 +23,7 @@ export interface DetachManagedPolicyFromPermissionSetCommandOutput extends Detac
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Detaches the attached
|
|
26
|
+
* <p>Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface ListAccountAssignmentCreationStatusCommandOutput extends ListAc
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Lists the status of the
|
|
26
|
+
* <p>Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center
|
|
27
27
|
* instance.</p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,7 +23,7 @@ export interface ListAccountAssignmentDeletionStatusCommandOutput extends ListAc
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Lists the status of the
|
|
26
|
+
* <p>Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center
|
|
27
27
|
* instance.</p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,7 +23,7 @@ export interface ListAccountAssignmentsCommandOutput extends ListAccountAssignme
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Lists the assignee of the specified
|
|
26
|
+
* <p>Lists the assignee of the specified Amazon Web Services account with the specified permission set.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface ListAccountsForProvisionedPermissionSetCommandOutput extends Li
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Lists all the
|
|
26
|
+
* <p>Lists all the Amazon Web Services accounts where the specified permission set is provisioned.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface ListManagedPoliciesInPermissionSetCommandOutput extends ListMan
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Lists the
|
|
26
|
+
* <p>Lists the Amazon Web Services managed policy that is attached to a specified permission set.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface ListPermissionSetsProvisionedToAccountCommandOutput extends Lis
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Lists all the permission sets that are provisioned to a specified
|
|
26
|
+
* <p>Lists all the permission sets that are provisioned to a specified Amazon Web Services account.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface PutPermissionsBoundaryToPermissionSetCommandOutput extends PutP
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Attaches an
|
|
26
|
+
* <p>Attaches an Amazon Web Services managed or customer managed policy to the specified <a>PermissionSet</a> as a permissions boundary.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -15,7 +15,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
17
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
|
-
Region
|
|
18
|
+
Region?: string;
|
|
19
19
|
UseDualStack?: boolean;
|
|
20
20
|
UseFIPS?: boolean;
|
|
21
21
|
Endpoint?: string;
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,25 +1,23 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>
|
|
3
|
-
* access centrally across
|
|
4
|
-
* approach for workforce authentication and authorization in
|
|
2
|
+
* <p>IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their
|
|
3
|
+
* access centrally across Amazon Web Services accounts and applications. IAM Identity Center is the recommended
|
|
4
|
+
* approach for workforce authentication and authorization in Amazon Web Services, for organizations of any size
|
|
5
5
|
* and type.</p>
|
|
6
6
|
* <note>
|
|
7
|
-
* <p>
|
|
8
|
-
* <code>identitystore</code> API namespaces will continue to retain their original name for
|
|
9
|
-
* 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>
|
|
7
|
+
* <p>IAM Identity Center uses the <code>sso</code> and <code>identitystore</code> API namespaces.</p>
|
|
10
8
|
* </note>
|
|
11
9
|
* <p>This reference guide provides information on single sign-on operations which could be used for
|
|
12
|
-
* access management of
|
|
10
|
+
* access management of 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
|
|
13
11
|
* Guide</a>.</p>
|
|
14
12
|
* <p>Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as
|
|
15
13
|
* principals. For more information about how to work with principals and principal IDs in IAM Identity Center,
|
|
16
14
|
* see the <a href="https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html">Identity Store API
|
|
17
15
|
* Reference</a>.</p>
|
|
18
16
|
* <note>
|
|
19
|
-
* <p>
|
|
17
|
+
* <p>Amazon Web Services provides SDKs that consist of libraries and sample code for various programming
|
|
20
18
|
* languages and platforms (Java, Ruby, .Net, iOS, Android, and more). The SDKs provide a
|
|
21
|
-
* convenient way to create programmatic access to IAM Identity Center and other
|
|
22
|
-
* information about the
|
|
19
|
+
* convenient way to create programmatic access to IAM Identity Center and other Amazon Web Services services. For more
|
|
20
|
+
* 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>
|
|
23
21
|
* </note>
|
|
24
22
|
*
|
|
25
23
|
* @packageDocumentation
|
|
@@ -17,7 +17,7 @@ export interface AccessControlAttributeValue {
|
|
|
17
17
|
* @public
|
|
18
18
|
* <p>These are IAM Identity Center identity store attributes that you can configure for use in
|
|
19
19
|
* attributes-based access control (ABAC). You can create permissions policies that determine who
|
|
20
|
-
* can access your
|
|
20
|
+
* can access your Amazon Web Services resources based upon the configured attribute values. When you enable
|
|
21
21
|
* ABAC and specify <code>AccessControlAttributes</code>, IAM Identity Center passes the attribute values of
|
|
22
22
|
* the authenticated user into IAM for use in policy evaluation.</p>
|
|
23
23
|
*/
|
|
@@ -62,7 +62,7 @@ export declare const PrincipalType: {
|
|
|
62
62
|
export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
|
|
63
63
|
/**
|
|
64
64
|
* @public
|
|
65
|
-
* <p>The assignment that indicates a principal's limited access to a specified
|
|
65
|
+
* <p>The assignment that indicates a principal's limited access to a specified Amazon Web Services account
|
|
66
66
|
* with a specified permission set.</p>
|
|
67
67
|
* <note>
|
|
68
68
|
* <p>The term <i>principal</i> here refers to a user or group that is defined
|
|
@@ -72,13 +72,13 @@ export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
|
|
|
72
72
|
export interface AccountAssignment {
|
|
73
73
|
/**
|
|
74
74
|
* @public
|
|
75
|
-
* <p>The identifier of the
|
|
75
|
+
* <p>The identifier of the Amazon Web Services account.</p>
|
|
76
76
|
*/
|
|
77
77
|
AccountId?: string;
|
|
78
78
|
/**
|
|
79
79
|
* @public
|
|
80
80
|
* <p>The ARN of the permission set. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
81
|
-
* Names (ARNs) and
|
|
81
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
82
82
|
*/
|
|
83
83
|
PermissionSetArn?: string;
|
|
84
84
|
/**
|
|
@@ -140,7 +140,7 @@ export interface AccountAssignmentOperationStatus {
|
|
|
140
140
|
FailureReason?: string;
|
|
141
141
|
/**
|
|
142
142
|
* @public
|
|
143
|
-
* <p>TargetID is an
|
|
143
|
+
* <p>TargetID is an Amazon Web Services account identifier, (For example, 123456789012).</p>
|
|
144
144
|
*/
|
|
145
145
|
TargetId?: string;
|
|
146
146
|
/**
|
|
@@ -151,7 +151,7 @@ export interface AccountAssignmentOperationStatus {
|
|
|
151
151
|
/**
|
|
152
152
|
* @public
|
|
153
153
|
* <p>The ARN of the permission set. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
154
|
-
* Names (ARNs) and
|
|
154
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
155
155
|
*/
|
|
156
156
|
PermissionSetArn?: string;
|
|
157
157
|
/**
|
|
@@ -195,7 +195,7 @@ export interface AccountAssignmentOperationStatusMetadata {
|
|
|
195
195
|
}
|
|
196
196
|
/**
|
|
197
197
|
* @public
|
|
198
|
-
* <p>Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each
|
|
198
|
+
* <p>Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.</p>
|
|
199
199
|
*/
|
|
200
200
|
export interface CustomerManagedPolicyReference {
|
|
201
201
|
/**
|
|
@@ -226,7 +226,7 @@ export interface AttachCustomerManagedPolicyReferenceToPermissionSetRequest {
|
|
|
226
226
|
PermissionSetArn: string | undefined;
|
|
227
227
|
/**
|
|
228
228
|
* @public
|
|
229
|
-
* <p>Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each
|
|
229
|
+
* <p>Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.</p>
|
|
230
230
|
*/
|
|
231
231
|
CustomerManagedPolicyReference: CustomerManagedPolicyReference | undefined;
|
|
232
232
|
}
|
|
@@ -321,18 +321,18 @@ export declare class ValidationException extends __BaseException {
|
|
|
321
321
|
}
|
|
322
322
|
/**
|
|
323
323
|
* @public
|
|
324
|
-
* <p>A structure that stores the details of the
|
|
324
|
+
* <p>A structure that stores the details of the Amazon Web Services managed policy.</p>
|
|
325
325
|
*/
|
|
326
326
|
export interface AttachedManagedPolicy {
|
|
327
327
|
/**
|
|
328
328
|
* @public
|
|
329
|
-
* <p>The name of the
|
|
329
|
+
* <p>The name of the Amazon Web Services managed policy.</p>
|
|
330
330
|
*/
|
|
331
331
|
Name?: string;
|
|
332
332
|
/**
|
|
333
333
|
* @public
|
|
334
|
-
* <p>The ARN of the
|
|
335
|
-
* Names (ARNs) and
|
|
334
|
+
* <p>The ARN of the Amazon Web Services managed policy. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
335
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
336
336
|
*/
|
|
337
337
|
Arn?: string;
|
|
338
338
|
}
|
|
@@ -343,7 +343,7 @@ export interface AttachManagedPolicyToPermissionSetRequest {
|
|
|
343
343
|
/**
|
|
344
344
|
* @public
|
|
345
345
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
346
|
-
* Names (ARNs) and
|
|
346
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
347
347
|
*/
|
|
348
348
|
InstanceArn: string | undefined;
|
|
349
349
|
/**
|
|
@@ -354,7 +354,7 @@ export interface AttachManagedPolicyToPermissionSetRequest {
|
|
|
354
354
|
PermissionSetArn: string | undefined;
|
|
355
355
|
/**
|
|
356
356
|
* @public
|
|
357
|
-
* <p>The
|
|
357
|
+
* <p>The Amazon Web Services managed policy ARN to be attached to a permission set.</p>
|
|
358
358
|
*/
|
|
359
359
|
ManagedPolicyArn: string | undefined;
|
|
360
360
|
}
|
|
@@ -370,12 +370,12 @@ export interface CreateAccountAssignmentRequest {
|
|
|
370
370
|
/**
|
|
371
371
|
* @public
|
|
372
372
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
373
|
-
* Names (ARNs) and
|
|
373
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
374
374
|
*/
|
|
375
375
|
InstanceArn: string | undefined;
|
|
376
376
|
/**
|
|
377
377
|
* @public
|
|
378
|
-
* <p>TargetID is an
|
|
378
|
+
* <p>TargetID is an Amazon Web Services account identifier, (For example, 123456789012).</p>
|
|
379
379
|
*/
|
|
380
380
|
TargetId: string | undefined;
|
|
381
381
|
/**
|
|
@@ -450,7 +450,7 @@ export interface CreateInstanceAccessControlAttributeConfigurationResponse {
|
|
|
450
450
|
/**
|
|
451
451
|
* @public
|
|
452
452
|
* <p>A set of key-value pairs that are used to manage the resource. Tags can only be applied to
|
|
453
|
-
* permission sets and cannot be applied to corresponding roles that IAM Identity Center creates in
|
|
453
|
+
* permission sets and cannot be applied to corresponding roles that IAM Identity Center creates in Amazon Web Services
|
|
454
454
|
* accounts.</p>
|
|
455
455
|
*/
|
|
456
456
|
export interface Tag {
|
|
@@ -482,7 +482,7 @@ export interface CreatePermissionSetRequest {
|
|
|
482
482
|
/**
|
|
483
483
|
* @public
|
|
484
484
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
485
|
-
* Names (ARNs) and
|
|
485
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
486
486
|
*/
|
|
487
487
|
InstanceArn: string | undefined;
|
|
488
488
|
/**
|
|
@@ -516,7 +516,7 @@ export interface PermissionSet {
|
|
|
516
516
|
/**
|
|
517
517
|
* @public
|
|
518
518
|
* <p>The ARN of the permission set. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
519
|
-
* Names (ARNs) and
|
|
519
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
520
520
|
*/
|
|
521
521
|
PermissionSetArn?: string;
|
|
522
522
|
/**
|
|
@@ -548,7 +548,7 @@ export interface PermissionSet {
|
|
|
548
548
|
export interface CreatePermissionSetResponse {
|
|
549
549
|
/**
|
|
550
550
|
* @public
|
|
551
|
-
* <p>Defines the level of access on an
|
|
551
|
+
* <p>Defines the level of access on an Amazon Web Services account.</p>
|
|
552
552
|
*/
|
|
553
553
|
PermissionSet?: PermissionSet;
|
|
554
554
|
}
|
|
@@ -559,12 +559,12 @@ export interface DeleteAccountAssignmentRequest {
|
|
|
559
559
|
/**
|
|
560
560
|
* @public
|
|
561
561
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
562
|
-
* Names (ARNs) and
|
|
562
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
563
563
|
*/
|
|
564
564
|
InstanceArn: string | undefined;
|
|
565
565
|
/**
|
|
566
566
|
* @public
|
|
567
|
-
* <p>TargetID is an
|
|
567
|
+
* <p>TargetID is an Amazon Web Services account identifier, (For example, 123456789012).</p>
|
|
568
568
|
*/
|
|
569
569
|
TargetId: string | undefined;
|
|
570
570
|
/**
|
|
@@ -605,7 +605,7 @@ export interface DeleteInlinePolicyFromPermissionSetRequest {
|
|
|
605
605
|
/**
|
|
606
606
|
* @public
|
|
607
607
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
608
|
-
* Names (ARNs) and
|
|
608
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
609
609
|
*/
|
|
610
610
|
InstanceArn: string | undefined;
|
|
611
611
|
/**
|
|
@@ -661,7 +661,7 @@ export interface DeletePermissionSetRequest {
|
|
|
661
661
|
/**
|
|
662
662
|
* @public
|
|
663
663
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
664
|
-
* Names (ARNs) and
|
|
664
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
665
665
|
*/
|
|
666
666
|
InstanceArn: string | undefined;
|
|
667
667
|
/**
|
|
@@ -682,7 +682,7 @@ export interface DescribeAccountAssignmentCreationStatusRequest {
|
|
|
682
682
|
/**
|
|
683
683
|
* @public
|
|
684
684
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
685
|
-
* Names (ARNs) and
|
|
685
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
686
686
|
*/
|
|
687
687
|
InstanceArn: string | undefined;
|
|
688
688
|
/**
|
|
@@ -708,7 +708,7 @@ export interface DescribeAccountAssignmentDeletionStatusRequest {
|
|
|
708
708
|
/**
|
|
709
709
|
* @public
|
|
710
710
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
711
|
-
* Names (ARNs) and
|
|
711
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
712
712
|
*/
|
|
713
713
|
InstanceArn: string | undefined;
|
|
714
714
|
/**
|
|
@@ -778,7 +778,7 @@ export interface DescribePermissionSetRequest {
|
|
|
778
778
|
/**
|
|
779
779
|
* @public
|
|
780
780
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
781
|
-
* Names (ARNs) and
|
|
781
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
782
782
|
*/
|
|
783
783
|
InstanceArn: string | undefined;
|
|
784
784
|
/**
|
|
@@ -793,7 +793,7 @@ export interface DescribePermissionSetRequest {
|
|
|
793
793
|
export interface DescribePermissionSetResponse {
|
|
794
794
|
/**
|
|
795
795
|
* @public
|
|
796
|
-
* <p>Describes the level of access on an
|
|
796
|
+
* <p>Describes the level of access on an Amazon Web Services account.</p>
|
|
797
797
|
*/
|
|
798
798
|
PermissionSet?: PermissionSet;
|
|
799
799
|
}
|
|
@@ -804,7 +804,7 @@ export interface DescribePermissionSetProvisioningStatusRequest {
|
|
|
804
804
|
/**
|
|
805
805
|
* @public
|
|
806
806
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
807
|
-
* Names (ARNs) and
|
|
807
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
808
808
|
*/
|
|
809
809
|
InstanceArn: string | undefined;
|
|
810
810
|
/**
|
|
@@ -833,13 +833,13 @@ export interface PermissionSetProvisioningStatus {
|
|
|
833
833
|
RequestId?: string;
|
|
834
834
|
/**
|
|
835
835
|
* @public
|
|
836
|
-
* <p>The identifier of the
|
|
836
|
+
* <p>The identifier of the Amazon Web Services account from which to list the assignments.</p>
|
|
837
837
|
*/
|
|
838
838
|
AccountId?: string;
|
|
839
839
|
/**
|
|
840
840
|
* @public
|
|
841
841
|
* <p>The ARN of the permission set that is being provisioned. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
842
|
-
* Names (ARNs) and
|
|
842
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
843
843
|
*/
|
|
844
844
|
PermissionSetArn?: string;
|
|
845
845
|
/**
|
|
@@ -879,7 +879,7 @@ export interface DetachCustomerManagedPolicyReferenceFromPermissionSetRequest {
|
|
|
879
879
|
PermissionSetArn: string | undefined;
|
|
880
880
|
/**
|
|
881
881
|
* @public
|
|
882
|
-
* <p>Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each
|
|
882
|
+
* <p>Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.</p>
|
|
883
883
|
*/
|
|
884
884
|
CustomerManagedPolicyReference: CustomerManagedPolicyReference | undefined;
|
|
885
885
|
}
|
|
@@ -895,7 +895,7 @@ export interface DetachManagedPolicyFromPermissionSetRequest {
|
|
|
895
895
|
/**
|
|
896
896
|
* @public
|
|
897
897
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
898
|
-
* Names (ARNs) and
|
|
898
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
899
899
|
*/
|
|
900
900
|
InstanceArn: string | undefined;
|
|
901
901
|
/**
|
|
@@ -906,7 +906,7 @@ export interface DetachManagedPolicyFromPermissionSetRequest {
|
|
|
906
906
|
PermissionSetArn: string | undefined;
|
|
907
907
|
/**
|
|
908
908
|
* @public
|
|
909
|
-
* <p>The
|
|
909
|
+
* <p>The Amazon Web Services managed policy ARN to be detached from a permission set.</p>
|
|
910
910
|
*/
|
|
911
911
|
ManagedPolicyArn: string | undefined;
|
|
912
912
|
}
|
|
@@ -922,7 +922,7 @@ export interface GetInlinePolicyForPermissionSetRequest {
|
|
|
922
922
|
/**
|
|
923
923
|
* @public
|
|
924
924
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
925
|
-
* Names (ARNs) and
|
|
925
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
926
926
|
*/
|
|
927
927
|
InstanceArn: string | undefined;
|
|
928
928
|
/**
|
|
@@ -938,6 +938,9 @@ export interface GetInlinePolicyForPermissionSetResponse {
|
|
|
938
938
|
/**
|
|
939
939
|
* @public
|
|
940
940
|
* <p>The inline policy that is attached to the permission set.</p>
|
|
941
|
+
* <note>
|
|
942
|
+
* <p>For <code>Length Constraints</code>, if a valid ARN is provided for a permission set, it is possible for an empty inline policy to be returned.</p>
|
|
943
|
+
* </note>
|
|
941
944
|
*/
|
|
942
945
|
InlinePolicy?: string;
|
|
943
946
|
}
|
|
@@ -958,10 +961,10 @@ export interface GetPermissionsBoundaryForPermissionSetRequest {
|
|
|
958
961
|
}
|
|
959
962
|
/**
|
|
960
963
|
* @public
|
|
961
|
-
* <p>Specifies the configuration of the
|
|
964
|
+
* <p>Specifies the configuration of the Amazon Web Services managed or customer managed policy that you want
|
|
962
965
|
* to set as a permissions boundary. Specify either <code>CustomerManagedPolicyReference</code>
|
|
963
966
|
* to use the name and path of a customer managed policy, or <code>ManagedPolicyArn</code> to use
|
|
964
|
-
* the ARN of an
|
|
967
|
+
* the ARN of an Amazon Web Services managed policy. A permissions boundary represents the maximum permissions
|
|
965
968
|
* that any policy can grant your role. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
|
|
966
969
|
* entities</a> in the <i>IAM User Guide</i>.</p>
|
|
967
970
|
* <important>
|
|
@@ -974,12 +977,12 @@ export interface GetPermissionsBoundaryForPermissionSetRequest {
|
|
|
974
977
|
export interface PermissionsBoundary {
|
|
975
978
|
/**
|
|
976
979
|
* @public
|
|
977
|
-
* <p>Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each
|
|
980
|
+
* <p>Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.</p>
|
|
978
981
|
*/
|
|
979
982
|
CustomerManagedPolicyReference?: CustomerManagedPolicyReference;
|
|
980
983
|
/**
|
|
981
984
|
* @public
|
|
982
|
-
* <p>The
|
|
985
|
+
* <p>The Amazon Web Services managed policy ARN that you want to attach to a permission set as a permissions
|
|
983
986
|
* boundary.</p>
|
|
984
987
|
*/
|
|
985
988
|
ManagedPolicyArn?: string;
|
|
@@ -1002,7 +1005,7 @@ export interface InstanceMetadata {
|
|
|
1002
1005
|
/**
|
|
1003
1006
|
* @public
|
|
1004
1007
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1005
|
-
* Names (ARNs) and
|
|
1008
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1006
1009
|
*/
|
|
1007
1010
|
InstanceArn?: string;
|
|
1008
1011
|
/**
|
|
@@ -1029,7 +1032,7 @@ export interface ListAccountAssignmentCreationStatusRequest {
|
|
|
1029
1032
|
/**
|
|
1030
1033
|
* @public
|
|
1031
1034
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1032
|
-
* Names (ARNs) and
|
|
1035
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1033
1036
|
*/
|
|
1034
1037
|
InstanceArn: string | undefined;
|
|
1035
1038
|
/**
|
|
@@ -1070,7 +1073,7 @@ export interface ListAccountAssignmentDeletionStatusRequest {
|
|
|
1070
1073
|
/**
|
|
1071
1074
|
* @public
|
|
1072
1075
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1073
|
-
* Names (ARNs) and
|
|
1076
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1074
1077
|
*/
|
|
1075
1078
|
InstanceArn: string | undefined;
|
|
1076
1079
|
/**
|
|
@@ -1111,12 +1114,12 @@ export interface ListAccountAssignmentsRequest {
|
|
|
1111
1114
|
/**
|
|
1112
1115
|
* @public
|
|
1113
1116
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1114
|
-
* Names (ARNs) and
|
|
1117
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1115
1118
|
*/
|
|
1116
1119
|
InstanceArn: string | undefined;
|
|
1117
1120
|
/**
|
|
1118
1121
|
* @public
|
|
1119
|
-
* <p>The identifier of the
|
|
1122
|
+
* <p>The identifier of the Amazon Web Services account from which to list the assignments.</p>
|
|
1120
1123
|
*/
|
|
1121
1124
|
AccountId: string | undefined;
|
|
1122
1125
|
/**
|
|
@@ -1141,7 +1144,7 @@ export interface ListAccountAssignmentsRequest {
|
|
|
1141
1144
|
export interface ListAccountAssignmentsResponse {
|
|
1142
1145
|
/**
|
|
1143
1146
|
* @public
|
|
1144
|
-
* <p>The list of assignments that match the input
|
|
1147
|
+
* <p>The list of assignments that match the input Amazon Web Services account and permission set.</p>
|
|
1145
1148
|
*/
|
|
1146
1149
|
AccountAssignments?: AccountAssignment[];
|
|
1147
1150
|
/**
|
|
@@ -1169,18 +1172,18 @@ export interface ListAccountsForProvisionedPermissionSetRequest {
|
|
|
1169
1172
|
/**
|
|
1170
1173
|
* @public
|
|
1171
1174
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1172
|
-
* Names (ARNs) and
|
|
1175
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1173
1176
|
*/
|
|
1174
1177
|
InstanceArn: string | undefined;
|
|
1175
1178
|
/**
|
|
1176
1179
|
* @public
|
|
1177
|
-
* <p>The ARN of the <a>PermissionSet</a> from which the associated
|
|
1180
|
+
* <p>The ARN of the <a>PermissionSet</a> from which the associated Amazon Web Services accounts
|
|
1178
1181
|
* will be listed.</p>
|
|
1179
1182
|
*/
|
|
1180
1183
|
PermissionSetArn: string | undefined;
|
|
1181
1184
|
/**
|
|
1182
1185
|
* @public
|
|
1183
|
-
* <p>The permission set provisioning status for an
|
|
1186
|
+
* <p>The permission set provisioning status for an Amazon Web Services account.</p>
|
|
1184
1187
|
*/
|
|
1185
1188
|
ProvisioningStatus?: ProvisioningStatus | string;
|
|
1186
1189
|
/**
|
|
@@ -1200,7 +1203,7 @@ export interface ListAccountsForProvisionedPermissionSetRequest {
|
|
|
1200
1203
|
export interface ListAccountsForProvisionedPermissionSetResponse {
|
|
1201
1204
|
/**
|
|
1202
1205
|
* @public
|
|
1203
|
-
* <p>The list of
|
|
1206
|
+
* <p>The list of Amazon Web Services <code>AccountIds</code>.</p>
|
|
1204
1207
|
*/
|
|
1205
1208
|
AccountIds?: string[];
|
|
1206
1209
|
/**
|
|
@@ -1289,7 +1292,7 @@ export interface ListManagedPoliciesInPermissionSetRequest {
|
|
|
1289
1292
|
/**
|
|
1290
1293
|
* @public
|
|
1291
1294
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1292
|
-
* Names (ARNs) and
|
|
1295
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1293
1296
|
*/
|
|
1294
1297
|
InstanceArn: string | undefined;
|
|
1295
1298
|
/**
|
|
@@ -1331,7 +1334,7 @@ export interface ListPermissionSetProvisioningStatusRequest {
|
|
|
1331
1334
|
/**
|
|
1332
1335
|
* @public
|
|
1333
1336
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1334
|
-
* Names (ARNs) and
|
|
1337
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1335
1338
|
*/
|
|
1336
1339
|
InstanceArn: string | undefined;
|
|
1337
1340
|
/**
|
|
@@ -1394,7 +1397,7 @@ export interface ListPermissionSetsRequest {
|
|
|
1394
1397
|
/**
|
|
1395
1398
|
* @public
|
|
1396
1399
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1397
|
-
* Names (ARNs) and
|
|
1400
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1398
1401
|
*/
|
|
1399
1402
|
InstanceArn: string | undefined;
|
|
1400
1403
|
/**
|
|
@@ -1414,7 +1417,7 @@ export interface ListPermissionSetsRequest {
|
|
|
1414
1417
|
export interface ListPermissionSetsResponse {
|
|
1415
1418
|
/**
|
|
1416
1419
|
* @public
|
|
1417
|
-
* <p>Defines the level of access on an
|
|
1420
|
+
* <p>Defines the level of access on an Amazon Web Services account.</p>
|
|
1418
1421
|
*/
|
|
1419
1422
|
PermissionSets?: string[];
|
|
1420
1423
|
/**
|
|
@@ -1430,12 +1433,12 @@ export interface ListPermissionSetsProvisionedToAccountRequest {
|
|
|
1430
1433
|
/**
|
|
1431
1434
|
* @public
|
|
1432
1435
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1433
|
-
* Names (ARNs) and
|
|
1436
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1434
1437
|
*/
|
|
1435
1438
|
InstanceArn: string | undefined;
|
|
1436
1439
|
/**
|
|
1437
1440
|
* @public
|
|
1438
|
-
* <p>The identifier of the
|
|
1441
|
+
* <p>The identifier of the Amazon Web Services account from which to list the assignments.</p>
|
|
1439
1442
|
*/
|
|
1440
1443
|
AccountId: string | undefined;
|
|
1441
1444
|
/**
|
|
@@ -1465,7 +1468,7 @@ export interface ListPermissionSetsProvisionedToAccountResponse {
|
|
|
1465
1468
|
NextToken?: string;
|
|
1466
1469
|
/**
|
|
1467
1470
|
* @public
|
|
1468
|
-
* <p>Defines the level of access that an
|
|
1471
|
+
* <p>Defines the level of access that an Amazon Web Services account has.</p>
|
|
1469
1472
|
*/
|
|
1470
1473
|
PermissionSets?: string[];
|
|
1471
1474
|
}
|
|
@@ -1476,7 +1479,7 @@ export interface ListTagsForResourceRequest {
|
|
|
1476
1479
|
/**
|
|
1477
1480
|
* @public
|
|
1478
1481
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1479
|
-
* Names (ARNs) and
|
|
1482
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1480
1483
|
*/
|
|
1481
1484
|
InstanceArn: string | undefined;
|
|
1482
1485
|
/**
|
|
@@ -1524,7 +1527,7 @@ export interface ProvisionPermissionSetRequest {
|
|
|
1524
1527
|
/**
|
|
1525
1528
|
* @public
|
|
1526
1529
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1527
|
-
* Names (ARNs) and
|
|
1530
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1528
1531
|
*/
|
|
1529
1532
|
InstanceArn: string | undefined;
|
|
1530
1533
|
/**
|
|
@@ -1534,7 +1537,7 @@ export interface ProvisionPermissionSetRequest {
|
|
|
1534
1537
|
PermissionSetArn: string | undefined;
|
|
1535
1538
|
/**
|
|
1536
1539
|
* @public
|
|
1537
|
-
* <p>TargetID is an
|
|
1540
|
+
* <p>TargetID is an Amazon Web Services account identifier, (For example, 123456789012).</p>
|
|
1538
1541
|
*/
|
|
1539
1542
|
TargetId?: string;
|
|
1540
1543
|
/**
|
|
@@ -1560,7 +1563,7 @@ export interface PutInlinePolicyToPermissionSetRequest {
|
|
|
1560
1563
|
/**
|
|
1561
1564
|
* @public
|
|
1562
1565
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1563
|
-
* Names (ARNs) and
|
|
1566
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1564
1567
|
*/
|
|
1565
1568
|
InstanceArn: string | undefined;
|
|
1566
1569
|
/**
|
|
@@ -1611,7 +1614,7 @@ export interface TagResourceRequest {
|
|
|
1611
1614
|
/**
|
|
1612
1615
|
* @public
|
|
1613
1616
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1614
|
-
* Names (ARNs) and
|
|
1617
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1615
1618
|
*/
|
|
1616
1619
|
InstanceArn: string | undefined;
|
|
1617
1620
|
/**
|
|
@@ -1637,7 +1640,7 @@ export interface UntagResourceRequest {
|
|
|
1637
1640
|
/**
|
|
1638
1641
|
* @public
|
|
1639
1642
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1640
|
-
* Names (ARNs) and
|
|
1643
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1641
1644
|
*/
|
|
1642
1645
|
InstanceArn: string | undefined;
|
|
1643
1646
|
/**
|
|
@@ -1683,7 +1686,7 @@ export interface UpdatePermissionSetRequest {
|
|
|
1683
1686
|
/**
|
|
1684
1687
|
* @public
|
|
1685
1688
|
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1686
|
-
* Names (ARNs) and
|
|
1689
|
+
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1687
1690
|
*/
|
|
1688
1691
|
InstanceArn: string | undefined;
|
|
1689
1692
|
/**
|
|
@@ -26,7 +26,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
28
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
|
-
Region
|
|
29
|
+
Region?: string;
|
|
30
30
|
UseDualStack?: boolean;
|
|
31
31
|
UseFIPS?: boolean;
|
|
32
32
|
Endpoint?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sso-admin",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sso Admin Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.409.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.409.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.409.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.408.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.408.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.408.0",
|