@aws-sdk/client-ecr 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +148 -150
- package/dist-cjs/models/ECRServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ECR.js +1 -1
- package/dist-es/ECRClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +2 -2
- package/dist-es/commands/BatchDeleteImageCommand.js +2 -2
- package/dist-es/commands/BatchGetImageCommand.js +2 -2
- package/dist-es/commands/BatchGetRepositoryScanningConfigurationCommand.js +2 -2
- package/dist-es/commands/CompleteLayerUploadCommand.js +2 -2
- package/dist-es/commands/CreatePullThroughCacheRuleCommand.js +2 -2
- package/dist-es/commands/CreateRepositoryCommand.js +2 -2
- package/dist-es/commands/CreateRepositoryCreationTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/DeletePullThroughCacheRuleCommand.js +2 -2
- package/dist-es/commands/DeleteRegistryPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteRepositoryCommand.js +2 -2
- package/dist-es/commands/DeleteRepositoryCreationTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteRepositoryPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteSigningConfigurationCommand.js +2 -2
- package/dist-es/commands/DeregisterPullTimeUpdateExclusionCommand.js +2 -2
- package/dist-es/commands/DescribeImageReplicationStatusCommand.js +2 -2
- package/dist-es/commands/DescribeImageScanFindingsCommand.js +2 -2
- package/dist-es/commands/DescribeImageSigningStatusCommand.js +2 -2
- package/dist-es/commands/DescribeImagesCommand.js +2 -2
- package/dist-es/commands/DescribePullThroughCacheRulesCommand.js +2 -2
- package/dist-es/commands/DescribeRegistryCommand.js +2 -2
- package/dist-es/commands/DescribeRepositoriesCommand.js +2 -2
- package/dist-es/commands/DescribeRepositoryCreationTemplatesCommand.js +2 -2
- package/dist-es/commands/GetAccountSettingCommand.js +2 -2
- package/dist-es/commands/GetAuthorizationTokenCommand.js +2 -2
- package/dist-es/commands/GetDownloadUrlForLayerCommand.js +2 -2
- package/dist-es/commands/GetLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/GetLifecyclePolicyPreviewCommand.js +2 -2
- package/dist-es/commands/GetRegistryPolicyCommand.js +2 -2
- package/dist-es/commands/GetRegistryScanningConfigurationCommand.js +2 -2
- package/dist-es/commands/GetRepositoryPolicyCommand.js +2 -2
- package/dist-es/commands/GetSigningConfigurationCommand.js +2 -2
- package/dist-es/commands/InitiateLayerUploadCommand.js +2 -2
- package/dist-es/commands/ListImageReferrersCommand.js +2 -2
- package/dist-es/commands/ListImagesCommand.js +2 -2
- package/dist-es/commands/ListPullTimeUpdateExclusionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutAccountSettingCommand.js +2 -2
- package/dist-es/commands/PutImageCommand.js +2 -2
- package/dist-es/commands/PutImageScanningConfigurationCommand.js +2 -2
- package/dist-es/commands/PutImageTagMutabilityCommand.js +2 -2
- package/dist-es/commands/PutLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/PutRegistryPolicyCommand.js +2 -2
- package/dist-es/commands/PutRegistryScanningConfigurationCommand.js +2 -2
- package/dist-es/commands/PutReplicationConfigurationCommand.js +2 -2
- package/dist-es/commands/PutSigningConfigurationCommand.js +2 -2
- package/dist-es/commands/RegisterPullTimeUpdateExclusionCommand.js +2 -2
- package/dist-es/commands/SetRepositoryPolicyCommand.js +2 -2
- package/dist-es/commands/StartImageScanCommand.js +2 -2
- package/dist-es/commands/StartLifecyclePolicyPreviewCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateImageStorageClassCommand.js +2 -2
- package/dist-es/commands/UpdatePullThroughCacheRuleCommand.js +2 -2
- package/dist-es/commands/UpdateRepositoryCreationTemplateCommand.js +2 -2
- package/dist-es/commands/UploadLayerPartCommand.js +2 -2
- package/dist-es/commands/ValidatePullThroughCacheRuleCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ECRServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForImageScanComplete.js +1 -1
- package/dist-es/waiters/waitForLifecyclePolicyPreviewComplete.js +1 -1
- package/dist-types/ECR.d.ts +1 -1
- package/dist-types/ECRClient.d.ts +5 -5
- package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteImageCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetImageCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CompleteLayerUploadCommand.d.ts +6 -4
- package/dist-types/commands/CreatePullThroughCacheRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -4
- package/dist-types/commands/CreateRepositoryCreationTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeletePullThroughCacheRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRegistryPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRepositoryCreationTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSigningConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterPullTimeUpdateExclusionCommand.d.ts +6 -4
- package/dist-types/commands/DescribeImageReplicationStatusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeImageScanFindingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeImageSigningStatusCommand.d.ts +6 -4
- package/dist-types/commands/DescribeImagesCommand.d.ts +6 -4
- package/dist-types/commands/DescribePullThroughCacheRulesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRegistryCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRepositoriesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRepositoryCreationTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountSettingCommand.d.ts +6 -4
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +6 -4
- package/dist-types/commands/GetDownloadUrlForLayerCommand.d.ts +6 -4
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetLifecyclePolicyPreviewCommand.d.ts +6 -4
- package/dist-types/commands/GetRegistryPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetRegistryScanningConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetSigningConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/InitiateLayerUploadCommand.d.ts +6 -4
- package/dist-types/commands/ListImageReferrersCommand.d.ts +6 -4
- package/dist-types/commands/ListImagesCommand.d.ts +6 -4
- package/dist-types/commands/ListPullTimeUpdateExclusionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutAccountSettingCommand.d.ts +6 -4
- package/dist-types/commands/PutImageCommand.d.ts +6 -4
- package/dist-types/commands/PutImageScanningConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutImageTagMutabilityCommand.d.ts +6 -4
- package/dist-types/commands/PutLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutRegistryPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutRegistryScanningConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutReplicationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutSigningConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/RegisterPullTimeUpdateExclusionCommand.d.ts +6 -4
- package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +6 -4
- package/dist-types/commands/StartImageScanCommand.d.ts +6 -4
- package/dist-types/commands/StartLifecyclePolicyPreviewCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateImageStorageClassCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePullThroughCacheRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRepositoryCreationTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UploadLayerPartCommand.d.ts +6 -4
- package/dist-types/commands/ValidatePullThroughCacheRuleCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ECRServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ECR.d.ts +1 -1
- package/dist-types/ts3.4/ECRClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRepositoryCreationTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRepositoryCreationTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSigningConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterPullTimeUpdateExclusionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeImageSigningStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRepositoryCreationTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountSettingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSigningConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImageReferrersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPullTimeUpdateExclusionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutSigningConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterPullTimeUpdateExclusionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateImageStorageClassCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePullThroughCacheRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRepositoryCreationTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidatePullThroughCacheRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ECRServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +1 -1
- package/dist-types/waiters/waitForImageScanComplete.d.ts +1 -1
- package/dist-types/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteRepositoryPolicyCommandInput extends DeleteRepositoryPoli
|
|
|
22
22
|
export interface DeleteRepositoryPolicyCommandOutput extends DeleteRepositoryPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteRepositoryPolicyCommand_base: {
|
|
25
|
-
new (input: DeleteRepositoryPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteRepositoryPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the repository policy associated with the specified repository.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { DeleteSigningConfigurationRequest, DeleteSigningConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSigningConfigurationCommandInput extends DeleteSigningCon
|
|
|
22
22
|
export interface DeleteSigningConfigurationCommandOutput extends DeleteSigningConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSigningConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteSigningConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DeleteSigningConfigurationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSigningConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSigningConfigurationCommandInput, DeleteSigningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DeleteSigningConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<DeleteSigningConfigurationCommandInput, DeleteSigningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the registry's signing configuration. Images pushed after deletion of the signing
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { DeregisterPullTimeUpdateExclusionRequest, DeregisterPullTimeUpdateExclusionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeregisterPullTimeUpdateExclusionCommandInput extends Deregiste
|
|
|
22
22
|
export interface DeregisterPullTimeUpdateExclusionCommandOutput extends DeregisterPullTimeUpdateExclusionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeregisterPullTimeUpdateExclusionCommand_base: {
|
|
25
|
-
new (input: DeregisterPullTimeUpdateExclusionCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeregisterPullTimeUpdateExclusionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeregisterPullTimeUpdateExclusionCommandInput): import("@smithy/core/client").CommandImpl<DeregisterPullTimeUpdateExclusionCommandInput, DeregisterPullTimeUpdateExclusionCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeregisterPullTimeUpdateExclusionCommandInput): import("@smithy/core/client").CommandImpl<DeregisterPullTimeUpdateExclusionCommandInput, DeregisterPullTimeUpdateExclusionCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes a principal from the pull time update exclusion list for a registry. Once removed, Amazon ECR will resume updating the pull time if the specified principal pulls an image.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { DescribeImageReplicationStatusRequest, DescribeImageReplicationStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeImageReplicationStatusCommandInput extends DescribeImag
|
|
|
22
22
|
export interface DescribeImageReplicationStatusCommandOutput extends DescribeImageReplicationStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeImageReplicationStatusCommand_base: {
|
|
25
|
-
new (input: DescribeImageReplicationStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeImageReplicationStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeImageReplicationStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeImageReplicationStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the replication status for a specified image.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { DescribeImageScanFindingsRequest, DescribeImageScanFindingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeImageScanFindingsCommandInput extends DescribeImageScan
|
|
|
22
22
|
export interface DescribeImageScanFindingsCommandOutput extends DescribeImageScanFindingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeImageScanFindingsCommand_base: {
|
|
25
|
-
new (input: DescribeImageScanFindingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeImageScanFindingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeImageScanFindingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeImageScanFindingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the scan findings for the specified image.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { DescribeImageSigningStatusRequest, DescribeImageSigningStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeImageSigningStatusCommandInput extends DescribeImageSig
|
|
|
22
22
|
export interface DescribeImageSigningStatusCommandOutput extends DescribeImageSigningStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeImageSigningStatusCommand_base: {
|
|
25
|
-
new (input: DescribeImageSigningStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeImageSigningStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeImageSigningStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageSigningStatusCommandInput, DescribeImageSigningStatusCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeImageSigningStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageSigningStatusCommandInput, DescribeImageSigningStatusCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the signing status for a specified image. If the image matched
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { DescribeImagesRequest, DescribeImagesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeImagesCommandInput extends DescribeImagesRequest {
|
|
|
22
22
|
export interface DescribeImagesCommandOutput extends DescribeImagesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeImagesCommand_base: {
|
|
25
|
-
new (input: DescribeImagesCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeImagesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeImagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeImagesCommandInput, DescribeImagesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeImagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeImagesCommandInput, DescribeImagesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns metadata about the images in a repository.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { DescribePullThroughCacheRulesRequest, DescribePullThroughCacheRulesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribePullThroughCacheRulesCommandInput extends DescribePullT
|
|
|
22
22
|
export interface DescribePullThroughCacheRulesCommandOutput extends DescribePullThroughCacheRulesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribePullThroughCacheRulesCommand_base: {
|
|
25
|
-
new (input: DescribePullThroughCacheRulesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribePullThroughCacheRulesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribePullThroughCacheRulesCommandInput): import("@smithy/core/client").CommandImpl<DescribePullThroughCacheRulesCommandInput, DescribePullThroughCacheRulesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribePullThroughCacheRulesCommandInput]): import("@smithy/core/client").CommandImpl<DescribePullThroughCacheRulesCommandInput, DescribePullThroughCacheRulesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the pull through cache rules for a registry.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { DescribeRegistryRequest, DescribeRegistryResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeRegistryCommandInput extends DescribeRegistryRequest {
|
|
|
22
22
|
export interface DescribeRegistryCommandOutput extends DescribeRegistryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeRegistryCommand_base: {
|
|
25
|
-
new (input: DescribeRegistryCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeRegistryCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeRegistryCommandInput): import("@smithy/core/client").CommandImpl<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeRegistryCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRegistryCommandInput, DescribeRegistryCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the settings for a registry. The replication configuration for a repository
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { DescribeRepositoriesRequest, DescribeRepositoriesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeRepositoriesCommandInput extends DescribeRepositoriesRe
|
|
|
22
22
|
export interface DescribeRepositoriesCommandOutput extends DescribeRepositoriesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeRepositoriesCommand_base: {
|
|
25
|
-
new (input: DescribeRepositoriesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeRepositoriesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeRepositoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeRepositoriesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes image repositories in a registry.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { DescribeRepositoryCreationTemplatesRequest, DescribeRepositoryCreationTemplatesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeRepositoryCreationTemplatesCommandInput extends Describ
|
|
|
22
22
|
export interface DescribeRepositoryCreationTemplatesCommandOutput extends DescribeRepositoryCreationTemplatesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeRepositoryCreationTemplatesCommand_base: {
|
|
25
|
-
new (input: DescribeRepositoryCreationTemplatesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeRepositoryCreationTemplatesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeRepositoryCreationTemplatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeRepositoryCreationTemplatesCommandInput, DescribeRepositoryCreationTemplatesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeRepositoryCreationTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRepositoryCreationTemplatesCommandInput, DescribeRepositoryCreationTemplatesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns details about the repository creation templates in a registry. The
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { GetAccountSettingRequest, GetAccountSettingResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAccountSettingCommandInput extends GetAccountSettingRequest
|
|
|
22
22
|
export interface GetAccountSettingCommandOutput extends GetAccountSettingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAccountSettingCommand_base: {
|
|
25
|
-
new (input: GetAccountSettingCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAccountSettingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAccountSettingCommandInput): import("@smithy/core/client").CommandImpl<GetAccountSettingCommandInput, GetAccountSettingCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAccountSettingCommandInput): import("@smithy/core/client").CommandImpl<GetAccountSettingCommandInput, GetAccountSettingCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the account setting value for the specified setting name.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { GetAuthorizationTokenRequest, GetAuthorizationTokenResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAuthorizationTokenCommandInput extends GetAuthorizationToken
|
|
|
22
22
|
export interface GetAuthorizationTokenCommandOutput extends GetAuthorizationTokenResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAuthorizationTokenCommand_base: {
|
|
25
|
-
new (input: GetAuthorizationTokenCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetAuthorizationTokenCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAuthorizationTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetAuthorizationTokenCommandInput]): import("@smithy/core/client").CommandImpl<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves an authorization token. An authorization token represents your IAM
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { GetDownloadUrlForLayerRequest, GetDownloadUrlForLayerResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDownloadUrlForLayerCommandInput extends GetDownloadUrlForLay
|
|
|
22
22
|
export interface GetDownloadUrlForLayerCommandOutput extends GetDownloadUrlForLayerResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDownloadUrlForLayerCommand_base: {
|
|
25
|
-
new (input: GetDownloadUrlForLayerCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDownloadUrlForLayerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDownloadUrlForLayerCommandInput): import("@smithy/core/client").CommandImpl<GetDownloadUrlForLayerCommandInput, GetDownloadUrlForLayerCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDownloadUrlForLayerCommandInput): import("@smithy/core/client").CommandImpl<GetDownloadUrlForLayerCommandInput, GetDownloadUrlForLayerCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You can
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { GetLifecyclePolicyRequest, GetLifecyclePolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLifecyclePolicyCommandInput extends GetLifecyclePolicyReques
|
|
|
22
22
|
export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLifecyclePolicyCommand_base: {
|
|
25
|
-
new (input: GetLifecyclePolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLifecyclePolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetLifecyclePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetLifecyclePolicyCommandInput): import("@smithy/core/client").CommandImpl<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the lifecycle policy for the specified repository.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { GetLifecyclePolicyPreviewRequest, GetLifecyclePolicyPreviewResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLifecyclePolicyPreviewCommandInput extends GetLifecyclePolic
|
|
|
22
22
|
export interface GetLifecyclePolicyPreviewCommandOutput extends GetLifecyclePolicyPreviewResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLifecyclePolicyPreviewCommand_base: {
|
|
25
|
-
new (input: GetLifecyclePolicyPreviewCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetLifecyclePolicyPreviewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetLifecyclePolicyPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetLifecyclePolicyPreviewCommandInput, GetLifecyclePolicyPreviewCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetLifecyclePolicyPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetLifecyclePolicyPreviewCommandInput, GetLifecyclePolicyPreviewCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the results of the lifecycle policy preview request for the specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { GetRegistryPolicyRequest, GetRegistryPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRegistryPolicyCommandInput extends GetRegistryPolicyRequest
|
|
|
22
22
|
export interface GetRegistryPolicyCommandOutput extends GetRegistryPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRegistryPolicyCommand_base: {
|
|
25
|
-
new (input: GetRegistryPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetRegistryPolicyCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRegistryPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetRegistryPolicyCommandInput, GetRegistryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetRegistryPolicyCommandInput]): import("@smithy/core/client").CommandImpl<GetRegistryPolicyCommandInput, GetRegistryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the permissions policy for a registry.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { GetRegistryScanningConfigurationRequest, GetRegistryScanningConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRegistryScanningConfigurationCommandInput extends GetRegistr
|
|
|
22
22
|
export interface GetRegistryScanningConfigurationCommandOutput extends GetRegistryScanningConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRegistryScanningConfigurationCommand_base: {
|
|
25
|
-
new (input: GetRegistryScanningConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetRegistryScanningConfigurationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRegistryScanningConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetRegistryScanningConfigurationCommandInput, GetRegistryScanningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetRegistryScanningConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetRegistryScanningConfigurationCommandInput, GetRegistryScanningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the scanning configuration for a registry.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { GetRepositoryPolicyRequest, GetRepositoryPolicyResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRepositoryPolicyCommandInput extends GetRepositoryPolicyRequ
|
|
|
22
22
|
export interface GetRepositoryPolicyCommandOutput extends GetRepositoryPolicyResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRepositoryPolicyCommand_base: {
|
|
25
|
-
new (input: GetRepositoryPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRepositoryPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the repository policy for the specified repository.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { GetSigningConfigurationRequest, GetSigningConfigurationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSigningConfigurationCommandInput extends GetSigningConfigura
|
|
|
22
22
|
export interface GetSigningConfigurationCommandOutput extends GetSigningConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSigningConfigurationCommand_base: {
|
|
25
|
-
new (input: GetSigningConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetSigningConfigurationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSigningConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSigningConfigurationCommandInput, GetSigningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetSigningConfigurationCommandInput]): import("@smithy/core/client").CommandImpl<GetSigningConfigurationCommandInput, GetSigningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the registry's signing configuration, which defines
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { InitiateLayerUploadRequest, InitiateLayerUploadResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface InitiateLayerUploadCommandInput extends InitiateLayerUploadRequ
|
|
|
22
22
|
export interface InitiateLayerUploadCommandOutput extends InitiateLayerUploadResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const InitiateLayerUploadCommand_base: {
|
|
25
|
-
new (input: InitiateLayerUploadCommandInput): import("@smithy/
|
|
26
|
-
new (input: InitiateLayerUploadCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: InitiateLayerUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: InitiateLayerUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Notifies Amazon ECR that you intend to upload an image layer.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { ListImageReferrersRequest, ListImageReferrersResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListImageReferrersCommandInput extends ListImageReferrersReques
|
|
|
22
22
|
export interface ListImageReferrersCommandOutput extends ListImageReferrersResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListImageReferrersCommand_base: {
|
|
25
|
-
new (input: ListImageReferrersCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListImageReferrersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListImageReferrersCommandInput): import("@smithy/core/client").CommandImpl<ListImageReferrersCommandInput, ListImageReferrersCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListImageReferrersCommandInput): import("@smithy/core/client").CommandImpl<ListImageReferrersCommandInput, ListImageReferrersCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the artifacts associated with a specified subject image.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { ListImagesRequest, ListImagesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListImagesCommandInput extends ListImagesRequest {
|
|
|
22
22
|
export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListImagesCommand_base: {
|
|
25
|
-
new (input: ListImagesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListImagesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListImagesCommandInput): import("@smithy/core/client").CommandImpl<ListImagesCommandInput, ListImagesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListImagesCommandInput): import("@smithy/core/client").CommandImpl<ListImagesCommandInput, ListImagesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all the image IDs for the specified repository.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { ListPullTimeUpdateExclusionsRequest, ListPullTimeUpdateExclusionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPullTimeUpdateExclusionsCommandInput extends ListPullTimeUp
|
|
|
22
22
|
export interface ListPullTimeUpdateExclusionsCommandOutput extends ListPullTimeUpdateExclusionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPullTimeUpdateExclusionsCommand_base: {
|
|
25
|
-
new (input: ListPullTimeUpdateExclusionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListPullTimeUpdateExclusionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPullTimeUpdateExclusionsCommandInput): import("@smithy/core/client").CommandImpl<ListPullTimeUpdateExclusionsCommandInput, ListPullTimeUpdateExclusionsCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListPullTimeUpdateExclusionsCommandInput]): import("@smithy/core/client").CommandImpl<ListPullTimeUpdateExclusionsCommandInput, ListPullTimeUpdateExclusionsCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the IAM principals that are excluded from having their image pull times recorded.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the tags for an Amazon ECR resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
4
4
|
import type { PutAccountSettingRequest, PutAccountSettingResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutAccountSettingCommandInput extends PutAccountSettingRequest
|
|
|
22
22
|
export interface PutAccountSettingCommandOutput extends PutAccountSettingResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutAccountSettingCommand_base: {
|
|
25
|
-
new (input: PutAccountSettingCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutAccountSettingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutAccountSettingCommandInput): import("@smithy/core/client").CommandImpl<PutAccountSettingCommandInput, PutAccountSettingCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutAccountSettingCommandInput): import("@smithy/core/client").CommandImpl<PutAccountSettingCommandInput, PutAccountSettingCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Allows you to change the basic scan type version or registry policy scope.</p>
|