@aws-sdk/client-migrationhuborchestrator 3.933.0 → 3.935.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
@@ -155,22 +155,6 @@ let ValidationException$1 = class ValidationException extends MigrationHubOrches
155
155
  Object.setPrototypeOf(this, ValidationException.prototype);
156
156
  }
157
157
  };
158
- const MigrationWorkflowStatusEnum = {
159
- COMPLETED: "COMPLETED",
160
- CREATING: "CREATING",
161
- CREATION_FAILED: "CREATION_FAILED",
162
- DELETED: "DELETED",
163
- DELETING: "DELETING",
164
- DELETION_FAILED: "DELETION_FAILED",
165
- IN_PROGRESS: "IN_PROGRESS",
166
- NOT_STARTED: "NOT_STARTED",
167
- PAUSED: "PAUSED",
168
- PAUSING: "PAUSING",
169
- PAUSING_FAILED: "PAUSING_FAILED",
170
- STARTING: "STARTING",
171
- USER_ATTENTION_REQUIRED: "USER_ATTENTION_REQUIRED",
172
- WORKFLOW_FAILED: "WORKFLOW_FAILED",
173
- };
174
158
  let InternalServerException$1 = class InternalServerException extends MigrationHubOrchestratorServiceException$1 {
175
159
  name = "InternalServerException";
176
160
  $fault = "server";
@@ -208,60 +192,6 @@ let ConflictException$1 = class ConflictException extends MigrationHubOrchestrat
208
192
  Object.setPrototypeOf(this, ConflictException.prototype);
209
193
  }
210
194
  };
211
- const DataType = {
212
- INTEGER: "INTEGER",
213
- STRING: "STRING",
214
- STRINGLIST: "STRINGLIST",
215
- STRINGMAP: "STRINGMAP",
216
- };
217
- const TemplateStatus = {
218
- CREATED: "CREATED",
219
- CREATING: "CREATING",
220
- CREATION_FAILED: "CREATION_FAILED",
221
- PENDING_CREATION: "PENDING_CREATION",
222
- READY: "READY",
223
- };
224
- const PluginHealth = {
225
- PLUGIN_HEALTHY: "HEALTHY",
226
- PLUGIN_UNHEALTHY: "UNHEALTHY",
227
- };
228
- const StepActionType = {
229
- AUTOMATED: "AUTOMATED",
230
- MANUAL: "MANUAL",
231
- };
232
- const RunEnvironment = {
233
- AWS: "AWS",
234
- ONPREMISE: "ONPREMISE",
235
- };
236
- const TargetType = {
237
- ALL: "ALL",
238
- NONE: "NONE",
239
- SINGLE: "SINGLE",
240
- };
241
- const Owner = {
242
- AWSManaged: "AWS_MANAGED",
243
- CUSTOM: "CUSTOM",
244
- };
245
- const StepGroupStatus = {
246
- AWAITING_DEPENDENCIES: "AWAITING_DEPENDENCIES",
247
- COMPLETED: "COMPLETED",
248
- FAILED: "FAILED",
249
- IN_PROGRESS: "IN_PROGRESS",
250
- PAUSED: "PAUSED",
251
- PAUSING: "PAUSING",
252
- READY: "READY",
253
- USER_ATTENTION_REQUIRED: "USER_ATTENTION_REQUIRED",
254
- };
255
- const StepStatus = {
256
- AWAITING_DEPENDENCIES: "AWAITING_DEPENDENCIES",
257
- COMPLETED: "COMPLETED",
258
- FAILED: "FAILED",
259
- IN_PROGRESS: "IN_PROGRESS",
260
- PAUSED: "PAUSED",
261
- READY: "READY",
262
- SKIPPED: "SKIPPED",
263
- USER_ATTENTION_REQUIRED: "USER_ATTENTION_REQUIRED",
264
- };
265
195
 
266
196
  const _ADE = "AccessDeniedException";
267
197
  const _CE = "ConflictException";
@@ -2017,7 +1947,6 @@ exports.CreateTemplateCommand = CreateTemplateCommand;
2017
1947
  exports.CreateWorkflowCommand = CreateWorkflowCommand;
2018
1948
  exports.CreateWorkflowStepCommand = CreateWorkflowStepCommand;
2019
1949
  exports.CreateWorkflowStepGroupCommand = CreateWorkflowStepGroupCommand;
2020
- exports.DataType = DataType;
2021
1950
  exports.DeleteTemplateCommand = DeleteTemplateCommand;
2022
1951
  exports.DeleteWorkflowCommand = DeleteWorkflowCommand;
2023
1952
  exports.DeleteWorkflowStepCommand = DeleteWorkflowStepCommand;
