@aws-sdk/client-migrationhuborchestrator 3.529.1 → 3.535.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 (75) hide show
  1. package/dist-types/MigrationHubOrchestrator.d.ts +4 -1
  2. package/dist-types/MigrationHubOrchestratorClient.d.ts +1 -1
  3. package/dist-types/commands/CreateTemplateCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +2 -1
  11. package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
  12. package/dist-types/commands/GetTemplateStepCommand.d.ts +2 -1
  13. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +2 -1
  14. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
  15. package/dist-types/commands/GetWorkflowStepCommand.d.ts +2 -1
  16. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +2 -1
  17. package/dist-types/commands/ListPluginsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  19. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListTemplateStepsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
  25. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +2 -1
  26. package/dist-types/commands/StartWorkflowCommand.d.ts +2 -1
  27. package/dist-types/commands/StopWorkflowCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +2 -1
  34. package/dist-types/models/models_0.d.ts +389 -389
  35. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  36. package/dist-types/runtimeConfig.d.ts +2 -2
  37. package/dist-types/runtimeConfig.native.d.ts +2 -2
  38. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  39. package/dist-types/ts3.4/MigrationHubOrchestrator.d.ts +3 -0
  40. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  75. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
22
22
  }
23
23
  declare const UpdateTemplateCommand_base: {
24
24
  new (input: UpdateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a migration workflow template.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const UpdateTemplateCommand_base: {
75
75
  * @throws {@link MigrationHubOrchestratorServiceException}
76
76
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class UpdateTemplateCommand extends UpdateTemplateCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface UpdateWorkflowCommandOutput extends UpdateMigrationWorkflowResp
22
22
  }
23
23
  declare const UpdateWorkflowCommand_base: {
24
24
  new (input: UpdateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update a migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -111,6 +111,7 @@ declare const UpdateWorkflowCommand_base: {
111
111
  * @throws {@link MigrationHubOrchestratorServiceException}
112
112
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class UpdateWorkflowCommand extends UpdateWorkflowCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface UpdateWorkflowStepCommandOutput extends UpdateWorkflowStepRespo
22
22
  }
23
23
  declare const UpdateWorkflowStepCommand_base: {
24
24
  new (input: UpdateWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateWorkflowStepCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update a step in a migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -110,6 +110,7 @@ declare const UpdateWorkflowStepCommand_base: {
110
110
  * @throws {@link MigrationHubOrchestratorServiceException}
111
111
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class UpdateWorkflowStepCommand extends UpdateWorkflowStepCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface UpdateWorkflowStepGroupCommandOutput extends UpdateWorkflowStep
22
22
  }
23
23
  declare const UpdateWorkflowStepGroupCommand_base: {
24
24
  new (input: UpdateWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateWorkflowStepGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput, MigrationHubOrchestratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update the step group in a migration workflow.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const UpdateWorkflowStepGroupCommand_base: {
93
93
  * @throws {@link MigrationHubOrchestratorServiceException}
94
94
  * <p>Base exception class for all service exceptions from MigrationHubOrchestrator service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class UpdateWorkflowStepGroupCommand extends UpdateWorkflowStepGroupCommand_base {
98
99
  }