@aws-sdk/client-migration-hub 3.651.1 → 3.654.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 (35) hide show
  1. package/dist-types/commands/AssociateCreatedArtifactCommand.d.ts +11 -0
  2. package/dist-types/commands/AssociateDiscoveredResourceCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateProgressUpdateStreamCommand.d.ts +11 -0
  4. package/dist-types/commands/DeleteProgressUpdateStreamCommand.d.ts +11 -0
  5. package/dist-types/commands/DescribeApplicationStateCommand.d.ts +11 -0
  6. package/dist-types/commands/DescribeMigrationTaskCommand.d.ts +11 -0
  7. package/dist-types/commands/DisassociateCreatedArtifactCommand.d.ts +11 -0
  8. package/dist-types/commands/DisassociateDiscoveredResourceCommand.d.ts +11 -0
  9. package/dist-types/commands/ImportMigrationTaskCommand.d.ts +11 -0
  10. package/dist-types/commands/ListApplicationStatesCommand.d.ts +11 -0
  11. package/dist-types/commands/ListCreatedArtifactsCommand.d.ts +11 -0
  12. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +11 -0
  13. package/dist-types/commands/ListMigrationTasksCommand.d.ts +11 -0
  14. package/dist-types/commands/ListProgressUpdateStreamsCommand.d.ts +11 -0
  15. package/dist-types/commands/NotifyApplicationStateCommand.d.ts +11 -0
  16. package/dist-types/commands/NotifyMigrationTaskStateCommand.d.ts +11 -0
  17. package/dist-types/commands/PutResourceAttributesCommand.d.ts +11 -0
  18. package/dist-types/ts3.4/commands/AssociateCreatedArtifactCommand.d.ts +12 -1
  19. package/dist-types/ts3.4/commands/AssociateDiscoveredResourceCommand.d.ts +12 -1
  20. package/dist-types/ts3.4/commands/CreateProgressUpdateStreamCommand.d.ts +12 -1
  21. package/dist-types/ts3.4/commands/DeleteProgressUpdateStreamCommand.d.ts +12 -1
  22. package/dist-types/ts3.4/commands/DescribeApplicationStateCommand.d.ts +12 -1
  23. package/dist-types/ts3.4/commands/DescribeMigrationTaskCommand.d.ts +12 -1
  24. package/dist-types/ts3.4/commands/DisassociateCreatedArtifactCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/DisassociateDiscoveredResourceCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/ImportMigrationTaskCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/ListApplicationStatesCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/ListCreatedArtifactsCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/ListMigrationTasksCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/ListProgressUpdateStreamsCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/NotifyApplicationStateCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/NotifyMigrationTaskStateCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/PutResourceAttributesCommand.d.ts +12 -1
  35. package/package.json +35 -35
