@aws-sdk/client-codecatalyst 3.934.0 → 3.936.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 CHANGED
@@ -188,69 +188,6 @@ let ValidationException$1 = class ValidationException extends CodeCatalystServic
188
188
  Object.setPrototypeOf(this, ValidationException.prototype);
189
189
  }
190
190
  };
191
- const OperationType = {
192
- MUTATION: "MUTATION",
193
- READONLY: "READONLY",
194
- };
195
- const UserType = {
196
- AWS_ACCOUNT: "AWS_ACCOUNT",
197
- UNKNOWN: "UNKNOWN",
198
- USER: "USER",
199
- };
200
- const _InstanceType = {
201
- DEV_STANDARD1_LARGE: "dev.standard1.large",
202
- DEV_STANDARD1_MEDIUM: "dev.standard1.medium",
203
- DEV_STANDARD1_SMALL: "dev.standard1.small",
204
- DEV_STANDARD1_XLARGE: "dev.standard1.xlarge",
205
- };
206
- const DevEnvironmentStatus = {
207
- DELETED: "DELETED",
208
- DELETING: "DELETING",
209
- FAILED: "FAILED",
210
- PENDING: "PENDING",
211
- RUNNING: "RUNNING",
212
- STARTING: "STARTING",
213
- STOPPED: "STOPPED",
214
- STOPPING: "STOPPING",
215
- };
216
- const DevEnvironmentSessionType = {
217
- SSH: "SSH",
218
- SSM: "SSM",
219
- };
220
- const ComparisonOperator = {
221
- BEGINS_WITH: "BEGINS_WITH",
222
- EQUALS: "EQ",
223
- GREATER_THAN: "GT",
224
- GREATER_THAN_OR_EQUALS: "GE",
225
- LESS_THAN: "LT",
226
- LESS_THAN_OR_EQUALS: "LE",
227
- };
228
- const FilterKey = {
229
- HAS_ACCESS_TO: "hasAccessTo",
230
- NAME: "name",
231
- };
232
- const WorkflowRunMode = {
233
- PARALLEL: "PARALLEL",
234
- QUEUED: "QUEUED",
235
- SUPERSEDED: "SUPERSEDED",
236
- };
237
- const WorkflowStatus = {
238
- ACTIVE: "ACTIVE",
239
- INVALID: "INVALID",
240
- };
241
- const WorkflowRunStatus = {
242
- ABANDONED: "ABANDONED",
243
- CANCELLED: "CANCELLED",
244
- FAILED: "FAILED",
245
- IN_PROGRESS: "IN_PROGRESS",
246
- NOT_RUN: "NOT_RUN",
247
- PROVISIONING: "PROVISIONING",
248
- STOPPED: "STOPPED",
249
- STOPPING: "STOPPING",
250
- SUCCEEDED: "SUCCEEDED",
251
- SUPERSEDED: "SUPERSEDED",
252
- VALIDATING: "VALIDATING",
253
- };
254
191
 
255
192
  const _ADE = "AccessDeniedException";
256
193
  const _ATS = "AccessTokenSecret";
@@ -2163,7 +2100,6 @@ exports.AccessDeniedException = AccessDeniedException$1;
2163
2100
  exports.CodeCatalyst = CodeCatalyst;
2164
2101
  exports.CodeCatalystClient = CodeCatalystClient;
2165
2102
  exports.CodeCatalystServiceException = CodeCatalystServiceException$1;
2166
- exports.ComparisonOperator = ComparisonOperator;
2167
2103
  exports.ConflictException = ConflictException$1;
2168
2104
  exports.CreateAccessTokenCommand = CreateAccessTokenCommand;
2169
2105
  exports.CreateDevEnvironmentCommand = CreateDevEnvironmentCommand;
@@ -2175,9 +2111,6 @@ exports.DeleteDevEnvironmentCommand = DeleteDevEnvironmentCommand;
2175
2111
  exports.DeleteProjectCommand = DeleteProjectCommand;
2176
2112
  exports.DeleteSourceRepositoryCommand = DeleteSourceRepositoryCommand;
2177
2113
  exports.DeleteSpaceCommand = DeleteSpaceCommand;
2178
- exports.DevEnvironmentSessionType = DevEnvironmentSessionType;
2179
- exports.DevEnvironmentStatus = DevEnvironmentStatus;
2180
- exports.FilterKey = FilterKey;
2181
2114
  exports.GetDevEnvironmentCommand = GetDevEnvironmentCommand;
2182
2115
  exports.GetProjectCommand = GetProjectCommand;
2183
2116
  exports.GetSourceRepositoryCloneUrlsCommand = GetSourceRepositoryCloneUrlsCommand;
