@aws-sdk/client-migrationhuborchestrator 3.928.0 → 3.929.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/index.js +1393 -1389
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/MigrationHubOrchestratorClient.js +2 -0
  4. package/dist-es/commands/CreateTemplateCommand.js +3 -9
  5. package/dist-es/commands/CreateWorkflowCommand.js +3 -10
  6. package/dist-es/commands/CreateWorkflowStepCommand.js +3 -9
  7. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +3 -9
  8. package/dist-es/commands/DeleteTemplateCommand.js +3 -9
  9. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  10. package/dist-es/commands/DeleteWorkflowStepCommand.js +3 -9
  11. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +3 -9
  12. package/dist-es/commands/GetTemplateCommand.js +3 -9
  13. package/dist-es/commands/GetTemplateStepCommand.js +3 -9
  14. package/dist-es/commands/GetTemplateStepGroupCommand.js +3 -9
  15. package/dist-es/commands/GetWorkflowCommand.js +3 -10
  16. package/dist-es/commands/GetWorkflowStepCommand.js +3 -9
  17. package/dist-es/commands/GetWorkflowStepGroupCommand.js +3 -9
  18. package/dist-es/commands/ListPluginsCommand.js +3 -9
  19. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  20. package/dist-es/commands/ListTemplateStepGroupsCommand.js +3 -9
  21. package/dist-es/commands/ListTemplateStepsCommand.js +3 -9
  22. package/dist-es/commands/ListTemplatesCommand.js +3 -9
  23. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +3 -9
  24. package/dist-es/commands/ListWorkflowStepsCommand.js +3 -9
  25. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  26. package/dist-es/commands/RetryWorkflowStepCommand.js +3 -9
  27. package/dist-es/commands/StartWorkflowCommand.js +3 -9
  28. package/dist-es/commands/StopWorkflowCommand.js +3 -9
  29. package/dist-es/commands/TagResourceCommand.js +3 -9
  30. package/dist-es/commands/UntagResourceCommand.js +3 -9
  31. package/dist-es/commands/UpdateTemplateCommand.js +3 -9
  32. package/dist-es/commands/UpdateWorkflowCommand.js +3 -10
  33. package/dist-es/commands/UpdateWorkflowStepCommand.js +3 -9
  34. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +3 -9
  35. package/dist-es/models/models_0.js +0 -21
  36. package/dist-es/runtimeConfig.shared.js +2 -0
  37. package/dist-es/schemas/schemas_0.js +1324 -0
  38. package/dist-types/MigrationHubOrchestratorClient.d.ts +10 -1
  39. package/dist-types/models/models_0.d.ts +0 -20
  40. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  41. package/dist-types/runtimeConfig.d.ts +1 -0
  42. package/dist-types/runtimeConfig.native.d.ts +1 -0
  43. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  44. package/dist-types/schemas/schemas_0.d.ts +136 -0
  45. package/dist-types/ts3.4/MigrationHubOrchestratorClient.d.ts +4 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +0 -15
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +142 -0
  52. package/package.json +2 -3
  53. package/dist-es/protocols/Aws_restJson1.js +0 -1138
  54. package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
  55. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -377
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "./commands/CreateTemplateCommand";
11
11
  import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "./commands/CreateWorkflowCommand";
@@ -172,6 +172,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
172
172
  * Optional extensions
173
173
  */
174
174
  extensions?: RuntimeExtension[];
175
+ /**
176
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
177
+ * may be overridden. A default will always be set by the client.
178
+ * Available options depend on the service's supported protocols and will not be validated by
179
+ * the client.
180
+ * @alpha
181
+ *
182
+ */
183
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
175
184
  /**
176
185
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
177
186
  */
@@ -2613,23 +2613,3 @@ export interface UpdateWorkflowStepGroupResponse {
2613
2613
  */
2614
2614
  lastModifiedTime?: Date | undefined;
2615
2615
  }
