@aws-sdk/client-codecatalyst 3.306.0 → 3.309.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 (55) hide show
  1. package/dist-cjs/commands/CreateAccessTokenCommand.js +2 -2
  2. package/dist-cjs/commands/CreateDevEnvironmentCommand.js +2 -2
  3. package/dist-cjs/commands/CreateProjectCommand.js +2 -2
  4. package/dist-cjs/commands/CreateSourceRepositoryBranchCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteAccessTokenCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteDevEnvironmentCommand.js +2 -2
  7. package/dist-cjs/commands/GetDevEnvironmentCommand.js +2 -2
  8. package/dist-cjs/commands/GetProjectCommand.js +2 -2
  9. package/dist-cjs/commands/GetSourceRepositoryCloneUrlsCommand.js +2 -2
  10. package/dist-cjs/commands/GetSpaceCommand.js +2 -2
  11. package/dist-cjs/commands/GetSubscriptionCommand.js +2 -2
  12. package/dist-cjs/commands/GetUserDetailsCommand.js +2 -2
  13. package/dist-cjs/commands/ListAccessTokensCommand.js +2 -2
  14. package/dist-cjs/commands/ListDevEnvironmentsCommand.js +2 -2
  15. package/dist-cjs/commands/ListEventLogsCommand.js +2 -2
  16. package/dist-cjs/commands/ListProjectsCommand.js +2 -2
  17. package/dist-cjs/commands/ListSourceRepositoriesCommand.js +2 -2
  18. package/dist-cjs/commands/ListSourceRepositoryBranchesCommand.js +2 -2
  19. package/dist-cjs/commands/ListSpacesCommand.js +2 -2
  20. package/dist-cjs/commands/StartDevEnvironmentCommand.js +2 -2
  21. package/dist-cjs/commands/StartDevEnvironmentSessionCommand.js +2 -2
  22. package/dist-cjs/commands/StopDevEnvironmentCommand.js +2 -2
  23. package/dist-cjs/commands/StopDevEnvironmentSessionCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateDevEnvironmentCommand.js +2 -2
  25. package/dist-cjs/commands/VerifySessionCommand.js +2 -2
  26. package/dist-cjs/protocols/Aws_restJson1.js +392 -402
  27. package/dist-es/commands/CreateAccessTokenCommand.js +3 -3
  28. package/dist-es/commands/CreateDevEnvironmentCommand.js +3 -3
  29. package/dist-es/commands/CreateProjectCommand.js +3 -3
  30. package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +3 -3
  31. package/dist-es/commands/DeleteAccessTokenCommand.js +3 -3
  32. package/dist-es/commands/DeleteDevEnvironmentCommand.js +3 -3
  33. package/dist-es/commands/GetDevEnvironmentCommand.js +3 -3
  34. package/dist-es/commands/GetProjectCommand.js +3 -3
  35. package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +3 -3
  36. package/dist-es/commands/GetSpaceCommand.js +3 -3
  37. package/dist-es/commands/GetSubscriptionCommand.js +3 -3
  38. package/dist-es/commands/GetUserDetailsCommand.js +3 -3
  39. package/dist-es/commands/ListAccessTokensCommand.js +3 -3
  40. package/dist-es/commands/ListDevEnvironmentsCommand.js +3 -3
  41. package/dist-es/commands/ListEventLogsCommand.js +3 -3
  42. package/dist-es/commands/ListProjectsCommand.js +3 -3
  43. package/dist-es/commands/ListSourceRepositoriesCommand.js +3 -3
  44. package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +3 -3
  45. package/dist-es/commands/ListSpacesCommand.js +3 -3
  46. package/dist-es/commands/StartDevEnvironmentCommand.js +3 -3
  47. package/dist-es/commands/StartDevEnvironmentSessionCommand.js +3 -3
  48. package/dist-es/commands/StopDevEnvironmentCommand.js +3 -3
  49. package/dist-es/commands/StopDevEnvironmentSessionCommand.js +3 -3
  50. package/dist-es/commands/UpdateDevEnvironmentCommand.js +3 -3
  51. package/dist-es/commands/VerifySessionCommand.js +3 -3
  52. package/dist-es/protocols/Aws_restJson1.js +341 -351
  53. package/dist-types/protocols/Aws_restJson1.d.ts +200 -50
  54. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +50 -50
  55. package/package.json +5 -5
