@aws-sdk/client-migrationhuborchestrator 3.296.0 → 3.298.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 (96) hide show
  1. package/dist-cjs/commands/CreateWorkflowStepCommand.js +2 -3
  2. package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +2 -3
  3. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteWorkflowStepCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +2 -3
  6. package/dist-cjs/commands/GetTemplateCommand.js +2 -3
  7. package/dist-cjs/commands/GetTemplateStepCommand.js +2 -3
  8. package/dist-cjs/commands/GetTemplateStepGroupCommand.js +2 -3
  9. package/dist-cjs/commands/GetWorkflowCommand.js +1 -1
  10. package/dist-cjs/commands/GetWorkflowStepCommand.js +2 -3
  11. package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +2 -3
  12. package/dist-cjs/commands/ListPluginsCommand.js +2 -3
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  14. package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +2 -3
  15. package/dist-cjs/commands/ListTemplateStepsCommand.js +2 -3
  16. package/dist-cjs/commands/ListTemplatesCommand.js +2 -3
  17. package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +2 -3
  18. package/dist-cjs/commands/ListWorkflowStepsCommand.js +2 -3
  19. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -3
  20. package/dist-cjs/commands/RetryWorkflowStepCommand.js +2 -3
  21. package/dist-cjs/commands/StartWorkflowCommand.js +2 -3
  22. package/dist-cjs/commands/StopWorkflowCommand.js +2 -3
  23. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  24. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateWorkflowStepCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +1 -294
  28. package/dist-es/commands/CreateWorkflowStepCommand.js +2 -3
  29. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +2 -3
  30. package/dist-es/commands/DeleteWorkflowCommand.js +2 -3
  31. package/dist-es/commands/DeleteWorkflowStepCommand.js +2 -3
  32. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +2 -3
  33. package/dist-es/commands/GetTemplateCommand.js +2 -3
  34. package/dist-es/commands/GetTemplateStepCommand.js +2 -3
  35. package/dist-es/commands/GetTemplateStepGroupCommand.js +2 -3
  36. package/dist-es/commands/GetWorkflowCommand.js +2 -2
  37. package/dist-es/commands/GetWorkflowStepCommand.js +2 -3
  38. package/dist-es/commands/GetWorkflowStepGroupCommand.js +2 -3
  39. package/dist-es/commands/ListPluginsCommand.js +2 -3
  40. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  41. package/dist-es/commands/ListTemplateStepGroupsCommand.js +2 -3
  42. package/dist-es/commands/ListTemplateStepsCommand.js +2 -3
  43. package/dist-es/commands/ListTemplatesCommand.js +2 -3
  44. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +2 -3
  45. package/dist-es/commands/ListWorkflowStepsCommand.js +2 -3
  46. package/dist-es/commands/ListWorkflowsCommand.js +2 -3
  47. package/dist-es/commands/RetryWorkflowStepCommand.js +2 -3
  48. package/dist-es/commands/StartWorkflowCommand.js +2 -3
  49. package/dist-es/commands/StopWorkflowCommand.js +2 -3
  50. package/dist-es/commands/TagResourceCommand.js +2 -3
  51. package/dist-es/commands/UntagResourceCommand.js +2 -3
  52. package/dist-es/commands/UpdateWorkflowStepCommand.js +2 -3
  53. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +2 -3
  54. package/dist-es/models/models_0.js +0 -224
  55. package/dist-types/MigrationHubOrchestrator.d.ts +29 -0
  56. package/dist-types/MigrationHubOrchestratorClient.d.ts +24 -4
  57. package/dist-types/commands/CreateWorkflowCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateWorkflowStepCommand.d.ts +16 -0
  59. package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteWorkflowCommand.d.ts +16 -0
  61. package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +16 -0
  62. package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +16 -0
  63. package/dist-types/commands/GetTemplateCommand.d.ts +16 -0
  64. package/dist-types/commands/GetTemplateStepCommand.d.ts +16 -0
  65. package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +16 -0
  66. package/dist-types/commands/GetWorkflowCommand.d.ts +16 -0
  67. package/dist-types/commands/GetWorkflowStepCommand.d.ts +16 -0
  68. package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +16 -0
  69. package/dist-types/commands/ListPluginsCommand.d.ts +16 -0
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  71. package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +16 -0
  72. package/dist-types/commands/ListTemplateStepsCommand.d.ts +16 -0
  73. package/dist-types/commands/ListTemplatesCommand.d.ts +16 -0
  74. package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +16 -0
  75. package/dist-types/commands/ListWorkflowStepsCommand.d.ts +16 -0
  76. package/dist-types/commands/ListWorkflowsCommand.d.ts +16 -0
  77. package/dist-types/commands/RetryWorkflowStepCommand.d.ts +16 -0
  78. package/dist-types/commands/StartWorkflowCommand.d.ts +16 -0
  79. package/dist-types/commands/StopWorkflowCommand.d.ts +16 -0
  80. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  81. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateWorkflowCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +16 -0
  85. package/dist-types/models/MigrationHubOrchestratorServiceException.d.ts +2 -0
  86. package/dist-types/models/models_0.d.ts +226 -272
  87. package/dist-types/pagination/Interfaces.d.ts +3 -0
  88. package/dist-types/pagination/ListPluginsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListTemplateStepGroupsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListTemplateStepsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListTemplatesPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListWorkflowStepGroupsPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListWorkflowStepsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +3 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +0 -198
  96. package/package.json +4 -3
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { MigrationHubOrchestratorClient } from "../MigrationHubOrchestratorClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface MigrationHubOrchestratorPaginationConfiguration extends PaginationConfiguration {
4
7
  client: MigrationHubOrchestratorClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListPluginsCommandInput, ListPluginsCommandOutput } from "../commands/ListPluginsCommand";
