@aws-sdk/client-workspaces-instances 3.926.0 → 3.928.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 (37) hide show
  1. package/dist-cjs/index.js +807 -653
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/WorkspacesInstancesClient.js +2 -0
  4. package/dist-es/commands/AssociateVolumeCommand.js +3 -9
  5. package/dist-es/commands/CreateVolumeCommand.js +3 -10
  6. package/dist-es/commands/CreateWorkspaceInstanceCommand.js +3 -10
  7. package/dist-es/commands/DeleteVolumeCommand.js +3 -9
  8. package/dist-es/commands/DeleteWorkspaceInstanceCommand.js +3 -9
  9. package/dist-es/commands/DisassociateVolumeCommand.js +3 -9
  10. package/dist-es/commands/GetWorkspaceInstanceCommand.js +3 -9
  11. package/dist-es/commands/ListInstanceTypesCommand.js +3 -10
  12. package/dist-es/commands/ListRegionsCommand.js +3 -10
  13. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  14. package/dist-es/commands/ListWorkspaceInstancesCommand.js +3 -10
  15. package/dist-es/commands/TagResourceCommand.js +3 -9
  16. package/dist-es/commands/UntagResourceCommand.js +3 -9
  17. package/dist-es/models/models_0.js +0 -75
  18. package/dist-es/runtimeConfig.shared.js +7 -0
  19. package/dist-es/schemas/schemas_0.js +763 -0
  20. package/dist-types/WorkspacesInstancesClient.d.ts +10 -1
  21. package/dist-types/models/models_0.d.ts +0 -56
  22. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  23. package/dist-types/runtimeConfig.d.ts +1 -0
  24. package/dist-types/runtimeConfig.native.d.ts +1 -0
  25. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  26. package/dist-types/schemas/schemas_0.d.ts +110 -0
  27. package/dist-types/ts3.4/WorkspacesInstancesClient.d.ts +4 -0
  28. package/dist-types/ts3.4/models/models_0.d.ts +0 -42
  29. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +116 -0
  34. package/package.json +5 -6
  35. package/dist-es/protocols/Aws_json1_0.js +0 -457
  36. package/dist-types/protocols/Aws_json1_0.d.ts +0 -119
  37. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -161
@@ -1,161 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateVolumeCommandInput,
8
- AssociateVolumeCommandOutput,
9
- } from "../commands/AssociateVolumeCommand";
10
- import {
11
- CreateVolumeCommandInput,
12
- CreateVolumeCommandOutput,
13
- } from "../commands/CreateVolumeCommand";
14
- import {
15
- CreateWorkspaceInstanceCommandInput,
16
- CreateWorkspaceInstanceCommandOutput,
17
- } from "../commands/CreateWorkspaceInstanceCommand";
18
- import {
19
- DeleteVolumeCommandInput,
20
- DeleteVolumeCommandOutput,
21
- } from "../commands/DeleteVolumeCommand";
22
- import {
23
- DeleteWorkspaceInstanceCommandInput,
24
- DeleteWorkspaceInstanceCommandOutput,
25
- } from "../commands/DeleteWorkspaceInstanceCommand";
26
- import {
27
- DisassociateVolumeCommandInput,
28
- DisassociateVolumeCommandOutput,
29
- } from "../commands/DisassociateVolumeCommand";
30
- import {
31
- GetWorkspaceInstanceCommandInput,
32
- GetWorkspaceInstanceCommandOutput,
33
- } from "../commands/GetWorkspaceInstanceCommand";
34
- import {
35
- ListInstanceTypesCommandInput,
36
- ListInstanceTypesCommandOutput,
37
- } from "../commands/ListInstanceTypesCommand";
38
- import {
39
- ListRegionsCommandInput,
40
- ListRegionsCommandOutput,
41
- } from "../commands/ListRegionsCommand";
42
- import {
43
- ListTagsForResourceCommandInput,
44
- ListTagsForResourceCommandOutput,
45
- } from "../commands/ListTagsForResourceCommand";
46
- import {
47
- ListWorkspaceInstancesCommandInput,
48
- ListWorkspaceInstancesCommandOutput,
49
- } from "../commands/ListWorkspaceInstancesCommand";
50
- import {
51
- TagResourceCommandInput,
52
- TagResourceCommandOutput,
53
- } from "../commands/TagResourceCommand";
54
- import {
55
- UntagResourceCommandInput,
56
- UntagResourceCommandOutput,
57
- } from "../commands/UntagResourceCommand";
58
- export declare const se_AssociateVolumeCommand: (
59
- input: AssociateVolumeCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_CreateVolumeCommand: (
63
- input: CreateVolumeCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_CreateWorkspaceInstanceCommand: (
67
- input: CreateWorkspaceInstanceCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_DeleteVolumeCommand: (
71
- input: DeleteVolumeCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_DeleteWorkspaceInstanceCommand: (
75
- input: DeleteWorkspaceInstanceCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_DisassociateVolumeCommand: (
79
- input: DisassociateVolumeCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_GetWorkspaceInstanceCommand: (
83
- input: GetWorkspaceInstanceCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_ListInstanceTypesCommand: (
87
- input: ListInstanceTypesCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_ListRegionsCommand: (
91
- input: ListRegionsCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_ListTagsForResourceCommand: (
95
- input: ListTagsForResourceCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_ListWorkspaceInstancesCommand: (
99
- input: ListWorkspaceInstancesCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_TagResourceCommand: (
103
- input: TagResourceCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_UntagResourceCommand: (
107
- input: UntagResourceCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const de_AssociateVolumeCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<AssociateVolumeCommandOutput>;
114
- export declare const de_CreateVolumeCommand: (
115
- output: __HttpResponse,
116
- context: __SerdeContext
117
- ) => Promise<CreateVolumeCommandOutput>;
118
- export declare const de_CreateWorkspaceInstanceCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<CreateWorkspaceInstanceCommandOutput>;
122
- export declare const de_DeleteVolumeCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<DeleteVolumeCommandOutput>;
126
- export declare const de_DeleteWorkspaceInstanceCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<DeleteWorkspaceInstanceCommandOutput>;
130
- export declare const de_DisassociateVolumeCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<DisassociateVolumeCommandOutput>;
134
- export declare const de_GetWorkspaceInstanceCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<GetWorkspaceInstanceCommandOutput>;
138
- export declare const de_ListInstanceTypesCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<ListInstanceTypesCommandOutput>;
142
- export declare const de_ListRegionsCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<ListRegionsCommandOutput>;
146
- export declare const de_ListTagsForResourceCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<ListTagsForResourceCommandOutput>;
150
- export declare const de_ListWorkspaceInstancesCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<ListWorkspaceInstancesCommandOutput>;
154
- export declare const de_TagResourceCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<TagResourceCommandOutput>;
158
- export declare const de_UntagResourceCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<UntagResourceCommandOutput>;