2616
- /**
2617
- * @internal
2618
- */
2619
- export declare const CreateMigrationWorkflowRequestFilterSensitiveLog: (obj: CreateMigrationWorkflowRequest) => any;
2620
- /**
2621
- * @internal
2622
- */
2623
- export declare const CreateMigrationWorkflowResponseFilterSensitiveLog: (obj: CreateMigrationWorkflowResponse) => any;
2624
- /**
2625
- * @internal
2626
- */
2627
- export declare const GetMigrationWorkflowResponseFilterSensitiveLog: (obj: GetMigrationWorkflowResponse) => any;
2628
- /**
2629
- * @internal
2630
- */
2631
- export declare const UpdateMigrationWorkflowRequestFilterSensitiveLog: (obj: UpdateMigrationWorkflowRequest) => any;
2632
- /**
2633
- * @internal
2634
- */
2635
- export declare const UpdateMigrationWorkflowResponseFilterSensitiveLog: (obj: UpdateMigrationWorkflowResponse) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientCo
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientCo
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientCo
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientCo
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MigrationHubOrchestratorHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,136 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException: StaticErrorSchema;
3
+ export declare var ConflictException: StaticErrorSchema;
4
+ export declare var CreateMigrationWorkflowRequest: StaticStructureSchema;
5
+ export declare var CreateMigrationWorkflowResponse: StaticStructureSchema;
6
+ export declare var CreateTemplateRequest: StaticStructureSchema;
7
+ export declare var CreateTemplateResponse: StaticStructureSchema;
8
+ export declare var CreateWorkflowStepGroupRequest: StaticStructureSchema;
9
+ export declare var CreateWorkflowStepGroupResponse: StaticStructureSchema;
10
+ export declare var CreateWorkflowStepRequest: StaticStructureSchema;
11
+ export declare var CreateWorkflowStepResponse: StaticStructureSchema;
12
+ export declare var DeleteMigrationWorkflowRequest: StaticStructureSchema;
13
+ export declare var DeleteMigrationWorkflowResponse: StaticStructureSchema;
14
+ export declare var DeleteTemplateRequest: StaticStructureSchema;
15
+ export declare var DeleteTemplateResponse: StaticStructureSchema;
16
+ export declare var DeleteWorkflowStepGroupRequest: StaticStructureSchema;
17
+ export declare var DeleteWorkflowStepGroupResponse: StaticStructureSchema;
18
+ export declare var DeleteWorkflowStepRequest: StaticStructureSchema;
19
+ export declare var DeleteWorkflowStepResponse: StaticStructureSchema;
20
+ export declare var GetMigrationWorkflowRequest: StaticStructureSchema;
21
+ export declare var GetMigrationWorkflowResponse: StaticStructureSchema;
22
+ export declare var GetMigrationWorkflowTemplateRequest: StaticStructureSchema;
23
+ export declare var GetMigrationWorkflowTemplateResponse: StaticStructureSchema;
24
+ export declare var GetTemplateStepGroupRequest: StaticStructureSchema;
25
+ export declare var GetTemplateStepGroupResponse: StaticStructureSchema;
26
+ export declare var GetTemplateStepRequest: StaticStructureSchema;
27
+ export declare var GetTemplateStepResponse: StaticStructureSchema;
28
+ export declare var GetWorkflowStepGroupRequest: StaticStructureSchema;
29
+ export declare var GetWorkflowStepGroupResponse: StaticStructureSchema;
30
+ export declare var GetWorkflowStepRequest: StaticStructureSchema;
31
+ export declare var GetWorkflowStepResponse: StaticStructureSchema;
32
+ export declare var InternalServerException: StaticErrorSchema;
33
+ export declare var ListMigrationWorkflowsRequest: StaticStructureSchema;
34
+ export declare var ListMigrationWorkflowsResponse: StaticStructureSchema;
35
+ export declare var ListMigrationWorkflowTemplatesRequest: StaticStructureSchema;
36
+ export declare var ListMigrationWorkflowTemplatesResponse: StaticStructureSchema;
37
+ export declare var ListPluginsRequest: StaticStructureSchema;
38
+ export declare var ListPluginsResponse: StaticStructureSchema;
39
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
40
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
41
+ export declare var ListTemplateStepGroupsRequest: StaticStructureSchema;
42
+ export declare var ListTemplateStepGroupsResponse: StaticStructureSchema;
43
+ export declare var ListTemplateStepsRequest: StaticStructureSchema;
44
+ export declare var ListTemplateStepsResponse: StaticStructureSchema;
45
+ export declare var ListWorkflowStepGroupsRequest: StaticStructureSchema;
46
+ export declare var ListWorkflowStepGroupsResponse: StaticStructureSchema;
47
+ export declare var ListWorkflowStepsRequest: StaticStructureSchema;
48
+ export declare var ListWorkflowStepsResponse: StaticStructureSchema;
49
+ export declare var MigrationWorkflowSummary: StaticStructureSchema;
50
+ export declare var PlatformCommand: StaticStructureSchema;
51
+ export declare var PlatformScriptKey: StaticStructureSchema;
52
+ export declare var PluginSummary: StaticStructureSchema;
53
+ export declare var ResourceNotFoundException: StaticErrorSchema;
54
+ export declare var RetryWorkflowStepRequest: StaticStructureSchema;
55
+ export declare var RetryWorkflowStepResponse: StaticStructureSchema;
56
+ export declare var StartMigrationWorkflowRequest: StaticStructureSchema;
57
+ export declare var StartMigrationWorkflowResponse: StaticStructureSchema;
58
+ export declare var StepAutomationConfiguration: StaticStructureSchema;
59
+ export declare var StepOutput: StaticStructureSchema;
60
+ export declare var StopMigrationWorkflowRequest: StaticStructureSchema;
61
+ export declare var StopMigrationWorkflowResponse: StaticStructureSchema;
62
+ export declare var TagResourceRequest: StaticStructureSchema;
63
+ export declare var TagResourceResponse: StaticStructureSchema;
64
+ export declare var TemplateInput: StaticStructureSchema;
65
+ export declare var TemplateStepGroupSummary: StaticStructureSchema;
66
+ export declare var TemplateStepSummary: StaticStructureSchema;
67
+ export declare var TemplateSummary: StaticStructureSchema;
68
+ export declare var ThrottlingException: StaticErrorSchema;
69
+ export declare var Tool: StaticStructureSchema;
70
+ export declare var UntagResourceRequest: StaticStructureSchema;
71
+ export declare var UntagResourceResponse: StaticStructureSchema;
72
+ export declare var UpdateMigrationWorkflowRequest: StaticStructureSchema;
73
+ export declare var UpdateMigrationWorkflowResponse: StaticStructureSchema;
74
+ export declare var UpdateTemplateRequest: StaticStructureSchema;
75
+ export declare var UpdateTemplateResponse: StaticStructureSchema;
76
+ export declare var UpdateWorkflowStepGroupRequest: StaticStructureSchema;
77
+ export declare var UpdateWorkflowStepGroupResponse: StaticStructureSchema;
78
+ export declare var UpdateWorkflowStepRequest: StaticStructureSchema;
79
+ export declare var UpdateWorkflowStepResponse: StaticStructureSchema;
80
+ export declare var ValidationException: StaticErrorSchema;
81
+ export declare var WorkflowStepAutomationConfiguration: StaticStructureSchema;
82
+ export declare var WorkflowStepGroupSummary: StaticStructureSchema;
83
+ export declare var WorkflowStepOutput: StaticStructureSchema;
84
+ export declare var WorkflowStepSummary: StaticStructureSchema;
85
+ export declare var MigrationHubOrchestratorServiceException: StaticErrorSchema;
86
+ export declare var MaxStringList: number;
87
+ export declare var MigrationWorkflowSummaryList: StaticListSchema;
88
+ export declare var PluginSummaries: StaticListSchema;
89
+ export declare var StepOutputList: StaticListSchema;
90
+ export declare var StringList: number;
91
+ export declare var TagKeyList: number;
92
+ export declare var TemplateInputList: StaticListSchema;
93
+ export declare var TemplateStepGroupSummaryList: StaticListSchema;
94
+ export declare var TemplateStepSummaryList: StaticListSchema;
95
+ export declare var TemplateSummaryList: StaticListSchema;
96
+ export declare var ToolsList: StaticListSchema;
97
+ export declare var WorkflowStepGroupsSummaryList: StaticListSchema;
98
+ export declare var WorkflowStepOutputList: StaticListSchema;
99
+ export declare var WorkflowStepsSummaryList: StaticListSchema;
100
+ export declare var StepInputParameters: StaticMapSchema;
101
+ export declare var StringMap: number;
102
+ export declare var TagMap: number;
103
+ export declare var StepInput: StaticStructureSchema;
104
+ export declare var TemplateSource: StaticStructureSchema;
105
+ export declare var WorkflowStepOutputUnion: StaticStructureSchema;
106
+ export declare var CreateTemplate: StaticOperationSchema;
107
+ export declare var CreateWorkflow: StaticOperationSchema;
108
+ export declare var CreateWorkflowStep: StaticOperationSchema;
109
+ export declare var CreateWorkflowStepGroup: StaticOperationSchema;
110
+ export declare var DeleteTemplate: StaticOperationSchema;
111
+ export declare var DeleteWorkflow: StaticOperationSchema;
112
+ export declare var DeleteWorkflowStep: StaticOperationSchema;
113
+ export declare var DeleteWorkflowStepGroup: StaticOperationSchema;
114
+ export declare var GetTemplate: StaticOperationSchema;
115
+ export declare var GetTemplateStep: StaticOperationSchema;
116
+ export declare var GetTemplateStepGroup: StaticOperationSchema;
117
+ export declare var GetWorkflow: StaticOperationSchema;
118
+ export declare var GetWorkflowStep: StaticOperationSchema;
119
+ export declare var GetWorkflowStepGroup: StaticOperationSchema;
120
+ export declare var ListPlugins: StaticOperationSchema;
121
+ export declare var ListTagsForResource: StaticOperationSchema;
122
+ export declare var ListTemplates: StaticOperationSchema;
123
+ export declare var ListTemplateStepGroups: StaticOperationSchema;
124
+ export declare var ListTemplateSteps: StaticOperationSchema;
125
+ export declare var ListWorkflows: StaticOperationSchema;
126
+ export declare var ListWorkflowStepGroups: StaticOperationSchema;
127
+ export declare var ListWorkflowSteps: StaticOperationSchema;
128
+ export declare var RetryWorkflowStep: StaticOperationSchema;
129
+ export declare var StartWorkflow: StaticOperationSchema;
130
+ export declare var StopWorkflow: StaticOperationSchema;
131
+ export declare var TagResource: StaticOperationSchema;
132
+ export declare var UntagResource: StaticOperationSchema;
133
+ export declare var UpdateTemplate: StaticOperationSchema;
134
+ export declare var UpdateWorkflow: StaticOperationSchema;
135
+ export declare var UpdateWorkflowStep: StaticOperationSchema;
136
+ export declare var UpdateWorkflowStepGroup: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -264,6 +267,7 @@ export interface ClientDefaults
264
267
  retryMode?: string | __Provider<string>;
