@aws-sdk/client-ecr 3.927.0 → 3.928.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.
Files changed (70) hide show
  1. package/dist-cjs/index.js +2244 -2306
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ECRClient.js +2 -0
  4. package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteImageCommand.js +3 -9
  6. package/dist-es/commands/BatchGetImageCommand.js +3 -9
  7. package/dist-es/commands/BatchGetRepositoryScanningConfigurationCommand.js +3 -9
  8. package/dist-es/commands/CompleteLayerUploadCommand.js +3 -9
  9. package/dist-es/commands/CreatePullThroughCacheRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateRepositoryCommand.js +3 -9
  11. package/dist-es/commands/CreateRepositoryCreationTemplateCommand.js +3 -9
  12. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -9
  13. package/dist-es/commands/DeletePullThroughCacheRuleCommand.js +3 -9
  14. package/dist-es/commands/DeleteRegistryPolicyCommand.js +3 -9
  15. package/dist-es/commands/DeleteRepositoryCommand.js +3 -9
  16. package/dist-es/commands/DeleteRepositoryCreationTemplateCommand.js +3 -9
  17. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +3 -9
  18. package/dist-es/commands/DescribeImageReplicationStatusCommand.js +3 -9
  19. package/dist-es/commands/DescribeImageScanFindingsCommand.js +3 -9
  20. package/dist-es/commands/DescribeImagesCommand.js +3 -9
  21. package/dist-es/commands/DescribePullThroughCacheRulesCommand.js +3 -9
  22. package/dist-es/commands/DescribeRegistryCommand.js +3 -9
  23. package/dist-es/commands/DescribeRepositoriesCommand.js +3 -9
  24. package/dist-es/commands/DescribeRepositoryCreationTemplatesCommand.js +3 -9
  25. package/dist-es/commands/GetAccountSettingCommand.js +3 -9
  26. package/dist-es/commands/GetAuthorizationTokenCommand.js +3 -9
  27. package/dist-es/commands/GetDownloadUrlForLayerCommand.js +3 -9
  28. package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -9
  29. package/dist-es/commands/GetLifecyclePolicyPreviewCommand.js +3 -9
  30. package/dist-es/commands/GetRegistryPolicyCommand.js +3 -9
  31. package/dist-es/commands/GetRegistryScanningConfigurationCommand.js +3 -9
  32. package/dist-es/commands/GetRepositoryPolicyCommand.js +3 -9
  33. package/dist-es/commands/InitiateLayerUploadCommand.js +3 -9
  34. package/dist-es/commands/ListImagesCommand.js +3 -9
  35. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  36. package/dist-es/commands/PutAccountSettingCommand.js +3 -9
  37. package/dist-es/commands/PutImageCommand.js +3 -9
  38. package/dist-es/commands/PutImageScanningConfigurationCommand.js +3 -9
  39. package/dist-es/commands/PutImageTagMutabilityCommand.js +3 -9
  40. package/dist-es/commands/PutLifecyclePolicyCommand.js +3 -9
  41. package/dist-es/commands/PutRegistryPolicyCommand.js +3 -9
  42. package/dist-es/commands/PutRegistryScanningConfigurationCommand.js +3 -9
  43. package/dist-es/commands/PutReplicationConfigurationCommand.js +3 -9
  44. package/dist-es/commands/SetRepositoryPolicyCommand.js +3 -9
  45. package/dist-es/commands/StartImageScanCommand.js +3 -9
  46. package/dist-es/commands/StartLifecyclePolicyPreviewCommand.js +3 -9
  47. package/dist-es/commands/TagResourceCommand.js +3 -9
  48. package/dist-es/commands/UntagResourceCommand.js +3 -9
  49. package/dist-es/commands/UpdatePullThroughCacheRuleCommand.js +3 -9
  50. package/dist-es/commands/UpdateRepositoryCreationTemplateCommand.js +3 -9
  51. package/dist-es/commands/UploadLayerPartCommand.js +3 -9
  52. package/dist-es/commands/ValidatePullThroughCacheRuleCommand.js +3 -9
  53. package/dist-es/runtimeConfig.shared.js +7 -0
  54. package/dist-es/schemas/schemas_0.js +2041 -0
  55. package/dist-types/ECRClient.d.ts +10 -1
  56. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  57. package/dist-types/runtimeConfig.d.ts +1 -0
  58. package/dist-types/runtimeConfig.native.d.ts +1 -0
  59. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  60. package/dist-types/schemas/schemas_0.d.ts +282 -0
  61. package/dist-types/ts3.4/ECRClient.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +287 -0
  67. package/package.json +5 -5
  68. package/dist-es/protocols/Aws_json1_1.js +0 -1847
  69. package/dist-types/protocols/Aws_json1_1.d.ts +0 -443
  70. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -593
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput } from "./commands/BatchCheckLayerAvailabilityCommand";
11
11
  import { BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput } from "./commands/BatchDeleteImageCommand";