@@ -2197,7 +2130,6 @@ exports.ListSourceRepositoryBranchesCommand = ListSourceRepositoryBranchesComman
2197
2130
  exports.ListSpacesCommand = ListSpacesCommand;
2198
2131
  exports.ListWorkflowRunsCommand = ListWorkflowRunsCommand;
2199
2132
  exports.ListWorkflowsCommand = ListWorkflowsCommand;
2200
- exports.OperationType = OperationType;
2201
2133
  exports.ResourceNotFoundException = ResourceNotFoundException$1;
2202
2134
  exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2203
2135
  exports.StartDevEnvironmentCommand = StartDevEnvironmentCommand;
@@ -2209,13 +2141,8 @@ exports.ThrottlingException = ThrottlingException$1;
2209
2141
  exports.UpdateDevEnvironmentCommand = UpdateDevEnvironmentCommand;
2210
2142
  exports.UpdateProjectCommand = UpdateProjectCommand;
2211
2143
  exports.UpdateSpaceCommand = UpdateSpaceCommand;
2212
- exports.UserType = UserType;
2213
2144
  exports.ValidationException = ValidationException$1;
2214
2145
  exports.VerifySessionCommand = VerifySessionCommand;
2215
- exports.WorkflowRunMode = WorkflowRunMode;
2216
- exports.WorkflowRunStatus = WorkflowRunStatus;
2217
- exports.WorkflowStatus = WorkflowStatus;
2218
- exports._InstanceType = _InstanceType;
2219
2146
  exports.paginateListAccessTokens = paginateListAccessTokens;
2220
2147
  exports.paginateListDevEnvironmentSessions = paginateListDevEnvironmentSessions;
2221
2148
  exports.paginateListDevEnvironments = paginateListDevEnvironments;
package/dist-es/index.js CHANGED
@@ -2,5 +2,5 @@ export * from "./CodeCatalystClient";
2
2
  export * from "./CodeCatalyst";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
- export * from "./models";
5
+ export * from "./models/errors";
6
6
  export { CodeCatalystServiceException } from "./models/CodeCatalystServiceException";