@@ -2040,20 +1969,11 @@ exports.ListWorkflowsCommand = ListWorkflowsCommand;
2040
1969
  exports.MigrationHubOrchestrator = MigrationHubOrchestrator;
2041
1970
  exports.MigrationHubOrchestratorClient = MigrationHubOrchestratorClient;
2042
1971
  exports.MigrationHubOrchestratorServiceException = MigrationHubOrchestratorServiceException$1;
2043
- exports.MigrationWorkflowStatusEnum = MigrationWorkflowStatusEnum;
2044
- exports.Owner = Owner;
2045
- exports.PluginHealth = PluginHealth;
2046
1972
  exports.ResourceNotFoundException = ResourceNotFoundException$1;
2047
1973
  exports.RetryWorkflowStepCommand = RetryWorkflowStepCommand;
2048
- exports.RunEnvironment = RunEnvironment;
2049
1974
  exports.StartWorkflowCommand = StartWorkflowCommand;
2050
- exports.StepActionType = StepActionType;
2051
- exports.StepGroupStatus = StepGroupStatus;
2052
- exports.StepStatus = StepStatus;
2053
1975
  exports.StopWorkflowCommand = StopWorkflowCommand;
2054
1976
  exports.TagResourceCommand = TagResourceCommand;
2055
- exports.TargetType = TargetType;
2056
- exports.TemplateStatus = TemplateStatus;
2057
1977
  exports.ThrottlingException = ThrottlingException$1;
2058
1978
  exports.UntagResourceCommand = UntagResourceCommand;
2059
1979
  exports.UpdateTemplateCommand = UpdateTemplateCommand;
package/dist-es/index.js CHANGED
@@ -2,5 +2,5 @@ export * from "./MigrationHubOrchestratorClient";
2
2
  export * from "./MigrationHubOrchestrator";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
- export * from "./models";
5
+ export * from "./models/errors";
6
6
  export { MigrationHubOrchestratorServiceException } from "./models/MigrationHubOrchestratorServiceException";
