@aws-sdk/client-ecr 3.168.0 → 3.170.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/ECR.d.ts +748 -210
- package/dist-types/ts3.4/ECRClient.d.ts +374 -114
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +41 -41
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ECRServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1835 -1637
- package/dist-types/ts3.4/pagination/DescribeImageScanFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePullThroughCacheRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +497 -125
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +13 -7
- package/package.json +35 -35
|
@@ -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
|
+
DescribeImageScanFindingsCommandInput,
|
|
4
|
+
DescribeImageScanFindingsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeImageScanFindingsCommand";
|
|
6
|
+
import { ECRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeImageScanFindings(
|
|
8
|
+
config: ECRPaginationConfiguration,
|
|
9
|
+
input: DescribeImageScanFindingsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeImageScanFindingsCommandOutput>;
|
|
@@ -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
|
+
DescribeImagesCommandInput,
|
|
4
|
+
DescribeImagesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeImagesCommand";
|
|
6
|
+
import { ECRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeImages(
|
|
8
|
+
config: ECRPaginationConfiguration,
|
|
9
|
+
input: DescribeImagesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeImagesCommandOutput>;
|
|
@@ -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
|
+
DescribePullThroughCacheRulesCommandInput,
|
|
4
|
+
DescribePullThroughCacheRulesCommandOutput,
|
|
5
|
+
} from "../commands/DescribePullThroughCacheRulesCommand";
|
|
6
|
+
import { ECRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribePullThroughCacheRules(
|
|
8
|
+
config: ECRPaginationConfiguration,
|
|
9
|
+
input: DescribePullThroughCacheRulesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribePullThroughCacheRulesCommandOutput>;
|
|
@@ -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
|
+
DescribeRepositoriesCommandInput,
|
|
4
|
+
DescribeRepositoriesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeRepositoriesCommand";
|
|
6
|
+
import { ECRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeRepositories(
|
|
8
|
+
config: ECRPaginationConfiguration,
|
|
9
|
+
input: DescribeRepositoriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeRepositoriesCommandOutput>;
|
|
@@ -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
|
+
GetLifecyclePolicyPreviewCommandInput,
|
|
4
|
+
GetLifecyclePolicyPreviewCommandOutput,
|
|
5
|
+
} from "../commands/GetLifecyclePolicyPreviewCommand";
|
|
6
|
+
import { ECRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetLifecyclePolicyPreview(
|
|
8
|
+
config: ECRPaginationConfiguration,
|
|
9
|
+
input: GetLifecyclePolicyPreviewCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetLifecyclePolicyPreviewCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { ECR } from "../ECR";
|
|
3
|
-
import { ECRClient } from "../ECRClient";
|
|
4
|
-
export interface ECRPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { ECR } from "../ECR";
|
|
3
|
+
import { ECRClient } from "../ECRClient";
|
|
4
|
+
export interface ECRPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: ECR | ECRClient;
|
|
6
|
+
}
|
|
@@ -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
|
+
ListImagesCommandInput,
|
|
4
|
+
ListImagesCommandOutput,
|
|
5
|
+
} from "../commands/ListImagesCommand";
|
|
6
|
+
import { ECRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListImages(
|
|
8
|
+
config: ECRPaginationConfiguration,
|
|
9
|
+
input: ListImagesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListImagesCommandOutput>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./DescribeImageScanFindingsPaginator";
|
|
2
|
-
export * from "./DescribeImagesPaginator";
|
|
3
|
-
export * from "./DescribePullThroughCacheRulesPaginator";
|
|
4
|
-
export * from "./DescribeRepositoriesPaginator";
|
|
5
|
-
export * from "./GetLifecyclePolicyPreviewPaginator";
|
|
6
|
-
export * from "./Interfaces";
|
|
7
|
-
export * from "./ListImagesPaginator";
|
|
1
|
+
export * from "./DescribeImageScanFindingsPaginator";
|
|
2
|
+
export * from "./DescribeImagesPaginator";
|
|
3
|
+
export * from "./DescribePullThroughCacheRulesPaginator";
|
|
4
|
+
export * from "./DescribeRepositoriesPaginator";
|
|
5
|
+
export * from "./GetLifecyclePolicyPreviewPaginator";
|
|
6
|
+
export * from "./Interfaces";
|
|
7
|
+
export * from "./ListImagesPaginator";
|