@aws-sdk/client-migration-hub 3.775.0 → 3.782.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 (22) hide show
  1. package/dist-types/commands/AssociateCreatedArtifactCommand.d.ts +1 -0
  2. package/dist-types/commands/AssociateDiscoveredResourceCommand.d.ts +1 -0
  3. package/dist-types/commands/AssociateSourceResourceCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateProgressUpdateStreamCommand.d.ts +1 -0
  5. package/dist-types/commands/DeleteProgressUpdateStreamCommand.d.ts +1 -0
  6. package/dist-types/commands/DescribeApplicationStateCommand.d.ts +1 -0
  7. package/dist-types/commands/DescribeMigrationTaskCommand.d.ts +1 -0
  8. package/dist-types/commands/DisassociateCreatedArtifactCommand.d.ts +1 -0
  9. package/dist-types/commands/DisassociateDiscoveredResourceCommand.d.ts +1 -0
  10. package/dist-types/commands/DisassociateSourceResourceCommand.d.ts +1 -0
  11. package/dist-types/commands/ImportMigrationTaskCommand.d.ts +1 -0
  12. package/dist-types/commands/ListApplicationStatesCommand.d.ts +1 -0
  13. package/dist-types/commands/ListCreatedArtifactsCommand.d.ts +1 -0
  14. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +1 -0
  15. package/dist-types/commands/ListMigrationTaskUpdatesCommand.d.ts +1 -0
  16. package/dist-types/commands/ListMigrationTasksCommand.d.ts +1 -0
  17. package/dist-types/commands/ListProgressUpdateStreamsCommand.d.ts +1 -0
  18. package/dist-types/commands/ListSourceResourcesCommand.d.ts +1 -0
  19. package/dist-types/commands/NotifyApplicationStateCommand.d.ts +1 -0
  20. package/dist-types/commands/NotifyMigrationTaskStateCommand.d.ts +1 -0
  21. package/dist-types/commands/PutResourceAttributesCommand.d.ts +1 -0
  22. package/package.json +5 -5
