@aws-sdk/client-codestar-connections 3.758.0 → 3.774.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 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 src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AccessDeniedException: () => AccessDeniedException,
25
25
  BlockerStatus: () => BlockerStatus,
26
26
  BlockerType: () => BlockerType,
@@ -83,7 +83,7 @@ __export(src_exports, {
83
83
  paginateListRepositoryLinks: () => paginateListRepositoryLinks,
84
84
  paginateListSyncConfigurations: () => paginateListSyncConfigurations
85
85
  });
86
- module.exports = __toCommonJS(src_exports);
86
+ module.exports = __toCommonJS(index_exports);
87
87
 
88
88
  // src/CodeStarConnectionsClient.ts
89
89
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -210,9 +210,9 @@ var CodeStarConnectionsClient = class extends import_smithy_client.Client {
210
210
  this.middlewareStack.use(
211
211
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
212
212
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCodeStarConnectionsHttpAuthSchemeParametersProvider,
213
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
213
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
214
214
  "aws.auth#sigv4": config.credentials
215
- })
215
+ }), "identityProviderConfigProvider")
216
216
  })
217
217
  );
218
218
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -1376,19 +1376,19 @@ var de_UpdateOutOfSyncExceptionRes = /* @__PURE__ */ __name(async (parsedOutput,
1376
1376
  }, "de_UpdateOutOfSyncExceptionRes");
1377
1377
  var de_GetRepositorySyncStatusOutput = /* @__PURE__ */ __name((output, context) => {
1378
1378
  return (0, import_smithy_client.take)(output, {
1379
- LatestSync: (_) => de_RepositorySyncAttempt(_, context)
1379
+ LatestSync: /* @__PURE__ */ __name((_) => de_RepositorySyncAttempt(_, context), "LatestSync")
1380
1380
  });
1381
1381
  }, "de_GetRepositorySyncStatusOutput");
1382
1382
  var de_GetResourceSyncStatusOutput = /* @__PURE__ */ __name((output, context) => {
1383
1383
  return (0, import_smithy_client.take)(output, {
1384
1384
  DesiredState: import_smithy_client._json,
1385
- LatestSuccessfulSync: (_) => de_ResourceSyncAttempt(_, context),
1386
- LatestSync: (_) => de_ResourceSyncAttempt(_, context)
1385
+ LatestSuccessfulSync: /* @__PURE__ */ __name((_) => de_ResourceSyncAttempt(_, context), "LatestSuccessfulSync"),
1386
+ LatestSync: /* @__PURE__ */ __name((_) => de_ResourceSyncAttempt(_, context), "LatestSync")
1387
1387
  });
1388
1388
  }, "de_GetResourceSyncStatusOutput");
1389
1389
  var de_GetSyncBlockerSummaryOutput = /* @__PURE__ */ __name((output, context) => {
1390
1390
  return (0, import_smithy_client.take)(output, {
1391
- SyncBlockerSummary: (_) => de_SyncBlockerSummary(_, context)
1391
+ SyncBlockerSummary: /* @__PURE__ */ __name((_) => de_SyncBlockerSummary(_, context), "SyncBlockerSummary")
1392
1392
  });
1393
1393
  }, "de_GetSyncBlockerSummaryOutput");
