@aws-sdk/client-codeartifact 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/Codeartifact.d.ts +157 -177
- package/dist-types/ts3.4/CodeartifactClient.d.ts +8 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAssociatedPackageGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAllowedRepositoriesForGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAssociatedPackagesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPackageGroupsCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSubPackageGroupsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PublishPackageVersionCommand.d.ts +9 -17
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdatePackageGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePackageGroupOriginConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +1 -2
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +2 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38