@@ -109,6 +109,7 @@ declare const AssociateCreatedArtifactCommand_base: {
109
109
  * @throws {@link MigrationHubServiceException}
110
110
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
111
111
  *
112
+ *
112
113
  * @public
113
114
  */
114
115
  export declare class AssociateCreatedArtifactCommand extends AssociateCreatedArtifactCommand_base {
@@ -98,6 +98,7 @@ declare const AssociateDiscoveredResourceCommand_base: {
98
98
  * @throws {@link MigrationHubServiceException}
99
99
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class AssociateDiscoveredResourceCommand extends AssociateDiscoveredResourceCommand_base {
@@ -91,6 +91,7 @@ declare const AssociateSourceResourceCommand_base: {
91
91
  * @throws {@link MigrationHubServiceException}
92
92
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class AssociateSourceResourceCommand extends AssociateSourceResourceCommand_base {
@@ -86,6 +86,7 @@ declare const CreateProgressUpdateStreamCommand_base: {
86
86
  * @throws {@link MigrationHubServiceException}
87
87
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class CreateProgressUpdateStreamCommand extends CreateProgressUpdateStreamCommand_base {
@@ -117,6 +117,7 @@ declare const DeleteProgressUpdateStreamCommand_base: {
117
117
  * @throws {@link MigrationHubServiceException}
118
118
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
119
119
  *
120
+ *
120
121
  * @public
121
122
  */
122
123
  export declare class DeleteProgressUpdateStreamCommand extends DeleteProgressUpdateStreamCommand_base {
@@ -86,6 +86,7 @@ declare const DescribeApplicationStateCommand_base: {
86
86
  * @throws {@link MigrationHubServiceException}
87
87
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class DescribeApplicationStateCommand extends DescribeApplicationStateCommand_base {
@@ -96,6 +96,7 @@ declare const DescribeMigrationTaskCommand_base: {
96
96
  * @throws {@link MigrationHubServiceException}
97
97
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
98
98
  *
99
+ *
99
100
  * @public
100
101
  */
101
102
  export declare class DescribeMigrationTaskCommand extends DescribeMigrationTaskCommand_base {
@@ -105,6 +105,7 @@ declare const DisassociateCreatedArtifactCommand_base: {
105
105
  * @throws {@link MigrationHubServiceException}
106
106
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class DisassociateCreatedArtifactCommand extends DisassociateCreatedArtifactCommand_base {
@@ -90,6 +90,7 @@ declare const DisassociateDiscoveredResourceCommand_base: {
90
90
  * @throws {@link MigrationHubServiceException}
91
91
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class DisassociateDiscoveredResourceCommand extends DisassociateDiscoveredResourceCommand_base {
@@ -86,6 +86,7 @@ declare const DisassociateSourceResourceCommand_base: {
86
86
  * @throws {@link MigrationHubServiceException}
87
87
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class DisassociateSourceResourceCommand extends DisassociateSourceResourceCommand_base {
@@ -91,6 +91,7 @@ declare const ImportMigrationTaskCommand_base: {
91
91
  * @throws {@link MigrationHubServiceException}
92
92
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class ImportMigrationTaskCommand extends ImportMigrationTaskCommand_base {
@@ -88,6 +88,7 @@ declare const ListApplicationStatesCommand_base: {
88
88
  * @throws {@link MigrationHubServiceException}
89
89
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class ListApplicationStatesCommand extends ListApplicationStatesCommand_base {
@@ -103,6 +103,7 @@ declare const ListCreatedArtifactsCommand_base: {
103
103
  * @throws {@link MigrationHubServiceException}
104
104
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
105
105
  *
106
+ *
106
107
  * @public
107
108
  */
108
109
  export declare class ListCreatedArtifactsCommand extends ListCreatedArtifactsCommand_base {
@@ -89,6 +89,7 @@ declare const ListDiscoveredResourcesCommand_base: {
89
89
  * @throws {@link MigrationHubServiceException}
90
90
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class ListDiscoveredResourcesCommand extends ListDiscoveredResourcesCommand_base {
@@ -92,6 +92,7 @@ declare const ListMigrationTaskUpdatesCommand_base: {
92
92
  * @throws {@link MigrationHubServiceException}
93
93
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
94
94
  *
95
+ *
95
96
  * @public
96
97
  */
97
98
  export declare class ListMigrationTaskUpdatesCommand extends ListMigrationTaskUpdatesCommand_base {
@@ -110,6 +110,7 @@ declare const ListMigrationTasksCommand_base: {
110
110
  * @throws {@link MigrationHubServiceException}
111
111
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
112
112
  *
113
+ *
113
114
  * @public
114
115
  */
115
116
  export declare class ListMigrationTasksCommand extends ListMigrationTasksCommand_base {
@@ -81,6 +81,7 @@ declare const ListProgressUpdateStreamsCommand_base: {
81
81
  * @throws {@link MigrationHubServiceException}
82
82
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class ListProgressUpdateStreamsCommand extends ListProgressUpdateStreamsCommand_base {
@@ -88,6 +88,7 @@ declare const ListSourceResourcesCommand_base: {
88
88
  * @throws {@link MigrationHubServiceException}
89
89
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
90
90
  *
91
+ *
91
92
  * @public
92
93
  */
93
94
  export declare class ListSourceResourcesCommand extends ListSourceResourcesCommand_base {
@@ -97,6 +97,7 @@ declare const NotifyApplicationStateCommand_base: {
97
97
  * @throws {@link MigrationHubServiceException}
98
98
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class NotifyApplicationStateCommand extends NotifyApplicationStateCommand_base {
@@ -112,6 +112,7 @@ declare const NotifyMigrationTaskStateCommand_base: {
112
112
  * @throws {@link MigrationHubServiceException}
113
113
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class NotifyMigrationTaskStateCommand extends NotifyMigrationTaskStateCommand_base {
@@ -118,6 +118,7 @@ declare const PutResourceAttributesCommand_base: {
118
118
  * @throws {@link MigrationHubServiceException}
119
119
  * <p>Base exception class for all service exceptions from MigrationHub service.</p>
120
120
  *
121
+ *
121
122
  * @public
122
123
  */
123
124
  export declare class PutResourceAttributesCommand extends PutResourceAttributesCommand_base {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-migration-hub",
3
3
  "description": "AWS SDK for JavaScript Migration Hub Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.782.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-migration-hub",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",