3
3
  import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListPlugins(config: MigrationHubOrchestratorPaginationConfiguration, input: ListPluginsCommandInput, ...additionalArguments: any): Paginator<ListPluginsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListTemplateStepGroupsCommandInput, ListTemplateStepGroupsCommandOutput } from "../commands/ListTemplateStepGroupsCommand";
3
3
  import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListTemplateStepGroups(config: MigrationHubOrchestratorPaginationConfiguration, input: ListTemplateStepGroupsCommandInput, ...additionalArguments: any): Paginator<ListTemplateStepGroupsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListTemplateStepsCommandInput, ListTemplateStepsCommandOutput } from "../commands/ListTemplateStepsCommand";
3
3
  import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListTemplateSteps(config: MigrationHubOrchestratorPaginationConfiguration, input: ListTemplateStepsCommandInput, ...additionalArguments: any): Paginator<ListTemplateStepsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "../commands/ListTemplatesCommand";
3
3
  import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListTemplates(config: MigrationHubOrchestratorPaginationConfiguration, input: ListTemplatesCommandInput, ...additionalArguments: any): Paginator<ListTemplatesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListWorkflowStepGroupsCommandInput, ListWorkflowStepGroupsCommandOutput } from "../commands/ListWorkflowStepGroupsCommand";
3
3
  import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListWorkflowStepGroups(config: MigrationHubOrchestratorPaginationConfiguration, input: ListWorkflowStepGroupsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowStepGroupsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListWorkflowStepsCommandInput, ListWorkflowStepsCommandOutput } from "../commands/ListWorkflowStepsCommand";
3
3
  import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListWorkflowSteps(config: MigrationHubOrchestratorPaginationConfiguration, input: ListWorkflowStepsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowStepsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
3
3
  import { MigrationHubOrchestratorPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListWorkflows(config: MigrationHubOrchestratorPaginationConfiguration, input: ListWorkflowsCommandInput, ...additionalArguments: any): Paginator<ListWorkflowsCommandOutput>;
@@ -665,216 +665,18 @@ export interface UpdateWorkflowStepGroupResponse {
665
665
  previous?: string[];
666
666
  lastModifiedTime?: Date;
667
667
  }
668
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
669
- obj: ListTagsForResourceRequest
670
- ) => any;
671
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
672
- obj: ListTagsForResourceResponse
673
- ) => any;
674
- export declare const StepInputFilterSensitiveLog: (obj: StepInput) => any;
675
668
  export declare const CreateMigrationWorkflowRequestFilterSensitiveLog: (
676
669
  obj: CreateMigrationWorkflowRequest
677
670
  ) => any;
678
671
  export declare const CreateMigrationWorkflowResponseFilterSensitiveLog: (
679
672
  obj: CreateMigrationWorkflowResponse
680
673
  ) => any;
681
- export declare const DeleteMigrationWorkflowRequestFilterSensitiveLog: (
682
- obj: DeleteMigrationWorkflowRequest
683
- ) => any;
684
- export declare const DeleteMigrationWorkflowResponseFilterSensitiveLog: (
685
- obj: DeleteMigrationWorkflowResponse
686
- ) => any;
687
- export declare const GetMigrationWorkflowRequestFilterSensitiveLog: (
688
- obj: GetMigrationWorkflowRequest
689
- ) => any;
690
- export declare const ToolFilterSensitiveLog: (obj: Tool) => any;
691
674
  export declare const GetMigrationWorkflowResponseFilterSensitiveLog: (
692
675
  obj: GetMigrationWorkflowResponse
693
676
  ) => any;
