@aws-sdk/client-ecr 3.490.0 → 3.496.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/ECR.js +1 -97
- package/dist-cjs/ECRClient.js +1 -43
- package/dist-cjs/commands/BatchCheckLayerAvailabilityCommand.js +1 -28
- package/dist-cjs/commands/BatchDeleteImageCommand.js +1 -28
- package/dist-cjs/commands/BatchGetImageCommand.js +1 -28
- package/dist-cjs/commands/BatchGetRepositoryScanningConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CompleteLayerUploadCommand.js +1 -28
- package/dist-cjs/commands/CreatePullThroughCacheRuleCommand.js +1 -28
- package/dist-cjs/commands/CreateRepositoryCommand.js +1 -28
- package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +1 -28
- package/dist-cjs/commands/DeletePullThroughCacheRuleCommand.js +1 -28
- package/dist-cjs/commands/DeleteRegistryPolicyCommand.js +1 -28
- package/dist-cjs/commands/DeleteRepositoryCommand.js +1 -28
- package/dist-cjs/commands/DeleteRepositoryPolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeImageReplicationStatusCommand.js +1 -28
- package/dist-cjs/commands/DescribeImageScanFindingsCommand.js +1 -28
- package/dist-cjs/commands/DescribeImagesCommand.js +1 -28
- package/dist-cjs/commands/DescribePullThroughCacheRulesCommand.js +1 -28
- package/dist-cjs/commands/DescribeRegistryCommand.js +1 -28
- package/dist-cjs/commands/DescribeRepositoriesCommand.js +1 -28
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js +1 -28
- package/dist-cjs/commands/GetDownloadUrlForLayerCommand.js +1 -28
- package/dist-cjs/commands/GetLifecyclePolicyCommand.js +1 -28
- package/dist-cjs/commands/GetLifecyclePolicyPreviewCommand.js +1 -28
- package/dist-cjs/commands/GetRegistryPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetRegistryScanningConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetRepositoryPolicyCommand.js +1 -28
- package/dist-cjs/commands/InitiateLayerUploadCommand.js +1 -28
- package/dist-cjs/commands/ListImagesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PutImageCommand.js +1 -28
- package/dist-cjs/commands/PutImageScanningConfigurationCommand.js +1 -28
- package/dist-cjs/commands/PutImageTagMutabilityCommand.js +1 -28
- package/dist-cjs/commands/PutLifecyclePolicyCommand.js +1 -28
- package/dist-cjs/commands/PutRegistryPolicyCommand.js +1 -28
- package/dist-cjs/commands/PutRegistryScanningConfigurationCommand.js +1 -28
- package/dist-cjs/commands/PutReplicationConfigurationCommand.js +1 -28
- package/dist-cjs/commands/SetRepositoryPolicyCommand.js +1 -28
- package/dist-cjs/commands/StartImageScanCommand.js +1 -28
- package/dist-cjs/commands/StartLifecyclePolicyPreviewCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdatePullThroughCacheRuleCommand.js +1 -28
- package/dist-cjs/commands/UploadLayerPartCommand.js +1 -28
- package/dist-cjs/commands/ValidatePullThroughCacheRuleCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -46
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4822 -12
- package/dist-cjs/models/ECRServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -595
- package/dist-cjs/pagination/DescribeImageScanFindingsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeImagesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribePullThroughCacheRulesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeRepositoriesPaginator.js +1 -7
- package/dist-cjs/pagination/GetLifecyclePolicyPreviewPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListImagesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -10
- package/dist-cjs/protocols/Aws_json1_1.js +1 -2934
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -5
- package/dist-cjs/waiters/waitForImageScanComplete.js +1 -45
- package/dist-cjs/waiters/waitForLifecyclePolicyPreviewComplete.js +1 -45
- package/package.json +41 -41
package/dist-cjs/ECR.js
CHANGED
|
@@ -1,97 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ECR = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const BatchCheckLayerAvailabilityCommand_1 = require("./commands/BatchCheckLayerAvailabilityCommand");
|
|
6
|
-
const BatchDeleteImageCommand_1 = require("./commands/BatchDeleteImageCommand");
|
|
7
|
-
const BatchGetImageCommand_1 = require("./commands/BatchGetImageCommand");
|
|
8
|
-
const BatchGetRepositoryScanningConfigurationCommand_1 = require("./commands/BatchGetRepositoryScanningConfigurationCommand");
|
|
9
|
-
const CompleteLayerUploadCommand_1 = require("./commands/CompleteLayerUploadCommand");
|
|
10
|
-
const CreatePullThroughCacheRuleCommand_1 = require("./commands/CreatePullThroughCacheRuleCommand");
|
|
11
|
-
const CreateRepositoryCommand_1 = require("./commands/CreateRepositoryCommand");
|
|
12
|
-
const DeleteLifecyclePolicyCommand_1 = require("./commands/DeleteLifecyclePolicyCommand");
|
|
13
|
-
const DeletePullThroughCacheRuleCommand_1 = require("./commands/DeletePullThroughCacheRuleCommand");
|
|
14
|
-
const DeleteRegistryPolicyCommand_1 = require("./commands/DeleteRegistryPolicyCommand");
|
|
15
|
-
const DeleteRepositoryCommand_1 = require("./commands/DeleteRepositoryCommand");
|
|
16
|
-
const DeleteRepositoryPolicyCommand_1 = require("./commands/DeleteRepositoryPolicyCommand");
|
|
17
|
-
const DescribeImageReplicationStatusCommand_1 = require("./commands/DescribeImageReplicationStatusCommand");
|
|
18
|
-
const DescribeImageScanFindingsCommand_1 = require("./commands/DescribeImageScanFindingsCommand");
|
|
19
|
-
const DescribeImagesCommand_1 = require("./commands/DescribeImagesCommand");
|
|
20
|
-
const DescribePullThroughCacheRulesCommand_1 = require("./commands/DescribePullThroughCacheRulesCommand");
|
|
21
|
-
const DescribeRegistryCommand_1 = require("./commands/DescribeRegistryCommand");
|
|
22
|
-
const DescribeRepositoriesCommand_1 = require("./commands/DescribeRepositoriesCommand");
|
|
23
|
-
const GetAuthorizationTokenCommand_1 = require("./commands/GetAuthorizationTokenCommand");
|
|
24
|
-
const GetDownloadUrlForLayerCommand_1 = require("./commands/GetDownloadUrlForLayerCommand");
|
|
25
|
-
const GetLifecyclePolicyCommand_1 = require("./commands/GetLifecyclePolicyCommand");
|
|
26
|
-
const GetLifecyclePolicyPreviewCommand_1 = require("./commands/GetLifecyclePolicyPreviewCommand");
|
|
27
|
-
const GetRegistryPolicyCommand_1 = require("./commands/GetRegistryPolicyCommand");
|
|
28
|
-
const GetRegistryScanningConfigurationCommand_1 = require("./commands/GetRegistryScanningConfigurationCommand");
|
|
29
|
-
const GetRepositoryPolicyCommand_1 = require("./commands/GetRepositoryPolicyCommand");
|
|
30
|
-
const InitiateLayerUploadCommand_1 = require("./commands/InitiateLayerUploadCommand");
|
|
31
|
-
const ListImagesCommand_1 = require("./commands/ListImagesCommand");
|
|
32
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
33
|
-
const PutImageCommand_1 = require("./commands/PutImageCommand");
|
|
34
|
-
const PutImageScanningConfigurationCommand_1 = require("./commands/PutImageScanningConfigurationCommand");
|
|
35
|
-
const PutImageTagMutabilityCommand_1 = require("./commands/PutImageTagMutabilityCommand");
|
|
36
|
-
const PutLifecyclePolicyCommand_1 = require("./commands/PutLifecyclePolicyCommand");
|
|
37
|
-
const PutRegistryPolicyCommand_1 = require("./commands/PutRegistryPolicyCommand");
|
|
38
|
-
const PutRegistryScanningConfigurationCommand_1 = require("./commands/PutRegistryScanningConfigurationCommand");
|
|
39
|
-
const PutReplicationConfigurationCommand_1 = require("./commands/PutReplicationConfigurationCommand");
|
|
40
|
-
const SetRepositoryPolicyCommand_1 = require("./commands/SetRepositoryPolicyCommand");
|
|
41
|
-
const StartImageScanCommand_1 = require("./commands/StartImageScanCommand");
|
|
42
|
-
const StartLifecyclePolicyPreviewCommand_1 = require("./commands/StartLifecyclePolicyPreviewCommand");
|
|
43
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
44
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
45
|
-
const UpdatePullThroughCacheRuleCommand_1 = require("./commands/UpdatePullThroughCacheRuleCommand");
|
|
46
|
-
const UploadLayerPartCommand_1 = require("./commands/UploadLayerPartCommand");
|
|
47
|
-
const ValidatePullThroughCacheRuleCommand_1 = require("./commands/ValidatePullThroughCacheRuleCommand");
|
|
48
|
-
const ECRClient_1 = require("./ECRClient");
|
|
49
|
-
const commands = {
|
|
50
|
-
BatchCheckLayerAvailabilityCommand: BatchCheckLayerAvailabilityCommand_1.BatchCheckLayerAvailabilityCommand,
|
|
51
|
-
BatchDeleteImageCommand: BatchDeleteImageCommand_1.BatchDeleteImageCommand,
|
|
52
|
-
BatchGetImageCommand: BatchGetImageCommand_1.BatchGetImageCommand,
|
|
53
|
-
BatchGetRepositoryScanningConfigurationCommand: BatchGetRepositoryScanningConfigurationCommand_1.BatchGetRepositoryScanningConfigurationCommand,
|
|
54
|
-
CompleteLayerUploadCommand: CompleteLayerUploadCommand_1.CompleteLayerUploadCommand,
|
|
55
|
-
CreatePullThroughCacheRuleCommand: CreatePullThroughCacheRuleCommand_1.CreatePullThroughCacheRuleCommand,
|
|
56
|
-
CreateRepositoryCommand: CreateRepositoryCommand_1.CreateRepositoryCommand,
|
|
57
|
-
DeleteLifecyclePolicyCommand: DeleteLifecyclePolicyCommand_1.DeleteLifecyclePolicyCommand,
|
|
58
|
-
DeletePullThroughCacheRuleCommand: DeletePullThroughCacheRuleCommand_1.DeletePullThroughCacheRuleCommand,
|
|
59
|
-
DeleteRegistryPolicyCommand: DeleteRegistryPolicyCommand_1.DeleteRegistryPolicyCommand,
|
|
60
|
-
DeleteRepositoryCommand: DeleteRepositoryCommand_1.DeleteRepositoryCommand,
|
|
61
|
-
DeleteRepositoryPolicyCommand: DeleteRepositoryPolicyCommand_1.DeleteRepositoryPolicyCommand,
|
|
62
|
-
DescribeImageReplicationStatusCommand: DescribeImageReplicationStatusCommand_1.DescribeImageReplicationStatusCommand,
|
|
63
|
-
DescribeImagesCommand: DescribeImagesCommand_1.DescribeImagesCommand,
|
|
64
|
-
DescribeImageScanFindingsCommand: DescribeImageScanFindingsCommand_1.DescribeImageScanFindingsCommand,
|
|
65
|
-
DescribePullThroughCacheRulesCommand: DescribePullThroughCacheRulesCommand_1.DescribePullThroughCacheRulesCommand,
|
|
66
|
-
DescribeRegistryCommand: DescribeRegistryCommand_1.DescribeRegistryCommand,
|
|
67
|
-
DescribeRepositoriesCommand: DescribeRepositoriesCommand_1.DescribeRepositoriesCommand,
|
|
68
|
-
GetAuthorizationTokenCommand: GetAuthorizationTokenCommand_1.GetAuthorizationTokenCommand,
|
|
69
|
-
GetDownloadUrlForLayerCommand: GetDownloadUrlForLayerCommand_1.GetDownloadUrlForLayerCommand,
|
|
70
|
-
GetLifecyclePolicyCommand: GetLifecyclePolicyCommand_1.GetLifecyclePolicyCommand,
|
|
71
|
-
GetLifecyclePolicyPreviewCommand: GetLifecyclePolicyPreviewCommand_1.GetLifecyclePolicyPreviewCommand,
|
|
72
|
-
GetRegistryPolicyCommand: GetRegistryPolicyCommand_1.GetRegistryPolicyCommand,
|
|
73
|
-
GetRegistryScanningConfigurationCommand: GetRegistryScanningConfigurationCommand_1.GetRegistryScanningConfigurationCommand,
|
|
74
|
-
GetRepositoryPolicyCommand: GetRepositoryPolicyCommand_1.GetRepositoryPolicyCommand,
|
|
75
|
-
InitiateLayerUploadCommand: InitiateLayerUploadCommand_1.InitiateLayerUploadCommand,
|
|
76
|
-
ListImagesCommand: ListImagesCommand_1.ListImagesCommand,
|
|
77
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
78
|
-
PutImageCommand: PutImageCommand_1.PutImageCommand,
|
|
79
|
-
PutImageScanningConfigurationCommand: PutImageScanningConfigurationCommand_1.PutImageScanningConfigurationCommand,
|
|
80
|
-
PutImageTagMutabilityCommand: PutImageTagMutabilityCommand_1.PutImageTagMutabilityCommand,
|
|
81
|
-
PutLifecyclePolicyCommand: PutLifecyclePolicyCommand_1.PutLifecyclePolicyCommand,
|
|
82
|
-
PutRegistryPolicyCommand: PutRegistryPolicyCommand_1.PutRegistryPolicyCommand,
|
|
83
|
-
PutRegistryScanningConfigurationCommand: PutRegistryScanningConfigurationCommand_1.PutRegistryScanningConfigurationCommand,
|
|
84
|
-
PutReplicationConfigurationCommand: PutReplicationConfigurationCommand_1.PutReplicationConfigurationCommand,
|
|
85
|
-
SetRepositoryPolicyCommand: SetRepositoryPolicyCommand_1.SetRepositoryPolicyCommand,
|
|
86
|
-
StartImageScanCommand: StartImageScanCommand_1.StartImageScanCommand,
|
|
87
|
-
StartLifecyclePolicyPreviewCommand: StartLifecyclePolicyPreviewCommand_1.StartLifecyclePolicyPreviewCommand,
|
|
88
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
89
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
90
|
-
UpdatePullThroughCacheRuleCommand: UpdatePullThroughCacheRuleCommand_1.UpdatePullThroughCacheRuleCommand,
|
|
91
|
-
UploadLayerPartCommand: UploadLayerPartCommand_1.UploadLayerPartCommand,
|
|
92
|
-
ValidatePullThroughCacheRuleCommand: ValidatePullThroughCacheRuleCommand_1.ValidatePullThroughCacheRuleCommand,
|
|
93
|
-
};
|
|
94
|
-
class ECR extends ECRClient_1.ECRClient {
|
|
95
|
-
}
|
|
96
|
-
exports.ECR = ECR;
|
|
97
|
-
(0, smithy_client_1.createAggregatedClient)(commands, ECR);
|
|
1
|
+
module.exports = require("./index.js");
|
package/dist-cjs/ECRClient.js
CHANGED
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ECRClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class ECRClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.ECRClient = ECRClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchCheckLayerAvailabilityCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class BatchCheckLayerAvailabilityCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "BatchCheckLayerAvailability", {})
|
|
22
|
-
.n("ECRClient", "BatchCheckLayerAvailabilityCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_BatchCheckLayerAvailabilityCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_BatchCheckLayerAvailabilityCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchCheckLayerAvailabilityCommand = BatchCheckLayerAvailabilityCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchDeleteImageCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class BatchDeleteImageCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "BatchDeleteImage", {})
|
|
22
|
-
.n("ECRClient", "BatchDeleteImageCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_BatchDeleteImageCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_BatchDeleteImageCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchDeleteImageCommand = BatchDeleteImageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchGetImageCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class BatchGetImageCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "BatchGetImage", {})
|
|
22
|
-
.n("ECRClient", "BatchGetImageCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_BatchGetImageCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_BatchGetImageCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchGetImageCommand = BatchGetImageCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchGetRepositoryScanningConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class BatchGetRepositoryScanningConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "BatchGetRepositoryScanningConfiguration", {})
|
|
22
|
-
.n("ECRClient", "BatchGetRepositoryScanningConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_BatchGetRepositoryScanningConfigurationCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_BatchGetRepositoryScanningConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.BatchGetRepositoryScanningConfigurationCommand = BatchGetRepositoryScanningConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CompleteLayerUploadCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CompleteLayerUploadCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "CompleteLayerUpload", {})
|
|
22
|
-
.n("ECRClient", "CompleteLayerUploadCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CompleteLayerUploadCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CompleteLayerUploadCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CompleteLayerUploadCommand = CompleteLayerUploadCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePullThroughCacheRuleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreatePullThroughCacheRuleCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "CreatePullThroughCacheRule", {})
|
|
22
|
-
.n("ECRClient", "CreatePullThroughCacheRuleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreatePullThroughCacheRuleCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreatePullThroughCacheRuleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePullThroughCacheRuleCommand = CreatePullThroughCacheRuleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateRepositoryCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateRepositoryCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "CreateRepository", {})
|
|
22
|
-
.n("ECRClient", "CreateRepositoryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_CreateRepositoryCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_CreateRepositoryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateRepositoryCommand = CreateRepositoryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteLifecyclePolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteLifecyclePolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "DeleteLifecyclePolicy", {})
|
|
22
|
-
.n("ECRClient", "DeleteLifecyclePolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteLifecyclePolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteLifecyclePolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteLifecyclePolicyCommand = DeleteLifecyclePolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePullThroughCacheRuleCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeletePullThroughCacheRuleCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "DeletePullThroughCacheRule", {})
|
|
22
|
-
.n("ECRClient", "DeletePullThroughCacheRuleCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeletePullThroughCacheRuleCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeletePullThroughCacheRuleCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeletePullThroughCacheRuleCommand = DeletePullThroughCacheRuleCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteRegistryPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteRegistryPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "DeleteRegistryPolicy", {})
|
|
22
|
-
.n("ECRClient", "DeleteRegistryPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteRegistryPolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteRegistryPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteRegistryPolicyCommand = DeleteRegistryPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteRepositoryCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteRepositoryCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "DeleteRepository", {})
|
|
22
|
-
.n("ECRClient", "DeleteRepositoryCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteRepositoryCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteRepositoryCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteRepositoryCommand = DeleteRepositoryCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteRepositoryPolicyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DeleteRepositoryPolicyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "DeleteRepositoryPolicy", {})
|
|
22
|
-
.n("ECRClient", "DeleteRepositoryPolicyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DeleteRepositoryPolicyCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DeleteRepositoryPolicyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteRepositoryPolicyCommand = DeleteRepositoryPolicyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeImageReplicationStatusCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeImageReplicationStatusCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "DescribeImageReplicationStatus", {})
|
|
22
|
-
.n("ECRClient", "DescribeImageReplicationStatusCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeImageReplicationStatusCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeImageReplicationStatusCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeImageReplicationStatusCommand = DescribeImageReplicationStatusCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeImageScanFindingsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeImageScanFindingsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "DescribeImageScanFindings", {})
|
|
22
|
-
.n("ECRClient", "DescribeImageScanFindingsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeImageScanFindingsCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeImageScanFindingsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeImageScanFindingsCommand = DescribeImageScanFindingsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeImagesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribeImagesCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "DescribeImages", {})
|
|
22
|
-
.n("ECRClient", "DescribeImagesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribeImagesCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribeImagesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribeImagesCommand = DescribeImagesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribePullThroughCacheRulesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class DescribePullThroughCacheRulesCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonEC2ContainerRegistry_V20150921", "DescribePullThroughCacheRules", {})
|
|
22
|
-
.n("ECRClient", "DescribePullThroughCacheRulesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_json1_1_1.se_DescribePullThroughCacheRulesCommand)
|
|
25
|
-
.de(Aws_json1_1_1.de_DescribePullThroughCacheRulesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DescribePullThroughCacheRulesCommand = DescribePullThroughCacheRulesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|