@aws-sdk/client-codecatalyst 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 +49 -49
- 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
|
CodeCatalyst: () => CodeCatalyst,
|
|
26
26
|
CodeCatalystClient: () => CodeCatalystClient,
|
|
@@ -93,7 +93,7 @@ __export(src_exports, {
|
|
|
93
93
|
paginateListWorkflowRuns: () => paginateListWorkflowRuns,
|
|
94
94
|
paginateListWorkflows: () => paginateListWorkflows
|
|
95
95
|
});
|
|
96
|
-
module.exports = __toCommonJS(
|
|
96
|
+
module.exports = __toCommonJS(index_exports);
|
|
97
97
|
|
|
98
98
|
// src/CodeCatalystClient.ts
|
|
99
99
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -218,9 +218,9 @@ var CodeCatalystClient = class extends import_smithy_client.Client {
|
|
|
218
218
|
this.middlewareStack.use(
|
|
219
219
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
220
220
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCodeCatalystHttpAuthSchemeParametersProvider,
|
|
221
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
221
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
222
222
|
"smithy.api#httpBearerAuth": config.token
|
|
223
|
-
})
|
|
223
|
+
}), "identityProviderConfigProvider")
|
|
224
224
|
})
|
|
225
225
|
);
|
|
226
226
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -462,7 +462,7 @@ var se_CreateAccessTokenCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
462
462
|
let body;
|
|
463
463
|
body = JSON.stringify(
|
|
464
464
|
(0, import_smithy_client.take)(input, {
|
|
465
|
-
expiresTime: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
465
|
+
expiresTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "expiresTime"),
|
|
466
466
|
name: []
|
|
467
467
|
})
|
|
468
468
|
);
|
|
@@ -482,11 +482,11 @@ var se_CreateDevEnvironmentCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
482
482
|
(0, import_smithy_client.take)(input, {
|
|
483
483
|
alias: [],
|
|
484
484
|
clientToken: [],
|
|
485
|
-
ides: (_) => (0, import_smithy_client._json)(_),
|
|
485
|
+
ides: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ides"),
|
|
486
486
|
inactivityTimeoutMinutes: [],
|
|
487
487
|
instanceType: [],
|
|
488
|
-
persistentStorage: (_) => (0, import_smithy_client._json)(_),
|
|
489
|
-
repositories: (_) => (0, import_smithy_client._json)(_),
|
|
488
|
+
persistentStorage: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "persistentStorage"),
|
|
489
|
+
repositories: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "repositories"),
|
|
490
490
|
vpcConnectionName: []
|
|
491
491
|
})
|
|
492
492
|
);
|
|
@@ -718,7 +718,7 @@ var se_ListDevEnvironmentsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
718
718
|
let body;
|
|
719
719
|
body = JSON.stringify(
|
|
720
720
|
(0, import_smithy_client.take)(input, {
|
|
721
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
721
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
722
722
|
maxResults: [],
|
|
723
723
|
nextToken: [],
|
|
724
724
|
projectName: []
|
|
@@ -756,11 +756,11 @@ var se_ListEventLogsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
756
756
|
let body;
|
|
757
757
|
body = JSON.stringify(
|
|
758
758
|
(0, import_smithy_client.take)(input, {
|
|
759
|
-
endTime: (_) => (0, import_smithy_client.serializeDateTime)(_),
|
|
759
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "endTime"),
|
|
760
760
|
eventName: [],
|
|
761
761
|
maxResults: [],
|
|
762
762
|
nextToken: [],
|
|
763
|
-
startTime: (_) => (0, import_smithy_client.serializeDateTime)(_)
|
|
763
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeDateTime)(_), "startTime")
|
|
764
764
|
})
|
|
765
765
|
);
|
|
766
766
|
b.m("POST").h(headers).b(body);
|
|
@@ -776,7 +776,7 @@ var se_ListProjectsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
776
776
|
let body;
|
|
777
777
|
body = JSON.stringify(
|
|
778
778
|
(0, import_smithy_client.take)(input, {
|
|
779
|
-
filters: (_) => (0, import_smithy_client._json)(_),
|
|
779
|
+
filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "filters"),
|
|
780
780
|
maxResults: [],
|
|
781
781
|
nextToken: []
|
|
782
782
|
})
|
|
@@ -852,7 +852,7 @@ var se_ListWorkflowRunsCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
852
852
|
let body;
|
|
853
853
|
body = JSON.stringify(
|
|
854
854
|
(0, import_smithy_client.take)(input, {
|
|
855
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
855
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
856
856
|
})
|
|
857
857
|
);
|
|
858
858
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -873,7 +873,7 @@ var se_ListWorkflowsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
873
873
|
let body;
|
|
874
874
|
body = JSON.stringify(
|
|
875
875
|
(0, import_smithy_client.take)(input, {
|
|
876
|
-
sortBy: (_) => (0, import_smithy_client._json)(_)
|
|
876
|
+
sortBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sortBy")
|
|
877
877
|
})
|
|
878
878
|
);
|
|
879
879
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -891,7 +891,7 @@ var se_StartDevEnvironmentCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
891
891
|
let body;
|
|
892
892
|
body = JSON.stringify(
|
|
893
893
|
(0, import_smithy_client.take)(input, {
|
|
894
|
-
ides: (_) => (0, import_smithy_client._json)(_),
|
|
894
|
+
ides: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ides"),
|
|
895
895
|
inactivityTimeoutMinutes: [],
|
|
896
896
|
instanceType: []
|
|
897
897
|
})
|
|
@@ -911,7 +911,7 @@ var se_StartDevEnvironmentSessionCommand = /* @__PURE__ */ __name(async (input,
|
|
|
911
911
|
let body;
|
|
912
912
|
body = JSON.stringify(
|
|
913
913
|
(0, import_smithy_client.take)(input, {
|
|
914
|
-
sessionConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
914
|
+
sessionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sessionConfiguration")
|
|
915
915
|
})
|
|
916
916
|
);
|
|
917
917
|
b.m("PUT").h(headers).b(body);
|
|
@@ -974,7 +974,7 @@ var se_UpdateDevEnvironmentCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
974
974
|
(0, import_smithy_client.take)(input, {
|
|
975
975
|
alias: [],
|
|
976
976
|
clientToken: [],
|
|
977
|
-
ides: (_) => (0, import_smithy_client._json)(_),
|
|
977
|
+
ides: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ides"),
|
|
978
978
|
inactivityTimeoutMinutes: [],
|
|
979
979
|
instanceType: []
|
|
980
980
|
})
|
|
@@ -1033,7 +1033,7 @@ var de_CreateAccessTokenCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1033
1033
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1034
1034
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1035
1035
|
accessTokenId: import_smithy_client.expectString,
|
|
1036
|
-
expiresTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1036
|
+
expiresTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "expiresTime"),
|
|
1037
1037
|
name: import_smithy_client.expectString,
|
|
1038
1038
|
secret: import_smithy_client.expectString
|
|
1039
1039
|
});
|
|
@@ -1101,7 +1101,7 @@ var de_CreateSourceRepositoryBranchCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
1101
1101
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1102
1102
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1103
1103
|
headCommitId: import_smithy_client.expectString,
|
|
1104
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1104
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedTime"),
|
|
1105
1105
|
name: import_smithy_client.expectString,
|
|
1106
1106
|
ref: import_smithy_client.expectString
|
|
1107
1107
|
});
|
|
@@ -1196,7 +1196,7 @@ var de_GetDevEnvironmentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1196
1196
|
ides: import_smithy_client._json,
|
|
1197
1197
|
inactivityTimeoutMinutes: import_smithy_client.expectInt32,
|
|
1198
1198
|
instanceType: import_smithy_client.expectString,
|
|
1199
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1199
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedTime"),
|
|
1200
1200
|
persistentStorage: import_smithy_client._json,
|
|
1201
1201
|
projectName: import_smithy_client.expectString,
|
|
1202
1202
|
repositories: import_smithy_client._json,
|
|
@@ -1234,9 +1234,9 @@ var de_GetSourceRepositoryCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1234
1234
|
});
|
|
1235
1235
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1236
1236
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1237
|
-
createdTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1237
|
+
createdTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdTime"),
|
|
1238
1238
|
description: import_smithy_client.expectString,
|
|
1239
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1239
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedTime"),
|
|
1240
1240
|
name: import_smithy_client.expectString,
|
|
1241
1241
|
projectName: import_smithy_client.expectString,
|
|
1242
1242
|
spaceName: import_smithy_client.expectString
|
|
@@ -1285,7 +1285,7 @@ var de_GetSubscriptionCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1285
1285
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1286
1286
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1287
1287
|
awsAccountName: import_smithy_client.expectString,
|
|
1288
|
-
pendingSubscriptionStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1288
|
+
pendingSubscriptionStartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "pendingSubscriptionStartTime"),
|
|
1289
1289
|
pendingSubscriptionType: import_smithy_client.expectString,
|
|
1290
1290
|
subscriptionType: import_smithy_client.expectString
|
|
1291
1291
|
});
|
|
@@ -1319,10 +1319,10 @@ var de_GetWorkflowCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1319
1319
|
});
|
|
1320
1320
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1321
1321
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1322
|
-
createdTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1322
|
+
createdTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdTime"),
|
|
1323
1323
|
definition: import_smithy_client._json,
|
|
1324
1324
|
id: import_smithy_client.expectString,
|
|
1325
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1325
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedTime"),
|
|
1326
1326
|
name: import_smithy_client.expectString,
|
|
1327
1327
|
projectName: import_smithy_client.expectString,
|
|
1328
1328
|
runMode: import_smithy_client.expectString,
|
|
@@ -1343,12 +1343,12 @@ var de_GetWorkflowRunCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1343
1343
|
});
|
|
1344
1344
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1345
1345
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1346
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1346
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
|
|
1347
1347
|
id: import_smithy_client.expectString,
|
|
1348
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1348
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedTime"),
|
|
1349
1349
|
projectName: import_smithy_client.expectString,
|
|
1350
1350
|
spaceName: import_smithy_client.expectString,
|
|
1351
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1351
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
1352
1352
|
status: import_smithy_client.expectString,
|
|
1353
1353
|
statusReasons: import_smithy_client._json,
|
|
1354
1354
|
workflowId: import_smithy_client.expectString
|
|
@@ -1365,7 +1365,7 @@ var de_ListAccessTokensCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1365
1365
|
});
|
|
1366
1366
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1367
1367
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1368
|
-
items: (_) => de_AccessTokenSummaries(_, context),
|
|
1368
|
+
items: /* @__PURE__ */ __name((_) => de_AccessTokenSummaries(_, context), "items"),
|
|
1369
1369
|
nextToken: import_smithy_client.expectString
|
|
1370
1370
|
});
|
|
1371
1371
|
Object.assign(contents, doc);
|
|
@@ -1380,7 +1380,7 @@ var de_ListDevEnvironmentsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1380
1380
|
});
|
|
1381
1381
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1382
1382
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1383
|
-
items: (_) => de_DevEnvironmentSummaryList(_, context),
|
|
1383
|
+
items: /* @__PURE__ */ __name((_) => de_DevEnvironmentSummaryList(_, context), "items"),
|
|
1384
1384
|
nextToken: import_smithy_client.expectString
|
|
1385
1385
|
});
|
|
1386
1386
|
Object.assign(contents, doc);
|
|
@@ -1395,7 +1395,7 @@ var de_ListDevEnvironmentSessionsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1395
1395
|
});
|
|
1396
1396
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1397
1397
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1398
|
-
items: (_) => de_DevEnvironmentSessionsSummaryList(_, context),
|
|
1398
|
+
items: /* @__PURE__ */ __name((_) => de_DevEnvironmentSessionsSummaryList(_, context), "items"),
|
|
1399
1399
|
nextToken: import_smithy_client.expectString
|
|
1400
1400
|
});
|
|
1401
1401
|
Object.assign(contents, doc);
|
|
@@ -1410,7 +1410,7 @@ var de_ListEventLogsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1410
1410
|
});
|
|
1411
1411
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1412
1412
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1413
|
-
items: (_) => de_EventLogEntries(_, context),
|
|
1413
|
+
items: /* @__PURE__ */ __name((_) => de_EventLogEntries(_, context), "items"),
|
|
1414
1414
|
nextToken: import_smithy_client.expectString
|
|
1415
1415
|
});
|
|
1416
1416
|
Object.assign(contents, doc);
|
|
@@ -1440,7 +1440,7 @@ var de_ListSourceRepositoriesCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1440
1440
|
});
|
|
1441
1441
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1442
1442
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1443
|
-
items: (_) => de_ListSourceRepositoriesItems(_, context),
|
|
1443
|
+
items: /* @__PURE__ */ __name((_) => de_ListSourceRepositoriesItems(_, context), "items"),
|
|
1444
1444
|
nextToken: import_smithy_client.expectString
|
|
1445
1445
|
});
|
|
1446
1446
|
Object.assign(contents, doc);
|
|
@@ -1455,7 +1455,7 @@ var de_ListSourceRepositoryBranchesCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
1455
1455
|
});
|
|
1456
1456
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1457
1457
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1458
|
-
items: (_) => de_ListSourceRepositoryBranchesItems(_, context),
|
|
1458
|
+
items: /* @__PURE__ */ __name((_) => de_ListSourceRepositoryBranchesItems(_, context), "items"),
|
|
1459
1459
|
nextToken: import_smithy_client.expectString
|
|
1460
1460
|
});
|
|
1461
1461
|
Object.assign(contents, doc);
|
|
@@ -1485,7 +1485,7 @@ var de_ListWorkflowRunsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1485
1485
|
});
|
|
1486
1486
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1487
1487
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1488
|
-
items: (_) => de_WorkflowRunSummaries(_, context),
|
|
1488
|
+
items: /* @__PURE__ */ __name((_) => de_WorkflowRunSummaries(_, context), "items"),
|
|
1489
1489
|
nextToken: import_smithy_client.expectString
|
|
1490
1490
|
});
|
|
1491
1491
|
Object.assign(contents, doc);
|
|
@@ -1500,7 +1500,7 @@ var de_ListWorkflowsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1500
1500
|
});
|
|
1501
1501
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1502
1502
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1503
|
-
items: (_) => de_WorkflowSummaries(_, context),
|
|
1503
|
+
items: /* @__PURE__ */ __name((_) => de_WorkflowSummaries(_, context), "items"),
|
|
1504
1504
|
nextToken: import_smithy_client.expectString
|
|
1505
1505
|
});
|
|
1506
1506
|
Object.assign(contents, doc);
|
|
@@ -1781,7 +1781,7 @@ var de_AccessTokenSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1781
1781
|
}, "de_AccessTokenSummaries");
|
|
1782
1782
|
var de_AccessTokenSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1783
1783
|
return (0, import_smithy_client.take)(output, {
|
|
1784
|
-
expiresTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1784
|
+
expiresTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "expiresTime"),
|
|
1785
1785
|
id: import_smithy_client.expectString,
|
|
1786
1786
|
name: import_smithy_client.expectString
|
|
1787
1787
|
});
|
|
@@ -1798,7 +1798,7 @@ var de_DevEnvironmentSessionSummary = /* @__PURE__ */ __name((output, context) =
|
|
|
1798
1798
|
id: import_smithy_client.expectString,
|
|
1799
1799
|
projectName: import_smithy_client.expectString,
|
|
1800
1800
|
spaceName: import_smithy_client.expectString,
|
|
1801
|
-
startedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1801
|
+
startedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startedTime")
|
|
1802
1802
|
});
|
|
1803
1803
|
}, "de_DevEnvironmentSessionSummary");
|
|
1804
1804
|
var de_DevEnvironmentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1809,7 +1809,7 @@ var de_DevEnvironmentSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1809
1809
|
ides: import_smithy_client._json,
|
|
1810
1810
|
inactivityTimeoutMinutes: import_smithy_client.expectInt32,
|
|
1811
1811
|
instanceType: import_smithy_client.expectString,
|
|
1812
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1812
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedTime"),
|
|
1813
1813
|
persistentStorage: import_smithy_client._json,
|
|
1814
1814
|
projectName: import_smithy_client.expectString,
|
|
1815
1815
|
repositories: import_smithy_client._json,
|
|
@@ -1837,7 +1837,7 @@ var de_EventLogEntry = /* @__PURE__ */ __name((output, context) => {
|
|
|
1837
1837
|
eventCategory: import_smithy_client.expectString,
|
|
1838
1838
|
eventName: import_smithy_client.expectString,
|
|
1839
1839
|
eventSource: import_smithy_client.expectString,
|
|
1840
|
-
eventTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1840
|
+
eventTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "eventTime"),
|
|
1841
1841
|
eventType: import_smithy_client.expectString,
|
|
1842
1842
|
id: import_smithy_client.expectString,
|
|
1843
1843
|
operationType: import_smithy_client.expectString,
|
|
@@ -1852,10 +1852,10 @@ var de_EventLogEntry = /* @__PURE__ */ __name((output, context) => {
|
|
|
1852
1852
|
}, "de_EventLogEntry");
|
|
1853
1853
|
var de_ListSourceRepositoriesItem = /* @__PURE__ */ __name((output, context) => {
|
|
1854
1854
|
return (0, import_smithy_client.take)(output, {
|
|
1855
|
-
createdTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1855
|
+
createdTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdTime"),
|
|
1856
1856
|
description: import_smithy_client.expectString,
|
|
1857
1857
|
id: import_smithy_client.expectString,
|
|
1858
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1858
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedTime"),
|
|
1859
1859
|
name: import_smithy_client.expectString
|
|
1860
1860
|
});
|
|
1861
1861
|
}, "de_ListSourceRepositoriesItem");
|
|
@@ -1868,7 +1868,7 @@ var de_ListSourceRepositoriesItems = /* @__PURE__ */ __name((output, context) =>
|
|
|
1868
1868
|
var de_ListSourceRepositoryBranchesItem = /* @__PURE__ */ __name((output, context) => {
|
|
1869
1869
|
return (0, import_smithy_client.take)(output, {
|
|
1870
1870
|
headCommitId: import_smithy_client.expectString,
|
|
1871
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1871
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedTime"),
|
|
1872
1872
|
name: import_smithy_client.expectString,
|
|
1873
1873
|
ref: import_smithy_client.expectString
|
|
1874
1874
|
});
|
|
@@ -1887,10 +1887,10 @@ var de_WorkflowRunSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1887
1887
|
}, "de_WorkflowRunSummaries");
|
|
1888
1888
|
var de_WorkflowRunSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1889
1889
|
return (0, import_smithy_client.take)(output, {
|
|
1890
|
-
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1890
|
+
endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
|
|
1891
1891
|
id: import_smithy_client.expectString,
|
|
1892
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1893
|
-
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1892
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedTime"),
|
|
1893
|
+
startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "startTime"),
|
|
1894
1894
|
status: import_smithy_client.expectString,
|
|
1895
1895
|
statusReasons: import_smithy_client._json,
|
|
1896
1896
|
workflowId: import_smithy_client.expectString,
|
|
@@ -1905,10 +1905,10 @@ var de_WorkflowSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1905
1905
|
}, "de_WorkflowSummaries");
|
|
1906
1906
|
var de_WorkflowSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1907
1907
|
return (0, import_smithy_client.take)(output, {
|
|
1908
|
-
createdTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1908
|
+
createdTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdTime"),
|
|
1909
1909
|
definition: import_smithy_client._json,
|
|
1910
1910
|
id: import_smithy_client.expectString,
|
|
1911
|
-
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1911
|
+
lastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastUpdatedTime"),
|
|
1912
1912
|
name: import_smithy_client.expectString,
|
|
1913
1913
|
runMode: import_smithy_client.expectString,
|
|
1914
1914
|
sourceBranchName: import_smithy_client.expectString,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codecatalyst",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codecatalyst 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-codecatalyst",
|
|
@@ -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.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
24
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
25
25
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
26
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
28
28
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
29
|
-
"@aws-sdk/token-providers": "3.
|
|
29
|
+
"@aws-sdk/token-providers": "3.772.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",
|