@aws-sdk/client-sso-admin 3.864.0 → 3.865.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 +17 -32
- package/dist-cjs/index.js +80 -0
- package/dist-es/SSOAdmin.js +4 -0
- package/dist-es/commands/GetApplicationSessionConfigurationCommand.js +22 -0
- package/dist-es/commands/PutApplicationSessionConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +38 -0
- package/dist-types/SSOAdmin.d.ts +15 -32
- package/dist-types/SSOAdminClient.d.ts +5 -34
- package/dist-types/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.d.ts +4 -10
- package/dist-types/commands/AttachManagedPolicyToPermissionSetCommand.d.ts +5 -19
- package/dist-types/commands/CreateAccountAssignmentCommand.d.ts +5 -32
- package/dist-types/commands/CreateApplicationAssignmentCommand.d.ts +4 -10
- package/dist-types/commands/CreateApplicationCommand.d.ts +5 -21
- package/dist-types/commands/CreateInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -16
- package/dist-types/commands/CreateInstanceCommand.d.ts +5 -22
- package/dist-types/commands/CreatePermissionSetCommand.d.ts +5 -16
- package/dist-types/commands/CreateTrustedTokenIssuerCommand.d.ts +5 -16
- package/dist-types/commands/DeleteAccountAssignmentCommand.d.ts +4 -15
- package/dist-types/commands/DeleteApplicationAccessScopeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationAssignmentCommand.d.ts +4 -10
- package/dist-types/commands/DeleteApplicationAuthenticationMethodCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +4 -10
- package/dist-types/commands/DeleteApplicationGrantCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInlinePolicyFromPermissionSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -12
- package/dist-types/commands/DeleteInstanceCommand.d.ts +4 -11
- package/dist-types/commands/DeletePermissionSetCommand.d.ts +3 -8
- package/dist-types/commands/DeletePermissionsBoundaryFromPermissionSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrustedTokenIssuerCommand.d.ts +4 -13
- package/dist-types/commands/DescribeAccountAssignmentCreationStatusCommand.d.ts +2 -4
- package/dist-types/commands/DescribeAccountAssignmentDeletionStatusCommand.d.ts +2 -4
- package/dist-types/commands/DescribeApplicationAssignmentCommand.d.ts +3 -8
- package/dist-types/commands/DescribeApplicationCommand.d.ts +2 -4
- package/dist-types/commands/DescribeApplicationProviderCommand.d.ts +3 -6
- package/dist-types/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInstanceCommand.d.ts +3 -26
- package/dist-types/commands/DescribePermissionSetCommand.d.ts +2 -4
- package/dist-types/commands/DescribePermissionSetProvisioningStatusCommand.d.ts +2 -4
- package/dist-types/commands/DescribeTrustedTokenIssuerCommand.d.ts +3 -7
- package/dist-types/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.d.ts +3 -8
- package/dist-types/commands/DetachManagedPolicyFromPermissionSetCommand.d.ts +4 -10
- package/dist-types/commands/GetApplicationAccessScopeCommand.d.ts +2 -4
- package/dist-types/commands/GetApplicationAssignmentConfigurationCommand.d.ts +2 -4
- package/dist-types/commands/GetApplicationAuthenticationMethodCommand.d.ts +2 -4
- package/dist-types/commands/GetApplicationGrantCommand.d.ts +2 -4
- package/dist-types/commands/GetApplicationSessionConfigurationCommand.d.ts +87 -0
- package/dist-types/commands/GetInlinePolicyForPermissionSetCommand.d.ts +2 -4
- package/dist-types/commands/GetPermissionsBoundaryForPermissionSetCommand.d.ts +2 -4
- package/dist-types/commands/ListAccountAssignmentCreationStatusCommand.d.ts +3 -6
- package/dist-types/commands/ListAccountAssignmentDeletionStatusCommand.d.ts +3 -6
- package/dist-types/commands/ListAccountAssignmentsCommand.d.ts +3 -6
- package/dist-types/commands/ListAccountAssignmentsForPrincipalCommand.d.ts +3 -7
- package/dist-types/commands/ListAccountsForProvisionedPermissionSetCommand.d.ts +2 -4
- package/dist-types/commands/ListApplicationAccessScopesCommand.d.ts +2 -4
- package/dist-types/commands/ListApplicationAssignmentsCommand.d.ts +2 -4
- package/dist-types/commands/ListApplicationAssignmentsForPrincipalCommand.d.ts +3 -9
- package/dist-types/commands/ListApplicationAuthenticationMethodsCommand.d.ts +2 -4
- package/dist-types/commands/ListApplicationGrantsCommand.d.ts +2 -4
- package/dist-types/commands/ListApplicationProvidersCommand.d.ts +2 -4
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -9
- package/dist-types/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.d.ts +2 -4
- package/dist-types/commands/ListInstancesCommand.d.ts +3 -6
- package/dist-types/commands/ListManagedPoliciesInPermissionSetCommand.d.ts +2 -4
- package/dist-types/commands/ListPermissionSetProvisioningStatusCommand.d.ts +3 -6
- package/dist-types/commands/ListPermissionSetsCommand.d.ts +2 -4
- package/dist-types/commands/ListPermissionSetsProvisionedToAccountCommand.d.ts +3 -6
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -4
- package/dist-types/commands/ListTrustedTokenIssuersCommand.d.ts +2 -4
- package/dist-types/commands/ProvisionPermissionSetCommand.d.ts +4 -10
- package/dist-types/commands/PutApplicationAccessScopeCommand.d.ts +4 -10
- package/dist-types/commands/PutApplicationAssignmentConfigurationCommand.d.ts +4 -13
- package/dist-types/commands/PutApplicationAuthenticationMethodCommand.d.ts +3 -8
- package/dist-types/commands/PutApplicationGrantCommand.d.ts +4 -86
- package/dist-types/commands/PutApplicationSessionConfigurationCommand.d.ts +89 -0
- package/dist-types/commands/PutInlinePolicyToPermissionSetCommand.d.ts +5 -19
- package/dist-types/commands/PutPermissionsBoundaryToPermissionSetCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +4 -10
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.d.ts +4 -14
- package/dist-types/commands/UpdateInstanceCommand.d.ts +4 -10
- package/dist-types/commands/UpdatePermissionSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTrustedTokenIssuerCommand.d.ts +4 -14
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +1 -32
- package/dist-types/models/models_0.d.ts +231 -579
- package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
- package/dist-types/ts3.4/SSOAdmin.d.ts +46 -0
- package/dist-types/ts3.4/SSOAdminClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetApplicationSessionConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutApplicationSessionConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +1 -1
|
@@ -2,9 +2,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-cli
|
|
|
2
2
|
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
3
3
|
import { SSOAdminServiceException as __BaseException } from "./SSOAdminServiceException";
|
|
4
4
|
/**
|
|
5
|
-
* <p>The value used for mapping a specified attribute to an identity source. For more
|
|
6
|
-
* information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/attributemappingsconcept.html">Attribute
|
|
7
|
-
* mappings</a> in the <i>IAM Identity Center User Guide</i>.</p>
|
|
5
|
+
* <p>The value used for mapping a specified attribute to an identity source. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/attributemappingsconcept.html">Attribute mappings</a> in the <i>IAM Identity Center User Guide</i>.</p>
|
|
8
6
|
* @public
|
|
9
7
|
*/
|
|
10
8
|
export interface AccessControlAttributeValue {
|
|
@@ -15,19 +13,12 @@ export interface AccessControlAttributeValue {
|
|
|
15
13
|
Source: string[] | undefined;
|
|
16
14
|
}
|
|
17
15
|
/**
|
|
18
|
-
* <p>These are IAM Identity Center identity store attributes that you can configure for use in
|
|
19
|
-
* attributes-based access control (ABAC). You can create permissions policies that
|
|
20
|
-
* determine who can access your Amazon Web Services resources based upon the configured attribute
|
|
21
|
-
* values. When you enable ABAC and specify <code>AccessControlAttributes</code>, IAM Identity Center
|
|
22
|
-
* passes the attribute values of the authenticated user into IAM for use in policy
|
|
23
|
-
* evaluation.</p>
|
|
16
|
+
* <p>These are IAM Identity Center identity store attributes that you can configure for use in attributes-based access control (ABAC). You can create permissions policies that determine who can access your Amazon Web Services resources based upon the configured attribute values. When you enable ABAC and specify <code>AccessControlAttributes</code>, IAM Identity Center passes the attribute values of the authenticated user into IAM for use in policy evaluation.</p>
|
|
24
17
|
* @public
|
|
25
18
|
*/
|
|
26
19
|
export interface AccessControlAttribute {
|
|
27
20
|
/**
|
|
28
|
-
* <p>The name of the attribute associated with your identities in your identity source.
|
|
29
|
-
* This is used to map a specified attribute in your identity source with an attribute in
|
|
30
|
-
* IAM Identity Center.</p>
|
|
21
|
+
* <p>The name of the attribute associated with your identities in your identity source. This is used to map a specified attribute in your identity source with an attribute in IAM Identity Center.</p>
|
|
31
22
|
* @public
|
|
32
23
|
*/
|
|
33
24
|
Key: string | undefined;
|
|
@@ -63,12 +54,7 @@ export declare const PrincipalType: {
|
|
|
63
54
|
*/
|
|
64
55
|
export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
|
|
65
56
|
/**
|
|
66
|
-
* <p>The assignment that indicates a principal's limited access to a specified Amazon Web Services
|
|
67
|
-
* account with a specified permission set.</p>
|
|
68
|
-
* <note>
|
|
69
|
-
* <p>The term <i>principal</i> here refers to a user or group that is
|
|
70
|
-
* defined in IAM Identity Center.</p>
|
|
71
|
-
* </note>
|
|
57
|
+
* <p>The assignment that indicates a principal's limited access to a specified Amazon Web Services account with a specified permission set.</p> <note> <p>The term <i>principal</i> here refers to a user or group that is defined in IAM Identity Center.</p> </note>
|
|
72
58
|
* @public
|
|
73
59
|
*/
|
|
74
60
|
export interface AccountAssignment {
|
|
@@ -78,8 +64,7 @@ export interface AccountAssignment {
|
|
|
78
64
|
*/
|
|
79
65
|
AccountId?: string | undefined;
|
|
80
66
|
/**
|
|
81
|
-
* <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
|
|
82
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
67
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
83
68
|
* @public
|
|
84
69
|
*/
|
|
85
70
|
PermissionSetArn?: string | undefined;
|
|
@@ -95,8 +80,7 @@ export interface AccountAssignment {
|
|
|
95
80
|
PrincipalId?: string | undefined;
|
|
96
81
|
}
|
|
97
82
|
/**
|
|
98
|
-
* <p>A structure that describes an assignment of an Amazon Web Services account to a principal and the
|
|
99
|
-
* permissions that principal has in the account.</p>
|
|
83
|
+
* <p>A structure that describes an assignment of an Amazon Web Services account to a principal and the permissions that principal has in the account.</p>
|
|
100
84
|
* @public
|
|
101
85
|
*/
|
|
102
86
|
export interface AccountAssignmentForPrincipal {
|
|
@@ -106,8 +90,7 @@ export interface AccountAssignmentForPrincipal {
|
|
|
106
90
|
*/
|
|
107
91
|
AccountId?: string | undefined;
|
|
108
92
|
/**
|
|
109
|
-
* <p>The ARN of the IAM Identity Center permission set assigned to this principal for this
|
|
110
|
-
* Amazon Web Services account.</p>
|
|
93
|
+
* <p>The ARN of the IAM Identity Center permission set assigned to this principal for this Amazon Web Services account.</p>
|
|
111
94
|
* @public
|
|
112
95
|
*/
|
|
113
96
|
PermissionSetArn?: string | undefined;
|
|
@@ -147,8 +130,7 @@ export declare const TargetType: {
|
|
|
147
130
|
*/
|
|
148
131
|
export type TargetType = (typeof TargetType)[keyof typeof TargetType];
|
|
149
132
|
/**
|
|
150
|
-
* <p>The status of the creation or deletion operation of an assignment that a principal
|
|
151
|
-
* needs to access an account.</p>
|
|
133
|
+
* <p>The status of the creation or deletion operation of an assignment that a principal needs to access an account.</p>
|
|
152
134
|
* @public
|
|
153
135
|
*/
|
|
154
136
|
export interface AccountAssignmentOperationStatus {
|
|
@@ -158,14 +140,12 @@ export interface AccountAssignmentOperationStatus {
|
|
|
158
140
|
*/
|
|
159
141
|
Status?: StatusValues | undefined;
|
|
160
142
|
/**
|
|
161
|
-
* <p>The identifier for tracking the request operation that is generated by the universally
|
|
162
|
-
* unique identifier (UUID) workflow.</p>
|
|
143
|
+
* <p>The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.</p>
|
|
163
144
|
* @public
|
|
164
145
|
*/
|
|
165
146
|
RequestId?: string | undefined;
|
|
166
147
|
/**
|
|
167
|
-
* <p>The message that contains an error or exception in case of an operation
|
|
168
|
-
* failure.</p>
|
|
148
|
+
* <p>The message that contains an error or exception in case of an operation failure.</p>
|
|
169
149
|
* @public
|
|
170
150
|
*/
|
|
171
151
|
FailureReason?: string | undefined;
|
|
@@ -180,8 +160,7 @@ export interface AccountAssignmentOperationStatus {
|
|
|
180
160
|
*/
|
|
181
161
|
TargetType?: TargetType | undefined;
|
|
182
162
|
/**
|
|
183
|
-
* <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
|
|
184
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
163
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
185
164
|
* @public
|
|
186
165
|
*/
|
|
187
166
|
PermissionSetArn?: string | undefined;
|
|
@@ -202,8 +181,7 @@ export interface AccountAssignmentOperationStatus {
|
|
|
202
181
|
CreatedDate?: Date | undefined;
|
|
203
182
|
}
|
|
204
183
|
/**
|
|
205
|
-
* <p>Provides information about the <a>AccountAssignment</a> creation
|
|
206
|
-
* request.</p>
|
|
184
|
+
* <p>Provides information about the <a>AccountAssignment</a> creation request.</p>
|
|
207
185
|
* @public
|
|
208
186
|
*/
|
|
209
187
|
export interface AccountAssignmentOperationStatusMetadata {
|
|
@@ -213,8 +191,7 @@ export interface AccountAssignmentOperationStatusMetadata {
|
|
|
213
191
|
*/
|
|
214
192
|
Status?: StatusValues | undefined;
|
|
215
193
|
/**
|
|
216
|
-
* <p>The identifier for tracking the request operation that is generated by the universally
|
|
217
|
-
* unique identifier (UUID) workflow.</p>
|
|
194
|
+
* <p>The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.</p>
|
|
218
195
|
* @public
|
|
219
196
|
*/
|
|
220
197
|
RequestId?: string | undefined;
|
|
@@ -242,27 +219,12 @@ export type SignInOrigin = (typeof SignInOrigin)[keyof typeof SignInOrigin];
|
|
|
242
219
|
*/
|
|
243
220
|
export interface SignInOptions {
|
|
244
221
|
/**
|
|
245
|
-
* <p>This determines how IAM Identity Center navigates the user to the target application. It can be one
|
|
246
|
-
* of the following values:</p>
|
|
247
|
-
* <ul>
|
|
248
|
-
* <li>
|
|
249
|
-
* <p>
|
|
250
|
-
* <code>APPLICATION</code>: IAM Identity Center redirects the customer to the configured
|
|
251
|
-
* <code>ApplicationUrl</code>.</p>
|
|
252
|
-
* </li>
|
|
253
|
-
* <li>
|
|
254
|
-
* <p>
|
|
255
|
-
* <code>IDENTITY_CENTER</code>: IAM Identity Center uses SAML identity-provider initiated
|
|
256
|
-
* authentication to sign the customer directly into a SAML-based
|
|
257
|
-
* application.</p>
|
|
258
|
-
* </li>
|
|
259
|
-
* </ul>
|
|
222
|
+
* <p>This determines how IAM Identity Center navigates the user to the target application. It can be one of the following values:</p> <ul> <li> <p> <code>APPLICATION</code>: IAM Identity Center redirects the customer to the configured <code>ApplicationUrl</code>.</p> </li> <li> <p> <code>IDENTITY_CENTER</code>: IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.</p> </li> </ul>
|
|
260
223
|
* @public
|
|
261
224
|
*/
|
|
262
225
|
Origin: SignInOrigin | undefined;
|
|
263
226
|
/**
|
|
264
|
-
* <p>The URL that accepts authentication requests for an application. This is a required
|
|
265
|
-
* parameter if the <code>Origin</code> parameter is <code>APPLICATION</code>.</p>
|
|
227
|
+
* <p>The URL that accepts authentication requests for an application. This is a required parameter if the <code>Origin</code> parameter is <code>APPLICATION</code>.</p>
|
|
266
228
|
* @public
|
|
267
229
|
*/
|
|
268
230
|
ApplicationUrl?: string | undefined;
|
|
@@ -280,8 +242,7 @@ export declare const ApplicationVisibility: {
|
|
|
280
242
|
*/
|
|
281
243
|
export type ApplicationVisibility = (typeof ApplicationVisibility)[keyof typeof ApplicationVisibility];
|
|
282
244
|
/**
|
|
283
|
-
* <p>A structure that describes the options for the access portal associated with an
|
|
284
|
-
* application.</p>
|
|
245
|
+
* <p>A structure that describes the options for the access portal associated with an application.</p>
|
|
285
246
|
* @public
|
|
286
247
|
*/
|
|
287
248
|
export interface PortalOptions {
|
|
@@ -309,8 +270,7 @@ export declare const ApplicationStatus: {
|
|
|
309
270
|
*/
|
|
310
271
|
export type ApplicationStatus = (typeof ApplicationStatus)[keyof typeof ApplicationStatus];
|
|
311
272
|
/**
|
|
312
|
-
* <p>A structure that describes an application that uses IAM Identity Center for access
|
|
313
|
-
* management.</p>
|
|
273
|
+
* <p>A structure that describes an application that uses IAM Identity Center for access management.</p>
|
|
314
274
|
* @public
|
|
315
275
|
*/
|
|
316
276
|
export interface Application {
|
|
@@ -345,8 +305,7 @@ export interface Application {
|
|
|
345
305
|
*/
|
|
346
306
|
Status?: ApplicationStatus | undefined;
|
|
347
307
|
/**
|
|
348
|
-
* <p>A structure that describes the options for the access portal associated with this
|
|
349
|
-
* application.</p>
|
|
308
|
+
* <p>A structure that describes the options for the access portal associated with this application.</p>
|
|
350
309
|
* @public
|
|
351
310
|
*/
|
|
352
311
|
PortalOptions?: PortalOptions | undefined;
|
|
@@ -362,10 +321,7 @@ export interface Application {
|
|
|
362
321
|
CreatedDate?: Date | undefined;
|
|
363
322
|
}
|
|
364
323
|
/**
|
|
365
|
-
* <p>Occurs when a conflict with a previous successful write is detected. This generally
|
|
366
|
-
* occurs when the previous write did not have time to propagate to the host serving the
|
|
367
|
-
* current request. A retry (with appropriate backoff logic) is the recommended response to
|
|
368
|
-
* this exception.</p>
|
|
324
|
+
* <p>Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.</p>
|
|
369
325
|
* @public
|
|
370
326
|
*/
|
|
371
327
|
export declare class ConflictException extends __BaseException {
|
|
@@ -393,8 +349,7 @@ export interface DeleteApplicationAccessScopeRequest {
|
|
|
393
349
|
Scope: string | undefined;
|
|
394
350
|
}
|
|
395
351
|
/**
|
|
396
|
-
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
397
|
-
* with an internal server.</p>
|
|
352
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure with an internal server.</p>
|
|
398
353
|
* @public
|
|
399
354
|
*/
|
|
400
355
|
export declare class InternalServerException extends __BaseException {
|
|
@@ -420,8 +375,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
420
375
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
421
376
|
}
|
|
422
377
|
/**
|
|
423
|
-
* <p>Indicates that the principal has crossed the throttling limits of the API
|
|
424
|
-
* operations.</p>
|
|
378
|
+
* <p>Indicates that the principal has crossed the throttling limits of the API operations.</p>
|
|
425
379
|
* @public
|
|
426
380
|
*/
|
|
427
381
|
export declare class ThrottlingException extends __BaseException {
|
|
@@ -451,14 +405,12 @@ export declare class ValidationException extends __BaseException {
|
|
|
451
405
|
*/
|
|
452
406
|
export interface GetApplicationAccessScopeRequest {
|
|
453
407
|
/**
|
|
454
|
-
* <p>Specifies the ARN of the application with the access scope that you want to
|
|
455
|
-
* retrieve.</p>
|
|
408
|
+
* <p>Specifies the ARN of the application with the access scope that you want to retrieve.</p>
|
|
456
409
|
* @public
|
|
457
410
|
*/
|
|
458
411
|
ApplicationArn: string | undefined;
|
|
459
412
|
/**
|
|
460
|
-
* <p>Specifies the name of the access scope for which you want the authorized
|
|
461
|
-
* targets.</p>
|
|
413
|
+
* <p>Specifies the name of the access scope for which you want the authorized targets.</p>
|
|
462
414
|
* @public
|
|
463
415
|
*/
|
|
464
416
|
Scope: string | undefined;
|
|
@@ -488,23 +440,12 @@ export interface ListApplicationAccessScopesRequest {
|
|
|
488
440
|
*/
|
|
489
441
|
ApplicationArn: string | undefined;
|
|
490
442
|
/**
|
|
491
|
-
* <p>Specifies the total number of results that you want included in each
|
|
492
|
-
* response. If additional items exist beyond the number you specify, the
|
|
493
|
-
* <code>NextToken</code> response element is returned with a value (not null). Include the
|
|
494
|
-
* specified value as the <code>NextToken</code> request parameter in the next call to the
|
|
495
|
-
* operation to get the next set of results. Note that the service might return fewer
|
|
496
|
-
* results than the maximum even when there are more results available. You should check
|
|
497
|
-
* <code>NextToken</code> after every operation to ensure that you receive all of the
|
|
498
|
-
* results.</p>
|
|
443
|
+
* <p>Specifies the total number of results that you want included in each response. If additional items exist beyond the number you specify, the <code>NextToken</code> response element is returned with a value (not null). Include the specified value as the <code>NextToken</code> request parameter in the next call to the operation to get the next set of results. Note that the service might return fewer results than the maximum even when there are more results available. You should check <code>NextToken</code> after every operation to ensure that you receive all of the results.</p>
|
|
499
444
|
* @public
|
|
500
445
|
*/
|
|
501
446
|
MaxResults?: number | undefined;
|
|
502
447
|
/**
|
|
503
|
-
* <p>Specifies that you want to receive the next page of results. Valid
|
|
504
|
-
* only if you received a <code>NextToken</code> response in the previous request. If you
|
|
505
|
-
* did, it indicates that more output is available. Set this parameter to the value
|
|
506
|
-
* provided by the previous call's <code>NextToken</code> response to request the
|
|
507
|
-
* next page of results.</p>
|
|
448
|
+
* <p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>NextToken</code> response to request the next page of results.</p>
|
|
508
449
|
* @public
|
|
509
450
|
*/
|
|
510
451
|
NextToken?: string | undefined;
|
|
@@ -530,17 +471,12 @@ export interface ScopeDetails {
|
|
|
530
471
|
*/
|
|
531
472
|
export interface ListApplicationAccessScopesResponse {
|
|
532
473
|
/**
|
|
533
|
-
* <p>An array list of access scopes and their authorized targets that are associated with
|
|
534
|
-
* the application.</p>
|
|
474
|
+
* <p>An array list of access scopes and their authorized targets that are associated with the application.</p>
|
|
535
475
|
* @public
|
|
536
476
|
*/
|
|
537
477
|
Scopes: ScopeDetails[] | undefined;
|
|
538
478
|
/**
|
|
539
|
-
* <p>If present, this value indicates that more output is available than
|
|
540
|
-
* is included in the current response. Use this value in the <code>NextToken</code>
|
|
541
|
-
* request parameter in a subsequent call to the operation to get the next part of the
|
|
542
|
-
* output. You should repeat this until the <code>NextToken</code> response element comes
|
|
543
|
-
* back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
479
|
+
* <p>If present, this value indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
544
480
|
* @public
|
|
545
481
|
*/
|
|
546
482
|
NextToken?: string | undefined;
|
|
@@ -550,20 +486,17 @@ export interface ListApplicationAccessScopesResponse {
|
|
|
550
486
|
*/
|
|
551
487
|
export interface PutApplicationAccessScopeRequest {
|
|
552
488
|
/**
|
|
553
|
-
* <p>Specifies the name of the access scope to be associated with the specified
|
|
554
|
-
* targets.</p>
|
|
489
|
+
* <p>Specifies the name of the access scope to be associated with the specified targets.</p>
|
|
555
490
|
* @public
|
|
556
491
|
*/
|
|
557
492
|
Scope: string | undefined;
|
|
558
493
|
/**
|
|
559
|
-
* <p>Specifies an array list of ARNs that represent the authorized targets for this access
|
|
560
|
-
* scope.</p>
|
|
494
|
+
* <p>Specifies an array list of ARNs that represent the authorized targets for this access scope.</p>
|
|
561
495
|
* @public
|
|
562
496
|
*/
|
|
563
497
|
AuthorizedTargets?: string[] | undefined;
|
|
564
498
|
/**
|
|
565
|
-
* <p>Specifies the ARN of the application with the access scope with the targets to add or
|
|
566
|
-
* update.</p>
|
|
499
|
+
* <p>Specifies the ARN of the application with the access scope with the targets to add or update.</p>
|
|
567
500
|
* @public
|
|
568
501
|
*/
|
|
569
502
|
ApplicationArn: string | undefined;
|
|
@@ -663,8 +596,7 @@ export interface IamAuthenticationMethod {
|
|
|
663
596
|
ActorPolicy: __DocumentType | undefined;
|
|
664
597
|
}
|
|
665
598
|
/**
|
|
666
|
-
* <p>A structure that describes an authentication method that can be used by an
|
|
667
|
-
* application.</p>
|
|
599
|
+
* <p>A structure that describes an authentication method that can be used by an application.</p>
|
|
668
600
|
* @public
|
|
669
601
|
*/
|
|
670
602
|
export type AuthenticationMethod = AuthenticationMethod.IamMember | AuthenticationMethod.$UnknownMember;
|
|
@@ -708,17 +640,12 @@ export interface GetApplicationAuthenticationMethodResponse {
|
|
|
708
640
|
*/
|
|
709
641
|
export interface ListApplicationAuthenticationMethodsRequest {
|
|
710
642
|
/**
|
|
711
|
-
* <p>Specifies the ARN of the application with the authentication methods you want to
|
|
712
|
-
* list.</p>
|
|
643
|
+
* <p>Specifies the ARN of the application with the authentication methods you want to list.</p>
|
|
713
644
|
* @public
|
|
714
645
|
*/
|
|
715
646
|
ApplicationArn: string | undefined;
|
|
716
647
|
/**
|
|
717
|
-
* <p>Specifies that you want to receive the next page of results. Valid
|
|
718
|
-
* only if you received a <code>NextToken</code> response in the previous request. If you
|
|
719
|
-
* did, it indicates that more output is available. Set this parameter to the value
|
|
720
|
-
* provided by the previous call's <code>NextToken</code> response to request the
|
|
721
|
-
* next page of results.</p>
|
|
648
|
+
* <p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>NextToken</code> response to request the next page of results.</p>
|
|
722
649
|
* @public
|
|
723
650
|
*/
|
|
724
651
|
NextToken?: string | undefined;
|
|
@@ -734,8 +661,7 @@ export interface AuthenticationMethodItem {
|
|
|
734
661
|
*/
|
|
735
662
|
AuthenticationMethodType?: AuthenticationMethodType | undefined;
|
|
736
663
|
/**
|
|
737
|
-
* <p>A structure that describes an authentication method. The contents of this structure is
|
|
738
|
-
* determined by the <code>AuthenticationMethodType</code>.</p>
|
|
664
|
+
* <p>A structure that describes an authentication method. The contents of this structure is determined by the <code>AuthenticationMethodType</code>.</p>
|
|
739
665
|
* @public
|
|
740
666
|
*/
|
|
741
667
|
AuthenticationMethod?: AuthenticationMethod | undefined;
|
|
@@ -750,11 +676,7 @@ export interface ListApplicationAuthenticationMethodsResponse {
|
|
|
750
676
|
*/
|
|
751
677
|
AuthenticationMethods?: AuthenticationMethodItem[] | undefined;
|
|
752
678
|
/**
|
|
753
|
-
* <p>If present, this value indicates that more output is available than
|
|
754
|
-
* is included in the current response. Use this value in the <code>NextToken</code>
|
|
755
|
-
* request parameter in a subsequent call to the operation to get the next part of the
|
|
756
|
-
* output. You should repeat this until the <code>NextToken</code> response element comes
|
|
757
|
-
* back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
679
|
+
* <p>If present, this value indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
758
680
|
* @public
|
|
759
681
|
*/
|
|
760
682
|
NextToken?: string | undefined;
|
|
@@ -764,8 +686,7 @@ export interface ListApplicationAuthenticationMethodsResponse {
|
|
|
764
686
|
*/
|
|
765
687
|
export interface PutApplicationAuthenticationMethodRequest {
|
|
766
688
|
/**
|
|
767
|
-
* <p>Specifies the ARN of the application with the authentication method to add or
|
|
768
|
-
* update.</p>
|
|
689
|
+
* <p>Specifies the ARN of the application with the authentication method to add or update.</p>
|
|
769
690
|
* @public
|
|
770
691
|
*/
|
|
771
692
|
ApplicationArn: string | undefined;
|
|
@@ -775,9 +696,7 @@ export interface PutApplicationAuthenticationMethodRequest {
|
|
|
775
696
|
*/
|
|
776
697
|
AuthenticationMethodType: AuthenticationMethodType | undefined;
|
|
777
698
|
/**
|
|
778
|
-
* <p>Specifies a structure that describes the authentication method to add or update. The
|
|
779
|
-
* structure type you provide is determined by the <code>AuthenticationMethodType</code>
|
|
780
|
-
* parameter.</p>
|
|
699
|
+
* <p>Specifies a structure that describes the authentication method to add or update. The structure type you provide is determined by the <code>AuthenticationMethodType</code> parameter.</p>
|
|
781
700
|
* @public
|
|
782
701
|
*/
|
|
783
702
|
AuthenticationMethod: AuthenticationMethod | undefined;
|
|
@@ -827,25 +746,18 @@ export interface GetApplicationGrantRequest {
|
|
|
827
746
|
GrantType: GrantType | undefined;
|
|
828
747
|
}
|
|
829
748
|
/**
|
|
830
|
-
* <p>A structure that defines configuration settings for an application that supports the
|
|
831
|
-
* OAuth 2.0 Authorization Code Grant.</p>
|
|
749
|
+
* <p>A structure that defines configuration settings for an application that supports the OAuth 2.0 Authorization Code Grant.</p>
|
|
832
750
|
* @public
|
|
833
751
|
*/
|
|
834
752
|
export interface AuthorizationCodeGrant {
|
|
835
753
|
/**
|
|
836
|
-
* <p>A list of URIs that are valid locations to redirect a user's browser after the user is
|
|
837
|
-
* authorized.</p>
|
|
838
|
-
* <note>
|
|
839
|
-
* <p>RedirectUris is required when the grant type is
|
|
840
|
-
* <code>authorization_code</code>.</p>
|
|
841
|
-
* </note>
|
|
754
|
+
* <p>A list of URIs that are valid locations to redirect a user's browser after the user is authorized.</p> <note> <p>RedirectUris is required when the grant type is <code>authorization_code</code>.</p> </note>
|
|
842
755
|
* @public
|
|
843
756
|
*/
|
|
844
757
|
RedirectUris?: string[] | undefined;
|
|
845
758
|
}
|
|
846
759
|
/**
|
|
847
|
-
* <p>A structure that describes a trusted token issuer and associates it with a set of authorized
|
|
848
|
-
* audiences.</p>
|
|
760
|
+
* <p>A structure that describes a trusted token issuer and associates it with a set of authorized audiences.</p>
|
|
849
761
|
* @public
|
|
850
762
|
*/
|
|
851
763
|
export interface AuthorizedTokenIssuer {
|
|
@@ -855,50 +767,36 @@ export interface AuthorizedTokenIssuer {
|
|
|
855
767
|
*/
|
|
856
768
|
TrustedTokenIssuerArn?: string | undefined;
|
|
857
769
|
/**
|
|
858
|
-
* <p>An array list of authorized audiences, or applications, that can consume the tokens
|
|
859
|
-
* generated by the associated trusted token issuer.</p>
|
|
770
|
+
* <p>An array list of authorized audiences, or applications, that can consume the tokens generated by the associated trusted token issuer.</p>
|
|
860
771
|
* @public
|
|
861
772
|
*/
|
|
862
773
|
AuthorizedAudiences?: string[] | undefined;
|
|
863
774
|
}
|
|
864
775
|
/**
|
|
865
|
-
* <p>A structure that defines configuration settings for an application that supports the
|
|
866
|
-
* JWT Bearer Token Authorization Grant. The <code>AuthorizedAudience</code> field is the
|
|
867
|
-
* aud claim. For more information, see <a href="https://datatracker.ietf.org/doc/html/rfc7523">RFC 7523</a>.</p>
|
|
776
|
+
* <p>A structure that defines configuration settings for an application that supports the JWT Bearer Token Authorization Grant. The <code>AuthorizedAudience</code> field is the aud claim. For more information, see <a href="https://datatracker.ietf.org/doc/html/rfc7523">RFC 7523</a>.</p>
|
|
868
777
|
* @public
|
|
869
778
|
*/
|
|
870
779
|
export interface JwtBearerGrant {
|
|
871
780
|
/**
|
|
872
|
-
* <p>A list of allowed token issuers trusted by the Identity Center instances for this
|
|
873
|
-
* application.</p>
|
|
874
|
-
* <note>
|
|
875
|
-
* <p>
|
|
876
|
-
* <code>AuthorizedTokenIssuers</code> is required when the grant type is
|
|
877
|
-
* <code>JwtBearerGrant</code>.</p>
|
|
878
|
-
* </note>
|
|
781
|
+
* <p>A list of allowed token issuers trusted by the Identity Center instances for this application.</p> <note> <p> <code>AuthorizedTokenIssuers</code> is required when the grant type is <code>JwtBearerGrant</code>.</p> </note>
|
|
879
782
|
* @public
|
|
880
783
|
*/
|
|
881
784
|
AuthorizedTokenIssuers?: AuthorizedTokenIssuer[] | undefined;
|
|
882
785
|
}
|
|
883
786
|
/**
|
|
884
|
-
* <p>A structure that defines configuration settings for an application that supports the
|
|
885
|
-
* OAuth 2.0 Refresh Token Grant. For more, see <a href="https://datatracker.ietf.org/doc/html/rfc6749#section-1.5">RFC
|
|
886
|
-
* 6749</a>.</p>
|
|
787
|
+
* <p>A structure that defines configuration settings for an application that supports the OAuth 2.0 Refresh Token Grant. For more, see <a href="https://datatracker.ietf.org/doc/html/rfc6749#section-1.5">RFC 6749</a>.</p>
|
|
887
788
|
* @public
|
|
888
789
|
*/
|
|
889
790
|
export interface RefreshTokenGrant {
|
|
890
791
|
}
|
|
891
792
|
/**
|
|
892
|
-
* <p>A structure that defines configuration settings for an application that supports the
|
|
893
|
-
* OAuth 2.0 Token Exchange Grant. For more information, see <a href="https://datatracker.ietf.org/doc/html/rfc8693">RFC 8693</a>.</p>
|
|
793
|
+
* <p>A structure that defines configuration settings for an application that supports the OAuth 2.0 Token Exchange Grant. For more information, see <a href="https://datatracker.ietf.org/doc/html/rfc8693">RFC 8693</a>.</p>
|
|
894
794
|
* @public
|
|
895
795
|
*/
|
|
896
796
|
export interface TokenExchangeGrant {
|
|
897
797
|
}
|
|
898
798
|
/**
|
|
899
|
-
* <p>The Grant union represents the set of possible configuration options for the selected
|
|
900
|
-
* grant type. Exactly one member of the union must be specified, and must match the grant
|
|
901
|
-
* type selected.</p>
|
|
799
|
+
* <p>The Grant union represents the set of possible configuration options for the selected grant type. Exactly one member of the union must be specified, and must match the grant type selected.</p>
|
|
902
800
|
* @public
|
|
903
801
|
*/
|
|
904
802
|
export type Grant = Grant.AuthorizationCodeMember | Grant.JwtBearerMember | Grant.RefreshTokenMember | Grant.TokenExchangeMember | Grant.$UnknownMember;
|
|
@@ -918,8 +816,7 @@ export declare namespace Grant {
|
|
|
918
816
|
$unknown?: never;
|
|
919
817
|
}
|
|
920
818
|
/**
|
|
921
|
-
* <p>Configuration options for the <code>urn:ietf:params:oauth:grant-type:jwt-bearer</code>
|
|
922
|
-
* grant type.</p>
|
|
819
|
+
* <p>Configuration options for the <code>urn:ietf:params:oauth:grant-type:jwt-bearer</code> grant type.</p>
|
|
923
820
|
* @public
|
|
924
821
|
*/
|
|
925
822
|
interface JwtBearerMember {
|
|
@@ -941,8 +838,7 @@ export declare namespace Grant {
|
|
|
941
838
|
$unknown?: never;
|
|
942
839
|
}
|
|
943
840
|
/**
|
|
944
|
-
* <p>Configuration options for the
|
|
945
|
-
* <code>urn:ietf:params:oauth:grant-type:token-exchange</code> grant type.</p>
|
|
841
|
+
* <p>Configuration options for the <code>urn:ietf:params:oauth:grant-type:token-exchange</code> grant type.</p>
|
|
946
842
|
* @public
|
|
947
843
|
*/
|
|
948
844
|
interface TokenExchangeMember {
|
|
@@ -991,11 +887,7 @@ export interface ListApplicationGrantsRequest {
|
|
|
991
887
|
*/
|
|
992
888
|
ApplicationArn: string | undefined;
|
|
993
889
|
/**
|
|
994
|
-
* <p>Specifies that you want to receive the next page of results. Valid
|
|
995
|
-
* only if you received a <code>NextToken</code> response in the previous request. If you
|
|
996
|
-
* did, it indicates that more output is available. Set this parameter to the value
|
|
997
|
-
* provided by the previous call's <code>NextToken</code> response to request the
|
|
998
|
-
* next page of results.</p>
|
|
890
|
+
* <p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>NextToken</code> response to request the next page of results.</p>
|
|
999
891
|
* @public
|
|
1000
892
|
*/
|
|
1001
893
|
NextToken?: string | undefined;
|
|
@@ -1026,11 +918,7 @@ export interface ListApplicationGrantsResponse {
|
|
|
1026
918
|
*/
|
|
1027
919
|
Grants: GrantItem[] | undefined;
|
|
1028
920
|
/**
|
|
1029
|
-
* <p>If present, this value indicates that more output is available than
|
|
1030
|
-
* is included in the current response. Use this value in the <code>NextToken</code>
|
|
1031
|
-
* request parameter in a subsequent call to the operation to get the next part of the
|
|
1032
|
-
* output. You should repeat this until the <code>NextToken</code> response element comes
|
|
1033
|
-
* back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
921
|
+
* <p>If present, this value indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
1034
922
|
* @public
|
|
1035
923
|
*/
|
|
1036
924
|
NextToken?: string | undefined;
|
|
@@ -1089,8 +977,7 @@ export declare const FederationProtocol: {
|
|
|
1089
977
|
*/
|
|
1090
978
|
export type FederationProtocol = (typeof FederationProtocol)[keyof typeof FederationProtocol];
|
|
1091
979
|
/**
|
|
1092
|
-
* <p>A structure that describes details for an IAM Identity Center access scope that is associated with a
|
|
1093
|
-
* resource server.</p>
|
|
980
|
+
* <p>A structure that describes details for an IAM Identity Center access scope that is associated with a resource server.</p>
|
|
1094
981
|
* @public
|
|
1095
982
|
*/
|
|
1096
983
|
export interface ResourceServerScopeDetails {
|
|
@@ -1111,15 +998,13 @@ export interface ResourceServerScopeDetails {
|
|
|
1111
998
|
*/
|
|
1112
999
|
export interface ResourceServerConfig {
|
|
1113
1000
|
/**
|
|
1114
|
-
* <p>A list of the IAM Identity Center access scopes that are associated with this resource
|
|
1115
|
-
* server.</p>
|
|
1001
|
+
* <p>A list of the IAM Identity Center access scopes that are associated with this resource server.</p>
|
|
1116
1002
|
* @public
|
|
1117
1003
|
*/
|
|
1118
1004
|
Scopes?: Record<string, ResourceServerScopeDetails> | undefined;
|
|
1119
1005
|
}
|
|
1120
1006
|
/**
|
|
1121
|
-
* <p>A structure that describes a provider that can be used to connect an Amazon Web Services managed
|
|
1122
|
-
* application or customer managed application to IAM Identity Center.</p>
|
|
1007
|
+
* <p>A structure that describes a provider that can be used to connect an Amazon Web Services managed application or customer managed application to IAM Identity Center.</p>
|
|
1123
1008
|
* @public
|
|
1124
1009
|
*/
|
|
1125
1010
|
export interface ApplicationProvider {
|
|
@@ -1134,8 +1019,7 @@ export interface ApplicationProvider {
|
|
|
1134
1019
|
*/
|
|
1135
1020
|
FederationProtocol?: FederationProtocol | undefined;
|
|
1136
1021
|
/**
|
|
1137
|
-
* <p>A structure that describes how IAM Identity Center represents the application provider in the
|
|
1138
|
-
* portal.</p>
|
|
1022
|
+
* <p>A structure that describes how IAM Identity Center represents the application provider in the portal.</p>
|
|
1139
1023
|
* @public
|
|
1140
1024
|
*/
|
|
1141
1025
|
DisplayData?: DisplayData | undefined;
|
|
@@ -1151,16 +1035,12 @@ export interface ApplicationProvider {
|
|
|
1151
1035
|
*/
|
|
1152
1036
|
export interface CustomerManagedPolicyReference {
|
|
1153
1037
|
/**
|
|
1154
|
-
* <p>The name of the IAM policy that you have configured in each account where you want
|
|
1155
|
-
* to deploy your permission set.</p>
|
|
1038
|
+
* <p>The name of the IAM policy that you have configured in each account where you want to deploy your permission set.</p>
|
|
1156
1039
|
* @public
|
|
1157
1040
|
*/
|
|
1158
1041
|
Name: string | undefined;
|
|
1159
1042
|
/**
|
|
1160
|
-
* <p>The path to the IAM policy that you have configured in each account where you want
|
|
1161
|
-
* to deploy your permission set. The default is <code>/</code>. For more information, see
|
|
1162
|
-
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-friendly-names">Friendly names and paths</a> in the <i>IAM User
|
|
1163
|
-
* Guide</i>.</p>
|
|
1043
|
+
* <p>The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is <code>/</code>. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html#identifiers-friendly-names">Friendly names and paths</a> in the <i>IAM User Guide</i>.</p>
|
|
1164
1044
|
* @public
|
|
1165
1045
|
*/
|
|
1166
1046
|
Path?: string | undefined;
|
|
@@ -1191,8 +1071,7 @@ export interface AttachCustomerManagedPolicyReferenceToPermissionSetRequest {
|
|
|
1191
1071
|
export interface AttachCustomerManagedPolicyReferenceToPermissionSetResponse {
|
|
1192
1072
|
}
|
|
1193
1073
|
/**
|
|
1194
|
-
* <p>Indicates that the principal has crossed the permitted number of resources that can be
|
|
1195
|
-
* created.</p>
|
|
1074
|
+
* <p>Indicates that the principal has crossed the permitted number of resources that can be created.</p>
|
|
1196
1075
|
* @public
|
|
1197
1076
|
*/
|
|
1198
1077
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
@@ -1215,8 +1094,7 @@ export interface AttachedManagedPolicy {
|
|
|
1215
1094
|
*/
|
|
1216
1095
|
Name?: string | undefined;
|
|
1217
1096
|
/**
|
|
1218
|
-
* <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
|
|
1219
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1097
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1220
1098
|
* @public
|
|
1221
1099
|
*/
|
|
1222
1100
|
Arn?: string | undefined;
|
|
@@ -1226,15 +1104,12 @@ export interface AttachedManagedPolicy {
|
|
|
1226
1104
|
*/
|
|
1227
1105
|
export interface AttachManagedPolicyToPermissionSetRequest {
|
|
1228
1106
|
/**
|
|
1229
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
1230
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1231
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1107
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1232
1108
|
* @public
|
|
1233
1109
|
*/
|
|
1234
1110
|
InstanceArn: string | undefined;
|
|
1235
1111
|
/**
|
|
1236
|
-
* <p>The ARN of the <a>PermissionSet</a> that the managed policy should be
|
|
1237
|
-
* attached to.</p>
|
|
1112
|
+
* <p>The ARN of the <a>PermissionSet</a> that the managed policy should be attached to.</p>
|
|
1238
1113
|
* @public
|
|
1239
1114
|
*/
|
|
1240
1115
|
PermissionSetArn: string | undefined;
|
|
@@ -1254,9 +1129,7 @@ export interface AttachManagedPolicyToPermissionSetResponse {
|
|
|
1254
1129
|
*/
|
|
1255
1130
|
export interface CreateAccountAssignmentRequest {
|
|
1256
1131
|
/**
|
|
1257
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
1258
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1259
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1132
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1260
1133
|
* @public
|
|
1261
1134
|
*/
|
|
1262
1135
|
InstanceArn: string | undefined;
|
|
@@ -1271,8 +1144,7 @@ export interface CreateAccountAssignmentRequest {
|
|
|
1271
1144
|
*/
|
|
1272
1145
|
TargetType: TargetType | undefined;
|
|
1273
1146
|
/**
|
|
1274
|
-
* <p>The ARN of the permission set that the admin wants to grant the principal access
|
|
1275
|
-
* to.</p>
|
|
1147
|
+
* <p>The ARN of the permission set that the admin wants to grant the principal access to.</p>
|
|
1276
1148
|
* @public
|
|
1277
1149
|
*/
|
|
1278
1150
|
PermissionSetArn: string | undefined;
|
|
@@ -1298,9 +1170,7 @@ export interface CreateAccountAssignmentResponse {
|
|
|
1298
1170
|
AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus | undefined;
|
|
1299
1171
|
}
|
|
1300
1172
|
/**
|
|
1301
|
-
* <p>A set of key-value pairs that are used to manage the resource. Tags can only be
|
|
1302
|
-
* applied to permission sets and cannot be applied to corresponding roles that IAM Identity Center
|
|
1303
|
-
* creates in Amazon Web Services accounts.</p>
|
|
1173
|
+
* <p>A set of key-value pairs that are used to manage the resource. Tags can only be applied to permission sets and cannot be applied to corresponding roles that IAM Identity Center creates in Amazon Web Services accounts.</p>
|
|
1304
1174
|
* @public
|
|
1305
1175
|
*/
|
|
1306
1176
|
export interface Tag {
|
|
@@ -1320,8 +1190,7 @@ export interface Tag {
|
|
|
1320
1190
|
*/
|
|
1321
1191
|
export interface CreateApplicationRequest {
|
|
1322
1192
|
/**
|
|
1323
|
-
* <p>The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1324
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1193
|
+
* <p>The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1325
1194
|
* @public
|
|
1326
1195
|
*/
|
|
1327
1196
|
InstanceArn: string | undefined;
|
|
@@ -1341,8 +1210,7 @@ export interface CreateApplicationRequest {
|
|
|
1341
1210
|
*/
|
|
1342
1211
|
Description?: string | undefined;
|
|
1343
1212
|
/**
|
|
1344
|
-
* <p>A structure that describes the options for the portal associated with an
|
|
1345
|
-
* application.</p>
|
|
1213
|
+
* <p>A structure that describes the options for the portal associated with an application.</p>
|
|
1346
1214
|
* @public
|
|
1347
1215
|
*/
|
|
1348
1216
|
PortalOptions?: PortalOptions | undefined;
|
|
@@ -1357,17 +1225,7 @@ export interface CreateApplicationRequest {
|
|
|
1357
1225
|
*/
|
|
1358
1226
|
Status?: ApplicationStatus | undefined;
|
|
1359
1227
|
/**
|
|
1360
|
-
* <p>Specifies a unique, case-sensitive ID that you provide to
|
|
1361
|
-
* ensure the idempotency of the request. This lets you safely retry the request without
|
|
1362
|
-
* accidentally performing the same operation a second time. Passing the same value to a
|
|
1363
|
-
* later call to an operation requires that you also pass the same value for all other
|
|
1364
|
-
* parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
|
|
1365
|
-
* value</a>.</p>
|
|
1366
|
-
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
|
|
1367
|
-
* you.</p>
|
|
1368
|
-
* <p>If you retry the operation with the same <code>ClientToken</code>, but with
|
|
1369
|
-
* different parameters, the retry fails with an <code>IdempotentParameterMismatch</code>
|
|
1370
|
-
* error.</p>
|
|
1228
|
+
* <p>Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of value</a>.</p> <p>If you don't provide this value, then Amazon Web Services generates a random one for you.</p> <p>If you retry the operation with the same <code>ClientToken</code>, but with different parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
1371
1229
|
* @public
|
|
1372
1230
|
*/
|
|
1373
1231
|
ClientToken?: string | undefined;
|
|
@@ -1417,17 +1275,7 @@ export interface CreateInstanceRequest {
|
|
|
1417
1275
|
*/
|
|
1418
1276
|
Name?: string | undefined;
|
|
1419
1277
|
/**
|
|
1420
|
-
* <p>Specifies a unique, case-sensitive ID that you provide to
|
|
1421
|
-
* ensure the idempotency of the request. This lets you safely retry the request without
|
|
1422
|
-
* accidentally performing the same operation a second time. Passing the same value to a
|
|
1423
|
-
* later call to an operation requires that you also pass the same value for all other
|
|
1424
|
-
* parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
|
|
1425
|
-
* value</a>.</p>
|
|
1426
|
-
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
|
|
1427
|
-
* you.</p>
|
|
1428
|
-
* <p>If you retry the operation with the same <code>ClientToken</code>, but with
|
|
1429
|
-
* different parameters, the retry fails with an <code>IdempotentParameterMismatch</code>
|
|
1430
|
-
* error.</p>
|
|
1278
|
+
* <p>Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of value</a>.</p> <p>If you don't provide this value, then Amazon Web Services generates a random one for you.</p> <p>If you retry the operation with the same <code>ClientToken</code>, but with different parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
1431
1279
|
* @public
|
|
1432
1280
|
*/
|
|
1433
1281
|
ClientToken?: string | undefined;
|
|
@@ -1442,22 +1290,18 @@ export interface CreateInstanceRequest {
|
|
|
1442
1290
|
*/
|
|
1443
1291
|
export interface CreateInstanceResponse {
|
|
1444
1292
|
/**
|
|
1445
|
-
* <p>The ARN of the instance of IAM Identity Center under which the operation will run. </p>
|
|
1446
|
-
* <p>For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1447
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1293
|
+
* <p>The ARN of the instance of IAM Identity Center under which the operation will run. </p> <p>For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1448
1294
|
* @public
|
|
1449
1295
|
*/
|
|
1450
1296
|
InstanceArn?: string | undefined;
|
|
1451
1297
|
}
|
|
1452
1298
|
/**
|
|
1453
|
-
* <p>Specifies the attributes to add to your attribute-based access control (ABAC)
|
|
1454
|
-
* configuration.</p>
|
|
1299
|
+
* <p>Specifies the attributes to add to your attribute-based access control (ABAC) configuration.</p>
|
|
1455
1300
|
* @public
|
|
1456
1301
|
*/
|
|
1457
1302
|
export interface InstanceAccessControlAttributeConfiguration {
|
|
1458
1303
|
/**
|
|
1459
|
-
* <p>Lists the attributes that are configured for ABAC in the specified IAM Identity Center
|
|
1460
|
-
* instance.</p>
|
|
1304
|
+
* <p>Lists the attributes that are configured for ABAC in the specified IAM Identity Center instance.</p>
|
|
1461
1305
|
* @public
|
|
1462
1306
|
*/
|
|
1463
1307
|
AccessControlAttributes: AccessControlAttribute[] | undefined;
|
|
@@ -1472,11 +1316,7 @@ export interface CreateInstanceAccessControlAttributeConfigurationRequest {
|
|
|
1472
1316
|
*/
|
|
1473
1317
|
InstanceArn: string | undefined;
|
|
1474
1318
|
/**
|
|
1475
|
-
* <p>Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When
|
|
1476
|
-
* using an external identity provider as an identity source, you can pass attributes
|
|
1477
|
-
* through the SAML assertion. Doing so provides an alternative to configuring attributes
|
|
1478
|
-
* from the IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center
|
|
1479
|
-
* will replace the attribute value with the value from the IAM Identity Center identity store.</p>
|
|
1319
|
+
* <p>Specifies the IAM Identity Center identity store attributes to add to your ABAC configuration. When using an external identity provider as an identity source, you can pass attributes through the SAML assertion. Doing so provides an alternative to configuring attributes from the IAM Identity Center identity store. If a SAML assertion passes any of these attributes, IAM Identity Center will replace the attribute value with the value from the IAM Identity Center identity store.</p>
|
|
1480
1320
|
* @public
|
|
1481
1321
|
*/
|
|
1482
1322
|
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration | undefined;
|
|
@@ -1501,21 +1341,17 @@ export interface CreatePermissionSetRequest {
|
|
|
1501
1341
|
*/
|
|
1502
1342
|
Description?: string | undefined;
|
|
1503
1343
|
/**
|
|
1504
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
1505
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1506
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1344
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1507
1345
|
* @public
|
|
1508
1346
|
*/
|
|
1509
1347
|
InstanceArn: string | undefined;
|
|
1510
1348
|
/**
|
|
1511
|
-
* <p>The length of time that the application user sessions are valid in the ISO-8601
|
|
1512
|
-
* standard.</p>
|
|
1349
|
+
* <p>The length of time that the application user sessions are valid in the ISO-8601 standard.</p>
|
|
1513
1350
|
* @public
|
|
1514
1351
|
*/
|
|
1515
1352
|
SessionDuration?: string | undefined;
|
|
1516
1353
|
/**
|
|
1517
|
-
* <p>Used to redirect users within the application during the federation authentication
|
|
1518
|
-
* process.</p>
|
|
1354
|
+
* <p>Used to redirect users within the application during the federation authentication process.</p>
|
|
1519
1355
|
* @public
|
|
1520
1356
|
*/
|
|
1521
1357
|
RelayState?: string | undefined;
|
|
@@ -1536,8 +1372,7 @@ export interface PermissionSet {
|
|
|
1536
1372
|
*/
|
|
1537
1373
|
Name?: string | undefined;
|
|
1538
1374
|
/**
|
|
1539
|
-
* <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
|
|
1540
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1375
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1541
1376
|
* @public
|
|
1542
1377
|
*/
|
|
1543
1378
|
PermissionSetArn?: string | undefined;
|
|
@@ -1552,14 +1387,12 @@ export interface PermissionSet {
|
|
|
1552
1387
|
*/
|
|
1553
1388
|
CreatedDate?: Date | undefined;
|
|
1554
1389
|
/**
|
|
1555
|
-
* <p>The length of time that the application user sessions are valid for in the ISO-8601
|
|
1556
|
-
* standard.</p>
|
|
1390
|
+
* <p>The length of time that the application user sessions are valid for in the ISO-8601 standard.</p>
|
|
1557
1391
|
* @public
|
|
1558
1392
|
*/
|
|
1559
1393
|
SessionDuration?: string | undefined;
|
|
1560
1394
|
/**
|
|
1561
|
-
* <p>Used to redirect users within the application during the federation authentication
|
|
1562
|
-
* process.</p>
|
|
1395
|
+
* <p>Used to redirect users within the application during the federation authentication process.</p>
|
|
1563
1396
|
* @public
|
|
1564
1397
|
*/
|
|
1565
1398
|
RelayState?: string | undefined;
|
|
@@ -1586,43 +1419,33 @@ export declare const JwksRetrievalOption: {
|
|
|
1586
1419
|
*/
|
|
1587
1420
|
export type JwksRetrievalOption = (typeof JwksRetrievalOption)[keyof typeof JwksRetrievalOption];
|
|
1588
1421
|
/**
|
|
1589
|
-
* <p>A structure that describes configuration settings for a trusted token issuer that supports OpenID
|
|
1590
|
-
* Connect (OIDC) and JSON Web Tokens (JWTs).</p>
|
|
1422
|
+
* <p>A structure that describes configuration settings for a trusted token issuer that supports OpenID Connect (OIDC) and JSON Web Tokens (JWTs).</p>
|
|
1591
1423
|
* @public
|
|
1592
1424
|
*/
|
|
1593
1425
|
export interface OidcJwtConfiguration {
|
|
1594
1426
|
/**
|
|
1595
|
-
* <p>The URL that IAM Identity Center uses for OpenID Discovery. OpenID Discovery is used to obtain
|
|
1596
|
-
* the information required to verify the tokens that the trusted token issuer generates.</p>
|
|
1427
|
+
* <p>The URL that IAM Identity Center uses for OpenID Discovery. OpenID Discovery is used to obtain the information required to verify the tokens that the trusted token issuer generates.</p>
|
|
1597
1428
|
* @public
|
|
1598
1429
|
*/
|
|
1599
1430
|
IssuerUrl: string | undefined;
|
|
1600
1431
|
/**
|
|
1601
|
-
* <p>The path of the source attribute in the JWT from the trusted token issuer. The attribute mapped by
|
|
1602
|
-
* this JMESPath expression is compared against the attribute mapped by
|
|
1603
|
-
* <code>IdentityStoreAttributePath</code> when a trusted token issuer token is exchanged for an
|
|
1604
|
-
* IAM Identity Center token.</p>
|
|
1432
|
+
* <p>The path of the source attribute in the JWT from the trusted token issuer. The attribute mapped by this JMESPath expression is compared against the attribute mapped by <code>IdentityStoreAttributePath</code> when a trusted token issuer token is exchanged for an IAM Identity Center token.</p>
|
|
1605
1433
|
* @public
|
|
1606
1434
|
*/
|
|
1607
1435
|
ClaimAttributePath: string | undefined;
|
|
1608
1436
|
/**
|
|
1609
|
-
* <p>The path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by
|
|
1610
|
-
* this JMESPath expression is compared against the attribute mapped by
|
|
1611
|
-
* <code>ClaimAttributePath</code> when a trusted token issuer token is exchanged for an IAM Identity Center
|
|
1612
|
-
* token. </p>
|
|
1437
|
+
* <p>The path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by this JMESPath expression is compared against the attribute mapped by <code>ClaimAttributePath</code> when a trusted token issuer token is exchanged for an IAM Identity Center token. </p>
|
|
1613
1438
|
* @public
|
|
1614
1439
|
*/
|
|
1615
1440
|
IdentityStoreAttributePath: string | undefined;
|
|
1616
1441
|
/**
|
|
1617
|
-
* <p>The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a
|
|
1618
|
-
* JWT.</p>
|
|
1442
|
+
* <p>The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.</p>
|
|
1619
1443
|
* @public
|
|
1620
1444
|
*/
|
|
1621
1445
|
JwksRetrievalOption: JwksRetrievalOption | undefined;
|
|
1622
1446
|
}
|
|
1623
1447
|
/**
|
|
1624
|
-
* <p>A structure that describes the configuration of a trusted token issuer. The structure and available
|
|
1625
|
-
* settings are determined by the type of the trusted token issuer.</p>
|
|
1448
|
+
* <p>A structure that describes the configuration of a trusted token issuer. The structure and available settings are determined by the type of the trusted token issuer.</p>
|
|
1626
1449
|
* @public
|
|
1627
1450
|
*/
|
|
1628
1451
|
export type TrustedTokenIssuerConfiguration = TrustedTokenIssuerConfiguration.OidcJwtConfigurationMember | TrustedTokenIssuerConfiguration.$UnknownMember;
|
|
@@ -1631,8 +1454,7 @@ export type TrustedTokenIssuerConfiguration = TrustedTokenIssuerConfiguration.Oi
|
|
|
1631
1454
|
*/
|
|
1632
1455
|
export declare namespace TrustedTokenIssuerConfiguration {
|
|
1633
1456
|
/**
|
|
1634
|
-
* <p>A structure that describes the settings for a trusted token issuer that works with OpenID Connect
|
|
1635
|
-
* (OIDC) by using JSON Web Tokens (JWT).</p>
|
|
1457
|
+
* <p>A structure that describes the settings for a trusted token issuer that works with OpenID Connect (OIDC) by using JSON Web Tokens (JWT).</p>
|
|
1636
1458
|
* @public
|
|
1637
1459
|
*/
|
|
1638
1460
|
interface OidcJwtConfigurationMember {
|
|
@@ -1668,8 +1490,7 @@ export type TrustedTokenIssuerType = (typeof TrustedTokenIssuerType)[keyof typeo
|
|
|
1668
1490
|
*/
|
|
1669
1491
|
export interface CreateTrustedTokenIssuerRequest {
|
|
1670
1492
|
/**
|
|
1671
|
-
* <p>Specifies the ARN of the instance of IAM Identity Center to contain the new trusted token issuer
|
|
1672
|
-
* configuration.</p>
|
|
1493
|
+
* <p>Specifies the ARN of the instance of IAM Identity Center to contain the new trusted token issuer configuration.</p>
|
|
1673
1494
|
* @public
|
|
1674
1495
|
*/
|
|
1675
1496
|
InstanceArn: string | undefined;
|
|
@@ -1684,23 +1505,12 @@ export interface CreateTrustedTokenIssuerRequest {
|
|
|
1684
1505
|
*/
|
|
1685
1506
|
TrustedTokenIssuerType: TrustedTokenIssuerType | undefined;
|
|
1686
1507
|
/**
|
|
1687
|
-
* <p>Specifies settings that apply to the new trusted token issuer configuration. The settings that are
|
|
1688
|
-
* available depend on what <code>TrustedTokenIssuerType</code> you specify.</p>
|
|
1508
|
+
* <p>Specifies settings that apply to the new trusted token issuer configuration. The settings that are available depend on what <code>TrustedTokenIssuerType</code> you specify.</p>
|
|
1689
1509
|
* @public
|
|
1690
1510
|
*/
|
|
1691
1511
|
TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfiguration | undefined;
|
|
1692
1512
|
/**
|
|
1693
|
-
* <p>Specifies a unique, case-sensitive ID that you provide to
|
|
1694
|
-
* ensure the idempotency of the request. This lets you safely retry the request without
|
|
1695
|
-
* accidentally performing the same operation a second time. Passing the same value to a
|
|
1696
|
-
* later call to an operation requires that you also pass the same value for all other
|
|
1697
|
-
* parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
|
|
1698
|
-
* value.</a>.</p>
|
|
1699
|
-
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
|
|
1700
|
-
* you.</p>
|
|
1701
|
-
* <p>If you retry the operation with the same <code>ClientToken</code>, but with
|
|
1702
|
-
* different parameters, the retry fails with an <code>IdempotentParameterMismatch</code>
|
|
1703
|
-
* error.</p>
|
|
1513
|
+
* <p>Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of value.</a>.</p> <p>If you don't provide this value, then Amazon Web Services generates a random one for you.</p> <p>If you retry the operation with the same <code>ClientToken</code>, but with different parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
1704
1514
|
* @public
|
|
1705
1515
|
*/
|
|
1706
1516
|
ClientToken?: string | undefined;
|
|
@@ -1725,9 +1535,7 @@ export interface CreateTrustedTokenIssuerResponse {
|
|
|
1725
1535
|
*/
|
|
1726
1536
|
export interface DeleteAccountAssignmentRequest {
|
|
1727
1537
|
/**
|
|
1728
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
1729
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1730
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1538
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1731
1539
|
* @public
|
|
1732
1540
|
*/
|
|
1733
1541
|
InstanceArn: string | undefined;
|
|
@@ -1772,8 +1580,7 @@ export interface DeleteAccountAssignmentResponse {
|
|
|
1772
1580
|
*/
|
|
1773
1581
|
export interface DeleteApplicationRequest {
|
|
1774
1582
|
/**
|
|
1775
|
-
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1776
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>. </p>
|
|
1583
|
+
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>. </p>
|
|
1777
1584
|
* @public
|
|
1778
1585
|
*/
|
|
1779
1586
|
ApplicationArn: string | undefined;
|
|
@@ -1813,9 +1620,7 @@ export interface DeleteApplicationAssignmentResponse {
|
|
|
1813
1620
|
*/
|
|
1814
1621
|
export interface DeleteInlinePolicyFromPermissionSetRequest {
|
|
1815
1622
|
/**
|
|
1816
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
1817
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1818
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1623
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1819
1624
|
* @public
|
|
1820
1625
|
*/
|
|
1821
1626
|
InstanceArn: string | undefined;
|
|
@@ -1885,9 +1690,7 @@ export interface DeletePermissionsBoundaryFromPermissionSetResponse {
|
|
|
1885
1690
|
*/
|
|
1886
1691
|
export interface DeletePermissionSetRequest {
|
|
1887
1692
|
/**
|
|
1888
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
1889
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1890
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1693
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1891
1694
|
* @public
|
|
1892
1695
|
*/
|
|
1893
1696
|
InstanceArn: string | undefined;
|
|
@@ -1922,9 +1725,7 @@ export interface DeleteTrustedTokenIssuerResponse {
|
|
|
1922
1725
|
*/
|
|
1923
1726
|
export interface DescribeAccountAssignmentCreationStatusRequest {
|
|
1924
1727
|
/**
|
|
1925
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
1926
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1927
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1728
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1928
1729
|
* @public
|
|
1929
1730
|
*/
|
|
1930
1731
|
InstanceArn: string | undefined;
|
|
@@ -1949,9 +1750,7 @@ export interface DescribeAccountAssignmentCreationStatusResponse {
|
|
|
1949
1750
|
*/
|
|
1950
1751
|
export interface DescribeAccountAssignmentDeletionStatusRequest {
|
|
1951
1752
|
/**
|
|
1952
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
1953
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1954
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1753
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1955
1754
|
* @public
|
|
1956
1755
|
*/
|
|
1957
1756
|
InstanceArn: string | undefined;
|
|
@@ -1976,8 +1775,7 @@ export interface DescribeAccountAssignmentDeletionStatusResponse {
|
|
|
1976
1775
|
*/
|
|
1977
1776
|
export interface DescribeApplicationRequest {
|
|
1978
1777
|
/**
|
|
1979
|
-
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
1980
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1778
|
+
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1981
1779
|
* @public
|
|
1982
1780
|
*/
|
|
1983
1781
|
ApplicationArn: string | undefined;
|
|
@@ -2007,8 +1805,7 @@ export interface DescribeApplicationResponse {
|
|
|
2007
1805
|
*/
|
|
2008
1806
|
ApplicationAccount?: string | undefined;
|
|
2009
1807
|
/**
|
|
2010
|
-
* <p>The ARN of the IAM Identity Center application under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2011
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1808
|
+
* <p>The ARN of the IAM Identity Center application under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2012
1809
|
* @public
|
|
2013
1810
|
*/
|
|
2014
1811
|
InstanceArn?: string | undefined;
|
|
@@ -2018,8 +1815,7 @@ export interface DescribeApplicationResponse {
|
|
|
2018
1815
|
*/
|
|
2019
1816
|
Status?: ApplicationStatus | undefined;
|
|
2020
1817
|
/**
|
|
2021
|
-
* <p>A structure that describes the options for the portal associated with an
|
|
2022
|
-
* application.</p>
|
|
1818
|
+
* <p>A structure that describes the options for the portal associated with an application.</p>
|
|
2023
1819
|
* @public
|
|
2024
1820
|
*/
|
|
2025
1821
|
PortalOptions?: PortalOptions | undefined;
|
|
@@ -2039,8 +1835,7 @@ export interface DescribeApplicationResponse {
|
|
|
2039
1835
|
*/
|
|
2040
1836
|
export interface DescribeApplicationAssignmentRequest {
|
|
2041
1837
|
/**
|
|
2042
|
-
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2043
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1838
|
+
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2044
1839
|
* @public
|
|
2045
1840
|
*/
|
|
2046
1841
|
ApplicationArn: string | undefined;
|
|
@@ -2070,8 +1865,7 @@ export interface DescribeApplicationAssignmentResponse {
|
|
|
2070
1865
|
*/
|
|
2071
1866
|
PrincipalId?: string | undefined;
|
|
2072
1867
|
/**
|
|
2073
|
-
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2074
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1868
|
+
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2075
1869
|
* @public
|
|
2076
1870
|
*/
|
|
2077
1871
|
ApplicationArn?: string | undefined;
|
|
@@ -2139,14 +1933,12 @@ export type InstanceStatus = (typeof InstanceStatus)[keyof typeof InstanceStatus
|
|
|
2139
1933
|
*/
|
|
2140
1934
|
export interface DescribeInstanceResponse {
|
|
2141
1935
|
/**
|
|
2142
|
-
* <p>The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2143
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
1936
|
+
* <p>The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2144
1937
|
* @public
|
|
2145
1938
|
*/
|
|
2146
1939
|
InstanceArn?: string | undefined;
|
|
2147
1940
|
/**
|
|
2148
|
-
* <p>The identifier of the identity store that is connected to the instance of
|
|
2149
|
-
* IAM Identity Center.</p>
|
|
1941
|
+
* <p>The identifier of the identity store that is connected to the instance of IAM Identity Center.</p>
|
|
2150
1942
|
* @public
|
|
2151
1943
|
*/
|
|
2152
1944
|
IdentityStoreId?: string | undefined;
|
|
@@ -2209,8 +2001,7 @@ export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
|
|
|
2209
2001
|
*/
|
|
2210
2002
|
StatusReason?: string | undefined;
|
|
2211
2003
|
/**
|
|
2212
|
-
* <p>Gets the list of IAM Identity Center identity store attributes that have been added to your ABAC
|
|
2213
|
-
* configuration.</p>
|
|
2004
|
+
* <p>Gets the list of IAM Identity Center identity store attributes that have been added to your ABAC configuration.</p>
|
|
2214
2005
|
* @public
|
|
2215
2006
|
*/
|
|
2216
2007
|
InstanceAccessControlAttributeConfiguration?: InstanceAccessControlAttributeConfiguration | undefined;
|
|
@@ -2220,9 +2011,7 @@ export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
|
|
|
2220
2011
|
*/
|
|
2221
2012
|
export interface DescribePermissionSetRequest {
|
|
2222
2013
|
/**
|
|
2223
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
2224
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2225
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2014
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2226
2015
|
* @public
|
|
2227
2016
|
*/
|
|
2228
2017
|
InstanceArn: string | undefined;
|
|
@@ -2247,22 +2036,18 @@ export interface DescribePermissionSetResponse {
|
|
|
2247
2036
|
*/
|
|
2248
2037
|
export interface DescribePermissionSetProvisioningStatusRequest {
|
|
2249
2038
|
/**
|
|
2250
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
2251
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2252
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2039
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2253
2040
|
* @public
|
|
2254
2041
|
*/
|
|
2255
2042
|
InstanceArn: string | undefined;
|
|
2256
2043
|
/**
|
|
2257
|
-
* <p>The identifier that is provided by the <a>ProvisionPermissionSet</a> call
|
|
2258
|
-
* to retrieve the current status of the provisioning workflow.</p>
|
|
2044
|
+
* <p>The identifier that is provided by the <a>ProvisionPermissionSet</a> call to retrieve the current status of the provisioning workflow.</p>
|
|
2259
2045
|
* @public
|
|
2260
2046
|
*/
|
|
2261
2047
|
ProvisionPermissionSetRequestId: string | undefined;
|
|
2262
2048
|
}
|
|
2263
2049
|
/**
|
|
2264
|
-
* <p>A structure that is used to provide the status of the provisioning operation for a
|
|
2265
|
-
* specified permission set.</p>
|
|
2050
|
+
* <p>A structure that is used to provide the status of the provisioning operation for a specified permission set.</p>
|
|
2266
2051
|
* @public
|
|
2267
2052
|
*/
|
|
2268
2053
|
export interface PermissionSetProvisioningStatus {
|
|
@@ -2272,8 +2057,7 @@ export interface PermissionSetProvisioningStatus {
|
|
|
2272
2057
|
*/
|
|
2273
2058
|
Status?: StatusValues | undefined;
|
|
2274
2059
|
/**
|
|
2275
|
-
* <p>The identifier for tracking the request operation that is generated by the universally
|
|
2276
|
-
* unique identifier (UUID) workflow.</p>
|
|
2060
|
+
* <p>The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.</p>
|
|
2277
2061
|
* @public
|
|
2278
2062
|
*/
|
|
2279
2063
|
RequestId?: string | undefined;
|
|
@@ -2283,14 +2067,12 @@ export interface PermissionSetProvisioningStatus {
|
|
|
2283
2067
|
*/
|
|
2284
2068
|
AccountId?: string | undefined;
|
|
2285
2069
|
/**
|
|
2286
|
-
* <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
|
|
2287
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2070
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2288
2071
|
* @public
|
|
2289
2072
|
*/
|
|
2290
2073
|
PermissionSetArn?: string | undefined;
|
|
2291
2074
|
/**
|
|
2292
|
-
* <p>The message that contains an error or exception in case of an operation
|
|
2293
|
-
* failure.</p>
|
|
2075
|
+
* <p>The message that contains an error or exception in case of an operation failure.</p>
|
|
2294
2076
|
* @public
|
|
2295
2077
|
*/
|
|
2296
2078
|
FailureReason?: string | undefined;
|
|
@@ -2375,15 +2157,12 @@ export interface DetachCustomerManagedPolicyReferenceFromPermissionSetResponse {
|
|
|
2375
2157
|
*/
|
|
2376
2158
|
export interface DetachManagedPolicyFromPermissionSetRequest {
|
|
2377
2159
|
/**
|
|
2378
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
2379
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2380
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2160
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2381
2161
|
* @public
|
|
2382
2162
|
*/
|
|
2383
2163
|
InstanceArn: string | undefined;
|
|
2384
2164
|
/**
|
|
2385
|
-
* <p>The ARN of the <a>PermissionSet</a> from which the policy should be
|
|
2386
|
-
* detached.</p>
|
|
2165
|
+
* <p>The ARN of the <a>PermissionSet</a> from which the policy should be detached.</p>
|
|
2387
2166
|
* @public
|
|
2388
2167
|
*/
|
|
2389
2168
|
PermissionSetArn: string | undefined;
|
|
@@ -2403,8 +2182,7 @@ export interface DetachManagedPolicyFromPermissionSetResponse {
|
|
|
2403
2182
|
*/
|
|
2404
2183
|
export interface GetApplicationAssignmentConfigurationRequest {
|
|
2405
2184
|
/**
|
|
2406
|
-
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2407
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2185
|
+
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2408
2186
|
* @public
|
|
2409
2187
|
*/
|
|
2410
2188
|
ApplicationArn: string | undefined;
|
|
@@ -2414,21 +2192,49 @@ export interface GetApplicationAssignmentConfigurationRequest {
|
|
|
2414
2192
|
*/
|
|
2415
2193
|
export interface GetApplicationAssignmentConfigurationResponse {
|
|
2416
2194
|
/**
|
|
2417
|
-
* <p>If <code>AssignmentsRequired</code> is <code>true</code> (default value), users don’t
|
|
2418
|
-
* have access to the application unless an assignment is created using the <a href="https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateApplicationAssignment.html">CreateApplicationAssignment API</a>. If <code>false</code>, all users have
|
|
2419
|
-
* access to the application. </p>
|
|
2195
|
+
* <p>If <code>AssignmentsRequired</code> is <code>true</code> (default value), users don’t have access to the application unless an assignment is created using the <a href="https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateApplicationAssignment.html">CreateApplicationAssignment API</a>. If <code>false</code>, all users have access to the application. </p>
|
|
2420
2196
|
* @public
|
|
2421
2197
|
*/
|
|
2422
2198
|
AssignmentRequired: boolean | undefined;
|
|
2423
2199
|
}
|
|
2200
|
+
/**
|
|
2201
|
+
* @public
|
|
2202
|
+
*/
|
|
2203
|
+
export interface GetApplicationSessionConfigurationRequest {
|
|
2204
|
+
/**
|
|
2205
|
+
* <p>The Amazon Resource Name (ARN) of the application for which to retrieve the session configuration.</p>
|
|
2206
|
+
* @public
|
|
2207
|
+
*/
|
|
2208
|
+
ApplicationArn: string | undefined;
|
|
2209
|
+
}
|
|
2210
|
+
/**
|
|
2211
|
+
* @public
|
|
2212
|
+
* @enum
|
|
2213
|
+
*/
|
|
2214
|
+
export declare const UserBackgroundSessionApplicationStatus: {
|
|
2215
|
+
readonly DISABLED: "DISABLED";
|
|
2216
|
+
readonly ENABLED: "ENABLED";
|
|
2217
|
+
};
|
|
2218
|
+
/**
|
|
2219
|
+
* @public
|
|
2220
|
+
*/
|
|
2221
|
+
export type UserBackgroundSessionApplicationStatus = (typeof UserBackgroundSessionApplicationStatus)[keyof typeof UserBackgroundSessionApplicationStatus];
|
|
2222
|
+
/**
|
|
2223
|
+
* @public
|
|
2224
|
+
*/
|
|
2225
|
+
export interface GetApplicationSessionConfigurationResponse {
|
|
2226
|
+
/**
|
|
2227
|
+
* <p>The status of user background sessions for the application. </p>
|
|
2228
|
+
* @public
|
|
2229
|
+
*/
|
|
2230
|
+
UserBackgroundSessionApplicationStatus?: UserBackgroundSessionApplicationStatus | undefined;
|
|
2231
|
+
}
|
|
2424
2232
|
/**
|
|
2425
2233
|
* @public
|
|
2426
2234
|
*/
|
|
2427
2235
|
export interface GetInlinePolicyForPermissionSetRequest {
|
|
2428
2236
|
/**
|
|
2429
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
2430
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2431
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2237
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2432
2238
|
* @public
|
|
2433
2239
|
*/
|
|
2434
2240
|
InstanceArn: string | undefined;
|
|
@@ -2443,11 +2249,7 @@ export interface GetInlinePolicyForPermissionSetRequest {
|
|
|
2443
2249
|
*/
|
|
2444
2250
|
export interface GetInlinePolicyForPermissionSetResponse {
|
|
2445
2251
|
/**
|
|
2446
|
-
* <p>The inline policy that is attached to the permission set.</p>
|
|
2447
|
-
* <note>
|
|
2448
|
-
* <p>For <code>Length Constraints</code>, if a valid ARN is provided for a permission
|
|
2449
|
-
* set, it is possible for an empty inline policy to be returned.</p>
|
|
2450
|
-
* </note>
|
|
2252
|
+
* <p>The inline policy that is attached to the permission set.</p> <note> <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> </note>
|
|
2451
2253
|
* @public
|
|
2452
2254
|
*/
|
|
2453
2255
|
InlinePolicy?: string | undefined;
|
|
@@ -2468,20 +2270,7 @@ export interface GetPermissionsBoundaryForPermissionSetRequest {
|
|
|
2468
2270
|
PermissionSetArn: string | undefined;
|
|
2469
2271
|
}
|
|
2470
2272
|
/**
|
|
2471
|
-
* <p>Specifies the configuration of the Amazon Web Services managed or customer managed policy that you
|
|
2472
|
-
* want to set as a permissions boundary. Specify either
|
|
2473
|
-
* <code>CustomerManagedPolicyReference</code> to use the name and path of a customer
|
|
2474
|
-
* managed policy, or <code>ManagedPolicyArn</code> to use the ARN of an Amazon Web Services managed
|
|
2475
|
-
* policy. A permissions boundary represents the maximum permissions that any policy can
|
|
2476
|
-
* grant your role. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries
|
|
2477
|
-
* for IAM entities</a> in the <i>IAM User Guide</i>.</p>
|
|
2478
|
-
* <important>
|
|
2479
|
-
* <p>Policies used as permissions boundaries don't provide permissions. You must also
|
|
2480
|
-
* attach an IAM policy to the role. To learn how the effective permissions for a
|
|
2481
|
-
* role are evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html">IAM JSON
|
|
2482
|
-
* policy evaluation logic</a> in the <i>IAM User
|
|
2483
|
-
* Guide</i>.</p>
|
|
2484
|
-
* </important>
|
|
2273
|
+
* <p>Specifies the configuration of the Amazon Web Services managed or customer managed policy that you want to set as a permissions boundary. Specify either <code>CustomerManagedPolicyReference</code> to use the name and path of a customer managed policy, or <code>ManagedPolicyArn</code> to use the ARN of an Amazon Web Services managed policy. A permissions boundary represents the maximum permissions 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 entities</a> in the <i>IAM User Guide</i>.</p> <important> <p>Policies used as permissions boundaries don't provide permissions. You must also attach an IAM policy to the role. To learn how the effective permissions for a role are evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html">IAM JSON policy evaluation logic</a> in the <i>IAM User Guide</i>.</p> </important>
|
|
2485
2274
|
* @public
|
|
2486
2275
|
*/
|
|
2487
2276
|
export interface PermissionsBoundary {
|
|
@@ -2491,8 +2280,7 @@ export interface PermissionsBoundary {
|
|
|
2491
2280
|
*/
|
|
2492
2281
|
CustomerManagedPolicyReference?: CustomerManagedPolicyReference | undefined;
|
|
2493
2282
|
/**
|
|
2494
|
-
* <p>The Amazon Web Services managed policy ARN that you want to attach to a permission set as a
|
|
2495
|
-
* permissions boundary.</p>
|
|
2283
|
+
* <p>The Amazon Web Services managed policy ARN that you want to attach to a permission set as a permissions boundary.</p>
|
|
2496
2284
|
* @public
|
|
2497
2285
|
*/
|
|
2498
2286
|
ManagedPolicyArn?: string | undefined;
|
|
@@ -2513,15 +2301,12 @@ export interface GetPermissionsBoundaryForPermissionSetResponse {
|
|
|
2513
2301
|
*/
|
|
2514
2302
|
export interface InstanceMetadata {
|
|
2515
2303
|
/**
|
|
2516
|
-
* <p>The ARN of the Identity Center instance under which the operation will be executed.
|
|
2517
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2518
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2304
|
+
* <p>The ARN of the 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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2519
2305
|
* @public
|
|
2520
2306
|
*/
|
|
2521
2307
|
InstanceArn?: string | undefined;
|
|
2522
2308
|
/**
|
|
2523
|
-
* <p>The identifier of the identity store that is connected to the Identity Center
|
|
2524
|
-
* instance.</p>
|
|
2309
|
+
* <p>The identifier of the identity store that is connected to the Identity Center instance.</p>
|
|
2525
2310
|
* @public
|
|
2526
2311
|
*/
|
|
2527
2312
|
IdentityStoreId?: string | undefined;
|
|
@@ -2562,9 +2347,7 @@ export interface OperationStatusFilter {
|
|
|
2562
2347
|
*/
|
|
2563
2348
|
export interface ListAccountAssignmentCreationStatusRequest {
|
|
2564
2349
|
/**
|
|
2565
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
2566
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2567
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2350
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2568
2351
|
* @public
|
|
2569
2352
|
*/
|
|
2570
2353
|
InstanceArn: string | undefined;
|
|
@@ -2604,9 +2387,7 @@ export interface ListAccountAssignmentCreationStatusResponse {
|
|
|
2604
2387
|
*/
|
|
2605
2388
|
export interface ListAccountAssignmentDeletionStatusRequest {
|
|
2606
2389
|
/**
|
|
2607
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
2608
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2609
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2390
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2610
2391
|
* @public
|
|
2611
2392
|
*/
|
|
2612
2393
|
InstanceArn: string | undefined;
|
|
@@ -2646,9 +2427,7 @@ export interface ListAccountAssignmentDeletionStatusResponse {
|
|
|
2646
2427
|
*/
|
|
2647
2428
|
export interface ListAccountAssignmentsRequest {
|
|
2648
2429
|
/**
|
|
2649
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
2650
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2651
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2430
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2652
2431
|
* @public
|
|
2653
2432
|
*/
|
|
2654
2433
|
InstanceArn: string | undefined;
|
|
@@ -2709,8 +2488,7 @@ export interface ListAccountAssignmentsForPrincipalRequest {
|
|
|
2709
2488
|
*/
|
|
2710
2489
|
InstanceArn: string | undefined;
|
|
2711
2490
|
/**
|
|
2712
|
-
* <p>Specifies the principal for which you want to retrieve the list of account
|
|
2713
|
-
* assignments.</p>
|
|
2491
|
+
* <p>Specifies the principal for which you want to retrieve the list of account assignments.</p>
|
|
2714
2492
|
* @public
|
|
2715
2493
|
*/
|
|
2716
2494
|
PrincipalId: string | undefined;
|
|
@@ -2720,29 +2498,17 @@ export interface ListAccountAssignmentsForPrincipalRequest {
|
|
|
2720
2498
|
*/
|
|
2721
2499
|
PrincipalType: PrincipalType | undefined;
|
|
2722
2500
|
/**
|
|
2723
|
-
* <p>Specifies an Amazon Web Services account ID number. Results are filtered to only those that match
|
|
2724
|
-
* this ID number.</p>
|
|
2501
|
+
* <p>Specifies an Amazon Web Services account ID number. Results are filtered to only those that match this ID number.</p>
|
|
2725
2502
|
* @public
|
|
2726
2503
|
*/
|
|
2727
2504
|
Filter?: ListAccountAssignmentsFilter | undefined;
|
|
2728
2505
|
/**
|
|
2729
|
-
* <p>Specifies that you want to receive the next page of results. Valid
|
|
2730
|
-
* only if you received a <code>NextToken</code> response in the previous request. If you
|
|
2731
|
-
* did, it indicates that more output is available. Set this parameter to the value
|
|
2732
|
-
* provided by the previous call's <code>NextToken</code> response to request the
|
|
2733
|
-
* next page of results.</p>
|
|
2506
|
+
* <p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>NextToken</code> response to request the next page of results.</p>
|
|
2734
2507
|
* @public
|
|
2735
2508
|
*/
|
|
2736
2509
|
NextToken?: string | undefined;
|
|
2737
2510
|
/**
|
|
2738
|
-
* <p>Specifies the total number of results that you want included in each
|
|
2739
|
-
* response. If additional items exist beyond the number you specify, the
|
|
2740
|
-
* <code>NextToken</code> response element is returned with a value (not null). Include the
|
|
2741
|
-
* specified value as the <code>NextToken</code> request parameter in the next call to the
|
|
2742
|
-
* operation to get the next set of results. Note that the service might return fewer
|
|
2743
|
-
* results than the maximum even when there are more results available. You should check
|
|
2744
|
-
* <code>NextToken</code> after every operation to ensure that you receive all of the
|
|
2745
|
-
* results.</p>
|
|
2511
|
+
* <p>Specifies the total number of results that you want included in each response. If additional items exist beyond the number you specify, the <code>NextToken</code> response element is returned with a value (not null). Include the specified value as the <code>NextToken</code> request parameter in the next call to the operation to get the next set of results. Note that the service might return fewer results than the maximum even when there are more results available. You should check <code>NextToken</code> after every operation to ensure that you receive all of the results.</p>
|
|
2746
2512
|
* @public
|
|
2747
2513
|
*/
|
|
2748
2514
|
MaxResults?: number | undefined;
|
|
@@ -2757,11 +2523,7 @@ export interface ListAccountAssignmentsForPrincipalResponse {
|
|
|
2757
2523
|
*/
|
|
2758
2524
|
AccountAssignments?: AccountAssignmentForPrincipal[] | undefined;
|
|
2759
2525
|
/**
|
|
2760
|
-
* <p>If present, this value indicates that more output is available than
|
|
2761
|
-
* is included in the current response. Use this value in the <code>NextToken</code>
|
|
2762
|
-
* request parameter in a subsequent call to the operation to get the next part of the
|
|
2763
|
-
* output. You should repeat this until the <code>NextToken</code> response element comes
|
|
2764
|
-
* back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
2526
|
+
* <p>If present, this value indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
2765
2527
|
* @public
|
|
2766
2528
|
*/
|
|
2767
2529
|
NextToken?: string | undefined;
|
|
@@ -2783,15 +2545,12 @@ export type ProvisioningStatus = (typeof ProvisioningStatus)[keyof typeof Provis
|
|
|
2783
2545
|
*/
|
|
2784
2546
|
export interface ListAccountsForProvisionedPermissionSetRequest {
|
|
2785
2547
|
/**
|
|
2786
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
2787
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
2788
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2548
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2789
2549
|
* @public
|
|
2790
2550
|
*/
|
|
2791
2551
|
InstanceArn: string | undefined;
|
|
2792
2552
|
/**
|
|
2793
|
-
* <p>The ARN of the <a>PermissionSet</a> from which the associated Amazon Web Services
|
|
2794
|
-
* accounts will be listed.</p>
|
|
2553
|
+
* <p>The ARN of the <a>PermissionSet</a> from which the associated Amazon Web Services accounts will be listed.</p>
|
|
2795
2554
|
* @public
|
|
2796
2555
|
*/
|
|
2797
2556
|
PermissionSetArn: string | undefined;
|
|
@@ -2836,23 +2595,12 @@ export interface ListApplicationAssignmentsRequest {
|
|
|
2836
2595
|
*/
|
|
2837
2596
|
ApplicationArn: string | undefined;
|
|
2838
2597
|
/**
|
|
2839
|
-
* <p>Specifies the total number of results that you want included in each
|
|
2840
|
-
* response. If additional items exist beyond the number you specify, the
|
|
2841
|
-
* <code>NextToken</code> response element is returned with a value (not null). Include the
|
|
2842
|
-
* specified value as the <code>NextToken</code> request parameter in the next call to the
|
|
2843
|
-
* operation to get the next set of results. Note that the service might return fewer
|
|
2844
|
-
* results than the maximum even when there are more results available. You should check
|
|
2845
|
-
* <code>NextToken</code> after every operation to ensure that you receive all of the
|
|
2846
|
-
* results.</p>
|
|
2598
|
+
* <p>Specifies the total number of results that you want included in each response. If additional items exist beyond the number you specify, the <code>NextToken</code> response element is returned with a value (not null). Include the specified value as the <code>NextToken</code> request parameter in the next call to the operation to get the next set of results. Note that the service might return fewer results than the maximum even when there are more results available. You should check <code>NextToken</code> after every operation to ensure that you receive all of the results.</p>
|
|
2847
2599
|
* @public
|
|
2848
2600
|
*/
|
|
2849
2601
|
MaxResults?: number | undefined;
|
|
2850
2602
|
/**
|
|
2851
|
-
* <p>Specifies that you want to receive the next page of results. Valid
|
|
2852
|
-
* only if you received a <code>NextToken</code> response in the previous request. If you
|
|
2853
|
-
* did, it indicates that more output is available. Set this parameter to the value
|
|
2854
|
-
* provided by the previous call's <code>NextToken</code> response to request the
|
|
2855
|
-
* next page of results.</p>
|
|
2603
|
+
* <p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>NextToken</code> response to request the next page of results.</p>
|
|
2856
2604
|
* @public
|
|
2857
2605
|
*/
|
|
2858
2606
|
NextToken?: string | undefined;
|
|
@@ -2867,11 +2615,7 @@ export interface ListApplicationAssignmentsResponse {
|
|
|
2867
2615
|
*/
|
|
2868
2616
|
ApplicationAssignments?: ApplicationAssignment[] | undefined;
|
|
2869
2617
|
/**
|
|
2870
|
-
* <p>If present, this value indicates that more output is available than
|
|
2871
|
-
* is included in the current response. Use this value in the <code>NextToken</code>
|
|
2872
|
-
* request parameter in a subsequent call to the operation to get the next part of the
|
|
2873
|
-
* output. You should repeat this until the <code>NextToken</code> response element comes
|
|
2874
|
-
* back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
2618
|
+
* <p>If present, this value indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
2875
2619
|
* @public
|
|
2876
2620
|
*/
|
|
2877
2621
|
NextToken?: string | undefined;
|
|
@@ -2897,41 +2641,27 @@ export interface ListApplicationAssignmentsForPrincipalRequest {
|
|
|
2897
2641
|
*/
|
|
2898
2642
|
InstanceArn: string | undefined;
|
|
2899
2643
|
/**
|
|
2900
|
-
* <p>Specifies the unique identifier of the principal for which you want to retrieve its
|
|
2901
|
-
* assignments.</p>
|
|
2644
|
+
* <p>Specifies the unique identifier of the principal for which you want to retrieve its assignments.</p>
|
|
2902
2645
|
* @public
|
|
2903
2646
|
*/
|
|
2904
2647
|
PrincipalId: string | undefined;
|
|
2905
2648
|
/**
|
|
2906
|
-
* <p>Specifies the type of the principal for which you want to retrieve its
|
|
2907
|
-
* assignments.</p>
|
|
2649
|
+
* <p>Specifies the type of the principal for which you want to retrieve its assignments.</p>
|
|
2908
2650
|
* @public
|
|
2909
2651
|
*/
|
|
2910
2652
|
PrincipalType: PrincipalType | undefined;
|
|
2911
2653
|
/**
|
|
2912
|
-
* <p>Filters the output to include only assignments associated with the application that
|
|
2913
|
-
* has the specified ARN.</p>
|
|
2654
|
+
* <p>Filters the output to include only assignments associated with the application that has the specified ARN.</p>
|
|
2914
2655
|
* @public
|
|
2915
2656
|
*/
|
|
2916
2657
|
Filter?: ListApplicationAssignmentsFilter | undefined;
|
|
2917
2658
|
/**
|
|
2918
|
-
* <p>Specifies that you want to receive the next page of results. Valid
|
|
2919
|
-
* only if you received a <code>NextToken</code> response in the previous request. If you
|
|
2920
|
-
* did, it indicates that more output is available. Set this parameter to the value
|
|
2921
|
-
* provided by the previous call's <code>NextToken</code> response to request the
|
|
2922
|
-
* next page of results.</p>
|
|
2659
|
+
* <p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>NextToken</code> response to request the next page of results.</p>
|
|
2923
2660
|
* @public
|
|
2924
2661
|
*/
|
|
2925
2662
|
NextToken?: string | undefined;
|
|
2926
2663
|
/**
|
|
2927
|
-
* <p>Specifies the total number of results that you want included in each
|
|
2928
|
-
* response. If additional items exist beyond the number you specify, the
|
|
2929
|
-
* <code>NextToken</code> response element is returned with a value (not null). Include the
|
|
2930
|
-
* specified value as the <code>NextToken</code> request parameter in the next call to the
|
|
2931
|
-
* operation to get the next set of results. Note that the service might return fewer
|
|
2932
|
-
* results than the maximum even when there are more results available. You should check
|
|
2933
|
-
* <code>NextToken</code> after every operation to ensure that you receive all of the
|
|
2934
|
-
* results.</p>
|
|
2664
|
+
* <p>Specifies the total number of results that you want included in each response. If additional items exist beyond the number you specify, the <code>NextToken</code> response element is returned with a value (not null). Include the specified value as the <code>NextToken</code> request parameter in the next call to the operation to get the next set of results. Note that the service might return fewer results than the maximum even when there are more results available. You should check <code>NextToken</code> after every operation to ensure that you receive all of the results.</p>
|
|
2935
2665
|
* @public
|
|
2936
2666
|
*/
|
|
2937
2667
|
MaxResults?: number | undefined;
|
|
@@ -2946,11 +2676,7 @@ export interface ListApplicationAssignmentsForPrincipalResponse {
|
|
|
2946
2676
|
*/
|
|
2947
2677
|
ApplicationAssignments?: ApplicationAssignmentForPrincipal[] | undefined;
|
|
2948
2678
|
/**
|
|
2949
|
-
* <p>If present, this value indicates that more output is available than
|
|
2950
|
-
* is included in the current response. Use this value in the <code>NextToken</code>
|
|
2951
|
-
* request parameter in a subsequent call to the operation to get the next part of the
|
|
2952
|
-
* output. You should repeat this until the <code>NextToken</code> response element comes
|
|
2953
|
-
* back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
2679
|
+
* <p>If present, this value indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
2954
2680
|
* @public
|
|
2955
2681
|
*/
|
|
2956
2682
|
NextToken?: string | undefined;
|
|
@@ -2960,23 +2686,12 @@ export interface ListApplicationAssignmentsForPrincipalResponse {
|
|
|
2960
2686
|
*/
|
|
2961
2687
|
export interface ListApplicationProvidersRequest {
|
|
2962
2688
|
/**
|
|
2963
|
-
* <p>Specifies the total number of results that you want included in each
|
|
2964
|
-
* response. If additional items exist beyond the number you specify, the
|
|
2965
|
-
* <code>NextToken</code> response element is returned with a value (not null). Include the
|
|
2966
|
-
* specified value as the <code>NextToken</code> request parameter in the next call to the
|
|
2967
|
-
* operation to get the next set of results. Note that the service might return fewer
|
|
2968
|
-
* results than the maximum even when there are more results available. You should check
|
|
2969
|
-
* <code>NextToken</code> after every operation to ensure that you receive all of the
|
|
2970
|
-
* results.</p>
|
|
2689
|
+
* <p>Specifies the total number of results that you want included in each response. If additional items exist beyond the number you specify, the <code>NextToken</code> response element is returned with a value (not null). Include the specified value as the <code>NextToken</code> request parameter in the next call to the operation to get the next set of results. Note that the service might return fewer results than the maximum even when there are more results available. You should check <code>NextToken</code> after every operation to ensure that you receive all of the results.</p>
|
|
2971
2690
|
* @public
|
|
2972
2691
|
*/
|
|
2973
2692
|
MaxResults?: number | undefined;
|
|
2974
2693
|
/**
|
|
2975
|
-
* <p>Specifies that you want to receive the next page of results. Valid
|
|
2976
|
-
* only if you received a <code>NextToken</code> response in the previous request. If you
|
|
2977
|
-
* did, it indicates that more output is available. Set this parameter to the value
|
|
2978
|
-
* provided by the previous call's <code>NextToken</code> response to request the
|
|
2979
|
-
* next page of results.</p>
|
|
2694
|
+
* <p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>NextToken</code> response to request the next page of results.</p>
|
|
2980
2695
|
* @public
|
|
2981
2696
|
*/
|
|
2982
2697
|
NextToken?: string | undefined;
|
|
@@ -2991,11 +2706,7 @@ export interface ListApplicationProvidersResponse {
|
|
|
2991
2706
|
*/
|
|
2992
2707
|
ApplicationProviders?: ApplicationProvider[] | undefined;
|
|
2993
2708
|
/**
|
|
2994
|
-
* <p>If present, this value indicates that more output is available than
|
|
2995
|
-
* is included in the current response. Use this value in the <code>NextToken</code>
|
|
2996
|
-
* request parameter in a subsequent call to the operation to get the next part of the
|
|
2997
|
-
* output. You should repeat this until the <code>NextToken</code> response element comes
|
|
2998
|
-
* back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
2709
|
+
* <p>If present, this value indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
2999
2710
|
* @public
|
|
3000
2711
|
*/
|
|
3001
2712
|
NextToken?: string | undefined;
|
|
@@ -3021,29 +2732,17 @@ export interface ListApplicationsFilter {
|
|
|
3021
2732
|
*/
|
|
3022
2733
|
export interface ListApplicationsRequest {
|
|
3023
2734
|
/**
|
|
3024
|
-
* <p>The ARN of the IAM Identity Center application under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3025
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2735
|
+
* <p>The ARN of the IAM Identity Center application under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3026
2736
|
* @public
|
|
3027
2737
|
*/
|
|
3028
2738
|
InstanceArn: string | undefined;
|
|
3029
2739
|
/**
|
|
3030
|
-
* <p>Specifies the total number of results that you want included in each
|
|
3031
|
-
* response. If additional items exist beyond the number you specify, the
|
|
3032
|
-
* <code>NextToken</code> response element is returned with a value (not null). Include the
|
|
3033
|
-
* specified value as the <code>NextToken</code> request parameter in the next call to the
|
|
3034
|
-
* operation to get the next set of results. Note that the service might return fewer
|
|
3035
|
-
* results than the maximum even when there are more results available. You should check
|
|
3036
|
-
* <code>NextToken</code> after every operation to ensure that you receive all of the
|
|
3037
|
-
* results.</p>
|
|
2740
|
+
* <p>Specifies the total number of results that you want included in each response. If additional items exist beyond the number you specify, the <code>NextToken</code> response element is returned with a value (not null). Include the specified value as the <code>NextToken</code> request parameter in the next call to the operation to get the next set of results. Note that the service might return fewer results than the maximum even when there are more results available. You should check <code>NextToken</code> after every operation to ensure that you receive all of the results.</p>
|
|
3038
2741
|
* @public
|
|
3039
2742
|
*/
|
|
3040
2743
|
MaxResults?: number | undefined;
|
|
3041
2744
|
/**
|
|
3042
|
-
* <p>Specifies that you want to receive the next page of results. Valid
|
|
3043
|
-
* only if you received a <code>NextToken</code> response in the previous request. If you
|
|
3044
|
-
* did, it indicates that more output is available. Set this parameter to the value
|
|
3045
|
-
* provided by the previous call's <code>NextToken</code> response to request the
|
|
3046
|
-
* next page of results.</p>
|
|
2745
|
+
* <p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>NextToken</code> response to request the next page of results.</p>
|
|
3047
2746
|
* @public
|
|
3048
2747
|
*/
|
|
3049
2748
|
NextToken?: string | undefined;
|
|
@@ -3063,11 +2762,7 @@ export interface ListApplicationsResponse {
|
|
|
3063
2762
|
*/
|
|
3064
2763
|
Applications?: Application[] | undefined;
|
|
3065
2764
|
/**
|
|
3066
|
-
* <p>If present, this value indicates that more output is available than
|
|
3067
|
-
* is included in the current response. Use this value in the <code>NextToken</code>
|
|
3068
|
-
* request parameter in a subsequent call to the operation to get the next part of the
|
|
3069
|
-
* output. You should repeat this until the <code>NextToken</code> response element comes
|
|
3070
|
-
* back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
2765
|
+
* <p>If present, this value indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
3071
2766
|
* @public
|
|
3072
2767
|
*/
|
|
3073
2768
|
NextToken?: string | undefined;
|
|
@@ -3092,8 +2787,7 @@ export interface ListCustomerManagedPolicyReferencesInPermissionSetRequest {
|
|
|
3092
2787
|
*/
|
|
3093
2788
|
MaxResults?: number | undefined;
|
|
3094
2789
|
/**
|
|
3095
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of
|
|
3096
|
-
* previous API calls to make subsequent calls.</p>
|
|
2790
|
+
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
3097
2791
|
* @public
|
|
3098
2792
|
*/
|
|
3099
2793
|
NextToken?: string | undefined;
|
|
@@ -3103,14 +2797,12 @@ export interface ListCustomerManagedPolicyReferencesInPermissionSetRequest {
|
|
|
3103
2797
|
*/
|
|
3104
2798
|
export interface ListCustomerManagedPolicyReferencesInPermissionSetResponse {
|
|
3105
2799
|
/**
|
|
3106
|
-
* <p>Specifies the names and paths of the customer managed policies that you have attached
|
|
3107
|
-
* to your permission set.</p>
|
|
2800
|
+
* <p>Specifies the names and paths of the customer managed policies that you have attached to your permission set.</p>
|
|
3108
2801
|
* @public
|
|
3109
2802
|
*/
|
|
3110
2803
|
CustomerManagedPolicyReferences?: CustomerManagedPolicyReference[] | undefined;
|
|
3111
2804
|
/**
|
|
3112
|
-
* <p>The pagination token for the list API. Initially the value is null. Use the output of
|
|
3113
|
-
* previous API calls to make subsequent calls.</p>
|
|
2805
|
+
* <p>The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.</p>
|
|
3114
2806
|
* @public
|
|
3115
2807
|
*/
|
|
3116
2808
|
NextToken?: string | undefined;
|
|
@@ -3150,15 +2842,12 @@ export interface ListInstancesResponse {
|
|
|
3150
2842
|
*/
|
|
3151
2843
|
export interface ListManagedPoliciesInPermissionSetRequest {
|
|
3152
2844
|
/**
|
|
3153
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
3154
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3155
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2845
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3156
2846
|
* @public
|
|
3157
2847
|
*/
|
|
3158
2848
|
InstanceArn: string | undefined;
|
|
3159
2849
|
/**
|
|
3160
|
-
* <p>The ARN of the <a>PermissionSet</a> whose managed policies will be
|
|
3161
|
-
* listed.</p>
|
|
2850
|
+
* <p>The ARN of the <a>PermissionSet</a> whose managed policies will be listed.</p>
|
|
3162
2851
|
* @public
|
|
3163
2852
|
*/
|
|
3164
2853
|
PermissionSetArn: string | undefined;
|
|
@@ -3193,9 +2882,7 @@ export interface ListManagedPoliciesInPermissionSetResponse {
|
|
|
3193
2882
|
*/
|
|
3194
2883
|
export interface ListPermissionSetProvisioningStatusRequest {
|
|
3195
2884
|
/**
|
|
3196
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
3197
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3198
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2885
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3199
2886
|
* @public
|
|
3200
2887
|
*/
|
|
3201
2888
|
InstanceArn: string | undefined;
|
|
@@ -3226,8 +2913,7 @@ export interface PermissionSetProvisioningStatusMetadata {
|
|
|
3226
2913
|
*/
|
|
3227
2914
|
Status?: StatusValues | undefined;
|
|
3228
2915
|
/**
|
|
3229
|
-
* <p>The identifier for tracking the request operation that is generated by the universally
|
|
3230
|
-
* unique identifier (UUID) workflow.</p>
|
|
2916
|
+
* <p>The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.</p>
|
|
3231
2917
|
* @public
|
|
3232
2918
|
*/
|
|
3233
2919
|
RequestId?: string | undefined;
|
|
@@ -3257,9 +2943,7 @@ export interface ListPermissionSetProvisioningStatusResponse {
|
|
|
3257
2943
|
*/
|
|
3258
2944
|
export interface ListPermissionSetsRequest {
|
|
3259
2945
|
/**
|
|
3260
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
3261
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3262
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2946
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3263
2947
|
* @public
|
|
3264
2948
|
*/
|
|
3265
2949
|
InstanceArn: string | undefined;
|
|
@@ -3294,9 +2978,7 @@ export interface ListPermissionSetsResponse {
|
|
|
3294
2978
|
*/
|
|
3295
2979
|
export interface ListPermissionSetsProvisionedToAccountRequest {
|
|
3296
2980
|
/**
|
|
3297
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
3298
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3299
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
2981
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3300
2982
|
* @public
|
|
3301
2983
|
*/
|
|
3302
2984
|
InstanceArn: string | undefined;
|
|
@@ -3341,9 +3023,7 @@ export interface ListPermissionSetsProvisionedToAccountResponse {
|
|
|
3341
3023
|
*/
|
|
3342
3024
|
export interface ListTagsForResourceRequest {
|
|
3343
3025
|
/**
|
|
3344
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
3345
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3346
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3026
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3347
3027
|
* @public
|
|
3348
3028
|
*/
|
|
3349
3029
|
InstanceArn?: string | undefined;
|
|
@@ -3378,29 +3058,17 @@ export interface ListTagsForResourceResponse {
|
|
|
3378
3058
|
*/
|
|
3379
3059
|
export interface ListTrustedTokenIssuersRequest {
|
|
3380
3060
|
/**
|
|
3381
|
-
* <p>Specifies the ARN of the instance of IAM Identity Center with the trusted token issuer configurations that you want
|
|
3382
|
-
* to list.</p>
|
|
3061
|
+
* <p>Specifies the ARN of the instance of IAM Identity Center with the trusted token issuer configurations that you want to list.</p>
|
|
3383
3062
|
* @public
|
|
3384
3063
|
*/
|
|
3385
3064
|
InstanceArn: string | undefined;
|
|
3386
3065
|
/**
|
|
3387
|
-
* <p>Specifies the total number of results that you want included in each
|
|
3388
|
-
* response. If additional items exist beyond the number you specify, the
|
|
3389
|
-
* <code>NextToken</code> response element is returned with a value (not null). Include the
|
|
3390
|
-
* specified value as the <code>NextToken</code> request parameter in the next call to the
|
|
3391
|
-
* operation to get the next set of results. Note that the service might return fewer
|
|
3392
|
-
* results than the maximum even when there are more results available. You should check
|
|
3393
|
-
* <code>NextToken</code> after every operation to ensure that you receive all of the
|
|
3394
|
-
* results.</p>
|
|
3066
|
+
* <p>Specifies the total number of results that you want included in each response. If additional items exist beyond the number you specify, the <code>NextToken</code> response element is returned with a value (not null). Include the specified value as the <code>NextToken</code> request parameter in the next call to the operation to get the next set of results. Note that the service might return fewer results than the maximum even when there are more results available. You should check <code>NextToken</code> after every operation to ensure that you receive all of the results.</p>
|
|
3395
3067
|
* @public
|
|
3396
3068
|
*/
|
|
3397
3069
|
MaxResults?: number | undefined;
|
|
3398
3070
|
/**
|
|
3399
|
-
* <p>Specifies that you want to receive the next page of results. Valid
|
|
3400
|
-
* only if you received a <code>NextToken</code> response in the previous request. If you
|
|
3401
|
-
* did, it indicates that more output is available. Set this parameter to the value
|
|
3402
|
-
* provided by the previous call's <code>NextToken</code> response to request the
|
|
3403
|
-
* next page of results.</p>
|
|
3071
|
+
* <p>Specifies that you want to receive the next page of results. Valid only if you received a <code>NextToken</code> response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's <code>NextToken</code> response to request the next page of results.</p>
|
|
3404
3072
|
* @public
|
|
3405
3073
|
*/
|
|
3406
3074
|
NextToken?: string | undefined;
|
|
@@ -3436,40 +3104,28 @@ export interface ListTrustedTokenIssuersResponse {
|
|
|
3436
3104
|
*/
|
|
3437
3105
|
TrustedTokenIssuers?: TrustedTokenIssuerMetadata[] | undefined;
|
|
3438
3106
|
/**
|
|
3439
|
-
* <p>If present, this value indicates that more output is available than
|
|
3440
|
-
* is included in the current response. Use this value in the <code>NextToken</code>
|
|
3441
|
-
* request parameter in a subsequent call to the operation to get the next part of the
|
|
3442
|
-
* output. You should repeat this until the <code>NextToken</code> response element comes
|
|
3443
|
-
* back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
3107
|
+
* <p>If present, this value indicates that more output is available than is included in the current response. Use this value in the <code>NextToken</code> request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the <code>NextToken</code> response element comes back as <code>null</code>. This indicates that this is the last page of results.</p>
|
|
3444
3108
|
* @public
|
|
3445
3109
|
*/
|
|
3446
3110
|
NextToken?: string | undefined;
|
|
3447
3111
|
}
|
|
3448
3112
|
/**
|
|
3449
|
-
* <p>A structure that describes updated configuration settings for a trusted token issuer that supports
|
|
3450
|
-
* OpenID Connect (OIDC) and JSON Web Tokens (JWTs).</p>
|
|
3113
|
+
* <p>A structure that describes updated configuration settings for a trusted token issuer that supports OpenID Connect (OIDC) and JSON Web Tokens (JWTs).</p>
|
|
3451
3114
|
* @public
|
|
3452
3115
|
*/
|
|
3453
3116
|
export interface OidcJwtUpdateConfiguration {
|
|
3454
3117
|
/**
|
|
3455
|
-
* <p>The path of the source attribute in the JWT from the trusted token issuer. The attribute mapped by
|
|
3456
|
-
* this JMESPath expression is compared against the attribute mapped by
|
|
3457
|
-
* <code>IdentityStoreAttributePath</code> when a trusted token issuer token is exchanged for an
|
|
3458
|
-
* IAM Identity Center token.</p>
|
|
3118
|
+
* <p>The path of the source attribute in the JWT from the trusted token issuer. The attribute mapped by this JMESPath expression is compared against the attribute mapped by <code>IdentityStoreAttributePath</code> when a trusted token issuer token is exchanged for an IAM Identity Center token.</p>
|
|
3459
3119
|
* @public
|
|
3460
3120
|
*/
|
|
3461
3121
|
ClaimAttributePath?: string | undefined;
|
|
3462
3122
|
/**
|
|
3463
|
-
* <p>The path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by
|
|
3464
|
-
* this JMESPath expression is compared against the attribute mapped by
|
|
3465
|
-
* <code>ClaimAttributePath</code> when a trusted token issuer token is exchanged for an IAM Identity Center
|
|
3466
|
-
* token.</p>
|
|
3123
|
+
* <p>The path of the destination attribute in a JWT from IAM Identity Center. The attribute mapped by this JMESPath expression is compared against the attribute mapped by <code>ClaimAttributePath</code> when a trusted token issuer token is exchanged for an IAM Identity Center token.</p>
|
|
3467
3124
|
* @public
|
|
3468
3125
|
*/
|
|
3469
3126
|
IdentityStoreAttributePath?: string | undefined;
|
|
3470
3127
|
/**
|
|
3471
|
-
* <p>The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a
|
|
3472
|
-
* JWT.</p>
|
|
3128
|
+
* <p>The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.</p>
|
|
3473
3129
|
* @public
|
|
3474
3130
|
*/
|
|
3475
3131
|
JwksRetrievalOption?: JwksRetrievalOption | undefined;
|
|
@@ -3491,9 +3147,7 @@ export type ProvisionTargetType = (typeof ProvisionTargetType)[keyof typeof Prov
|
|
|
3491
3147
|
*/
|
|
3492
3148
|
export interface ProvisionPermissionSetRequest {
|
|
3493
3149
|
/**
|
|
3494
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
3495
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3496
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3150
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3497
3151
|
* @public
|
|
3498
3152
|
*/
|
|
3499
3153
|
InstanceArn: string | undefined;
|
|
@@ -3528,15 +3182,12 @@ export interface ProvisionPermissionSetResponse {
|
|
|
3528
3182
|
*/
|
|
3529
3183
|
export interface PutApplicationAssignmentConfigurationRequest {
|
|
3530
3184
|
/**
|
|
3531
|
-
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3532
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3185
|
+
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3533
3186
|
* @public
|
|
3534
3187
|
*/
|
|
3535
3188
|
ApplicationArn: string | undefined;
|
|
3536
3189
|
/**
|
|
3537
|
-
* <p>If <code>AssignmentsRequired</code> is <code>true</code> (default value), users don’t
|
|
3538
|
-
* have access to the application unless an assignment is created using the <a href="https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateApplicationAssignment.html">CreateApplicationAssignment API</a>. If <code>false</code>, all users have
|
|
3539
|
-
* access to the application. </p>
|
|
3190
|
+
* <p>If <code>AssignmentsRequired</code> is <code>true</code> (default value), users don’t have access to the application unless an assignment is created using the <a href="https://docs.aws.amazon.com/singlesignon/latest/APIReference/API_CreateApplicationAssignment.html">CreateApplicationAssignment API</a>. If <code>false</code>, all users have access to the application. </p>
|
|
3540
3191
|
* @public
|
|
3541
3192
|
*/
|
|
3542
3193
|
AssignmentRequired: boolean | undefined;
|
|
@@ -3546,14 +3197,32 @@ export interface PutApplicationAssignmentConfigurationRequest {
|
|
|
3546
3197
|
*/
|
|
3547
3198
|
export interface PutApplicationAssignmentConfigurationResponse {
|
|
3548
3199
|
}
|
|
3200
|
+
/**
|
|
3201
|
+
* @public
|
|
3202
|
+
*/
|
|
3203
|
+
export interface PutApplicationSessionConfigurationRequest {
|
|
3204
|
+
/**
|
|
3205
|
+
* <p>The Amazon Resource Name (ARN) of the application for which to update the session configuration.</p>
|
|
3206
|
+
* @public
|
|
3207
|
+
*/
|
|
3208
|
+
ApplicationArn: string | undefined;
|
|
3209
|
+
/**
|
|
3210
|
+
* <p>The status of user background sessions for the application.</p>
|
|
3211
|
+
* @public
|
|
3212
|
+
*/
|
|
3213
|
+
UserBackgroundSessionApplicationStatus?: UserBackgroundSessionApplicationStatus | undefined;
|
|
3214
|
+
}
|
|
3215
|
+
/**
|
|
3216
|
+
* @public
|
|
3217
|
+
*/
|
|
3218
|
+
export interface PutApplicationSessionConfigurationResponse {
|
|
3219
|
+
}
|
|
3549
3220
|
/**
|
|
3550
3221
|
* @public
|
|
3551
3222
|
*/
|
|
3552
3223
|
export interface PutInlinePolicyToPermissionSetRequest {
|
|
3553
3224
|
/**
|
|
3554
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
3555
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3556
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3225
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3557
3226
|
* @public
|
|
3558
3227
|
*/
|
|
3559
3228
|
InstanceArn: string | undefined;
|
|
@@ -3588,8 +3257,7 @@ export interface PutPermissionsBoundaryToPermissionSetRequest {
|
|
|
3588
3257
|
*/
|
|
3589
3258
|
PermissionSetArn: string | undefined;
|
|
3590
3259
|
/**
|
|
3591
|
-
* <p>The permissions boundary that you want to attach to a
|
|
3592
|
-
* <code>PermissionSet</code>.</p>
|
|
3260
|
+
* <p>The permissions boundary that you want to attach to a <code>PermissionSet</code>.</p>
|
|
3593
3261
|
* @public
|
|
3594
3262
|
*/
|
|
3595
3263
|
PermissionsBoundary: PermissionsBoundary | undefined;
|
|
@@ -3604,9 +3272,7 @@ export interface PutPermissionsBoundaryToPermissionSetResponse {
|
|
|
3604
3272
|
*/
|
|
3605
3273
|
export interface TagResourceRequest {
|
|
3606
3274
|
/**
|
|
3607
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
3608
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3609
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3275
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3610
3276
|
* @public
|
|
3611
3277
|
*/
|
|
3612
3278
|
InstanceArn?: string | undefined;
|
|
@@ -3631,9 +3297,7 @@ export interface TagResourceResponse {
|
|
|
3631
3297
|
*/
|
|
3632
3298
|
export interface UntagResourceRequest {
|
|
3633
3299
|
/**
|
|
3634
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
3635
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3636
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3300
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3637
3301
|
* @public
|
|
3638
3302
|
*/
|
|
3639
3303
|
InstanceArn?: string | undefined;
|
|
@@ -3654,8 +3318,7 @@ export interface UntagResourceRequest {
|
|
|
3654
3318
|
export interface UntagResourceResponse {
|
|
3655
3319
|
}
|
|
3656
3320
|
/**
|
|
3657
|
-
* <p>A structure that describes the options for the access portal associated with an
|
|
3658
|
-
* application that can be updated.</p>
|
|
3321
|
+
* <p>A structure that describes the options for the access portal associated with an application that can be updated.</p>
|
|
3659
3322
|
* @public
|
|
3660
3323
|
*/
|
|
3661
3324
|
export interface UpdateApplicationPortalOptions {
|
|
@@ -3670,8 +3333,7 @@ export interface UpdateApplicationPortalOptions {
|
|
|
3670
3333
|
*/
|
|
3671
3334
|
export interface UpdateApplicationRequest {
|
|
3672
3335
|
/**
|
|
3673
|
-
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3674
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3336
|
+
* <p>Specifies the ARN of the application. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3675
3337
|
* @public
|
|
3676
3338
|
*/
|
|
3677
3339
|
ApplicationArn: string | undefined;
|
|
@@ -3691,8 +3353,7 @@ export interface UpdateApplicationRequest {
|
|
|
3691
3353
|
*/
|
|
3692
3354
|
Status?: ApplicationStatus | undefined;
|
|
3693
3355
|
/**
|
|
3694
|
-
* <p>A structure that describes the options for the portal associated with an
|
|
3695
|
-
* application.</p>
|
|
3356
|
+
* <p>A structure that describes the options for the portal associated with an application.</p>
|
|
3696
3357
|
* @public
|
|
3697
3358
|
*/
|
|
3698
3359
|
PortalOptions?: UpdateApplicationPortalOptions | undefined;
|
|
@@ -3712,8 +3373,7 @@ export interface UpdateInstanceRequest {
|
|
|
3712
3373
|
*/
|
|
3713
3374
|
Name: string | undefined;
|
|
3714
3375
|
/**
|
|
3715
|
-
* <p>The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3716
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3376
|
+
* <p>The ARN of the instance of IAM Identity Center under which the operation will run. For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3717
3377
|
* @public
|
|
3718
3378
|
*/
|
|
3719
3379
|
InstanceArn: string | undefined;
|
|
@@ -3748,9 +3408,7 @@ export interface UpdateInstanceAccessControlAttributeConfigurationResponse {
|
|
|
3748
3408
|
*/
|
|
3749
3409
|
export interface UpdatePermissionSetRequest {
|
|
3750
3410
|
/**
|
|
3751
|
-
* <p>The ARN of the IAM Identity Center instance under which the operation will be executed.
|
|
3752
|
-
* For more information about ARNs, see <a href="/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource
|
|
3753
|
-
* Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3411
|
+
* <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 Names (ARNs) and Amazon Web Services Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
|
|
3754
3412
|
* @public
|
|
3755
3413
|
*/
|
|
3756
3414
|
InstanceArn: string | undefined;
|
|
@@ -3765,14 +3423,12 @@ export interface UpdatePermissionSetRequest {
|
|
|
3765
3423
|
*/
|
|
3766
3424
|
Description?: string | undefined;
|
|
3767
3425
|
/**
|
|
3768
|
-
* <p>The length of time that the application user sessions are valid for in the ISO-8601
|
|
3769
|
-
* standard.</p>
|
|
3426
|
+
* <p>The length of time that the application user sessions are valid for in the ISO-8601 standard.</p>
|
|
3770
3427
|
* @public
|
|
3771
3428
|
*/
|
|
3772
3429
|
SessionDuration?: string | undefined;
|
|
3773
3430
|
/**
|
|
3774
|
-
* <p>Used to redirect users within the application during the federation authentication
|
|
3775
|
-
* process.</p>
|
|
3431
|
+
* <p>Used to redirect users within the application during the federation authentication process.</p>
|
|
3776
3432
|
* @public
|
|
3777
3433
|
*/
|
|
3778
3434
|
RelayState?: string | undefined;
|
|
@@ -3783,9 +3439,7 @@ export interface UpdatePermissionSetRequest {
|
|
|
3783
3439
|
export interface UpdatePermissionSetResponse {
|
|
3784
3440
|
}
|
|
3785
3441
|
/**
|
|
3786
|
-
* <p>A structure that contains details to be updated for a trusted token issuer configuration. The
|
|
3787
|
-
* structure and settings that you can include depend on the type of the trusted token issuer being
|
|
3788
|
-
* updated.</p>
|
|
3442
|
+
* <p>A structure that contains details to be updated for a trusted token issuer configuration. The structure and settings that you can include depend on the type of the trusted token issuer being updated.</p>
|
|
3789
3443
|
* @public
|
|
3790
3444
|
*/
|
|
3791
3445
|
export type TrustedTokenIssuerUpdateConfiguration = TrustedTokenIssuerUpdateConfiguration.OidcJwtConfigurationMember | TrustedTokenIssuerUpdateConfiguration.$UnknownMember;
|
|
@@ -3794,8 +3448,7 @@ export type TrustedTokenIssuerUpdateConfiguration = TrustedTokenIssuerUpdateConf
|
|
|
3794
3448
|
*/
|
|
3795
3449
|
export declare namespace TrustedTokenIssuerUpdateConfiguration {
|
|
3796
3450
|
/**
|
|
3797
|
-
* <p>A structure that describes an updated configuration for a trusted token issuer that uses OpenID
|
|
3798
|
-
* Connect (OIDC) with JSON web tokens (JWT).</p>
|
|
3451
|
+
* <p>A structure that describes an updated configuration for a trusted token issuer that uses OpenID Connect (OIDC) with JSON web tokens (JWT).</p>
|
|
3799
3452
|
* @public
|
|
3800
3453
|
*/
|
|
3801
3454
|
interface OidcJwtConfigurationMember {
|
|
@@ -3830,8 +3483,7 @@ export interface UpdateTrustedTokenIssuerRequest {
|
|
|
3830
3483
|
*/
|
|
3831
3484
|
Name?: string | undefined;
|
|
3832
3485
|
/**
|
|
3833
|
-
* <p>Specifies a structure with settings to apply to the specified trusted token issuer. The settings that
|
|
3834
|
-
* you can provide are determined by the type of the trusted token issuer that you are updating.</p>
|
|
3486
|
+
* <p>Specifies a structure with settings to apply to the specified trusted token issuer. The settings that you can provide are determined by the type of the trusted token issuer that you are updating.</p>
|
|
3835
3487
|
* @public
|
|
3836
3488
|
*/
|
|
3837
3489
|
TrustedTokenIssuerConfiguration?: TrustedTokenIssuerUpdateConfiguration | undefined;
|