694
- export declare const ListMigrationWorkflowsRequestFilterSensitiveLog: (
695
- obj: ListMigrationWorkflowsRequest
696
- ) => any;
697
- export declare const MigrationWorkflowSummaryFilterSensitiveLog: (
698
- obj: MigrationWorkflowSummary
699
- ) => any;
700
- export declare const ListMigrationWorkflowsResponseFilterSensitiveLog: (
701
- obj: ListMigrationWorkflowsResponse
702
- ) => any;
703
- export declare const StartMigrationWorkflowRequestFilterSensitiveLog: (
704
- obj: StartMigrationWorkflowRequest
705
- ) => any;
706
- export declare const StartMigrationWorkflowResponseFilterSensitiveLog: (
707
- obj: StartMigrationWorkflowResponse
708
- ) => any;
709
- export declare const StopMigrationWorkflowRequestFilterSensitiveLog: (
710
- obj: StopMigrationWorkflowRequest
711
- ) => any;
712
- export declare const StopMigrationWorkflowResponseFilterSensitiveLog: (
713
- obj: StopMigrationWorkflowResponse
714
- ) => any;
715
677
  export declare const UpdateMigrationWorkflowRequestFilterSensitiveLog: (
716
678
  obj: UpdateMigrationWorkflowRequest
717
679
  ) => any;
718
680
  export declare const UpdateMigrationWorkflowResponseFilterSensitiveLog: (
719
681
  obj: UpdateMigrationWorkflowResponse
720
682
  ) => any;
