@aws-sdk/client-cloud9 3.986.0 → 3.988.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.
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Cloud9ServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class Cloud9ServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, Cloud9ServiceException.prototype);
10
+ }
11
+ }
12
+ exports.Cloud9ServiceException = Cloud9ServiceException;
@@ -0,0 +1,140 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConcurrentAccessException = exports.TooManyRequestsException = exports.NotFoundException = exports.LimitExceededException = exports.InternalServerErrorException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = void 0;
4
+ const Cloud9ServiceException_1 = require("./Cloud9ServiceException");
5
+ class BadRequestException extends Cloud9ServiceException_1.Cloud9ServiceException {
6
+ name = "BadRequestException";
7
+ $fault = "client";
8
+ className;
9
+ code;
10
+ constructor(opts) {
11
+ super({
12
+ name: "BadRequestException",
13
+ $fault: "client",
14
+ ...opts,
15
+ });
16
+ Object.setPrototypeOf(this, BadRequestException.prototype);
17
+ this.className = opts.className;
18
+ this.code = opts.code;
19
+ }
20
+ }
21
+ exports.BadRequestException = BadRequestException;
22
+ class ConflictException extends Cloud9ServiceException_1.Cloud9ServiceException {
23
+ name = "ConflictException";
24
+ $fault = "client";
25
+ className;
26
+ code;
27
+ constructor(opts) {
28
+ super({
29
+ name: "ConflictException",
30
+ $fault: "client",
31
+ ...opts,
32
+ });
33
+ Object.setPrototypeOf(this, ConflictException.prototype);
34
+ this.className = opts.className;
35
+ this.code = opts.code;
36
+ }
37
+ }
38
+ exports.ConflictException = ConflictException;
39
+ class ForbiddenException extends Cloud9ServiceException_1.Cloud9ServiceException {
40
+ name = "ForbiddenException";
41
+ $fault = "client";
42
+ className;
43
+ code;
44
+ constructor(opts) {
45
+ super({
46
+ name: "ForbiddenException",
47
+ $fault: "client",
48
+ ...opts,
49
+ });
50
+ Object.setPrototypeOf(this, ForbiddenException.prototype);
51
+ this.className = opts.className;
52
+ this.code = opts.code;
53
+ }
54
+ }
55
+ exports.ForbiddenException = ForbiddenException;
56
+ class InternalServerErrorException extends Cloud9ServiceException_1.Cloud9ServiceException {
57
+ name = "InternalServerErrorException";
58
+ $fault = "server";
59
+ className;
60
+ code;
61
+ constructor(opts) {
62
+ super({
63
+ name: "InternalServerErrorException",
64
+ $fault: "server",
65
+ ...opts,
66
+ });
67
+ Object.setPrototypeOf(this, InternalServerErrorException.prototype);
68
+ this.className = opts.className;
69
+ this.code = opts.code;
70
+ }
71
+ }
72
+ exports.InternalServerErrorException = InternalServerErrorException;
73
+ class LimitExceededException extends Cloud9ServiceException_1.Cloud9ServiceException {
74
+ name = "LimitExceededException";
75
+ $fault = "client";
76
+ className;
77
+ code;
78
+ constructor(opts) {
79
+ super({
80
+ name: "LimitExceededException",
81
+ $fault: "client",
82
+ ...opts,
83
+ });
84
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
85
+ this.className = opts.className;
86
+ this.code = opts.code;
87
+ }
88
+ }
89
+ exports.LimitExceededException = LimitExceededException;
90
+ class NotFoundException extends Cloud9ServiceException_1.Cloud9ServiceException {
91
+ name = "NotFoundException";
92
+ $fault = "client";
93
+ className;
94
+ code;
95
+ constructor(opts) {
96
+ super({
97
+ name: "NotFoundException",
98
+ $fault: "client",
99
+ ...opts,
100
+ });
101
+ Object.setPrototypeOf(this, NotFoundException.prototype);
102
+ this.className = opts.className;
103
+ this.code = opts.code;
104
+ }
105
+ }
106
+ exports.NotFoundException = NotFoundException;
107
+ class TooManyRequestsException extends Cloud9ServiceException_1.Cloud9ServiceException {
108
+ name = "TooManyRequestsException";
109
+ $fault = "client";
110
+ className;
111
+ code;
112
+ constructor(opts) {
113
+ super({
114
+ name: "TooManyRequestsException",
115
+ $fault: "client",
116
+ ...opts,
117
+ });
118
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
119
+ this.className = opts.className;
120
+ this.code = opts.code;
121
+ }
122
+ }
123
+ exports.TooManyRequestsException = TooManyRequestsException;
124
+ class ConcurrentAccessException extends Cloud9ServiceException_1.Cloud9ServiceException {
125
+ name = "ConcurrentAccessException";
126
+ $fault = "client";
127
+ className;
128
+ code;
129
+ constructor(opts) {
130
+ super({
131
+ name: "ConcurrentAccessException",
132
+ $fault: "client",
133
+ ...opts,
134
+ });
135
+ Object.setPrototypeOf(this, ConcurrentAccessException.prototype);
136
+ this.className = opts.className;
137
+ this.code = opts.code;
138
+ }
139
+ }
140
+ exports.ConcurrentAccessException = ConcurrentAccessException;
@@ -9,6 +9,7 @@ const util_base64_1 = require("@smithy/util-base64");
9
9
  const util_utf8_1 = require("@smithy/util-utf8");
