@aws-sdk/client-codecatalyst 3.928.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 +1472 -1749
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CodeCatalystClient.js +2 -0
- package/dist-es/commands/CreateAccessTokenCommand.js +3 -10
- package/dist-es/commands/CreateDevEnvironmentCommand.js +3 -9
- package/dist-es/commands/CreateProjectCommand.js +3 -9
- package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +3 -9
- package/dist-es/commands/CreateSourceRepositoryCommand.js +3 -9
- package/dist-es/commands/DeleteAccessTokenCommand.js +3 -9
- package/dist-es/commands/DeleteDevEnvironmentCommand.js +3 -9
- package/dist-es/commands/DeleteProjectCommand.js +3 -9
- package/dist-es/commands/DeleteSourceRepositoryCommand.js +3 -9
- package/dist-es/commands/DeleteSpaceCommand.js +3 -9
- package/dist-es/commands/GetDevEnvironmentCommand.js +3 -9
- package/dist-es/commands/GetProjectCommand.js +3 -9
- package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +3 -9
- package/dist-es/commands/GetSourceRepositoryCommand.js +3 -9
- package/dist-es/commands/GetSpaceCommand.js +3 -9
- package/dist-es/commands/GetSubscriptionCommand.js +3 -9
- package/dist-es/commands/GetUserDetailsCommand.js +3 -9
- package/dist-es/commands/GetWorkflowCommand.js +3 -9
- package/dist-es/commands/GetWorkflowRunCommand.js +3 -9
- package/dist-es/commands/ListAccessTokensCommand.js +3 -9
- package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +3 -9
- package/dist-es/commands/ListDevEnvironmentsCommand.js +3 -9
- package/dist-es/commands/ListEventLogsCommand.js +3 -9
- package/dist-es/commands/ListProjectsCommand.js +3 -9
- package/dist-es/commands/ListSourceRepositoriesCommand.js +3 -9
- package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +3 -9
- package/dist-es/commands/ListSpacesCommand.js +3 -9
- package/dist-es/commands/ListWorkflowRunsCommand.js +3 -9
- package/dist-es/commands/ListWorkflowsCommand.js +3 -9
- package/dist-es/commands/StartDevEnvironmentCommand.js +3 -9
- package/dist-es/commands/StartDevEnvironmentSessionCommand.js +3 -10
- package/dist-es/commands/StartWorkflowRunCommand.js +3 -9
- package/dist-es/commands/StopDevEnvironmentCommand.js +3 -9
- package/dist-es/commands/StopDevEnvironmentSessionCommand.js +3 -9
- package/dist-es/commands/UpdateDevEnvironmentCommand.js +3 -9
- package/dist-es/commands/UpdateProjectCommand.js +3 -9
- package/dist-es/commands/UpdateSpaceCommand.js +3 -9
- package/dist-es/commands/VerifySessionCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -14
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1383 -0
- package/dist-types/CodeCatalystClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- 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 +175 -0
- package/dist-types/ts3.4/CodeCatalystClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -9
- 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 +181 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -1455
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
|
@@ -1,344 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateAccessTokenCommandInput, CreateAccessTokenCommandOutput } from "../commands/CreateAccessTokenCommand";
|
|
4
|
-
import { CreateDevEnvironmentCommandInput, CreateDevEnvironmentCommandOutput } from "../commands/CreateDevEnvironmentCommand";
|
|
5
|
-
import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
|
|
6
|
-
import { CreateSourceRepositoryBranchCommandInput, CreateSourceRepositoryBranchCommandOutput } from "../commands/CreateSourceRepositoryBranchCommand";
|
|
7
|
-
import { CreateSourceRepositoryCommandInput, CreateSourceRepositoryCommandOutput } from "../commands/CreateSourceRepositoryCommand";
|
|
8
|
-
import { DeleteAccessTokenCommandInput, DeleteAccessTokenCommandOutput } from "../commands/DeleteAccessTokenCommand";
|
|
9
|
-
import { DeleteDevEnvironmentCommandInput, DeleteDevEnvironmentCommandOutput } from "../commands/DeleteDevEnvironmentCommand";
|
|
10
|
-
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
|
|
11
|
-
import { DeleteSourceRepositoryCommandInput, DeleteSourceRepositoryCommandOutput } from "../commands/DeleteSourceRepositoryCommand";
|
|
12
|
-
import { DeleteSpaceCommandInput, DeleteSpaceCommandOutput } from "../commands/DeleteSpaceCommand";
|
|
13
|
-
import { GetDevEnvironmentCommandInput, GetDevEnvironmentCommandOutput } from "../commands/GetDevEnvironmentCommand";
|
|
14
|
-
import { GetProjectCommandInput, GetProjectCommandOutput } from "../commands/GetProjectCommand";
|
|
15
|
-
import { GetSourceRepositoryCloneUrlsCommandInput, GetSourceRepositoryCloneUrlsCommandOutput } from "../commands/GetSourceRepositoryCloneUrlsCommand";
|
|
16
|
-
import { GetSourceRepositoryCommandInput, GetSourceRepositoryCommandOutput } from "../commands/GetSourceRepositoryCommand";
|
|
17
|
-
import { GetSpaceCommandInput, GetSpaceCommandOutput } from "../commands/GetSpaceCommand";
|
|
18
|
-
import { GetSubscriptionCommandInput, GetSubscriptionCommandOutput } from "../commands/GetSubscriptionCommand";
|
|
19
|
-
import { GetUserDetailsCommandInput, GetUserDetailsCommandOutput } from "../commands/GetUserDetailsCommand";
|
|
20
|
-
import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "../commands/GetWorkflowCommand";
|
|
21
|
-
import { GetWorkflowRunCommandInput, GetWorkflowRunCommandOutput } from "../commands/GetWorkflowRunCommand";
|
|
22
|
-
import { ListAccessTokensCommandInput, ListAccessTokensCommandOutput } from "../commands/ListAccessTokensCommand";
|
|
23
|
-
import { ListDevEnvironmentsCommandInput, ListDevEnvironmentsCommandOutput } from "../commands/ListDevEnvironmentsCommand";
|
|
24
|
-
import { ListDevEnvironmentSessionsCommandInput, ListDevEnvironmentSessionsCommandOutput } from "../commands/ListDevEnvironmentSessionsCommand";
|
|
25
|
-
import { ListEventLogsCommandInput, ListEventLogsCommandOutput } from "../commands/ListEventLogsCommand";
|
|
26
|
-
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
|
|
27
|
-
import { ListSourceRepositoriesCommandInput, ListSourceRepositoriesCommandOutput } from "../commands/ListSourceRepositoriesCommand";
|
|
28
|
-
import { ListSourceRepositoryBranchesCommandInput, ListSourceRepositoryBranchesCommandOutput } from "../commands/ListSourceRepositoryBranchesCommand";
|
|
29
|
-
import { ListSpacesCommandInput, ListSpacesCommandOutput } from "../commands/ListSpacesCommand";
|
|
30
|
-
import { ListWorkflowRunsCommandInput, ListWorkflowRunsCommandOutput } from "../commands/ListWorkflowRunsCommand";
|
|
31
|
-
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
|
|
32
|
-
import { StartDevEnvironmentCommandInput, StartDevEnvironmentCommandOutput } from "../commands/StartDevEnvironmentCommand";
|
|
33
|
-
import { StartDevEnvironmentSessionCommandInput, StartDevEnvironmentSessionCommandOutput } from "../commands/StartDevEnvironmentSessionCommand";
|
|
34
|
-
import { StartWorkflowRunCommandInput, StartWorkflowRunCommandOutput } from "../commands/StartWorkflowRunCommand";
|
|
35
|
-
import { StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput } from "../commands/StopDevEnvironmentCommand";
|
|
36
|
-
import { StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput } from "../commands/StopDevEnvironmentSessionCommand";
|
|
37
|
-
import { UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput } from "../commands/UpdateDevEnvironmentCommand";
|
|
38
|
-
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
|
|
39
|
-
import { UpdateSpaceCommandInput, UpdateSpaceCommandOutput } from "../commands/UpdateSpaceCommand";
|
|
40
|
-
import { VerifySessionCommandInput, VerifySessionCommandOutput } from "../commands/VerifySessionCommand";
|
|
41
|
-
/**
|
|
42
|
-
* serializeAws_restJson1CreateAccessTokenCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const se_CreateAccessTokenCommand: (input: CreateAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
/**
|
|
46
|
-
* serializeAws_restJson1CreateDevEnvironmentCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const se_CreateDevEnvironmentCommand: (input: CreateDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
/**
|
|
50
|
-
* serializeAws_restJson1CreateProjectCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const se_CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_restJson1CreateSourceRepositoryCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_CreateSourceRepositoryCommand: (input: CreateSourceRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
/**
|
|
58
|
-
* serializeAws_restJson1CreateSourceRepositoryBranchCommand
|
|
59
|
-
*/
|
|
60
|
-
export declare const se_CreateSourceRepositoryBranchCommand: (input: CreateSourceRepositoryBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
/**
|
|
62
|
-
* serializeAws_restJson1DeleteAccessTokenCommand
|
|
63
|
-
*/
|
|
64
|
-
export declare const se_DeleteAccessTokenCommand: (input: DeleteAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* serializeAws_restJson1DeleteDevEnvironmentCommand
|
|
67
|
-
*/
|
|
68
|
-
export declare const se_DeleteDevEnvironmentCommand: (input: DeleteDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_restJson1DeleteProjectCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
/**
|
|
74
|
-
* serializeAws_restJson1DeleteSourceRepositoryCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_DeleteSourceRepositoryCommand: (input: DeleteSourceRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_restJson1DeleteSpaceCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_DeleteSpaceCommand: (input: DeleteSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_restJson1GetDevEnvironmentCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_GetDevEnvironmentCommand: (input: GetDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_restJson1GetProjectCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_GetProjectCommand: (input: GetProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_restJson1GetSourceRepositoryCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_GetSourceRepositoryCommand: (input: GetSourceRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* serializeAws_restJson1GetSourceRepositoryCloneUrlsCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const se_GetSourceRepositoryCloneUrlsCommand: (input: GetSourceRepositoryCloneUrlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
-
/**
|
|
98
|
-
* serializeAws_restJson1GetSpaceCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const se_GetSpaceCommand: (input: GetSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
/**
|
|
102
|
-
* serializeAws_restJson1GetSubscriptionCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const se_GetSubscriptionCommand: (input: GetSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
/**
|
|
106
|
-
* serializeAws_restJson1GetUserDetailsCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const se_GetUserDetailsCommand: (input: GetUserDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
/**
|
|
110
|
-
* serializeAws_restJson1GetWorkflowCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const se_GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
/**
|
|
114
|
-
* serializeAws_restJson1GetWorkflowRunCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const se_GetWorkflowRunCommand: (input: GetWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
/**
|
|
118
|
-
* serializeAws_restJson1ListAccessTokensCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const se_ListAccessTokensCommand: (input: ListAccessTokensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
-
/**
|
|
122
|
-
* serializeAws_restJson1ListDevEnvironmentsCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const se_ListDevEnvironmentsCommand: (input: ListDevEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
/**
|
|
126
|
-
* serializeAws_restJson1ListDevEnvironmentSessionsCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const se_ListDevEnvironmentSessionsCommand: (input: ListDevEnvironmentSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
/**
|
|
130
|
-
* serializeAws_restJson1ListEventLogsCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const se_ListEventLogsCommand: (input: ListEventLogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
/**
|
|
134
|
-
* serializeAws_restJson1ListProjectsCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const se_ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
-
/**
|
|
138
|
-
* serializeAws_restJson1ListSourceRepositoriesCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const se_ListSourceRepositoriesCommand: (input: ListSourceRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
-
/**
|
|
142
|
-
* serializeAws_restJson1ListSourceRepositoryBranchesCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const se_ListSourceRepositoryBranchesCommand: (input: ListSourceRepositoryBranchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
-
/**
|
|
146
|
-
* serializeAws_restJson1ListSpacesCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const se_ListSpacesCommand: (input: ListSpacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
-
/**
|
|
150
|
-
* serializeAws_restJson1ListWorkflowRunsCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const se_ListWorkflowRunsCommand: (input: ListWorkflowRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
-
/**
|
|
154
|
-
* serializeAws_restJson1ListWorkflowsCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const se_ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
-
/**
|
|
158
|
-
* serializeAws_restJson1StartDevEnvironmentCommand
|
|
159
|
-
*/
|
|
160
|
-
export declare const se_StartDevEnvironmentCommand: (input: StartDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
-
/**
|
|
162
|
-
* serializeAws_restJson1StartDevEnvironmentSessionCommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const se_StartDevEnvironmentSessionCommand: (input: StartDevEnvironmentSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
-
/**
|
|
166
|
-
* serializeAws_restJson1StartWorkflowRunCommand
|
|
167
|
-
*/
|
|
168
|
-
export declare const se_StartWorkflowRunCommand: (input: StartWorkflowRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
-
/**
|
|
170
|
-
* serializeAws_restJson1StopDevEnvironmentCommand
|
|
171
|
-
*/
|
|
172
|
-
export declare const se_StopDevEnvironmentCommand: (input: StopDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
-
/**
|
|
174
|
-
* serializeAws_restJson1StopDevEnvironmentSessionCommand
|
|
175
|
-
*/
|
|
176
|
-
export declare const se_StopDevEnvironmentSessionCommand: (input: StopDevEnvironmentSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
-
/**
|
|
178
|
-
* serializeAws_restJson1UpdateDevEnvironmentCommand
|
|
179
|
-
*/
|
|
180
|
-
export declare const se_UpdateDevEnvironmentCommand: (input: UpdateDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
-
/**
|
|
182
|
-
* serializeAws_restJson1UpdateProjectCommand
|
|
183
|
-
*/
|
|
184
|
-
export declare const se_UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
-
/**
|
|
186
|
-
* serializeAws_restJson1UpdateSpaceCommand
|
|
187
|
-
*/
|
|
188
|
-
export declare const se_UpdateSpaceCommand: (input: UpdateSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
-
/**
|
|
190
|
-
* serializeAws_restJson1VerifySessionCommand
|
|
191
|
-
*/
|
|
192
|
-
export declare const se_VerifySessionCommand: (input: VerifySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
-
/**
|
|
194
|
-
* deserializeAws_restJson1CreateAccessTokenCommand
|
|
195
|
-
*/
|
|
196
|
-
export declare const de_CreateAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessTokenCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* deserializeAws_restJson1CreateDevEnvironmentCommand
|
|
199
|
-
*/
|
|
200
|
-
export declare const de_CreateDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDevEnvironmentCommandOutput>;
|
|
201
|
-
/**
|
|
202
|
-
* deserializeAws_restJson1CreateProjectCommand
|
|
203
|
-
*/
|
|
204
|
-
export declare const de_CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
|
|
205
|
-
/**
|
|
206
|
-
* deserializeAws_restJson1CreateSourceRepositoryCommand
|
|
207
|
-
*/
|
|
208
|
-
export declare const de_CreateSourceRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSourceRepositoryCommandOutput>;
|
|
209
|
-
/**
|
|
210
|
-
* deserializeAws_restJson1CreateSourceRepositoryBranchCommand
|
|
211
|
-
*/
|
|
212
|
-
export declare const de_CreateSourceRepositoryBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSourceRepositoryBranchCommandOutput>;
|
|
213
|
-
/**
|
|
214
|
-
* deserializeAws_restJson1DeleteAccessTokenCommand
|
|
215
|
-
*/
|
|
216
|
-
export declare const de_DeleteAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessTokenCommandOutput>;
|
|
217
|
-
/**
|
|
218
|
-
* deserializeAws_restJson1DeleteDevEnvironmentCommand
|
|
219
|
-
*/
|
|
220
|
-
export declare const de_DeleteDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDevEnvironmentCommandOutput>;
|
|
221
|
-
/**
|
|
222
|
-
* deserializeAws_restJson1DeleteProjectCommand
|
|
223
|
-
*/
|
|
224
|
-
export declare const de_DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
|
|
225
|
-
/**
|
|
226
|
-
* deserializeAws_restJson1DeleteSourceRepositoryCommand
|
|
227
|
-
*/
|
|
228
|
-
export declare const de_DeleteSourceRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceRepositoryCommandOutput>;
|
|
229
|
-
/**
|
|
230
|
-
* deserializeAws_restJson1DeleteSpaceCommand
|
|
231
|
-
*/
|
|
232
|
-
export declare const de_DeleteSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSpaceCommandOutput>;
|
|
233
|
-
/**
|
|
234
|
-
* deserializeAws_restJson1GetDevEnvironmentCommand
|
|
235
|
-
*/
|
|
236
|
-
export declare const de_GetDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevEnvironmentCommandOutput>;
|
|
237
|
-
/**
|
|
238
|
-
* deserializeAws_restJson1GetProjectCommand
|
|
239
|
-
*/
|
|
240
|
-
export declare const de_GetProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProjectCommandOutput>;
|
|
241
|
-
/**
|
|
242
|
-
* deserializeAws_restJson1GetSourceRepositoryCommand
|
|
243
|
-
*/
|
|
244
|
-
export declare const de_GetSourceRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSourceRepositoryCommandOutput>;
|
|
245
|
-
/**
|
|
246
|
-
* deserializeAws_restJson1GetSourceRepositoryCloneUrlsCommand
|
|
247
|
-
*/
|
|
248
|
-
export declare const de_GetSourceRepositoryCloneUrlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSourceRepositoryCloneUrlsCommandOutput>;
|
|
249
|
-
/**
|
|
250
|
-
* deserializeAws_restJson1GetSpaceCommand
|
|
251
|
-
*/
|
|
252
|
-
export declare const de_GetSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSpaceCommandOutput>;
|
|
253
|
-
/**
|
|
254
|
-
* deserializeAws_restJson1GetSubscriptionCommand
|
|
255
|
-
*/
|
|
256
|
-
export declare const de_GetSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionCommandOutput>;
|
|
257
|
-
/**
|
|
258
|
-
* deserializeAws_restJson1GetUserDetailsCommand
|
|
259
|
-
*/
|
|
260
|
-
export declare const de_GetUserDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserDetailsCommandOutput>;
|
|
261
|
-
/**
|
|
262
|
-
* deserializeAws_restJson1GetWorkflowCommand
|
|
263
|
-
*/
|
|
264
|
-
export declare const de_GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
|
|
265
|
-
/**
|
|
266
|
-
* deserializeAws_restJson1GetWorkflowRunCommand
|
|
267
|
-
*/
|
|
268
|
-
export declare const de_GetWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowRunCommandOutput>;
|
|
269
|
-
/**
|
|
270
|
-
* deserializeAws_restJson1ListAccessTokensCommand
|
|
271
|
-
*/
|
|
272
|
-
export declare const de_ListAccessTokensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessTokensCommandOutput>;
|
|
273
|
-
/**
|
|
274
|
-
* deserializeAws_restJson1ListDevEnvironmentsCommand
|
|
275
|
-
*/
|
|
276
|
-
export declare const de_ListDevEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevEnvironmentsCommandOutput>;
|
|
277
|
-
/**
|
|
278
|
-
* deserializeAws_restJson1ListDevEnvironmentSessionsCommand
|
|
279
|
-
*/
|
|
280
|
-
export declare const de_ListDevEnvironmentSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevEnvironmentSessionsCommandOutput>;
|
|
281
|
-
/**
|
|
282
|
-
* deserializeAws_restJson1ListEventLogsCommand
|
|
283
|
-
*/
|
|
284
|
-
export declare const de_ListEventLogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventLogsCommandOutput>;
|
|
285
|
-
/**
|
|
286
|
-
* deserializeAws_restJson1ListProjectsCommand
|
|
287
|
-
*/
|
|
288
|
-
export declare const de_ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
|
|
289
|
-
/**
|
|
290
|
-
* deserializeAws_restJson1ListSourceRepositoriesCommand
|
|
291
|
-
*/
|
|
292
|
-
export declare const de_ListSourceRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceRepositoriesCommandOutput>;
|
|
293
|
-
/**
|
|
294
|
-
* deserializeAws_restJson1ListSourceRepositoryBranchesCommand
|
|
295
|
-
*/
|
|
296
|
-
export declare const de_ListSourceRepositoryBranchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceRepositoryBranchesCommandOutput>;
|
|
297
|
-
/**
|
|
298
|
-
* deserializeAws_restJson1ListSpacesCommand
|
|
299
|
-
*/
|
|
300
|
-
export declare const de_ListSpacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSpacesCommandOutput>;
|
|
301
|
-
/**
|
|
302
|
-
* deserializeAws_restJson1ListWorkflowRunsCommand
|
|
303
|
-
*/
|
|
304
|
-
export declare const de_ListWorkflowRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowRunsCommandOutput>;
|
|
305
|
-
/**
|
|
306
|
-
* deserializeAws_restJson1ListWorkflowsCommand
|
|
307
|
-
*/
|
|
308
|
-
export declare const de_ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
|
|
309
|
-
/**
|
|
310
|
-
* deserializeAws_restJson1StartDevEnvironmentCommand
|
|
311
|
-
*/
|
|
312
|
-
export declare const de_StartDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDevEnvironmentCommandOutput>;
|
|
313
|
-
/**
|
|
314
|
-
* deserializeAws_restJson1StartDevEnvironmentSessionCommand
|
|
315
|
-
*/
|
|
316
|
-
export declare const de_StartDevEnvironmentSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDevEnvironmentSessionCommandOutput>;
|
|
317
|
-
/**
|
|
318
|
-
* deserializeAws_restJson1StartWorkflowRunCommand
|
|
319
|
-
*/
|
|
320
|
-
export declare const de_StartWorkflowRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkflowRunCommandOutput>;
|
|
321
|
-
/**
|
|
322
|
-
* deserializeAws_restJson1StopDevEnvironmentCommand
|
|
323
|
-
*/
|
|
324
|
-
export declare const de_StopDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDevEnvironmentCommandOutput>;
|
|
325
|
-
/**
|
|
326
|
-
* deserializeAws_restJson1StopDevEnvironmentSessionCommand
|
|
327
|
-
*/
|
|
328
|
-
export declare const de_StopDevEnvironmentSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDevEnvironmentSessionCommandOutput>;
|
|
329
|
-
/**
|
|
330
|
-
* deserializeAws_restJson1UpdateDevEnvironmentCommand
|
|
331
|
-
*/
|
|
332
|
-
export declare const de_UpdateDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDevEnvironmentCommandOutput>;
|
|
333
|
-
/**
|
|
334
|
-
* deserializeAws_restJson1UpdateProjectCommand
|
|
335
|
-
*/
|
|
336
|
-
export declare const de_UpdateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectCommandOutput>;
|
|
337
|
-
/**
|
|
338
|
-
* deserializeAws_restJson1UpdateSpaceCommand
|
|
339
|
-
*/
|
|
340
|
-
export declare const de_UpdateSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSpaceCommandOutput>;
|
|
341
|
-
/**
|
|
342
|
-
* deserializeAws_restJson1VerifySessionCommand
|
|
343
|
-
*/
|
|
344
|
-
export declare const de_VerifySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifySessionCommandOutput>;
|