@@ -190,6 +190,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
190
190
  * Optional extensions
191
191
  */
192
192
  extensions?: RuntimeExtension[];
193
+ /**
194
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
195
+ * may be overridden. A default will always be set by the client.
196
+ * Available options depend on the service's supported protocols and will not be validated by
197
+ * the client.
198
+ * @alpha
199
+ *
200
+ */
201
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
193
202
  /**
194
203
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
195
204
  */
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ECRHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,282 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var Attribute: StaticStructureSchema;
3
+ export declare var AuthorizationData: StaticStructureSchema;
4
+ export declare var AwsEcrContainerImageDetails: StaticStructureSchema;
5
+ export declare var BatchCheckLayerAvailabilityRequest: StaticStructureSchema;
6
+ export declare var BatchCheckLayerAvailabilityResponse: StaticStructureSchema;
7
+ export declare var BatchDeleteImageRequest: StaticStructureSchema;
8
+ export declare var BatchDeleteImageResponse: StaticStructureSchema;
9
+ export declare var BatchGetImageRequest: StaticStructureSchema;
10
+ export declare var BatchGetImageResponse: StaticStructureSchema;
11
+ export declare var BatchGetRepositoryScanningConfigurationRequest: StaticStructureSchema;
12
+ export declare var BatchGetRepositoryScanningConfigurationResponse: StaticStructureSchema;
13
+ export declare var CompleteLayerUploadRequest: StaticStructureSchema;
14
+ export declare var CompleteLayerUploadResponse: StaticStructureSchema;
15
+ export declare var CreatePullThroughCacheRuleRequest: StaticStructureSchema;
16
+ export declare var CreatePullThroughCacheRuleResponse: StaticStructureSchema;
17
+ export declare var CreateRepositoryCreationTemplateRequest: StaticStructureSchema;
18
+ export declare var CreateRepositoryCreationTemplateResponse: StaticStructureSchema;
19
+ export declare var CreateRepositoryRequest: StaticStructureSchema;
20
+ export declare var CreateRepositoryResponse: StaticStructureSchema;
21
+ export declare var CvssScore: StaticStructureSchema;
22
+ export declare var CvssScoreAdjustment: StaticStructureSchema;
23
+ export declare var CvssScoreDetails: StaticStructureSchema;
24
+ export declare var DeleteLifecyclePolicyRequest: StaticStructureSchema;
25
+ export declare var DeleteLifecyclePolicyResponse: StaticStructureSchema;
26
+ export declare var DeletePullThroughCacheRuleRequest: StaticStructureSchema;
27
+ export declare var DeletePullThroughCacheRuleResponse: StaticStructureSchema;
28
+ export declare var DeleteRegistryPolicyRequest: StaticStructureSchema;
29
+ export declare var DeleteRegistryPolicyResponse: StaticStructureSchema;
30
+ export declare var DeleteRepositoryCreationTemplateRequest: StaticStructureSchema;
31
+ export declare var DeleteRepositoryCreationTemplateResponse: StaticStructureSchema;
32
+ export declare var DeleteRepositoryPolicyRequest: StaticStructureSchema;
33
+ export declare var DeleteRepositoryPolicyResponse: StaticStructureSchema;
34
+ export declare var DeleteRepositoryRequest: StaticStructureSchema;
35
+ export declare var DeleteRepositoryResponse: StaticStructureSchema;
36
+ export declare var DescribeImageReplicationStatusRequest: StaticStructureSchema;
37
+ export declare var DescribeImageReplicationStatusResponse: StaticStructureSchema;
38
+ export declare var DescribeImageScanFindingsRequest: StaticStructureSchema;
39
+ export declare var DescribeImageScanFindingsResponse: StaticStructureSchema;
40
+ export declare var DescribeImagesFilter: StaticStructureSchema;
41
+ export declare var DescribeImagesRequest: StaticStructureSchema;
42
+ export declare var DescribeImagesResponse: StaticStructureSchema;
43
+ export declare var DescribePullThroughCacheRulesRequest: StaticStructureSchema;
44
+ export declare var DescribePullThroughCacheRulesResponse: StaticStructureSchema;
45
+ export declare var DescribeRegistryRequest: StaticStructureSchema;
46
+ export declare var DescribeRegistryResponse: StaticStructureSchema;
47
+ export declare var DescribeRepositoriesRequest: StaticStructureSchema;
48
+ export declare var DescribeRepositoriesResponse: StaticStructureSchema;
49
+ export declare var DescribeRepositoryCreationTemplatesRequest: StaticStructureSchema;
50
+ export declare var DescribeRepositoryCreationTemplatesResponse: StaticStructureSchema;
51
+ export declare var EmptyUploadException: StaticErrorSchema;
52
+ export declare var EncryptionConfiguration: StaticStructureSchema;
53
+ export declare var EncryptionConfigurationForRepositoryCreationTemplate: StaticStructureSchema;
54
+ export declare var EnhancedImageScanFinding: StaticStructureSchema;
55
+ export declare var GetAccountSettingRequest: StaticStructureSchema;
56
+ export declare var GetAccountSettingResponse: StaticStructureSchema;
57
+ export declare var GetAuthorizationTokenRequest: StaticStructureSchema;
58
+ export declare var GetAuthorizationTokenResponse: StaticStructureSchema;
59
+ export declare var GetDownloadUrlForLayerRequest: StaticStructureSchema;
60
+ export declare var GetDownloadUrlForLayerResponse: StaticStructureSchema;
61
+ export declare var GetLifecyclePolicyPreviewRequest: StaticStructureSchema;
62
+ export declare var GetLifecyclePolicyPreviewResponse: StaticStructureSchema;
63
+ export declare var GetLifecyclePolicyRequest: StaticStructureSchema;
64
+ export declare var GetLifecyclePolicyResponse: StaticStructureSchema;
65
+ export declare var GetRegistryPolicyRequest: StaticStructureSchema;
66
+ export declare var GetRegistryPolicyResponse: StaticStructureSchema;
67
+ export declare var GetRegistryScanningConfigurationRequest: StaticStructureSchema;
68
+ export declare var GetRegistryScanningConfigurationResponse: StaticStructureSchema;
69
+ export declare var GetRepositoryPolicyRequest: StaticStructureSchema;
70
+ export declare var GetRepositoryPolicyResponse: StaticStructureSchema;
71
+ export declare var Image: StaticStructureSchema;
72
+ export declare var ImageAlreadyExistsException: StaticErrorSchema;
73
+ export declare var ImageDetail: StaticStructureSchema;
74
+ export declare var ImageDigestDoesNotMatchException: StaticErrorSchema;
75
+ export declare var ImageFailure: StaticStructureSchema;
76
+ export declare var ImageIdentifier: StaticStructureSchema;
77
+ export declare var ImageNotFoundException: StaticErrorSchema;
78
+ export declare var ImageReplicationStatus: StaticStructureSchema;
79
+ export declare var ImageScanFinding: StaticStructureSchema;
80
+ export declare var ImageScanFindings: StaticStructureSchema;
81
+ export declare var ImageScanFindingsSummary: StaticStructureSchema;
82
+ export declare var ImageScanningConfiguration: StaticStructureSchema;
83
+ export declare var ImageScanStatus: StaticStructureSchema;
84
+ export declare var ImageTagAlreadyExistsException: StaticErrorSchema;
85
+ export declare var ImageTagMutabilityExclusionFilter: StaticStructureSchema;
86
+ export declare var InitiateLayerUploadRequest: StaticStructureSchema;
87
+ export declare var InitiateLayerUploadResponse: StaticStructureSchema;
88
+ export declare var InvalidLayerException: StaticErrorSchema;
89
+ export declare var InvalidLayerPartException: StaticErrorSchema;
90
+ export declare var InvalidParameterException: StaticErrorSchema;
91
+ export declare var InvalidTagParameterException: StaticErrorSchema;
92
+ export declare var KmsException: StaticErrorSchema;
93
+ export declare var Layer: StaticStructureSchema;
94
+ export declare var LayerAlreadyExistsException: StaticErrorSchema;
95
+ export declare var LayerFailure: StaticStructureSchema;
96
+ export declare var LayerInaccessibleException: StaticErrorSchema;
97
+ export declare var LayerPartTooSmallException: StaticErrorSchema;
98
+ export declare var LayersNotFoundException: StaticErrorSchema;
99
+ export declare var LifecyclePolicyNotFoundException: StaticErrorSchema;
100
+ export declare var LifecyclePolicyPreviewFilter: StaticStructureSchema;
101
+ export declare var LifecyclePolicyPreviewInProgressException: StaticErrorSchema;
102
+ export declare var LifecyclePolicyPreviewNotFoundException: StaticErrorSchema;
103
+ export declare var LifecyclePolicyPreviewResult: StaticStructureSchema;
104
+ export declare var LifecyclePolicyPreviewSummary: StaticStructureSchema;
105
+ export declare var LifecyclePolicyRuleAction: StaticStructureSchema;
106
+ export declare var LimitExceededException: StaticErrorSchema;
107
+ export declare var ListImagesFilter: StaticStructureSchema;
108
+ export declare var ListImagesRequest: StaticStructureSchema;
109
+ export declare var ListImagesResponse: StaticStructureSchema;
110
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
111
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
112
+ export declare var PackageVulnerabilityDetails: StaticStructureSchema;
113
+ export declare var PullThroughCacheRule: StaticStructureSchema;
114
+ export declare var PullThroughCacheRuleAlreadyExistsException: StaticErrorSchema;
115
+ export declare var PullThroughCacheRuleNotFoundException: StaticErrorSchema;
116
+ export declare var PutAccountSettingRequest: StaticStructureSchema;
117
+ export declare var PutAccountSettingResponse: StaticStructureSchema;
118
+ export declare var PutImageRequest: StaticStructureSchema;
119
+ export declare var PutImageResponse: StaticStructureSchema;
120
+ export declare var PutImageScanningConfigurationRequest: StaticStructureSchema;
121
+ export declare var PutImageScanningConfigurationResponse: StaticStructureSchema;
122
+ export declare var PutImageTagMutabilityRequest: StaticStructureSchema;
123
+ export declare var PutImageTagMutabilityResponse: StaticStructureSchema;
124
+ export declare var PutLifecyclePolicyRequest: StaticStructureSchema;
125
+ export declare var PutLifecyclePolicyResponse: StaticStructureSchema;
126
+ export declare var PutRegistryPolicyRequest: StaticStructureSchema;
127
+ export declare var PutRegistryPolicyResponse: StaticStructureSchema;
128
+ export declare var PutRegistryScanningConfigurationRequest: StaticStructureSchema;
129
+ export declare var PutRegistryScanningConfigurationResponse: StaticStructureSchema;
130
+ export declare var PutReplicationConfigurationRequest: StaticStructureSchema;
131
+ export declare var PutReplicationConfigurationResponse: StaticStructureSchema;
132
+ export declare var Recommendation: StaticStructureSchema;
133
+ export declare var ReferencedImagesNotFoundException: StaticErrorSchema;
134
+ export declare var RegistryPolicyNotFoundException: StaticErrorSchema;
135
+ export declare var RegistryScanningConfiguration: StaticStructureSchema;
136
+ export declare var RegistryScanningRule: StaticStructureSchema;
137
+ export declare var Remediation: StaticStructureSchema;
138
+ export declare var ReplicationConfiguration: StaticStructureSchema;
139
+ export declare var ReplicationDestination: StaticStructureSchema;
140
+ export declare var ReplicationRule: StaticStructureSchema;
141
+ export declare var Repository: StaticStructureSchema;
142
+ export declare var RepositoryAlreadyExistsException: StaticErrorSchema;
143
+ export declare var RepositoryCreationTemplate: StaticStructureSchema;
144
+ export declare var RepositoryFilter: StaticStructureSchema;
145
+ export declare var RepositoryNotEmptyException: StaticErrorSchema;
146
+ export declare var RepositoryNotFoundException: StaticErrorSchema;
147
+ export declare var RepositoryPolicyNotFoundException: StaticErrorSchema;
148
+ export declare var RepositoryScanningConfiguration: StaticStructureSchema;
149
+ export declare var RepositoryScanningConfigurationFailure: StaticStructureSchema;
150
+ export declare var Resource: StaticStructureSchema;
151
+ export declare var ResourceDetails: StaticStructureSchema;
152
+ export declare var ScanningRepositoryFilter: StaticStructureSchema;
153
+ export declare var ScanNotFoundException: StaticErrorSchema;
154
+ export declare var ScoreDetails: StaticStructureSchema;
155
+ export declare var SecretNotFoundException: StaticErrorSchema;
156
+ export declare var ServerException: StaticErrorSchema;
157
+ export declare var SetRepositoryPolicyRequest: StaticStructureSchema;
158
+ export declare var SetRepositoryPolicyResponse: StaticStructureSchema;
159
+ export declare var StartImageScanRequest: StaticStructureSchema;
160
+ export declare var StartImageScanResponse: StaticStructureSchema;
161
+ export declare var StartLifecyclePolicyPreviewRequest: StaticStructureSchema;
162
+ export declare var StartLifecyclePolicyPreviewResponse: StaticStructureSchema;
163
+ export declare var Tag: StaticStructureSchema;
164
+ export declare var TagResourceRequest: StaticStructureSchema;
165
+ export declare var TagResourceResponse: StaticStructureSchema;
166
+ export declare var TemplateAlreadyExistsException: StaticErrorSchema;
167
+ export declare var TemplateNotFoundException: StaticErrorSchema;
168
+ export declare var TooManyTagsException: StaticErrorSchema;
169
+ export declare var UnableToAccessSecretException: StaticErrorSchema;
170
+ export declare var UnableToDecryptSecretValueException: StaticErrorSchema;
171
+ export declare var UnableToGetUpstreamImageException: StaticErrorSchema;
172
+ export declare var UnableToGetUpstreamLayerException: StaticErrorSchema;
173
+ export declare var UnsupportedImageTypeException: StaticErrorSchema;
174
+ export declare var UnsupportedUpstreamRegistryException: StaticErrorSchema;
175
+ export declare var UntagResourceRequest: StaticStructureSchema;
176
+ export declare var UntagResourceResponse: StaticStructureSchema;
177
+ export declare var UpdatePullThroughCacheRuleRequest: StaticStructureSchema;
178
+ export declare var UpdatePullThroughCacheRuleResponse: StaticStructureSchema;
179
+ export declare var UpdateRepositoryCreationTemplateRequest: StaticStructureSchema;
180
+ export declare var UpdateRepositoryCreationTemplateResponse: StaticStructureSchema;
181
+ export declare var UploadLayerPartRequest: StaticStructureSchema;
182
+ export declare var UploadLayerPartResponse: StaticStructureSchema;
183
+ export declare var UploadNotFoundException: StaticErrorSchema;
184
+ export declare var ValidatePullThroughCacheRuleRequest: StaticStructureSchema;
185
+ export declare var ValidatePullThroughCacheRuleResponse: StaticStructureSchema;
186
+ export declare var ValidationException: StaticErrorSchema;
187
+ export declare var VulnerablePackage: StaticStructureSchema;
188
+ export declare var __Unit: "unit";
189
+ export declare var ECRServiceException: StaticErrorSchema;
190
+ export declare var AttributeList: StaticListSchema;
191
+ export declare var AuthorizationDataList: StaticListSchema;
192
+ export declare var BatchedOperationLayerDigestList: number;
193
+ export declare var CvssScoreAdjustmentList: StaticListSchema;
194
+ export declare var CvssScoreList: StaticListSchema;
195
+ export declare var EnhancedImageScanFindingList: StaticListSchema;
196
+ export declare var GetAuthorizationTokenRegistryIdList: number;
197
+ export declare var ImageDetailList: StaticListSchema;
198
+ export declare var ImageFailureList: StaticListSchema;
199
+ export declare var ImageIdentifierList: StaticListSchema;
200
+ export declare var ImageList: StaticListSchema;
201
+ export declare var ImageReplicationStatusList: StaticListSchema;
202
+ export declare var ImageScanFindingList: StaticListSchema;
203
+ export declare var ImageTagList: number;
204
+ export declare var ImageTagMutabilityExclusionFilters: StaticListSchema;
205
+ export declare var ImageTagsList: number;
206
+ export declare var LayerDigestList: number;
207
+ export declare var LayerFailureList: StaticListSchema;
208
+ export declare var LayerList: StaticListSchema;
209
+ export declare var LifecyclePolicyPreviewResultList: StaticListSchema;
210
+ export declare var MediaTypeList: number;
211
+ export declare var PrefixList: number;
212
+ export declare var PullThroughCacheRuleList: StaticListSchema;
213
+ export declare var PullThroughCacheRuleRepositoryPrefixList: number;
214
+ export declare var RCTAppliedForList: number;
215
+ export declare var ReferenceUrlsList: number;
216
+ export declare var RegistryScanningRuleList: StaticListSchema;
217
+ export declare var RelatedVulnerabilitiesList: number;
218
+ export declare var ReplicationDestinationList: StaticListSchema;
219
+ export declare var ReplicationRuleList: StaticListSchema;
220
+ export declare var RepositoryCreationTemplateList: StaticListSchema;
221
+ export declare var RepositoryFilterList: StaticListSchema;
222
+ export declare var RepositoryList: StaticListSchema;
223
+ export declare var RepositoryNameList: number;
224
+ export declare var RepositoryScanningConfigurationFailureList: StaticListSchema;
225
+ export declare var RepositoryScanningConfigurationList: StaticListSchema;
226
+ export declare var ResourceList: StaticListSchema;
227
+ export declare var ScanningConfigurationRepositoryNameList: number;
228
+ export declare var ScanningRepositoryFilterList: StaticListSchema;
229
+ export declare var TagKeyList: number;
230
+ export declare var TagList: StaticListSchema;
231
+ export declare var VulnerablePackagesList: StaticListSchema;
232
+ export declare var FindingSeverityCounts: number;
233
+ export declare var Tags: number;
234
+ export declare var BatchCheckLayerAvailability: StaticOperationSchema;
235
+ export declare var BatchDeleteImage: StaticOperationSchema;
236
+ export declare var BatchGetImage: StaticOperationSchema;
237
+ export declare var BatchGetRepositoryScanningConfiguration: StaticOperationSchema;
238
+ export declare var CompleteLayerUpload: StaticOperationSchema;
239
+ export declare var CreatePullThroughCacheRule: StaticOperationSchema;
240
+ export declare var CreateRepository: StaticOperationSchema;
241
+ export declare var CreateRepositoryCreationTemplate: StaticOperationSchema;
242
+ export declare var DeleteLifecyclePolicy: StaticOperationSchema;
243
+ export declare var DeletePullThroughCacheRule: StaticOperationSchema;
244
+ export declare var DeleteRegistryPolicy: StaticOperationSchema;
245
+ export declare var DeleteRepository: StaticOperationSchema;
246
+ export declare var DeleteRepositoryCreationTemplate: StaticOperationSchema;
247
+ export declare var DeleteRepositoryPolicy: StaticOperationSchema;
248
+ export declare var DescribeImageReplicationStatus: StaticOperationSchema;
249
+ export declare var DescribeImages: StaticOperationSchema;
250
+ export declare var DescribeImageScanFindings: StaticOperationSchema;
251
+ export declare var DescribePullThroughCacheRules: StaticOperationSchema;
252
+ export declare var DescribeRegistry: StaticOperationSchema;
253
+ export declare var DescribeRepositories: StaticOperationSchema;
254
+ export declare var DescribeRepositoryCreationTemplates: StaticOperationSchema;
255
+ export declare var GetAccountSetting: StaticOperationSchema;
256
+ export declare var GetAuthorizationToken: StaticOperationSchema;
257
+ export declare var GetDownloadUrlForLayer: StaticOperationSchema;
258
+ export declare var GetLifecyclePolicy: StaticOperationSchema;
259
+ export declare var GetLifecyclePolicyPreview: StaticOperationSchema;
260
+ export declare var GetRegistryPolicy: StaticOperationSchema;
261
+ export declare var GetRegistryScanningConfiguration: StaticOperationSchema;
262
+ export declare var GetRepositoryPolicy: StaticOperationSchema;
263
+ export declare var InitiateLayerUpload: StaticOperationSchema;
264
+ export declare var ListImages: StaticOperationSchema;
265
+ export declare var ListTagsForResource: StaticOperationSchema;
266
+ export declare var PutAccountSetting: StaticOperationSchema;
267
+ export declare var PutImage: StaticOperationSchema;
268
+ export declare var PutImageScanningConfiguration: StaticOperationSchema;
269
+ export declare var PutImageTagMutability: StaticOperationSchema;
270
+ export declare var PutLifecyclePolicy: StaticOperationSchema;
271
+ export declare var PutRegistryPolicy: StaticOperationSchema;
272
+ export declare var PutRegistryScanningConfiguration: StaticOperationSchema;
273
+ export declare var PutReplicationConfiguration: StaticOperationSchema;
274
+ export declare var SetRepositoryPolicy: StaticOperationSchema;
275
+ export declare var StartImageScan: StaticOperationSchema;
276
+ export declare var StartLifecyclePolicyPreview: StaticOperationSchema;
277
+ export declare var TagResource: StaticOperationSchema;
278
+ export declare var UntagResource: StaticOperationSchema;
279
+ export declare var UpdatePullThroughCacheRule: StaticOperationSchema;
280
+ export declare var UpdateRepositoryCreationTemplate: StaticOperationSchema;
281
+ export declare var UploadLayerPart: StaticOperationSchema;
282
+ export declare var ValidatePullThroughCacheRule: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -372,6 +375,7 @@ export interface ClientDefaults
372
375
  retryMode?: string | __Provider<string>;
373
376
  logger?: __Logger;
374
377
  extensions?: RuntimeExtension[];
378
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
375
379
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
376
380
  }
377
381
  export type ECRClientConfigType = Partial<
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ECRHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;