@aws-sdk/client-codeartifact 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Codeartifact.d.ts +622 -185
- package/dist-types/ts3.4/CodeartifactClient.d.ts +321 -109
- package/dist-types/ts3.4/commands/AssociateExternalConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyPackageVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePackageVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePackageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribePackageVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRepositoryCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateExternalConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisposePackageVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPackageVersionAssetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPackageVersionReadmeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListPackageVersionAssetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPackageVersionDependenciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListPackageVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListPackagesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRepositoriesInDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutDomainPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutPackageOriginConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutRepositoryPermissionsPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePackageVersionsStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +36 -36
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodeartifactServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +925 -1212
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackageVersionAssetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackageVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesInDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +437 -110
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Codeartifact } from "../Codeartifact";
|
|
3
|
-
import { CodeartifactClient } from "../CodeartifactClient";
|
|
4
|
-
export interface CodeartifactPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Codeartifact } from "../Codeartifact";
|
|
3
|
+
import { CodeartifactClient } from "../CodeartifactClient";
|
|
4
|
+
export interface CodeartifactPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: Codeartifact | CodeartifactClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDomainsCommandInput,
|
|
4
|
+
ListDomainsCommandOutput,
|
|
5
|
+
} from "../commands/ListDomainsCommand";
|
|
6
|
+
import { CodeartifactPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDomains(
|
|
8
|
+
config: CodeartifactPaginationConfiguration,
|
|
9
|
+
input: ListDomainsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDomainsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPackageVersionAssetsCommandInput,
|
|
4
|
+
ListPackageVersionAssetsCommandOutput,
|
|
5
|
+
} from "../commands/ListPackageVersionAssetsCommand";
|
|
6
|
+
import { CodeartifactPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPackageVersionAssets(
|
|
8
|
+
config: CodeartifactPaginationConfiguration,
|
|
9
|
+
input: ListPackageVersionAssetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPackageVersionAssetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPackageVersionsCommandInput,
|
|
4
|
+
ListPackageVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListPackageVersionsCommand";
|
|
6
|
+
import { CodeartifactPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPackageVersions(
|
|
8
|
+
config: CodeartifactPaginationConfiguration,
|
|
9
|
+
input: ListPackageVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPackageVersionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPackagesCommandInput,
|
|
4
|
+
ListPackagesCommandOutput,
|
|
5
|
+
} from "../commands/ListPackagesCommand";
|
|
6
|
+
import { CodeartifactPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPackages(
|
|
8
|
+
config: CodeartifactPaginationConfiguration,
|
|
9
|
+
input: ListPackagesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPackagesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRepositoriesInDomainCommandInput,
|
|
4
|
+
ListRepositoriesInDomainCommandOutput,
|
|
5
|
+
} from "../commands/ListRepositoriesInDomainCommand";
|
|
6
|
+
import { CodeartifactPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRepositoriesInDomain(
|
|
8
|
+
config: CodeartifactPaginationConfiguration,
|
|
9
|
+
input: ListRepositoriesInDomainCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRepositoriesInDomainCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRepositoriesCommandInput,
|
|
4
|
+
ListRepositoriesCommandOutput,
|
|
5
|
+
} from "../commands/ListRepositoriesCommand";
|
|
6
|
+
import { CodeartifactPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRepositories(
|
|
8
|
+
config: CodeartifactPaginationConfiguration,
|
|
9
|
+
input: ListRepositoriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRepositoriesCommandOutput>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListDomainsPaginator";
|
|
3
|
-
export * from "./ListPackageVersionAssetsPaginator";
|
|
4
|
-
export * from "./ListPackageVersionsPaginator";
|
|
5
|
-
export * from "./ListPackagesPaginator";
|
|
6
|
-
export * from "./ListRepositoriesInDomainPaginator";
|
|
7
|
-
export * from "./ListRepositoriesPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListDomainsPaginator";
|
|
3
|
+
export * from "./ListPackageVersionAssetsPaginator";
|
|
4
|
+
export * from "./ListPackageVersionsPaginator";
|
|
5
|
+
export * from "./ListPackagesPaginator";
|
|
6
|
+
export * from "./ListRepositoriesInDomainPaginator";
|
|
7
|
+
export * from "./ListRepositoriesPaginator";
|