@aws-sdk/client-migration-hub 3.890.0 → 3.891.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-types/commands/AssociateCreatedArtifactCommand.d.ts +2 -0
- package/dist-types/commands/AssociateDiscoveredResourceCommand.d.ts +2 -0
- package/dist-types/commands/AssociateSourceResourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateProgressUpdateStreamCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProgressUpdateStreamCommand.d.ts +2 -0
- package/dist-types/commands/DescribeApplicationStateCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMigrationTaskCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateCreatedArtifactCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateDiscoveredResourceCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateSourceResourceCommand.d.ts +2 -0
- package/dist-types/commands/ImportMigrationTaskCommand.d.ts +2 -0
- package/dist-types/commands/ListApplicationStatesCommand.d.ts +2 -0
- package/dist-types/commands/ListCreatedArtifactsCommand.d.ts +2 -0
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListMigrationTaskUpdatesCommand.d.ts +2 -0
- package/dist-types/commands/ListMigrationTasksCommand.d.ts +2 -0
- package/dist-types/commands/ListProgressUpdateStreamsCommand.d.ts +2 -0
- package/dist-types/commands/ListSourceResourcesCommand.d.ts +2 -0
- package/dist-types/commands/NotifyApplicationStateCommand.d.ts +2 -0
- package/dist-types/commands/NotifyMigrationTaskStateCommand.d.ts +2 -0
- package/dist-types/commands/PutResourceAttributesCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -50,6 +50,8 @@ declare const AssociateCreatedArtifactCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { MigrationHubClient, AssociateCreatedArtifactCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
52
52
|
* // const { MigrationHubClient, AssociateCreatedArtifactCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
53
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
54
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
53
55
|
* const client = new MigrationHubClient(config);
|
|
54
56
|
* const input = { // AssociateCreatedArtifactRequest
|
|
55
57
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const AssociateDiscoveredResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { MigrationHubClient, AssociateDiscoveredResourceCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
36
36
|
* // const { MigrationHubClient, AssociateDiscoveredResourceCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
37
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
38
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
37
39
|
* const client = new MigrationHubClient(config);
|
|
38
40
|
* const input = { // AssociateDiscoveredResourceRequest
|
|
39
41
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const AssociateSourceResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { MigrationHubClient, AssociateSourceResourceCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
36
36
|
* // const { MigrationHubClient, AssociateSourceResourceCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
37
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
38
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
37
39
|
* const client = new MigrationHubClient(config);
|
|
38
40
|
* const input = { // AssociateSourceResourceRequest
|
|
39
41
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateProgressUpdateStreamCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { MigrationHubClient, CreateProgressUpdateStreamCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
39
39
|
* // const { MigrationHubClient, CreateProgressUpdateStreamCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
40
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
41
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
40
42
|
* const client = new MigrationHubClient(config);
|
|
41
43
|
* const input = { // CreateProgressUpdateStreamRequest
|
|
42
44
|
* ProgressUpdateStreamName: "STRING_VALUE", // required
|
|
@@ -63,6 +63,8 @@ declare const DeleteProgressUpdateStreamCommand_base: {
|
|
|
63
63
|
* ```javascript
|
|
64
64
|
* import { MigrationHubClient, DeleteProgressUpdateStreamCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
65
65
|
* // const { MigrationHubClient, DeleteProgressUpdateStreamCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
66
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
67
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
66
68
|
* const client = new MigrationHubClient(config);
|
|
67
69
|
* const input = { // DeleteProgressUpdateStreamRequest
|
|
68
70
|
* ProgressUpdateStreamName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeApplicationStateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MigrationHubClient, DescribeApplicationStateCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
35
35
|
* // const { MigrationHubClient, DescribeApplicationStateCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
36
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
37
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
36
38
|
* const client = new MigrationHubClient(config);
|
|
37
39
|
* const input = { // DescribeApplicationStateRequest
|
|
38
40
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeMigrationTaskCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MigrationHubClient, DescribeMigrationTaskCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
35
35
|
* // const { MigrationHubClient, DescribeMigrationTaskCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
36
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
37
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
36
38
|
* const client = new MigrationHubClient(config);
|
|
37
39
|
* const input = { // DescribeMigrationTaskRequest
|
|
38
40
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
|
@@ -49,6 +49,8 @@ declare const DisassociateCreatedArtifactCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { MigrationHubClient, DisassociateCreatedArtifactCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
51
51
|
* // const { MigrationHubClient, DisassociateCreatedArtifactCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
52
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
53
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
52
54
|
* const client = new MigrationHubClient(config);
|
|
53
55
|
* const input = { // DisassociateCreatedArtifactRequest
|
|
54
56
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DisassociateDiscoveredResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { MigrationHubClient, DisassociateDiscoveredResourceCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
36
36
|
* // const { MigrationHubClient, DisassociateDiscoveredResourceCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
37
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
38
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
37
39
|
* const client = new MigrationHubClient(config);
|
|
38
40
|
* const input = { // DisassociateDiscoveredResourceRequest
|
|
39
41
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateSourceResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MigrationHubClient, DisassociateSourceResourceCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
35
35
|
* // const { MigrationHubClient, DisassociateSourceResourceCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
36
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
37
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
36
38
|
* const client = new MigrationHubClient(config);
|
|
37
39
|
* const input = { // DisassociateSourceResourceRequest
|
|
38
40
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ImportMigrationTaskCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { MigrationHubClient, ImportMigrationTaskCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
38
38
|
* // const { MigrationHubClient, ImportMigrationTaskCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
39
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
40
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
39
41
|
* const client = new MigrationHubClient(config);
|
|
40
42
|
* const input = { // ImportMigrationTaskRequest
|
|
41
43
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListApplicationStatesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { MigrationHubClient, ListApplicationStatesCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
37
37
|
* // const { MigrationHubClient, ListApplicationStatesCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
38
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
39
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
38
40
|
* const client = new MigrationHubClient(config);
|
|
39
41
|
* const input = { // ListApplicationStatesRequest
|
|
40
42
|
* ApplicationIds: [ // ApplicationIds
|
|
@@ -47,6 +47,8 @@ declare const ListCreatedArtifactsCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { MigrationHubClient, ListCreatedArtifactsCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
49
49
|
* // const { MigrationHubClient, ListCreatedArtifactsCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
50
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
51
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
50
52
|
* const client = new MigrationHubClient(config);
|
|
51
53
|
* const input = { // ListCreatedArtifactsRequest
|
|
52
54
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListDiscoveredResourcesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MigrationHubClient, ListDiscoveredResourcesCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
35
35
|
* // const { MigrationHubClient, ListDiscoveredResourcesCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
36
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
37
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
36
38
|
* const client = new MigrationHubClient(config);
|
|
37
39
|
* const input = { // ListDiscoveredResourcesRequest
|
|
38
40
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListMigrationTaskUpdatesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { MigrationHubClient, ListMigrationTaskUpdatesCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
36
36
|
* // const { MigrationHubClient, ListMigrationTaskUpdatesCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
37
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
38
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
37
39
|
* const client = new MigrationHubClient(config);
|
|
38
40
|
* const input = { // ListMigrationTaskUpdatesRequest
|
|
39
41
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const ListMigrationTasksCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { MigrationHubClient, ListMigrationTasksCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
48
48
|
* // const { MigrationHubClient, ListMigrationTasksCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
49
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
50
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
49
51
|
* const client = new MigrationHubClient(config);
|
|
50
52
|
* const input = { // ListMigrationTasksRequest
|
|
51
53
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListProgressUpdateStreamsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { MigrationHubClient, ListProgressUpdateStreamsCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
35
35
|
* // const { MigrationHubClient, ListProgressUpdateStreamsCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
36
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
37
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
36
38
|
* const client = new MigrationHubClient(config);
|
|
37
39
|
* const input = { // ListProgressUpdateStreamsRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const ListSourceResourcesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { MigrationHubClient, ListSourceResourcesCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
36
36
|
* // const { MigrationHubClient, ListSourceResourcesCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
37
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
38
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
37
39
|
* const client = new MigrationHubClient(config);
|
|
38
40
|
* const input = { // ListSourceResourcesRequest
|
|
39
41
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const NotifyApplicationStateCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { MigrationHubClient, NotifyApplicationStateCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
38
38
|
* // const { MigrationHubClient, NotifyApplicationStateCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
39
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
40
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
39
41
|
* const client = new MigrationHubClient(config);
|
|
40
42
|
* const input = { // NotifyApplicationStateRequest
|
|
41
43
|
* ApplicationId: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const NotifyMigrationTaskStateCommand_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { MigrationHubClient, NotifyMigrationTaskStateCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
52
52
|
* // const { MigrationHubClient, NotifyMigrationTaskStateCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
53
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
54
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
53
55
|
* const client = new MigrationHubClient(config);
|
|
54
56
|
* const input = { // NotifyMigrationTaskStateRequest
|
|
55
57
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
|
@@ -57,6 +57,8 @@ declare const PutResourceAttributesCommand_base: {
|
|
|
57
57
|
* ```javascript
|
|
58
58
|
* import { MigrationHubClient, PutResourceAttributesCommand } from "@aws-sdk/client-migration-hub"; // ES Modules import
|
|
59
59
|
* // const { MigrationHubClient, PutResourceAttributesCommand } = require("@aws-sdk/client-migration-hub"); // CommonJS import
|
|
60
|
+
* // import type { MigrationHubClientConfig } from "@aws-sdk/client-migration-hub";
|
|
61
|
+
* const config = {}; // type is MigrationHubClientConfig
|
|
60
62
|
* const client = new MigrationHubClient(config);
|
|
61
63
|
* const input = { // PutResourceAttributesRequest
|
|
62
64
|
* ProgressUpdateStream: "STRING_VALUE", // required
|
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.
|
|
4
|
+
"version": "3.891.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.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|