@aws-sdk/client-workspaces 3.864.0 → 3.868.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +131 -2
  3. package/dist-es/WorkSpaces.js +4 -0
  4. package/dist-es/commands/DescribeCustomWorkspaceImageImportCommand.js +22 -0
  5. package/dist-es/commands/ImportCustomWorkspaceImageCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +34 -12
  8. package/dist-es/models/models_1.js +12 -0
  9. package/dist-es/protocols/Aws_json1_1.js +53 -3
  10. package/dist-types/WorkSpaces.d.ts +14 -0
  11. package/dist-types/WorkSpacesClient.d.ts +4 -2
  12. package/dist-types/commands/DescribeAccountCommand.d.ts +1 -0
  13. package/dist-types/commands/DescribeCustomWorkspaceImageImportCommand.d.ts +94 -0
  14. package/dist-types/commands/ImportCustomWorkspaceImageCommand.d.ts +113 -0
  15. package/dist-types/commands/ModifyAccountCommand.d.ts +4 -2
  16. package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +2 -1
  17. package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
  18. package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
  19. package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
  20. package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
  21. package/dist-types/commands/index.d.ts +2 -0
  22. package/dist-types/models/models_0.d.ts +266 -161
  23. package/dist-types/models/models_1.d.ts +162 -1
  24. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  25. package/dist-types/ts3.4/WorkSpaces.d.ts +40 -0
  26. package/dist-types/ts3.4/WorkSpacesClient.d.ts +12 -0
  27. package/dist-types/ts3.4/commands/DescribeCustomWorkspaceImageImportCommand.d.ts +51 -0
  28. package/dist-types/ts3.4/commands/ImportCustomWorkspaceImageCommand.d.ts +51 -0
  29. package/dist-types/ts3.4/commands/ModifyAccountCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +2 -4
  31. package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
  32. package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  36. package/dist-types/ts3.4/models/models_0.d.ts +104 -41
  37. package/dist-types/ts3.4/models/models_1.d.ts +44 -0
  38. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  39. package/package.json +1 -1