1394
1394
  var de_LatestSyncBlockerList = /* @__PURE__ */ __name((output, context) => {
@@ -1399,8 +1399,8 @@ var de_LatestSyncBlockerList = /* @__PURE__ */ __name((output, context) => {
1399
1399
  }, "de_LatestSyncBlockerList");
1400
1400
  var de_RepositorySyncAttempt = /* @__PURE__ */ __name((output, context) => {
1401
1401
  return (0, import_smithy_client.take)(output, {
1402
- Events: (_) => de_RepositorySyncEventList(_, context),
1403
- StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1402
+ Events: /* @__PURE__ */ __name((_) => de_RepositorySyncEventList(_, context), "Events"),
1403
+ StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartedAt"),
1404
1404
  Status: import_smithy_client.expectString
1405
1405
  });
1406
1406
  }, "de_RepositorySyncAttempt");
@@ -1408,7 +1408,7 @@ var de_RepositorySyncEvent = /* @__PURE__ */ __name((output, context) => {
1408
1408
  return (0, import_smithy_client.take)(output, {
1409
1409
  Event: import_smithy_client.expectString,
1410
1410
  ExternalId: import_smithy_client.expectString,
1411
- Time: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1411
+ Time: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Time"),
1412
1412
  Type: import_smithy_client.expectString
1413
1413
  });
1414
1414
  }, "de_RepositorySyncEvent");
@@ -1420,9 +1420,9 @@ var de_RepositorySyncEventList = /* @__PURE__ */ __name((output, context) => {
1420
1420
  }, "de_RepositorySyncEventList");
1421
1421
  var de_ResourceSyncAttempt = /* @__PURE__ */ __name((output, context) => {
1422
1422
  return (0, import_smithy_client.take)(output, {
1423
- Events: (_) => de_ResourceSyncEventList(_, context),
1423
+ Events: /* @__PURE__ */ __name((_) => de_ResourceSyncEventList(_, context), "Events"),
1424
1424
  InitialRevision: import_smithy_client._json,
1425
- StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1425
+ StartedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartedAt"),
1426
1426
  Status: import_smithy_client.expectString,
1427
1427
  Target: import_smithy_client.expectString,
1428
1428
  TargetRevision: import_smithy_client._json
@@ -1432,7 +1432,7 @@ var de_ResourceSyncEvent = /* @__PURE__ */ __name((output, context) => {
1432
1432
  return (0, import_smithy_client.take)(output, {
1433
1433
  Event: import_smithy_client.expectString,
1434
1434
  ExternalId: import_smithy_client.expectString,
1435
- Time: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1435
+ Time: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Time"),
1436
1436
  Type: import_smithy_client.expectString
1437
1437
  });
1438
1438
  }, "de_ResourceSyncEvent");
@@ -1445,10 +1445,10 @@ var de_ResourceSyncEventList = /* @__PURE__ */ __name((output, context) => {
1445
1445
  var de_SyncBlocker = /* @__PURE__ */ __name((output, context) => {
1446
1446
  return (0, import_smithy_client.take)(output, {
1447
1447
  Contexts: import_smithy_client._json,
1448
- CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1448
+ CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
1449
1449
  CreatedReason: import_smithy_client.expectString,
1450
1450
  Id: import_smithy_client.expectString,
1451
- ResolvedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1451
+ ResolvedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ResolvedAt"),
1452
1452
  ResolvedReason: import_smithy_client.expectString,
1453
1453
  Status: import_smithy_client.expectString,
1454
1454
  Type: import_smithy_client.expectString
@@ -1456,7 +1456,7 @@ var de_SyncBlocker = /* @__PURE__ */ __name((output, context) => {
1456
1456
  }, "de_SyncBlocker");
1457
1457
  var de_SyncBlockerSummary = /* @__PURE__ */ __name((output, context) => {
1458
1458
  return (0, import_smithy_client.take)(output, {
1459
- LatestBlockers: (_) => de_LatestSyncBlockerList(_, context),
1459
+ LatestBlockers: /* @__PURE__ */ __name((_) => de_LatestSyncBlockerList(_, context), "LatestBlockers"),
1460
1460
  ParentResourceName: import_smithy_client.expectString,
1461
1461
  ResourceName: import_smithy_client.expectString
1462
1462
  });
@@ -1465,7 +1465,7 @@ var de_UpdateSyncBlockerOutput = /* @__PURE__ */ __name((output, context) => {
1465
1465
  return (0, import_smithy_client.take)(output, {
1466
1466
  ParentResourceName: import_smithy_client.expectString,
1467
1467
  ResourceName: import_smithy_client.expectString,
1468
- SyncBlocker: (_) => de_SyncBlocker(_, context)
1468
+ SyncBlocker: /* @__PURE__ */ __name((_) => de_SyncBlocker(_, context), "SyncBlocker")
1469
1469
  });
1470
1470
  }, "de_UpdateSyncBlockerOutput");
1471
1471
  var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
@@ -45,8 +45,5 @@ export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig)
45
45
  signingEscapePath?: boolean | undefined;
46
46
  systemClockOffset?: number | undefined;
47
47
  signingRegion?: string | undefined;
48
- /**
49
- * @internal
50
- */
51
48
  signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
52
49
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codestar-connections",
3
3
  "description": "AWS SDK for JavaScript Codestar Connections Client for Node.js, Browser and React Native",
4
- "version": "3.758.0",
4
+ "version": "3.774.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-codestar-connections",
@@ -20,17 +20,17 @@
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.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
25
- "@aws-sdk/middleware-host-header": "3.734.0",
23
+ "@aws-sdk/core": "3.774.0",
24
+ "@aws-sdk/credential-provider-node": "3.774.0",
25
+ "@aws-sdk/middleware-host-header": "3.774.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.758.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
+ "@aws-sdk/middleware-user-agent": "3.774.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.758.0",
33
+ "@aws-sdk/util-user-agent-node": "3.774.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
35
  "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",