@aws-sdk/client-migration-hub-refactor-spaces 3.750.0 → 3.772.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 +51 -51
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
ApiGatewayEndpointType: () => ApiGatewayEndpointType,
|
|
26
26
|
ApplicationState: () => ApplicationState,
|
|
@@ -99,7 +99,7 @@ __export(src_exports, {
|
|
|
99
99
|
paginateListRoutes: () => paginateListRoutes,
|
|
100
100
|
paginateListServices: () => paginateListServices
|
|
101
101
|
});
|
|
102
|
-
module.exports = __toCommonJS(
|
|
102
|
+
module.exports = __toCommonJS(index_exports);
|
|
103
103
|
|
|
104
104
|
// src/MigrationHubRefactorSpacesClient.ts
|
|
105
105
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -226,9 +226,9 @@ var MigrationHubRefactorSpacesClient = class extends import_smithy_client.Client
|
|
|
226
226
|
this.middlewareStack.use(
|
|
227
227
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
228
228
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultMigrationHubRefactorSpacesHttpAuthSchemeParametersProvider,
|
|
229
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
229
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
230
230
|
"aws.auth#sigv4": config.credentials
|
|
231
|
-
})
|
|
231
|
+
}), "identityProviderConfigProvider")
|
|
232
232
|
})
|
|
233
233
|
);
|
|
234
234
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -710,11 +710,11 @@ var se_CreateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
710
710
|
let body;
|
|
711
711
|
body = JSON.stringify(
|
|
712
712
|
(0, import_smithy_client.take)(input, {
|
|
713
|
-
ApiGatewayProxy: (_) => (0, import_smithy_client._json)(_),
|
|
713
|
+
ApiGatewayProxy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ApiGatewayProxy"),
|
|
714
714
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
715
715
|
Name: [],
|
|
716
716
|
ProxyType: [],
|
|
717
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
717
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
718
718
|
VpcId: []
|
|
719
719
|
})
|
|
720
720
|
);
|
|
@@ -734,7 +734,7 @@ var se_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
734
734
|
Description: [],
|
|
735
735
|
Name: [],
|
|
736
736
|
NetworkFabricType: [],
|
|
737
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
737
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
738
738
|
})
|
|
739
739
|
);
|
|
740
740
|
b.m("POST").h(headers).b(body);
|
|
@@ -752,11 +752,11 @@ var se_CreateRouteCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
752
752
|
body = JSON.stringify(
|
|
753
753
|
(0, import_smithy_client.take)(input, {
|
|
754
754
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
755
|
-
DefaultRoute: (_) => (0, import_smithy_client._json)(_),
|
|
755
|
+
DefaultRoute: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "DefaultRoute"),
|
|
756
756
|
RouteType: [],
|
|
757
757
|
ServiceIdentifier: [],
|
|
758
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
759
|
-
UriPathRoute: (_) => (0, import_smithy_client._json)(_)
|
|
758
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
759
|
+
UriPathRoute: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "UriPathRoute")
|
|
760
760
|
})
|
|
761
761
|
);
|
|
762
762
|
b.m("POST").h(headers).b(body);
|
|
@@ -776,10 +776,10 @@ var se_CreateServiceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
776
776
|
ClientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
777
777
|
Description: [],
|
|
778
778
|
EndpointType: [],
|
|
779
|
-
LambdaEndpoint: (_) => (0, import_smithy_client._json)(_),
|
|
779
|
+
LambdaEndpoint: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "LambdaEndpoint"),
|
|
780
780
|
Name: [],
|
|
781
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
782
|
-
UrlEndpoint: (_) => (0, import_smithy_client._json)(_),
|
|
781
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
782
|
+
UrlEndpoint: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "UrlEndpoint"),
|
|
783
783
|
VpcId: []
|
|
784
784
|
})
|
|
785
785
|
);
|
|
@@ -987,7 +987,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
987
987
|
let body;
|
|
988
988
|
body = JSON.stringify(
|
|
989
989
|
(0, import_smithy_client.take)(input, {
|
|
990
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
990
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
991
991
|
})
|
|
992
992
|
);
|
|
993
993
|
b.m("POST").h(headers).b(body);
|
|
@@ -1036,9 +1036,9 @@ var de_CreateApplicationCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1036
1036
|
ApplicationId: import_smithy_client.expectString,
|
|
1037
1037
|
Arn: import_smithy_client.expectString,
|
|
1038
1038
|
CreatedByAccountId: import_smithy_client.expectString,
|
|
1039
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1039
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1040
1040
|
EnvironmentId: import_smithy_client.expectString,
|
|
1041
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1041
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1042
1042
|
Name: import_smithy_client.expectString,
|
|
1043
1043
|
OwnerAccountId: import_smithy_client.expectString,
|
|
1044
1044
|
ProxyType: import_smithy_client.expectString,
|
|
@@ -1059,10 +1059,10 @@ var de_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1059
1059
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1060
1060
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1061
1061
|
Arn: import_smithy_client.expectString,
|
|
1062
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1062
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1063
1063
|
Description: import_smithy_client.expectString,
|
|
1064
1064
|
EnvironmentId: import_smithy_client.expectString,
|
|
1065
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1065
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1066
1066
|
Name: import_smithy_client.expectString,
|
|
1067
1067
|
NetworkFabricType: import_smithy_client.expectString,
|
|
1068
1068
|
OwnerAccountId: import_smithy_client.expectString,
|
|
@@ -1084,8 +1084,8 @@ var de_CreateRouteCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1084
1084
|
ApplicationId: import_smithy_client.expectString,
|
|
1085
1085
|
Arn: import_smithy_client.expectString,
|
|
1086
1086
|
CreatedByAccountId: import_smithy_client.expectString,
|
|
1087
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1088
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1087
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1088
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1089
1089
|
OwnerAccountId: import_smithy_client.expectString,
|
|
1090
1090
|
RouteId: import_smithy_client.expectString,
|
|
1091
1091
|
RouteType: import_smithy_client.expectString,
|
|
@@ -1109,12 +1109,12 @@ var de_CreateServiceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1109
1109
|
ApplicationId: import_smithy_client.expectString,
|
|
1110
1110
|
Arn: import_smithy_client.expectString,
|
|
1111
1111
|
CreatedByAccountId: import_smithy_client.expectString,
|
|
1112
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1112
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1113
1113
|
Description: import_smithy_client.expectString,
|
|
1114
1114
|
EndpointType: import_smithy_client.expectString,
|
|
1115
1115
|
EnvironmentId: import_smithy_client.expectString,
|
|
1116
1116
|
LambdaEndpoint: import_smithy_client._json,
|
|
1117
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1117
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1118
1118
|
Name: import_smithy_client.expectString,
|
|
1119
1119
|
OwnerAccountId: import_smithy_client.expectString,
|
|
1120
1120
|
ServiceId: import_smithy_client.expectString,
|
|
@@ -1138,7 +1138,7 @@ var de_DeleteApplicationCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1138
1138
|
ApplicationId: import_smithy_client.expectString,
|
|
1139
1139
|
Arn: import_smithy_client.expectString,
|
|
1140
1140
|
EnvironmentId: import_smithy_client.expectString,
|
|
1141
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1141
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1142
1142
|
Name: import_smithy_client.expectString,
|
|
1143
1143
|
State: import_smithy_client.expectString
|
|
1144
1144
|
});
|
|
@@ -1156,7 +1156,7 @@ var de_DeleteEnvironmentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1156
1156
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1157
1157
|
Arn: import_smithy_client.expectString,
|
|
1158
1158
|
EnvironmentId: import_smithy_client.expectString,
|
|
1159
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1159
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1160
1160
|
Name: import_smithy_client.expectString,
|
|
1161
1161
|
State: import_smithy_client.expectString
|
|
1162
1162
|
});
|
|
@@ -1184,7 +1184,7 @@ var de_DeleteRouteCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1184
1184
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1185
1185
|
ApplicationId: import_smithy_client.expectString,
|
|
1186
1186
|
Arn: import_smithy_client.expectString,
|
|
1187
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1187
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1188
1188
|
RouteId: import_smithy_client.expectString,
|
|
1189
1189
|
ServiceId: import_smithy_client.expectString,
|
|
1190
1190
|
State: import_smithy_client.expectString
|
|
@@ -1204,7 +1204,7 @@ var de_DeleteServiceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1204
1204
|
ApplicationId: import_smithy_client.expectString,
|
|
1205
1205
|
Arn: import_smithy_client.expectString,
|
|
1206
1206
|
EnvironmentId: import_smithy_client.expectString,
|
|
1207
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1207
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1208
1208
|
Name: import_smithy_client.expectString,
|
|
1209
1209
|
ServiceId: import_smithy_client.expectString,
|
|
1210
1210
|
State: import_smithy_client.expectString
|
|
@@ -1225,10 +1225,10 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1225
1225
|
ApplicationId: import_smithy_client.expectString,
|
|
1226
1226
|
Arn: import_smithy_client.expectString,
|
|
1227
1227
|
CreatedByAccountId: import_smithy_client.expectString,
|
|
1228
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1228
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1229
1229
|
EnvironmentId: import_smithy_client.expectString,
|
|
1230
1230
|
Error: import_smithy_client._json,
|
|
1231
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1231
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1232
1232
|
Name: import_smithy_client.expectString,
|
|
1233
1233
|
OwnerAccountId: import_smithy_client.expectString,
|
|
1234
1234
|
ProxyType: import_smithy_client.expectString,
|
|
@@ -1249,11 +1249,11 @@ var de_GetEnvironmentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1249
1249
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1250
1250
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1251
1251
|
Arn: import_smithy_client.expectString,
|
|
1252
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1252
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1253
1253
|
Description: import_smithy_client.expectString,
|
|
1254
1254
|
EnvironmentId: import_smithy_client.expectString,
|
|
1255
1255
|
Error: import_smithy_client._json,
|
|
1256
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1256
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1257
1257
|
Name: import_smithy_client.expectString,
|
|
1258
1258
|
NetworkFabricType: import_smithy_client.expectString,
|
|
1259
1259
|
OwnerAccountId: import_smithy_client.expectString,
|
|
@@ -1291,11 +1291,11 @@ var de_GetRouteCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1291
1291
|
ApplicationId: import_smithy_client.expectString,
|
|
1292
1292
|
Arn: import_smithy_client.expectString,
|
|
1293
1293
|
CreatedByAccountId: import_smithy_client.expectString,
|
|
1294
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1294
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1295
1295
|
EnvironmentId: import_smithy_client.expectString,
|
|
1296
1296
|
Error: import_smithy_client._json,
|
|
1297
1297
|
IncludeChildPaths: import_smithy_client.expectBoolean,
|
|
1298
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1298
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1299
1299
|
Methods: import_smithy_client._json,
|
|
1300
1300
|
OwnerAccountId: import_smithy_client.expectString,
|
|
1301
1301
|
PathResourceToId: import_smithy_client._json,
|
|
@@ -1321,13 +1321,13 @@ var de_GetServiceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1321
1321
|
ApplicationId: import_smithy_client.expectString,
|
|
1322
1322
|
Arn: import_smithy_client.expectString,
|
|
1323
1323
|
CreatedByAccountId: import_smithy_client.expectString,
|
|
1324
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1324
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1325
1325
|
Description: import_smithy_client.expectString,
|
|
1326
1326
|
EndpointType: import_smithy_client.expectString,
|
|
1327
1327
|
EnvironmentId: import_smithy_client.expectString,
|
|
1328
1328
|
Error: import_smithy_client._json,
|
|
1329
1329
|
LambdaEndpoint: import_smithy_client._json,
|
|
1330
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1330
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1331
1331
|
Name: import_smithy_client.expectString,
|
|
1332
1332
|
OwnerAccountId: import_smithy_client.expectString,
|
|
1333
1333
|
ServiceId: import_smithy_client.expectString,
|
|
@@ -1348,7 +1348,7 @@ var de_ListApplicationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1348
1348
|
});
|
|
1349
1349
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1350
1350
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1351
|
-
ApplicationSummaryList: (_) => de_ApplicationSummaries(_, context),
|
|
1351
|
+
ApplicationSummaryList: /* @__PURE__ */ __name((_) => de_ApplicationSummaries(_, context), "ApplicationSummaryList"),
|
|
1352
1352
|
NextToken: import_smithy_client.expectString
|
|
1353
1353
|
});
|
|
1354
1354
|
Object.assign(contents, doc);
|
|
@@ -1363,7 +1363,7 @@ var de_ListEnvironmentsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1363
1363
|
});
|
|
1364
1364
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1365
1365
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1366
|
-
EnvironmentSummaryList: (_) => de_EnvironmentSummaries(_, context),
|
|
1366
|
+
EnvironmentSummaryList: /* @__PURE__ */ __name((_) => de_EnvironmentSummaries(_, context), "EnvironmentSummaryList"),
|
|
1367
1367
|
NextToken: import_smithy_client.expectString
|
|
1368
1368
|
});
|
|
1369
1369
|
Object.assign(contents, doc);
|
|
@@ -1378,7 +1378,7 @@ var de_ListEnvironmentVpcsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1378
1378
|
});
|
|
1379
1379
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1380
1380
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1381
|
-
EnvironmentVpcList: (_) => de_EnvironmentVpcs(_, context),
|
|
1381
|
+
EnvironmentVpcList: /* @__PURE__ */ __name((_) => de_EnvironmentVpcs(_, context), "EnvironmentVpcList"),
|
|
1382
1382
|
NextToken: import_smithy_client.expectString
|
|
1383
1383
|
});
|
|
1384
1384
|
Object.assign(contents, doc);
|
|
@@ -1394,7 +1394,7 @@ var de_ListRoutesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1394
1394
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1395
1395
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1396
1396
|
NextToken: import_smithy_client.expectString,
|
|
1397
|
-
RouteSummaryList: (_) => de_RouteSummaries(_, context)
|
|
1397
|
+
RouteSummaryList: /* @__PURE__ */ __name((_) => de_RouteSummaries(_, context), "RouteSummaryList")
|
|
1398
1398
|
});
|
|
1399
1399
|
Object.assign(contents, doc);
|
|
1400
1400
|
return contents;
|
|
@@ -1409,7 +1409,7 @@ var de_ListServicesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1409
1409
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1410
1410
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1411
1411
|
NextToken: import_smithy_client.expectString,
|
|
1412
|
-
ServiceSummaryList: (_) => de_ServiceSummaries(_, context)
|
|
1412
|
+
ServiceSummaryList: /* @__PURE__ */ __name((_) => de_ServiceSummaries(_, context), "ServiceSummaryList")
|
|
1413
1413
|
});
|
|
1414
1414
|
Object.assign(contents, doc);
|
|
1415
1415
|
return contents;
|
|
@@ -1469,7 +1469,7 @@ var de_UpdateRouteCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1469
1469
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1470
1470
|
ApplicationId: import_smithy_client.expectString,
|
|
1471
1471
|
Arn: import_smithy_client.expectString,
|
|
1472
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1472
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1473
1473
|
RouteId: import_smithy_client.expectString,
|
|
1474
1474
|
ServiceId: import_smithy_client.expectString,
|
|
1475
1475
|
State: import_smithy_client.expectString
|
|
@@ -1646,10 +1646,10 @@ var de_ApplicationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1646
1646
|
ApplicationId: import_smithy_client.expectString,
|
|
1647
1647
|
Arn: import_smithy_client.expectString,
|
|
1648
1648
|
CreatedByAccountId: import_smithy_client.expectString,
|
|
1649
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1649
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1650
1650
|
EnvironmentId: import_smithy_client.expectString,
|
|
1651
1651
|
Error: import_smithy_client._json,
|
|
1652
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1652
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1653
1653
|
Name: import_smithy_client.expectString,
|
|
1654
1654
|
OwnerAccountId: import_smithy_client.expectString,
|
|
1655
1655
|
ProxyType: import_smithy_client.expectString,
|
|
@@ -1667,11 +1667,11 @@ var de_EnvironmentSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1667
1667
|
var de_EnvironmentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1668
1668
|
return (0, import_smithy_client.take)(output, {
|
|
1669
1669
|
Arn: import_smithy_client.expectString,
|
|
1670
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1670
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1671
1671
|
Description: import_smithy_client.expectString,
|
|
1672
1672
|
EnvironmentId: import_smithy_client.expectString,
|
|
1673
1673
|
Error: import_smithy_client._json,
|
|
1674
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1674
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1675
1675
|
Name: import_smithy_client.expectString,
|
|
1676
1676
|
NetworkFabricType: import_smithy_client.expectString,
|
|
1677
1677
|
OwnerAccountId: import_smithy_client.expectString,
|
|
@@ -1684,9 +1684,9 @@ var de_EnvironmentVpc = /* @__PURE__ */ __name((output, context) => {
|
|
|
1684
1684
|
return (0, import_smithy_client.take)(output, {
|
|
1685
1685
|
AccountId: import_smithy_client.expectString,
|
|
1686
1686
|
CidrBlocks: import_smithy_client._json,
|
|
1687
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1687
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1688
1688
|
EnvironmentId: import_smithy_client.expectString,
|
|
1689
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1689
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1690
1690
|
VpcId: import_smithy_client.expectString,
|
|
1691
1691
|
VpcName: import_smithy_client.expectString
|
|
1692
1692
|
});
|
|
@@ -1709,11 +1709,11 @@ var de_RouteSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1709
1709
|
ApplicationId: import_smithy_client.expectString,
|
|
1710
1710
|
Arn: import_smithy_client.expectString,
|
|
1711
1711
|
CreatedByAccountId: import_smithy_client.expectString,
|
|
1712
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1712
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1713
1713
|
EnvironmentId: import_smithy_client.expectString,
|
|
1714
1714
|
Error: import_smithy_client._json,
|
|
1715
1715
|
IncludeChildPaths: import_smithy_client.expectBoolean,
|
|
1716
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1716
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1717
1717
|
Methods: import_smithy_client._json,
|
|
1718
1718
|
OwnerAccountId: import_smithy_client.expectString,
|
|
1719
1719
|
PathResourceToId: import_smithy_client._json,
|
|
@@ -1736,13 +1736,13 @@ var de_ServiceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1736
1736
|
ApplicationId: import_smithy_client.expectString,
|
|
1737
1737
|
Arn: import_smithy_client.expectString,
|
|
1738
1738
|
CreatedByAccountId: import_smithy_client.expectString,
|
|
1739
|
-
CreatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1739
|
+
CreatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedTime"),
|
|
1740
1740
|
Description: import_smithy_client.expectString,
|
|
1741
1741
|
EndpointType: import_smithy_client.expectString,
|
|
1742
1742
|
EnvironmentId: import_smithy_client.expectString,
|
|
1743
1743
|
Error: import_smithy_client._json,
|
|
1744
1744
|
LambdaEndpoint: import_smithy_client._json,
|
|
1745
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1745
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
1746
1746
|
Name: import_smithy_client.expectString,
|
|
1747
1747
|
OwnerAccountId: import_smithy_client.expectString,
|
|
1748
1748
|
ServiceId: import_smithy_client.expectString,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-migration-hub-refactor-spaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Migration Hub Refactor Spaces Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.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-refactor-spaces",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|