@@ -112,4 +112,15 @@ declare const AssociateCreatedArtifactCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class AssociateCreatedArtifactCommand extends AssociateCreatedArtifactCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: AssociateCreatedArtifactRequest;
119
+ output: {};
120
+ };
121
+ sdk: {
122
+ input: AssociateCreatedArtifactCommandInput;
123
+ output: AssociateCreatedArtifactCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -101,4 +101,15 @@ declare const AssociateDiscoveredResourceCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class AssociateDiscoveredResourceCommand extends AssociateDiscoveredResourceCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: AssociateDiscoveredResourceRequest;
108
+ output: {};
109
+ };
110
+ sdk: {
111
+ input: AssociateDiscoveredResourceCommandInput;
112
+ output: AssociateDiscoveredResourceCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -89,4 +89,15 @@ declare const CreateProgressUpdateStreamCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class CreateProgressUpdateStreamCommand extends CreateProgressUpdateStreamCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: CreateProgressUpdateStreamRequest;
96
+ output: {};
97
+ };
98
+ sdk: {
99
+ input: CreateProgressUpdateStreamCommandInput;
100
+ output: CreateProgressUpdateStreamCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -120,4 +120,15 @@ declare const DeleteProgressUpdateStreamCommand_base: {
120
120
  * @public
121
121
  */
122
122
  export declare class DeleteProgressUpdateStreamCommand extends DeleteProgressUpdateStreamCommand_base {
123
+ /** @internal type navigation helper, not in runtime. */
124
+ protected static __types: {
125
+ api: {
126
+ input: DeleteProgressUpdateStreamRequest;
127
+ output: {};
128
+ };
129
+ sdk: {
130
+ input: DeleteProgressUpdateStreamCommandInput;
131
+ output: DeleteProgressUpdateStreamCommandOutput;
132
+ };
133
+ };
123
134
  }
@@ -89,4 +89,15 @@ declare const DescribeApplicationStateCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class DescribeApplicationStateCommand extends DescribeApplicationStateCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: DescribeApplicationStateRequest;
96
+ output: DescribeApplicationStateResult;
97
+ };
98
+ sdk: {
99
+ input: DescribeApplicationStateCommandInput;
100
+ output: DescribeApplicationStateCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -99,4 +99,15 @@ declare const DescribeMigrationTaskCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class DescribeMigrationTaskCommand extends DescribeMigrationTaskCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: DescribeMigrationTaskRequest;
106
+ output: DescribeMigrationTaskResult;
107
+ };
108
+ sdk: {
109
+ input: DescribeMigrationTaskCommandInput;
110
+ output: DescribeMigrationTaskCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -108,4 +108,15 @@ declare const DisassociateCreatedArtifactCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class DisassociateCreatedArtifactCommand extends DisassociateCreatedArtifactCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: DisassociateCreatedArtifactRequest;
115
+ output: {};
116
+ };
117
+ sdk: {
118
+ input: DisassociateCreatedArtifactCommandInput;
119
+ output: DisassociateCreatedArtifactCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -93,4 +93,15 @@ declare const DisassociateDiscoveredResourceCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class DisassociateDiscoveredResourceCommand extends DisassociateDiscoveredResourceCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DisassociateDiscoveredResourceRequest;
100
+ output: {};
101
+ };
102
+ sdk: {
103
+ input: DisassociateDiscoveredResourceCommandInput;
104
+ output: DisassociateDiscoveredResourceCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -94,4 +94,15 @@ declare const ImportMigrationTaskCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class ImportMigrationTaskCommand extends ImportMigrationTaskCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: ImportMigrationTaskRequest;
101
+ output: {};
102
+ };
103
+ sdk: {
104
+ input: ImportMigrationTaskCommandInput;
105
+ output: ImportMigrationTaskCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -91,4 +91,15 @@ declare const ListApplicationStatesCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class ListApplicationStatesCommand extends ListApplicationStatesCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListApplicationStatesRequest;
98
+ output: ListApplicationStatesResult;
99
+ };
100
+ sdk: {
101
+ input: ListApplicationStatesCommandInput;
102
+ output: ListApplicationStatesCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -106,4 +106,15 @@ declare const ListCreatedArtifactsCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class ListCreatedArtifactsCommand extends ListCreatedArtifactsCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: ListCreatedArtifactsRequest;
113
+ output: ListCreatedArtifactsResult;
114
+ };
115
+ sdk: {
116
+ input: ListCreatedArtifactsCommandInput;
117
+ output: ListCreatedArtifactsCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -92,4 +92,15 @@ declare const ListDiscoveredResourcesCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class ListDiscoveredResourcesCommand extends ListDiscoveredResourcesCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ListDiscoveredResourcesRequest;
99
+ output: ListDiscoveredResourcesResult;
100
+ };
101
+ sdk: {
102
+ input: ListDiscoveredResourcesCommandInput;
103
+ output: ListDiscoveredResourcesCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -113,4 +113,15 @@ declare const ListMigrationTasksCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class ListMigrationTasksCommand extends ListMigrationTasksCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: ListMigrationTasksRequest;
120
+ output: ListMigrationTasksResult;
121
+ };
122
+ sdk: {
123
+ input: ListMigrationTasksCommandInput;
124
+ output: ListMigrationTasksCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -84,4 +84,15 @@ declare const ListProgressUpdateStreamsCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListProgressUpdateStreamsCommand extends ListProgressUpdateStreamsCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListProgressUpdateStreamsRequest;
91
+ output: ListProgressUpdateStreamsResult;
92
+ };
93
+ sdk: {
94
+ input: ListProgressUpdateStreamsCommandInput;
95
+ output: ListProgressUpdateStreamsCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -100,4 +100,15 @@ declare const NotifyApplicationStateCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class NotifyApplicationStateCommand extends NotifyApplicationStateCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: NotifyApplicationStateRequest;
107
+ output: {};
108
+ };
109
+ sdk: {
110
+ input: NotifyApplicationStateCommandInput;
111
+ output: NotifyApplicationStateCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -115,4 +115,15 @@ declare const NotifyMigrationTaskStateCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class NotifyMigrationTaskStateCommand extends NotifyMigrationTaskStateCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: NotifyMigrationTaskStateRequest;
122
+ output: {};
123
+ };
124
+ sdk: {
125
+ input: NotifyMigrationTaskStateCommandInput;
126
+ output: NotifyMigrationTaskStateCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -122,4 +122,15 @@ declare const PutResourceAttributesCommand_base: {
122
122
  * @public
123
123
  */
124
124
  export declare class PutResourceAttributesCommand extends PutResourceAttributesCommand_base {
125
+ /** @internal type navigation helper, not in runtime. */
126
+ protected static __types: {
127
+ api: {
128
+ input: PutResourceAttributesRequest;
129
+ output: {};
130
+ };
131
+ sdk: {
132
+ input: PutResourceAttributesCommandInput;
133
+ output: PutResourceAttributesCommandOutput;
134
+ };
135
+ };
125
136
  }
@@ -37,4 +37,15 @@ declare const AssociateCreatedArtifactCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateCreatedArtifactCommand extends AssociateCreatedArtifactCommand_base {}
40
+ export declare class AssociateCreatedArtifactCommand extends AssociateCreatedArtifactCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateCreatedArtifactRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: AssociateCreatedArtifactCommandInput;
48
+ output: AssociateCreatedArtifactCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const AssociateDiscoveredResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AssociateDiscoveredResourceCommand extends AssociateDiscoveredResourceCommand_base {}
40
+ export declare class AssociateDiscoveredResourceCommand extends AssociateDiscoveredResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AssociateDiscoveredResourceRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: AssociateDiscoveredResourceCommandInput;
48
+ output: AssociateDiscoveredResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateProgressUpdateStreamCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateProgressUpdateStreamCommand extends CreateProgressUpdateStreamCommand_base {}
40
+ export declare class CreateProgressUpdateStreamCommand extends CreateProgressUpdateStreamCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateProgressUpdateStreamRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CreateProgressUpdateStreamCommandInput;
48
+ output: CreateProgressUpdateStreamCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteProgressUpdateStreamCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteProgressUpdateStreamCommand extends DeleteProgressUpdateStreamCommand_base {}
40
+ export declare class DeleteProgressUpdateStreamCommand extends DeleteProgressUpdateStreamCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteProgressUpdateStreamRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteProgressUpdateStreamCommandInput;
48
+ output: DeleteProgressUpdateStreamCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeApplicationStateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeApplicationStateCommand extends DescribeApplicationStateCommand_base {}
40
+ export declare class DescribeApplicationStateCommand extends DescribeApplicationStateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeApplicationStateRequest;
44
+ output: DescribeApplicationStateResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeApplicationStateCommandInput;
48
+ output: DescribeApplicationStateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeMigrationTaskCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeMigrationTaskCommand extends DescribeMigrationTaskCommand_base {}
40
+ export declare class DescribeMigrationTaskCommand extends DescribeMigrationTaskCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeMigrationTaskRequest;
44
+ output: DescribeMigrationTaskResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeMigrationTaskCommandInput;
48
+ output: DescribeMigrationTaskCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateCreatedArtifactCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateCreatedArtifactCommand extends DisassociateCreatedArtifactCommand_base {}
40
+ export declare class DisassociateCreatedArtifactCommand extends DisassociateCreatedArtifactCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateCreatedArtifactRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisassociateCreatedArtifactCommandInput;
48
+ output: DisassociateCreatedArtifactCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DisassociateDiscoveredResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateDiscoveredResourceCommand extends DisassociateDiscoveredResourceCommand_base {}
40
+ export declare class DisassociateDiscoveredResourceCommand extends DisassociateDiscoveredResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateDiscoveredResourceRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisassociateDiscoveredResourceCommandInput;
48
+ output: DisassociateDiscoveredResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ImportMigrationTaskCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ImportMigrationTaskCommand extends ImportMigrationTaskCommand_base {}
40
+ export declare class ImportMigrationTaskCommand extends ImportMigrationTaskCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ImportMigrationTaskRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: ImportMigrationTaskCommandInput;
48
+ output: ImportMigrationTaskCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListApplicationStatesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListApplicationStatesCommand extends ListApplicationStatesCommand_base {}
40
+ export declare class ListApplicationStatesCommand extends ListApplicationStatesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListApplicationStatesRequest;
44
+ output: ListApplicationStatesResult;
45
+ };
46
+ sdk: {
47
+ input: ListApplicationStatesCommandInput;
48
+ output: ListApplicationStatesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListCreatedArtifactsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListCreatedArtifactsCommand extends ListCreatedArtifactsCommand_base {}
40
+ export declare class ListCreatedArtifactsCommand extends ListCreatedArtifactsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCreatedArtifactsRequest;
44
+ output: ListCreatedArtifactsResult;
45
+ };
46
+ sdk: {
47
+ input: ListCreatedArtifactsCommandInput;
48
+ output: ListCreatedArtifactsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListDiscoveredResourcesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDiscoveredResourcesCommand extends ListDiscoveredResourcesCommand_base {}
40
+ export declare class ListDiscoveredResourcesCommand extends ListDiscoveredResourcesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListDiscoveredResourcesRequest;
44
+ output: ListDiscoveredResourcesResult;
45
+ };
46
+ sdk: {
47
+ input: ListDiscoveredResourcesCommandInput;
48
+ output: ListDiscoveredResourcesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListMigrationTasksCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListMigrationTasksCommand extends ListMigrationTasksCommand_base {}
40
+ export declare class ListMigrationTasksCommand extends ListMigrationTasksCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListMigrationTasksRequest;
44
+ output: ListMigrationTasksResult;
45
+ };
46
+ sdk: {
47
+ input: ListMigrationTasksCommandInput;
48
+ output: ListMigrationTasksCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListProgressUpdateStreamsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListProgressUpdateStreamsCommand extends ListProgressUpdateStreamsCommand_base {}
40
+ export declare class ListProgressUpdateStreamsCommand extends ListProgressUpdateStreamsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListProgressUpdateStreamsRequest;
44
+ output: ListProgressUpdateStreamsResult;
45
+ };
46
+ sdk: {
47
+ input: ListProgressUpdateStreamsCommandInput;
48
+ output: ListProgressUpdateStreamsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const NotifyApplicationStateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class NotifyApplicationStateCommand extends NotifyApplicationStateCommand_base {}
40
+ export declare class NotifyApplicationStateCommand extends NotifyApplicationStateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: NotifyApplicationStateRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: NotifyApplicationStateCommandInput;
48
+ output: NotifyApplicationStateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const NotifyMigrationTaskStateCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class NotifyMigrationTaskStateCommand extends NotifyMigrationTaskStateCommand_base {}
40
+ export declare class NotifyMigrationTaskStateCommand extends NotifyMigrationTaskStateCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: NotifyMigrationTaskStateRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: NotifyMigrationTaskStateCommandInput;
48
+ output: NotifyMigrationTaskStateCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const PutResourceAttributesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class PutResourceAttributesCommand extends PutResourceAttributesCommand_base {}
40
+ export declare class PutResourceAttributesCommand extends PutResourceAttributesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: PutResourceAttributesRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: PutResourceAttributesCommandInput;
48
+ output: PutResourceAttributesCommandOutput;
49
+ };
50
+ };
51
+ }
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.651.1",
4
+ "version": "3.654.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",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },