UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

2,028 lines 43.8 kB
{ "version": "2.0", "metadata": { "apiVersion": "2015-04-08", "endpointPrefix": "workspaces", "jsonVersion": "1.1", "protocol": "json", "serviceFullName": "Amazon WorkSpaces", "serviceId": "WorkSpaces", "signatureVersion": "v4", "targetPrefix": "WorkspacesService", "uid": "workspaces-2015-04-08" }, "operations": { "AssociateConnectionAlias": { "input": { "type": "structure", "required": [ "AliasId", "ResourceId" ], "members": { "AliasId": {}, "ResourceId": {} } }, "output": { "type": "structure", "members": { "ConnectionIdentifier": {} } } }, "AssociateIpGroups": { "input": { "type": "structure", "required": [ "DirectoryId", "GroupIds" ], "members": { "DirectoryId": {}, "GroupIds": { "shape": "S8" } } }, "output": { "type": "structure", "members": {} } }, "AuthorizeIpRules": { "input": { "type": "structure", "required": [ "GroupId", "UserRules" ], "members": { "GroupId": {}, "UserRules": { "shape": "Sc" } } }, "output": { "type": "structure", "members": {} } }, "CopyWorkspaceImage": { "input": { "type": "structure", "required": [ "Name", "SourceImageId", "SourceRegion" ], "members": { "Name": {}, "Description": {}, "SourceImageId": {}, "SourceRegion": {}, "Tags": { "shape": "Sm" } } }, "output": { "type": "structure", "members": { "ImageId": {} } } }, "CreateConnectClientAddIn": { "input": { "type": "structure", "required": [ "ResourceId", "Name", "URL" ], "members": { "ResourceId": {}, "Name": {}, "URL": {} } }, "output": { "type": "structure", "members": { "AddInId": {} } } }, "CreateConnectionAlias": { "input": { "type": "structure", "required": [ "ConnectionString" ], "members": { "ConnectionString": {}, "Tags": { "shape": "Sm" } } }, "output": { "type": "structure", "members": { "AliasId": {} } } }, "CreateIpGroup": { "input": { "type": "structure", "required": [ "GroupName" ], "members": { "GroupName": {}, "GroupDesc": {}, "UserRules": { "shape": "Sc" }, "Tags": { "shape": "Sm" } } }, "output": { "type": "structure", "members": { "GroupId": {} } } }, "CreateStandbyWorkspaces": { "input": { "type": "structure", "required": [ "PrimaryRegion", "StandbyWorkspaces" ], "members": { "PrimaryRegion": {}, "StandbyWorkspaces": { "type": "list", "member": { "shape": "S15" } } } }, "output": { "type": "structure", "members": { "FailedStandbyRequests": { "type": "list", "member": { "type": "structure", "members": { "StandbyWorkspaceRequest": { "shape": "S15" }, "ErrorCode": {}, "ErrorMessage": {} } } }, "PendingStandbyRequests": { "type": "list", "member": { "type": "structure", "members": { "UserName": {}, "DirectoryId": {}, "State": {}, "WorkspaceId": {} } } } } } }, "CreateTags": { "input": { "type": "structure", "required": [ "ResourceId", "Tags" ], "members": { "ResourceId": {}, "Tags": { "shape": "Sm" } } }, "output": { "type": "structure", "members": {} } }, "CreateUpdatedWorkspaceImage": { "input": { "type": "structure", "required": [ "Name", "Description", "SourceImageId" ], "members": { "Name": {}, "Description": {}, "SourceImageId": {}, "Tags": { "shape": "Sm" } } }, "output": { "type": "structure", "members": { "ImageId": {} } } }, "CreateWorkspaceBundle": { "input": { "type": "structure", "required": [ "BundleName", "BundleDescription", "ImageId", "ComputeType", "UserStorage" ], "members": { "BundleName": {}, "BundleDescription": {}, "ImageId": {}, "ComputeType": { "shape": "S1o" }, "UserStorage": { "shape": "S1q" }, "RootStorage": { "shape": "S1r" }, "Tags": { "shape": "Sm" } } }, "output": { "type": "structure", "members": { "WorkspaceBundle": { "shape": "S1t" } } } }, "CreateWorkspaceImage": { "input": { "type": "structure", "required": [ "Name", "Description", "WorkspaceId" ], "members": { "Name": {}, "Description": {}, "WorkspaceId": {}, "Tags": { "shape": "Sm" } } }, "output": { "type": "structure", "members": { "ImageId": {}, "Name": {}, "Description": {}, "OperatingSystem": { "shape": "S21" }, "State": {}, "RequiredTenancy": {}, "Created": { "type": "timestamp" }, "OwnerAccountId": {} } } }, "CreateWorkspaces": { "input": { "type": "structure", "required": [ "Workspaces" ], "members": { "Workspaces": { "type": "list", "member": { "shape": "S28" } } } }, "output": { "type": "structure", "members": { "FailedRequests": { "type": "list", "member": { "type": "structure", "members": { "WorkspaceRequest": { "shape": "S28" }, "ErrorCode": {}, "ErrorMessage": {} } } }, "PendingRequests": { "shape": "S2l" } } } }, "DeleteClientBranding": { "input": { "type": "structure", "required": [ "ResourceId", "Platforms" ], "members": { "ResourceId": {}, "Platforms": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": {} } }, "DeleteConnectClientAddIn": { "input": { "type": "structure", "required": [ "AddInId", "ResourceId" ], "members": { "AddInId": {}, "ResourceId": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteConnectionAlias": { "input": { "type": "structure", "required": [ "AliasId" ], "members": { "AliasId": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteIpGroup": { "input": { "type": "structure", "required": [ "GroupId" ], "members": { "GroupId": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteTags": { "input": { "type": "structure", "required": [ "ResourceId", "TagKeys" ], "members": { "ResourceId": {}, "TagKeys": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": {} } }, "DeleteWorkspaceBundle": { "input": { "type": "structure", "members": { "BundleId": {} } }, "output": { "type": "structure", "members": {} } }, "DeleteWorkspaceImage": { "input": { "type": "structure", "required": [ "ImageId" ], "members": { "ImageId": {} } }, "output": { "type": "structure", "members": {} } }, "DeregisterWorkspaceDirectory": { "input": { "type": "structure", "required": [ "DirectoryId" ], "members": { "DirectoryId": {} } }, "output": { "type": "structure", "members": {} } }, "DescribeAccount": { "input": { "type": "structure", "members": {} }, "output": { "type": "structure", "members": { "DedicatedTenancySupport": {}, "DedicatedTenancyManagementCidrRange": {} } } }, "DescribeAccountModifications": { "input": { "type": "structure", "members": { "NextToken": {} } }, "output": { "type": "structure", "members": { "AccountModifications": { "type": "list", "member": { "type": "structure", "members": { "ModificationState": {}, "DedicatedTenancySupport": {}, "DedicatedTenancyManagementCidrRange": {}, "StartTime": { "type": "timestamp" }, "ErrorCode": {}, "ErrorMessage": {} } } }, "NextToken": {} } } }, "DescribeClientBranding": { "input": { "type": "structure", "required": [ "ResourceId" ], "members": { "ResourceId": {} } }, "output": { "type": "structure", "members": { "DeviceTypeWindows": { "shape": "S3s" }, "DeviceTypeOsx": { "shape": "S3s" }, "DeviceTypeAndroid": { "shape": "S3s" }, "DeviceTypeIos": { "shape": "S3y" }, "DeviceTypeLinux": { "shape": "S3s" }, "DeviceTypeWeb": { "shape": "S3s" } } } }, "DescribeClientProperties": { "input": { "type": "structure", "required": [ "ResourceIds" ], "members": { "ResourceIds": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "ClientPropertiesList": { "type": "list", "member": { "type": "structure", "members": { "ResourceId": {}, "ClientProperties": { "shape": "S44" } } } } } } }, "DescribeConnectClientAddIns": { "input": { "type": "structure", "required": [ "ResourceId" ], "members": { "ResourceId": {}, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "AddIns": { "type": "list", "member": { "type": "structure", "members": { "AddInId": {}, "ResourceId": {}, "Name": {}, "URL": {} } } }, "NextToken": {} } } }, "DescribeConnectionAliasPermissions": { "input": { "type": "structure", "required": [ "AliasId" ], "members": { "AliasId": {}, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "AliasId": {}, "ConnectionAliasPermissions": { "type": "list", "member": { "shape": "S4f" } }, "NextToken": {} } } }, "DescribeConnectionAliases": { "input": { "type": "structure", "members": { "AliasIds": { "type": "list", "member": {} }, "ResourceId": {}, "Limit": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "ConnectionAliases": { "type": "list", "member": { "type": "structure", "members": { "ConnectionString": {}, "AliasId": {}, "State": {}, "OwnerAccountId": {}, "Associations": { "type": "list", "member": { "type": "structure", "members": { "AssociationStatus": {}, "AssociatedAccountId": {}, "ResourceId": {}, "ConnectionIdentifier": {} } } } } } }, "NextToken": {} } } }, "DescribeIpGroups": { "input": { "type": "structure", "members": { "GroupIds": { "shape": "S8" }, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "Result": { "type": "list", "member": { "type": "structure", "members": { "groupId": {}, "groupName": {}, "groupDesc": {}, "userRules": { "shape": "Sc" } } } }, "NextToken": {} } } }, "DescribeTags": { "input": { "type": "structure", "required": [ "ResourceId" ], "members": { "ResourceId": {} } }, "output": { "type": "structure", "members": { "TagList": { "shape": "Sm" } } } }, "DescribeWorkspaceBundles": { "input": { "type": "structure", "members": { "BundleIds": { "type": "list", "member": {} }, "Owner": {}, "NextToken": {} } }, "output": { "type": "structure", "members": { "Bundles": { "type": "list", "member": { "shape": "S1t" } }, "NextToken": {} } } }, "DescribeWorkspaceDirectories": { "input": { "type": "structure", "members": { "DirectoryIds": { "type": "list", "member": {} }, "Limit": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "Directories": { "type": "list", "member": { "type": "structure", "members": { "DirectoryId": {}, "Alias": {}, "DirectoryName": {}, "RegistrationCode": {}, "SubnetIds": { "shape": "S57" }, "DnsIpAddresses": { "type": "list", "member": {} }, "CustomerUserName": {}, "IamRoleId": {}, "DirectoryType": {}, "WorkspaceSecurityGroupId": {}, "State": {}, "WorkspaceCreationProperties": { "type": "structure", "members": { "EnableWorkDocs": { "type": "boolean" }, "EnableInternetAccess": { "type": "boolean" }, "DefaultOu": {}, "CustomSecurityGroupId": {}, "UserEnabledAsLocalAdministrator": { "type": "boolean" }, "EnableMaintenanceMode": { "type": "boolean" } } }, "ipGroupIds": { "shape": "S8" }, "WorkspaceAccessProperties": { "shape": "S5f" }, "Tenancy": {}, "SelfservicePermissions": { "shape": "S5i" }, "SamlProperties": { "shape": "S5j" }, "CertificateBasedAuthProperties": { "shape": "S5m" } } } }, "NextToken": {} } } }, "DescribeWorkspaceImagePermissions": { "input": { "type": "structure", "required": [ "ImageId" ], "members": { "ImageId": {}, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "ImageId": {}, "ImagePermissions": { "type": "list", "member": { "type": "structure", "members": { "SharedAccountId": {} } } }, "NextToken": {} } } }, "DescribeWorkspaceImages": { "input": { "type": "structure", "members": { "ImageIds": { "type": "list", "member": {} }, "ImageType": {}, "NextToken": {}, "MaxResults": { "type": "integer" } } }, "output": { "type": "structure", "members": { "Images": { "type": "list", "member": { "type": "structure", "members": { "ImageId": {}, "Name": {}, "Description": {}, "OperatingSystem": { "shape": "S21" }, "State": {}, "RequiredTenancy": {}, "ErrorCode": {}, "ErrorMessage": {}, "Created": { "type": "timestamp" }, "OwnerAccountId": {}, "Updates": { "type": "structure", "members": { "UpdateAvailable": { "type": "boolean" }, "Description": {} } } } } }, "NextToken": {} } } }, "DescribeWorkspaceSnapshots": { "input": { "type": "structure", "required": [ "WorkspaceId" ], "members": { "WorkspaceId": {} } }, "output": { "type": "structure", "members": { "RebuildSnapshots": { "shape": "S64" }, "RestoreSnapshots": { "shape": "S64" } } } }, "DescribeWorkspaces": { "input": { "type": "structure", "members": { "WorkspaceIds": { "shape": "S67" }, "DirectoryId": {}, "UserName": {}, "BundleId": {}, "Limit": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "Workspaces": { "shape": "S2l" }, "NextToken": {} } } }, "DescribeWorkspacesConnectionStatus": { "input": { "type": "structure", "members": { "WorkspaceIds": { "shape": "S67" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "WorkspacesConnectionStatus": { "type": "list", "member": { "type": "structure", "members": { "WorkspaceId": {}, "ConnectionState": {}, "ConnectionStateCheckTimestamp": { "type": "timestamp" }, "LastKnownUserConnectionTimestamp": { "type": "timestamp" } } } }, "NextToken": {} } } }, "DisassociateConnectionAlias": { "input": { "type": "structure", "required": [ "AliasId" ], "members": { "AliasId": {} } }, "output": { "type": "structure", "members": {} } }, "DisassociateIpGroups": { "input": { "type": "structure", "required": [ "DirectoryId", "GroupIds" ], "members": { "DirectoryId": {}, "GroupIds": { "shape": "S8" } } }, "output": { "type": "structure", "members": {} } }, "ImportClientBranding": { "input": { "type": "structure", "required": [ "ResourceId" ], "members": { "ResourceId": {}, "DeviceTypeWindows": { "shape": "S6j" }, "DeviceTypeOsx": { "shape": "S6j" }, "DeviceTypeAndroid": { "shape": "S6j" }, "DeviceTypeIos": { "type": "structure", "members": { "Logo": { "type": "blob" }, "Logo2x": { "type": "blob" }, "Logo3x": { "type": "blob" }, "SupportEmail": {}, "SupportLink": {}, "ForgotPasswordLink": {}, "LoginMessage": { "shape": "S3v" } } }, "DeviceTypeLinux": { "shape": "S6j" }, "DeviceTypeWeb": { "shape": "S6j" } } }, "output": { "type": "structure", "members": { "DeviceTypeWindows": { "shape": "S3s" }, "DeviceTypeOsx": { "shape": "S3s" }, "DeviceTypeAndroid": { "shape": "S3s" }, "DeviceTypeIos": { "shape": "S3y" }, "DeviceTypeLinux": { "shape": "S3s" }, "DeviceTypeWeb": { "shape": "S3s" } } } }, "ImportWorkspaceImage": { "input": { "type": "structure", "required": [ "Ec2ImageId", "IngestionProcess", "ImageName", "ImageDescription" ], "members": { "Ec2ImageId": {}, "IngestionProcess": {}, "ImageName": {}, "ImageDescription": {}, "Tags": { "shape": "Sm" }, "Applications": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": { "ImageId": {} } } }, "ListAvailableManagementCidrRanges": { "input": { "type": "structure", "required": [ "ManagementCidrRangeConstraint" ], "members": { "ManagementCidrRangeConstraint": {}, "MaxResults": { "type": "integer" }, "NextToken": {} } }, "output": { "type": "structure", "members": { "ManagementCidrRanges": { "type": "list", "member": {} }, "NextToken": {} } } }, "MigrateWorkspace": { "input": { "type": "structure", "required": [ "SourceWorkspaceId", "BundleId" ], "members": { "SourceWorkspaceId": {}, "BundleId": {} } }, "output": { "type": "structure", "members": { "SourceWorkspaceId": {}, "TargetWorkspaceId": {} } } }, "ModifyAccount": { "input": { "type": "structure", "members": { "DedicatedTenancySupport": {}, "DedicatedTenancyManagementCidrRange": {} } }, "output": { "type": "structure", "members": {} } }, "ModifyCertificateBasedAuthProperties": { "input": { "type": "structure", "required": [ "ResourceId" ], "members": { "ResourceId": {}, "CertificateBasedAuthProperties": { "shape": "S5m" }, "PropertiesToDelete": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": {} } }, "ModifyClientProperties": { "input": { "type": "structure", "required": [ "ResourceId", "ClientProperties" ], "members": { "ResourceId": {}, "ClientProperties": { "shape": "S44" } } }, "output": { "type": "structure", "members": {} } }, "ModifySamlProperties": { "input": { "type": "structure", "required": [ "ResourceId" ], "members": { "ResourceId": {}, "SamlProperties": { "shape": "S5j" }, "PropertiesToDelete": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": {} } }, "ModifySelfservicePermissions": { "input": { "type": "structure", "required": [ "ResourceId", "SelfservicePermissions" ], "members": { "ResourceId": {}, "SelfservicePermissions": { "shape": "S5i" } } }, "output": { "type": "structure", "members": {} } }, "ModifyWorkspaceAccessProperties": { "input": { "type": "structure", "required": [ "ResourceId", "WorkspaceAccessProperties" ], "members": { "ResourceId": {}, "WorkspaceAccessProperties": { "shape": "S5f" } } }, "output": { "type": "structure", "members": {} } }, "ModifyWorkspaceCreationProperties": { "input": { "type": "structure", "required": [ "ResourceId", "WorkspaceCreationProperties" ], "members": { "ResourceId": {}, "WorkspaceCreationProperties": { "type": "structure", "members": { "EnableWorkDocs": { "type": "boolean" }, "EnableInternetAccess": { "type": "boolean" }, "DefaultOu": {}, "CustomSecurityGroupId": {}, "UserEnabledAsLocalAdministrator": { "type": "boolean" }, "EnableMaintenanceMode": { "type": "boolean" } } } } }, "output": { "type": "structure", "members": {} } }, "ModifyWorkspaceProperties": { "input": { "type": "structure", "required": [ "WorkspaceId", "WorkspaceProperties" ], "members": { "WorkspaceId": {}, "WorkspaceProperties": { "shape": "S2a" } } }, "output": { "type": "structure", "members": {} } }, "ModifyWorkspaceState": { "input": { "type": "structure", "required": [ "WorkspaceId", "WorkspaceState" ], "members": { "WorkspaceId": {}, "WorkspaceState": {} } }, "output": { "type": "structure", "members": {} } }, "RebootWorkspaces": { "input": { "type": "structure", "required": [ "RebootWorkspaceRequests" ], "members": { "RebootWorkspaceRequests": { "type": "list", "member": { "type": "structure", "required": [ "WorkspaceId" ], "members": { "WorkspaceId": {} } } } } }, "output": { "type": "structure", "members": { "FailedRequests": { "type": "list", "member": { "shape": "S7x" } } } } }, "RebuildWorkspaces": { "input": { "type": "structure", "required": [ "RebuildWorkspaceRequests" ], "members": { "RebuildWorkspaceRequests": { "type": "list", "member": { "type": "structure", "required": [ "WorkspaceId" ], "members": { "WorkspaceId": {} } } } } }, "output": { "type": "structure", "members": { "FailedRequests": { "type": "list", "member": { "shape": "S7x" } } } } }, "RegisterWorkspaceDirectory": { "input": { "type": "structure", "required": [ "DirectoryId", "EnableWorkDocs" ], "members": { "DirectoryId": {}, "SubnetIds": { "shape": "S57" }, "EnableWorkDocs": { "type": "boolean" }, "EnableSelfService": { "type": "boolean" }, "Tenancy": {}, "Tags": { "shape": "Sm" } } }, "output": { "type": "structure", "members": {} } }, "RestoreWorkspace": { "input": { "type": "structure", "required": [ "WorkspaceId" ], "members": { "WorkspaceId": {} } }, "output": { "type": "structure", "members": {} } }, "RevokeIpRules": { "input": { "type": "structure", "required": [ "GroupId", "UserRules" ], "members": { "GroupId": {}, "UserRules": { "type": "list", "member": {} } } }, "output": { "type": "structure", "members": {} } }, "StartWorkspaces": { "input": { "type": "structure", "required": [ "StartWorkspaceRequests" ], "members": { "StartWorkspaceRequests": { "type": "list", "member": { "type": "structure", "members": { "WorkspaceId": {} } } } } }, "output": { "type": "structure", "members": { "FailedRequests": { "type": "list", "member": { "shape": "S7x" } } } } }, "StopWorkspaces": { "input": { "type": "structure", "required": [ "StopWorkspaceRequests" ], "members": { "StopWorkspaceRequests": { "type": "list", "member": { "type": "structure", "members": { "WorkspaceId": {} } } } } }, "output": { "type": "structure", "members": { "FailedRequests": { "type": "list", "member": { "shape": "S7x" } } } } }, "TerminateWorkspaces": { "input": { "type": "structure", "required": [ "TerminateWorkspaceRequests" ], "members": { "TerminateWorkspaceRequests": { "type": "list", "member": { "type": "structure", "required": [ "WorkspaceId" ], "members": { "WorkspaceId": {} } } } } }, "output": { "type": "structure", "members": { "FailedRequests": { "type": "list", "member": { "shape": "S7x" } } } } }, "UpdateConnectClientAddIn": { "input": { "type": "structure", "required": [ "AddInId", "ResourceId" ], "members": { "AddInId": {}, "ResourceId": {}, "Name": {}, "URL": {} } }, "output": { "type": "structure", "members": {} } }, "UpdateConnectionAliasPermission": { "input": { "type": "structure", "required": [ "AliasId", "ConnectionAliasPermission" ], "members": { "AliasId": {}, "ConnectionAliasPermission": { "shape": "S4f" } } }, "output": { "type": "structure", "members": {} } }, "UpdateRulesOfIpGroup": { "input": { "type": "structure", "required": [ "GroupId", "UserRules" ], "members": { "GroupId": {}, "UserRules": { "shape": "Sc" } } }, "output": { "type": "structure", "members": {} } }, "UpdateWorkspaceBundle": { "input": { "type": "structure", "members": { "BundleId": {}, "ImageId": {} } }, "output": { "type": "structure", "members": {} } }, "UpdateWorkspaceImagePermission": { "input": { "type": "structure", "required": [ "ImageId", "AllowCopyImage", "SharedAccountId" ], "members": { "ImageId": {}, "AllowCopyImage": { "type": "boolean" }, "SharedAccountId": {} } }, "output": { "type": "structure", "members": {} } } }, "shapes": { "S8": { "type": "list", "member": {} }, "Sc": { "type": "list", "member": { "type": "structure", "members": { "ipRule": {}, "ruleDesc": {} } } }, "Sm": { "type": "list", "member": { "type": "structure", "required": [ "Key" ], "members": { "Key": {}, "Value": {} } } }, "S15": { "type": "structure", "required": [ "PrimaryWorkspaceId", "DirectoryId" ], "members": { "PrimaryWorkspaceId": {}, "VolumeEncryptionKey": {}, "DirectoryId": {}, "Tags": { "shape": "Sm" } } }, "S1o": { "type": "structure", "members": { "Name": {} } }, "S1q": { "type": "structure", "members": { "Capacity": {} } }, "S1r": { "type": "structure", "members": { "Capacity": {} } }, "S1t": { "type": "structure", "members": { "BundleId": {}, "Name": {}, "Owner": {}, "Description": {}, "ImageId": {}, "RootStorage": { "shape": "S1r" }, "UserStorage": { "shape": "S1q" }, "ComputeType": { "shape": "S1o" }, "LastUpdatedTime": { "type": "timestamp" }, "CreationTime": { "type": "timestamp" }, "State": {}, "BundleType": {} } }, "S21": { "type": "structure", "members": { "Type": {} } }, "S28": { "type": "structure", "required": [ "DirectoryId", "UserName", "BundleId" ], "members": { "DirectoryId": {}, "UserName": {}, "BundleId": {}, "VolumeEncryptionKey": {}, "UserVolumeEncryptionEnabled": { "type": "boolean" }, "RootVolumeEncryptionEnabled": { "type": "boolean" }, "WorkspaceProperties": { "shape": "S2a" }, "Tags": { "shape": "Sm" } } }, "S2a": { "type": "structure", "members": { "RunningMode": {}, "RunningModeAutoStopTimeoutInMinutes": { "type": "integer" }, "RootVolumeSizeGib": { "type": "integer" }, "UserVolumeSizeGib": { "type": "integer" }, "ComputeTypeName": {}, "Protocols": { "type": "list", "member": {} } } }, "S2l": { "type": "list", "member": { "type": "structure", "members": { "WorkspaceId": {}, "DirectoryId": {}, "UserName": {}, "IpAddress": {}, "State": {}, "BundleId": {}, "SubnetId": {}, "ErrorMessage": {}, "ErrorCode": {}, "ComputerName": {}, "VolumeEncryptionKey": {}, "UserVolumeEncryptionEnabled": { "type": "boolean" }, "RootVolumeEncryptionEnabled": { "type": "boolean" }, "WorkspaceProperties": { "shape": "S2a" }, "ModificationStates": { "type": "list", "member": { "type": "structure", "members": { "Resource": {}, "State": {} } } }, "RelatedWorkspaces": { "type": "list", "member": { "type": "structure", "members": { "WorkspaceId": {}, "Region": {}, "State": {}, "Type": {} } } } } } }, "S3s": { "type": "structure", "members": { "LogoUrl": {}, "SupportEmail": {}, "SupportLink": {}, "ForgotPasswordLink": {}, "LoginMessage": { "shape": "S3v" } } }, "S3v": { "type": "map", "key": {}, "value": {} }, "S3y": { "type": "structure", "members": { "LogoUrl": {}, "Logo2xUrl": {}, "Logo3xUrl": {}, "SupportEmail": {}, "SupportLink": {}, "ForgotPasswordLink": {}, "LoginMessage": { "shape": "S3v" } } }, "S44": { "type": "structure", "members": { "ReconnectEnabled": {}, "LogUploadEnabled": {} } }, "S4f": { "type": "structure", "required": [ "SharedAccountId", "AllowAssociation" ], "members": { "SharedAccountId": {}, "AllowAssociation": { "type": "boolean" } } }, "S57": { "type": "list", "member": {} }, "S5f": { "type": "structure", "members": { "DeviceTypeWindows": {}, "DeviceTypeOsx": {}, "DeviceTypeWeb": {}, "DeviceTypeIos": {}, "DeviceTypeAndroid": {}, "DeviceTypeChromeOs": {}, "DeviceTypeZeroClient": {}, "DeviceTypeLinux": {} } }, "S5i": { "type": "structure", "members": { "RestartWorkspace": {}, "IncreaseVolumeSize": {}, "ChangeComputeType": {}, "SwitchRunningMode": {}, "RebuildWorkspace": {} } }, "S5j": { "type": "structure", "members": { "Status": {}, "UserAccessUrl": {}, "RelayStateParameterName": {} } }, "S5m": { "type": "structure", "members": { "Status": {}, "CertificateAuthorityArn": {} } }, "S64": { "type": "list", "member": { "type": "structure", "members": { "SnapshotTime": { "type": "timestamp" } } } }, "S67": { "type": "list", "member": {} }, "S6j": { "type": "structure", "members": { "Logo": { "type": "blob" }, "SupportEmail": {}, "SupportLink": {}, "ForgotPasswordLink": {}, "LoginMessage": { "shape": "S3v" } } }, "S7x": { "type": "structure", "members": { "WorkspaceId": {}, "ErrorCode": {}, "ErrorMessage": {} } } } }