10
10
  const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
11
11
  const endpointResolver_1 = require("./endpoint/endpointResolver");
12
+ const schemas_0_1 = require("./schemas/schemas_0");
12
13
  const getRuntimeConfig = (config) => {
13
14
  return {
14
15
  apiVersion: "2017-09-23",
@@ -29,6 +30,7 @@ const getRuntimeConfig = (config) => {
29
30
  protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
31
  protocolSettings: config?.protocolSettings ?? {
31
32
  defaultNamespace: "com.amazonaws.cloud9",
33
+ errorTypeRegistries: schemas_0_1.errorTypeRegistries,
32
34
  version: "2017-09-23",
33
35
  serviceTarget: "AWSCloud9WorkspaceManagementService",
34
36
  },
@@ -0,0 +1,375 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TagResource$ = exports.ListTagsForResource$ = exports.ListEnvironments$ = exports.DescribeEnvironmentStatus$ = exports.DescribeEnvironments$ = exports.DescribeEnvironmentMemberships$ = exports.DeleteEnvironmentMembership$ = exports.DeleteEnvironment$ = exports.CreateEnvironmentMembership$ = exports.CreateEnvironmentEC2$ = exports.UpdateEnvironmentResult$ = exports.UpdateEnvironmentRequest$ = exports.UpdateEnvironmentMembershipResult$ = exports.UpdateEnvironmentMembershipRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListEnvironmentsResult$ = exports.ListEnvironmentsRequest$ = exports.EnvironmentMember$ = exports.EnvironmentLifecycle$ = exports.Environment$ = exports.DescribeEnvironmentStatusResult$ = exports.DescribeEnvironmentStatusRequest$ = exports.DescribeEnvironmentsResult$ = exports.DescribeEnvironmentsRequest$ = exports.DescribeEnvironmentMembershipsResult$ = exports.DescribeEnvironmentMembershipsRequest$ = exports.DeleteEnvironmentResult$ = exports.DeleteEnvironmentRequest$ = exports.DeleteEnvironmentMembershipResult$ = exports.DeleteEnvironmentMembershipRequest$ = exports.CreateEnvironmentMembershipResult$ = exports.CreateEnvironmentMembershipRequest$ = exports.CreateEnvironmentEC2Result$ = exports.CreateEnvironmentEC2Request$ = exports.errorTypeRegistries = exports.TooManyRequestsException$ = exports.NotFoundException$ = exports.LimitExceededException$ = exports.InternalServerErrorException$ = exports.ForbiddenException$ = exports.ConflictException$ = exports.ConcurrentAccessException$ = exports.BadRequestException$ = exports.Cloud9ServiceException$ = void 0;
4
+ exports.UpdateEnvironmentMembership$ = exports.UpdateEnvironment$ = exports.UntagResource$ = void 0;
5
+ const _BRE = "BadRequestException";
6
+ const _CAE = "ConcurrentAccessException";
7
+ const _CE = "ConflictException";
8
+ const _CEEC = "CreateEnvironmentEC2";
9
+ const _CEECR = "CreateEnvironmentEC2Request";
10
+ const _CEECRr = "CreateEnvironmentEC2Result";
11
+ const _CEM = "CreateEnvironmentMembership";
12
+ const _CEMR = "CreateEnvironmentMembershipRequest";
13
+ const _CEMRr = "CreateEnvironmentMembershipResult";
14
+ const _DE = "DeleteEnvironment";
15
+ const _DEM = "DeleteEnvironmentMembership";
16
+ const _DEMR = "DeleteEnvironmentMembershipRequest";
17
+ const _DEMRe = "DeleteEnvironmentMembershipResult";
18
+ const _DEMRes = "DescribeEnvironmentMembershipsRequest";
19
+ const _DEMResc = "DescribeEnvironmentMembershipsResult";
20
+ const _DEMe = "DescribeEnvironmentMemberships";
21
+ const _DER = "DeleteEnvironmentRequest";
22
+ const _DERe = "DeleteEnvironmentResult";
23
+ const _DERes = "DescribeEnvironmentsRequest";
24
+ const _DEResc = "DescribeEnvironmentsResult";
25
+ const _DES = "DescribeEnvironmentStatus";
26
+ const _DESR = "DescribeEnvironmentStatusRequest";
27
+ const _DESRe = "DescribeEnvironmentStatusResult";
28
+ const _DEe = "DescribeEnvironments";
29
+ const _E = "Environment";
30
+ const _ED = "EnvironmentDescription";
31
+ const _EL = "EnvironmentLifecycle";
32
+ const _ELn = "EnvironmentList";
33
+ const _EM = "EnvironmentMember";
34
+ const _EML = "EnvironmentMembersList";
35
+ const _FE = "ForbiddenException";
36
+ const _ISEE = "InternalServerErrorException";
37
+ const _K = "Key";
38
+ const _LE = "ListEnvironments";
39
+ const _LEE = "LimitExceededException";
40
+ const _LER = "ListEnvironmentsRequest";
41
+ const _LERi = "ListEnvironmentsResult";
42
+ const _LTFR = "ListTagsForResource";
43
+ const _LTFRR = "ListTagsForResourceRequest";
44
+ const _LTFRRi = "ListTagsForResourceResponse";
45
+ const _NFE = "NotFoundException";
46
+ const _RARN = "ResourceARN";
47
+ const _T = "Tags";
48
+ const _TK = "TagKey";
49
+ const _TKL = "TagKeyList";
50
+ const _TKa = "TagKeys";
51
+ const _TL = "TagList";
52
+ const _TMRE = "TooManyRequestsException";
53
+ const _TR = "TagResource";
54
+ const _TRR = "TagResourceRequest";
55
+ const _TRRa = "TagResourceResponse";
56
+ const _TV = "TagValue";
57
+ const _Ta = "Tag";
58
+ const _UE = "UpdateEnvironment";
59
+ const _UEM = "UpdateEnvironmentMembership";
60
+ const _UEMR = "UpdateEnvironmentMembershipRequest";
61
+ const _UEMRp = "UpdateEnvironmentMembershipResult";
62
+ const _UER = "UpdateEnvironmentRequest";
63
+ const _UERp = "UpdateEnvironmentResult";
64
+ const _UR = "UntagResource";
65
+ const _URR = "UntagResourceRequest";
66
+ const _URRn = "UntagResourceResponse";
67
+ const _V = "Value";
68
+ const _a = "arn";
69
+ const _aSTM = "automaticStopTimeMinutes";
70
+ const _c = "client";
71
+ const _cN = "className";
72
+ const _cRT = "clientRequestToken";
73
+ const _cT = "connectionType";
74
+ const _co = "code";
75
+ const _d = "description";
76
+ const _dR = "dryRun";
77
+ const _e = "error";
78
+ const _eI = "environmentId";
79
+ const _eIn = "environmentIds";
80
+ const _en = "environments";
81
+ const _fR = "failureResource";
82
+ const _i = "id";
83
+ const _iI = "imageId";
84
+ const _iT = "instanceType";
85
+ const _l = "lifecycle";
86
+ const _lA = "lastAccess";
87
+ const _m = "message";
88
+ const _mCA = "managedCredentialsAction";
89
+ const _mCS = "managedCredentialsStatus";
90
+ const _mR = "maxResults";
91
+ const _me = "membership";
92
+ const _mem = "memberships";
93
+ const _n = "name";
94
+ const _nT = "nextToken";
95
+ const _oA = "ownerArn";
96
+ const _p = "permissions";
97
+ const _r = "reason";
98
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloud9";
99
+ const _sI = "subnetId";
100
+ const _se = "server";
101
+ const _st = "status";
102
+ const _t = "tags";
103
+ const _ty = "type";
104
+ const _uA = "userArn";
105
+ const _uI = "userId";
106
+ const n0 = "com.amazonaws.cloud9";
107
+ const schema_1 = require("@smithy/core/schema");
108
+ const Cloud9ServiceException_1 = require("../models/Cloud9ServiceException");
109
+ const errors_1 = require("../models/errors");
110
+ const _s_registry = schema_1.TypeRegistry.for(_s);
111
+ exports.Cloud9ServiceException$ = [-3, _s, "Cloud9ServiceException", 0, [], []];
112
+ _s_registry.registerError(exports.Cloud9ServiceException$, Cloud9ServiceException_1.Cloud9ServiceException);
113
+ const n0_registry = schema_1.TypeRegistry.for(n0);
114
+ exports.BadRequestException$ = [-3, n0, _BRE,
115
+ { [_e]: _c },
116
+ [_m, _cN, _co],
117
+ [0, 0, 1]
118
+ ];
119
+ n0_registry.registerError(exports.BadRequestException$, errors_1.BadRequestException);
120
+ exports.ConcurrentAccessException$ = [-3, n0, _CAE,
121
+ { [_e]: _c },
122
+ [_m, _cN, _co],
123
+ [0, 0, 1]
124
+ ];
125
+ n0_registry.registerError(exports.ConcurrentAccessException$, errors_1.ConcurrentAccessException);
126
+ exports.ConflictException$ = [-3, n0, _CE,
127
+ { [_e]: _c },
128
+ [_m, _cN, _co],
129
+ [0, 0, 1]
130
+ ];
131
+ n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
132
+ exports.ForbiddenException$ = [-3, n0, _FE,
133
+ { [_e]: _c },
134
+ [_m, _cN, _co],
135
+ [0, 0, 1]
136
+ ];
137
+ n0_registry.registerError(exports.ForbiddenException$, errors_1.ForbiddenException);
138
+ exports.InternalServerErrorException$ = [-3, n0, _ISEE,
139
+ { [_e]: _se },
140
+ [_m, _cN, _co],
141
+ [0, 0, 1]
142
+ ];
143
+ n0_registry.registerError(exports.InternalServerErrorException$, errors_1.InternalServerErrorException);
144
+ exports.LimitExceededException$ = [-3, n0, _LEE,
145
+ { [_e]: _c },
146
+ [_m, _cN, _co],
147
+ [0, 0, 1]
148
+ ];
149
+ n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
150
+ exports.NotFoundException$ = [-3, n0, _NFE,
151
+ { [_e]: _c },
152
+ [_m, _cN, _co],
153
+ [0, 0, 1]
154
+ ];
155
+ n0_registry.registerError(exports.NotFoundException$, errors_1.NotFoundException);
156
+ exports.TooManyRequestsException$ = [-3, n0, _TMRE,
157
+ { [_e]: _c },
158
+ [_m, _cN, _co],
159
+ [0, 0, 1]
160
+ ];
161
+ n0_registry.registerError(exports.TooManyRequestsException$, errors_1.TooManyRequestsException);
162
+ exports.errorTypeRegistries = [
163
+ _s_registry,
164
+ n0_registry,
165
+ ];
166
+ var EnvironmentDescription = [0, n0, _ED, 8, 0];
167
+ var TagKey = [0, n0, _TK, 8, 0];
168
+ var TagValue = [0, n0, _TV, 8, 0];
169
+ exports.CreateEnvironmentEC2Request$ = [3, n0, _CEECR,
170
+ 0,
171
+ [_n, _iT, _iI, _d, _cRT, _sI, _aSTM, _oA, _t, _cT, _dR],
172
+ [0, 0, 0, [() => EnvironmentDescription, 0], 0, 0, 1, 0, [() => TagList, 0], 0, 2], 3
173
+ ];
174
+ exports.CreateEnvironmentEC2Result$ = [3, n0, _CEECRr,
175
+ 0,
176
+ [_eI],
177
+ [0]
178
+ ];
179
+ exports.CreateEnvironmentMembershipRequest$ = [3, n0, _CEMR,
180
+ 0,
181
+ [_eI, _uA, _p],
182
+ [0, 0, 0], 3
183
+ ];
184
+ exports.CreateEnvironmentMembershipResult$ = [3, n0, _CEMRr,
185
+ 0,
186
+ [_me],
187
+ [() => exports.EnvironmentMember$], 1
188
+ ];
189
+ exports.DeleteEnvironmentMembershipRequest$ = [3, n0, _DEMR,
190
+ 0,
191
+ [_eI, _uA],
192
+ [0, 0], 2
193
+ ];
194
+ exports.DeleteEnvironmentMembershipResult$ = [3, n0, _DEMRe,
195
+ 0,
196
+ [],
197
+ []
198
+ ];
199
+ exports.DeleteEnvironmentRequest$ = [3, n0, _DER,
200
+ 0,
201
+ [_eI],
202
+ [0], 1
203
+ ];
204
+ exports.DeleteEnvironmentResult$ = [3, n0, _DERe,
205
+ 0,
206
+ [],
207
+ []
208
+ ];
209
+ exports.DescribeEnvironmentMembershipsRequest$ = [3, n0, _DEMRes,
210
+ 0,
211
+ [_uA, _eI, _p, _nT, _mR],
212
+ [0, 0, 64 | 0, 0, 1]
213
+ ];
214
+ exports.DescribeEnvironmentMembershipsResult$ = [3, n0, _DEMResc,
215
+ 0,
216
+ [_mem, _nT],
217
+ [() => EnvironmentMembersList, 0]
218
+ ];
219
+ exports.DescribeEnvironmentsRequest$ = [3, n0, _DERes,
220
+ 0,
221
+ [_eIn],
222
+ [64 | 0], 1
223
+ ];
224
+ exports.DescribeEnvironmentsResult$ = [3, n0, _DEResc,
225
+ 0,
226
+ [_en],
227
+ [[() => EnvironmentList, 0]]
228
+ ];
229
+ exports.DescribeEnvironmentStatusRequest$ = [3, n0, _DESR,
230
+ 0,
231
+ [_eI],
232
+ [0], 1
233
+ ];
234
+ exports.DescribeEnvironmentStatusResult$ = [3, n0, _DESRe,
235
+ 0,
236
+ [_st, _m],
237
+ [0, 0], 2
238
+ ];
239
+ exports.Environment$ = [3, n0, _E,
240
+ 0,
241
+ [_ty, _a, _oA, _i, _n, _d, _cT, _l, _mCS],
242
+ [0, 0, 0, 0, 0, [() => EnvironmentDescription, 0], 0, () => exports.EnvironmentLifecycle$, 0], 3
243
+ ];
244
+ exports.EnvironmentLifecycle$ = [3, n0, _EL,
245
+ 0,
246
+ [_st, _r, _fR],
247
+ [0, 0, 0]
248
+ ];
249
+ exports.EnvironmentMember$ = [3, n0, _EM,
250
+ 0,
251
+ [_p, _uI, _uA, _eI, _lA],
252
+ [0, 0, 0, 0, 4], 4
253
+ ];
254
+ exports.ListEnvironmentsRequest$ = [3, n0, _LER,
255
+ 0,
256
+ [_nT, _mR],
257
+ [0, 1]
258
+ ];
259
+ exports.ListEnvironmentsResult$ = [3, n0, _LERi,
260
+ 0,
261
+ [_nT, _eIn],
262
+ [0, 64 | 0]
263
+ ];
264
+ exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
265
+ 0,
266
+ [_RARN],
267
+ [0], 1
268
+ ];
269
+ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
270
+ 0,
271
+ [_T],
272
+ [[() => TagList, 0]]
273
+ ];
274
+ exports.Tag$ = [3, n0, _Ta,
275
+ 8,
276
+ [_K, _V],
277
+ [[() => TagKey, 0], [() => TagValue, 0]], 2
278
+ ];
279
+ exports.TagResourceRequest$ = [3, n0, _TRR,
280
+ 0,
281
+ [_RARN, _T],
282
+ [0, [() => TagList, 0]], 2
283
+ ];
284
+ exports.TagResourceResponse$ = [3, n0, _TRRa,
285
+ 0,
286
+ [],
287
+ []
288
+ ];
289
+ exports.UntagResourceRequest$ = [3, n0, _URR,
290
+ 0,
291
+ [_RARN, _TKa],
292
+ [0, [() => TagKeyList, 0]], 2
293
+ ];
294
+ exports.UntagResourceResponse$ = [3, n0, _URRn,
295
+ 0,
296
+ [],
297
+ []
298
+ ];
299
+ exports.UpdateEnvironmentMembershipRequest$ = [3, n0, _UEMR,
300
+ 0,
301
+ [_eI, _uA, _p],
302
+ [0, 0, 0], 3
303
+ ];
304
+ exports.UpdateEnvironmentMembershipResult$ = [3, n0, _UEMRp,
305
+ 0,
306
+ [_me],
307
+ [() => exports.EnvironmentMember$]
308
+ ];
309
+ exports.UpdateEnvironmentRequest$ = [3, n0, _UER,
310
+ 0,
311
+ [_eI, _n, _d, _mCA],
312
+ [0, 0, [() => EnvironmentDescription, 0], 0], 1
313
+ ];
314
+ exports.UpdateEnvironmentResult$ = [3, n0, _UERp,
315
+ 0,
316
+ [],
317
+ []
318
+ ];
319
+ var BoundedEnvironmentIdList = 64 | 0;
320
+ var EnvironmentIdList = 64 | 0;
321
+ var EnvironmentList = [1, n0, _ELn,
322
+ 0, [() => exports.Environment$,
323
+ 0]
324
+ ];
325
+ var EnvironmentMembersList = [1, n0, _EML,
326
+ 0, () => exports.EnvironmentMember$
327
+ ];
328
+ var PermissionsList = 64 | 0;
329
+ var TagKeyList = [1, n0, _TKL,
330
+ 8, [() => TagKey,
331
+ 0]
332
+ ];
333
+ var TagList = [1, n0, _TL,
334
+ 8, [() => exports.Tag$,
335
+ 0]
336
+ ];
337
+ exports.CreateEnvironmentEC2$ = [9, n0, _CEEC,
338
+ 2, () => exports.CreateEnvironmentEC2Request$, () => exports.CreateEnvironmentEC2Result$
339
+ ];
340
+ exports.CreateEnvironmentMembership$ = [9, n0, _CEM,
341
+ 2, () => exports.CreateEnvironmentMembershipRequest$, () => exports.CreateEnvironmentMembershipResult$
342
+ ];
343
+ exports.DeleteEnvironment$ = [9, n0, _DE,
344
+ 2, () => exports.DeleteEnvironmentRequest$, () => exports.DeleteEnvironmentResult$
345
+ ];
346
+ exports.DeleteEnvironmentMembership$ = [9, n0, _DEM,
347
+ 2, () => exports.DeleteEnvironmentMembershipRequest$, () => exports.DeleteEnvironmentMembershipResult$
348
+ ];
349
+ exports.DescribeEnvironmentMemberships$ = [9, n0, _DEMe,
350
+ 0, () => exports.DescribeEnvironmentMembershipsRequest$, () => exports.DescribeEnvironmentMembershipsResult$
351
+ ];
352
+ exports.DescribeEnvironments$ = [9, n0, _DEe,
353
+ 0, () => exports.DescribeEnvironmentsRequest$, () => exports.DescribeEnvironmentsResult$
354
+ ];
355
+ exports.DescribeEnvironmentStatus$ = [9, n0, _DES,
356
+ 0, () => exports.DescribeEnvironmentStatusRequest$, () => exports.DescribeEnvironmentStatusResult$
357
+ ];
358
+ exports.ListEnvironments$ = [9, n0, _LE,
359
+ 0, () => exports.ListEnvironmentsRequest$, () => exports.ListEnvironmentsResult$
360
+ ];
361
+ exports.ListTagsForResource$ = [9, n0, _LTFR,
362
+ 0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
363
+ ];
364
+ exports.TagResource$ = [9, n0, _TR,
365
+ 0, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
366
+ ];
367
+ exports.UntagResource$ = [9, n0, _UR,
368
+ 0, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
369
+ ];
370
+ exports.UpdateEnvironment$ = [9, n0, _UE,
371
+ 2, () => exports.UpdateEnvironmentRequest$, () => exports.UpdateEnvironmentResult$
372
+ ];
373
+ exports.UpdateEnvironmentMembership$ = [9, n0, _UEM,
374
+ 2, () => exports.UpdateEnvironmentMembershipRequest$, () => exports.UpdateEnvironmentMembershipResult$
375
+ ];
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultCloud9HttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2017-09-23",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.cloud9",
30
+ errorTypeRegistries,
29
31
  version: "2017-09-23",
30
32
  serviceTarget: "AWSCloud9WorkspaceManagementService",
31
33
  },