@@ -25,53 +25,203 @@ import { StopDevEnvironmentCommandInput, StopDevEnvironmentCommandOutput } from
25
25
  import { StopDevEnvironmentSessionCommandInput, StopDevEnvironmentSessionCommandOutput } from "../commands/StopDevEnvironmentSessionCommand";
26
26
  import { UpdateDevEnvironmentCommandInput, UpdateDevEnvironmentCommandOutput } from "../commands/UpdateDevEnvironmentCommand";
27
27
  import { VerifySessionCommandInput, VerifySessionCommandOutput } from "../commands/VerifySessionCommand";
28
- export declare const serializeAws_restJson1CreateAccessTokenCommand: (input: CreateAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1CreateDevEnvironmentCommand: (input: CreateDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1CreateSourceRepositoryBranchCommand: (input: CreateSourceRepositoryBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1DeleteAccessTokenCommand: (input: DeleteAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1DeleteDevEnvironmentCommand: (input: DeleteDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1GetDevEnvironmentCommand: (input: GetDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1GetProjectCommand: (input: GetProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1GetSourceRepositoryCloneUrlsCommand: (input: GetSourceRepositoryCloneUrlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1GetSpaceCommand: (input: GetSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1GetSubscriptionCommand: (input: GetSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1GetUserDetailsCommand: (input: GetUserDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1ListAccessTokensCommand: (input: ListAccessTokensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1ListDevEnvironmentsCommand: (input: ListDevEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1ListEventLogsCommand: (input: ListEventLogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1ListSourceRepositoriesCommand: (input: ListSourceRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1ListSourceRepositoryBranchesCommand: (input: ListSourceRepositoryBranchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1ListSpacesCommand: (input: ListSpacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1StartDevEnvironmentCommand: (input: StartDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1StartDevEnvironmentSessionCommand: (input: StartDevEnvironmentSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1StopDevEnvironmentCommand: (input: StopDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1StopDevEnvironmentSessionCommand: (input: StopDevEnvironmentSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1UpdateDevEnvironmentCommand: (input: UpdateDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1VerifySessionCommand: (input: VerifySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const deserializeAws_restJson1CreateAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessTokenCommandOutput>;
54
- export declare const deserializeAws_restJson1CreateDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDevEnvironmentCommandOutput>;
55
- export declare const deserializeAws_restJson1CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
56
- export declare const deserializeAws_restJson1CreateSourceRepositoryBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSourceRepositoryBranchCommandOutput>;
57
- export declare const deserializeAws_restJson1DeleteAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessTokenCommandOutput>;
58
- export declare const deserializeAws_restJson1DeleteDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDevEnvironmentCommandOutput>;
59
- export declare const deserializeAws_restJson1GetDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevEnvironmentCommandOutput>;
60
- export declare const deserializeAws_restJson1GetProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProjectCommandOutput>;
61
- export declare const deserializeAws_restJson1GetSourceRepositoryCloneUrlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSourceRepositoryCloneUrlsCommandOutput>;
62
- export declare const deserializeAws_restJson1GetSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSpaceCommandOutput>;
63
- export declare const deserializeAws_restJson1GetSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionCommandOutput>;
64
- export declare const deserializeAws_restJson1GetUserDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserDetailsCommandOutput>;
65
- export declare const deserializeAws_restJson1ListAccessTokensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessTokensCommandOutput>;
66
- export declare const deserializeAws_restJson1ListDevEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevEnvironmentsCommandOutput>;
67
- export declare const deserializeAws_restJson1ListEventLogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventLogsCommandOutput>;
68
- export declare const deserializeAws_restJson1ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
69
- export declare const deserializeAws_restJson1ListSourceRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceRepositoriesCommandOutput>;
70
- export declare const deserializeAws_restJson1ListSourceRepositoryBranchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceRepositoryBranchesCommandOutput>;
71
- export declare const deserializeAws_restJson1ListSpacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSpacesCommandOutput>;
72
- export declare const deserializeAws_restJson1StartDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDevEnvironmentCommandOutput>;
73
- export declare const deserializeAws_restJson1StartDevEnvironmentSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDevEnvironmentSessionCommandOutput>;
74
- export declare const deserializeAws_restJson1StopDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDevEnvironmentCommandOutput>;
75
- export declare const deserializeAws_restJson1StopDevEnvironmentSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDevEnvironmentSessionCommandOutput>;
76
- export declare const deserializeAws_restJson1UpdateDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDevEnvironmentCommandOutput>;
77
- export declare const deserializeAws_restJson1VerifySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifySessionCommandOutput>;
28
+ /**
29
+ * serializeAws_restJson1CreateAccessTokenCommand
30
+ */
31
+ export declare const se_CreateAccessTokenCommand: (input: CreateAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
+ /**
33
+ * serializeAws_restJson1CreateDevEnvironmentCommand
34
+ */
35
+ export declare const se_CreateDevEnvironmentCommand: (input: CreateDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
+ /**
37
+ * serializeAws_restJson1CreateProjectCommand
38
+ */
39
+ export declare const se_CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
+ /**
41
+ * serializeAws_restJson1CreateSourceRepositoryBranchCommand
42
+ */
43
+ export declare const se_CreateSourceRepositoryBranchCommand: (input: CreateSourceRepositoryBranchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ /**
45
+ * serializeAws_restJson1DeleteAccessTokenCommand
46
+ */
47
+ export declare const se_DeleteAccessTokenCommand: (input: DeleteAccessTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ /**
49
+ * serializeAws_restJson1DeleteDevEnvironmentCommand
50
+ */
51
+ export declare const se_DeleteDevEnvironmentCommand: (input: DeleteDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ /**
53
+ * serializeAws_restJson1GetDevEnvironmentCommand
54
+ */
55
+ export declare const se_GetDevEnvironmentCommand: (input: GetDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ /**
57
+ * serializeAws_restJson1GetProjectCommand
58
+ */
59
+ export declare const se_GetProjectCommand: (input: GetProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ /**
61
+ * serializeAws_restJson1GetSourceRepositoryCloneUrlsCommand
62
+ */
63
+ export declare const se_GetSourceRepositoryCloneUrlsCommand: (input: GetSourceRepositoryCloneUrlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ /**
65
+ * serializeAws_restJson1GetSpaceCommand
66
+ */
67
+ export declare const se_GetSpaceCommand: (input: GetSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ /**
69
+ * serializeAws_restJson1GetSubscriptionCommand
70
+ */
71
+ export declare const se_GetSubscriptionCommand: (input: GetSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ /**
73
+ * serializeAws_restJson1GetUserDetailsCommand
74
+ */
75
+ export declare const se_GetUserDetailsCommand: (input: GetUserDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ /**
77
+ * serializeAws_restJson1ListAccessTokensCommand
78
+ */
79
+ export declare const se_ListAccessTokensCommand: (input: ListAccessTokensCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ /**
81
+ * serializeAws_restJson1ListDevEnvironmentsCommand
82
+ */
83
+ export declare const se_ListDevEnvironmentsCommand: (input: ListDevEnvironmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ /**
85
+ * serializeAws_restJson1ListEventLogsCommand
86
+ */
87
+ export declare const se_ListEventLogsCommand: (input: ListEventLogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ /**
89
+ * serializeAws_restJson1ListProjectsCommand
90
+ */
91
+ export declare const se_ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ /**
93
+ * serializeAws_restJson1ListSourceRepositoriesCommand
94
+ */
95
+ export declare const se_ListSourceRepositoriesCommand: (input: ListSourceRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ /**
97
+ * serializeAws_restJson1ListSourceRepositoryBranchesCommand
98
+ */
99
+ export declare const se_ListSourceRepositoryBranchesCommand: (input: ListSourceRepositoryBranchesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ /**
101
+ * serializeAws_restJson1ListSpacesCommand
102
+ */
103
+ export declare const se_ListSpacesCommand: (input: ListSpacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ /**
105
+ * serializeAws_restJson1StartDevEnvironmentCommand
106
+ */
107
+ export declare const se_StartDevEnvironmentCommand: (input: StartDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ /**
109
+ * serializeAws_restJson1StartDevEnvironmentSessionCommand
110
+ */
111
+ export declare const se_StartDevEnvironmentSessionCommand: (input: StartDevEnvironmentSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ /**
113
+ * serializeAws_restJson1StopDevEnvironmentCommand
114
+ */
115
+ export declare const se_StopDevEnvironmentCommand: (input: StopDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ /**
117
+ * serializeAws_restJson1StopDevEnvironmentSessionCommand
118
+ */
119
+ export declare const se_StopDevEnvironmentSessionCommand: (input: StopDevEnvironmentSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
+ /**
121
+ * serializeAws_restJson1UpdateDevEnvironmentCommand
122
+ */
123
+ export declare const se_UpdateDevEnvironmentCommand: (input: UpdateDevEnvironmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
+ /**
125
+ * serializeAws_restJson1VerifySessionCommand
126
+ */
127
+ export declare const se_VerifySessionCommand: (input: VerifySessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
+ /**
129
+ * deserializeAws_restJson1CreateAccessTokenCommand
130
+ */
131
+ export declare const de_CreateAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessTokenCommandOutput>;
132
+ /**
133
+ * deserializeAws_restJson1CreateDevEnvironmentCommand
134
+ */
135
+ export declare const de_CreateDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDevEnvironmentCommandOutput>;
136
+ /**
137
+ * deserializeAws_restJson1CreateProjectCommand
138
+ */
139
+ export declare const de_CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
140
+ /**
141
+ * deserializeAws_restJson1CreateSourceRepositoryBranchCommand
142
+ */
143
+ export declare const de_CreateSourceRepositoryBranchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSourceRepositoryBranchCommandOutput>;
144
+ /**
145
+ * deserializeAws_restJson1DeleteAccessTokenCommand
146
+ */
147
+ export declare const de_DeleteAccessTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessTokenCommandOutput>;
148
+ /**
149
+ * deserializeAws_restJson1DeleteDevEnvironmentCommand
150
+ */
151
+ export declare const de_DeleteDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDevEnvironmentCommandOutput>;
152
+ /**
153
+ * deserializeAws_restJson1GetDevEnvironmentCommand
154
+ */
155
+ export declare const de_GetDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevEnvironmentCommandOutput>;
156
+ /**
157
+ * deserializeAws_restJson1GetProjectCommand
158
+ */
159
+ export declare const de_GetProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProjectCommandOutput>;
160
+ /**
161
+ * deserializeAws_restJson1GetSourceRepositoryCloneUrlsCommand
162
+ */
163
+ export declare const de_GetSourceRepositoryCloneUrlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSourceRepositoryCloneUrlsCommandOutput>;
164
+ /**
165
+ * deserializeAws_restJson1GetSpaceCommand
166
+ */
167
+ export declare const de_GetSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSpaceCommandOutput>;
168
+ /**
169
+ * deserializeAws_restJson1GetSubscriptionCommand
170
+ */
171
+ export declare const de_GetSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionCommandOutput>;
172
+ /**
173
+ * deserializeAws_restJson1GetUserDetailsCommand
174
+ */
175
+ export declare const de_GetUserDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserDetailsCommandOutput>;
176
+ /**
177
+ * deserializeAws_restJson1ListAccessTokensCommand
178
+ */
179
+ export declare const de_ListAccessTokensCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccessTokensCommandOutput>;
180
+ /**
181
+ * deserializeAws_restJson1ListDevEnvironmentsCommand
182
+ */
183
+ export declare const de_ListDevEnvironmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevEnvironmentsCommandOutput>;
184
+ /**
185
+ * deserializeAws_restJson1ListEventLogsCommand
186
+ */
187
+ export declare const de_ListEventLogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventLogsCommandOutput>;
188
+ /**
189
+ * deserializeAws_restJson1ListProjectsCommand
190
+ */
191
+ export declare const de_ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
192
+ /**
193
+ * deserializeAws_restJson1ListSourceRepositoriesCommand
194
+ */
195
+ export declare const de_ListSourceRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceRepositoriesCommandOutput>;
196
+ /**
197
+ * deserializeAws_restJson1ListSourceRepositoryBranchesCommand
198
+ */
199
+ export declare const de_ListSourceRepositoryBranchesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceRepositoryBranchesCommandOutput>;
200
+ /**
201
+ * deserializeAws_restJson1ListSpacesCommand
202
+ */
203
+ export declare const de_ListSpacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSpacesCommandOutput>;
204
+ /**
205
+ * deserializeAws_restJson1StartDevEnvironmentCommand
206
+ */
207
+ export declare const de_StartDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDevEnvironmentCommandOutput>;
208
+ /**
209
+ * deserializeAws_restJson1StartDevEnvironmentSessionCommand
210
+ */
211
+ export declare const de_StartDevEnvironmentSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDevEnvironmentSessionCommandOutput>;
212
+ /**
213
+ * deserializeAws_restJson1StopDevEnvironmentCommand
214
+ */
215
+ export declare const de_StopDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDevEnvironmentCommandOutput>;
216
+ /**
217
+ * deserializeAws_restJson1StopDevEnvironmentSessionCommand
218
+ */
219
+ export declare const de_StopDevEnvironmentSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDevEnvironmentSessionCommandOutput>;
220
+ /**
221
+ * deserializeAws_restJson1UpdateDevEnvironmentCommand
222
+ */
223
+ export declare const de_UpdateDevEnvironmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDevEnvironmentCommandOutput>;
224
+ /**
225
+ * deserializeAws_restJson1VerifySessionCommand
226
+ */
227
+ export declare const de_VerifySessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifySessionCommandOutput>;
@@ -103,203 +103,203 @@ import {
103
103
  VerifySessionCommandInput,
104
104
  VerifySessionCommandOutput,
105
105
  } from "../commands/VerifySessionCommand";
106
- export declare const serializeAws_restJson1CreateAccessTokenCommand: (
106
+ export declare const se_CreateAccessTokenCommand: (
107
107
  input: CreateAccessTokenCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1CreateDevEnvironmentCommand: (
110
+ export declare const se_CreateDevEnvironmentCommand: (
111
111
  input: CreateDevEnvironmentCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1CreateProjectCommand: (
114
+ export declare const se_CreateProjectCommand: (
115
115
  input: CreateProjectCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1CreateSourceRepositoryBranchCommand: (
118
+ export declare const se_CreateSourceRepositoryBranchCommand: (
119
119
  input: CreateSourceRepositoryBranchCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1DeleteAccessTokenCommand: (
122
+ export declare const se_DeleteAccessTokenCommand: (
123
123
  input: DeleteAccessTokenCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1DeleteDevEnvironmentCommand: (
126
+ export declare const se_DeleteDevEnvironmentCommand: (
127
127
  input: DeleteDevEnvironmentCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1GetDevEnvironmentCommand: (
130
+ export declare const se_GetDevEnvironmentCommand: (
131
131
  input: GetDevEnvironmentCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1GetProjectCommand: (
134
+ export declare const se_GetProjectCommand: (
135
135
  input: GetProjectCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1GetSourceRepositoryCloneUrlsCommand: (
138
+ export declare const se_GetSourceRepositoryCloneUrlsCommand: (
139
139
  input: GetSourceRepositoryCloneUrlsCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1GetSpaceCommand: (
142
+ export declare const se_GetSpaceCommand: (
143
143
  input: GetSpaceCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1GetSubscriptionCommand: (
146
+ export declare const se_GetSubscriptionCommand: (
147
147
  input: GetSubscriptionCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1GetUserDetailsCommand: (
150
+ export declare const se_GetUserDetailsCommand: (
151
151
  input: GetUserDetailsCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1ListAccessTokensCommand: (
154
+ export declare const se_ListAccessTokensCommand: (
155
155
  input: ListAccessTokensCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1ListDevEnvironmentsCommand: (
158
+ export declare const se_ListDevEnvironmentsCommand: (
159
159
  input: ListDevEnvironmentsCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1ListEventLogsCommand: (
162
+ export declare const se_ListEventLogsCommand: (
163
163
  input: ListEventLogsCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1ListProjectsCommand: (
166
+ export declare const se_ListProjectsCommand: (
167
167
  input: ListProjectsCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1ListSourceRepositoriesCommand: (
170
+ export declare const se_ListSourceRepositoriesCommand: (
171
171
  input: ListSourceRepositoriesCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1ListSourceRepositoryBranchesCommand: (
174
+ export declare const se_ListSourceRepositoryBranchesCommand: (
175
175
  input: ListSourceRepositoryBranchesCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1ListSpacesCommand: (
178
+ export declare const se_ListSpacesCommand: (
179
179
  input: ListSpacesCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1StartDevEnvironmentCommand: (
182
+ export declare const se_StartDevEnvironmentCommand: (
183
183
  input: StartDevEnvironmentCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1StartDevEnvironmentSessionCommand: (
186
+ export declare const se_StartDevEnvironmentSessionCommand: (
187
187
  input: StartDevEnvironmentSessionCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const serializeAws_restJson1StopDevEnvironmentCommand: (
190
+ export declare const se_StopDevEnvironmentCommand: (
191
191
  input: StopDevEnvironmentCommandInput,
192
192
  context: __SerdeContext
193
193
  ) => Promise<__HttpRequest>;
194
- export declare const serializeAws_restJson1StopDevEnvironmentSessionCommand: (
194
+ export declare const se_StopDevEnvironmentSessionCommand: (
195
195
  input: StopDevEnvironmentSessionCommandInput,
196
196
  context: __SerdeContext
197
197
  ) => Promise<__HttpRequest>;
198
- export declare const serializeAws_restJson1UpdateDevEnvironmentCommand: (
198
+ export declare const se_UpdateDevEnvironmentCommand: (
199
199
  input: UpdateDevEnvironmentCommandInput,
200
200
  context: __SerdeContext
201
201
  ) => Promise<__HttpRequest>;
202
- export declare const serializeAws_restJson1VerifySessionCommand: (
202
+ export declare const se_VerifySessionCommand: (
203
203
  input: VerifySessionCommandInput,
204
204
  context: __SerdeContext
205
205
  ) => Promise<__HttpRequest>;
206
- export declare const deserializeAws_restJson1CreateAccessTokenCommand: (
206
+ export declare const de_CreateAccessTokenCommand: (
207
207
  output: __HttpResponse,
208
208
  context: __SerdeContext
209
209
  ) => Promise<CreateAccessTokenCommandOutput>;
210
- export declare const deserializeAws_restJson1CreateDevEnvironmentCommand: (
210
+ export declare const de_CreateDevEnvironmentCommand: (
211
211
  output: __HttpResponse,
212
212
  context: __SerdeContext
213
213
  ) => Promise<CreateDevEnvironmentCommandOutput>;
214
- export declare const deserializeAws_restJson1CreateProjectCommand: (
214
+ export declare const de_CreateProjectCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<CreateProjectCommandOutput>;
218
- export declare const deserializeAws_restJson1CreateSourceRepositoryBranchCommand: (
218
+ export declare const de_CreateSourceRepositoryBranchCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<CreateSourceRepositoryBranchCommandOutput>;
222
- export declare const deserializeAws_restJson1DeleteAccessTokenCommand: (
222
+ export declare const de_DeleteAccessTokenCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<DeleteAccessTokenCommandOutput>;
226
- export declare const deserializeAws_restJson1DeleteDevEnvironmentCommand: (
226
+ export declare const de_DeleteDevEnvironmentCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<DeleteDevEnvironmentCommandOutput>;
230
- export declare const deserializeAws_restJson1GetDevEnvironmentCommand: (
230
+ export declare const de_GetDevEnvironmentCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<GetDevEnvironmentCommandOutput>;
234
- export declare const deserializeAws_restJson1GetProjectCommand: (
234
+ export declare const de_GetProjectCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<GetProjectCommandOutput>;
238
- export declare const deserializeAws_restJson1GetSourceRepositoryCloneUrlsCommand: (
238
+ export declare const de_GetSourceRepositoryCloneUrlsCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<GetSourceRepositoryCloneUrlsCommandOutput>;
242
- export declare const deserializeAws_restJson1GetSpaceCommand: (
242
+ export declare const de_GetSpaceCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<GetSpaceCommandOutput>;
246
- export declare const deserializeAws_restJson1GetSubscriptionCommand: (
246
+ export declare const de_GetSubscriptionCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<GetSubscriptionCommandOutput>;
250
- export declare const deserializeAws_restJson1GetUserDetailsCommand: (
250
+ export declare const de_GetUserDetailsCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<GetUserDetailsCommandOutput>;
254
- export declare const deserializeAws_restJson1ListAccessTokensCommand: (
254
+ export declare const de_ListAccessTokensCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<ListAccessTokensCommandOutput>;
258
- export declare const deserializeAws_restJson1ListDevEnvironmentsCommand: (
258
+ export declare const de_ListDevEnvironmentsCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<ListDevEnvironmentsCommandOutput>;
262
- export declare const deserializeAws_restJson1ListEventLogsCommand: (
262
+ export declare const de_ListEventLogsCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<ListEventLogsCommandOutput>;
266
- export declare const deserializeAws_restJson1ListProjectsCommand: (
266
+ export declare const de_ListProjectsCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<ListProjectsCommandOutput>;
270
- export declare const deserializeAws_restJson1ListSourceRepositoriesCommand: (
270
+ export declare const de_ListSourceRepositoriesCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<ListSourceRepositoriesCommandOutput>;
274
- export declare const deserializeAws_restJson1ListSourceRepositoryBranchesCommand: (
274
+ export declare const de_ListSourceRepositoryBranchesCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<ListSourceRepositoryBranchesCommandOutput>;
278
- export declare const deserializeAws_restJson1ListSpacesCommand: (
278
+ export declare const de_ListSpacesCommand: (
279
279
  output: __HttpResponse,
280
280
  context: __SerdeContext
281
281
  ) => Promise<ListSpacesCommandOutput>;
282
- export declare const deserializeAws_restJson1StartDevEnvironmentCommand: (
282
+ export declare const de_StartDevEnvironmentCommand: (
283
283
  output: __HttpResponse,
284
284
  context: __SerdeContext
285
285
  ) => Promise<StartDevEnvironmentCommandOutput>;
286
- export declare const deserializeAws_restJson1StartDevEnvironmentSessionCommand: (
286
+ export declare const de_StartDevEnvironmentSessionCommand: (
287
287
  output: __HttpResponse,
288
288
  context: __SerdeContext
289
289
  ) => Promise<StartDevEnvironmentSessionCommandOutput>;
290
- export declare const deserializeAws_restJson1StopDevEnvironmentCommand: (
290
+ export declare const de_StopDevEnvironmentCommand: (
291
291
  output: __HttpResponse,
292
292
  context: __SerdeContext
293
293
  ) => Promise<StopDevEnvironmentCommandOutput>;
294
- export declare const deserializeAws_restJson1StopDevEnvironmentSessionCommand: (
294
+ export declare const de_StopDevEnvironmentSessionCommand: (
295
295
  output: __HttpResponse,
296
296
  context: __SerdeContext
297
297
  ) => Promise<StopDevEnvironmentSessionCommandOutput>;
298
- export declare const deserializeAws_restJson1UpdateDevEnvironmentCommand: (
298
+ export declare const de_UpdateDevEnvironmentCommand: (
299
299
  output: __HttpResponse,
300
300
  context: __SerdeContext
301
301
  ) => Promise<UpdateDevEnvironmentCommandOutput>;
302
- export declare const deserializeAws_restJson1VerifySessionCommand: (
302
+ export declare const de_VerifySessionCommand: (
303
303
  output: __HttpResponse,
304
304
  context: __SerdeContext
305
305
  ) => Promise<VerifySessionCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codecatalyst",
3
3
  "description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
4
- "version": "3.306.0",
4
+ "version": "3.309.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -33,19 +33,19 @@
33
33
  "@aws-sdk/middleware-retry": "3.306.0",
34
34
  "@aws-sdk/middleware-serde": "3.306.0",
35
35
  "@aws-sdk/middleware-stack": "3.306.0",
36
- "@aws-sdk/middleware-token": "3.306.0",
36
+ "@aws-sdk/middleware-token": "3.309.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.306.0",
38
38
  "@aws-sdk/node-config-provider": "3.306.0",
39
39
  "@aws-sdk/node-http-handler": "3.306.0",
40
40
  "@aws-sdk/protocol-http": "3.306.0",
41
- "@aws-sdk/smithy-client": "3.306.0",
41
+ "@aws-sdk/smithy-client": "3.309.0",
42
42
  "@aws-sdk/types": "3.306.0",
43
43
  "@aws-sdk/url-parser": "3.306.0",
44
44
  "@aws-sdk/util-base64": "3.303.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.303.0",
46
46
  "@aws-sdk/util-body-length-node": "3.303.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
49
49
  "@aws-sdk/util-endpoints": "3.306.0",
50
50
  "@aws-sdk/util-retry": "3.306.0",
51
51
  "@aws-sdk/util-user-agent-browser": "3.306.0",