265
268
  logger?: __Logger;
266
269
  extensions?: RuntimeExtension[];
270
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
267
271
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
268
272
  }
269
273
  export type MigrationHubOrchestratorClientConfigType = Partial<
@@ -747,18 +747,3 @@ export interface UpdateWorkflowStepGroupResponse {
747
747
  previous?: string[] | undefined;
748
748
  lastModifiedTime?: Date | undefined;
749
749
  }
750
- export declare const CreateMigrationWorkflowRequestFilterSensitiveLog: (
751
- obj: CreateMigrationWorkflowRequest
752
- ) => any;
753
- export declare const CreateMigrationWorkflowResponseFilterSensitiveLog: (
754
- obj: CreateMigrationWorkflowResponse
755
- ) => any;
756
- export declare const GetMigrationWorkflowResponseFilterSensitiveLog: (
757
- obj: GetMigrationWorkflowResponse
758
- ) => any;
759
- export declare const UpdateMigrationWorkflowRequestFilterSensitiveLog: (
760
- obj: UpdateMigrationWorkflowRequest
761
- ) => any;
762
- export declare const UpdateMigrationWorkflowResponseFilterSensitiveLog: (
763
- obj: UpdateMigrationWorkflowResponse
764
- ) => any;
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
40
40
  profile?: string;
