|
3456 | 3456 | }
|
3457 | 3457 | }
|
3458 | 3458 | },
|
| 3459 | + "DescribeWorkspaceDirectoriesFilter":{ |
| 3460 | + "type":"structure", |
| 3461 | + "required":[ |
| 3462 | + "Name", |
| 3463 | + "Values" |
| 3464 | + ], |
| 3465 | + "members":{ |
| 3466 | + "Name":{ |
| 3467 | + "shape":"DescribeWorkspaceDirectoriesFilterName", |
| 3468 | + "documentation":"<p>The name of the WorkSpaces to filter.</p>" |
| 3469 | + }, |
| 3470 | + "Values":{ |
| 3471 | + "shape":"DescribeWorkspaceDirectoriesFilterValues", |
| 3472 | + "documentation":"<p>The values for filtering WorkSpaces</p>" |
| 3473 | + } |
| 3474 | + }, |
| 3475 | + "documentation":"<p>Describes the filter conditions for the WorkSpaces to return.</p>" |
| 3476 | + }, |
| 3477 | + "DescribeWorkspaceDirectoriesFilterList":{ |
| 3478 | + "type":"list", |
| 3479 | + "member":{"shape":"DescribeWorkspaceDirectoriesFilter"}, |
| 3480 | + "max":25, |
| 3481 | + "min":1 |
| 3482 | + }, |
| 3483 | + "DescribeWorkspaceDirectoriesFilterName":{ |
| 3484 | + "type":"string", |
| 3485 | + "enum":[ |
| 3486 | + "USER_IDENTITY_TYPE", |
| 3487 | + "WORKSPACE_TYPE" |
| 3488 | + ] |
| 3489 | + }, |
| 3490 | + "DescribeWorkspaceDirectoriesFilterValue":{ |
| 3491 | + "type":"string", |
| 3492 | + "pattern":"^[0-9a-zA-Z\\*\\.\\\\/\\?-_]{0,64}$" |
| 3493 | + }, |
| 3494 | + "DescribeWorkspaceDirectoriesFilterValues":{ |
| 3495 | + "type":"list", |
| 3496 | + "member":{"shape":"DescribeWorkspaceDirectoriesFilterValue"}, |
| 3497 | + "max":25, |
| 3498 | + "min":1 |
| 3499 | + }, |
3459 | 3500 | "DescribeWorkspaceDirectoriesRequest":{
|
3460 | 3501 | "type":"structure",
|
3461 | 3502 | "members":{
|
|
3474 | 3515 | "NextToken":{
|
3475 | 3516 | "shape":"PaginationToken",
|
3476 | 3517 | "documentation":"<p>If you received a <code>NextToken</code> from a previous call that was paginated, provide this token to receive the next set of results.</p>"
|
| 3518 | + }, |
| 3519 | + "Filters":{ |
| 3520 | + "shape":"DescribeWorkspaceDirectoriesFilterList", |
| 3521 | + "documentation":"<p>The filter condition for the WorkSpaces.</p>" |
3477 | 3522 | }
|
3478 | 3523 | }
|
3479 | 3524 | },
|
|
4005 | 4050 | }
|
4006 | 4051 | }
|
4007 | 4052 | },
|
| 4053 | + "IDCConfig":{ |
| 4054 | + "type":"structure", |
| 4055 | + "members":{ |
| 4056 | + "InstanceArn":{ |
| 4057 | + "shape":"ARN", |
| 4058 | + "documentation":"<p>The Amazon Resource Name (ARN) of the identity center instance.</p>" |
| 4059 | + }, |
| 4060 | + "ApplicationArn":{ |
| 4061 | + "shape":"ARN", |
| 4062 | + "documentation":"<p>The Amazon Resource Name (ARN) of the application.</p>" |
| 4063 | + } |
| 4064 | + }, |
| 4065 | + "documentation":"<p>Specifies the configurations of the identity center.</p>" |
| 4066 | + }, |
4008 | 4067 | "IdleDisconnectTimeoutInSeconds":{
|
4009 | 4068 | "type":"integer",
|
4010 | 4069 | "max":36000,
|
|
4445 | 4504 | "type":"integer",
|
4446 | 4505 | "min":0
|
4447 | 4506 | },
|
| 4507 | + "MicrosoftEntraConfig":{ |
| 4508 | + "type":"structure", |
| 4509 | + "members":{ |
| 4510 | + "TenantId":{ |
| 4511 | + "shape":"MicrosoftEntraConfigTenantId", |
| 4512 | + "documentation":"<p>The identifier of the tenant.</p>" |
| 4513 | + }, |
| 4514 | + "ApplicationConfigSecretArn":{ |
| 4515 | + "shape":"SecretsManagerArn", |
| 4516 | + "documentation":"<p>The Amazon Resource Name (ARN) of the application config.</p>" |
| 4517 | + } |
| 4518 | + }, |
| 4519 | + "documentation":"<p>Specifies the configurations of the Microsoft Entra.</p>" |
| 4520 | + }, |
| 4521 | + "MicrosoftEntraConfigTenantId":{ |
| 4522 | + "type":"string", |
| 4523 | + "pattern":"^[a-zA-Z0-9-]{1,100}$" |
| 4524 | + }, |
4448 | 4525 | "MigrateWorkspaceRequest":{
|
4449 | 4526 | "type":"structure",
|
4450 | 4527 | "required":[
|
|
4976 | 5053 | "shape":"UserIdentityType",
|
4977 | 5054 | "documentation":"<p>The type of identity management the user is using.</p>"
|
4978 | 5055 | },
|
| 5056 | + "IdcInstanceArn":{ |
| 5057 | + "shape":"ARN", |
| 5058 | + "documentation":"<p>The Amazon Resource Name (ARN) of the identity center instance.</p>" |
| 5059 | + }, |
| 5060 | + "MicrosoftEntraConfig":{ |
| 5061 | + "shape":"MicrosoftEntraConfig", |
| 5062 | + "documentation":"<p>The details about Microsoft Entra config.</p>" |
| 5063 | + }, |
4979 | 5064 | "WorkspaceType":{
|
4980 | 5065 | "shape":"WorkspaceType",
|
4981 | 5066 | "documentation":"<p>Indicates whether the directory's WorkSpace type is personal or pools.</p>"
|
|
5869 | 5954 | "type":"string",
|
5870 | 5955 | "enum":[
|
5871 | 5956 | "CUSTOMER_MANAGED",
|
5872 |
| - "AWS_DIRECTORY_SERVICE" |
| 5957 | + "AWS_DIRECTORY_SERVICE", |
| 5958 | + "AWS_IAM_IDENTITY_CENTER" |
5873 | 5959 | ]
|
5874 | 5960 | },
|
5875 | 5961 | "UserName":{
|
|
6364 | 6450 | "shape":"CertificateBasedAuthProperties",
|
6365 | 6451 | "documentation":"<p>The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory for WorkSpaces login.</p>"
|
6366 | 6452 | },
|
| 6453 | + "MicrosoftEntraConfig":{ |
| 6454 | + "shape":"MicrosoftEntraConfig", |
| 6455 | + "documentation":"<p>Specifies details about Microsoft Entra configurations.</p>" |
| 6456 | + }, |
6367 | 6457 | "WorkspaceDirectoryName":{
|
6368 | 6458 | "shape":"WorkspaceDirectoryName",
|
6369 | 6459 | "documentation":"<p>The name fo the WorkSpace directory.</p>"
|
|
6380 | 6470 | "shape":"WorkspaceType",
|
6381 | 6471 | "documentation":"<p>Indicates whether the directory's WorkSpace type is personal or pools.</p>"
|
6382 | 6472 | },
|
| 6473 | + "IDCConfig":{ |
| 6474 | + "shape":"IDCConfig", |
| 6475 | + "documentation":"<p>Specifies details about identity center configurations.</p>" |
| 6476 | + }, |
6383 | 6477 | "ActiveDirectoryConfig":{
|
6384 | 6478 | "shape":"ActiveDirectoryConfig",
|
6385 | 6479 | "documentation":"<p>Information about the Active Directory config.</p>"
|
|
6424 | 6518 | "enum":[
|
6425 | 6519 | "SIMPLE_AD",
|
6426 | 6520 | "AD_CONNECTOR",
|
6427 |
| - "CUSTOMER_MANAGED" |
| 6521 | + "CUSTOMER_MANAGED", |
| 6522 | + "AWS_IAM_IDENTITY_CENTER" |
6428 | 6523 | ]
|
6429 | 6524 | },
|
6430 | 6525 | "WorkspaceErrorCode":{"type":"string"},
|
|
0 commit comments