cdk-lambda-subminute 2.0.232 → 2.0.234
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +7 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +871 -862
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +134 -134
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +11 -11
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +28 -18
- package/node_modules/aws-sdk/clients/fsx.d.ts +3 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +17 -5
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +247 -247
- package/node_modules/aws-sdk/clients/workspaces.d.ts +16 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/response.d.ts +2 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -20,19 +20,19 @@ declare class SSOAdmin extends Service {
|
|
20
20
|
*/
|
21
21
|
attachCustomerManagedPolicyReferenceToPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.AttachCustomerManagedPolicyReferenceToPermissionSetResponse) => void): Request<SSOAdmin.Types.AttachCustomerManagedPolicyReferenceToPermissionSetResponse, AWSError>;
|
22
22
|
/**
|
23
|
-
* Attaches an
|
23
|
+
* Attaches an Amazon Web Services managed policy ARN to a permission set. If the permission set is already referenced by one or more account assignments, you will need to call ProvisionPermissionSet after this operation. Calling ProvisionPermissionSet applies the corresponding IAM policy updates to all assigned accounts.
|
24
24
|
*/
|
25
25
|
attachManagedPolicyToPermissionSet(params: SSOAdmin.Types.AttachManagedPolicyToPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse) => void): Request<SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse, AWSError>;
|
26
26
|
/**
|
27
|
-
* Attaches an
|
27
|
+
* Attaches an Amazon Web Services managed policy ARN to a permission set. If the permission set is already referenced by one or more account assignments, you will need to call ProvisionPermissionSet after this operation. Calling ProvisionPermissionSet applies the corresponding IAM policy updates to all assigned accounts.
|
28
28
|
*/
|
29
29
|
attachManagedPolicyToPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse) => void): Request<SSOAdmin.Types.AttachManagedPolicyToPermissionSetResponse, AWSError>;
|
30
30
|
/**
|
31
|
-
* Assigns access to a principal for a specified
|
31
|
+
* Assigns access to a principal for a specified Amazon Web Services account using a specified permission set. The term principal here refers to a user or group that is defined in IAM Identity Center. As part of a successful CreateAccountAssignment call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the IAM role created in IAM Identity Center. If the permission set is subsequently updated, the corresponding IAM policies attached to roles in your accounts will not be updated automatically. In this case, you must call ProvisionPermissionSet to make these updates. After a successful response, call DescribeAccountAssignmentCreationStatus to describe the status of an assignment creation request.
|
32
32
|
*/
|
33
33
|
createAccountAssignment(params: SSOAdmin.Types.CreateAccountAssignmentRequest, callback?: (err: AWSError, data: SSOAdmin.Types.CreateAccountAssignmentResponse) => void): Request<SSOAdmin.Types.CreateAccountAssignmentResponse, AWSError>;
|
34
34
|
/**
|
35
|
-
* Assigns access to a principal for a specified
|
35
|
+
* Assigns access to a principal for a specified Amazon Web Services account using a specified permission set. The term principal here refers to a user or group that is defined in IAM Identity Center. As part of a successful CreateAccountAssignment call, the specified permission set will automatically be provisioned to the account in the form of an IAM policy. That policy is attached to the IAM role created in IAM Identity Center. If the permission set is subsequently updated, the corresponding IAM policies attached to roles in your accounts will not be updated automatically. In this case, you must call ProvisionPermissionSet to make these updates. After a successful response, call DescribeAccountAssignmentCreationStatus to describe the status of an assignment creation request.
|
36
36
|
*/
|
37
37
|
createAccountAssignment(callback?: (err: AWSError, data: SSOAdmin.Types.CreateAccountAssignmentResponse) => void): Request<SSOAdmin.Types.CreateAccountAssignmentResponse, AWSError>;
|
38
38
|
/**
|
@@ -44,19 +44,19 @@ declare class SSOAdmin extends Service {
|
|
44
44
|
*/
|
45
45
|
createInstanceAccessControlAttributeConfiguration(callback?: (err: AWSError, data: SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationResponse) => void): Request<SSOAdmin.Types.CreateInstanceAccessControlAttributeConfigurationResponse, AWSError>;
|
46
46
|
/**
|
47
|
-
* Creates a permission set within a specified IAM Identity Center instance. To grant users and groups access to
|
47
|
+
* Creates a permission set within a specified IAM Identity Center instance. To grant users and groups access to Amazon Web Services account resources, use CreateAccountAssignment .
|
48
48
|
*/
|
49
49
|
createPermissionSet(params: SSOAdmin.Types.CreatePermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.CreatePermissionSetResponse) => void): Request<SSOAdmin.Types.CreatePermissionSetResponse, AWSError>;
|
50
50
|
/**
|
51
|
-
* Creates a permission set within a specified IAM Identity Center instance. To grant users and groups access to
|
51
|
+
* Creates a permission set within a specified IAM Identity Center instance. To grant users and groups access to Amazon Web Services account resources, use CreateAccountAssignment .
|
52
52
|
*/
|
53
53
|
createPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.CreatePermissionSetResponse) => void): Request<SSOAdmin.Types.CreatePermissionSetResponse, AWSError>;
|
54
54
|
/**
|
55
|
-
* Deletes a principal's access from a specified
|
55
|
+
* Deletes a principal's access from a specified Amazon Web Services account using a specified permission set. After a successful response, call DescribeAccountAssignmentDeletionStatus to describe the status of an assignment deletion request.
|
56
56
|
*/
|
57
57
|
deleteAccountAssignment(params: SSOAdmin.Types.DeleteAccountAssignmentRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DeleteAccountAssignmentResponse) => void): Request<SSOAdmin.Types.DeleteAccountAssignmentResponse, AWSError>;
|
58
58
|
/**
|
59
|
-
* Deletes a principal's access from a specified
|
59
|
+
* Deletes a principal's access from a specified Amazon Web Services account using a specified permission set. After a successful response, call DescribeAccountAssignmentDeletionStatus to describe the status of an assignment deletion request.
|
60
60
|
*/
|
61
61
|
deleteAccountAssignment(callback?: (err: AWSError, data: SSOAdmin.Types.DeleteAccountAssignmentResponse) => void): Request<SSOAdmin.Types.DeleteAccountAssignmentResponse, AWSError>;
|
62
62
|
/**
|
@@ -140,11 +140,11 @@ declare class SSOAdmin extends Service {
|
|
140
140
|
*/
|
141
141
|
detachCustomerManagedPolicyReferenceFromPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.DetachCustomerManagedPolicyReferenceFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DetachCustomerManagedPolicyReferenceFromPermissionSetResponse, AWSError>;
|
142
142
|
/**
|
143
|
-
* Detaches the attached
|
143
|
+
* Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.
|
144
144
|
*/
|
145
145
|
detachManagedPolicyFromPermissionSet(params: SSOAdmin.Types.DetachManagedPolicyFromPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.DetachManagedPolicyFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DetachManagedPolicyFromPermissionSetResponse, AWSError>;
|
146
146
|
/**
|
147
|
-
* Detaches the attached
|
147
|
+
* Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.
|
148
148
|
*/
|
149
149
|
detachManagedPolicyFromPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.DetachManagedPolicyFromPermissionSetResponse) => void): Request<SSOAdmin.Types.DetachManagedPolicyFromPermissionSetResponse, AWSError>;
|
150
150
|
/**
|
@@ -164,35 +164,35 @@ declare class SSOAdmin extends Service {
|
|
164
164
|
*/
|
165
165
|
getPermissionsBoundaryForPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.GetPermissionsBoundaryForPermissionSetResponse) => void): Request<SSOAdmin.Types.GetPermissionsBoundaryForPermissionSetResponse, AWSError>;
|
166
166
|
/**
|
167
|
-
* Lists the status of the
|
167
|
+
* Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.
|
168
168
|
*/
|
169
169
|
listAccountAssignmentCreationStatus(params: SSOAdmin.Types.ListAccountAssignmentCreationStatusRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentCreationStatusResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentCreationStatusResponse, AWSError>;
|
170
170
|
/**
|
171
|
-
* Lists the status of the
|
171
|
+
* Lists the status of the Amazon Web Services account assignment creation requests for a specified IAM Identity Center instance.
|
172
172
|
*/
|
173
173
|
listAccountAssignmentCreationStatus(callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentCreationStatusResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentCreationStatusResponse, AWSError>;
|
174
174
|
/**
|
175
|
-
* Lists the status of the
|
175
|
+
* Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.
|
176
176
|
*/
|
177
177
|
listAccountAssignmentDeletionStatus(params: SSOAdmin.Types.ListAccountAssignmentDeletionStatusRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentDeletionStatusResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentDeletionStatusResponse, AWSError>;
|
178
178
|
/**
|
179
|
-
* Lists the status of the
|
179
|
+
* Lists the status of the Amazon Web Services account assignment deletion requests for a specified IAM Identity Center instance.
|
180
180
|
*/
|
181
181
|
listAccountAssignmentDeletionStatus(callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentDeletionStatusResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentDeletionStatusResponse, AWSError>;
|
182
182
|
/**
|
183
|
-
* Lists the assignee of the specified
|
183
|
+
* Lists the assignee of the specified Amazon Web Services account with the specified permission set.
|
184
184
|
*/
|
185
185
|
listAccountAssignments(params: SSOAdmin.Types.ListAccountAssignmentsRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentsResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentsResponse, AWSError>;
|
186
186
|
/**
|
187
|
-
* Lists the assignee of the specified
|
187
|
+
* Lists the assignee of the specified Amazon Web Services account with the specified permission set.
|
188
188
|
*/
|
189
189
|
listAccountAssignments(callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountAssignmentsResponse) => void): Request<SSOAdmin.Types.ListAccountAssignmentsResponse, AWSError>;
|
190
190
|
/**
|
191
|
-
* Lists all the
|
191
|
+
* Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
|
192
192
|
*/
|
193
193
|
listAccountsForProvisionedPermissionSet(params: SSOAdmin.Types.ListAccountsForProvisionedPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountsForProvisionedPermissionSetResponse) => void): Request<SSOAdmin.Types.ListAccountsForProvisionedPermissionSetResponse, AWSError>;
|
194
194
|
/**
|
195
|
-
* Lists all the
|
195
|
+
* Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
|
196
196
|
*/
|
197
197
|
listAccountsForProvisionedPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.ListAccountsForProvisionedPermissionSetResponse) => void): Request<SSOAdmin.Types.ListAccountsForProvisionedPermissionSetResponse, AWSError>;
|
198
198
|
/**
|
@@ -212,11 +212,11 @@ declare class SSOAdmin extends Service {
|
|
212
212
|
*/
|
213
213
|
listInstances(callback?: (err: AWSError, data: SSOAdmin.Types.ListInstancesResponse) => void): Request<SSOAdmin.Types.ListInstancesResponse, AWSError>;
|
214
214
|
/**
|
215
|
-
* Lists the
|
215
|
+
* Lists the Amazon Web Services managed policy that is attached to a specified permission set.
|
216
216
|
*/
|
217
217
|
listManagedPoliciesInPermissionSet(params: SSOAdmin.Types.ListManagedPoliciesInPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListManagedPoliciesInPermissionSetResponse) => void): Request<SSOAdmin.Types.ListManagedPoliciesInPermissionSetResponse, AWSError>;
|
218
218
|
/**
|
219
|
-
* Lists the
|
219
|
+
* Lists the Amazon Web Services managed policy that is attached to a specified permission set.
|
220
220
|
*/
|
221
221
|
listManagedPoliciesInPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.ListManagedPoliciesInPermissionSetResponse) => void): Request<SSOAdmin.Types.ListManagedPoliciesInPermissionSetResponse, AWSError>;
|
222
222
|
/**
|
@@ -236,11 +236,11 @@ declare class SSOAdmin extends Service {
|
|
236
236
|
*/
|
237
237
|
listPermissionSets(callback?: (err: AWSError, data: SSOAdmin.Types.ListPermissionSetsResponse) => void): Request<SSOAdmin.Types.ListPermissionSetsResponse, AWSError>;
|
238
238
|
/**
|
239
|
-
* Lists all the permission sets that are provisioned to a specified
|
239
|
+
* Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
|
240
240
|
*/
|
241
241
|
listPermissionSetsProvisionedToAccount(params: SSOAdmin.Types.ListPermissionSetsProvisionedToAccountRequest, callback?: (err: AWSError, data: SSOAdmin.Types.ListPermissionSetsProvisionedToAccountResponse) => void): Request<SSOAdmin.Types.ListPermissionSetsProvisionedToAccountResponse, AWSError>;
|
242
242
|
/**
|
243
|
-
* Lists all the permission sets that are provisioned to a specified
|
243
|
+
* Lists all the permission sets that are provisioned to a specified Amazon Web Services account.
|
244
244
|
*/
|
245
245
|
listPermissionSetsProvisionedToAccount(callback?: (err: AWSError, data: SSOAdmin.Types.ListPermissionSetsProvisionedToAccountResponse) => void): Request<SSOAdmin.Types.ListPermissionSetsProvisionedToAccountResponse, AWSError>;
|
246
246
|
/**
|
@@ -268,11 +268,11 @@ declare class SSOAdmin extends Service {
|
|
268
268
|
*/
|
269
269
|
putInlinePolicyToPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.PutInlinePolicyToPermissionSetResponse) => void): Request<SSOAdmin.Types.PutInlinePolicyToPermissionSetResponse, AWSError>;
|
270
270
|
/**
|
271
|
-
* Attaches an
|
271
|
+
* Attaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.
|
272
272
|
*/
|
273
273
|
putPermissionsBoundaryToPermissionSet(params: SSOAdmin.Types.PutPermissionsBoundaryToPermissionSetRequest, callback?: (err: AWSError, data: SSOAdmin.Types.PutPermissionsBoundaryToPermissionSetResponse) => void): Request<SSOAdmin.Types.PutPermissionsBoundaryToPermissionSetResponse, AWSError>;
|
274
274
|
/**
|
275
|
-
* Attaches an
|
275
|
+
* Attaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.
|
276
276
|
*/
|
277
277
|
putPermissionsBoundaryToPermissionSet(callback?: (err: AWSError, data: SSOAdmin.Types.PutPermissionsBoundaryToPermissionSetResponse) => void): Request<SSOAdmin.Types.PutPermissionsBoundaryToPermissionSetResponse, AWSError>;
|
278
278
|
/**
|
@@ -331,79 +331,83 @@ declare namespace SSOAdmin {
|
|
331
331
|
export type AccessControlAttributeValueSourceList = AccessControlAttributeValueSource[];
|
332
332
|
export interface AccountAssignment {
|
333
333
|
/**
|
334
|
-
* The identifier of the
|
334
|
+
* The identifier of the Amazon Web Services account.
|
335
335
|
*/
|
336
336
|
AccountId?: AccountId;
|
337
337
|
/**
|
338
|
-
* The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
338
|
+
* The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
339
339
|
*/
|
340
340
|
PermissionSetArn?: PermissionSetArn;
|
341
|
-
/**
|
342
|
-
* The entity type for which the assignment will be created.
|
343
|
-
*/
|
344
|
-
PrincipalType?: PrincipalType;
|
345
341
|
/**
|
346
342
|
* An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
|
347
343
|
*/
|
348
344
|
PrincipalId?: PrincipalId;
|
345
|
+
/**
|
346
|
+
* The entity type for which the assignment will be created.
|
347
|
+
*/
|
348
|
+
PrincipalType?: PrincipalType;
|
349
349
|
}
|
350
350
|
export type AccountAssignmentList = AccountAssignment[];
|
351
351
|
export interface AccountAssignmentOperationStatus {
|
352
352
|
/**
|
353
|
-
* The
|
354
|
-
*/
|
355
|
-
Status?: StatusValues;
|
356
|
-
/**
|
357
|
-
* The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
|
353
|
+
* The date that the permission set was created.
|
358
354
|
*/
|
359
|
-
|
355
|
+
CreatedDate?: _Date;
|
360
356
|
/**
|
361
357
|
* The message that contains an error or exception in case of an operation failure.
|
362
358
|
*/
|
363
359
|
FailureReason?: Reason;
|
364
360
|
/**
|
365
|
-
*
|
361
|
+
* The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
366
362
|
*/
|
367
|
-
|
363
|
+
PermissionSetArn?: PermissionSetArn;
|
364
|
+
/**
|
365
|
+
* An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
|
366
|
+
*/
|
367
|
+
PrincipalId?: PrincipalId;
|
368
368
|
/**
|
369
369
|
* The entity type for which the assignment will be created.
|
370
370
|
*/
|
371
|
-
|
371
|
+
PrincipalType?: PrincipalType;
|
372
372
|
/**
|
373
|
-
* The
|
373
|
+
* The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
|
374
374
|
*/
|
375
|
-
|
375
|
+
RequestId?: UUId;
|
376
376
|
/**
|
377
|
-
* The
|
377
|
+
* The status of the permission set provisioning process.
|
378
378
|
*/
|
379
|
-
|
379
|
+
Status?: StatusValues;
|
380
380
|
/**
|
381
|
-
*
|
381
|
+
* TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
|
382
382
|
*/
|
383
|
-
|
383
|
+
TargetId?: TargetId;
|
384
384
|
/**
|
385
|
-
* The
|
385
|
+
* The entity type for which the assignment will be created.
|
386
386
|
*/
|
387
|
-
|
387
|
+
TargetType?: TargetType;
|
388
388
|
}
|
389
389
|
export type AccountAssignmentOperationStatusList = AccountAssignmentOperationStatusMetadata[];
|
390
390
|
export interface AccountAssignmentOperationStatusMetadata {
|
391
391
|
/**
|
392
|
-
* The
|
392
|
+
* The date that the permission set was created.
|
393
393
|
*/
|
394
|
-
|
394
|
+
CreatedDate?: _Date;
|
395
395
|
/**
|
396
396
|
* The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
|
397
397
|
*/
|
398
398
|
RequestId?: UUId;
|
399
399
|
/**
|
400
|
-
* The
|
400
|
+
* The status of the permission set provisioning process.
|
401
401
|
*/
|
402
|
-
|
402
|
+
Status?: StatusValues;
|
403
403
|
}
|
404
404
|
export type AccountId = string;
|
405
405
|
export type AccountList = AccountId[];
|
406
406
|
export interface AttachCustomerManagedPolicyReferenceToPermissionSetRequest {
|
407
|
+
/**
|
408
|
+
* Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.
|
409
|
+
*/
|
410
|
+
CustomerManagedPolicyReference: CustomerManagedPolicyReference;
|
407
411
|
/**
|
408
412
|
* The ARN of the IAM Identity Center instance under which the operation will be executed.
|
409
413
|
*/
|
@@ -412,65 +416,61 @@ declare namespace SSOAdmin {
|
|
412
416
|
* The ARN of the PermissionSet.
|
413
417
|
*/
|
414
418
|
PermissionSetArn: PermissionSetArn;
|
415
|
-
/**
|
416
|
-
* Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each AWS account where you want to deploy your permission set.
|
417
|
-
*/
|
418
|
-
CustomerManagedPolicyReference: CustomerManagedPolicyReference;
|
419
419
|
}
|
420
420
|
export interface AttachCustomerManagedPolicyReferenceToPermissionSetResponse {
|
421
421
|
}
|
422
422
|
export interface AttachManagedPolicyToPermissionSetRequest {
|
423
423
|
/**
|
424
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
424
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
425
425
|
*/
|
426
426
|
InstanceArn: InstanceArn;
|
427
427
|
/**
|
428
|
-
* The
|
428
|
+
* The Amazon Web Services managed policy ARN to be attached to a permission set.
|
429
429
|
*/
|
430
|
-
|
430
|
+
ManagedPolicyArn: ManagedPolicyArn;
|
431
431
|
/**
|
432
|
-
* The
|
432
|
+
* The ARN of the PermissionSet that the managed policy should be attached to.
|
433
433
|
*/
|
434
|
-
|
434
|
+
PermissionSetArn: PermissionSetArn;
|
435
435
|
}
|
436
436
|
export interface AttachManagedPolicyToPermissionSetResponse {
|
437
437
|
}
|
438
438
|
export interface AttachedManagedPolicy {
|
439
439
|
/**
|
440
|
-
* The
|
440
|
+
* The ARN of the Amazon Web Services managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
441
441
|
*/
|
442
|
-
|
442
|
+
Arn?: ManagedPolicyArn;
|
443
443
|
/**
|
444
|
-
* The
|
444
|
+
* The name of the Amazon Web Services managed policy.
|
445
445
|
*/
|
446
|
-
|
446
|
+
Name?: Name;
|
447
447
|
}
|
448
448
|
export type AttachedManagedPolicyList = AttachedManagedPolicy[];
|
449
449
|
export interface CreateAccountAssignmentRequest {
|
450
450
|
/**
|
451
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
451
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
452
452
|
*/
|
453
453
|
InstanceArn: InstanceArn;
|
454
|
-
/**
|
455
|
-
* TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).
|
456
|
-
*/
|
457
|
-
TargetId: TargetId;
|
458
|
-
/**
|
459
|
-
* The entity type for which the assignment will be created.
|
460
|
-
*/
|
461
|
-
TargetType: TargetType;
|
462
454
|
/**
|
463
455
|
* The ARN of the permission set that the admin wants to grant the principal access to.
|
464
456
|
*/
|
465
457
|
PermissionSetArn: PermissionSetArn;
|
458
|
+
/**
|
459
|
+
* An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
|
460
|
+
*/
|
461
|
+
PrincipalId: PrincipalId;
|
466
462
|
/**
|
467
463
|
* The entity type for which the assignment will be created.
|
468
464
|
*/
|
469
465
|
PrincipalType: PrincipalType;
|
470
466
|
/**
|
471
|
-
*
|
467
|
+
* TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
|
472
468
|
*/
|
473
|
-
|
469
|
+
TargetId: TargetId;
|
470
|
+
/**
|
471
|
+
* The entity type for which the assignment will be created.
|
472
|
+
*/
|
473
|
+
TargetType: TargetType;
|
474
474
|
}
|
475
475
|
export interface CreateAccountAssignmentResponse {
|
476
476
|
/**
|
@@ -479,38 +479,38 @@ declare namespace SSOAdmin {
|
|
479
479
|
AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
|
480
480
|
}
|
481
481
|
export interface CreateInstanceAccessControlAttributeConfigurationRequest {
|
482
|
-
/**
|
483
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed.
|
484
|
-
*/
|
485
|
-
InstanceArn: InstanceArn;
|
486
482
|
/**
|
487
483
|
* 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.
|
488
484
|
*/
|
489
485
|
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration;
|
486
|
+
/**
|
487
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed.
|
488
|
+
*/
|
489
|
+
InstanceArn: InstanceArn;
|
490
490
|
}
|
491
491
|
export interface CreateInstanceAccessControlAttributeConfigurationResponse {
|
492
492
|
}
|
493
493
|
export interface CreatePermissionSetRequest {
|
494
|
-
/**
|
495
|
-
* The name of the PermissionSet.
|
496
|
-
*/
|
497
|
-
Name: PermissionSetName;
|
498
494
|
/**
|
499
495
|
* The description of the PermissionSet.
|
500
496
|
*/
|
501
497
|
Description?: PermissionSetDescription;
|
502
498
|
/**
|
503
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
499
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
504
500
|
*/
|
505
501
|
InstanceArn: InstanceArn;
|
506
502
|
/**
|
507
|
-
* The
|
503
|
+
* The name of the PermissionSet.
|
508
504
|
*/
|
509
|
-
|
505
|
+
Name: PermissionSetName;
|
510
506
|
/**
|
511
507
|
* Used to redirect users within the application during the federation authentication process.
|
512
508
|
*/
|
513
509
|
RelayState?: RelayState;
|
510
|
+
/**
|
511
|
+
* The length of time that the application user sessions are valid in the ISO-8601 standard.
|
512
|
+
*/
|
513
|
+
SessionDuration?: Duration;
|
514
514
|
/**
|
515
515
|
* The tags to attach to the new PermissionSet.
|
516
516
|
*/
|
@@ -518,7 +518,7 @@ declare namespace SSOAdmin {
|
|
518
518
|
}
|
519
519
|
export interface CreatePermissionSetResponse {
|
520
520
|
/**
|
521
|
-
* Defines the level of access on an
|
521
|
+
* Defines the level of access on an Amazon Web Services account.
|
522
522
|
*/
|
523
523
|
PermissionSet?: PermissionSet;
|
524
524
|
}
|
@@ -536,29 +536,29 @@ declare namespace SSOAdmin {
|
|
536
536
|
export type _Date = Date;
|
537
537
|
export interface DeleteAccountAssignmentRequest {
|
538
538
|
/**
|
539
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
539
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
540
540
|
*/
|
541
541
|
InstanceArn: InstanceArn;
|
542
|
-
/**
|
543
|
-
* TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).
|
544
|
-
*/
|
545
|
-
TargetId: TargetId;
|
546
|
-
/**
|
547
|
-
* The entity type for which the assignment will be deleted.
|
548
|
-
*/
|
549
|
-
TargetType: TargetType;
|
550
542
|
/**
|
551
543
|
* The ARN of the permission set that will be used to remove access.
|
552
544
|
*/
|
553
545
|
PermissionSetArn: PermissionSetArn;
|
546
|
+
/**
|
547
|
+
* An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
|
548
|
+
*/
|
549
|
+
PrincipalId: PrincipalId;
|
554
550
|
/**
|
555
551
|
* The entity type for which the assignment will be deleted.
|
556
552
|
*/
|
557
553
|
PrincipalType: PrincipalType;
|
558
554
|
/**
|
559
|
-
*
|
555
|
+
* TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
|
560
556
|
*/
|
561
|
-
|
557
|
+
TargetId: TargetId;
|
558
|
+
/**
|
559
|
+
* The entity type for which the assignment will be deleted.
|
560
|
+
*/
|
561
|
+
TargetType: TargetType;
|
562
562
|
}
|
563
563
|
export interface DeleteAccountAssignmentResponse {
|
564
564
|
/**
|
@@ -568,7 +568,7 @@ declare namespace SSOAdmin {
|
|
568
568
|
}
|
569
569
|
export interface DeleteInlinePolicyFromPermissionSetRequest {
|
570
570
|
/**
|
571
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
571
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
572
572
|
*/
|
573
573
|
InstanceArn: InstanceArn;
|
574
574
|
/**
|
@@ -588,7 +588,7 @@ declare namespace SSOAdmin {
|
|
588
588
|
}
|
589
589
|
export interface DeletePermissionSetRequest {
|
590
590
|
/**
|
591
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
591
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
592
592
|
*/
|
593
593
|
InstanceArn: InstanceArn;
|
594
594
|
/**
|
@@ -611,14 +611,14 @@ declare namespace SSOAdmin {
|
|
611
611
|
export interface DeletePermissionsBoundaryFromPermissionSetResponse {
|
612
612
|
}
|
613
613
|
export interface DescribeAccountAssignmentCreationStatusRequest {
|
614
|
-
/**
|
615
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
|
616
|
-
*/
|
617
|
-
InstanceArn: InstanceArn;
|
618
614
|
/**
|
619
615
|
* The identifier that is used to track the request operation progress.
|
620
616
|
*/
|
621
617
|
AccountAssignmentCreationRequestId: UUId;
|
618
|
+
/**
|
619
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
620
|
+
*/
|
621
|
+
InstanceArn: InstanceArn;
|
622
622
|
}
|
623
623
|
export interface DescribeAccountAssignmentCreationStatusResponse {
|
624
624
|
/**
|
@@ -627,14 +627,14 @@ declare namespace SSOAdmin {
|
|
627
627
|
AccountAssignmentCreationStatus?: AccountAssignmentOperationStatus;
|
628
628
|
}
|
629
629
|
export interface DescribeAccountAssignmentDeletionStatusRequest {
|
630
|
-
/**
|
631
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
|
632
|
-
*/
|
633
|
-
InstanceArn: InstanceArn;
|
634
630
|
/**
|
635
631
|
* The identifier that is used to track the request operation progress.
|
636
632
|
*/
|
637
633
|
AccountAssignmentDeletionRequestId: UUId;
|
634
|
+
/**
|
635
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
636
|
+
*/
|
637
|
+
InstanceArn: InstanceArn;
|
638
638
|
}
|
639
639
|
export interface DescribeAccountAssignmentDeletionStatusResponse {
|
640
640
|
/**
|
@@ -649,6 +649,10 @@ declare namespace SSOAdmin {
|
|
649
649
|
InstanceArn: InstanceArn;
|
650
650
|
}
|
651
651
|
export interface DescribeInstanceAccessControlAttributeConfigurationResponse {
|
652
|
+
/**
|
653
|
+
* Gets the list of IAM Identity Center identity store attributes that have been added to your ABAC configuration.
|
654
|
+
*/
|
655
|
+
InstanceAccessControlAttributeConfiguration?: InstanceAccessControlAttributeConfiguration;
|
652
656
|
/**
|
653
657
|
* The status of the attribute configuration process.
|
654
658
|
*/
|
@@ -657,14 +661,10 @@ declare namespace SSOAdmin {
|
|
657
661
|
* Provides more details about the current status of the specified attribute.
|
658
662
|
*/
|
659
663
|
StatusReason?: InstanceAccessControlAttributeConfigurationStatusReason;
|
660
|
-
/**
|
661
|
-
* Gets the list of IAM Identity Center identity store attributes that have been added to your ABAC configuration.
|
662
|
-
*/
|
663
|
-
InstanceAccessControlAttributeConfiguration?: InstanceAccessControlAttributeConfiguration;
|
664
664
|
}
|
665
665
|
export interface DescribePermissionSetProvisioningStatusRequest {
|
666
666
|
/**
|
667
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
667
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
668
668
|
*/
|
669
669
|
InstanceArn: InstanceArn;
|
670
670
|
/**
|
@@ -680,7 +680,7 @@ declare namespace SSOAdmin {
|
|
680
680
|
}
|
681
681
|
export interface DescribePermissionSetRequest {
|
682
682
|
/**
|
683
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
683
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
684
684
|
*/
|
685
685
|
InstanceArn: InstanceArn;
|
686
686
|
/**
|
@@ -690,11 +690,15 @@ declare namespace SSOAdmin {
|
|
690
690
|
}
|
691
691
|
export interface DescribePermissionSetResponse {
|
692
692
|
/**
|
693
|
-
* Describes the level of access on an
|
693
|
+
* Describes the level of access on an Amazon Web Services account.
|
694
694
|
*/
|
695
695
|
PermissionSet?: PermissionSet;
|
696
696
|
}
|
697
697
|
export interface DetachCustomerManagedPolicyReferenceFromPermissionSetRequest {
|
698
|
+
/**
|
699
|
+
* Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.
|
700
|
+
*/
|
701
|
+
CustomerManagedPolicyReference: CustomerManagedPolicyReference;
|
698
702
|
/**
|
699
703
|
* The ARN of the IAM Identity Center instance under which the operation will be executed.
|
700
704
|
*/
|
@@ -703,33 +707,29 @@ declare namespace SSOAdmin {
|
|
703
707
|
* The ARN of the PermissionSet.
|
704
708
|
*/
|
705
709
|
PermissionSetArn: PermissionSetArn;
|
706
|
-
/**
|
707
|
-
* Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each AWS account where you want to deploy your permission set.
|
708
|
-
*/
|
709
|
-
CustomerManagedPolicyReference: CustomerManagedPolicyReference;
|
710
710
|
}
|
711
711
|
export interface DetachCustomerManagedPolicyReferenceFromPermissionSetResponse {
|
712
712
|
}
|
713
713
|
export interface DetachManagedPolicyFromPermissionSetRequest {
|
714
714
|
/**
|
715
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
715
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
716
716
|
*/
|
717
717
|
InstanceArn: InstanceArn;
|
718
718
|
/**
|
719
|
-
* The
|
719
|
+
* The Amazon Web Services managed policy ARN to be detached from a permission set.
|
720
720
|
*/
|
721
|
-
|
721
|
+
ManagedPolicyArn: ManagedPolicyArn;
|
722
722
|
/**
|
723
|
-
* The
|
723
|
+
* The ARN of the PermissionSet from which the policy should be detached.
|
724
724
|
*/
|
725
|
-
|
725
|
+
PermissionSetArn: PermissionSetArn;
|
726
726
|
}
|
727
727
|
export interface DetachManagedPolicyFromPermissionSetResponse {
|
728
728
|
}
|
729
729
|
export type Duration = string;
|
730
730
|
export interface GetInlinePolicyForPermissionSetRequest {
|
731
731
|
/**
|
732
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
732
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
733
733
|
*/
|
734
734
|
InstanceArn: InstanceArn;
|
735
735
|
/**
|
@@ -739,7 +739,7 @@ declare namespace SSOAdmin {
|
|
739
739
|
}
|
740
740
|
export interface GetInlinePolicyForPermissionSetResponse {
|
741
741
|
/**
|
742
|
-
* The inline policy that is attached to the permission set.
|
742
|
+
* The inline policy that is attached to the permission set. For Length Constraints, if a valid ARN is provided for a permission set, it is possible for an empty inline policy to be returned.
|
743
743
|
*/
|
744
744
|
InlinePolicy?: PermissionSetPolicyDocument;
|
745
745
|
}
|
@@ -771,18 +771,22 @@ declare namespace SSOAdmin {
|
|
771
771
|
export type InstanceArn = string;
|
772
772
|
export type InstanceList = InstanceMetadata[];
|
773
773
|
export interface InstanceMetadata {
|
774
|
-
/**
|
775
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
|
776
|
-
*/
|
777
|
-
InstanceArn?: InstanceArn;
|
778
774
|
/**
|
779
775
|
* The identifier of the identity store that is connected to the IAM Identity Center instance.
|
780
776
|
*/
|
781
777
|
IdentityStoreId?: Id;
|
778
|
+
/**
|
779
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
780
|
+
*/
|
781
|
+
InstanceArn?: InstanceArn;
|
782
782
|
}
|
783
783
|
export interface ListAccountAssignmentCreationStatusRequest {
|
784
784
|
/**
|
785
|
-
*
|
785
|
+
* Filters results based on the passed attribute value.
|
786
|
+
*/
|
787
|
+
Filter?: OperationStatusFilter;
|
788
|
+
/**
|
789
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
786
790
|
*/
|
787
791
|
InstanceArn: InstanceArn;
|
788
792
|
/**
|
@@ -793,10 +797,6 @@ declare namespace SSOAdmin {
|
|
793
797
|
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
794
798
|
*/
|
795
799
|
NextToken?: Token;
|
796
|
-
/**
|
797
|
-
* Filters results based on the passed attribute value.
|
798
|
-
*/
|
799
|
-
Filter?: OperationStatusFilter;
|
800
800
|
}
|
801
801
|
export interface ListAccountAssignmentCreationStatusResponse {
|
802
802
|
/**
|
@@ -810,7 +810,11 @@ declare namespace SSOAdmin {
|
|
810
810
|
}
|
811
811
|
export interface ListAccountAssignmentDeletionStatusRequest {
|
812
812
|
/**
|
813
|
-
*
|
813
|
+
* Filters results based on the passed attribute value.
|
814
|
+
*/
|
815
|
+
Filter?: OperationStatusFilter;
|
816
|
+
/**
|
817
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
814
818
|
*/
|
815
819
|
InstanceArn: InstanceArn;
|
816
820
|
/**
|
@@ -821,10 +825,6 @@ declare namespace SSOAdmin {
|
|
821
825
|
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
822
826
|
*/
|
823
827
|
NextToken?: Token;
|
824
|
-
/**
|
825
|
-
* Filters results based on the passed attribute value.
|
826
|
-
*/
|
827
|
-
Filter?: OperationStatusFilter;
|
828
828
|
}
|
829
829
|
export interface ListAccountAssignmentDeletionStatusResponse {
|
830
830
|
/**
|
@@ -838,17 +838,13 @@ declare namespace SSOAdmin {
|
|
838
838
|
}
|
839
839
|
export interface ListAccountAssignmentsRequest {
|
840
840
|
/**
|
841
|
-
* The
|
842
|
-
*/
|
843
|
-
InstanceArn: InstanceArn;
|
844
|
-
/**
|
845
|
-
* The identifier of the AWS account from which to list the assignments.
|
841
|
+
* The identifier of the Amazon Web Services account from which to list the assignments.
|
846
842
|
*/
|
847
843
|
AccountId: TargetId;
|
848
844
|
/**
|
849
|
-
* The ARN of the
|
845
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
850
846
|
*/
|
851
|
-
|
847
|
+
InstanceArn: InstanceArn;
|
852
848
|
/**
|
853
849
|
* The maximum number of results to display for the assignment.
|
854
850
|
*/
|
@@ -857,10 +853,14 @@ declare namespace SSOAdmin {
|
|
857
853
|
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
858
854
|
*/
|
859
855
|
NextToken?: Token;
|
856
|
+
/**
|
857
|
+
* The ARN of the permission set from which to list assignments.
|
858
|
+
*/
|
859
|
+
PermissionSetArn: PermissionSetArn;
|
860
860
|
}
|
861
861
|
export interface ListAccountAssignmentsResponse {
|
862
862
|
/**
|
863
|
-
* The list of assignments that match the input
|
863
|
+
* The list of assignments that match the input Amazon Web Services account and permission set.
|
864
864
|
*/
|
865
865
|
AccountAssignments?: AccountAssignmentList;
|
866
866
|
/**
|
@@ -870,17 +870,9 @@ declare namespace SSOAdmin {
|
|
870
870
|
}
|
871
871
|
export interface ListAccountsForProvisionedPermissionSetRequest {
|
872
872
|
/**
|
873
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
873
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
874
874
|
*/
|
875
875
|
InstanceArn: InstanceArn;
|
876
|
-
/**
|
877
|
-
* The ARN of the PermissionSet from which the associated AWS accounts will be listed.
|
878
|
-
*/
|
879
|
-
PermissionSetArn: PermissionSetArn;
|
880
|
-
/**
|
881
|
-
* The permission set provisioning status for an AWS account.
|
882
|
-
*/
|
883
|
-
ProvisioningStatus?: ProvisioningStatus;
|
884
876
|
/**
|
885
877
|
* The maximum number of results to display for the PermissionSet.
|
886
878
|
*/
|
@@ -889,10 +881,18 @@ declare namespace SSOAdmin {
|
|
889
881
|
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
890
882
|
*/
|
891
883
|
NextToken?: Token;
|
884
|
+
/**
|
885
|
+
* The ARN of the PermissionSet from which the associated Amazon Web Services accounts will be listed.
|
886
|
+
*/
|
887
|
+
PermissionSetArn: PermissionSetArn;
|
888
|
+
/**
|
889
|
+
* The permission set provisioning status for an Amazon Web Services account.
|
890
|
+
*/
|
891
|
+
ProvisioningStatus?: ProvisioningStatus;
|
892
892
|
}
|
893
893
|
export interface ListAccountsForProvisionedPermissionSetResponse {
|
894
894
|
/**
|
895
|
-
* The list of
|
895
|
+
* The list of Amazon Web Services AccountIds.
|
896
896
|
*/
|
897
897
|
AccountIds?: AccountList;
|
898
898
|
/**
|
@@ -905,10 +905,6 @@ declare namespace SSOAdmin {
|
|
905
905
|
* The ARN of the IAM Identity Center instance under which the operation will be executed.
|
906
906
|
*/
|
907
907
|
InstanceArn: InstanceArn;
|
908
|
-
/**
|
909
|
-
* The ARN of the PermissionSet.
|
910
|
-
*/
|
911
|
-
PermissionSetArn: PermissionSetArn;
|
912
908
|
/**
|
913
909
|
* The maximum number of results to display for the list call.
|
914
910
|
*/
|
@@ -917,6 +913,10 @@ declare namespace SSOAdmin {
|
|
917
913
|
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
918
914
|
*/
|
919
915
|
NextToken?: Token;
|
916
|
+
/**
|
917
|
+
* The ARN of the PermissionSet.
|
918
|
+
*/
|
919
|
+
PermissionSetArn: PermissionSetArn;
|
920
920
|
}
|
921
921
|
export interface ListCustomerManagedPolicyReferencesInPermissionSetResponse {
|
922
922
|
/**
|
@@ -950,13 +950,9 @@ declare namespace SSOAdmin {
|
|
950
950
|
}
|
951
951
|
export interface ListManagedPoliciesInPermissionSetRequest {
|
952
952
|
/**
|
953
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
953
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
954
954
|
*/
|
955
955
|
InstanceArn: InstanceArn;
|
956
|
-
/**
|
957
|
-
* The ARN of the PermissionSet whose managed policies will be listed.
|
958
|
-
*/
|
959
|
-
PermissionSetArn: PermissionSetArn;
|
960
956
|
/**
|
961
957
|
* The maximum number of results to display for the PermissionSet.
|
962
958
|
*/
|
@@ -965,6 +961,10 @@ declare namespace SSOAdmin {
|
|
965
961
|
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
966
962
|
*/
|
967
963
|
NextToken?: Token;
|
964
|
+
/**
|
965
|
+
* The ARN of the PermissionSet whose managed policies will be listed.
|
966
|
+
*/
|
967
|
+
PermissionSetArn: PermissionSetArn;
|
968
968
|
}
|
969
969
|
export interface ListManagedPoliciesInPermissionSetResponse {
|
970
970
|
/**
|
@@ -978,7 +978,11 @@ declare namespace SSOAdmin {
|
|
978
978
|
}
|
979
979
|
export interface ListPermissionSetProvisioningStatusRequest {
|
980
980
|
/**
|
981
|
-
*
|
981
|
+
* Filters results based on the passed attribute value.
|
982
|
+
*/
|
983
|
+
Filter?: OperationStatusFilter;
|
984
|
+
/**
|
985
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
982
986
|
*/
|
983
987
|
InstanceArn: InstanceArn;
|
984
988
|
/**
|
@@ -989,34 +993,26 @@ declare namespace SSOAdmin {
|
|
989
993
|
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
990
994
|
*/
|
991
995
|
NextToken?: Token;
|
992
|
-
/**
|
993
|
-
* Filters results based on the passed attribute value.
|
994
|
-
*/
|
995
|
-
Filter?: OperationStatusFilter;
|
996
996
|
}
|
997
997
|
export interface ListPermissionSetProvisioningStatusResponse {
|
998
|
-
/**
|
999
|
-
* The status object for the permission set provisioning operation.
|
1000
|
-
*/
|
1001
|
-
PermissionSetsProvisioningStatus?: PermissionSetProvisioningStatusList;
|
1002
998
|
/**
|
1003
999
|
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
1004
1000
|
*/
|
1005
1001
|
NextToken?: Token;
|
1006
|
-
}
|
1007
|
-
export interface ListPermissionSetsProvisionedToAccountRequest {
|
1008
1002
|
/**
|
1009
|
-
* The
|
1003
|
+
* The status object for the permission set provisioning operation.
|
1010
1004
|
*/
|
1011
|
-
|
1005
|
+
PermissionSetsProvisioningStatus?: PermissionSetProvisioningStatusList;
|
1006
|
+
}
|
1007
|
+
export interface ListPermissionSetsProvisionedToAccountRequest {
|
1012
1008
|
/**
|
1013
|
-
* The identifier of the
|
1009
|
+
* The identifier of the Amazon Web Services account from which to list the assignments.
|
1014
1010
|
*/
|
1015
1011
|
AccountId: AccountId;
|
1016
1012
|
/**
|
1017
|
-
* The
|
1013
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1018
1014
|
*/
|
1019
|
-
|
1015
|
+
InstanceArn: InstanceArn;
|
1020
1016
|
/**
|
1021
1017
|
* The maximum number of results to display for the assignment.
|
1022
1018
|
*/
|
@@ -1025,6 +1021,10 @@ declare namespace SSOAdmin {
|
|
1025
1021
|
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
1026
1022
|
*/
|
1027
1023
|
NextToken?: Token;
|
1024
|
+
/**
|
1025
|
+
* The status object for the permission set provisioning operation.
|
1026
|
+
*/
|
1027
|
+
ProvisioningStatus?: ProvisioningStatus;
|
1028
1028
|
}
|
1029
1029
|
export interface ListPermissionSetsProvisionedToAccountResponse {
|
1030
1030
|
/**
|
@@ -1032,57 +1032,57 @@ declare namespace SSOAdmin {
|
|
1032
1032
|
*/
|
1033
1033
|
NextToken?: Token;
|
1034
1034
|
/**
|
1035
|
-
* Defines the level of access that an
|
1035
|
+
* Defines the level of access that an Amazon Web Services account has.
|
1036
1036
|
*/
|
1037
1037
|
PermissionSets?: PermissionSetList;
|
1038
1038
|
}
|
1039
1039
|
export interface ListPermissionSetsRequest {
|
1040
1040
|
/**
|
1041
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
1041
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1042
1042
|
*/
|
1043
1043
|
InstanceArn: InstanceArn;
|
1044
|
-
/**
|
1045
|
-
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
1046
|
-
*/
|
1047
|
-
NextToken?: Token;
|
1048
1044
|
/**
|
1049
1045
|
* The maximum number of results to display for the assignment.
|
1050
1046
|
*/
|
1051
1047
|
MaxResults?: MaxResults;
|
1052
|
-
}
|
1053
|
-
export interface ListPermissionSetsResponse {
|
1054
1048
|
/**
|
1055
|
-
*
|
1049
|
+
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
1056
1050
|
*/
|
1057
|
-
|
1051
|
+
NextToken?: Token;
|
1052
|
+
}
|
1053
|
+
export interface ListPermissionSetsResponse {
|
1058
1054
|
/**
|
1059
1055
|
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
1060
1056
|
*/
|
1061
1057
|
NextToken?: Token;
|
1058
|
+
/**
|
1059
|
+
* Defines the level of access on an Amazon Web Services account.
|
1060
|
+
*/
|
1061
|
+
PermissionSets?: PermissionSetList;
|
1062
1062
|
}
|
1063
1063
|
export interface ListTagsForResourceRequest {
|
1064
1064
|
/**
|
1065
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
1065
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1066
1066
|
*/
|
1067
1067
|
InstanceArn: InstanceArn;
|
1068
|
+
/**
|
1069
|
+
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
1070
|
+
*/
|
1071
|
+
NextToken?: Token;
|
1068
1072
|
/**
|
1069
1073
|
* The ARN of the resource with the tags to be listed.
|
1070
1074
|
*/
|
1071
1075
|
ResourceArn: TaggableResourceArn;
|
1076
|
+
}
|
1077
|
+
export interface ListTagsForResourceResponse {
|
1072
1078
|
/**
|
1073
1079
|
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
1074
1080
|
*/
|
1075
1081
|
NextToken?: Token;
|
1076
|
-
}
|
1077
|
-
export interface ListTagsForResourceResponse {
|
1078
1082
|
/**
|
1079
1083
|
* A set of key-value pairs that are used to manage the resource.
|
1080
1084
|
*/
|
1081
1085
|
Tags?: TagList;
|
1082
|
-
/**
|
1083
|
-
* The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
|
1084
|
-
*/
|
1085
|
-
NextToken?: Token;
|
1086
1086
|
}
|
1087
1087
|
export type ManagedPolicyArn = string;
|
1088
1088
|
export type ManagedPolicyName = string;
|
@@ -1097,29 +1097,29 @@ declare namespace SSOAdmin {
|
|
1097
1097
|
}
|
1098
1098
|
export interface PermissionSet {
|
1099
1099
|
/**
|
1100
|
-
* The
|
1101
|
-
*/
|
1102
|
-
Name?: PermissionSetName;
|
1103
|
-
/**
|
1104
|
-
* The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
|
1100
|
+
* The date that the permission set was created.
|
1105
1101
|
*/
|
1106
|
-
|
1102
|
+
CreatedDate?: _Date;
|
1107
1103
|
/**
|
1108
1104
|
* The description of the PermissionSet.
|
1109
1105
|
*/
|
1110
1106
|
Description?: PermissionSetDescription;
|
1111
1107
|
/**
|
1112
|
-
* The
|
1108
|
+
* The name of the permission set.
|
1113
1109
|
*/
|
1114
|
-
|
1110
|
+
Name?: PermissionSetName;
|
1115
1111
|
/**
|
1116
|
-
* The
|
1112
|
+
* The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1117
1113
|
*/
|
1118
|
-
|
1114
|
+
PermissionSetArn?: PermissionSetArn;
|
1119
1115
|
/**
|
1120
1116
|
* Used to redirect users within the application during the federation authentication process.
|
1121
1117
|
*/
|
1122
1118
|
RelayState?: RelayState;
|
1119
|
+
/**
|
1120
|
+
* The length of time that the application user sessions are valid for in the ISO-8601 standard.
|
1121
|
+
*/
|
1122
|
+
SessionDuration?: Duration;
|
1123
1123
|
}
|
1124
1124
|
export type PermissionSetArn = string;
|
1125
1125
|
export type PermissionSetDescription = string;
|
@@ -1128,52 +1128,52 @@ declare namespace SSOAdmin {
|
|
1128
1128
|
export type PermissionSetPolicyDocument = string;
|
1129
1129
|
export interface PermissionSetProvisioningStatus {
|
1130
1130
|
/**
|
1131
|
-
* The
|
1131
|
+
* The identifier of the Amazon Web Services account from which to list the assignments.
|
1132
1132
|
*/
|
1133
|
-
|
1133
|
+
AccountId?: AccountId;
|
1134
1134
|
/**
|
1135
|
-
* The
|
1135
|
+
* The date that the permission set was created.
|
1136
1136
|
*/
|
1137
|
-
|
1137
|
+
CreatedDate?: _Date;
|
1138
1138
|
/**
|
1139
|
-
* The
|
1139
|
+
* The message that contains an error or exception in case of an operation failure.
|
1140
1140
|
*/
|
1141
|
-
|
1141
|
+
FailureReason?: Reason;
|
1142
1142
|
/**
|
1143
|
-
* The ARN of the permission set that is being provisioned. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
1143
|
+
* The ARN of the permission set that is being provisioned. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1144
1144
|
*/
|
1145
1145
|
PermissionSetArn?: PermissionSetArn;
|
1146
1146
|
/**
|
1147
|
-
* The
|
1147
|
+
* The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
|
1148
1148
|
*/
|
1149
|
-
|
1149
|
+
RequestId?: UUId;
|
1150
1150
|
/**
|
1151
|
-
* The
|
1151
|
+
* The status of the permission set provisioning process.
|
1152
1152
|
*/
|
1153
|
-
|
1153
|
+
Status?: StatusValues;
|
1154
1154
|
}
|
1155
1155
|
export type PermissionSetProvisioningStatusList = PermissionSetProvisioningStatusMetadata[];
|
1156
1156
|
export interface PermissionSetProvisioningStatusMetadata {
|
1157
1157
|
/**
|
1158
|
-
* The
|
1158
|
+
* The date that the permission set was created.
|
1159
1159
|
*/
|
1160
|
-
|
1160
|
+
CreatedDate?: _Date;
|
1161
1161
|
/**
|
1162
1162
|
* The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.
|
1163
1163
|
*/
|
1164
1164
|
RequestId?: UUId;
|
1165
1165
|
/**
|
1166
|
-
* The
|
1166
|
+
* The status of the permission set provisioning process.
|
1167
1167
|
*/
|
1168
|
-
|
1168
|
+
Status?: StatusValues;
|
1169
1169
|
}
|
1170
1170
|
export interface PermissionsBoundary {
|
1171
1171
|
/**
|
1172
|
-
* Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each
|
1172
|
+
* Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.
|
1173
1173
|
*/
|
1174
1174
|
CustomerManagedPolicyReference?: CustomerManagedPolicyReference;
|
1175
1175
|
/**
|
1176
|
-
* The
|
1176
|
+
* The Amazon Web Services managed policy ARN that you want to attach to a permission set as a permissions boundary.
|
1177
1177
|
*/
|
1178
1178
|
ManagedPolicyArn?: ManagedPolicyArn;
|
1179
1179
|
}
|
@@ -1181,7 +1181,7 @@ declare namespace SSOAdmin {
|
|
1181
1181
|
export type PrincipalType = "USER"|"GROUP"|string;
|
1182
1182
|
export interface ProvisionPermissionSetRequest {
|
1183
1183
|
/**
|
1184
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
1184
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1185
1185
|
*/
|
1186
1186
|
InstanceArn: InstanceArn;
|
1187
1187
|
/**
|
@@ -1189,7 +1189,7 @@ declare namespace SSOAdmin {
|
|
1189
1189
|
*/
|
1190
1190
|
PermissionSetArn: PermissionSetArn;
|
1191
1191
|
/**
|
1192
|
-
* TargetID is an
|
1192
|
+
* TargetID is an Amazon Web Services account identifier, (For example, 123456789012).
|
1193
1193
|
*/
|
1194
1194
|
TargetId?: TargetId;
|
1195
1195
|
/**
|
@@ -1207,17 +1207,17 @@ declare namespace SSOAdmin {
|
|
1207
1207
|
export type ProvisioningStatus = "LATEST_PERMISSION_SET_PROVISIONED"|"LATEST_PERMISSION_SET_NOT_PROVISIONED"|string;
|
1208
1208
|
export interface PutInlinePolicyToPermissionSetRequest {
|
1209
1209
|
/**
|
1210
|
-
* The
|
1210
|
+
* The inline policy to attach to a PermissionSet.
|
1211
|
+
*/
|
1212
|
+
InlinePolicy: PermissionSetPolicyDocument;
|
1213
|
+
/**
|
1214
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1211
1215
|
*/
|
1212
1216
|
InstanceArn: InstanceArn;
|
1213
1217
|
/**
|
1214
1218
|
* The ARN of the permission set.
|
1215
1219
|
*/
|
1216
1220
|
PermissionSetArn: PermissionSetArn;
|
1217
|
-
/**
|
1218
|
-
* The inline policy to attach to a PermissionSet.
|
1219
|
-
*/
|
1220
|
-
InlinePolicy: PermissionSetPolicyDocument;
|
1221
1221
|
}
|
1222
1222
|
export interface PutInlinePolicyToPermissionSetResponse {
|
1223
1223
|
}
|
@@ -1255,7 +1255,7 @@ declare namespace SSOAdmin {
|
|
1255
1255
|
export type TagList = Tag[];
|
1256
1256
|
export interface TagResourceRequest {
|
1257
1257
|
/**
|
1258
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
1258
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1259
1259
|
*/
|
1260
1260
|
InstanceArn: InstanceArn;
|
1261
1261
|
/**
|
@@ -1277,7 +1277,7 @@ declare namespace SSOAdmin {
|
|
1277
1277
|
export type UUId = string;
|
1278
1278
|
export interface UntagResourceRequest {
|
1279
1279
|
/**
|
1280
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and
|
1280
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1281
1281
|
*/
|
1282
1282
|
InstanceArn: InstanceArn;
|
1283
1283
|
/**
|
@@ -1292,20 +1292,24 @@ declare namespace SSOAdmin {
|
|
1292
1292
|
export interface UntagResourceResponse {
|
1293
1293
|
}
|
1294
1294
|
export interface UpdateInstanceAccessControlAttributeConfigurationRequest {
|
1295
|
-
/**
|
1296
|
-
* The ARN of the IAM Identity Center instance under which the operation will be executed.
|
1297
|
-
*/
|
1298
|
-
InstanceArn: InstanceArn;
|
1299
1295
|
/**
|
1300
1296
|
* Updates the attributes for your ABAC configuration.
|
1301
1297
|
*/
|
1302
1298
|
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfiguration;
|
1299
|
+
/**
|
1300
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed.
|
1301
|
+
*/
|
1302
|
+
InstanceArn: InstanceArn;
|
1303
1303
|
}
|
1304
1304
|
export interface UpdateInstanceAccessControlAttributeConfigurationResponse {
|
1305
1305
|
}
|
1306
1306
|
export interface UpdatePermissionSetRequest {
|
1307
1307
|
/**
|
1308
|
-
* The
|
1308
|
+
* The description of the PermissionSet.
|
1309
|
+
*/
|
1310
|
+
Description?: PermissionSetDescription;
|
1311
|
+
/**
|
1312
|
+
* The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
|
1309
1313
|
*/
|
1310
1314
|
InstanceArn: InstanceArn;
|
1311
1315
|
/**
|
@@ -1313,17 +1317,13 @@ declare namespace SSOAdmin {
|
|
1313
1317
|
*/
|
1314
1318
|
PermissionSetArn: PermissionSetArn;
|
1315
1319
|
/**
|
1316
|
-
*
|
1320
|
+
* Used to redirect users within the application during the federation authentication process.
|
1317
1321
|
*/
|
1318
|
-
|
1322
|
+
RelayState?: RelayState;
|
1319
1323
|
/**
|
1320
1324
|
* The length of time that the application user sessions are valid for in the ISO-8601 standard.
|
1321
1325
|
*/
|
1322
1326
|
SessionDuration?: Duration;
|
1323
|
-
/**
|
1324
|
-
* Used to redirect users within the application during the federation authentication process.
|
1325
|
-
*/
|
1326
|
-
RelayState?: RelayState;
|
1327
1327
|
}
|
1328
1328
|
export interface UpdatePermissionSetResponse {
|
1329
1329
|
}
|