@@ -44,6 +44,7 @@ import { DescribeClientPropertiesCommandInput, DescribeClientPropertiesCommandOu
44
44
  import { DescribeConnectClientAddInsCommandInput, DescribeConnectClientAddInsCommandOutput } from "./commands/DescribeConnectClientAddInsCommand";
45
45
  import { DescribeConnectionAliasesCommandInput, DescribeConnectionAliasesCommandOutput } from "./commands/DescribeConnectionAliasesCommand";
46
46
  import { DescribeConnectionAliasPermissionsCommandInput, DescribeConnectionAliasPermissionsCommandOutput } from "./commands/DescribeConnectionAliasPermissionsCommand";
47
+ import { DescribeCustomWorkspaceImageImportCommandInput, DescribeCustomWorkspaceImageImportCommandOutput } from "./commands/DescribeCustomWorkspaceImageImportCommand";
47
48
  import { DescribeImageAssociationsCommandInput, DescribeImageAssociationsCommandOutput } from "./commands/DescribeImageAssociationsCommand";
48
49
  import { DescribeIpGroupsCommandInput, DescribeIpGroupsCommandOutput } from "./commands/DescribeIpGroupsCommand";
49
50
  import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
@@ -62,6 +63,7 @@ import { DisassociateIpGroupsCommandInput, DisassociateIpGroupsCommandOutput } f
62
63
  import { DisassociateWorkspaceApplicationCommandInput, DisassociateWorkspaceApplicationCommandOutput } from "./commands/DisassociateWorkspaceApplicationCommand";
63
64
  import { GetAccountLinkCommandInput, GetAccountLinkCommandOutput } from "./commands/GetAccountLinkCommand";
64
65
  import { ImportClientBrandingCommandInput, ImportClientBrandingCommandOutput } from "./commands/ImportClientBrandingCommand";
66
+ import { ImportCustomWorkspaceImageCommandInput, ImportCustomWorkspaceImageCommandOutput } from "./commands/ImportCustomWorkspaceImageCommand";
65
67
  import { ImportWorkspaceImageCommandInput, ImportWorkspaceImageCommandOutput } from "./commands/ImportWorkspaceImageCommand";
66
68
  import { ListAccountLinksCommandInput, ListAccountLinksCommandOutput } from "./commands/ListAccountLinksCommand";
67
69
  import { ListAvailableManagementCidrRangesCommandInput, ListAvailableManagementCidrRangesCommandOutput } from "./commands/ListAvailableManagementCidrRangesCommand";
@@ -102,11 +104,11 @@ export { __Client };
102
104
  /**
103
105
  * @public
104
106
  */
105
- export type ServiceInputTypes = AcceptAccountLinkInvitationCommandInput | AssociateConnectionAliasCommandInput | AssociateIpGroupsCommandInput | AssociateWorkspaceApplicationCommandInput | AuthorizeIpRulesCommandInput | CopyWorkspaceImageCommandInput | CreateAccountLinkInvitationCommandInput | CreateConnectClientAddInCommandInput | CreateConnectionAliasCommandInput | CreateIpGroupCommandInput | CreateStandbyWorkspacesCommandInput | CreateTagsCommandInput | CreateUpdatedWorkspaceImageCommandInput | CreateWorkspaceBundleCommandInput | CreateWorkspaceImageCommandInput | CreateWorkspacesCommandInput | CreateWorkspacesPoolCommandInput | DeleteAccountLinkInvitationCommandInput | DeleteClientBrandingCommandInput | DeleteConnectClientAddInCommandInput | DeleteConnectionAliasCommandInput | DeleteIpGroupCommandInput | DeleteTagsCommandInput | DeleteWorkspaceBundleCommandInput | DeleteWorkspaceImageCommandInput | DeployWorkspaceApplicationsCommandInput | DeregisterWorkspaceDirectoryCommandInput | DescribeAccountCommandInput | DescribeAccountModificationsCommandInput | DescribeApplicationAssociationsCommandInput | DescribeApplicationsCommandInput | DescribeBundleAssociationsCommandInput | DescribeClientBrandingCommandInput | DescribeClientPropertiesCommandInput | DescribeConnectClientAddInsCommandInput | DescribeConnectionAliasPermissionsCommandInput | DescribeConnectionAliasesCommandInput | DescribeImageAssociationsCommandInput | DescribeIpGroupsCommandInput | DescribeTagsCommandInput | DescribeWorkspaceAssociationsCommandInput | DescribeWorkspaceBundlesCommandInput | DescribeWorkspaceDirectoriesCommandInput | DescribeWorkspaceImagePermissionsCommandInput | DescribeWorkspaceImagesCommandInput | DescribeWorkspaceSnapshotsCommandInput | DescribeWorkspacesCommandInput | DescribeWorkspacesConnectionStatusCommandInput | DescribeWorkspacesPoolSessionsCommandInput | DescribeWorkspacesPoolsCommandInput | DisassociateConnectionAliasCommandInput | DisassociateIpGroupsCommandInput | DisassociateWorkspaceApplicationCommandInput | GetAccountLinkCommandInput | ImportClientBrandingCommandInput | ImportWorkspaceImageCommandInput | ListAccountLinksCommandInput | ListAvailableManagementCidrRangesCommandInput | MigrateWorkspaceCommandInput | ModifyAccountCommandInput | ModifyCertificateBasedAuthPropertiesCommandInput | ModifyClientPropertiesCommandInput | ModifyEndpointEncryptionModeCommandInput | ModifySamlPropertiesCommandInput | ModifySelfservicePermissionsCommandInput | ModifyStreamingPropertiesCommandInput | ModifyWorkspaceAccessPropertiesCommandInput | ModifyWorkspaceCreationPropertiesCommandInput | ModifyWorkspacePropertiesCommandInput | ModifyWorkspaceStateCommandInput | RebootWorkspacesCommandInput | RebuildWorkspacesCommandInput | RegisterWorkspaceDirectoryCommandInput | RejectAccountLinkInvitationCommandInput | RestoreWorkspaceCommandInput | RevokeIpRulesCommandInput | StartWorkspacesCommandInput | StartWorkspacesPoolCommandInput | StopWorkspacesCommandInput | StopWorkspacesPoolCommandInput | TerminateWorkspacesCommandInput | TerminateWorkspacesPoolCommandInput | TerminateWorkspacesPoolSessionCommandInput | UpdateConnectClientAddInCommandInput | UpdateConnectionAliasPermissionCommandInput | UpdateRulesOfIpGroupCommandInput | UpdateWorkspaceBundleCommandInput | UpdateWorkspaceImagePermissionCommandInput | UpdateWorkspacesPoolCommandInput;
107
+ export type ServiceInputTypes = AcceptAccountLinkInvitationCommandInput | AssociateConnectionAliasCommandInput | AssociateIpGroupsCommandInput | AssociateWorkspaceApplicationCommandInput | AuthorizeIpRulesCommandInput | CopyWorkspaceImageCommandInput | CreateAccountLinkInvitationCommandInput | CreateConnectClientAddInCommandInput | CreateConnectionAliasCommandInput | CreateIpGroupCommandInput | CreateStandbyWorkspacesCommandInput | CreateTagsCommandInput | CreateUpdatedWorkspaceImageCommandInput | CreateWorkspaceBundleCommandInput | CreateWorkspaceImageCommandInput | CreateWorkspacesCommandInput | CreateWorkspacesPoolCommandInput | DeleteAccountLinkInvitationCommandInput | DeleteClientBrandingCommandInput | DeleteConnectClientAddInCommandInput | DeleteConnectionAliasCommandInput | DeleteIpGroupCommandInput | DeleteTagsCommandInput | DeleteWorkspaceBundleCommandInput | DeleteWorkspaceImageCommandInput | DeployWorkspaceApplicationsCommandInput | DeregisterWorkspaceDirectoryCommandInput | DescribeAccountCommandInput | DescribeAccountModificationsCommandInput | DescribeApplicationAssociationsCommandInput | DescribeApplicationsCommandInput | DescribeBundleAssociationsCommandInput | DescribeClientBrandingCommandInput | DescribeClientPropertiesCommandInput | DescribeConnectClientAddInsCommandInput | DescribeConnectionAliasPermissionsCommandInput | DescribeConnectionAliasesCommandInput | DescribeCustomWorkspaceImageImportCommandInput | DescribeImageAssociationsCommandInput | DescribeIpGroupsCommandInput | DescribeTagsCommandInput | DescribeWorkspaceAssociationsCommandInput | DescribeWorkspaceBundlesCommandInput | DescribeWorkspaceDirectoriesCommandInput | DescribeWorkspaceImagePermissionsCommandInput | DescribeWorkspaceImagesCommandInput | DescribeWorkspaceSnapshotsCommandInput | DescribeWorkspacesCommandInput | DescribeWorkspacesConnectionStatusCommandInput | DescribeWorkspacesPoolSessionsCommandInput | DescribeWorkspacesPoolsCommandInput | DisassociateConnectionAliasCommandInput | DisassociateIpGroupsCommandInput | DisassociateWorkspaceApplicationCommandInput | GetAccountLinkCommandInput | ImportClientBrandingCommandInput | ImportCustomWorkspaceImageCommandInput | ImportWorkspaceImageCommandInput | ListAccountLinksCommandInput | ListAvailableManagementCidrRangesCommandInput | MigrateWorkspaceCommandInput | ModifyAccountCommandInput | ModifyCertificateBasedAuthPropertiesCommandInput | ModifyClientPropertiesCommandInput | ModifyEndpointEncryptionModeCommandInput | ModifySamlPropertiesCommandInput | ModifySelfservicePermissionsCommandInput | ModifyStreamingPropertiesCommandInput | ModifyWorkspaceAccessPropertiesCommandInput | ModifyWorkspaceCreationPropertiesCommandInput | ModifyWorkspacePropertiesCommandInput | ModifyWorkspaceStateCommandInput | RebootWorkspacesCommandInput | RebuildWorkspacesCommandInput | RegisterWorkspaceDirectoryCommandInput | RejectAccountLinkInvitationCommandInput | RestoreWorkspaceCommandInput | RevokeIpRulesCommandInput | StartWorkspacesCommandInput | StartWorkspacesPoolCommandInput | StopWorkspacesCommandInput | StopWorkspacesPoolCommandInput | TerminateWorkspacesCommandInput | TerminateWorkspacesPoolCommandInput | TerminateWorkspacesPoolSessionCommandInput | UpdateConnectClientAddInCommandInput | UpdateConnectionAliasPermissionCommandInput | UpdateRulesOfIpGroupCommandInput | UpdateWorkspaceBundleCommandInput | UpdateWorkspaceImagePermissionCommandInput | UpdateWorkspacesPoolCommandInput;
106
108
  /**
107
109
  * @public
108
110
  */
109
- export type ServiceOutputTypes = AcceptAccountLinkInvitationCommandOutput | AssociateConnectionAliasCommandOutput | AssociateIpGroupsCommandOutput | AssociateWorkspaceApplicationCommandOutput | AuthorizeIpRulesCommandOutput | CopyWorkspaceImageCommandOutput | CreateAccountLinkInvitationCommandOutput | CreateConnectClientAddInCommandOutput | CreateConnectionAliasCommandOutput | CreateIpGroupCommandOutput | CreateStandbyWorkspacesCommandOutput | CreateTagsCommandOutput | CreateUpdatedWorkspaceImageCommandOutput | CreateWorkspaceBundleCommandOutput | CreateWorkspaceImageCommandOutput | CreateWorkspacesCommandOutput | CreateWorkspacesPoolCommandOutput | DeleteAccountLinkInvitationCommandOutput | DeleteClientBrandingCommandOutput | DeleteConnectClientAddInCommandOutput | DeleteConnectionAliasCommandOutput | DeleteIpGroupCommandOutput | DeleteTagsCommandOutput | DeleteWorkspaceBundleCommandOutput | DeleteWorkspaceImageCommandOutput | DeployWorkspaceApplicationsCommandOutput | DeregisterWorkspaceDirectoryCommandOutput | DescribeAccountCommandOutput | DescribeAccountModificationsCommandOutput | DescribeApplicationAssociationsCommandOutput | DescribeApplicationsCommandOutput | DescribeBundleAssociationsCommandOutput | DescribeClientBrandingCommandOutput | DescribeClientPropertiesCommandOutput | DescribeConnectClientAddInsCommandOutput | DescribeConnectionAliasPermissionsCommandOutput | DescribeConnectionAliasesCommandOutput | DescribeImageAssociationsCommandOutput | DescribeIpGroupsCommandOutput | DescribeTagsCommandOutput | DescribeWorkspaceAssociationsCommandOutput | DescribeWorkspaceBundlesCommandOutput | DescribeWorkspaceDirectoriesCommandOutput | DescribeWorkspaceImagePermissionsCommandOutput | DescribeWorkspaceImagesCommandOutput | DescribeWorkspaceSnapshotsCommandOutput | DescribeWorkspacesCommandOutput | DescribeWorkspacesConnectionStatusCommandOutput | DescribeWorkspacesPoolSessionsCommandOutput | DescribeWorkspacesPoolsCommandOutput | DisassociateConnectionAliasCommandOutput | DisassociateIpGroupsCommandOutput | DisassociateWorkspaceApplicationCommandOutput | GetAccountLinkCommandOutput | ImportClientBrandingCommandOutput | ImportWorkspaceImageCommandOutput | ListAccountLinksCommandOutput | ListAvailableManagementCidrRangesCommandOutput | MigrateWorkspaceCommandOutput | ModifyAccountCommandOutput | ModifyCertificateBasedAuthPropertiesCommandOutput | ModifyClientPropertiesCommandOutput | ModifyEndpointEncryptionModeCommandOutput | ModifySamlPropertiesCommandOutput | ModifySelfservicePermissionsCommandOutput | ModifyStreamingPropertiesCommandOutput | ModifyWorkspaceAccessPropertiesCommandOutput | ModifyWorkspaceCreationPropertiesCommandOutput | ModifyWorkspacePropertiesCommandOutput | ModifyWorkspaceStateCommandOutput | RebootWorkspacesCommandOutput | RebuildWorkspacesCommandOutput | RegisterWorkspaceDirectoryCommandOutput | RejectAccountLinkInvitationCommandOutput | RestoreWorkspaceCommandOutput | RevokeIpRulesCommandOutput | StartWorkspacesCommandOutput | StartWorkspacesPoolCommandOutput | StopWorkspacesCommandOutput | StopWorkspacesPoolCommandOutput | TerminateWorkspacesCommandOutput | TerminateWorkspacesPoolCommandOutput | TerminateWorkspacesPoolSessionCommandOutput | UpdateConnectClientAddInCommandOutput | UpdateConnectionAliasPermissionCommandOutput | UpdateRulesOfIpGroupCommandOutput | UpdateWorkspaceBundleCommandOutput | UpdateWorkspaceImagePermissionCommandOutput | UpdateWorkspacesPoolCommandOutput;
111
+ export type ServiceOutputTypes = AcceptAccountLinkInvitationCommandOutput | AssociateConnectionAliasCommandOutput | AssociateIpGroupsCommandOutput | AssociateWorkspaceApplicationCommandOutput | AuthorizeIpRulesCommandOutput | CopyWorkspaceImageCommandOutput | CreateAccountLinkInvitationCommandOutput | CreateConnectClientAddInCommandOutput | CreateConnectionAliasCommandOutput | CreateIpGroupCommandOutput | CreateStandbyWorkspacesCommandOutput | CreateTagsCommandOutput | CreateUpdatedWorkspaceImageCommandOutput | CreateWorkspaceBundleCommandOutput | CreateWorkspaceImageCommandOutput | CreateWorkspacesCommandOutput | CreateWorkspacesPoolCommandOutput | DeleteAccountLinkInvitationCommandOutput | DeleteClientBrandingCommandOutput | DeleteConnectClientAddInCommandOutput | DeleteConnectionAliasCommandOutput | DeleteIpGroupCommandOutput | DeleteTagsCommandOutput | DeleteWorkspaceBundleCommandOutput | DeleteWorkspaceImageCommandOutput | DeployWorkspaceApplicationsCommandOutput | DeregisterWorkspaceDirectoryCommandOutput | DescribeAccountCommandOutput | DescribeAccountModificationsCommandOutput | DescribeApplicationAssociationsCommandOutput | DescribeApplicationsCommandOutput | DescribeBundleAssociationsCommandOutput | DescribeClientBrandingCommandOutput | DescribeClientPropertiesCommandOutput | DescribeConnectClientAddInsCommandOutput | DescribeConnectionAliasPermissionsCommandOutput | DescribeConnectionAliasesCommandOutput | DescribeCustomWorkspaceImageImportCommandOutput | DescribeImageAssociationsCommandOutput | DescribeIpGroupsCommandOutput | DescribeTagsCommandOutput | DescribeWorkspaceAssociationsCommandOutput | DescribeWorkspaceBundlesCommandOutput | DescribeWorkspaceDirectoriesCommandOutput | DescribeWorkspaceImagePermissionsCommandOutput | DescribeWorkspaceImagesCommandOutput | DescribeWorkspaceSnapshotsCommandOutput | DescribeWorkspacesCommandOutput | DescribeWorkspacesConnectionStatusCommandOutput | DescribeWorkspacesPoolSessionsCommandOutput | DescribeWorkspacesPoolsCommandOutput | DisassociateConnectionAliasCommandOutput | DisassociateIpGroupsCommandOutput | DisassociateWorkspaceApplicationCommandOutput | GetAccountLinkCommandOutput | ImportClientBrandingCommandOutput | ImportCustomWorkspaceImageCommandOutput | ImportWorkspaceImageCommandOutput | ListAccountLinksCommandOutput | ListAvailableManagementCidrRangesCommandOutput | MigrateWorkspaceCommandOutput | ModifyAccountCommandOutput | ModifyCertificateBasedAuthPropertiesCommandOutput | ModifyClientPropertiesCommandOutput | ModifyEndpointEncryptionModeCommandOutput | ModifySamlPropertiesCommandOutput | ModifySelfservicePermissionsCommandOutput | ModifyStreamingPropertiesCommandOutput | ModifyWorkspaceAccessPropertiesCommandOutput | ModifyWorkspaceCreationPropertiesCommandOutput | ModifyWorkspacePropertiesCommandOutput | ModifyWorkspaceStateCommandOutput | RebootWorkspacesCommandOutput | RebuildWorkspacesCommandOutput | RegisterWorkspaceDirectoryCommandOutput | RejectAccountLinkInvitationCommandOutput | RestoreWorkspaceCommandOutput | RevokeIpRulesCommandOutput | StartWorkspacesCommandOutput | StartWorkspacesPoolCommandOutput | StopWorkspacesCommandOutput | StopWorkspacesPoolCommandOutput | TerminateWorkspacesCommandOutput | TerminateWorkspacesPoolCommandOutput | TerminateWorkspacesPoolSessionCommandOutput | UpdateConnectClientAddInCommandOutput | UpdateConnectionAliasPermissionCommandOutput | UpdateRulesOfIpGroupCommandOutput | UpdateWorkspaceBundleCommandOutput | UpdateWorkspaceImagePermissionCommandOutput | UpdateWorkspacesPoolCommandOutput;
110
112
  /**
111
113
  * @public
112
114
  */
@@ -42,6 +42,7 @@ declare const DescribeAccountCommand_base: {
42
42
  * // DedicatedTenancySupport: "ENABLED" || "DISABLED",
43
43
  * // DedicatedTenancyManagementCidrRange: "STRING_VALUE",
44
44
  * // DedicatedTenancyAccountType: "SOURCE_ACCOUNT" || "TARGET_ACCOUNT",
45
+ * // Message: "STRING_VALUE",
45
46
  * // };
46
47
  *
47
48
  * ```
@@ -0,0 +1,94 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DescribeCustomWorkspaceImageImportRequest, DescribeCustomWorkspaceImageImportResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DescribeCustomWorkspaceImageImportCommand}.
14
+ */
15
+ export interface DescribeCustomWorkspaceImageImportCommandInput extends DescribeCustomWorkspaceImageImportRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DescribeCustomWorkspaceImageImportCommand}.
21
+ */
22
+ export interface DescribeCustomWorkspaceImageImportCommandOutput extends DescribeCustomWorkspaceImageImportResult, __MetadataBearer {
23
+ }
24
+ declare const DescribeCustomWorkspaceImageImportCommand_base: {
25
+ new (input: DescribeCustomWorkspaceImageImportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomWorkspaceImageImportCommandInput, DescribeCustomWorkspaceImageImportCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeCustomWorkspaceImageImportCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomWorkspaceImageImportCommandInput, DescribeCustomWorkspaceImageImportCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves information about a WorkSpace BYOL image being imported via ImportCustomWorkspaceImage.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { WorkSpacesClient, DescribeCustomWorkspaceImageImportCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
35
+ * // const { WorkSpacesClient, DescribeCustomWorkspaceImageImportCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
36
+ * const client = new WorkSpacesClient(config);
37
+ * const input = { // DescribeCustomWorkspaceImageImportRequest
38
+ * ImageId: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DescribeCustomWorkspaceImageImportCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // DescribeCustomWorkspaceImageImportResult
43
+ * // ImageId: "STRING_VALUE",
44
+ * // InfrastructureConfigurationArn: "STRING_VALUE",
45
+ * // State: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "ERROR",
46
+ * // Created: new Date("TIMESTAMP"),
47
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
48
+ * // ImageSource: { // ImageSourceIdentifier Union: only one key present
49
+ * // Ec2ImportTaskId: "STRING_VALUE",
50
+ * // ImageBuildVersionArn: "STRING_VALUE",
51
+ * // Ec2ImageId: "STRING_VALUE",
52
+ * // },
53
+ * // ImageBuilderInstanceId: "STRING_VALUE",
54
+ * // ErrorDetails: [ // CustomWorkspaceImageImportErrorDetailsList
55
+ * // { // CustomWorkspaceImageImportErrorDetails
56
+ * // ErrorCode: "STRING_VALUE",
57
+ * // ErrorMessage: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // };
61
+ *
62
+ * ```
63
+ *
64
+ * @param DescribeCustomWorkspaceImageImportCommandInput - {@link DescribeCustomWorkspaceImageImportCommandInput}
65
+ * @returns {@link DescribeCustomWorkspaceImageImportCommandOutput}
66
+ * @see {@link DescribeCustomWorkspaceImageImportCommandInput} for command's `input` shape.
67
+ * @see {@link DescribeCustomWorkspaceImageImportCommandOutput} for command's `response` shape.
68
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
69
+ *
70
+ * @throws {@link AccessDeniedException} (client fault)
71
+ * <p>The user is not authorized to access a resource.</p>
72
+ *
73
+ * @throws {@link ResourceNotFoundException} (client fault)
74
+ * <p>The resource could not be found.</p>
75
+ *
76
+ * @throws {@link WorkSpacesServiceException}
77
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
78
+ *
79
+ *
80
+ * @public
81
+ */
82
+ export declare class DescribeCustomWorkspaceImageImportCommand extends DescribeCustomWorkspaceImageImportCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DescribeCustomWorkspaceImageImportRequest;
87
+ output: DescribeCustomWorkspaceImageImportResult;
88
+ };
89
+ sdk: {
90
+ input: DescribeCustomWorkspaceImageImportCommandInput;
91
+ output: DescribeCustomWorkspaceImageImportCommandOutput;
92
+ };
93
+ };
94
+ }
@@ -0,0 +1,113 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ImportCustomWorkspaceImageRequest, ImportCustomWorkspaceImageResult } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ImportCustomWorkspaceImageCommand}.
14
+ */
15
+ export interface ImportCustomWorkspaceImageCommandInput extends ImportCustomWorkspaceImageRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ImportCustomWorkspaceImageCommand}.
21
+ */
22
+ export interface ImportCustomWorkspaceImageCommandOutput extends ImportCustomWorkspaceImageResult, __MetadataBearer {
23
+ }
24
+ declare const ImportCustomWorkspaceImageCommand_base: {
25
+ new (input: ImportCustomWorkspaceImageCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCustomWorkspaceImageCommandInput, ImportCustomWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ImportCustomWorkspaceImageCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCustomWorkspaceImageCommandInput, ImportCustomWorkspaceImageCommandOutput, WorkSpacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Imports the specified Windows 10 or 11 Bring Your Own License (BYOL)
31
+ * image into Amazon WorkSpaces using EC2 Image Builder. The image must be an already licensed image that is
32
+ * in your Amazon Web Services account, and you must own the image. For more information about
33
+ * creating BYOL images, see <a href="https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html"> Bring Your Own Windows
34
+ * Desktop Licenses</a>.
35
+ * </p>
36
+ * @example
37
+ * Use a bare-bones client and the command you need to make an API call.
38
+ * ```javascript
39
+ * import { WorkSpacesClient, ImportCustomWorkspaceImageCommand } from "@aws-sdk/client-workspaces"; // ES Modules import
40
+ * // const { WorkSpacesClient, ImportCustomWorkspaceImageCommand } = require("@aws-sdk/client-workspaces"); // CommonJS import
41
+ * const client = new WorkSpacesClient(config);
42
+ * const input = { // ImportCustomWorkspaceImageRequest
43
+ * ImageName: "STRING_VALUE", // required
44
+ * ImageDescription: "STRING_VALUE", // required
45
+ * ComputeType: "BASE" || "GRAPHICS_G4DN", // required
46
+ * Protocol: "PCOIP" || "DCV" || "BYOP", // required
47
+ * ImageSource: { // ImageSourceIdentifier Union: only one key present
48
+ * Ec2ImportTaskId: "STRING_VALUE",
49
+ * ImageBuildVersionArn: "STRING_VALUE",
50
+ * Ec2ImageId: "STRING_VALUE",
51
+ * },
52
+ * InfrastructureConfigurationArn: "STRING_VALUE", // required
53
+ * Platform: "WINDOWS", // required
54
+ * OsVersion: "Windows_10" || "Windows_11", // required
55
+ * Tags: [ // TagList
56
+ * { // Tag
57
+ * Key: "STRING_VALUE", // required
58
+ * Value: "STRING_VALUE",
59
+ * },
60
+ * ],
61
+ * };
62
+ * const command = new ImportCustomWorkspaceImageCommand(input);
63
+ * const response = await client.send(command);
64
+ * // { // ImportCustomWorkspaceImageResult
65
+ * // ImageId: "STRING_VALUE",
66
+ * // State: "PENDING" || "IN_PROGRESS" || "COMPLETED" || "ERROR",
67
+ * // };
68
+ *
69
+ * ```
70
+ *
71
+ * @param ImportCustomWorkspaceImageCommandInput - {@link ImportCustomWorkspaceImageCommandInput}
72
+ * @returns {@link ImportCustomWorkspaceImageCommandOutput}
73
+ * @see {@link ImportCustomWorkspaceImageCommandInput} for command's `input` shape.
74
+ * @see {@link ImportCustomWorkspaceImageCommandOutput} for command's `response` shape.
75
+ * @see {@link WorkSpacesClientResolvedConfig | config} for WorkSpacesClient's `config` shape.
76
+ *
77
+ * @throws {@link AccessDeniedException} (client fault)
78
+ * <p>The user is not authorized to access a resource.</p>
79
+ *
80
+ * @throws {@link InvalidParameterValuesException} (client fault)
81
+ * <p>One or more parameter values are not valid.</p>
82
+ *
83
+ * @throws {@link OperationNotSupportedException} (client fault)
84
+ * <p>This operation is not supported.</p>
85
+ *
86
+ * @throws {@link ResourceAlreadyExistsException} (client fault)
87
+ * <p>The specified resource already exists.</p>
88
+ *
89
+ * @throws {@link ResourceLimitExceededException} (client fault)
90
+ * <p>Your resource limits have been exceeded.</p>
91
+ *
92
+ * @throws {@link ResourceNotFoundException} (client fault)
93
+ * <p>The resource could not be found.</p>
94
+ *
95
+ * @throws {@link WorkSpacesServiceException}
96
+ * <p>Base exception class for all service exceptions from WorkSpaces service.</p>
97
+ *
98
+ *
99
+ * @public
100
+ */
101
+ export declare class ImportCustomWorkspaceImageCommand extends ImportCustomWorkspaceImageCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: ImportCustomWorkspaceImageRequest;
106
+ output: ImportCustomWorkspaceImageResult;
107
+ };
108
+ sdk: {
109
+ input: ImportCustomWorkspaceImageCommandInput;
110
+ output: ImportCustomWorkspaceImageCommandOutput;
111
+ };
112
+ };
113
+ }
@@ -41,7 +41,9 @@ declare const ModifyAccountCommand_base: {
41
41
  * };
