@aws-sdk/client-codestar-connections 3.496.0 → 3.499.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist-cjs/index.js +29 -28
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2647,16 +2647,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2647
2647
  // Annotate the CommonJS export names for ESM import in node:
2648
2648
 
2649
2649
  0 && (module.exports = {
2650
- AccessDeniedException,
2651
- BlockerStatus,
2652
- BlockerType,
2653
- CodeStarConnections,
2654
- CodeStarConnectionsClient,
2655
2650
  CodeStarConnectionsServiceException,
2656
- ConcurrentModificationException,
2657
- ConditionalCheckFailedException,
2658
- ConflictException,
2659
- ConnectionStatus,
2651
+ __Client,
2652
+ CodeStarConnectionsClient,
2653
+ CodeStarConnections,
2654
+ $Command,
2660
2655
  CreateConnectionCommand,
2661
2656
  CreateHostCommand,
2662
2657
  CreateRepositoryLinkCommand,
@@ -2672,39 +2667,45 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2672
2667
  GetResourceSyncStatusCommand,
2673
2668
  GetSyncBlockerSummaryCommand,
2674
2669
  GetSyncConfigurationCommand,
2675
- InternalServerException,
2676
- InvalidInputException,
2677
- LimitExceededException,
2678
2670
  ListConnectionsCommand,
2679
2671
  ListHostsCommand,
2680
2672
  ListRepositoryLinksCommand,
2681
2673
  ListRepositorySyncDefinitionsCommand,
2682
2674
  ListSyncConfigurationsCommand,
2683
2675
  ListTagsForResourceCommand,
2684
- ProviderType,
2685
- RepositorySyncStatus,
2686
- ResourceAlreadyExistsException,
2687
- ResourceNotFoundException,
2688
- ResourceSyncStatus,
2689
- ResourceUnavailableException,
2690
- RetryLatestCommitFailedException,
2691
- SyncBlockerDoesNotExistException,
2692
- SyncConfigurationStillExistsException,
2693
- SyncConfigurationType,
2694
2676
  TagResourceCommand,
2695
- ThrottlingException,
2696
- UnsupportedOperationException,
2697
- UnsupportedProviderTypeException,
2698
2677
  UntagResourceCommand,
2699
2678
  UpdateHostCommand,
2700
- UpdateOutOfSyncException,
2701
2679
  UpdateRepositoryLinkCommand,
2702
2680
  UpdateSyncBlockerCommand,
2703
2681
  UpdateSyncConfigurationCommand,
2704
- __Client,
2705
2682
  paginateListConnections,
2706
2683
  paginateListHosts,
2707
2684
  paginateListRepositoryLinks,
2708
- paginateListSyncConfigurations
2685
+ paginateListSyncConfigurations,
2686
+ AccessDeniedException,
2687
+ BlockerStatus,
2688
+ BlockerType,
2689
+ ProviderType,
2690
+ LimitExceededException,
2691
+ ResourceNotFoundException,
2692
+ ResourceUnavailableException,
2693
+ ConcurrentModificationException,
2694
+ InternalServerException,
2695
+ InvalidInputException,
2696
+ ResourceAlreadyExistsException,
2697
+ ThrottlingException,
2698
+ SyncConfigurationType,
2699
+ SyncConfigurationStillExistsException,
2700
+ UnsupportedProviderTypeException,
2701
+ ConnectionStatus,
2702
+ RepositorySyncStatus,
2703
+ ResourceSyncStatus,
2704
+ ConflictException,
2705
+ UnsupportedOperationException,
2706
+ ConditionalCheckFailedException,
2707
+ UpdateOutOfSyncException,
2708
+ RetryLatestCommitFailedException,
2709
+ SyncBlockerDoesNotExistException
2709
2710
  });
2710
2711
 
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.496.0",
4
+ "version": "3.499.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,9 +20,9 @@
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-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",