41
41
  logger: import("@smithy/types").Logger;
42
42
  extensions: import("./runtimeExtensions").RuntimeExtension[];
43
+ protocol: import("@smithy/types").ClientProtocol<
44
+ import("@smithy/types").HttpRequest,
45
+ import("@smithy/types").HttpResponse
46
+ >;
43
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
44
48
  userAgentAppId?:
45
49
  | string
@@ -40,6 +40,10 @@ export declare const getRuntimeConfig: (
40
40
  profile?: string;
41
41
  logger: import("@smithy/types").Logger;
42
42
  extensions: import("./runtimeExtensions").RuntimeExtension[];
43
+ protocol: import("@smithy/types").ClientProtocol<
44
+ import("@smithy/types").HttpRequest,
45
+ import("@smithy/types").HttpResponse
46
+ >;
43
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
44
48
  retryStrategy?:
45
49
  | import("@smithy/types").RetryStrategy
@@ -39,6 +39,10 @@ export declare const getRuntimeConfig: (
39
39
  retryMode: string | import("@smithy/types").Provider<string>;
40
40
  logger: import("@smithy/types").Logger;
41
41
  extensions: import("./runtimeExtensions").RuntimeExtension[];
42
+ protocol: import("@smithy/types").ClientProtocol<
43
+ import("@smithy/types").HttpRequest,
44
+ import("@smithy/types").HttpResponse
45
+ >;
42
46
  defaultsMode:
43
47
  | import("@smithy/smithy-client").DefaultsMode
44
48
  | import("@smithy/types").Provider<
@@ -16,6 +16,10 @@ export declare const getRuntimeConfig: (
16
16
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MigrationHubOrchestratorHttpAuthSchemeProvider;
17
17
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
18
18
  logger: import("@smithy/types").Logger;
19
+ protocol: import("@smithy/types").ClientProtocol<
20
+ import("@smithy/types").HttpRequest,
21
+ import("@smithy/types").HttpResponse
22
+ >;
19
23
  serviceId: string;
20
24
  urlParser: import("@smithy/types").UrlParser;
21
25
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,142 @@
1
+ import {
2
+ StaticErrorSchema,
3
+ StaticListSchema,
4
+ StaticMapSchema,
5
+ StaticOperationSchema,
6
+ StaticStructureSchema,
7
+ } from "@smithy/types";
8
+ export declare var AccessDeniedException: StaticErrorSchema;
9
+ export declare var ConflictException: StaticErrorSchema;
10
+ export declare var CreateMigrationWorkflowRequest: StaticStructureSchema;
11
+ export declare var CreateMigrationWorkflowResponse: StaticStructureSchema;
12
+ export declare var CreateTemplateRequest: StaticStructureSchema;
13
+ export declare var CreateTemplateResponse: StaticStructureSchema;
14
+ export declare var CreateWorkflowStepGroupRequest: StaticStructureSchema;
15
+ export declare var CreateWorkflowStepGroupResponse: StaticStructureSchema;
16
+ export declare var CreateWorkflowStepRequest: StaticStructureSchema;
17
+ export declare var CreateWorkflowStepResponse: StaticStructureSchema;
18
+ export declare var DeleteMigrationWorkflowRequest: StaticStructureSchema;
19
+ export declare var DeleteMigrationWorkflowResponse: StaticStructureSchema;
20
+ export declare var DeleteTemplateRequest: StaticStructureSchema;
21
+ export declare var DeleteTemplateResponse: StaticStructureSchema;
22
+ export declare var DeleteWorkflowStepGroupRequest: StaticStructureSchema;
23
+ export declare var DeleteWorkflowStepGroupResponse: StaticStructureSchema;
24
+ export declare var DeleteWorkflowStepRequest: StaticStructureSchema;
25
+ export declare var DeleteWorkflowStepResponse: StaticStructureSchema;
26
+ export declare var GetMigrationWorkflowRequest: StaticStructureSchema;
27
+ export declare var GetMigrationWorkflowResponse: StaticStructureSchema;
28
+ export declare var GetMigrationWorkflowTemplateRequest: StaticStructureSchema;
29
+ export declare var GetMigrationWorkflowTemplateResponse: StaticStructureSchema;
30
+ export declare var GetTemplateStepGroupRequest: StaticStructureSchema;
31
+ export declare var GetTemplateStepGroupResponse: StaticStructureSchema;
32
+ export declare var GetTemplateStepRequest: StaticStructureSchema;
33
+ export declare var GetTemplateStepResponse: StaticStructureSchema;
34
+ export declare var GetWorkflowStepGroupRequest: StaticStructureSchema;
35
+ export declare var GetWorkflowStepGroupResponse: StaticStructureSchema;
36
+ export declare var GetWorkflowStepRequest: StaticStructureSchema;
37
+ export declare var GetWorkflowStepResponse: StaticStructureSchema;
38
+ export declare var InternalServerException: StaticErrorSchema;
39
+ export declare var ListMigrationWorkflowsRequest: StaticStructureSchema;
40
+ export declare var ListMigrationWorkflowsResponse: StaticStructureSchema;
41
+ export declare var ListMigrationWorkflowTemplatesRequest: StaticStructureSchema;
42
+ export declare var ListMigrationWorkflowTemplatesResponse: StaticStructureSchema;
43
+ export declare var ListPluginsRequest: StaticStructureSchema;
44
+ export declare var ListPluginsResponse: StaticStructureSchema;
45
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
46
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
47
+ export declare var ListTemplateStepGroupsRequest: StaticStructureSchema;
48
+ export declare var ListTemplateStepGroupsResponse: StaticStructureSchema;
49
+ export declare var ListTemplateStepsRequest: StaticStructureSchema;
50
+ export declare var ListTemplateStepsResponse: StaticStructureSchema;
51
+ export declare var ListWorkflowStepGroupsRequest: StaticStructureSchema;
52
+ export declare var ListWorkflowStepGroupsResponse: StaticStructureSchema;
53
+ export declare var ListWorkflowStepsRequest: StaticStructureSchema;
54
+ export declare var ListWorkflowStepsResponse: StaticStructureSchema;
55
+ export declare var MigrationWorkflowSummary: StaticStructureSchema;
56
+ export declare var PlatformCommand: StaticStructureSchema;
57
+ export declare var PlatformScriptKey: StaticStructureSchema;
58
+ export declare var PluginSummary: StaticStructureSchema;
59
+ export declare var ResourceNotFoundException: StaticErrorSchema;
60
+ export declare var RetryWorkflowStepRequest: StaticStructureSchema;
61
+ export declare var RetryWorkflowStepResponse: StaticStructureSchema;
62
+ export declare var StartMigrationWorkflowRequest: StaticStructureSchema;
63
+ export declare var StartMigrationWorkflowResponse: StaticStructureSchema;
64
+ export declare var StepAutomationConfiguration: StaticStructureSchema;
65
+ export declare var StepOutput: StaticStructureSchema;
66
+ export declare var StopMigrationWorkflowRequest: StaticStructureSchema;
67
+ export declare var StopMigrationWorkflowResponse: StaticStructureSchema;
68
+ export declare var TagResourceRequest: StaticStructureSchema;
69
+ export declare var TagResourceResponse: StaticStructureSchema;
70
+ export declare var TemplateInput: StaticStructureSchema;
71
+ export declare var TemplateStepGroupSummary: StaticStructureSchema;
72
+ export declare var TemplateStepSummary: StaticStructureSchema;
73
+ export declare var TemplateSummary: StaticStructureSchema;
74
+ export declare var ThrottlingException: StaticErrorSchema;
75
+ export declare var Tool: StaticStructureSchema;
76
+ export declare var UntagResourceRequest: StaticStructureSchema;
77
+ export declare var UntagResourceResponse: StaticStructureSchema;
78
+ export declare var UpdateMigrationWorkflowRequest: StaticStructureSchema;
79
+ export declare var UpdateMigrationWorkflowResponse: StaticStructureSchema;
80
+ export declare var UpdateTemplateRequest: StaticStructureSchema;
81
+ export declare var UpdateTemplateResponse: StaticStructureSchema;
82
+ export declare var UpdateWorkflowStepGroupRequest: StaticStructureSchema;
83
+ export declare var UpdateWorkflowStepGroupResponse: StaticStructureSchema;
84
+ export declare var UpdateWorkflowStepRequest: StaticStructureSchema;
85
+ export declare var UpdateWorkflowStepResponse: StaticStructureSchema;
86
+ export declare var ValidationException: StaticErrorSchema;
87
+ export declare var WorkflowStepAutomationConfiguration: StaticStructureSchema;
88
+ export declare var WorkflowStepGroupSummary: StaticStructureSchema;
89
+ export declare var WorkflowStepOutput: StaticStructureSchema;
90
+ export declare var WorkflowStepSummary: StaticStructureSchema;
91
+ export declare var MigrationHubOrchestratorServiceException: StaticErrorSchema;
92
+ export declare var MaxStringList: number;
93
+ export declare var MigrationWorkflowSummaryList: StaticListSchema;
94
+ export declare var PluginSummaries: StaticListSchema;
95
+ export declare var StepOutputList: StaticListSchema;
96
+ export declare var StringList: number;
97
+ export declare var TagKeyList: number;
98
+ export declare var TemplateInputList: StaticListSchema;
99
+ export declare var TemplateStepGroupSummaryList: StaticListSchema;
100
+ export declare var TemplateStepSummaryList: StaticListSchema;
101
+ export declare var TemplateSummaryList: StaticListSchema;
102
+ export declare var ToolsList: StaticListSchema;
103
+ export declare var WorkflowStepGroupsSummaryList: StaticListSchema;
104
+ export declare var WorkflowStepOutputList: StaticListSchema;
105
+ export declare var WorkflowStepsSummaryList: StaticListSchema;
106
+ export declare var StepInputParameters: StaticMapSchema;
107
+ export declare var StringMap: number;
108
+ export declare var TagMap: number;
109
+ export declare var StepInput: StaticStructureSchema;
110
+ export declare var TemplateSource: StaticStructureSchema;
111
+ export declare var WorkflowStepOutputUnion: StaticStructureSchema;
112
+ export declare var CreateTemplate: StaticOperationSchema;
113
+ export declare var CreateWorkflow: StaticOperationSchema;
114
+ export declare var CreateWorkflowStep: StaticOperationSchema;
115
+ export declare var CreateWorkflowStepGroup: StaticOperationSchema;
116
+ export declare var DeleteTemplate: StaticOperationSchema;
117
+ export declare var DeleteWorkflow: StaticOperationSchema;
118
+ export declare var DeleteWorkflowStep: StaticOperationSchema;
119
+ export declare var DeleteWorkflowStepGroup: StaticOperationSchema;
120
+ export declare var GetTemplate: StaticOperationSchema;
121
+ export declare var GetTemplateStep: StaticOperationSchema;
122
+ export declare var GetTemplateStepGroup: StaticOperationSchema;
123
+ export declare var GetWorkflow: StaticOperationSchema;
124
+ export declare var GetWorkflowStep: StaticOperationSchema;
125
+ export declare var GetWorkflowStepGroup: StaticOperationSchema;
126
+ export declare var ListPlugins: StaticOperationSchema;
127
+ export declare var ListTagsForResource: StaticOperationSchema;
128
+ export declare var ListTemplates: StaticOperationSchema;
129
+ export declare var ListTemplateStepGroups: StaticOperationSchema;
130
+ export declare var ListTemplateSteps: StaticOperationSchema;
131
+ export declare var ListWorkflows: StaticOperationSchema;
132
+ export declare var ListWorkflowStepGroups: StaticOperationSchema;
133
+ export declare var ListWorkflowSteps: StaticOperationSchema;
134
+ export declare var RetryWorkflowStep: StaticOperationSchema;
135
+ export declare var StartWorkflow: StaticOperationSchema;
136
+ export declare var StopWorkflow: StaticOperationSchema;
137
+ export declare var TagResource: StaticOperationSchema;
138
+ export declare var UntagResource: StaticOperationSchema;
139
+ export declare var UpdateTemplate: StaticOperationSchema;
140
+ export declare var UpdateWorkflow: StaticOperationSchema;
141
+ export declare var UpdateWorkflowStep: StaticOperationSchema;
142
+ export declare var UpdateWorkflowStepGroup: StaticOperationSchema;
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.928.0",
4
+ "version": "3.929.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",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.928.0",
24
- "@aws-sdk/credential-provider-node": "3.928.0",
24
+ "@aws-sdk/credential-provider-node": "3.929.0",
25
25
  "@aws-sdk/middleware-host-header": "3.922.0",
26
26
  "@aws-sdk/middleware-logger": "3.922.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
@@ -56,7 +56,6 @@
56
56
  "@smithy/util-middleware": "^4.2.4",
57
57
  "@smithy/util-retry": "^4.2.4",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
- "@smithy/uuid": "^1.1.0",
60
59
  "tslib": "^2.6.2"
61
60
  },
62
61
  "devDependencies": {