42
42
  * const command = new ModifyAccountCommand(input);
43
43
  * const response = await client.send(command);
44
- * // {};
44
+ * // { // ModifyAccountResult
45
+ * // Message: "STRING_VALUE",
46
+ * // };
45
47
  *
46
48
  * ```
47
49
  *
@@ -77,7 +79,7 @@ export declare class ModifyAccountCommand extends ModifyAccountCommand_base {
77
79
  protected static __types: {
78
80
  api: {
79
81
  input: ModifyAccountRequest;
80
- output: {};
82
+ output: ModifyAccountResult;
81
83
  };
82
84
  sdk: {
83
85
  input: ModifyAccountCommandInput;
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ModifySelfservicePermissionsRequest, ModifySelfservicePermissionsResult } from "../models/models_0";
3
+ import { ModifySelfservicePermissionsRequest } from "../models/models_0";
4
+ import { ModifySelfservicePermissionsResult } from "../models/models_1";
4
5
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
6
  /**
6
7
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ModifyStreamingPropertiesRequest, ModifyStreamingPropertiesResult } from "../models/models_0";
3
+ import { ModifyStreamingPropertiesRequest, ModifyStreamingPropertiesResult } from "../models/models_1";
4
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ModifyWorkspaceAccessPropertiesRequest, ModifyWorkspaceAccessPropertiesResult } from "../models/models_0";
3
+ import { ModifyWorkspaceAccessPropertiesRequest, ModifyWorkspaceAccessPropertiesResult } from "../models/models_1";
4
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ModifyWorkspaceCreationPropertiesRequest, ModifyWorkspaceCreationPropertiesResult } from "../models/models_0";
3
+ import { ModifyWorkspaceCreationPropertiesRequest, ModifyWorkspaceCreationPropertiesResult } from "../models/models_1";
4
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ModifyWorkspacePropertiesRequest, ModifyWorkspacePropertiesResult } from "../models/models_0";
3
+ import { ModifyWorkspacePropertiesRequest, ModifyWorkspacePropertiesResult } from "../models/models_1";
4
4
  import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
5
5
  /**
6
6
  * @public
@@ -35,6 +35,7 @@ export * from "./DescribeClientPropertiesCommand";
35
35
  export * from "./DescribeConnectClientAddInsCommand";
36
36
  export * from "./DescribeConnectionAliasPermissionsCommand";
37
37
  export * from "./DescribeConnectionAliasesCommand";
38
+ export * from "./DescribeCustomWorkspaceImageImportCommand";
38
39
  export * from "./DescribeImageAssociationsCommand";
39
40
  export * from "./DescribeIpGroupsCommand";
40
41
  export * from "./DescribeTagsCommand";
@@ -53,6 +54,7 @@ export * from "./DisassociateIpGroupsCommand";
53
54
  export * from "./DisassociateWorkspaceApplicationCommand";
54
55
  export * from "./GetAccountLinkCommand";
55
56
  export * from "./ImportClientBrandingCommand";
57
+ export * from "./ImportCustomWorkspaceImageCommand";
56
58
  export * from "./ImportWorkspaceImageCommand";
57
59
  export * from "./ListAccountLinksCommand";
58
60
  export * from "./ListAvailableManagementCidrRangesCommand";