@aws-sdk/client-migration-hub 3.588.0 → 3.592.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-cjs/index.js +0 -17
- package/dist-types/MigrationHubClient.d.ts +4 -4
- package/dist-types/commands/AssociateCreatedArtifactCommand.d.ts +2 -1
- package/dist-types/commands/AssociateDiscoveredResourceCommand.d.ts +2 -1
- package/dist-types/commands/CreateProgressUpdateStreamCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProgressUpdateStreamCommand.d.ts +2 -1
- package/dist-types/commands/DescribeApplicationStateCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMigrationTaskCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateCreatedArtifactCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateDiscoveredResourceCommand.d.ts +2 -1
- package/dist-types/commands/ImportMigrationTaskCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationStatesCommand.d.ts +2 -1
- package/dist-types/commands/ListCreatedArtifactsCommand.d.ts +2 -1
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListMigrationTasksCommand.d.ts +2 -1
- package/dist-types/commands/ListProgressUpdateStreamsCommand.d.ts +2 -1
- package/dist-types/commands/NotifyApplicationStateCommand.d.ts +2 -1
- package/dist-types/commands/NotifyMigrationTaskStateCommand.d.ts +2 -1
- package/dist-types/commands/PutResourceAttributesCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/MigrationHubServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/MigrationHubClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateCreatedArtifactCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/AssociateDiscoveredResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateProgressUpdateStreamCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteProgressUpdateStreamCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeApplicationStateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeMigrationTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateCreatedArtifactCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateDiscoveredResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ImportMigrationTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationStatesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCreatedArtifactsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListMigrationTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListProgressUpdateStreamsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/NotifyApplicationStateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/NotifyMigrationTaskStateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutResourceAttributesCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/MigrationHubServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -213,7 +213,6 @@ var MigrationHubClient = _MigrationHubClient;
|
|
|
213
213
|
|
|
214
214
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
215
215
|
|
|
216
|
-
var import_types = require("@smithy/types");
|
|
217
216
|
|
|
218
217
|
// src/protocols/Aws_json1_1.ts
|
|
219
218
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1029,7 +1028,6 @@ var AssociateCreatedArtifactCommand = _AssociateCreatedArtifactCommand;
|
|
|
1029
1028
|
|
|
1030
1029
|
|
|
1031
1030
|
|
|
1032
|
-
|
|
1033
1031
|
var _AssociateDiscoveredResourceCommand = class _AssociateDiscoveredResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1034
1032
|
...commonParams
|
|
1035
1033
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1046,7 +1044,6 @@ var AssociateDiscoveredResourceCommand = _AssociateDiscoveredResourceCommand;
|
|
|
1046
1044
|
|
|
1047
1045
|
|
|
1048
1046
|
|
|
1049
|
-
|
|
1050
1047
|
var _CreateProgressUpdateStreamCommand = class _CreateProgressUpdateStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1051
1048
|
...commonParams
|
|
1052
1049
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1063,7 +1060,6 @@ var CreateProgressUpdateStreamCommand = _CreateProgressUpdateStreamCommand;
|
|
|
1063
1060
|
|
|
1064
1061
|
|
|
1065
1062
|
|
|
1066
|
-
|
|
1067
1063
|
var _DeleteProgressUpdateStreamCommand = class _DeleteProgressUpdateStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1068
1064
|
...commonParams
|
|
1069
1065
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1080,7 +1076,6 @@ var DeleteProgressUpdateStreamCommand = _DeleteProgressUpdateStreamCommand;
|
|
|
1080
1076
|
|
|
1081
1077
|
|
|
1082
1078
|
|
|
1083
|
-
|
|
1084
1079
|
var _DescribeApplicationStateCommand = class _DescribeApplicationStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1085
1080
|
...commonParams
|
|
1086
1081
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1097,7 +1092,6 @@ var DescribeApplicationStateCommand = _DescribeApplicationStateCommand;
|
|
|
1097
1092
|
|
|
1098
1093
|
|
|
1099
1094
|
|
|
1100
|
-
|
|
1101
1095
|
var _DescribeMigrationTaskCommand = class _DescribeMigrationTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1102
1096
|
...commonParams
|
|
1103
1097
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1114,7 +1108,6 @@ var DescribeMigrationTaskCommand = _DescribeMigrationTaskCommand;
|
|
|
1114
1108
|
|
|
1115
1109
|
|
|
1116
1110
|
|
|
1117
|
-
|
|
1118
1111
|
var _DisassociateCreatedArtifactCommand = class _DisassociateCreatedArtifactCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1119
1112
|
...commonParams
|
|
1120
1113
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1131,7 +1124,6 @@ var DisassociateCreatedArtifactCommand = _DisassociateCreatedArtifactCommand;
|
|
|
1131
1124
|
|
|
1132
1125
|
|
|
1133
1126
|
|
|
1134
|
-
|
|
1135
1127
|
var _DisassociateDiscoveredResourceCommand = class _DisassociateDiscoveredResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1136
1128
|
...commonParams
|
|
1137
1129
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1148,7 +1140,6 @@ var DisassociateDiscoveredResourceCommand = _DisassociateDiscoveredResourceComma
|
|
|
1148
1140
|
|
|
1149
1141
|
|
|
1150
1142
|
|
|
1151
|
-
|
|
1152
1143
|
var _ImportMigrationTaskCommand = class _ImportMigrationTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1153
1144
|
...commonParams
|
|
1154
1145
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1165,7 +1156,6 @@ var ImportMigrationTaskCommand = _ImportMigrationTaskCommand;
|
|
|
1165
1156
|
|
|
1166
1157
|
|
|
1167
1158
|
|
|
1168
|
-
|
|
1169
1159
|
var _ListApplicationStatesCommand = class _ListApplicationStatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1170
1160
|
...commonParams
|
|
1171
1161
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1182,7 +1172,6 @@ var ListApplicationStatesCommand = _ListApplicationStatesCommand;
|
|
|
1182
1172
|
|
|
1183
1173
|
|
|
1184
1174
|
|
|
1185
|
-
|
|
1186
1175
|
var _ListCreatedArtifactsCommand = class _ListCreatedArtifactsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1187
1176
|
...commonParams
|
|
1188
1177
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1199,7 +1188,6 @@ var ListCreatedArtifactsCommand = _ListCreatedArtifactsCommand;
|
|
|
1199
1188
|
|
|
1200
1189
|
|
|
1201
1190
|
|
|
1202
|
-
|
|
1203
1191
|
var _ListDiscoveredResourcesCommand = class _ListDiscoveredResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1204
1192
|
...commonParams
|
|
1205
1193
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1216,7 +1204,6 @@ var ListDiscoveredResourcesCommand = _ListDiscoveredResourcesCommand;
|
|
|
1216
1204
|
|
|
1217
1205
|
|
|
1218
1206
|
|
|
1219
|
-
|
|
1220
1207
|
var _ListMigrationTasksCommand = class _ListMigrationTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1221
1208
|
...commonParams
|
|
1222
1209
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1233,7 +1220,6 @@ var ListMigrationTasksCommand = _ListMigrationTasksCommand;
|
|
|
1233
1220
|
|
|
1234
1221
|
|
|
1235
1222
|
|
|
1236
|
-
|
|
1237
1223
|
var _ListProgressUpdateStreamsCommand = class _ListProgressUpdateStreamsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1238
1224
|
...commonParams
|
|
1239
1225
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1250,7 +1236,6 @@ var ListProgressUpdateStreamsCommand = _ListProgressUpdateStreamsCommand;
|
|
|
1250
1236
|
|
|
1251
1237
|
|
|
1252
1238
|
|
|
1253
|
-
|
|
1254
1239
|
var _NotifyApplicationStateCommand = class _NotifyApplicationStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1255
1240
|
...commonParams
|
|
1256
1241
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1267,7 +1252,6 @@ var NotifyApplicationStateCommand = _NotifyApplicationStateCommand;
|
|
|
1267
1252
|
|
|
1268
1253
|
|
|
1269
1254
|
|
|
1270
|
-
|
|
1271
1255
|
var _NotifyMigrationTaskStateCommand = class _NotifyMigrationTaskStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1272
1256
|
...commonParams
|
|
1273
1257
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1284,7 +1268,6 @@ var NotifyMigrationTaskStateCommand = _NotifyMigrationTaskStateCommand;
|
|
|
1284
1268
|
|
|
1285
1269
|
|
|
1286
1270
|
|
|
1287
|
-
|
|
1288
1271
|
var _PutResourceAttributesCommand = class _PutResourceAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1289
1272
|
...commonParams
|
|
1290
1273
|
}).m(function(Command, cs, config, o) {
|
|
@@ -107,15 +107,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
107
107
|
* Enables FIPS compatible endpoints.
|
|
108
108
|
*/
|
|
109
109
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
110
|
+
/**
|
|
111
|
+
* The AWS region to which this client will send requests
|
|
112
|
+
*/
|
|
113
|
+
region?: string | __Provider<string>;
|
|
110
114
|
/**
|
|
111
115
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
112
116
|
* @internal
|
|
113
117
|
*/
|
|
114
118
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
115
|
-
/**
|
|
116
|
-
* The AWS region to which this client will send requests
|
|
117
|
-
*/
|
|
118
|
-
region?: string | __Provider<string>;
|
|
119
119
|
/**
|
|
120
120
|
* Default credentials provider; Not available in browser runtime.
|
|
121
121
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
export * from "./MigrationHubClient";
|
|
12
12
|
export * from "./MigrationHub";
|
|
13
13
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
14
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
15
|
-
export { MigrationHubExtensionConfiguration } from "./extensionConfiguration";
|
|
14
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
15
|
+
export type { MigrationHubExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
17
17
|
export * from "./pagination";
|
|
18
18
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: MigrationHubClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -172,8 +172,8 @@ export interface ClientDefaults
|
|
|
172
172
|
serviceId?: string;
|
|
173
173
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
174
174
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
175
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
176
175
|
region?: string | __Provider<string>;
|
|
176
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
177
177
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
178
178
|
maxAttempts?: number | __Provider<number>;
|
|
179
179
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AssociateCreatedArtifactRequest,
|
|
10
10
|
AssociateCreatedArtifactResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AssociateCreatedArtifactCommandInput
|
|
14
15
|
extends AssociateCreatedArtifactRequest {}
|
|
15
16
|
export interface AssociateCreatedArtifactCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AssociateDiscoveredResourceRequest,
|
|
10
10
|
AssociateDiscoveredResourceResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AssociateDiscoveredResourceCommandInput
|
|
14
15
|
extends AssociateDiscoveredResourceRequest {}
|
|
15
16
|
export interface AssociateDiscoveredResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateProgressUpdateStreamRequest,
|
|
10
10
|
CreateProgressUpdateStreamResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateProgressUpdateStreamCommandInput
|
|
14
15
|
extends CreateProgressUpdateStreamRequest {}
|
|
15
16
|
export interface CreateProgressUpdateStreamCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteProgressUpdateStreamRequest,
|
|
10
10
|
DeleteProgressUpdateStreamResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteProgressUpdateStreamCommandInput
|
|
14
15
|
extends DeleteProgressUpdateStreamRequest {}
|
|
15
16
|
export interface DeleteProgressUpdateStreamCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeApplicationStateRequest,
|
|
10
10
|
DescribeApplicationStateResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeApplicationStateCommandInput
|
|
14
15
|
extends DescribeApplicationStateRequest {}
|
|
15
16
|
export interface DescribeApplicationStateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeMigrationTaskRequest,
|
|
10
10
|
DescribeMigrationTaskResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeMigrationTaskCommandInput
|
|
14
15
|
extends DescribeMigrationTaskRequest {}
|
|
15
16
|
export interface DescribeMigrationTaskCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DisassociateCreatedArtifactRequest,
|
|
10
10
|
DisassociateCreatedArtifactResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisassociateCreatedArtifactCommandInput
|
|
14
15
|
extends DisassociateCreatedArtifactRequest {}
|
|
15
16
|
export interface DisassociateCreatedArtifactCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DisassociateDiscoveredResourceRequest,
|
|
10
10
|
DisassociateDiscoveredResourceResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisassociateDiscoveredResourceCommandInput
|
|
14
15
|
extends DisassociateDiscoveredResourceRequest {}
|
|
15
16
|
export interface DisassociateDiscoveredResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ImportMigrationTaskRequest,
|
|
10
10
|
ImportMigrationTaskResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ImportMigrationTaskCommandInput
|
|
14
15
|
extends ImportMigrationTaskRequest {}
|
|
15
16
|
export interface ImportMigrationTaskCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListApplicationStatesRequest,
|
|
10
10
|
ListApplicationStatesResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListApplicationStatesCommandInput
|
|
14
15
|
extends ListApplicationStatesRequest {}
|
|
15
16
|
export interface ListApplicationStatesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListCreatedArtifactsRequest,
|
|
10
10
|
ListCreatedArtifactsResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListCreatedArtifactsCommandInput
|
|
14
15
|
extends ListCreatedArtifactsRequest {}
|
|
15
16
|
export interface ListCreatedArtifactsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListDiscoveredResourcesRequest,
|
|
10
10
|
ListDiscoveredResourcesResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListDiscoveredResourcesCommandInput
|
|
14
15
|
extends ListDiscoveredResourcesRequest {}
|
|
15
16
|
export interface ListDiscoveredResourcesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListMigrationTasksRequest,
|
|
10
10
|
ListMigrationTasksResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListMigrationTasksCommandInput
|
|
14
15
|
extends ListMigrationTasksRequest {}
|
|
15
16
|
export interface ListMigrationTasksCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListProgressUpdateStreamsRequest,
|
|
10
10
|
ListProgressUpdateStreamsResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListProgressUpdateStreamsCommandInput
|
|
14
15
|
extends ListProgressUpdateStreamsRequest {}
|
|
15
16
|
export interface ListProgressUpdateStreamsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
NotifyApplicationStateRequest,
|
|
10
10
|
NotifyApplicationStateResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface NotifyApplicationStateCommandInput
|
|
14
15
|
extends NotifyApplicationStateRequest {}
|
|
15
16
|
export interface NotifyApplicationStateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
NotifyMigrationTaskStateRequest,
|
|
10
10
|
NotifyMigrationTaskStateResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface NotifyMigrationTaskStateCommandInput
|
|
14
15
|
extends NotifyMigrationTaskStateRequest {}
|
|
15
16
|
export interface NotifyMigrationTaskStateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutResourceAttributesRequest,
|
|
10
10
|
PutResourceAttributesResult,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutResourceAttributesCommandInput
|
|
14
15
|
extends PutResourceAttributesRequest {}
|
|
15
16
|
export interface PutResourceAttributesCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class MigrationHubServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: MigrationHubClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.592.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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|