@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.
@@ -91,10 +91,10 @@ const _nT = "nextToken";
91
91
  const _oA = "ownerArn";
92
92
  const _p = "permissions";
93
93
  const _r = "reason";
94
- const _s = "status";
94
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloud9";
95
95
  const _sI = "subnetId";
96
96
  const _se = "server";
97
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cloud9";
97
+ const _st = "status";
98
98
  const _t = "tags";
99
99
  const _ty = "type";
100
100
  const _uA = "userArn";
@@ -103,27 +103,65 @@ const n0 = "com.amazonaws.cloud9";
103
103
  import { TypeRegistry } from "@smithy/core/schema";
104
104
  import { Cloud9ServiceException } from "../models/Cloud9ServiceException";
105
105
  import { BadRequestException, ConcurrentAccessException, ConflictException, ForbiddenException, InternalServerErrorException, LimitExceededException, NotFoundException, TooManyRequestsException, } from "../models/errors";
106
- var EnvironmentDescription = [0, n0, _ED, 8, 0];
107
- var TagKey = [0, n0, _TK, 8, 0];
108
- var TagValue = [0, n0, _TV, 8, 0];
106
+ const _s_registry = TypeRegistry.for(_s);
107
+ export var Cloud9ServiceException$ = [-3, _s, "Cloud9ServiceException", 0, [], []];
108
+ _s_registry.registerError(Cloud9ServiceException$, Cloud9ServiceException);
109
+ const n0_registry = TypeRegistry.for(n0);
109
110
  export var BadRequestException$ = [-3, n0, _BRE,
110
111
  { [_e]: _c },
111
112
  [_m, _cN, _co],
112
113
  [0, 0, 1]
113
114
  ];
114
- TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
115
+ n0_registry.registerError(BadRequestException$, BadRequestException);
115
116
  export var ConcurrentAccessException$ = [-3, n0, _CAE,
116
117
  { [_e]: _c },
117
118
  [_m, _cN, _co],
118
119
  [0, 0, 1]
119
120
  ];
120
- TypeRegistry.for(n0).registerError(ConcurrentAccessException$, ConcurrentAccessException);
121
+ n0_registry.registerError(ConcurrentAccessException$, ConcurrentAccessException);
121
122
  export var ConflictException$ = [-3, n0, _CE,
122
123
  { [_e]: _c },
123
124
  [_m, _cN, _co],
124
125
  [0, 0, 1]
125
126
  ];
