@aws-sdk/client-codeartifact 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 +27 -26
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3871,14 +3871,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3871
3871
  // Annotate the CommonJS export names for ESM import in node:
3872
3872
 
3873
3873
  0 && (module.exports = {
3874
- AccessDeniedException,
3875
- AllowPublish,
3876
- AllowUpstream,
3877
- AssociateExternalConnectionCommand,
3878
- Codeartifact,
3879
- CodeartifactClient,
3880
3874
  CodeartifactServiceException,
3881
- ConflictException,
3875
+ __Client,
3876
+ CodeartifactClient,
3877
+ Codeartifact,
3878
+ $Command,
3879
+ AssociateExternalConnectionCommand,
3882
3880
  CopyPackageVersionsCommand,
3883
3881
  CreateDomainCommand,
3884
3882
  CreateRepositoryCommand,
@@ -3894,17 +3892,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3894
3892
  DescribeRepositoryCommand,
3895
3893
  DisassociateExternalConnectionCommand,
3896
3894
  DisposePackageVersionsCommand,
3897
- DomainStatus,
3898
- ExternalConnectionStatus,
3899
3895
  GetAuthorizationTokenCommand,
3900
3896
  GetDomainPermissionsPolicyCommand,
3901
3897
  GetPackageVersionAssetCommand,
3902
- GetPackageVersionAssetResultFilterSensitiveLog,
3903
3898
  GetPackageVersionReadmeCommand,
3904
3899
  GetRepositoryEndpointCommand,
3905
3900
  GetRepositoryPermissionsPolicyCommand,
3906
- HashAlgorithm,
3907
- InternalServerException,
3908
3901
  ListDomainsCommand,
3909
3902
  ListPackageVersionAssetsCommand,
3910
3903
  ListPackageVersionDependenciesCommand,
@@ -3913,32 +3906,40 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3913
3906
  ListRepositoriesCommand,
3914
3907
  ListRepositoriesInDomainCommand,
3915
3908
  ListTagsForResourceCommand,
3916
- PackageFormat,
3917
- PackageVersionErrorCode,
3918
- PackageVersionOriginType,
3919
- PackageVersionSortType,
3920
- PackageVersionStatus,
3921
3909
  PublishPackageVersionCommand,
3922
- PublishPackageVersionRequestFilterSensitiveLog,
3923
3910
  PutDomainPermissionsPolicyCommand,
3924
3911
  PutPackageOriginConfigurationCommand,
3925
3912
  PutRepositoryPermissionsPolicyCommand,
3926
- ResourceNotFoundException,
3927
- ResourceType,
3928
- ServiceQuotaExceededException,
3929
3913
  TagResourceCommand,
3930
- ThrottlingException,
3931
3914
  UntagResourceCommand,
3932
3915
  UpdatePackageVersionsStatusCommand,
3933
3916
  UpdateRepositoryCommand,
3934
- ValidationException,
3935
- ValidationExceptionReason,
3936
- __Client,
3937
3917
  paginateListDomains,
3938
3918
  paginateListPackageVersionAssets,
3939
3919
  paginateListPackageVersions,
3940
3920
  paginateListPackages,
3921
+ paginateListRepositoriesInDomain,
3941
3922
  paginateListRepositories,
3942
- paginateListRepositoriesInDomain
3923
+ AccessDeniedException,
3924
+ AllowPublish,
3925
+ AllowUpstream,
3926
+ HashAlgorithm,
3927
+ PackageFormat,
3928
+ ExternalConnectionStatus,
3929
+ ResourceType,
3930
+ ConflictException,
3931
+ InternalServerException,
3932
+ ResourceNotFoundException,
3933
+ ServiceQuotaExceededException,
3934
+ ThrottlingException,
3935
+ ValidationExceptionReason,
3936
+ ValidationException,
3937
+ PackageVersionErrorCode,
3938
+ PackageVersionStatus,
3939
+ DomainStatus,
3940
+ PackageVersionOriginType,
3941
+ PackageVersionSortType,
3942
+ GetPackageVersionAssetResultFilterSensitiveLog,
3943
+ PublishPackageVersionRequestFilterSensitiveLog
3943
3944
  });
3944
3945
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codeartifact",
3
3
  "description": "AWS SDK for JavaScript Codeartifact 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-codeartifact",
@@ -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",