@aws-sdk/client-grafana 3.927.0 → 3.929.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 +1241 -1245
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/GrafanaClient.js +2 -0
- package/dist-es/commands/AssociateLicenseCommand.js +3 -10
- package/dist-es/commands/CreateWorkspaceApiKeyCommand.js +3 -10
- package/dist-es/commands/CreateWorkspaceCommand.js +3 -10
- package/dist-es/commands/CreateWorkspaceServiceAccountCommand.js +3 -9
- package/dist-es/commands/CreateWorkspaceServiceAccountTokenCommand.js +3 -10
- package/dist-es/commands/DeleteWorkspaceApiKeyCommand.js +3 -9
- package/dist-es/commands/DeleteWorkspaceCommand.js +3 -10
- package/dist-es/commands/DeleteWorkspaceServiceAccountCommand.js +3 -9
- package/dist-es/commands/DeleteWorkspaceServiceAccountTokenCommand.js +3 -9
- package/dist-es/commands/DescribeWorkspaceAuthenticationCommand.js +3 -10
- package/dist-es/commands/DescribeWorkspaceCommand.js +3 -10
- package/dist-es/commands/DescribeWorkspaceConfigurationCommand.js +3 -9
- package/dist-es/commands/DisassociateLicenseCommand.js +3 -10
- package/dist-es/commands/ListPermissionsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListVersionsCommand.js +3 -9
- package/dist-es/commands/ListWorkspaceServiceAccountTokensCommand.js +3 -9
- package/dist-es/commands/ListWorkspaceServiceAccountsCommand.js +3 -9
- package/dist-es/commands/ListWorkspacesCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdatePermissionsCommand.js +3 -9
- package/dist-es/commands/UpdateWorkspaceAuthenticationCommand.js +3 -10
- package/dist-es/commands/UpdateWorkspaceCommand.js +3 -10
- package/dist-es/commands/UpdateWorkspaceConfigurationCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -102
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1189 -0
- package/dist-types/GrafanaClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -84
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +132 -0
- package/dist-types/ts3.4/GrafanaClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -61
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +138 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -938
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -227
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -305
|
@@ -1,227 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AssociateLicenseCommandInput, AssociateLicenseCommandOutput } from "../commands/AssociateLicenseCommand";
|
|
4
|
-
import { CreateWorkspaceApiKeyCommandInput, CreateWorkspaceApiKeyCommandOutput } from "../commands/CreateWorkspaceApiKeyCommand";
|
|
5
|
-
import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "../commands/CreateWorkspaceCommand";
|
|
6
|
-
import { CreateWorkspaceServiceAccountCommandInput, CreateWorkspaceServiceAccountCommandOutput } from "../commands/CreateWorkspaceServiceAccountCommand";
|
|
7
|
-
import { CreateWorkspaceServiceAccountTokenCommandInput, CreateWorkspaceServiceAccountTokenCommandOutput } from "../commands/CreateWorkspaceServiceAccountTokenCommand";
|
|
8
|
-
import { DeleteWorkspaceApiKeyCommandInput, DeleteWorkspaceApiKeyCommandOutput } from "../commands/DeleteWorkspaceApiKeyCommand";
|
|
9
|
-
import { DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput } from "../commands/DeleteWorkspaceCommand";
|
|
10
|
-
import { DeleteWorkspaceServiceAccountCommandInput, DeleteWorkspaceServiceAccountCommandOutput } from "../commands/DeleteWorkspaceServiceAccountCommand";
|
|
11
|
-
import { DeleteWorkspaceServiceAccountTokenCommandInput, DeleteWorkspaceServiceAccountTokenCommandOutput } from "../commands/DeleteWorkspaceServiceAccountTokenCommand";
|
|
12
|
-
import { DescribeWorkspaceAuthenticationCommandInput, DescribeWorkspaceAuthenticationCommandOutput } from "../commands/DescribeWorkspaceAuthenticationCommand";
|
|
13
|
-
import { DescribeWorkspaceCommandInput, DescribeWorkspaceCommandOutput } from "../commands/DescribeWorkspaceCommand";
|
|
14
|
-
import { DescribeWorkspaceConfigurationCommandInput, DescribeWorkspaceConfigurationCommandOutput } from "../commands/DescribeWorkspaceConfigurationCommand";
|
|
15
|
-
import { DisassociateLicenseCommandInput, DisassociateLicenseCommandOutput } from "../commands/DisassociateLicenseCommand";
|
|
16
|
-
import { ListPermissionsCommandInput, ListPermissionsCommandOutput } from "../commands/ListPermissionsCommand";
|
|
17
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
18
|
-
import { ListVersionsCommandInput, ListVersionsCommandOutput } from "../commands/ListVersionsCommand";
|
|
19
|
-
import { ListWorkspacesCommandInput, ListWorkspacesCommandOutput } from "../commands/ListWorkspacesCommand";
|
|
20
|
-
import { ListWorkspaceServiceAccountsCommandInput, ListWorkspaceServiceAccountsCommandOutput } from "../commands/ListWorkspaceServiceAccountsCommand";
|
|
21
|
-
import { ListWorkspaceServiceAccountTokensCommandInput, ListWorkspaceServiceAccountTokensCommandOutput } from "../commands/ListWorkspaceServiceAccountTokensCommand";
|
|
22
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
23
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
24
|
-
import { UpdatePermissionsCommandInput, UpdatePermissionsCommandOutput } from "../commands/UpdatePermissionsCommand";
|
|
25
|
-
import { UpdateWorkspaceAuthenticationCommandInput, UpdateWorkspaceAuthenticationCommandOutput } from "../commands/UpdateWorkspaceAuthenticationCommand";
|
|
26
|
-
import { UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput } from "../commands/UpdateWorkspaceCommand";
|
|
27
|
-
import { UpdateWorkspaceConfigurationCommandInput, UpdateWorkspaceConfigurationCommandOutput } from "../commands/UpdateWorkspaceConfigurationCommand";
|
|
28
|
-
/**
|
|
29
|
-
* serializeAws_restJson1AssociateLicenseCommand
|
|
30
|
-
*/
|
|
31
|
-
export declare const se_AssociateLicenseCommand: (input: AssociateLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
-
/**
|
|
33
|
-
* serializeAws_restJson1CreateWorkspaceCommand
|
|
34
|
-
*/
|
|
35
|
-
export declare const se_CreateWorkspaceCommand: (input: CreateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
/**
|
|
37
|
-
* serializeAws_restJson1CreateWorkspaceApiKeyCommand
|
|
38
|
-
*/
|
|
39
|
-
export declare const se_CreateWorkspaceApiKeyCommand: (input: CreateWorkspaceApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
/**
|
|
41
|
-
* serializeAws_restJson1CreateWorkspaceServiceAccountCommand
|
|
42
|
-
*/
|
|
43
|
-
export declare const se_CreateWorkspaceServiceAccountCommand: (input: CreateWorkspaceServiceAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
/**
|
|
45
|
-
* serializeAws_restJson1CreateWorkspaceServiceAccountTokenCommand
|
|
46
|
-
*/
|
|
47
|
-
export declare const se_CreateWorkspaceServiceAccountTokenCommand: (input: CreateWorkspaceServiceAccountTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
/**
|
|
49
|
-
* serializeAws_restJson1DeleteWorkspaceCommand
|
|
50
|
-
*/
|
|
51
|
-
export declare const se_DeleteWorkspaceCommand: (input: DeleteWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
/**
|
|
53
|
-
* serializeAws_restJson1DeleteWorkspaceApiKeyCommand
|
|
54
|
-
*/
|
|
55
|
-
export declare const se_DeleteWorkspaceApiKeyCommand: (input: DeleteWorkspaceApiKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
/**
|
|
57
|
-
* serializeAws_restJson1DeleteWorkspaceServiceAccountCommand
|
|
58
|
-
*/
|
|
59
|
-
export declare const se_DeleteWorkspaceServiceAccountCommand: (input: DeleteWorkspaceServiceAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
/**
|
|
61
|
-
* serializeAws_restJson1DeleteWorkspaceServiceAccountTokenCommand
|
|
62
|
-
*/
|
|
63
|
-
export declare const se_DeleteWorkspaceServiceAccountTokenCommand: (input: DeleteWorkspaceServiceAccountTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
/**
|
|
65
|
-
* serializeAws_restJson1DescribeWorkspaceCommand
|
|
66
|
-
*/
|
|
67
|
-
export declare const se_DescribeWorkspaceCommand: (input: DescribeWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
/**
|
|
69
|
-
* serializeAws_restJson1DescribeWorkspaceAuthenticationCommand
|
|
70
|
-
*/
|
|
71
|
-
export declare const se_DescribeWorkspaceAuthenticationCommand: (input: DescribeWorkspaceAuthenticationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
/**
|
|
73
|
-
* serializeAws_restJson1DescribeWorkspaceConfigurationCommand
|
|
74
|
-
*/
|
|
75
|
-
export declare const se_DescribeWorkspaceConfigurationCommand: (input: DescribeWorkspaceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
/**
|
|
77
|
-
* serializeAws_restJson1DisassociateLicenseCommand
|
|
78
|
-
*/
|
|
79
|
-
export declare const se_DisassociateLicenseCommand: (input: DisassociateLicenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
-
/**
|
|
81
|
-
* serializeAws_restJson1ListPermissionsCommand
|
|
82
|
-
*/
|
|
83
|
-
export declare const se_ListPermissionsCommand: (input: ListPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
-
/**
|
|
85
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
86
|
-
*/
|
|
87
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
-
/**
|
|
89
|
-
* serializeAws_restJson1ListVersionsCommand
|
|
90
|
-
*/
|
|
91
|
-
export declare const se_ListVersionsCommand: (input: ListVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
-
/**
|
|
93
|
-
* serializeAws_restJson1ListWorkspacesCommand
|
|
94
|
-
*/
|
|
95
|
-
export declare const se_ListWorkspacesCommand: (input: ListWorkspacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
-
/**
|
|
97
|
-
* serializeAws_restJson1ListWorkspaceServiceAccountsCommand
|
|
98
|
-
*/
|
|
99
|
-
export declare const se_ListWorkspaceServiceAccountsCommand: (input: ListWorkspaceServiceAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
-
/**
|
|
101
|
-
* serializeAws_restJson1ListWorkspaceServiceAccountTokensCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const se_ListWorkspaceServiceAccountTokensCommand: (input: ListWorkspaceServiceAccountTokensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
-
/**
|
|
105
|
-
* serializeAws_restJson1TagResourceCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
/**
|
|
109
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
-
/**
|
|
113
|
-
* serializeAws_restJson1UpdatePermissionsCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const se_UpdatePermissionsCommand: (input: UpdatePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
-
/**
|
|
117
|
-
* serializeAws_restJson1UpdateWorkspaceCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const se_UpdateWorkspaceCommand: (input: UpdateWorkspaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
-
/**
|
|
121
|
-
* serializeAws_restJson1UpdateWorkspaceAuthenticationCommand
|
|
122
|
-
*/
|
|
123
|
-
export declare const se_UpdateWorkspaceAuthenticationCommand: (input: UpdateWorkspaceAuthenticationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
-
/**
|
|
125
|
-
* serializeAws_restJson1UpdateWorkspaceConfigurationCommand
|
|
126
|
-
*/
|
|
127
|
-
export declare const se_UpdateWorkspaceConfigurationCommand: (input: UpdateWorkspaceConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
-
/**
|
|
129
|
-
* deserializeAws_restJson1AssociateLicenseCommand
|
|
130
|
-
*/
|
|
131
|
-
export declare const de_AssociateLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLicenseCommandOutput>;
|
|
132
|
-
/**
|
|
133
|
-
* deserializeAws_restJson1CreateWorkspaceCommand
|
|
134
|
-
*/
|
|
135
|
-
export declare const de_CreateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceCommandOutput>;
|
|
136
|
-
/**
|
|
137
|
-
* deserializeAws_restJson1CreateWorkspaceApiKeyCommand
|
|
138
|
-
*/
|
|
139
|
-
export declare const de_CreateWorkspaceApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceApiKeyCommandOutput>;
|
|
140
|
-
/**
|
|
141
|
-
* deserializeAws_restJson1CreateWorkspaceServiceAccountCommand
|
|
142
|
-
*/
|
|
143
|
-
export declare const de_CreateWorkspaceServiceAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceServiceAccountCommandOutput>;
|
|
144
|
-
/**
|
|
145
|
-
* deserializeAws_restJson1CreateWorkspaceServiceAccountTokenCommand
|
|
146
|
-
*/
|
|
147
|
-
export declare const de_CreateWorkspaceServiceAccountTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkspaceServiceAccountTokenCommandOutput>;
|
|
148
|
-
/**
|
|
149
|
-
* deserializeAws_restJson1DeleteWorkspaceCommand
|
|
150
|
-
*/
|
|
151
|
-
export declare const de_DeleteWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceCommandOutput>;
|
|
152
|
-
/**
|
|
153
|
-
* deserializeAws_restJson1DeleteWorkspaceApiKeyCommand
|
|
154
|
-
*/
|
|
155
|
-
export declare const de_DeleteWorkspaceApiKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceApiKeyCommandOutput>;
|
|
156
|
-
/**
|
|
157
|
-
* deserializeAws_restJson1DeleteWorkspaceServiceAccountCommand
|
|
158
|
-
*/
|
|
159
|
-
export declare const de_DeleteWorkspaceServiceAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceServiceAccountCommandOutput>;
|
|
160
|
-
/**
|
|
161
|
-
* deserializeAws_restJson1DeleteWorkspaceServiceAccountTokenCommand
|
|
162
|
-
*/
|
|
163
|
-
export declare const de_DeleteWorkspaceServiceAccountTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkspaceServiceAccountTokenCommandOutput>;
|
|
164
|
-
/**
|
|
165
|
-
* deserializeAws_restJson1DescribeWorkspaceCommand
|
|
166
|
-
*/
|
|
167
|
-
export declare const de_DescribeWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceCommandOutput>;
|
|
168
|
-
/**
|
|
169
|
-
* deserializeAws_restJson1DescribeWorkspaceAuthenticationCommand
|
|
170
|
-
*/
|
|
171
|
-
export declare const de_DescribeWorkspaceAuthenticationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceAuthenticationCommandOutput>;
|
|
172
|
-
/**
|
|
173
|
-
* deserializeAws_restJson1DescribeWorkspaceConfigurationCommand
|
|
174
|
-
*/
|
|
175
|
-
export declare const de_DescribeWorkspaceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkspaceConfigurationCommandOutput>;
|
|
176
|
-
/**
|
|
177
|
-
* deserializeAws_restJson1DisassociateLicenseCommand
|
|
178
|
-
*/
|
|
179
|
-
export declare const de_DisassociateLicenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateLicenseCommandOutput>;
|
|
180
|
-
/**
|
|
181
|
-
* deserializeAws_restJson1ListPermissionsCommand
|
|
182
|
-
*/
|
|
183
|
-
export declare const de_ListPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPermissionsCommandOutput>;
|
|
184
|
-
/**
|
|
185
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
186
|
-
*/
|
|
187
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
188
|
-
/**
|
|
189
|
-
* deserializeAws_restJson1ListVersionsCommand
|
|
190
|
-
*/
|
|
191
|
-
export declare const de_ListVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVersionsCommandOutput>;
|
|
192
|
-
/**
|
|
193
|
-
* deserializeAws_restJson1ListWorkspacesCommand
|
|
194
|
-
*/
|
|
195
|
-
export declare const de_ListWorkspacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkspacesCommandOutput>;
|
|
196
|
-
/**
|
|
197
|
-
* deserializeAws_restJson1ListWorkspaceServiceAccountsCommand
|
|
198
|
-
*/
|
|
199
|
-
export declare const de_ListWorkspaceServiceAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkspaceServiceAccountsCommandOutput>;
|
|
200
|
-
/**
|
|
201
|
-
* deserializeAws_restJson1ListWorkspaceServiceAccountTokensCommand
|
|
202
|
-
*/
|
|
203
|
-
export declare const de_ListWorkspaceServiceAccountTokensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkspaceServiceAccountTokensCommandOutput>;
|
|
204
|
-
/**
|
|
205
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
206
|
-
*/
|
|
207
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
208
|
-
/**
|
|
209
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
210
|
-
*/
|
|
211
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
212
|
-
/**
|
|
213
|
-
* deserializeAws_restJson1UpdatePermissionsCommand
|
|
214
|
-
*/
|
|
215
|
-
export declare const de_UpdatePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePermissionsCommandOutput>;
|
|
216
|
-
/**
|
|
217
|
-
* deserializeAws_restJson1UpdateWorkspaceCommand
|
|
218
|
-
*/
|
|
219
|
-
export declare const de_UpdateWorkspaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceCommandOutput>;
|
|
220
|
-
/**
|
|
221
|
-
* deserializeAws_restJson1UpdateWorkspaceAuthenticationCommand
|
|
222
|
-
*/
|
|
223
|
-
export declare const de_UpdateWorkspaceAuthenticationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceAuthenticationCommandOutput>;
|
|
224
|
-
/**
|
|
225
|
-
* deserializeAws_restJson1UpdateWorkspaceConfigurationCommand
|
|
226
|
-
*/
|
|
227
|
-
export declare const de_UpdateWorkspaceConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkspaceConfigurationCommandOutput>;
|
|
@@ -1,305 +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
|
-
AssociateLicenseCommandInput,
|
|
8
|
-
AssociateLicenseCommandOutput,
|
|
9
|
-
} from "../commands/AssociateLicenseCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateWorkspaceApiKeyCommandInput,
|
|
12
|
-
CreateWorkspaceApiKeyCommandOutput,
|
|
13
|
-
} from "../commands/CreateWorkspaceApiKeyCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateWorkspaceCommandInput,
|
|
16
|
-
CreateWorkspaceCommandOutput,
|
|
17
|
-
} from "../commands/CreateWorkspaceCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateWorkspaceServiceAccountCommandInput,
|
|
20
|
-
CreateWorkspaceServiceAccountCommandOutput,
|
|
21
|
-
} from "../commands/CreateWorkspaceServiceAccountCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateWorkspaceServiceAccountTokenCommandInput,
|
|
24
|
-
CreateWorkspaceServiceAccountTokenCommandOutput,
|
|
25
|
-
} from "../commands/CreateWorkspaceServiceAccountTokenCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteWorkspaceApiKeyCommandInput,
|
|
28
|
-
DeleteWorkspaceApiKeyCommandOutput,
|
|
29
|
-
} from "../commands/DeleteWorkspaceApiKeyCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteWorkspaceCommandInput,
|
|
32
|
-
DeleteWorkspaceCommandOutput,
|
|
33
|
-
} from "../commands/DeleteWorkspaceCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteWorkspaceServiceAccountCommandInput,
|
|
36
|
-
DeleteWorkspaceServiceAccountCommandOutput,
|
|
37
|
-
} from "../commands/DeleteWorkspaceServiceAccountCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeleteWorkspaceServiceAccountTokenCommandInput,
|
|
40
|
-
DeleteWorkspaceServiceAccountTokenCommandOutput,
|
|
41
|
-
} from "../commands/DeleteWorkspaceServiceAccountTokenCommand";
|
|
42
|
-
import {
|
|
43
|
-
DescribeWorkspaceAuthenticationCommandInput,
|
|
44
|
-
DescribeWorkspaceAuthenticationCommandOutput,
|
|
45
|
-
} from "../commands/DescribeWorkspaceAuthenticationCommand";
|
|
46
|
-
import {
|
|
47
|
-
DescribeWorkspaceCommandInput,
|
|
48
|
-
DescribeWorkspaceCommandOutput,
|
|
49
|
-
} from "../commands/DescribeWorkspaceCommand";
|
|
50
|
-
import {
|
|
51
|
-
DescribeWorkspaceConfigurationCommandInput,
|
|
52
|
-
DescribeWorkspaceConfigurationCommandOutput,
|
|
53
|
-
} from "../commands/DescribeWorkspaceConfigurationCommand";
|
|
54
|
-
import {
|
|
55
|
-
DisassociateLicenseCommandInput,
|
|
56
|
-
DisassociateLicenseCommandOutput,
|
|
57
|
-
} from "../commands/DisassociateLicenseCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListPermissionsCommandInput,
|
|
60
|
-
ListPermissionsCommandOutput,
|
|
61
|
-
} from "../commands/ListPermissionsCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListTagsForResourceCommandInput,
|
|
64
|
-
ListTagsForResourceCommandOutput,
|
|
65
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListVersionsCommandInput,
|
|
68
|
-
ListVersionsCommandOutput,
|
|
69
|
-
} from "../commands/ListVersionsCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListWorkspacesCommandInput,
|
|
72
|
-
ListWorkspacesCommandOutput,
|
|
73
|
-
} from "../commands/ListWorkspacesCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListWorkspaceServiceAccountsCommandInput,
|
|
76
|
-
ListWorkspaceServiceAccountsCommandOutput,
|
|
77
|
-
} from "../commands/ListWorkspaceServiceAccountsCommand";
|
|
78
|
-
import {
|
|
79
|
-
ListWorkspaceServiceAccountTokensCommandInput,
|
|
80
|
-
ListWorkspaceServiceAccountTokensCommandOutput,
|
|
81
|
-
} from "../commands/ListWorkspaceServiceAccountTokensCommand";
|
|
82
|
-
import {
|
|
83
|
-
TagResourceCommandInput,
|
|
84
|
-
TagResourceCommandOutput,
|
|
85
|
-
} from "../commands/TagResourceCommand";
|
|
86
|
-
import {
|
|
87
|
-
UntagResourceCommandInput,
|
|
88
|
-
UntagResourceCommandOutput,
|
|
89
|
-
} from "../commands/UntagResourceCommand";
|
|
90
|
-
import {
|
|
91
|
-
UpdatePermissionsCommandInput,
|
|
92
|
-
UpdatePermissionsCommandOutput,
|
|
93
|
-
} from "../commands/UpdatePermissionsCommand";
|
|
94
|
-
import {
|
|
95
|
-
UpdateWorkspaceAuthenticationCommandInput,
|
|
96
|
-
UpdateWorkspaceAuthenticationCommandOutput,
|
|
97
|
-
} from "../commands/UpdateWorkspaceAuthenticationCommand";
|
|
98
|
-
import {
|
|
99
|
-
UpdateWorkspaceCommandInput,
|
|
100
|
-
UpdateWorkspaceCommandOutput,
|
|
101
|
-
} from "../commands/UpdateWorkspaceCommand";
|
|
102
|
-
import {
|
|
103
|
-
UpdateWorkspaceConfigurationCommandInput,
|
|
104
|
-
UpdateWorkspaceConfigurationCommandOutput,
|
|
105
|
-
} from "../commands/UpdateWorkspaceConfigurationCommand";
|
|
106
|
-
export declare const se_AssociateLicenseCommand: (
|
|
107
|
-
input: AssociateLicenseCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_CreateWorkspaceCommand: (
|
|
111
|
-
input: CreateWorkspaceCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_CreateWorkspaceApiKeyCommand: (
|
|
115
|
-
input: CreateWorkspaceApiKeyCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_CreateWorkspaceServiceAccountCommand: (
|
|
119
|
-
input: CreateWorkspaceServiceAccountCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_CreateWorkspaceServiceAccountTokenCommand: (
|
|
123
|
-
input: CreateWorkspaceServiceAccountTokenCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_DeleteWorkspaceCommand: (
|
|
127
|
-
input: DeleteWorkspaceCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_DeleteWorkspaceApiKeyCommand: (
|
|
131
|
-
input: DeleteWorkspaceApiKeyCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_DeleteWorkspaceServiceAccountCommand: (
|
|
135
|
-
input: DeleteWorkspaceServiceAccountCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_DeleteWorkspaceServiceAccountTokenCommand: (
|
|
139
|
-
input: DeleteWorkspaceServiceAccountTokenCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_DescribeWorkspaceCommand: (
|
|
143
|
-
input: DescribeWorkspaceCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_DescribeWorkspaceAuthenticationCommand: (
|
|
147
|
-
input: DescribeWorkspaceAuthenticationCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_DescribeWorkspaceConfigurationCommand: (
|
|
151
|
-
input: DescribeWorkspaceConfigurationCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_DisassociateLicenseCommand: (
|
|
155
|
-
input: DisassociateLicenseCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_ListPermissionsCommand: (
|
|
159
|
-
input: ListPermissionsCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
163
|
-
input: ListTagsForResourceCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_ListVersionsCommand: (
|
|
167
|
-
input: ListVersionsCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_ListWorkspacesCommand: (
|
|
171
|
-
input: ListWorkspacesCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_ListWorkspaceServiceAccountsCommand: (
|
|
175
|
-
input: ListWorkspaceServiceAccountsCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_ListWorkspaceServiceAccountTokensCommand: (
|
|
179
|
-
input: ListWorkspaceServiceAccountTokensCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_TagResourceCommand: (
|
|
183
|
-
input: TagResourceCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_UntagResourceCommand: (
|
|
187
|
-
input: UntagResourceCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_UpdatePermissionsCommand: (
|
|
191
|
-
input: UpdatePermissionsCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_UpdateWorkspaceCommand: (
|
|
195
|
-
input: UpdateWorkspaceCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_UpdateWorkspaceAuthenticationCommand: (
|
|
199
|
-
input: UpdateWorkspaceAuthenticationCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_UpdateWorkspaceConfigurationCommand: (
|
|
203
|
-
input: UpdateWorkspaceConfigurationCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const de_AssociateLicenseCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<AssociateLicenseCommandOutput>;
|
|
210
|
-
export declare const de_CreateWorkspaceCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<CreateWorkspaceCommandOutput>;
|
|
214
|
-
export declare const de_CreateWorkspaceApiKeyCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<CreateWorkspaceApiKeyCommandOutput>;
|
|
218
|
-
export declare const de_CreateWorkspaceServiceAccountCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<CreateWorkspaceServiceAccountCommandOutput>;
|
|
222
|
-
export declare const de_CreateWorkspaceServiceAccountTokenCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<CreateWorkspaceServiceAccountTokenCommandOutput>;
|
|
226
|
-
export declare const de_DeleteWorkspaceCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<DeleteWorkspaceCommandOutput>;
|
|
230
|
-
export declare const de_DeleteWorkspaceApiKeyCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<DeleteWorkspaceApiKeyCommandOutput>;
|
|
234
|
-
export declare const de_DeleteWorkspaceServiceAccountCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<DeleteWorkspaceServiceAccountCommandOutput>;
|
|
238
|
-
export declare const de_DeleteWorkspaceServiceAccountTokenCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<DeleteWorkspaceServiceAccountTokenCommandOutput>;
|
|
242
|
-
export declare const de_DescribeWorkspaceCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<DescribeWorkspaceCommandOutput>;
|
|
246
|
-
export declare const de_DescribeWorkspaceAuthenticationCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<DescribeWorkspaceAuthenticationCommandOutput>;
|
|
250
|
-
export declare const de_DescribeWorkspaceConfigurationCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<DescribeWorkspaceConfigurationCommandOutput>;
|
|
254
|
-
export declare const de_DisassociateLicenseCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<DisassociateLicenseCommandOutput>;
|
|
258
|
-
export declare const de_ListPermissionsCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<ListPermissionsCommandOutput>;
|
|
262
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
266
|
-
export declare const de_ListVersionsCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<ListVersionsCommandOutput>;
|
|
270
|
-
export declare const de_ListWorkspacesCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<ListWorkspacesCommandOutput>;
|
|
274
|
-
export declare const de_ListWorkspaceServiceAccountsCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<ListWorkspaceServiceAccountsCommandOutput>;
|
|
278
|
-
export declare const de_ListWorkspaceServiceAccountTokensCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<ListWorkspaceServiceAccountTokensCommandOutput>;
|
|
282
|
-
export declare const de_TagResourceCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<TagResourceCommandOutput>;
|
|
286
|
-
export declare const de_UntagResourceCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
290
|
-
export declare const de_UpdatePermissionsCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<UpdatePermissionsCommandOutput>;
|
|
294
|
-
export declare const de_UpdateWorkspaceCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<UpdateWorkspaceCommandOutput>;
|
|
298
|
-
export declare const de_UpdateWorkspaceAuthenticationCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<UpdateWorkspaceAuthenticationCommandOutput>;
|
|
302
|
-
export declare const de_UpdateWorkspaceConfigurationCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<UpdateWorkspaceConfigurationCommandOutput>;
|