721
- export declare const GetMigrationWorkflowTemplateRequestFilterSensitiveLog: (
722
- obj: GetMigrationWorkflowTemplateRequest
723
- ) => any;
724
- export declare const TemplateInputFilterSensitiveLog: (
725
- obj: TemplateInput
726
- ) => any;
727
- export declare const GetMigrationWorkflowTemplateResponseFilterSensitiveLog: (
728
- obj: GetMigrationWorkflowTemplateResponse
729
- ) => any;
730
- export declare const ListMigrationWorkflowTemplatesRequestFilterSensitiveLog: (
731
- obj: ListMigrationWorkflowTemplatesRequest
732
- ) => any;
733
- export declare const TemplateSummaryFilterSensitiveLog: (
734
- obj: TemplateSummary
735
- ) => any;
736
- export declare const ListMigrationWorkflowTemplatesResponseFilterSensitiveLog: (
737
- obj: ListMigrationWorkflowTemplatesResponse
738
- ) => any;
739
- export declare const ListPluginsRequestFilterSensitiveLog: (
740
- obj: ListPluginsRequest
741
- ) => any;
742
- export declare const PluginSummaryFilterSensitiveLog: (
743
- obj: PluginSummary
744
- ) => any;
745
- export declare const ListPluginsResponseFilterSensitiveLog: (
746
- obj: ListPluginsResponse
747
- ) => any;
748
- export declare const TagResourceRequestFilterSensitiveLog: (
749
- obj: TagResourceRequest
750
- ) => any;
751
- export declare const TagResourceResponseFilterSensitiveLog: (
752
- obj: TagResourceResponse
753
- ) => any;
754
- export declare const GetTemplateStepRequestFilterSensitiveLog: (
755
- obj: GetTemplateStepRequest
756
- ) => any;
757
- export declare const StepOutputFilterSensitiveLog: (obj: StepOutput) => any;
758
- export declare const PlatformCommandFilterSensitiveLog: (
759
- obj: PlatformCommand
760
- ) => any;
761
- export declare const PlatformScriptKeyFilterSensitiveLog: (
762
- obj: PlatformScriptKey
763
- ) => any;
764
- export declare const StepAutomationConfigurationFilterSensitiveLog: (
765
- obj: StepAutomationConfiguration
766
- ) => any;
767
- export declare const GetTemplateStepResponseFilterSensitiveLog: (
768
- obj: GetTemplateStepResponse
769
- ) => any;
770
- export declare const ListTemplateStepsRequestFilterSensitiveLog: (
771
- obj: ListTemplateStepsRequest
772
- ) => any;
773
- export declare const TemplateStepSummaryFilterSensitiveLog: (
774
- obj: TemplateStepSummary
775
- ) => any;
776
- export declare const ListTemplateStepsResponseFilterSensitiveLog: (
777
- obj: ListTemplateStepsResponse
778
- ) => any;
779
- export declare const GetTemplateStepGroupRequestFilterSensitiveLog: (
780
- obj: GetTemplateStepGroupRequest
781
- ) => any;
782
- export declare const GetTemplateStepGroupResponseFilterSensitiveLog: (
783
- obj: GetTemplateStepGroupResponse
784
- ) => any;
785
- export declare const ListTemplateStepGroupsRequestFilterSensitiveLog: (
786
- obj: ListTemplateStepGroupsRequest
787
- ) => any;
788
- export declare const TemplateStepGroupSummaryFilterSensitiveLog: (
789
- obj: TemplateStepGroupSummary
790
- ) => any;
791
- export declare const ListTemplateStepGroupsResponseFilterSensitiveLog: (
792
- obj: ListTemplateStepGroupsResponse
793
- ) => any;
794
- export declare const UntagResourceRequestFilterSensitiveLog: (
795
- obj: UntagResourceRequest
796
- ) => any;
797
- export declare const UntagResourceResponseFilterSensitiveLog: (
798
- obj: UntagResourceResponse
799
- ) => any;
800
- export declare const WorkflowStepOutputUnionFilterSensitiveLog: (
801
- obj: WorkflowStepOutputUnion
802
- ) => any;
803
- export declare const WorkflowStepOutputFilterSensitiveLog: (
804
- obj: WorkflowStepOutput
805
- ) => any;
806
- export declare const WorkflowStepAutomationConfigurationFilterSensitiveLog: (
807
- obj: WorkflowStepAutomationConfiguration
808
- ) => any;
809
- export declare const CreateWorkflowStepRequestFilterSensitiveLog: (
810
- obj: CreateWorkflowStepRequest
811
- ) => any;
812
- export declare const CreateWorkflowStepResponseFilterSensitiveLog: (
813
- obj: CreateWorkflowStepResponse
814
- ) => any;
815
- export declare const DeleteWorkflowStepRequestFilterSensitiveLog: (
816
- obj: DeleteWorkflowStepRequest
817
- ) => any;
818
- export declare const DeleteWorkflowStepResponseFilterSensitiveLog: (
819
- obj: DeleteWorkflowStepResponse
820
- ) => any;
821
- export declare const GetWorkflowStepRequestFilterSensitiveLog: (
822
- obj: GetWorkflowStepRequest
823
- ) => any;
824
- export declare const GetWorkflowStepResponseFilterSensitiveLog: (
825
- obj: GetWorkflowStepResponse
826
- ) => any;
827
- export declare const ListWorkflowStepsRequestFilterSensitiveLog: (
828
- obj: ListWorkflowStepsRequest
829
- ) => any;
830
- export declare const WorkflowStepSummaryFilterSensitiveLog: (
831
- obj: WorkflowStepSummary
832
- ) => any;
833
- export declare const ListWorkflowStepsResponseFilterSensitiveLog: (
834
- obj: ListWorkflowStepsResponse
835
- ) => any;
836
- export declare const RetryWorkflowStepRequestFilterSensitiveLog: (
837
- obj: RetryWorkflowStepRequest
838
- ) => any;
839
- export declare const RetryWorkflowStepResponseFilterSensitiveLog: (
840
- obj: RetryWorkflowStepResponse
841
- ) => any;
842
- export declare const UpdateWorkflowStepRequestFilterSensitiveLog: (
843
- obj: UpdateWorkflowStepRequest
844
- ) => any;
845
- export declare const UpdateWorkflowStepResponseFilterSensitiveLog: (
846
- obj: UpdateWorkflowStepResponse
847
- ) => any;
848
- export declare const CreateWorkflowStepGroupRequestFilterSensitiveLog: (
849
- obj: CreateWorkflowStepGroupRequest
850
- ) => any;
851
- export declare const CreateWorkflowStepGroupResponseFilterSensitiveLog: (
852
- obj: CreateWorkflowStepGroupResponse
853
- ) => any;
854
- export declare const DeleteWorkflowStepGroupRequestFilterSensitiveLog: (
855
- obj: DeleteWorkflowStepGroupRequest
856
- ) => any;
857
- export declare const DeleteWorkflowStepGroupResponseFilterSensitiveLog: (
858
- obj: DeleteWorkflowStepGroupResponse
859
- ) => any;
860
- export declare const GetWorkflowStepGroupRequestFilterSensitiveLog: (
861
- obj: GetWorkflowStepGroupRequest
862
- ) => any;
863
- export declare const GetWorkflowStepGroupResponseFilterSensitiveLog: (
864
- obj: GetWorkflowStepGroupResponse
865
- ) => any;
866
- export declare const ListWorkflowStepGroupsRequestFilterSensitiveLog: (
867
- obj: ListWorkflowStepGroupsRequest
868
- ) => any;
869
- export declare const WorkflowStepGroupSummaryFilterSensitiveLog: (
870
- obj: WorkflowStepGroupSummary
871
- ) => any;
872
- export declare const ListWorkflowStepGroupsResponseFilterSensitiveLog: (
873
- obj: ListWorkflowStepGroupsResponse
874
- ) => any;
875
- export declare const UpdateWorkflowStepGroupRequestFilterSensitiveLog: (
876
- obj: UpdateWorkflowStepGroupRequest
877
- ) => any;
878
- export declare const UpdateWorkflowStepGroupResponseFilterSensitiveLog: (
879
- obj: UpdateWorkflowStepGroupResponse
880
- ) => any;
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.296.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo migrationhuborchestrator"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",