@@ -0,0 +1,76 @@
1
+ import { MigrationHubOrchestratorServiceException as __BaseException } from "./MigrationHubOrchestratorServiceException";
2
+ export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ $retryable = {};
6
+ constructor(opts) {
7
+ super({
8
+ name: "AccessDeniedException",
9
+ $fault: "client",
10
+ ...opts,
11
+ });
12
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
13
+ }
14
+ }
15
+ export class ResourceNotFoundException extends __BaseException {
16
+ name = "ResourceNotFoundException";
17
+ $fault = "client";
18
+ constructor(opts) {
19
+ super({
20
+ name: "ResourceNotFoundException",
21
+ $fault: "client",
22
+ ...opts,
23
+ });
24
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
25
+ }
26
+ }
27
+ export class ValidationException extends __BaseException {
28
+ name = "ValidationException";
29
+ $fault = "client";
30
+ $retryable = {};
31
+ constructor(opts) {
32
+ super({
33
+ name: "ValidationException",
34
+ $fault: "client",
35
+ ...opts,
36
+ });
37
+ Object.setPrototypeOf(this, ValidationException.prototype);
38
+ }
39
+ }
40
+ export class InternalServerException extends __BaseException {
41
+ name = "InternalServerException";
42
+ $fault = "server";
43
+ constructor(opts) {
44
+ super({
45
+ name: "InternalServerException",
46
+ $fault: "server",
47
+ ...opts,
48
+ });
49
+ Object.setPrototypeOf(this, InternalServerException.prototype);
50
+ }
51
+ }
52
+ export class ThrottlingException extends __BaseException {
53
+ name = "ThrottlingException";
54
+ $fault = "client";
55
+ constructor(opts) {
56
+ super({
57
+ name: "ThrottlingException",
58
+ $fault: "client",
59
+ ...opts,
60
+ });
61
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
62
+ }
63
+ }
64
+ export class ConflictException extends __BaseException {
65
+ name = "ConflictException";
66
+ $fault = "client";
67
+ $retryable = {};
68
+ constructor(opts) {
69
+ super({
70
+ name: "ConflictException",
71
+ $fault: "client",
72
+ ...opts,
73
+ });
74
+ Object.setPrototypeOf(this, ConflictException.prototype);
75
+ }
76
+ }
@@ -1,42 +1,3 @@
1
- import { MigrationHubOrchestratorServiceException as __BaseException } from "./MigrationHubOrchestratorServiceException";
2
- export class AccessDeniedException extends __BaseException {
3
- name = "AccessDeniedException";
4
- $fault = "client";
5
- $retryable = {};
6
- constructor(opts) {
7
- super({
8
- name: "AccessDeniedException",
9
- $fault: "client",
10
- ...opts,
11
- });
12
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
13
- }
14
- }
15
- export class ResourceNotFoundException extends __BaseException {
16
- name = "ResourceNotFoundException";
17
- $fault = "client";
18
- constructor(opts) {
19
- super({
20
- name: "ResourceNotFoundException",
21
- $fault: "client",
22
- ...opts,
23
- });
24
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
25
- }
26
- }
27
- export class ValidationException extends __BaseException {
28
- name = "ValidationException";
29
- $fault = "client";
30
- $retryable = {};
31
- constructor(opts) {
32
- super({
33
- name: "ValidationException",
34
- $fault: "client",
35
- ...opts,
36
- });
37
- Object.setPrototypeOf(this, ValidationException.prototype);
38
- }
39
- }
40
1
  export const MigrationWorkflowStatusEnum = {
41
2
  COMPLETED: "COMPLETED",
42
3
  CREATING: "CREATING",
@@ -53,43 +14,6 @@ export const MigrationWorkflowStatusEnum = {
53
14
  USER_ATTENTION_REQUIRED: "USER_ATTENTION_REQUIRED",
54
15
  WORKFLOW_FAILED: "WORKFLOW_FAILED",
55
16
  };
56
- export class InternalServerException extends __BaseException {
57
- name = "InternalServerException";
58
- $fault = "server";
59
- constructor(opts) {
60
- super({
61
- name: "InternalServerException",
62
- $fault: "server",
63
- ...opts,
64
- });
65
- Object.setPrototypeOf(this, InternalServerException.prototype);
66
- }
67
- }
68
- export class ThrottlingException extends __BaseException {
69
- name = "ThrottlingException";
70
- $fault = "client";
71
- constructor(opts) {
72
- super({
73
- name: "ThrottlingException",
74
- $fault: "client",
75
- ...opts,
76
- });
77
- Object.setPrototypeOf(this, ThrottlingException.prototype);
78
- }
79
- }
80
- export class ConflictException extends __BaseException {
81
- name = "ConflictException";
82
- $fault = "client";
83
- $retryable = {};
84
- constructor(opts) {
85
- super({
86
- name: "ConflictException",
87
- $fault: "client",
88
- ...opts,
89
- });
90
- Object.setPrototypeOf(this, ConflictException.prototype);
91
- }
92
- }
93
17
  export const DataType = {
94
18
  INTEGER: "INTEGER",
95
19
  STRING: "STRING",
@@ -217,7 +217,7 @@ const _wSGS = "workflowStepGroupsSummary";
217
217
  const _wSS = "workflowStepsSummary";
218
218
  const n0 = "com.amazonaws.migrationhuborchestrator";
219
219
  import { TypeRegistry } from "@smithy/core/schema";
220
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
220
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
221
221
  import { MigrationHubOrchestratorServiceException as __MigrationHubOrchestratorServiceException } from "../models/MigrationHubOrchestratorServiceException";
222
222
  export var AccessDeniedException = [
223
223
  -3,
@@ -14,5 +14,6 @@ export type { RuntimeExtension } from "./runtimeExtensions";
14
14
  export type { MigrationHubOrchestratorExtensionConfiguration } from "./extensionConfiguration";
15
15
  export * from "./commands";
16
16
  export * from "./pagination";
17
- export * from "./models";
17
+ export * from "./models/errors";
18
+ export type * from "./models/models_0";
18
19
  export { MigrationHubOrchestratorServiceException } from "./models/MigrationHubOrchestratorServiceException";
@@ -0,0 +1,78 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { MigrationHubOrchestratorServiceException as __BaseException } from "./MigrationHubOrchestratorServiceException";
3
+ /**
4
+ * <p>You do not have sufficient access to perform this action.</p>
5
+ * @public
6
+ */
7
+ export declare class AccessDeniedException extends __BaseException {
8
+ readonly name: "AccessDeniedException";
9
+ readonly $fault: "client";
10
+ $retryable: {};
11
+ /**
12
+ * @internal
13
+ */
14
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
15
+ }
16
+ /**
17
+ * <p>The resource is not available.</p>
18
+ * @public
19
+ */
20
+ export declare class ResourceNotFoundException extends __BaseException {
21
+ readonly name: "ResourceNotFoundException";
22
+ readonly $fault: "client";
23
+ /**
24
+ * @internal
25
+ */
26
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
27
+ }
28
+ /**
29
+ * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
30
+ * @public
31
+ */
32
+ export declare class ValidationException extends __BaseException {
33
+ readonly name: "ValidationException";
34
+ readonly $fault: "client";
35
+ $retryable: {};
36
+ /**
37
+ * @internal
38
+ */
39
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
40
+ }
41
+ /**
42
+ * <p>An internal error has occurred.</p>
43
+ * @public
44
+ */
45
+ export declare class InternalServerException extends __BaseException {
46
+ readonly name: "InternalServerException";
47
+ readonly $fault: "server";
48
+ /**
49
+ * @internal
50
+ */
51
+ constructor(opts: __ExceptionOptionType<InternalServerException, __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
+ /**
61
+ * @internal
62
+ */
63
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
64
+ }
65
+ /**
66
+ * <p>This exception is thrown when an attempt to update or delete
67
+ * a resource would cause an inconsistent state.</p>
68
+ * @public
69
+ */
70
+ export declare class ConflictException extends __BaseException {
71
+ readonly name: "ConflictException";
72
+ readonly $fault: "client";
73
+ $retryable: {};
74
+ /**
75
+ * @internal
76
+ */
77
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
78
+ }
@@ -1,18 +1,3 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { MigrationHubOrchestratorServiceException as __BaseException } from "./MigrationHubOrchestratorServiceException";
3
- /**
4
- * <p>You do not have sufficient access to perform this action.</p>
5
- * @public
6
- */
7
- export declare class AccessDeniedException extends __BaseException {
8
- readonly name: "AccessDeniedException";
9
- readonly $fault: "client";
10
- $retryable: {};
11
- /**
12
- * @internal
13
- */
14
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
15
- }
16
1
  /**
17
2
  * @public
18
3
  */
@@ -33,31 +18,6 @@ export interface ListTagsForResourceResponse {
33
18
  */
34
19
  tags?: Record<string, string> | undefined;
35
20
  }
36
- /**
37
- * <p>The resource is not available.</p>
38
- * @public
39
- */
40
- export declare class ResourceNotFoundException extends __BaseException {
41
- readonly name: "ResourceNotFoundException";
42
- readonly $fault: "client";
43
- /**
44
- * @internal
45
- */
46
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
47
- }
48
- /**
49
- * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
50
- * @public
51
- */
52
- export declare class ValidationException extends __BaseException {
53
- readonly name: "ValidationException";
54
- readonly $fault: "client";
55
- $retryable: {};
56
- /**
57
- * @internal
58
- */
59
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
60
- }
61
21
  /**
62
22
  * <p>A map of key value pairs that is generated when you create a migration workflow. The
63
23
  * key value pairs will differ based on your selection of the template.</p>
@@ -258,30 +218,6 @@ export interface CreateMigrationWorkflowResponse {
258
218
  */
259
219
  tags?: Record<string, string> | undefined;
260
220
  }
261
- /**
262
- * <p>An internal error has occurred.</p>
263
- * @public
264
- */
265
- export declare class InternalServerException extends __BaseException {
266
- readonly name: "InternalServerException";
267
- readonly $fault: "server";
268
- /**
269
- * @internal
270
- */
271
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
272
- }
273
- /**
274
- * <p>The request was denied due to request throttling.</p>
275
- * @public
276
- */
277
- export declare class ThrottlingException extends __BaseException {
278
- readonly name: "ThrottlingException";
279
- readonly $fault: "client";
280
- /**
281
- * @internal
282
- */
283
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
284
- }
285
221
  /**
286
222
  * @public
287
223
  */
@@ -724,20 +660,6 @@ export interface UpdateMigrationWorkflowResponse {
724
660
  */
725
661
  tags?: Record<string, string> | undefined;
726
662
  }
727
- /**
728
- * <p>This exception is thrown when an attempt to update or delete
729
- * a resource would cause an inconsistent state.</p>
730
- * @public
731
- */
732
- export declare class ConflictException extends __BaseException {
733
- readonly name: "ConflictException";
734
- readonly $fault: "client";
735
- $retryable: {};
736
- /**
737
- * @internal
738
- */
739
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
740
- }
741
663
  /**
742
664
  * <p>The migration workflow template used as the source for the new template.</p>
743
665
  * @public
@@ -5,5 +5,6 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { MigrationHubOrchestratorExtensionConfiguration } 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 { MigrationHubOrchestratorServiceException } from "./models/MigrationHubOrchestratorServiceException";
@@ -0,0 +1,45 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { MigrationHubOrchestratorServiceException as __BaseException } from "./MigrationHubOrchestratorServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ $retryable: {};
7
+ constructor(
8
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
+ );
10
+ }
11
+ export declare class ResourceNotFoundException extends __BaseException {
12
+ readonly name: "ResourceNotFoundException";
13
+ readonly $fault: "client";
14
+ constructor(
15
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
16
+ );
17
+ }
18
+ export declare class ValidationException extends __BaseException {
19
+ readonly name: "ValidationException";
20
+ readonly $fault: "client";
21
+ $retryable: {};
22
+ constructor(
23
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
24
+ );
25
+ }
26
+ export declare class InternalServerException extends __BaseException {
27
+ readonly name: "InternalServerException";
28
+ readonly $fault: "server";
29
+ constructor(
30
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
31
+ );
32
+ }
33
+ export declare class ThrottlingException extends __BaseException {
34
+ readonly name: "ThrottlingException";
35
+ readonly $fault: "client";
36
+ constructor(
37
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
38
+ );
39
+ }
40
+ export declare class ConflictException extends __BaseException {
41
+ readonly name: "ConflictException";
42
+ readonly $fault: "client";
43
+ $retryable: {};
44
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
45
+ }
@@ -1,34 +1,9 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { MigrationHubOrchestratorServiceException as __BaseException } from "./MigrationHubOrchestratorServiceException";
3
- export declare class AccessDeniedException extends __BaseException {
4
- readonly name: "AccessDeniedException";
5
- readonly $fault: "client";
6
- $retryable: {};
7
- constructor(
8
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
- );
10
- }
11
1
  export interface ListTagsForResourceRequest {
12
2
  resourceArn: string | undefined;
13
3
  }
14
4
  export interface ListTagsForResourceResponse {
15
5
  tags?: Record<string, string> | undefined;
16
6
  }
17
- export declare class ResourceNotFoundException extends __BaseException {
18
- readonly name: "ResourceNotFoundException";
19
- readonly $fault: "client";
20
- constructor(
21
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
22
- );
23
- }
24
- export declare class ValidationException extends __BaseException {
25
- readonly name: "ValidationException";
26
- readonly $fault: "client";
27
- $retryable: {};
28
- constructor(
29
- opts: __ExceptionOptionType<ValidationException, __BaseException>
30
- );
31
- }
32
7
  export type StepInput =
33
8
  | StepInput.IntegerValueMember
34
9
  | StepInput.ListOfStringsValueMember
@@ -119,20 +94,6 @@ export interface CreateMigrationWorkflowResponse {
119
94
  creationTime?: Date | undefined;
120
95
  tags?: Record<string, string> | undefined;
121
96
  }
122
- export declare class InternalServerException extends __BaseException {
123
- readonly name: "InternalServerException";
124
- readonly $fault: "server";
125
- constructor(
126
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
127
- );
128
- }
129
- export declare class ThrottlingException extends __BaseException {
130
- readonly name: "ThrottlingException";
131
- readonly $fault: "client";
132
- constructor(
133
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
134
- );
135
- }
136
97
  export interface DeleteMigrationWorkflowRequest {
137
98
  id: string | undefined;
138
99
  }
@@ -235,12 +196,6 @@ export interface UpdateMigrationWorkflowResponse {
235
196
  lastModifiedTime?: Date | undefined;
236
197
  tags?: Record<string, string> | undefined;
237
198
  }
238
- export declare class ConflictException extends __BaseException {
239
- readonly name: "ConflictException";
240
- readonly $fault: "client";
241
- $retryable: {};
242
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
243
- }
244
199
  export type TemplateSource =
245
200
  | TemplateSource.WorkflowIdMember
246
201
  | TemplateSource.$UnknownMember;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-migrationhuborchestrator",
3
3
  "description": "AWS SDK for JavaScript Migrationhuborchestrator Client for Node.js, Browser and React Native",
4
- "version": "3.933.0",
4
+ "version": "3.935.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-migrationhuborchestrator",
@@ -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.932.0",
24
- "@aws-sdk/credential-provider-node": "3.933.0",
23
+ "@aws-sdk/core": "3.935.0",
24
+ "@aws-sdk/credential-provider-node": "3.935.0",
25
25
  "@aws-sdk/middleware-host-header": "3.930.0",
26
26
  "@aws-sdk/middleware-logger": "3.930.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.933.0",
28
- "@aws-sdk/middleware-user-agent": "3.932.0",
28
+ "@aws-sdk/middleware-user-agent": "3.935.0",
29
29
  "@aws-sdk/region-config-resolver": "3.930.0",
30
30
  "@aws-sdk/types": "3.930.0",
31
31
  "@aws-sdk/util-endpoints": "3.930.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.930.0",
33
- "@aws-sdk/util-user-agent-node": "3.932.0",
33
+ "@aws-sdk/util-user-agent-node": "3.935.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";