@aws-sdk/client-ecr 3.1045.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
package/dist-cjs/index.js
CHANGED
|
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
|
|
|
4
4
|
var middlewareLogger = require('@aws-sdk/middleware-logger');
|
|
5
5
|
var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
|
-
var configResolver = require('@smithy/config-resolver');
|
|
8
7
|
var core = require('@smithy/core');
|
|
8
|
+
var client = require('@smithy/core/client');
|
|
9
|
+
var config = require('@smithy/core/config');
|
|
10
|
+
var endpoints = require('@smithy/core/endpoints');
|
|
11
|
+
var protocols = require('@smithy/core/protocols');
|
|
12
|
+
var retry = require('@smithy/core/retry');
|
|
9
13
|
var schema = require('@smithy/core/schema');
|
|
10
|
-
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
11
|
-
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
12
|
-
var middlewareRetry = require('@smithy/middleware-retry');
|
|
13
|
-
var smithyClient = require('@smithy/smithy-client');
|
|
14
14
|
var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
|
-
var protocolHttp = require('@smithy/protocol-http');
|
|
18
17
|
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
-
var utilWaiter = require('@smithy/util-waiter');
|
|
20
18
|
var errors = require('./models/errors');
|
|
21
19
|
var ECRServiceException = require('./models/ECRServiceException');
|
|
22
20
|
|
|
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
74
72
|
};
|
|
75
73
|
|
|
76
74
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
77
|
-
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig),
|
|
75
|
+
const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
78
76
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
79
|
-
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration),
|
|
77
|
+
return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
80
78
|
};
|
|
81
79
|
|
|
82
|
-
class ECRClient extends
|
|
80
|
+
class ECRClient extends client.Client {
|
|
83
81
|
config;
|
|
84
82
|
constructor(...[configuration]) {
|
|
85
83
|
const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
|
|
@@ -87,17 +85,17 @@ class ECRClient extends smithyClient.Client {
|
|
|
87
85
|
this.initConfig = _config_0;
|
|
88
86
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
89
87
|
const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
|
|
90
|
-
const _config_3 =
|
|
91
|
-
const _config_4 =
|
|
88
|
+
const _config_3 = retry.resolveRetryConfig(_config_2);
|
|
89
|
+
const _config_4 = config.resolveRegionConfig(_config_3);
|
|
92
90
|
const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
|
|
93
|
-
const _config_6 =
|
|
91
|
+
const _config_6 = endpoints.resolveEndpointConfig(_config_5);
|
|
94
92
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
95
93
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
96
94
|
this.config = _config_8;
|
|
97
95
|
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
98
96
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
99
|
-
this.middlewareStack.use(
|
|
100
|
-
this.middlewareStack.use(
|
|
97
|
+
this.middlewareStack.use(retry.getRetryPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
|
|
101
99
|
this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
|
|
102
100
|
this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
|
|
103
101
|
this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
|
|
@@ -114,11 +112,11 @@ class ECRClient extends smithyClient.Client {
|
|
|
114
112
|
}
|
|
115
113
|
}
|
|
116
114
|
|
|
117
|
-
class BatchCheckLayerAvailabilityCommand extends
|
|
115
|
+
class BatchCheckLayerAvailabilityCommand extends client.Command
|
|
118
116
|
.classBuilder()
|
|
119
117
|
.ep(commonParams)
|
|
120
118
|
.m(function (Command, cs, config, o) {
|
|
121
|
-
return [
|
|
119
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
122
120
|
})
|
|
123
121
|
.s("AmazonEC2ContainerRegistry_V20150921", "BatchCheckLayerAvailability", {})
|
|
124
122
|
.n("ECRClient", "BatchCheckLayerAvailabilityCommand")
|
|
@@ -126,11 +124,11 @@ class BatchCheckLayerAvailabilityCommand extends smithyClient.Command
|
|
|
126
124
|
.build() {
|
|
127
125
|
}
|
|
128
126
|
|
|
129
|
-
class BatchDeleteImageCommand extends
|
|
127
|
+
class BatchDeleteImageCommand extends client.Command
|
|
130
128
|
.classBuilder()
|
|
131
129
|
.ep(commonParams)
|
|
132
130
|
.m(function (Command, cs, config, o) {
|
|
133
|
-
return [
|
|
131
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
134
132
|
})
|
|
135
133
|
.s("AmazonEC2ContainerRegistry_V20150921", "BatchDeleteImage", {})
|
|
136
134
|
.n("ECRClient", "BatchDeleteImageCommand")
|
|
@@ -138,11 +136,11 @@ class BatchDeleteImageCommand extends smithyClient.Command
|
|
|
138
136
|
.build() {
|
|
139
137
|
}
|
|
140
138
|
|
|
141
|
-
class BatchGetImageCommand extends
|
|
139
|
+
class BatchGetImageCommand extends client.Command
|
|
142
140
|
.classBuilder()
|
|
143
141
|
.ep(commonParams)
|
|
144
142
|
.m(function (Command, cs, config, o) {
|
|
145
|
-
return [
|
|
143
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
146
144
|
})
|
|
147
145
|
.s("AmazonEC2ContainerRegistry_V20150921", "BatchGetImage", {})
|
|
148
146
|
.n("ECRClient", "BatchGetImageCommand")
|
|
@@ -150,11 +148,11 @@ class BatchGetImageCommand extends smithyClient.Command
|
|
|
150
148
|
.build() {
|
|
151
149
|
}
|
|
152
150
|
|
|
153
|
-
class BatchGetRepositoryScanningConfigurationCommand extends
|
|
151
|
+
class BatchGetRepositoryScanningConfigurationCommand extends client.Command
|
|
154
152
|
.classBuilder()
|
|
155
153
|
.ep(commonParams)
|
|
156
154
|
.m(function (Command, cs, config, o) {
|
|
157
|
-
return [
|
|
155
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
158
156
|
})
|
|
159
157
|
.s("AmazonEC2ContainerRegistry_V20150921", "BatchGetRepositoryScanningConfiguration", {})
|
|
160
158
|
.n("ECRClient", "BatchGetRepositoryScanningConfigurationCommand")
|
|
@@ -162,11 +160,11 @@ class BatchGetRepositoryScanningConfigurationCommand extends smithyClient.Comman
|
|
|
162
160
|
.build() {
|
|
163
161
|
}
|
|
164
162
|
|
|
165
|
-
class CompleteLayerUploadCommand extends
|
|
163
|
+
class CompleteLayerUploadCommand extends client.Command
|
|
166
164
|
.classBuilder()
|
|
167
165
|
.ep(commonParams)
|
|
168
166
|
.m(function (Command, cs, config, o) {
|
|
169
|
-
return [
|
|
167
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
170
168
|
})
|
|
171
169
|
.s("AmazonEC2ContainerRegistry_V20150921", "CompleteLayerUpload", {})
|
|
172
170
|
.n("ECRClient", "CompleteLayerUploadCommand")
|
|
@@ -174,11 +172,11 @@ class CompleteLayerUploadCommand extends smithyClient.Command
|
|
|
174
172
|
.build() {
|
|
175
173
|
}
|
|
176
174
|
|
|
177
|
-
class CreatePullThroughCacheRuleCommand extends
|
|
175
|
+
class CreatePullThroughCacheRuleCommand extends client.Command
|
|
178
176
|
.classBuilder()
|
|
179
177
|
.ep(commonParams)
|
|
180
178
|
.m(function (Command, cs, config, o) {
|
|
181
|
-
return [
|
|
179
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
182
180
|
})
|
|
183
181
|
.s("AmazonEC2ContainerRegistry_V20150921", "CreatePullThroughCacheRule", {})
|
|
184
182
|
.n("ECRClient", "CreatePullThroughCacheRuleCommand")
|
|
@@ -186,11 +184,11 @@ class CreatePullThroughCacheRuleCommand extends smithyClient.Command
|
|
|
186
184
|
.build() {
|
|
187
185
|
}
|
|
188
186
|
|
|
189
|
-
class CreateRepositoryCommand extends
|
|
187
|
+
class CreateRepositoryCommand extends client.Command
|
|
190
188
|
.classBuilder()
|
|
191
189
|
.ep(commonParams)
|
|
192
190
|
.m(function (Command, cs, config, o) {
|
|
193
|
-
return [
|
|
191
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
194
192
|
})
|
|
195
193
|
.s("AmazonEC2ContainerRegistry_V20150921", "CreateRepository", {})
|
|
196
194
|
.n("ECRClient", "CreateRepositoryCommand")
|
|
@@ -198,11 +196,11 @@ class CreateRepositoryCommand extends smithyClient.Command
|
|
|
198
196
|
.build() {
|
|
199
197
|
}
|
|
200
198
|
|
|
201
|
-
class CreateRepositoryCreationTemplateCommand extends
|
|
199
|
+
class CreateRepositoryCreationTemplateCommand extends client.Command
|
|
202
200
|
.classBuilder()
|
|
203
201
|
.ep(commonParams)
|
|
204
202
|
.m(function (Command, cs, config, o) {
|
|
205
|
-
return [
|
|
203
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
206
204
|
})
|
|
207
205
|
.s("AmazonEC2ContainerRegistry_V20150921", "CreateRepositoryCreationTemplate", {})
|
|
208
206
|
.n("ECRClient", "CreateRepositoryCreationTemplateCommand")
|
|
@@ -210,11 +208,11 @@ class CreateRepositoryCreationTemplateCommand extends smithyClient.Command
|
|
|
210
208
|
.build() {
|
|
211
209
|
}
|
|
212
210
|
|
|
213
|
-
class DeleteLifecyclePolicyCommand extends
|
|
211
|
+
class DeleteLifecyclePolicyCommand extends client.Command
|
|
214
212
|
.classBuilder()
|
|
215
213
|
.ep(commonParams)
|
|
216
214
|
.m(function (Command, cs, config, o) {
|
|
217
|
-
return [
|
|
215
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
218
216
|
})
|
|
219
217
|
.s("AmazonEC2ContainerRegistry_V20150921", "DeleteLifecyclePolicy", {})
|
|
220
218
|
.n("ECRClient", "DeleteLifecyclePolicyCommand")
|
|
@@ -222,11 +220,11 @@ class DeleteLifecyclePolicyCommand extends smithyClient.Command
|
|
|
222
220
|
.build() {
|
|
223
221
|
}
|
|
224
222
|
|
|
225
|
-
class DeletePullThroughCacheRuleCommand extends
|
|
223
|
+
class DeletePullThroughCacheRuleCommand extends client.Command
|
|
226
224
|
.classBuilder()
|
|
227
225
|
.ep(commonParams)
|
|
228
226
|
.m(function (Command, cs, config, o) {
|
|
229
|
-
return [
|
|
227
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
230
228
|
})
|
|
231
229
|
.s("AmazonEC2ContainerRegistry_V20150921", "DeletePullThroughCacheRule", {})
|
|
232
230
|
.n("ECRClient", "DeletePullThroughCacheRuleCommand")
|
|
@@ -234,11 +232,11 @@ class DeletePullThroughCacheRuleCommand extends smithyClient.Command
|
|
|
234
232
|
.build() {
|
|
235
233
|
}
|
|
236
234
|
|
|
237
|
-
class DeleteRegistryPolicyCommand extends
|
|
235
|
+
class DeleteRegistryPolicyCommand extends client.Command
|
|
238
236
|
.classBuilder()
|
|
239
237
|
.ep(commonParams)
|
|
240
238
|
.m(function (Command, cs, config, o) {
|
|
241
|
-
return [
|
|
239
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
242
240
|
})
|
|
243
241
|
.s("AmazonEC2ContainerRegistry_V20150921", "DeleteRegistryPolicy", {})
|
|
244
242
|
.n("ECRClient", "DeleteRegistryPolicyCommand")
|
|
@@ -246,11 +244,11 @@ class DeleteRegistryPolicyCommand extends smithyClient.Command
|
|
|
246
244
|
.build() {
|
|
247
245
|
}
|
|
248
246
|
|
|
249
|
-
class DeleteRepositoryCommand extends
|
|
247
|
+
class DeleteRepositoryCommand extends client.Command
|
|
250
248
|
.classBuilder()
|
|
251
249
|
.ep(commonParams)
|
|
252
250
|
.m(function (Command, cs, config, o) {
|
|
253
|
-
return [
|
|
251
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
254
252
|
})
|
|
255
253
|
.s("AmazonEC2ContainerRegistry_V20150921", "DeleteRepository", {})
|
|
256
254
|
.n("ECRClient", "DeleteRepositoryCommand")
|
|
@@ -258,11 +256,11 @@ class DeleteRepositoryCommand extends smithyClient.Command
|
|
|
258
256
|
.build() {
|
|
259
257
|
}
|
|
260
258
|
|
|
261
|
-
class DeleteRepositoryCreationTemplateCommand extends
|
|
259
|
+
class DeleteRepositoryCreationTemplateCommand extends client.Command
|
|
262
260
|
.classBuilder()
|
|
263
261
|
.ep(commonParams)
|
|
264
262
|
.m(function (Command, cs, config, o) {
|
|
265
|
-
return [
|
|
263
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
266
264
|
})
|
|
267
265
|
.s("AmazonEC2ContainerRegistry_V20150921", "DeleteRepositoryCreationTemplate", {})
|
|
268
266
|
.n("ECRClient", "DeleteRepositoryCreationTemplateCommand")
|
|
@@ -270,11 +268,11 @@ class DeleteRepositoryCreationTemplateCommand extends smithyClient.Command
|
|
|
270
268
|
.build() {
|
|
271
269
|
}
|
|
272
270
|
|
|
273
|
-
class DeleteRepositoryPolicyCommand extends
|
|
271
|
+
class DeleteRepositoryPolicyCommand extends client.Command
|
|
274
272
|
.classBuilder()
|
|
275
273
|
.ep(commonParams)
|
|
276
274
|
.m(function (Command, cs, config, o) {
|
|
277
|
-
return [
|
|
275
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
278
276
|
})
|
|
279
277
|
.s("AmazonEC2ContainerRegistry_V20150921", "DeleteRepositoryPolicy", {})
|
|
280
278
|
.n("ECRClient", "DeleteRepositoryPolicyCommand")
|
|
@@ -282,11 +280,11 @@ class DeleteRepositoryPolicyCommand extends smithyClient.Command
|
|
|
282
280
|
.build() {
|
|
283
281
|
}
|
|
284
282
|
|
|
285
|
-
class DeleteSigningConfigurationCommand extends
|
|
283
|
+
class DeleteSigningConfigurationCommand extends client.Command
|
|
286
284
|
.classBuilder()
|
|
287
285
|
.ep(commonParams)
|
|
288
286
|
.m(function (Command, cs, config, o) {
|
|
289
|
-
return [
|
|
287
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
290
288
|
})
|
|
291
289
|
.s("AmazonEC2ContainerRegistry_V20150921", "DeleteSigningConfiguration", {})
|
|
292
290
|
.n("ECRClient", "DeleteSigningConfigurationCommand")
|
|
@@ -294,11 +292,11 @@ class DeleteSigningConfigurationCommand extends smithyClient.Command
|
|
|
294
292
|
.build() {
|
|
295
293
|
}
|
|
296
294
|
|
|
297
|
-
class DeregisterPullTimeUpdateExclusionCommand extends
|
|
295
|
+
class DeregisterPullTimeUpdateExclusionCommand extends client.Command
|
|
298
296
|
.classBuilder()
|
|
299
297
|
.ep(commonParams)
|
|
300
298
|
.m(function (Command, cs, config, o) {
|
|
301
|
-
return [
|
|
299
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
302
300
|
})
|
|
303
301
|
.s("AmazonEC2ContainerRegistry_V20150921", "DeregisterPullTimeUpdateExclusion", {})
|
|
304
302
|
.n("ECRClient", "DeregisterPullTimeUpdateExclusionCommand")
|
|
@@ -306,11 +304,11 @@ class DeregisterPullTimeUpdateExclusionCommand extends smithyClient.Command
|
|
|
306
304
|
.build() {
|
|
307
305
|
}
|
|
308
306
|
|
|
309
|
-
class DescribeImageReplicationStatusCommand extends
|
|
307
|
+
class DescribeImageReplicationStatusCommand extends client.Command
|
|
310
308
|
.classBuilder()
|
|
311
309
|
.ep(commonParams)
|
|
312
310
|
.m(function (Command, cs, config, o) {
|
|
313
|
-
return [
|
|
311
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
314
312
|
})
|
|
315
313
|
.s("AmazonEC2ContainerRegistry_V20150921", "DescribeImageReplicationStatus", {})
|
|
316
314
|
.n("ECRClient", "DescribeImageReplicationStatusCommand")
|
|
@@ -318,11 +316,11 @@ class DescribeImageReplicationStatusCommand extends smithyClient.Command
|
|
|
318
316
|
.build() {
|
|
319
317
|
}
|
|
320
318
|
|
|
321
|
-
class DescribeImageScanFindingsCommand extends
|
|
319
|
+
class DescribeImageScanFindingsCommand extends client.Command
|
|
322
320
|
.classBuilder()
|
|
323
321
|
.ep(commonParams)
|
|
324
322
|
.m(function (Command, cs, config, o) {
|
|
325
|
-
return [
|
|
323
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
326
324
|
})
|
|
327
325
|
.s("AmazonEC2ContainerRegistry_V20150921", "DescribeImageScanFindings", {})
|
|
328
326
|
.n("ECRClient", "DescribeImageScanFindingsCommand")
|
|
@@ -330,11 +328,11 @@ class DescribeImageScanFindingsCommand extends smithyClient.Command
|
|
|
330
328
|
.build() {
|
|
331
329
|
}
|
|
332
330
|
|
|
333
|
-
class DescribeImagesCommand extends
|
|
331
|
+
class DescribeImagesCommand extends client.Command
|
|
334
332
|
.classBuilder()
|
|
335
333
|
.ep(commonParams)
|
|
336
334
|
.m(function (Command, cs, config, o) {
|
|
337
|
-
return [
|
|
335
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
338
336
|
})
|
|
339
337
|
.s("AmazonEC2ContainerRegistry_V20150921", "DescribeImages", {})
|
|
340
338
|
.n("ECRClient", "DescribeImagesCommand")
|
|
@@ -342,11 +340,11 @@ class DescribeImagesCommand extends smithyClient.Command
|
|
|
342
340
|
.build() {
|
|
343
341
|
}
|
|
344
342
|
|
|
345
|
-
class DescribeImageSigningStatusCommand extends
|
|
343
|
+
class DescribeImageSigningStatusCommand extends client.Command
|
|
346
344
|
.classBuilder()
|
|
347
345
|
.ep(commonParams)
|
|
348
346
|
.m(function (Command, cs, config, o) {
|
|
349
|
-
return [
|
|
347
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
350
348
|
})
|
|
351
349
|
.s("AmazonEC2ContainerRegistry_V20150921", "DescribeImageSigningStatus", {})
|
|
352
350
|
.n("ECRClient", "DescribeImageSigningStatusCommand")
|
|
@@ -354,11 +352,11 @@ class DescribeImageSigningStatusCommand extends smithyClient.Command
|
|
|
354
352
|
.build() {
|
|
355
353
|
}
|
|
356
354
|
|
|
357
|
-
class DescribePullThroughCacheRulesCommand extends
|
|
355
|
+
class DescribePullThroughCacheRulesCommand extends client.Command
|
|
358
356
|
.classBuilder()
|
|
359
357
|
.ep(commonParams)
|
|
360
358
|
.m(function (Command, cs, config, o) {
|
|
361
|
-
return [
|
|
359
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
362
360
|
})
|
|
363
361
|
.s("AmazonEC2ContainerRegistry_V20150921", "DescribePullThroughCacheRules", {})
|
|
364
362
|
.n("ECRClient", "DescribePullThroughCacheRulesCommand")
|
|
@@ -366,11 +364,11 @@ class DescribePullThroughCacheRulesCommand extends smithyClient.Command
|
|
|
366
364
|
.build() {
|
|
367
365
|
}
|
|
368
366
|
|
|
369
|
-
class DescribeRegistryCommand extends
|
|
367
|
+
class DescribeRegistryCommand extends client.Command
|
|
370
368
|
.classBuilder()
|
|
371
369
|
.ep(commonParams)
|
|
372
370
|
.m(function (Command, cs, config, o) {
|
|
373
|
-
return [
|
|
371
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
374
372
|
})
|
|
375
373
|
.s("AmazonEC2ContainerRegistry_V20150921", "DescribeRegistry", {})
|
|
376
374
|
.n("ECRClient", "DescribeRegistryCommand")
|
|
@@ -378,11 +376,11 @@ class DescribeRegistryCommand extends smithyClient.Command
|
|
|
378
376
|
.build() {
|
|
379
377
|
}
|
|
380
378
|
|
|
381
|
-
class DescribeRepositoriesCommand extends
|
|
379
|
+
class DescribeRepositoriesCommand extends client.Command
|
|
382
380
|
.classBuilder()
|
|
383
381
|
.ep(commonParams)
|
|
384
382
|
.m(function (Command, cs, config, o) {
|
|
385
|
-
return [
|
|
383
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
386
384
|
})
|
|
387
385
|
.s("AmazonEC2ContainerRegistry_V20150921", "DescribeRepositories", {})
|
|
388
386
|
.n("ECRClient", "DescribeRepositoriesCommand")
|
|
@@ -390,11 +388,11 @@ class DescribeRepositoriesCommand extends smithyClient.Command
|
|
|
390
388
|
.build() {
|
|
391
389
|
}
|
|
392
390
|
|
|
393
|
-
class DescribeRepositoryCreationTemplatesCommand extends
|
|
391
|
+
class DescribeRepositoryCreationTemplatesCommand extends client.Command
|
|
394
392
|
.classBuilder()
|
|
395
393
|
.ep(commonParams)
|
|
396
394
|
.m(function (Command, cs, config, o) {
|
|
397
|
-
return [
|
|
395
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
398
396
|
})
|
|
399
397
|
.s("AmazonEC2ContainerRegistry_V20150921", "DescribeRepositoryCreationTemplates", {})
|
|
400
398
|
.n("ECRClient", "DescribeRepositoryCreationTemplatesCommand")
|
|
@@ -402,11 +400,11 @@ class DescribeRepositoryCreationTemplatesCommand extends smithyClient.Command
|
|
|
402
400
|
.build() {
|
|
403
401
|
}
|
|
404
402
|
|
|
405
|
-
class GetAccountSettingCommand extends
|
|
403
|
+
class GetAccountSettingCommand extends client.Command
|
|
406
404
|
.classBuilder()
|
|
407
405
|
.ep(commonParams)
|
|
408
406
|
.m(function (Command, cs, config, o) {
|
|
409
|
-
return [
|
|
407
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
410
408
|
})
|
|
411
409
|
.s("AmazonEC2ContainerRegistry_V20150921", "GetAccountSetting", {})
|
|
412
410
|
.n("ECRClient", "GetAccountSettingCommand")
|
|
@@ -414,11 +412,11 @@ class GetAccountSettingCommand extends smithyClient.Command
|
|
|
414
412
|
.build() {
|
|
415
413
|
}
|
|
416
414
|
|
|
417
|
-
class GetAuthorizationTokenCommand extends
|
|
415
|
+
class GetAuthorizationTokenCommand extends client.Command
|
|
418
416
|
.classBuilder()
|
|
419
417
|
.ep(commonParams)
|
|
420
418
|
.m(function (Command, cs, config, o) {
|
|
421
|
-
return [
|
|
419
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
422
420
|
})
|
|
423
421
|
.s("AmazonEC2ContainerRegistry_V20150921", "GetAuthorizationToken", {})
|
|
424
422
|
.n("ECRClient", "GetAuthorizationTokenCommand")
|
|
@@ -426,11 +424,11 @@ class GetAuthorizationTokenCommand extends smithyClient.Command
|
|
|
426
424
|
.build() {
|
|
427
425
|
}
|
|
428
426
|
|
|
429
|
-
class GetDownloadUrlForLayerCommand extends
|
|
427
|
+
class GetDownloadUrlForLayerCommand extends client.Command
|
|
430
428
|
.classBuilder()
|
|
431
429
|
.ep(commonParams)
|
|
432
430
|
.m(function (Command, cs, config, o) {
|
|
433
|
-
return [
|
|
431
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
434
432
|
})
|
|
435
433
|
.s("AmazonEC2ContainerRegistry_V20150921", "GetDownloadUrlForLayer", {})
|
|
436
434
|
.n("ECRClient", "GetDownloadUrlForLayerCommand")
|
|
@@ -438,11 +436,11 @@ class GetDownloadUrlForLayerCommand extends smithyClient.Command
|
|
|
438
436
|
.build() {
|
|
439
437
|
}
|
|
440
438
|
|
|
441
|
-
class GetLifecyclePolicyCommand extends
|
|
439
|
+
class GetLifecyclePolicyCommand extends client.Command
|
|
442
440
|
.classBuilder()
|
|
443
441
|
.ep(commonParams)
|
|
444
442
|
.m(function (Command, cs, config, o) {
|
|
445
|
-
return [
|
|
443
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
446
444
|
})
|
|
447
445
|
.s("AmazonEC2ContainerRegistry_V20150921", "GetLifecyclePolicy", {})
|
|
448
446
|
.n("ECRClient", "GetLifecyclePolicyCommand")
|
|
@@ -450,11 +448,11 @@ class GetLifecyclePolicyCommand extends smithyClient.Command
|
|
|
450
448
|
.build() {
|
|
451
449
|
}
|
|
452
450
|
|
|
453
|
-
class GetLifecyclePolicyPreviewCommand extends
|
|
451
|
+
class GetLifecyclePolicyPreviewCommand extends client.Command
|
|
454
452
|
.classBuilder()
|
|
455
453
|
.ep(commonParams)
|
|
456
454
|
.m(function (Command, cs, config, o) {
|
|
457
|
-
return [
|
|
455
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
458
456
|
})
|
|
459
457
|
.s("AmazonEC2ContainerRegistry_V20150921", "GetLifecyclePolicyPreview", {})
|
|
460
458
|
.n("ECRClient", "GetLifecyclePolicyPreviewCommand")
|
|
@@ -462,11 +460,11 @@ class GetLifecyclePolicyPreviewCommand extends smithyClient.Command
|
|
|
462
460
|
.build() {
|
|
463
461
|
}
|
|
464
462
|
|
|
465
|
-
class GetRegistryPolicyCommand extends
|
|
463
|
+
class GetRegistryPolicyCommand extends client.Command
|
|
466
464
|
.classBuilder()
|
|
467
465
|
.ep(commonParams)
|
|
468
466
|
.m(function (Command, cs, config, o) {
|
|
469
|
-
return [
|
|
467
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
470
468
|
})
|
|
471
469
|
.s("AmazonEC2ContainerRegistry_V20150921", "GetRegistryPolicy", {})
|
|
472
470
|
.n("ECRClient", "GetRegistryPolicyCommand")
|
|
@@ -474,11 +472,11 @@ class GetRegistryPolicyCommand extends smithyClient.Command
|
|
|
474
472
|
.build() {
|
|
475
473
|
}
|
|
476
474
|
|
|
477
|
-
class GetRegistryScanningConfigurationCommand extends
|
|
475
|
+
class GetRegistryScanningConfigurationCommand extends client.Command
|
|
478
476
|
.classBuilder()
|
|
479
477
|
.ep(commonParams)
|
|
480
478
|
.m(function (Command, cs, config, o) {
|
|
481
|
-
return [
|
|
479
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
482
480
|
})
|
|
483
481
|
.s("AmazonEC2ContainerRegistry_V20150921", "GetRegistryScanningConfiguration", {})
|
|
484
482
|
.n("ECRClient", "GetRegistryScanningConfigurationCommand")
|
|
@@ -486,11 +484,11 @@ class GetRegistryScanningConfigurationCommand extends smithyClient.Command
|
|
|
486
484
|
.build() {
|
|
487
485
|
}
|
|
488
486
|
|
|
489
|
-
class GetRepositoryPolicyCommand extends
|
|
487
|
+
class GetRepositoryPolicyCommand extends client.Command
|
|
490
488
|
.classBuilder()
|
|
491
489
|
.ep(commonParams)
|
|
492
490
|
.m(function (Command, cs, config, o) {
|
|
493
|
-
return [
|
|
491
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
494
492
|
})
|
|
495
493
|
.s("AmazonEC2ContainerRegistry_V20150921", "GetRepositoryPolicy", {})
|
|
496
494
|
.n("ECRClient", "GetRepositoryPolicyCommand")
|
|
@@ -498,11 +496,11 @@ class GetRepositoryPolicyCommand extends smithyClient.Command
|
|
|
498
496
|
.build() {
|
|
499
497
|
}
|
|
500
498
|
|
|
501
|
-
class GetSigningConfigurationCommand extends
|
|
499
|
+
class GetSigningConfigurationCommand extends client.Command
|
|
502
500
|
.classBuilder()
|
|
503
501
|
.ep(commonParams)
|
|
504
502
|
.m(function (Command, cs, config, o) {
|
|
505
|
-
return [
|
|
503
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
506
504
|
})
|
|
507
505
|
.s("AmazonEC2ContainerRegistry_V20150921", "GetSigningConfiguration", {})
|
|
508
506
|
.n("ECRClient", "GetSigningConfigurationCommand")
|
|
@@ -510,11 +508,11 @@ class GetSigningConfigurationCommand extends smithyClient.Command
|
|
|
510
508
|
.build() {
|
|
511
509
|
}
|
|
512
510
|
|
|
513
|
-
class InitiateLayerUploadCommand extends
|
|
511
|
+
class InitiateLayerUploadCommand extends client.Command
|
|
514
512
|
.classBuilder()
|
|
515
513
|
.ep(commonParams)
|
|
516
514
|
.m(function (Command, cs, config, o) {
|
|
517
|
-
return [
|
|
515
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
518
516
|
})
|
|
519
517
|
.s("AmazonEC2ContainerRegistry_V20150921", "InitiateLayerUpload", {})
|
|
520
518
|
.n("ECRClient", "InitiateLayerUploadCommand")
|
|
@@ -522,11 +520,11 @@ class InitiateLayerUploadCommand extends smithyClient.Command
|
|
|
522
520
|
.build() {
|
|
523
521
|
}
|
|
524
522
|
|
|
525
|
-
class ListImageReferrersCommand extends
|
|
523
|
+
class ListImageReferrersCommand extends client.Command
|
|
526
524
|
.classBuilder()
|
|
527
525
|
.ep(commonParams)
|
|
528
526
|
.m(function (Command, cs, config, o) {
|
|
529
|
-
return [
|
|
527
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
530
528
|
})
|
|
531
529
|
.s("AmazonEC2ContainerRegistry_V20150921", "ListImageReferrers", {})
|
|
532
530
|
.n("ECRClient", "ListImageReferrersCommand")
|
|
@@ -534,11 +532,11 @@ class ListImageReferrersCommand extends smithyClient.Command
|
|
|
534
532
|
.build() {
|
|
535
533
|
}
|
|
536
534
|
|
|
537
|
-
class ListImagesCommand extends
|
|
535
|
+
class ListImagesCommand extends client.Command
|
|
538
536
|
.classBuilder()
|
|
539
537
|
.ep(commonParams)
|
|
540
538
|
.m(function (Command, cs, config, o) {
|
|
541
|
-
return [
|
|
539
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
542
540
|
})
|
|
543
541
|
.s("AmazonEC2ContainerRegistry_V20150921", "ListImages", {})
|
|
544
542
|
.n("ECRClient", "ListImagesCommand")
|
|
@@ -546,11 +544,11 @@ class ListImagesCommand extends smithyClient.Command
|
|
|
546
544
|
.build() {
|
|
547
545
|
}
|
|
548
546
|
|
|
549
|
-
class ListPullTimeUpdateExclusionsCommand extends
|
|
547
|
+
class ListPullTimeUpdateExclusionsCommand extends client.Command
|
|
550
548
|
.classBuilder()
|
|
551
549
|
.ep(commonParams)
|
|
552
550
|
.m(function (Command, cs, config, o) {
|
|
553
|
-
return [
|
|
551
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
554
552
|
})
|
|
555
553
|
.s("AmazonEC2ContainerRegistry_V20150921", "ListPullTimeUpdateExclusions", {})
|
|
556
554
|
.n("ECRClient", "ListPullTimeUpdateExclusionsCommand")
|
|
@@ -558,11 +556,11 @@ class ListPullTimeUpdateExclusionsCommand extends smithyClient.Command
|
|
|
558
556
|
.build() {
|
|
559
557
|
}
|
|
560
558
|
|
|
561
|
-
class ListTagsForResourceCommand extends
|
|
559
|
+
class ListTagsForResourceCommand extends client.Command
|
|
562
560
|
.classBuilder()
|
|
563
561
|
.ep(commonParams)
|
|
564
562
|
.m(function (Command, cs, config, o) {
|
|
565
|
-
return [
|
|
563
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
566
564
|
})
|
|
567
565
|
.s("AmazonEC2ContainerRegistry_V20150921", "ListTagsForResource", {})
|
|
568
566
|
.n("ECRClient", "ListTagsForResourceCommand")
|
|
@@ -570,11 +568,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
570
568
|
.build() {
|
|
571
569
|
}
|
|
572
570
|
|
|
573
|
-
class PutAccountSettingCommand extends
|
|
571
|
+
class PutAccountSettingCommand extends client.Command
|
|
574
572
|
.classBuilder()
|
|
575
573
|
.ep(commonParams)
|
|
576
574
|
.m(function (Command, cs, config, o) {
|
|
577
|
-
return [
|
|
575
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
578
576
|
})
|
|
579
577
|
.s("AmazonEC2ContainerRegistry_V20150921", "PutAccountSetting", {})
|
|
580
578
|
.n("ECRClient", "PutAccountSettingCommand")
|
|
@@ -582,11 +580,11 @@ class PutAccountSettingCommand extends smithyClient.Command
|
|
|
582
580
|
.build() {
|
|
583
581
|
}
|
|
584
582
|
|
|
585
|
-
class PutImageCommand extends
|
|
583
|
+
class PutImageCommand extends client.Command
|
|
586
584
|
.classBuilder()
|
|
587
585
|
.ep(commonParams)
|
|
588
586
|
.m(function (Command, cs, config, o) {
|
|
589
|
-
return [
|
|
587
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
590
588
|
})
|
|
591
589
|
.s("AmazonEC2ContainerRegistry_V20150921", "PutImage", {})
|
|
592
590
|
.n("ECRClient", "PutImageCommand")
|
|
@@ -594,11 +592,11 @@ class PutImageCommand extends smithyClient.Command
|
|
|
594
592
|
.build() {
|
|
595
593
|
}
|
|
596
594
|
|
|
597
|
-
class PutImageScanningConfigurationCommand extends
|
|
595
|
+
class PutImageScanningConfigurationCommand extends client.Command
|
|
598
596
|
.classBuilder()
|
|
599
597
|
.ep(commonParams)
|
|
600
598
|
.m(function (Command, cs, config, o) {
|
|
601
|
-
return [
|
|
599
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
602
600
|
})
|
|
603
601
|
.s("AmazonEC2ContainerRegistry_V20150921", "PutImageScanningConfiguration", {})
|
|
604
602
|
.n("ECRClient", "PutImageScanningConfigurationCommand")
|
|
@@ -606,11 +604,11 @@ class PutImageScanningConfigurationCommand extends smithyClient.Command
|
|
|
606
604
|
.build() {
|
|
607
605
|
}
|
|
608
606
|
|
|
609
|
-
class PutImageTagMutabilityCommand extends
|
|
607
|
+
class PutImageTagMutabilityCommand extends client.Command
|
|
610
608
|
.classBuilder()
|
|
611
609
|
.ep(commonParams)
|
|
612
610
|
.m(function (Command, cs, config, o) {
|
|
613
|
-
return [
|
|
611
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
614
612
|
})
|
|
615
613
|
.s("AmazonEC2ContainerRegistry_V20150921", "PutImageTagMutability", {})
|
|
616
614
|
.n("ECRClient", "PutImageTagMutabilityCommand")
|
|
@@ -618,11 +616,11 @@ class PutImageTagMutabilityCommand extends smithyClient.Command
|
|
|
618
616
|
.build() {
|
|
619
617
|
}
|
|
620
618
|
|
|
621
|
-
class PutLifecyclePolicyCommand extends
|
|
619
|
+
class PutLifecyclePolicyCommand extends client.Command
|
|
622
620
|
.classBuilder()
|
|
623
621
|
.ep(commonParams)
|
|
624
622
|
.m(function (Command, cs, config, o) {
|
|
625
|
-
return [
|
|
623
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
626
624
|
})
|
|
627
625
|
.s("AmazonEC2ContainerRegistry_V20150921", "PutLifecyclePolicy", {})
|
|
628
626
|
.n("ECRClient", "PutLifecyclePolicyCommand")
|
|
@@ -630,11 +628,11 @@ class PutLifecyclePolicyCommand extends smithyClient.Command
|
|
|
630
628
|
.build() {
|
|
631
629
|
}
|
|
632
630
|
|
|
633
|
-
class PutRegistryPolicyCommand extends
|
|
631
|
+
class PutRegistryPolicyCommand extends client.Command
|
|
634
632
|
.classBuilder()
|
|
635
633
|
.ep(commonParams)
|
|
636
634
|
.m(function (Command, cs, config, o) {
|
|
637
|
-
return [
|
|
635
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
638
636
|
})
|
|
639
637
|
.s("AmazonEC2ContainerRegistry_V20150921", "PutRegistryPolicy", {})
|
|
640
638
|
.n("ECRClient", "PutRegistryPolicyCommand")
|
|
@@ -642,11 +640,11 @@ class PutRegistryPolicyCommand extends smithyClient.Command
|
|
|
642
640
|
.build() {
|
|
643
641
|
}
|
|
644
642
|
|
|
645
|
-
class PutRegistryScanningConfigurationCommand extends
|
|
643
|
+
class PutRegistryScanningConfigurationCommand extends client.Command
|
|
646
644
|
.classBuilder()
|
|
647
645
|
.ep(commonParams)
|
|
648
646
|
.m(function (Command, cs, config, o) {
|
|
649
|
-
return [
|
|
647
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
650
648
|
})
|
|
651
649
|
.s("AmazonEC2ContainerRegistry_V20150921", "PutRegistryScanningConfiguration", {})
|
|
652
650
|
.n("ECRClient", "PutRegistryScanningConfigurationCommand")
|
|
@@ -654,11 +652,11 @@ class PutRegistryScanningConfigurationCommand extends smithyClient.Command
|
|
|
654
652
|
.build() {
|
|
655
653
|
}
|
|
656
654
|
|
|
657
|
-
class PutReplicationConfigurationCommand extends
|
|
655
|
+
class PutReplicationConfigurationCommand extends client.Command
|
|
658
656
|
.classBuilder()
|
|
659
657
|
.ep(commonParams)
|
|
660
658
|
.m(function (Command, cs, config, o) {
|
|
661
|
-
return [
|
|
659
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
662
660
|
})
|
|
663
661
|
.s("AmazonEC2ContainerRegistry_V20150921", "PutReplicationConfiguration", {})
|
|
664
662
|
.n("ECRClient", "PutReplicationConfigurationCommand")
|
|
@@ -666,11 +664,11 @@ class PutReplicationConfigurationCommand extends smithyClient.Command
|
|
|
666
664
|
.build() {
|
|
667
665
|
}
|
|
668
666
|
|
|
669
|
-
class PutSigningConfigurationCommand extends
|
|
667
|
+
class PutSigningConfigurationCommand extends client.Command
|
|
670
668
|
.classBuilder()
|
|
671
669
|
.ep(commonParams)
|
|
672
670
|
.m(function (Command, cs, config, o) {
|
|
673
|
-
return [
|
|
671
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
674
672
|
})
|
|
675
673
|
.s("AmazonEC2ContainerRegistry_V20150921", "PutSigningConfiguration", {})
|
|
676
674
|
.n("ECRClient", "PutSigningConfigurationCommand")
|
|
@@ -678,11 +676,11 @@ class PutSigningConfigurationCommand extends smithyClient.Command
|
|
|
678
676
|
.build() {
|
|
679
677
|
}
|
|
680
678
|
|
|
681
|
-
class RegisterPullTimeUpdateExclusionCommand extends
|
|
679
|
+
class RegisterPullTimeUpdateExclusionCommand extends client.Command
|
|
682
680
|
.classBuilder()
|
|
683
681
|
.ep(commonParams)
|
|
684
682
|
.m(function (Command, cs, config, o) {
|
|
685
|
-
return [
|
|
683
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
686
684
|
})
|
|
687
685
|
.s("AmazonEC2ContainerRegistry_V20150921", "RegisterPullTimeUpdateExclusion", {})
|
|
688
686
|
.n("ECRClient", "RegisterPullTimeUpdateExclusionCommand")
|
|
@@ -690,11 +688,11 @@ class RegisterPullTimeUpdateExclusionCommand extends smithyClient.Command
|
|
|
690
688
|
.build() {
|
|
691
689
|
}
|
|
692
690
|
|
|
693
|
-
class SetRepositoryPolicyCommand extends
|
|
691
|
+
class SetRepositoryPolicyCommand extends client.Command
|
|
694
692
|
.classBuilder()
|
|
695
693
|
.ep(commonParams)
|
|
696
694
|
.m(function (Command, cs, config, o) {
|
|
697
|
-
return [
|
|
695
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
698
696
|
})
|
|
699
697
|
.s("AmazonEC2ContainerRegistry_V20150921", "SetRepositoryPolicy", {})
|
|
700
698
|
.n("ECRClient", "SetRepositoryPolicyCommand")
|
|
@@ -702,11 +700,11 @@ class SetRepositoryPolicyCommand extends smithyClient.Command
|
|
|
702
700
|
.build() {
|
|
703
701
|
}
|
|
704
702
|
|
|
705
|
-
class StartImageScanCommand extends
|
|
703
|
+
class StartImageScanCommand extends client.Command
|
|
706
704
|
.classBuilder()
|
|
707
705
|
.ep(commonParams)
|
|
708
706
|
.m(function (Command, cs, config, o) {
|
|
709
|
-
return [
|
|
707
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
710
708
|
})
|
|
711
709
|
.s("AmazonEC2ContainerRegistry_V20150921", "StartImageScan", {})
|
|
712
710
|
.n("ECRClient", "StartImageScanCommand")
|
|
@@ -714,11 +712,11 @@ class StartImageScanCommand extends smithyClient.Command
|
|
|
714
712
|
.build() {
|
|
715
713
|
}
|
|
716
714
|
|
|
717
|
-
class StartLifecyclePolicyPreviewCommand extends
|
|
715
|
+
class StartLifecyclePolicyPreviewCommand extends client.Command
|
|
718
716
|
.classBuilder()
|
|
719
717
|
.ep(commonParams)
|
|
720
718
|
.m(function (Command, cs, config, o) {
|
|
721
|
-
return [
|
|
719
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
722
720
|
})
|
|
723
721
|
.s("AmazonEC2ContainerRegistry_V20150921", "StartLifecyclePolicyPreview", {})
|
|
724
722
|
.n("ECRClient", "StartLifecyclePolicyPreviewCommand")
|
|
@@ -726,11 +724,11 @@ class StartLifecyclePolicyPreviewCommand extends smithyClient.Command
|
|
|
726
724
|
.build() {
|
|
727
725
|
}
|
|
728
726
|
|
|
729
|
-
class TagResourceCommand extends
|
|
727
|
+
class TagResourceCommand extends client.Command
|
|
730
728
|
.classBuilder()
|
|
731
729
|
.ep(commonParams)
|
|
732
730
|
.m(function (Command, cs, config, o) {
|
|
733
|
-
return [
|
|
731
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
734
732
|
})
|
|
735
733
|
.s("AmazonEC2ContainerRegistry_V20150921", "TagResource", {})
|
|
736
734
|
.n("ECRClient", "TagResourceCommand")
|
|
@@ -738,11 +736,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
738
736
|
.build() {
|
|
739
737
|
}
|
|
740
738
|
|
|
741
|
-
class UntagResourceCommand extends
|
|
739
|
+
class UntagResourceCommand extends client.Command
|
|
742
740
|
.classBuilder()
|
|
743
741
|
.ep(commonParams)
|
|
744
742
|
.m(function (Command, cs, config, o) {
|
|
745
|
-
return [
|
|
743
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
746
744
|
})
|
|
747
745
|
.s("AmazonEC2ContainerRegistry_V20150921", "UntagResource", {})
|
|
748
746
|
.n("ECRClient", "UntagResourceCommand")
|
|
@@ -750,11 +748,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
750
748
|
.build() {
|
|
751
749
|
}
|
|
752
750
|
|
|
753
|
-
class UpdateImageStorageClassCommand extends
|
|
751
|
+
class UpdateImageStorageClassCommand extends client.Command
|
|
754
752
|
.classBuilder()
|
|
755
753
|
.ep(commonParams)
|
|
756
754
|
.m(function (Command, cs, config, o) {
|
|
757
|
-
return [
|
|
755
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
758
756
|
})
|
|
759
757
|
.s("AmazonEC2ContainerRegistry_V20150921", "UpdateImageStorageClass", {})
|
|
760
758
|
.n("ECRClient", "UpdateImageStorageClassCommand")
|
|
@@ -762,11 +760,11 @@ class UpdateImageStorageClassCommand extends smithyClient.Command
|
|
|
762
760
|
.build() {
|
|
763
761
|
}
|
|
764
762
|
|
|
765
|
-
class UpdatePullThroughCacheRuleCommand extends
|
|
763
|
+
class UpdatePullThroughCacheRuleCommand extends client.Command
|
|
766
764
|
.classBuilder()
|
|
767
765
|
.ep(commonParams)
|
|
768
766
|
.m(function (Command, cs, config, o) {
|
|
769
|
-
return [
|
|
767
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
770
768
|
})
|
|
771
769
|
.s("AmazonEC2ContainerRegistry_V20150921", "UpdatePullThroughCacheRule", {})
|
|
772
770
|
.n("ECRClient", "UpdatePullThroughCacheRuleCommand")
|
|
@@ -774,11 +772,11 @@ class UpdatePullThroughCacheRuleCommand extends smithyClient.Command
|
|
|
774
772
|
.build() {
|
|
775
773
|
}
|
|
776
774
|
|
|
777
|
-
class UpdateRepositoryCreationTemplateCommand extends
|
|
775
|
+
class UpdateRepositoryCreationTemplateCommand extends client.Command
|
|
778
776
|
.classBuilder()
|
|
779
777
|
.ep(commonParams)
|
|
780
778
|
.m(function (Command, cs, config, o) {
|
|
781
|
-
return [
|
|
779
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
782
780
|
})
|
|
783
781
|
.s("AmazonEC2ContainerRegistry_V20150921", "UpdateRepositoryCreationTemplate", {})
|
|
784
782
|
.n("ECRClient", "UpdateRepositoryCreationTemplateCommand")
|
|
@@ -786,11 +784,11 @@ class UpdateRepositoryCreationTemplateCommand extends smithyClient.Command
|
|
|
786
784
|
.build() {
|
|
787
785
|
}
|
|
788
786
|
|
|
789
|
-
class UploadLayerPartCommand extends
|
|
787
|
+
class UploadLayerPartCommand extends client.Command
|
|
790
788
|
.classBuilder()
|
|
791
789
|
.ep(commonParams)
|
|
792
790
|
.m(function (Command, cs, config, o) {
|
|
793
|
-
return [
|
|
791
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
794
792
|
})
|
|
795
793
|
.s("AmazonEC2ContainerRegistry_V20150921", "UploadLayerPart", {})
|
|
796
794
|
.n("ECRClient", "UploadLayerPartCommand")
|
|
@@ -798,11 +796,11 @@ class UploadLayerPartCommand extends smithyClient.Command
|
|
|
798
796
|
.build() {
|
|
799
797
|
}
|
|
800
798
|
|
|
801
|
-
class ValidatePullThroughCacheRuleCommand extends
|
|
799
|
+
class ValidatePullThroughCacheRuleCommand extends client.Command
|
|
802
800
|
.classBuilder()
|
|
803
801
|
.ep(commonParams)
|
|
804
802
|
.m(function (Command, cs, config, o) {
|
|
805
|
-
return [
|
|
803
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
806
804
|
})
|
|
807
805
|
.s("AmazonEC2ContainerRegistry_V20150921", "ValidatePullThroughCacheRule", {})
|
|
808
806
|
.n("ECRClient", "ValidatePullThroughCacheRuleCommand")
|
|
@@ -824,17 +822,17 @@ const paginateGetLifecyclePolicyPreview = core.createPaginator(ECRClient, GetLif
|
|
|
824
822
|
|
|
825
823
|
const paginateListImages = core.createPaginator(ECRClient, ListImagesCommand, "nextToken", "nextToken", "maxResults");
|
|
826
824
|
|
|
827
|
-
const checkState$1 = async (client, input) => {
|
|
825
|
+
const checkState$1 = async (client$1, input) => {
|
|
828
826
|
let reason;
|
|
829
827
|
try {
|
|
830
|
-
let result = await client.send(new DescribeImageScanFindingsCommand(input));
|
|
828
|
+
let result = await client$1.send(new DescribeImageScanFindingsCommand(input));
|
|
831
829
|
reason = result;
|
|
832
830
|
try {
|
|
833
831
|
const returnComparator = () => {
|
|
834
832
|
return result.imageScanStatus.status;
|
|
835
833
|
};
|
|
836
834
|
if (returnComparator() === "COMPLETE") {
|
|
837
|
-
return { state:
|
|
835
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
838
836
|
}
|
|
839
837
|
}
|
|
840
838
|
catch (e) { }
|
|
@@ -843,7 +841,7 @@ const checkState$1 = async (client, input) => {
|
|
|
843
841
|
return result.imageScanStatus.status;
|
|
844
842
|
};
|
|
845
843
|
if (returnComparator() === "FAILED") {
|
|
846
|
-
return { state:
|
|
844
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
847
845
|
}
|
|
848
846
|
}
|
|
849
847
|
catch (e) { }
|
|
@@ -851,29 +849,29 @@ const checkState$1 = async (client, input) => {
|
|
|
851
849
|
catch (exception) {
|
|
852
850
|
reason = exception;
|
|
853
851
|
}
|
|
854
|
-
return { state:
|
|
852
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
855
853
|
};
|
|
856
854
|
const waitForImageScanComplete = async (params, input) => {
|
|
857
855
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
858
|
-
return
|
|
856
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
859
857
|
};
|
|
860
858
|
const waitUntilImageScanComplete = async (params, input) => {
|
|
861
859
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
862
|
-
const result = await
|
|
863
|
-
return
|
|
860
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
861
|
+
return client.checkExceptions(result);
|
|
864
862
|
};
|
|
865
863
|
|
|
866
|
-
const checkState = async (client, input) => {
|
|
864
|
+
const checkState = async (client$1, input) => {
|
|
867
865
|
let reason;
|
|
868
866
|
try {
|
|
869
|
-
let result = await client.send(new GetLifecyclePolicyPreviewCommand(input));
|
|
867
|
+
let result = await client$1.send(new GetLifecyclePolicyPreviewCommand(input));
|
|
870
868
|
reason = result;
|
|
871
869
|
try {
|
|
872
870
|
const returnComparator = () => {
|
|
873
871
|
return result.status;
|
|
874
872
|
};
|
|
875
873
|
if (returnComparator() === "COMPLETE") {
|
|
876
|
-
return { state:
|
|
874
|
+
return { state: client.WaiterState.SUCCESS, reason };
|
|
877
875
|
}
|
|
878
876
|
}
|
|
879
877
|
catch (e) { }
|
|
@@ -882,7 +880,7 @@ const checkState = async (client, input) => {
|
|
|
882
880
|
return result.status;
|
|
883
881
|
};
|
|
884
882
|
if (returnComparator() === "FAILED") {
|
|
885
|
-
return { state:
|
|
883
|
+
return { state: client.WaiterState.FAILURE, reason };
|
|
886
884
|
}
|
|
887
885
|
}
|
|
888
886
|
catch (e) { }
|
|
@@ -890,16 +888,16 @@ const checkState = async (client, input) => {
|
|
|
890
888
|
catch (exception) {
|
|
891
889
|
reason = exception;
|
|
892
890
|
}
|
|
893
|
-
return { state:
|
|
891
|
+
return { state: client.WaiterState.RETRY, reason };
|
|
894
892
|
};
|
|
895
893
|
const waitForLifecyclePolicyPreviewComplete = async (params, input) => {
|
|
896
894
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
897
|
-
return
|
|
895
|
+
return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
898
896
|
};
|
|
899
897
|
const waitUntilLifecyclePolicyPreviewComplete = async (params, input) => {
|
|
900
898
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
901
|
-
const result = await
|
|
902
|
-
return
|
|
899
|
+
const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
900
|
+
return client.checkExceptions(result);
|
|
903
901
|
};
|
|
904
902
|
|
|
905
903
|
const commands = {
|
|
@@ -977,7 +975,7 @@ const waiters = {
|
|
|
977
975
|
};
|
|
978
976
|
class ECR extends ECRClient {
|
|
979
977
|
}
|
|
980
|
-
|
|
978
|
+
client.createAggregatedClient(commands, ECR, { paginators, waiters });
|
|
981
979
|
|
|
982
980
|
const LayerFailureCode = {
|
|
983
981
|
InvalidLayerDigest: "InvalidLayerDigest",
|
|
@@ -1131,8 +1129,8 @@ const TargetStorageClass = {
|
|
|
1131
1129
|
STANDARD: "STANDARD",
|
|
1132
1130
|
};
|
|
1133
1131
|
|
|
1134
|
-
exports.$Command =
|
|
1135
|
-
exports.__Client =
|
|
1132
|
+
exports.$Command = client.Command;
|
|
1133
|
+
exports.__Client = client.Client;
|
|
1136
1134
|
exports.ECRServiceException = ECRServiceException.ECRServiceException;
|
|
1137
1135
|
exports.ArtifactStatus = ArtifactStatus;
|
|
1138
1136
|
exports.ArtifactStatusFilter = ArtifactStatusFilter;
|