126
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
127
+ n0_registry.registerError(ConflictException$, ConflictException);
128
+ export var ForbiddenException$ = [-3, n0, _FE,
129
+ { [_e]: _c },
130
+ [_m, _cN, _co],
131
+ [0, 0, 1]
132
+ ];
133
+ n0_registry.registerError(ForbiddenException$, ForbiddenException);
134
+ export var InternalServerErrorException$ = [-3, n0, _ISEE,
135
+ { [_e]: _se },
136
+ [_m, _cN, _co],
137
+ [0, 0, 1]
138
+ ];
139
+ n0_registry.registerError(InternalServerErrorException$, InternalServerErrorException);
140
+ export var LimitExceededException$ = [-3, n0, _LEE,
141
+ { [_e]: _c },
142
+ [_m, _cN, _co],
143
+ [0, 0, 1]
144
+ ];
145
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
146
+ export var NotFoundException$ = [-3, n0, _NFE,
147
+ { [_e]: _c },
148
+ [_m, _cN, _co],
149
+ [0, 0, 1]
150
+ ];
151
+ n0_registry.registerError(NotFoundException$, NotFoundException);
152
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
153
+ { [_e]: _c },
154
+ [_m, _cN, _co],
155
+ [0, 0, 1]
156
+ ];
157
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
158
+ export const errorTypeRegistries = [
159
+ _s_registry,
160
+ n0_registry,
161
+ ];
162
+ var EnvironmentDescription = [0, n0, _ED, 8, 0];
163
+ var TagKey = [0, n0, _TK, 8, 0];
164
+ var TagValue = [0, n0, _TV, 8, 0];
127
165
  export var CreateEnvironmentEC2Request$ = [3, n0, _CEECR,
128
166
  0,
129
167
  [_n, _iT, _iI, _d, _cRT, _sI, _aSTM, _oA, _t, _cT, _dR],
@@ -191,7 +229,7 @@ export var DescribeEnvironmentStatusRequest$ = [3, n0, _DESR,
191
229
  ];
192
230
  export var DescribeEnvironmentStatusResult$ = [3, n0, _DESRe,
193
231
  0,
194
- [_s, _m],
232
+ [_st, _m],
195
233
  [0, 0], 2
196
234
  ];
197
235
  export var Environment$ = [3, n0, _E,
@@ -201,7 +239,7 @@ export var Environment$ = [3, n0, _E,
201
239
  ];
202
240
  export var EnvironmentLifecycle$ = [3, n0, _EL,
203
241
  0,
204
- [_s, _r, _fR],
242
+ [_st, _r, _fR],
205
243
  [0, 0, 0]
206
244
  ];
207
245
  export var EnvironmentMember$ = [3, n0, _EM,
@@ -209,24 +247,6 @@ export var EnvironmentMember$ = [3, n0, _EM,
209
247
  [_p, _uI, _uA, _eI, _lA],
210
248
  [0, 0, 0, 0, 4], 4
211
249
  ];
212
- export var ForbiddenException$ = [-3, n0, _FE,
213
- { [_e]: _c },
214
- [_m, _cN, _co],
215
- [0, 0, 1]
216
- ];
217
- TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
218
- export var InternalServerErrorException$ = [-3, n0, _ISEE,
219
- { [_e]: _se },
220
- [_m, _cN, _co],
221
- [0, 0, 1]
222
- ];
223
- TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
224
- export var LimitExceededException$ = [-3, n0, _LEE,
225
- { [_e]: _c },
226
- [_m, _cN, _co],
227
- [0, 0, 1]
228
- ];
229
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
230
250
  export var ListEnvironmentsRequest$ = [3, n0, _LER,
231
251
  0,
232
252
  [_nT, _mR],
@@ -247,12 +267,6 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
247
267
  [_T],
248
268
  [[() => TagList, 0]]
249
269
  ];
250
- export var NotFoundException$ = [-3, n0, _NFE,
251
- { [_e]: _c },
252
- [_m, _cN, _co],
253
- [0, 0, 1]
254
- ];
255
- TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
256
270
  export var Tag$ = [3, n0, _Ta,
257
271
  8,
258
272
  [_K, _V],
@@ -268,12 +282,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
268
282
  [],
269
283
  []
270
284
  ];
271
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
272
- { [_e]: _c },
273
- [_m, _cN, _co],
274
- [0, 0, 1]
275
- ];
276
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
277
285
  export var UntagResourceRequest$ = [3, n0, _URR,
278
286
  0,
279
287
  [_RARN, _TKa],
@@ -304,8 +312,6 @@ export var UpdateEnvironmentResult$ = [3, n0, _UERp,
304
312
  [],
305
313
  []
306
314
  ];
307
- export var Cloud9ServiceException$ = [-3, _sm, "Cloud9ServiceException", 0, [], []];
308
- TypeRegistry.for(_sm).registerError(Cloud9ServiceException$, Cloud9ServiceException);
309
315
  var BoundedEnvironmentIdList = 64 | 0;
310
316
  var EnvironmentIdList = 64 | 0;
311
317
  var EnvironmentList = [1, n0, _ELn,
@@ -1,7 +1,20 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
3
+ export declare var Cloud9ServiceException$: StaticErrorSchema;
2
4
  export declare var BadRequestException$: StaticErrorSchema;
3
5
  export declare var ConcurrentAccessException$: StaticErrorSchema;
4
6
  export declare var ConflictException$: StaticErrorSchema;
7
+ export declare var ForbiddenException$: StaticErrorSchema;
8
+ export declare var InternalServerErrorException$: StaticErrorSchema;
9
+ export declare var LimitExceededException$: StaticErrorSchema;
10
+ export declare var NotFoundException$: StaticErrorSchema;
11
+ export declare var TooManyRequestsException$: StaticErrorSchema;
12
+ /**
13
+ * TypeRegistry instances containing modeled errors.
14
+ * @internal
15
+ *
16
+ */
17
+ export declare const errorTypeRegistries: TypeRegistry[];
5
18
  export declare var CreateEnvironmentEC2Request$: StaticStructureSchema;
6
19
  export declare var CreateEnvironmentEC2Result$: StaticStructureSchema;
7
20
  export declare var CreateEnvironmentMembershipRequest$: StaticStructureSchema;
@@ -19,25 +32,19 @@ export declare var DescribeEnvironmentStatusResult$: StaticStructureSchema;
19
32
  export declare var Environment$: StaticStructureSchema;
20
33
  export declare var EnvironmentLifecycle$: StaticStructureSchema;
21
34
  export declare var EnvironmentMember$: StaticStructureSchema;
22
- export declare var ForbiddenException$: StaticErrorSchema;
23
- export declare var InternalServerErrorException$: StaticErrorSchema;
24
- export declare var LimitExceededException$: StaticErrorSchema;
25
35
  export declare var ListEnvironmentsRequest$: StaticStructureSchema;
26
36
  export declare var ListEnvironmentsResult$: StaticStructureSchema;
27
37
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
28
38
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
29
- export declare var NotFoundException$: StaticErrorSchema;
30
39
  export declare var Tag$: StaticStructureSchema;
31
40
  export declare var TagResourceRequest$: StaticStructureSchema;
32
41
  export declare var TagResourceResponse$: StaticStructureSchema;
33
- export declare var TooManyRequestsException$: StaticErrorSchema;
34
42
  export declare var UntagResourceRequest$: StaticStructureSchema;
35
43
  export declare var UntagResourceResponse$: StaticStructureSchema;
36
44
  export declare var UpdateEnvironmentMembershipRequest$: StaticStructureSchema;
37
45
  export declare var UpdateEnvironmentMembershipResult$: StaticStructureSchema;
38
46
  export declare var UpdateEnvironmentRequest$: StaticStructureSchema;
39
47
  export declare var UpdateEnvironmentResult$: StaticStructureSchema;
40
- export declare var Cloud9ServiceException$: StaticErrorSchema;
41
48
  export declare var CreateEnvironmentEC2$: StaticOperationSchema;
42
49
  export declare var CreateEnvironmentMembership$: StaticOperationSchema;
43
50
  export declare var DeleteEnvironment$: StaticOperationSchema;
@@ -1,11 +1,19 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
7
+ export declare var Cloud9ServiceException$: StaticErrorSchema;
6
8
  export declare var BadRequestException$: StaticErrorSchema;
7
9
  export declare var ConcurrentAccessException$: StaticErrorSchema;
8
10
  export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var ForbiddenException$: StaticErrorSchema;
12
+ export declare var InternalServerErrorException$: StaticErrorSchema;
13
+ export declare var LimitExceededException$: StaticErrorSchema;
14
+ export declare var NotFoundException$: StaticErrorSchema;
15
+ export declare var TooManyRequestsException$: StaticErrorSchema;
16
+ export declare const errorTypeRegistries: TypeRegistry[];
9
17
  export declare var CreateEnvironmentEC2Request$: StaticStructureSchema;
10
18
  export declare var CreateEnvironmentEC2Result$: StaticStructureSchema;
11
19
  export declare var CreateEnvironmentMembershipRequest$: StaticStructureSchema;
@@ -23,25 +31,19 @@ export declare var DescribeEnvironmentStatusResult$: StaticStructureSchema;
23
31
  export declare var Environment$: StaticStructureSchema;
24
32
  export declare var EnvironmentLifecycle$: StaticStructureSchema;
25
33
  export declare var EnvironmentMember$: StaticStructureSchema;
26
- export declare var ForbiddenException$: StaticErrorSchema;
27
- export declare var InternalServerErrorException$: StaticErrorSchema;
28
- export declare var LimitExceededException$: StaticErrorSchema;
29
34
  export declare var ListEnvironmentsRequest$: StaticStructureSchema;
30
35
  export declare var ListEnvironmentsResult$: StaticStructureSchema;
31
36
  export declare var ListTagsForResourceRequest$: StaticStructureSchema;
32
37
  export declare var ListTagsForResourceResponse$: StaticStructureSchema;
33
- export declare var NotFoundException$: StaticErrorSchema;
34
38
  export declare var Tag$: StaticStructureSchema;
35
39
  export declare var TagResourceRequest$: StaticStructureSchema;
36
40
  export declare var TagResourceResponse$: StaticStructureSchema;
37
- export declare var TooManyRequestsException$: StaticErrorSchema;
38
41
  export declare var UntagResourceRequest$: StaticStructureSchema;
39
42
  export declare var UntagResourceResponse$: StaticStructureSchema;
40
43
  export declare var UpdateEnvironmentMembershipRequest$: StaticStructureSchema;
41
44
  export declare var UpdateEnvironmentMembershipResult$: StaticStructureSchema;
42
45
  export declare var UpdateEnvironmentRequest$: StaticStructureSchema;
43
46
  export declare var UpdateEnvironmentResult$: StaticStructureSchema;
44
- export declare var Cloud9ServiceException$: StaticErrorSchema;
45
47
  export declare var CreateEnvironmentEC2$: StaticOperationSchema;
46
48
  export declare var CreateEnvironmentMembership$: StaticOperationSchema;
47
49
  export declare var DeleteEnvironment$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloud9",
3
3
  "description": "AWS SDK for JavaScript Cloud9 Client for Node.js, Browser and React Native",
4
- "version": "3.986.0",
4
+ "version": "3.988.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloud9",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.8",
25
+ "@aws-sdk/credential-provider-node": "^3.972.7",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.8",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.986.0",
32
+ "@aws-sdk/util-endpoints": "3.988.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.6",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",