@@ -0,0 +1,74 @@
1
+ import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException";
2
+ export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ constructor(opts) {
6
+ super({
7
+ name: "AccessDeniedException",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
+ }
13
+ }
14
+ export class ConflictException extends __BaseException {
15
+ name = "ConflictException";
16
+ $fault = "client";
17
+ constructor(opts) {
18
+ super({
19
+ name: "ConflictException",
20
+ $fault: "client",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, ConflictException.prototype);
24
+ }
25
+ }
26
+ export class ResourceNotFoundException extends __BaseException {
27
+ name = "ResourceNotFoundException";
28
+ $fault = "client";
29
+ constructor(opts) {
30
+ super({
31
+ name: "ResourceNotFoundException",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
36
+ }
37
+ }
38
+ export class ServiceQuotaExceededException extends __BaseException {
39
+ name = "ServiceQuotaExceededException";
40
+ $fault = "client";
41
+ constructor(opts) {
42
+ super({
43
+ name: "ServiceQuotaExceededException",
44
+ $fault: "client",
45
+ ...opts,
46
+ });
47
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
48
+ }
49
+ }
50
+ export class ThrottlingException extends __BaseException {
51
+ name = "ThrottlingException";
52
+ $fault = "client";
53
+ $retryable = {};
54
+ constructor(opts) {
55
+ super({
56
+ name: "ThrottlingException",
57
+ $fault: "client",
58
+ ...opts,
59
+ });
60
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
61
+ }
62
+ }
63
+ export class ValidationException extends __BaseException {
64
+ name = "ValidationException";
65
+ $fault = "client";
66
+ constructor(opts) {
67
+ super({
68
+ name: "ValidationException",
69
+ $fault: "client",
70
+ ...opts,
71
+ });
72
+ Object.setPrototypeOf(this, ValidationException.prototype);
73
+ }
74
+ }
@@ -1,77 +1,3 @@
1
- import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException";
2
- export class AccessDeniedException extends __BaseException {
3
- name = "AccessDeniedException";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "AccessDeniedException",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
- }
13
- }
14
- export class ConflictException extends __BaseException {
15
- name = "ConflictException";
16
- $fault = "client";
17
- constructor(opts) {
18
- super({
19
- name: "ConflictException",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- Object.setPrototypeOf(this, ConflictException.prototype);
24
- }
25
- }
26
- export class ResourceNotFoundException extends __BaseException {
27
- name = "ResourceNotFoundException";
28
- $fault = "client";
29
- constructor(opts) {
30
- super({
31
- name: "ResourceNotFoundException",
32
- $fault: "client",
33
- ...opts,
34
- });
35
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
36
- }
37
- }
38
- export class ServiceQuotaExceededException extends __BaseException {
39
- name = "ServiceQuotaExceededException";
40
- $fault = "client";
41
- constructor(opts) {
42
- super({
43
- name: "ServiceQuotaExceededException",
44
- $fault: "client",
45
- ...opts,
46
- });
47
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
48
- }
49
- }
50
- export class ThrottlingException extends __BaseException {
51
- name = "ThrottlingException";
52
- $fault = "client";
53
- $retryable = {};
54
- constructor(opts) {
55
- super({
56
- name: "ThrottlingException",
57
- $fault: "client",
58
- ...opts,
59
- });
60
- Object.setPrototypeOf(this, ThrottlingException.prototype);
61
- }
62
- }
63
- export class ValidationException extends __BaseException {
64
- name = "ValidationException";
65
- $fault = "client";
66
- constructor(opts) {
67
- super({
68
- name: "ValidationException",
69
- $fault: "client",
70
- ...opts,
71
- });
72
- Object.setPrototypeOf(this, ValidationException.prototype);
73
- }
74
- }
75
1
  export const OperationType = {
76
2
  MUTATION: "MUTATION",
77
3
  READONLY: "READONLY",
@@ -268,7 +268,7 @@ const _wN = "workflowName";
268
268
  const n0 = "com.amazonaws.codecatalyst";
269
269
  import { TypeRegistry } from "@smithy/core/schema";
270
270
  import { CodeCatalystServiceException as __CodeCatalystServiceException } from "../models/CodeCatalystServiceException";
271
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
271
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
272
272
  export var AccessTokenSecret = [0, n0, _ATS, 8, 0];
273
273
  export var SensitiveString = [0, n0, _SS, 8, 0];
274
274
  export var AccessDeniedException = [
@@ -184,5 +184,6 @@ export type { RuntimeExtension } from "./runtimeExtensions";
184
184
  export type { CodeCatalystExtensionConfiguration } from "./extensionConfiguration";
185
185
  export * from "./commands";
186
186
  export * from "./pagination";
187
- export * from "./models";
187
+ export * from "./models/errors";
188
+ export type * from "./models/models_0";
188
189
  export { CodeCatalystServiceException } from "./models/CodeCatalystServiceException";
@@ -0,0 +1,77 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException";
3
+ /**
4
+ * <p>The request was denied because you don't have sufficient access to perform this action. Verify that you are a member of a role that allows this action.</p>
5
+ * @public
6
+ */
7
+ export declare class AccessDeniedException extends __BaseException {
8
+ readonly name: "AccessDeniedException";
9
+ readonly $fault: "client";
10
+ /**
11
+ * @internal
12
+ */
13
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
+ }
15
+ /**
16
+ * <p>The request was denied because the requested operation would cause a conflict with the current state of a service resource associated with the request.
17
+ * Another user might have updated the resource. Reload, make sure you have the latest data, and then try again.</p>
18
+ * @public
19
+ */
20
+ export declare class ConflictException extends __BaseException {
21
+ readonly name: "ConflictException";
22
+ readonly $fault: "client";
23
+ /**
24
+ * @internal
25
+ */
26
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
27
+ }
28
+ /**
29
+ * <p>The request was denied because the specified resource was not found. Verify that the spelling is correct and that you have access to the resource.</p>
30
+ * @public
31
+ */
32
+ export declare class ResourceNotFoundException extends __BaseException {
33
+ readonly name: "ResourceNotFoundException";
34
+ readonly $fault: "client";
35
+ /**
36
+ * @internal
37
+ */
38
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
39
+ }
40
+ /**
41
+ * <p>The request was denied because one or more resources has reached its limits for the tier the space belongs to. Either reduce
42
+ * the number of resources, or change the tier if applicable.</p>
43
+ * @public
44
+ */
45
+ export declare class ServiceQuotaExceededException extends __BaseException {
46
+ readonly name: "ServiceQuotaExceededException";
47
+ readonly $fault: "client";
48
+ /**
49
+ * @internal
50
+ */
51
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
52
+ }
53
+ /**
54
+ * <p>The request was denied due to request throttling.</p>
55
+ * @public
56
+ */
57
+ export declare class ThrottlingException extends __BaseException {
58
+ readonly name: "ThrottlingException";
59
+ readonly $fault: "client";
60
+ $retryable: {};
61
+ /**
62
+ * @internal
63
+ */
64
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
65
+ }
66
+ /**
67
+ * <p>The request was denied because an input failed to satisfy the constraints specified by the service. Check the spelling and input requirements, and then try again.</p>
68
+ * @public
69
+ */
70
+ export declare class ValidationException extends __BaseException {
71
+ readonly name: "ValidationException";
72
+ readonly $fault: "client";
73
+ /**
74
+ * @internal
75
+ */
76
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
77
+ }
@@ -1,30 +1,3 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException";
3
- /**
4
- * <p>The request was denied because you don't have sufficient access to perform this action. Verify that you are a member of a role that allows this action.</p>
5
- * @public
6
- */
7
- export declare class AccessDeniedException extends __BaseException {
8
- readonly name: "AccessDeniedException";
9
- readonly $fault: "client";
10
- /**
11
- * @internal
12
- */
13
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
- }
15
- /**
16
- * <p>The request was denied because the requested operation would cause a conflict with the current state of a service resource associated with the request.
17
- * Another user might have updated the resource. Reload, make sure you have the latest data, and then try again.</p>
18
- * @public
19
- */
20
- export declare class ConflictException extends __BaseException {
21
- readonly name: "ConflictException";
22
- readonly $fault: "client";
23
- /**
24
- * @internal
25
- */
26
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
27
- }
28
1
  /**
29
2
  * @public
30
3
  */
@@ -65,56 +38,6 @@ export interface CreateAccessTokenResponse {
65
38
  */
66
39
  accessTokenId: string | undefined;
67
40
  }
68
- /**
69
- * <p>The request was denied because the specified resource was not found. Verify that the spelling is correct and that you have access to the resource.</p>
70
- * @public
71
- */
72
- export declare class ResourceNotFoundException extends __BaseException {
73
- readonly name: "ResourceNotFoundException";
74
- readonly $fault: "client";
75
- /**
76
- * @internal
77
- */
78
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
79
- }
80
- /**
81
- * <p>The request was denied because one or more resources has reached its limits for the tier the space belongs to. Either reduce
82
- * the number of resources, or change the tier if applicable.</p>
83
- * @public
84
- */
85
- export declare class ServiceQuotaExceededException extends __BaseException {
86
- readonly name: "ServiceQuotaExceededException";
87
- readonly $fault: "client";
88
- /**
89
- * @internal
90
- */
91
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
92
- }
93
- /**
94
- * <p>The request was denied due to request throttling.</p>
95
- * @public
96
- */
97
- export declare class ThrottlingException extends __BaseException {
98
- readonly name: "ThrottlingException";
99
- readonly $fault: "client";
100
- $retryable: {};
101
- /**
102
- * @internal
103
- */
104
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
105
- }
106
- /**
107
- * <p>The request was denied because an input failed to satisfy the constraints specified by the service. Check the spelling and input requirements, and then try again.</p>
108
- * @public
109
- */
110
- export declare class ValidationException extends __BaseException {
111
- readonly name: "ValidationException";
112
- readonly $fault: "client";
113
- /**
114
- * @internal
115
- */
116
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
117
- }
118
41
  /**
119
42
  * @public
120
43
  */
@@ -5,5 +5,6 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { CodeCatalystExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/errors";
9
+ export * from "./models/models_0";
9
10
  export { CodeCatalystServiceException } from "./models/CodeCatalystServiceException";
@@ -0,0 +1,43 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
+ );
9
+ }
10
+ export declare class ConflictException extends __BaseException {
11
+ readonly name: "ConflictException";
12
+ readonly $fault: "client";
13
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
14
+ }
15
+ export declare class ResourceNotFoundException extends __BaseException {
16
+ readonly name: "ResourceNotFoundException";
17
+ readonly $fault: "client";
18
+ constructor(
19
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
20
+ );
21
+ }
22
+ export declare class ServiceQuotaExceededException extends __BaseException {
23
+ readonly name: "ServiceQuotaExceededException";
24
+ readonly $fault: "client";
25
+ constructor(
26
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
27
+ );
28
+ }
29
+ export declare class ThrottlingException extends __BaseException {
30
+ readonly name: "ThrottlingException";
31
+ readonly $fault: "client";
32
+ $retryable: {};
33
+ constructor(
34
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
35
+ );
36
+ }
37
+ export declare class ValidationException extends __BaseException {
38
+ readonly name: "ValidationException";
39
+ readonly $fault: "client";
40
+ constructor(
41
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
42
+ );
43
+ }
@@ -1,17 +1,3 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { CodeCatalystServiceException as __BaseException } from "./CodeCatalystServiceException";
3
- export declare class AccessDeniedException extends __BaseException {
4
- readonly name: "AccessDeniedException";
5
- readonly $fault: "client";
6
- constructor(
7
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
- );
9
- }
10
- export declare class ConflictException extends __BaseException {
11
- readonly name: "ConflictException";
12
- readonly $fault: "client";
13
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
14
- }
15
1
  export interface CreateAccessTokenRequest {
16
2
  name: string | undefined;
17
3
  expiresTime?: Date | undefined;
@@ -22,35 +8,6 @@ export interface CreateAccessTokenResponse {
22
8
  expiresTime: Date | undefined;
23
9
  accessTokenId: string | undefined;
24
10
  }
25
- export declare class ResourceNotFoundException extends __BaseException {
26
- readonly name: "ResourceNotFoundException";
27
- readonly $fault: "client";
28
- constructor(
29
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
30
- );
31
- }
32
- export declare class ServiceQuotaExceededException extends __BaseException {
33
- readonly name: "ServiceQuotaExceededException";
34
- readonly $fault: "client";
35
- constructor(
36
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
37
- );
38
- }
39
- export declare class ThrottlingException extends __BaseException {
40
- readonly name: "ThrottlingException";
41
- readonly $fault: "client";
42
- $retryable: {};
43
- constructor(
44
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
45
- );
46
- }
47
- export declare class ValidationException extends __BaseException {
48
- readonly name: "ValidationException";
49
- readonly $fault: "client";
50
- constructor(
51
- opts: __ExceptionOptionType<ValidationException, __BaseException>
52
- );
53
- }
54
11
  export interface DeleteAccessTokenRequest {
55
12
  id: string | undefined;
56
13
  }
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.934.0",
4
+ "version": "3.936.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-codecatalyst",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.934.0",
24
- "@aws-sdk/middleware-host-header": "3.930.0",
25
- "@aws-sdk/middleware-logger": "3.930.0",
26
- "@aws-sdk/middleware-recursion-detection": "3.933.0",
27
- "@aws-sdk/middleware-user-agent": "3.934.0",
28
- "@aws-sdk/region-config-resolver": "3.930.0",
29
- "@aws-sdk/token-providers": "3.934.0",
30
- "@aws-sdk/types": "3.930.0",
31
- "@aws-sdk/util-endpoints": "3.930.0",
32
- "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.934.0",
23
+ "@aws-sdk/core": "3.936.0",
24
+ "@aws-sdk/middleware-host-header": "3.936.0",
25
+ "@aws-sdk/middleware-logger": "3.936.0",
26
+ "@aws-sdk/middleware-recursion-detection": "3.936.0",
27
+ "@aws-sdk/middleware-user-agent": "3.936.0",
28
+ "@aws-sdk/region-config-resolver": "3.936.0",
29
+ "@aws-sdk/token-providers": "3.936.0",
30
+ "@aws-sdk/types": "3.936.0",
31
+ "@aws-sdk/util-endpoints": "3.936.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.936.0",
33
+ "@aws-sdk/util-user-agent-node": "3.936.0",
34
34
  "@smithy/config-resolver": "^4.4.3",
35
- "@smithy/core": "^3.18.2",
35
+ "@smithy/core": "^3.18.5",
36
36
  "@smithy/fetch-http-handler": "^5.3.6",
37
37
  "@smithy/hash-node": "^4.2.5",
38
38
  "@smithy/invalid-dependency": "^4.2.5",
39
39
  "@smithy/middleware-content-length": "^4.2.5",
40
- "@smithy/middleware-endpoint": "^4.3.9",
41
- "@smithy/middleware-retry": "^4.4.9",
42
- "@smithy/middleware-serde": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.12",
41
+ "@smithy/middleware-retry": "^4.4.12",
42
+ "@smithy/middleware-serde": "^4.2.6",
43
43
  "@smithy/middleware-stack": "^4.2.5",
44
44
  "@smithy/node-config-provider": "^4.3.5",
45
45
  "@smithy/node-http-handler": "^4.4.5",
46
46
  "@smithy/protocol-http": "^5.3.5",
47
- "@smithy/smithy-client": "^4.9.5",
47
+ "@smithy/smithy-client": "^4.9.8",
48
48
  "@smithy/types": "^4.9.0",
49
49
  "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.8",
54
- "@smithy/util-defaults-mode-node": "^4.2.11",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.11",
54
+ "@smithy/util-defaults-mode-node": "^4.2.14",
55
55
  "@smithy/util-endpoints": "^3.2.5",
56
56
  "@smithy/util-middleware": "^4.2.5",
57
57
  "@smithy/util-retry": "^4.2.5",
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1 +0,0 @@
1
- export * from "./models_0";