@aws-sdk/client-workspaces 3.934.0 → 3.936.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +532 -532
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +461 -0
- package/dist-es/models/errors.js +285 -0
- package/dist-es/models/models_0.js +1 -706
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/ModifySelfservicePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
- package/dist-types/commands/RebootWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/RebuildWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/commands/RejectAccountLinkInvitationCommand.d.ts +1 -1
- package/dist-types/commands/RestoreWorkspaceCommand.d.ts +1 -1
- package/dist-types/commands/RevokeIpRulesCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/commands/TerminateWorkspacesPoolSessionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +1053 -0
- package/dist-types/models/errors.d.ts +305 -0
- package/dist-types/models/models_0.d.ts +711 -1305
- package/dist-types/ts3.4/commands/ModifySelfservicePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyStreamingPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyWorkspaceAccessPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyWorkspaceCreationPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyWorkspacePropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyWorkspaceStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebuildWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterWorkspaceDirectoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectAccountLinkInvitationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreWorkspaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeIpRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkspacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateWorkspacesPoolSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectClientAddInCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionAliasPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRulesOfIpGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceBundleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspaceImagePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkspacesPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +597 -0
- package/dist-types/ts3.4/models/errors.d.ts +192 -0
- package/dist-types/ts3.4/models/models_0.d.ts +247 -753
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -2
- package/dist-es/models/models_1.js +0 -41
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/models/models_1.d.ts +0 -766
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +0 -231
|
@@ -685,7 +685,7 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.workspaces";
|
|
|
685
685
|
const _uR = "userRules";
|
|
686
686
|
const n0 = "com.amazonaws.workspaces";
|
|
687
687
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
688
|
-
import { AccessDeniedException as __AccessDeniedException, ApplicationNotSupportedException as __ApplicationNotSupportedException, ComputeNotCompatibleException as __ComputeNotCompatibleException, ConflictException as __ConflictException, IncompatibleApplicationsException as __IncompatibleApplicationsException, InternalServerException as __InternalServerException, InvalidParameterCombinationException as __InvalidParameterCombinationException, InvalidParameterValuesException as __InvalidParameterValuesException, InvalidResourceStateException as __InvalidResourceStateException, OperatingSystemNotCompatibleException as __OperatingSystemNotCompatibleException, OperationInProgressException as __OperationInProgressException, OperationNotSupportedException as __OperationNotSupportedException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceAssociatedException as __ResourceAssociatedException, ResourceCreationFailedException as __ResourceCreationFailedException, ResourceInUseException as __ResourceInUseException, ResourceLimitExceededException as __ResourceLimitExceededException, ResourceNotFoundException as __ResourceNotFoundException, ResourceUnavailableException as __ResourceUnavailableException, UnsupportedNetworkConfigurationException as __UnsupportedNetworkConfigurationException, UnsupportedWorkspaceConfigurationException as __UnsupportedWorkspaceConfigurationException, ValidationException as __ValidationException, WorkspacesDefaultRoleNotFoundException as __WorkspacesDefaultRoleNotFoundException, } from "../models/
|
|
688
|
+
import { AccessDeniedException as __AccessDeniedException, ApplicationNotSupportedException as __ApplicationNotSupportedException, ComputeNotCompatibleException as __ComputeNotCompatibleException, ConflictException as __ConflictException, IncompatibleApplicationsException as __IncompatibleApplicationsException, InternalServerException as __InternalServerException, InvalidParameterCombinationException as __InvalidParameterCombinationException, InvalidParameterValuesException as __InvalidParameterValuesException, InvalidResourceStateException as __InvalidResourceStateException, OperatingSystemNotCompatibleException as __OperatingSystemNotCompatibleException, OperationInProgressException as __OperationInProgressException, OperationNotSupportedException as __OperationNotSupportedException, ResourceAlreadyExistsException as __ResourceAlreadyExistsException, ResourceAssociatedException as __ResourceAssociatedException, ResourceCreationFailedException as __ResourceCreationFailedException, ResourceInUseException as __ResourceInUseException, ResourceLimitExceededException as __ResourceLimitExceededException, ResourceNotFoundException as __ResourceNotFoundException, ResourceUnavailableException as __ResourceUnavailableException, UnsupportedNetworkConfigurationException as __UnsupportedNetworkConfigurationException, UnsupportedWorkspaceConfigurationException as __UnsupportedWorkspaceConfigurationException, ValidationException as __ValidationException, WorkspacesDefaultRoleNotFoundException as __WorkspacesDefaultRoleNotFoundException, } from "../models/errors";
|
|
689
689
|
import { WorkSpacesServiceException as __WorkSpacesServiceException } from "../models/WorkSpacesServiceException";
|
|
690
690
|
export var AcceptAccountLinkInvitationRequest = [3, n0, _AALIR, 0, [_LI, _CT], [0, 0]];
|
|
691
691
|
export var AcceptAccountLinkInvitationResult = [3, n0, _AALIRc, 0, [_AL], [() => AccountLink]];
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ModifySelfservicePermissionsRequest } from "../models/models_0";
|
|
4
|
-
import { ModifySelfservicePermissionsResult } from "../models/models_1";
|
|
3
|
+
import { ModifySelfservicePermissionsRequest, ModifySelfservicePermissionsResult } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
6
5
|
/**
|
|
7
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 { ModifyStreamingPropertiesRequest, ModifyStreamingPropertiesResult } from "../models/
|
|
3
|
+
import { ModifyStreamingPropertiesRequest, ModifyStreamingPropertiesResult } from "../models/models_0";
|
|
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/
|
|
3
|
+
import { ModifyWorkspaceAccessPropertiesRequest, ModifyWorkspaceAccessPropertiesResult } from "../models/models_0";
|
|
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/
|
|
3
|
+
import { ModifyWorkspaceCreationPropertiesRequest, ModifyWorkspaceCreationPropertiesResult } from "../models/models_0";
|
|
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/
|
|
3
|
+
import { ModifyWorkspacePropertiesRequest, ModifyWorkspacePropertiesResult } from "../models/models_0";
|
|
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 { ModifyWorkspaceStateRequest, ModifyWorkspaceStateResult } from "../models/
|
|
3
|
+
import { ModifyWorkspaceStateRequest, ModifyWorkspaceStateResult } from "../models/models_0";
|
|
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 { RebootWorkspacesRequest, RebootWorkspacesResult } from "../models/
|
|
3
|
+
import { RebootWorkspacesRequest, RebootWorkspacesResult } from "../models/models_0";
|
|
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 { RebuildWorkspacesRequest, RebuildWorkspacesResult } from "../models/
|
|
3
|
+
import { RebuildWorkspacesRequest, RebuildWorkspacesResult } from "../models/models_0";
|
|
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 { RegisterWorkspaceDirectoryRequest, RegisterWorkspaceDirectoryResult } from "../models/
|
|
3
|
+
import { RegisterWorkspaceDirectoryRequest, RegisterWorkspaceDirectoryResult } from "../models/models_0";
|
|
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 { RejectAccountLinkInvitationRequest, RejectAccountLinkInvitationResult } from "../models/
|
|
3
|
+
import { RejectAccountLinkInvitationRequest, RejectAccountLinkInvitationResult } from "../models/models_0";
|
|
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 { RestoreWorkspaceRequest, RestoreWorkspaceResult } from "../models/
|
|
3
|
+
import { RestoreWorkspaceRequest, RestoreWorkspaceResult } from "../models/models_0";
|
|
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 { RevokeIpRulesRequest, RevokeIpRulesResult } from "../models/
|
|
3
|
+
import { RevokeIpRulesRequest, RevokeIpRulesResult } from "../models/models_0";
|
|
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 { StartWorkspacesRequest, StartWorkspacesResult } from "../models/
|
|
3
|
+
import { StartWorkspacesRequest, StartWorkspacesResult } from "../models/models_0";
|
|
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 { StartWorkspacesPoolRequest, StartWorkspacesPoolResult } from "../models/
|
|
3
|
+
import { StartWorkspacesPoolRequest, StartWorkspacesPoolResult } from "../models/models_0";
|
|
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 { StopWorkspacesRequest, StopWorkspacesResult } from "../models/
|
|
3
|
+
import { StopWorkspacesRequest, StopWorkspacesResult } from "../models/models_0";
|
|
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 { StopWorkspacesPoolRequest, StopWorkspacesPoolResult } from "../models/
|
|
3
|
+
import { StopWorkspacesPoolRequest, StopWorkspacesPoolResult } from "../models/models_0";
|
|
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 { TerminateWorkspacesRequest, TerminateWorkspacesResult } from "../models/
|
|
3
|
+
import { TerminateWorkspacesRequest, TerminateWorkspacesResult } from "../models/models_0";
|
|
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 { TerminateWorkspacesPoolRequest, TerminateWorkspacesPoolResult } from "../models/
|
|
3
|
+
import { TerminateWorkspacesPoolRequest, TerminateWorkspacesPoolResult } from "../models/models_0";
|
|
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 { TerminateWorkspacesPoolSessionRequest, TerminateWorkspacesPoolSessionResult } from "../models/
|
|
3
|
+
import { TerminateWorkspacesPoolSessionRequest, TerminateWorkspacesPoolSessionResult } from "../models/models_0";
|
|
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 { UpdateConnectClientAddInRequest, UpdateConnectClientAddInResult } from "../models/
|
|
3
|
+
import { UpdateConnectClientAddInRequest, UpdateConnectClientAddInResult } from "../models/models_0";
|
|
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 { UpdateConnectionAliasPermissionRequest, UpdateConnectionAliasPermissionResult } from "../models/
|
|
3
|
+
import { UpdateConnectionAliasPermissionRequest, UpdateConnectionAliasPermissionResult } from "../models/models_0";
|
|
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 { UpdateRulesOfIpGroupRequest, UpdateRulesOfIpGroupResult } from "../models/
|
|
3
|
+
import { UpdateRulesOfIpGroupRequest, UpdateRulesOfIpGroupResult } from "../models/models_0";
|
|
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 { UpdateWorkspaceBundleRequest, UpdateWorkspaceBundleResult } from "../models/
|
|
3
|
+
import { UpdateWorkspaceBundleRequest, UpdateWorkspaceBundleResult } from "../models/models_0";
|
|
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 { UpdateWorkspaceImagePermissionRequest, UpdateWorkspaceImagePermissionResult } from "../models/
|
|
3
|
+
import { UpdateWorkspaceImagePermissionRequest, UpdateWorkspaceImagePermissionResult } from "../models/models_0";
|
|
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 { UpdateWorkspacesPoolRequest, UpdateWorkspacesPoolResult } from "../models/
|
|
3
|
+
import { UpdateWorkspacesPoolRequest, UpdateWorkspacesPoolResult } from "../models/models_0";
|
|
4
4
|
import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
package/dist-types/index.d.ts
CHANGED
|
@@ -26,5 +26,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
26
26
|
export type { WorkSpacesExtensionConfiguration } from "./extensionConfiguration";
|
|
27
27
|
export * from "./commands";
|
|
28
28
|
export * from "./pagination";
|
|
29
|
-
export * from "./models";
|
|
29
|
+
export * from "./models/enums";
|
|
30
|
+
export * from "./models/errors";
|
|
31
|
+
export type * from "./models/models_0";
|
|
30
32
|
export { WorkSpacesServiceException } from "./models/WorkSpacesServiceException";
|