@aws-sdk/client-ecr 3.987.0 → 3.989.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/index.js +77 -2871
- package/dist-cjs/models/ECRServiceException.js +12 -0
- package/dist-cjs/models/errors.js +612 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1954 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +292 -286
- package/dist-types/schemas/schemas_0.d.ts +54 -47
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +49 -47
- package/package.json +13 -13
|
@@ -0,0 +1,1954 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AuthorizationData$ = exports.Attribute$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.UploadNotFoundException$ = exports.UnsupportedUpstreamRegistryException$ = exports.UnsupportedImageTypeException$ = exports.UnableToGetUpstreamLayerException$ = exports.UnableToGetUpstreamImageException$ = exports.UnableToDecryptSecretValueException$ = exports.UnableToAccessSecretException$ = exports.TooManyTagsException$ = exports.TemplateNotFoundException$ = exports.TemplateAlreadyExistsException$ = exports.SigningConfigurationNotFoundException$ = exports.ServerException$ = exports.SecretNotFoundException$ = exports.ScanNotFoundException$ = exports.RepositoryPolicyNotFoundException$ = exports.RepositoryNotFoundException$ = exports.RepositoryNotEmptyException$ = exports.RepositoryAlreadyExistsException$ = exports.RegistryPolicyNotFoundException$ = exports.ReferencedImagesNotFoundException$ = exports.PullThroughCacheRuleNotFoundException$ = exports.PullThroughCacheRuleAlreadyExistsException$ = exports.LimitExceededException$ = exports.LifecyclePolicyPreviewNotFoundException$ = exports.LifecyclePolicyPreviewInProgressException$ = exports.LifecyclePolicyNotFoundException$ = exports.LayersNotFoundException$ = exports.LayerPartTooSmallException$ = exports.LayerInaccessibleException$ = exports.LayerAlreadyExistsException$ = exports.KmsException$ = exports.InvalidTagParameterException$ = exports.InvalidParameterException$ = exports.InvalidLayerPartException$ = exports.InvalidLayerException$ = exports.ImageTagAlreadyExistsException$ = exports.ImageStorageClassUpdateNotSupportedException$ = exports.ImageNotFoundException$ = exports.ImageDigestDoesNotMatchException$ = exports.ImageArchivedException$ = exports.ImageAlreadyExistsException$ = exports.ExclusionNotFoundException$ = exports.ExclusionAlreadyExistsException$ = exports.EmptyUploadException$ = exports.BlockedByOrganizationPolicyException$ = exports.ECRServiceException$ = void 0;
|
|
4
|
+
exports.DescribeRepositoriesRequest$ = exports.DescribeRegistryResponse$ = exports.DescribeRegistryRequest$ = exports.DescribePullThroughCacheRulesResponse$ = exports.DescribePullThroughCacheRulesRequest$ = exports.DescribeImagesResponse$ = exports.DescribeImagesRequest$ = exports.DescribeImageSigningStatusResponse$ = exports.DescribeImageSigningStatusRequest$ = exports.DescribeImagesFilter$ = exports.DescribeImageScanFindingsResponse$ = exports.DescribeImageScanFindingsRequest$ = exports.DescribeImageReplicationStatusResponse$ = exports.DescribeImageReplicationStatusRequest$ = exports.DeregisterPullTimeUpdateExclusionResponse$ = exports.DeregisterPullTimeUpdateExclusionRequest$ = exports.DeleteSigningConfigurationResponse$ = exports.DeleteSigningConfigurationRequest$ = exports.DeleteRepositoryResponse$ = exports.DeleteRepositoryRequest$ = exports.DeleteRepositoryPolicyResponse$ = exports.DeleteRepositoryPolicyRequest$ = exports.DeleteRepositoryCreationTemplateResponse$ = exports.DeleteRepositoryCreationTemplateRequest$ = exports.DeleteRegistryPolicyResponse$ = exports.DeleteRegistryPolicyRequest$ = exports.DeletePullThroughCacheRuleResponse$ = exports.DeletePullThroughCacheRuleRequest$ = exports.DeleteLifecyclePolicyResponse$ = exports.DeleteLifecyclePolicyRequest$ = exports.CvssScoreDetails$ = exports.CvssScoreAdjustment$ = exports.CvssScore$ = exports.CreateRepositoryResponse$ = exports.CreateRepositoryRequest$ = exports.CreateRepositoryCreationTemplateResponse$ = exports.CreateRepositoryCreationTemplateRequest$ = exports.CreatePullThroughCacheRuleResponse$ = exports.CreatePullThroughCacheRuleRequest$ = exports.CompleteLayerUploadResponse$ = exports.CompleteLayerUploadRequest$ = exports.BatchGetRepositoryScanningConfigurationResponse$ = exports.BatchGetRepositoryScanningConfigurationRequest$ = exports.BatchGetImageResponse$ = exports.BatchGetImageRequest$ = exports.BatchDeleteImageResponse$ = exports.BatchDeleteImageRequest$ = exports.BatchCheckLayerAvailabilityResponse$ = exports.BatchCheckLayerAvailabilityRequest$ = exports.AwsEcrContainerImageDetails$ = void 0;
|
|
5
|
+
exports.ListImagesRequest$ = exports.ListImagesFilter$ = exports.ListImageReferrersResponse$ = exports.ListImageReferrersRequest$ = exports.ListImageReferrersFilter$ = exports.LifecyclePolicyRuleAction$ = exports.LifecyclePolicyPreviewSummary$ = exports.LifecyclePolicyPreviewResult$ = exports.LifecyclePolicyPreviewFilter$ = exports.LayerFailure$ = exports.Layer$ = exports.InitiateLayerUploadResponse$ = exports.InitiateLayerUploadRequest$ = exports.ImageTagMutabilityExclusionFilter$ = exports.ImageSigningStatus$ = exports.ImageScanStatus$ = exports.ImageScanningConfiguration$ = exports.ImageScanFindingsSummary$ = exports.ImageScanFindings$ = exports.ImageScanFinding$ = exports.ImageReplicationStatus$ = exports.ImageReferrer$ = exports.ImageIdentifier$ = exports.ImageFailure$ = exports.ImageDetail$ = exports.Image$ = exports.GetSigningConfigurationResponse$ = exports.GetSigningConfigurationRequest$ = exports.GetRepositoryPolicyResponse$ = exports.GetRepositoryPolicyRequest$ = exports.GetRegistryScanningConfigurationResponse$ = exports.GetRegistryScanningConfigurationRequest$ = exports.GetRegistryPolicyResponse$ = exports.GetRegistryPolicyRequest$ = exports.GetLifecyclePolicyResponse$ = exports.GetLifecyclePolicyRequest$ = exports.GetLifecyclePolicyPreviewResponse$ = exports.GetLifecyclePolicyPreviewRequest$ = exports.GetDownloadUrlForLayerResponse$ = exports.GetDownloadUrlForLayerRequest$ = exports.GetAuthorizationTokenResponse$ = exports.GetAuthorizationTokenRequest$ = exports.GetAccountSettingResponse$ = exports.GetAccountSettingRequest$ = exports.EnhancedImageScanFinding$ = exports.EncryptionConfigurationForRepositoryCreationTemplate$ = exports.EncryptionConfiguration$ = exports.DescribeRepositoryCreationTemplatesResponse$ = exports.DescribeRepositoryCreationTemplatesRequest$ = exports.DescribeRepositoriesResponse$ = void 0;
|
|
6
|
+
exports.StartImageScanResponse$ = exports.StartImageScanRequest$ = exports.SigningRule$ = exports.SigningRepositoryFilter$ = exports.SigningConfiguration$ = exports.SetRepositoryPolicyResponse$ = exports.SetRepositoryPolicyRequest$ = exports.ScoreDetails$ = exports.ScanningRepositoryFilter$ = exports.ResourceDetails$ = exports.Resource$ = exports.RepositoryScanningConfigurationFailure$ = exports.RepositoryScanningConfiguration$ = exports.RepositoryFilter$ = exports.RepositoryCreationTemplate$ = exports.Repository$ = exports.ReplicationRule$ = exports.ReplicationDestination$ = exports.ReplicationConfiguration$ = exports.Remediation$ = exports.RegistryScanningRule$ = exports.RegistryScanningConfiguration$ = exports.RegisterPullTimeUpdateExclusionResponse$ = exports.RegisterPullTimeUpdateExclusionRequest$ = exports.Recommendation$ = exports.PutSigningConfigurationResponse$ = exports.PutSigningConfigurationRequest$ = exports.PutReplicationConfigurationResponse$ = exports.PutReplicationConfigurationRequest$ = exports.PutRegistryScanningConfigurationResponse$ = exports.PutRegistryScanningConfigurationRequest$ = exports.PutRegistryPolicyResponse$ = exports.PutRegistryPolicyRequest$ = exports.PutLifecyclePolicyResponse$ = exports.PutLifecyclePolicyRequest$ = exports.PutImageTagMutabilityResponse$ = exports.PutImageTagMutabilityRequest$ = exports.PutImageScanningConfigurationResponse$ = exports.PutImageScanningConfigurationRequest$ = exports.PutImageResponse$ = exports.PutImageRequest$ = exports.PutAccountSettingResponse$ = exports.PutAccountSettingRequest$ = exports.PullThroughCacheRule$ = exports.PackageVulnerabilityDetails$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListPullTimeUpdateExclusionsResponse$ = exports.ListPullTimeUpdateExclusionsRequest$ = exports.ListImagesResponse$ = void 0;
|
|
7
|
+
exports.GetRegistryPolicy$ = exports.GetLifecyclePolicyPreview$ = exports.GetLifecyclePolicy$ = exports.GetDownloadUrlForLayer$ = exports.GetAuthorizationToken$ = exports.GetAccountSetting$ = exports.DescribeRepositoryCreationTemplates$ = exports.DescribeRepositories$ = exports.DescribeRegistry$ = exports.DescribePullThroughCacheRules$ = exports.DescribeImageSigningStatus$ = exports.DescribeImageScanFindings$ = exports.DescribeImages$ = exports.DescribeImageReplicationStatus$ = exports.DeregisterPullTimeUpdateExclusion$ = exports.DeleteSigningConfiguration$ = exports.DeleteRepositoryPolicy$ = exports.DeleteRepositoryCreationTemplate$ = exports.DeleteRepository$ = exports.DeleteRegistryPolicy$ = exports.DeletePullThroughCacheRule$ = exports.DeleteLifecyclePolicy$ = exports.CreateRepositoryCreationTemplate$ = exports.CreateRepository$ = exports.CreatePullThroughCacheRule$ = exports.CompleteLayerUpload$ = exports.BatchGetRepositoryScanningConfiguration$ = exports.BatchGetImage$ = exports.BatchDeleteImage$ = exports.BatchCheckLayerAvailability$ = exports.VulnerablePackage$ = exports.ValidatePullThroughCacheRuleResponse$ = exports.ValidatePullThroughCacheRuleRequest$ = exports.UploadLayerPartResponse$ = exports.UploadLayerPartRequest$ = exports.UpdateRepositoryCreationTemplateResponse$ = exports.UpdateRepositoryCreationTemplateRequest$ = exports.UpdatePullThroughCacheRuleResponse$ = exports.UpdatePullThroughCacheRuleRequest$ = exports.UpdateImageStorageClassResponse$ = exports.UpdateImageStorageClassRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TransitioningImageTotalCount$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.SubjectIdentifier$ = exports.StartLifecyclePolicyPreviewResponse$ = exports.StartLifecyclePolicyPreviewRequest$ = void 0;
|
|
8
|
+
exports.ValidatePullThroughCacheRule$ = exports.UploadLayerPart$ = exports.UpdateRepositoryCreationTemplate$ = exports.UpdatePullThroughCacheRule$ = exports.UpdateImageStorageClass$ = exports.UntagResource$ = exports.TagResource$ = exports.StartLifecyclePolicyPreview$ = exports.StartImageScan$ = exports.SetRepositoryPolicy$ = exports.RegisterPullTimeUpdateExclusion$ = exports.PutSigningConfiguration$ = exports.PutReplicationConfiguration$ = exports.PutRegistryScanningConfiguration$ = exports.PutRegistryPolicy$ = exports.PutLifecyclePolicy$ = exports.PutImageTagMutability$ = exports.PutImageScanningConfiguration$ = exports.PutImage$ = exports.PutAccountSetting$ = exports.ListTagsForResource$ = exports.ListPullTimeUpdateExclusions$ = exports.ListImages$ = exports.ListImageReferrers$ = exports.InitiateLayerUpload$ = exports.GetSigningConfiguration$ = exports.GetRepositoryPolicy$ = exports.GetRegistryScanningConfiguration$ = void 0;
|
|
9
|
+
const _A = "Attribute";
|
|
10
|
+
const _AD = "AuthorizationData";
|
|
11
|
+
const _ADL = "AuthorizationDataList";
|
|
12
|
+
const _AECID = "AwsEcrContainerImageDetails";
|
|
13
|
+
const _AL = "AttributeList";
|
|
14
|
+
const _BBOPE = "BlockedByOrganizationPolicyException";
|
|
15
|
+
const _BCLA = "BatchCheckLayerAvailability";
|
|
16
|
+
const _BCLAR = "BatchCheckLayerAvailabilityRequest";
|
|
17
|
+
const _BCLARa = "BatchCheckLayerAvailabilityResponse";
|
|
18
|
+
const _BDI = "BatchDeleteImage";
|
|
19
|
+
const _BDIR = "BatchDeleteImageRequest";
|
|
20
|
+
const _BDIRa = "BatchDeleteImageResponse";
|
|
21
|
+
const _BGI = "BatchGetImage";
|
|
22
|
+
const _BGIR = "BatchGetImageRequest";
|
|
23
|
+
const _BGIRa = "BatchGetImageResponse";
|
|
24
|
+
const _BGRSC = "BatchGetRepositoryScanningConfiguration";
|
|
25
|
+
const _BGRSCR = "BatchGetRepositoryScanningConfigurationRequest";
|
|
26
|
+
const _BGRSCRa = "BatchGetRepositoryScanningConfigurationResponse";
|
|
27
|
+
const _CLU = "CompleteLayerUpload";
|
|
28
|
+
const _CLUR = "CompleteLayerUploadRequest";
|
|
29
|
+
const _CLURo = "CompleteLayerUploadResponse";
|
|
30
|
+
const _CPTCR = "CreatePullThroughCacheRule";
|
|
31
|
+
const _CPTCRR = "CreatePullThroughCacheRuleRequest";
|
|
32
|
+
const _CPTCRRr = "CreatePullThroughCacheRuleResponse";
|
|
33
|
+
const _CR = "CreateRepository";
|
|
34
|
+
const _CRCT = "CreateRepositoryCreationTemplate";
|
|
35
|
+
const _CRCTR = "CreateRepositoryCreationTemplateRequest";
|
|
36
|
+
const _CRCTRr = "CreateRepositoryCreationTemplateResponse";
|
|
37
|
+
const _CRR = "CreateRepositoryRequest";
|
|
38
|
+
const _CRRr = "CreateRepositoryResponse";
|
|
39
|
+
const _CS = "CvssScore";
|
|
40
|
+
const _CSA = "CvssScoreAdjustment";
|
|
41
|
+
const _CSAL = "CvssScoreAdjustmentList";
|
|
42
|
+
const _CSD = "CvssScoreDetails";
|
|
43
|
+
const _CSL = "CvssScoreList";
|
|
44
|
+
const _DI = "DescribeImages";
|
|
45
|
+
const _DIF = "DescribeImagesFilter";
|
|
46
|
+
const _DIR = "DescribeImagesRequest";
|
|
47
|
+
const _DIRS = "DescribeImageReplicationStatus";
|
|
48
|
+
const _DIRSR = "DescribeImageReplicationStatusRequest";
|
|
49
|
+
const _DIRSRe = "DescribeImageReplicationStatusResponse";
|
|
50
|
+
const _DIRe = "DescribeImagesResponse";
|
|
51
|
+
const _DISF = "DescribeImageScanFindings";
|
|
52
|
+
const _DISFR = "DescribeImageScanFindingsRequest";
|
|
53
|
+
const _DISFRe = "DescribeImageScanFindingsResponse";
|
|
54
|
+
const _DISS = "DescribeImageSigningStatus";
|
|
55
|
+
const _DISSR = "DescribeImageSigningStatusRequest";
|
|
56
|
+
const _DISSRe = "DescribeImageSigningStatusResponse";
|
|
57
|
+
const _DLP = "DeleteLifecyclePolicy";
|
|
58
|
+
const _DLPR = "DeleteLifecyclePolicyRequest";
|
|
59
|
+
const _DLPRe = "DeleteLifecyclePolicyResponse";
|
|
60
|
+
const _DPTCR = "DeletePullThroughCacheRule";
|
|
61
|
+
const _DPTCRR = "DeletePullThroughCacheRuleRequest";
|
|
62
|
+
const _DPTCRRe = "DeletePullThroughCacheRuleResponse";
|
|
63
|
+
const _DPTCRRes = "DescribePullThroughCacheRulesRequest";
|
|
64
|
+
const _DPTCRResc = "DescribePullThroughCacheRulesResponse";
|
|
65
|
+
const _DPTCRe = "DescribePullThroughCacheRules";
|
|
66
|
+
const _DPTUE = "DeregisterPullTimeUpdateExclusion";
|
|
67
|
+
const _DPTUER = "DeregisterPullTimeUpdateExclusionRequest";
|
|
68
|
+
const _DPTUERe = "DeregisterPullTimeUpdateExclusionResponse";
|
|
69
|
+
const _DR = "DeleteRepository";
|
|
70
|
+
const _DRCT = "DeleteRepositoryCreationTemplate";
|
|
71
|
+
const _DRCTR = "DeleteRepositoryCreationTemplateRequest";
|
|
72
|
+
const _DRCTRe = "DeleteRepositoryCreationTemplateResponse";
|
|
73
|
+
const _DRCTRes = "DescribeRepositoryCreationTemplatesRequest";
|
|
74
|
+
const _DRCTResc = "DescribeRepositoryCreationTemplatesResponse";
|
|
75
|
+
const _DRCTe = "DescribeRepositoryCreationTemplates";
|
|
76
|
+
const _DRP = "DeleteRegistryPolicy";
|
|
77
|
+
const _DRPR = "DeleteRegistryPolicyRequest";
|
|
78
|
+
const _DRPRe = "DeleteRegistryPolicyResponse";
|
|
79
|
+
const _DRPRel = "DeleteRepositoryPolicyRequest";
|
|
80
|
+
const _DRPRele = "DeleteRepositoryPolicyResponse";
|
|
81
|
+
const _DRPe = "DeleteRepositoryPolicy";
|
|
82
|
+
const _DRR = "DeleteRepositoryRequest";
|
|
83
|
+
const _DRRe = "DeleteRepositoryResponse";
|
|
84
|
+
const _DRRes = "DescribeRegistryRequest";
|
|
85
|
+
const _DRResc = "DescribeRegistryResponse";
|
|
86
|
+
const _DRRescr = "DescribeRepositoriesRequest";
|
|
87
|
+
const _DRRescri = "DescribeRepositoriesResponse";
|
|
88
|
+
const _DRe = "DescribeRegistry";
|
|
89
|
+
const _DRes = "DescribeRepositories";
|
|
90
|
+
const _DSC = "DeleteSigningConfiguration";
|
|
91
|
+
const _DSCR = "DeleteSigningConfigurationRequest";
|
|
92
|
+
const _DSCRe = "DeleteSigningConfigurationResponse";
|
|
93
|
+
const _EAEE = "ExclusionAlreadyExistsException";
|
|
94
|
+
const _EC = "EncryptionConfiguration";
|
|
95
|
+
const _ECFRCT = "EncryptionConfigurationForRepositoryCreationTemplate";
|
|
96
|
+
const _EISF = "EnhancedImageScanFinding";
|
|
97
|
+
const _EISFL = "EnhancedImageScanFindingList";
|
|
98
|
+
const _ENFE = "ExclusionNotFoundException";
|
|
99
|
+
const _EUE = "EmptyUploadException";
|
|
100
|
+
const _GAS = "GetAccountSetting";
|
|
101
|
+
const _GASR = "GetAccountSettingRequest";
|
|
102
|
+
const _GASRe = "GetAccountSettingResponse";
|
|
103
|
+
const _GAT = "GetAuthorizationToken";
|
|
104
|
+
const _GATR = "GetAuthorizationTokenRequest";
|
|
105
|
+
const _GATRe = "GetAuthorizationTokenResponse";
|
|
106
|
+
const _GDUFL = "GetDownloadUrlForLayer";
|
|
107
|
+
const _GDUFLR = "GetDownloadUrlForLayerRequest";
|
|
108
|
+
const _GDUFLRe = "GetDownloadUrlForLayerResponse";
|
|
109
|
+
const _GLP = "GetLifecyclePolicy";
|
|
110
|
+
const _GLPP = "GetLifecyclePolicyPreview";
|
|
111
|
+
const _GLPPR = "GetLifecyclePolicyPreviewRequest";
|
|
112
|
+
const _GLPPRe = "GetLifecyclePolicyPreviewResponse";
|
|
113
|
+
const _GLPR = "GetLifecyclePolicyRequest";
|
|
114
|
+
const _GLPRe = "GetLifecyclePolicyResponse";
|
|
115
|
+
const _GRP = "GetRegistryPolicy";
|
|
116
|
+
const _GRPR = "GetRegistryPolicyRequest";
|
|
117
|
+
const _GRPRe = "GetRegistryPolicyResponse";
|
|
118
|
+
const _GRPRet = "GetRepositoryPolicyRequest";
|
|
119
|
+
const _GRPRete = "GetRepositoryPolicyResponse";
|
|
120
|
+
const _GRPe = "GetRepositoryPolicy";
|
|
121
|
+
const _GRSC = "GetRegistryScanningConfiguration";
|
|
122
|
+
const _GRSCR = "GetRegistryScanningConfigurationRequest";
|
|
123
|
+
const _GRSCRe = "GetRegistryScanningConfigurationResponse";
|
|
124
|
+
const _GSC = "GetSigningConfiguration";
|
|
125
|
+
const _GSCR = "GetSigningConfigurationRequest";
|
|
126
|
+
const _GSCRe = "GetSigningConfigurationResponse";
|
|
127
|
+
const _I = "Image";
|
|
128
|
+
const _IAE = "ImageArchivedException";
|
|
129
|
+
const _IAEE = "ImageAlreadyExistsException";
|
|
130
|
+
const _ID = "ImageDetail";
|
|
131
|
+
const _IDDNME = "ImageDigestDoesNotMatchException";
|
|
132
|
+
const _IDL = "ImageDetailList";
|
|
133
|
+
const _IF = "ImageFailure";
|
|
134
|
+
const _IFL = "ImageFailureList";
|
|
135
|
+
const _II = "ImageIdentifier";
|
|
136
|
+
const _IIL = "ImageIdentifierList";
|
|
137
|
+
const _IL = "ImageList";
|
|
138
|
+
const _ILE = "InvalidLayerException";
|
|
139
|
+
const _ILPE = "InvalidLayerPartException";
|
|
140
|
+
const _ILU = "InitiateLayerUpload";
|
|
141
|
+
const _ILUR = "InitiateLayerUploadRequest";
|
|
142
|
+
const _ILURn = "InitiateLayerUploadResponse";
|
|
143
|
+
const _INFE = "ImageNotFoundException";
|
|
144
|
+
const _IPE = "InvalidParameterException";
|
|
145
|
+
const _IR = "ImageReferrer";
|
|
146
|
+
const _IRL = "ImageReferrerList";
|
|
147
|
+
const _IRS = "ImageReplicationStatus";
|
|
148
|
+
const _IRSL = "ImageReplicationStatusList";
|
|
149
|
+
const _ISC = "ImageScanningConfiguration";
|
|
150
|
+
const _ISCUNSE = "ImageStorageClassUpdateNotSupportedException";
|
|
151
|
+
const _ISF = "ImageScanFinding";
|
|
152
|
+
const _ISFL = "ImageScanFindingList";
|
|
153
|
+
const _ISFS = "ImageScanFindingsSummary";
|
|
154
|
+
const _ISFm = "ImageScanFindings";
|
|
155
|
+
const _ISS = "ImageScanStatus";
|
|
156
|
+
const _ISSL = "ImageSigningStatusList";
|
|
157
|
+
const _ISSm = "ImageSigningStatus";
|
|
158
|
+
const _ITAEE = "ImageTagAlreadyExistsException";
|
|
159
|
+
const _ITMEF = "ImageTagMutabilityExclusionFilter";
|
|
160
|
+
const _ITMEFm = "ImageTagMutabilityExclusionFilters";
|
|
161
|
+
const _ITPE = "InvalidTagParameterException";
|
|
162
|
+
const _K = "Key";
|
|
163
|
+
const _KE = "KmsException";
|
|
164
|
+
const _L = "Layer";
|
|
165
|
+
const _LAEE = "LayerAlreadyExistsException";
|
|
166
|
+
const _LEE = "LimitExceededException";
|
|
167
|
+
const _LF = "LayerFailure";
|
|
168
|
+
const _LFL = "LayerFailureList";
|
|
169
|
+
const _LI = "ListImages";
|
|
170
|
+
const _LIE = "LayerInaccessibleException";
|
|
171
|
+
const _LIF = "ListImagesFilter";
|
|
172
|
+
const _LIR = "ListImagesRequest";
|
|
173
|
+
const _LIRF = "ListImageReferrersFilter";
|
|
174
|
+
const _LIRR = "ListImageReferrersRequest";
|
|
175
|
+
const _LIRRi = "ListImageReferrersResponse";
|
|
176
|
+
const _LIRi = "ListImagesResponse";
|
|
177
|
+
const _LIRis = "ListImageReferrers";
|
|
178
|
+
const _LL = "LayerList";
|
|
179
|
+
const _LNFE = "LayersNotFoundException";
|
|
180
|
+
const _LPNFE = "LifecyclePolicyNotFoundException";
|
|
181
|
+
const _LPPF = "LifecyclePolicyPreviewFilter";
|
|
182
|
+
const _LPPIPE = "LifecyclePolicyPreviewInProgressException";
|
|
183
|
+
const _LPPNFE = "LifecyclePolicyPreviewNotFoundException";
|
|
184
|
+
const _LPPR = "LifecyclePolicyPreviewResult";
|
|
185
|
+
const _LPPRL = "LifecyclePolicyPreviewResultList";
|
|
186
|
+
const _LPPS = "LifecyclePolicyPreviewSummary";
|
|
187
|
+
const _LPRA = "LifecyclePolicyRuleAction";
|
|
188
|
+
const _LPTSE = "LayerPartTooSmallException";
|
|
189
|
+
const _LPTUE = "ListPullTimeUpdateExclusions";
|
|
190
|
+
const _LPTUER = "ListPullTimeUpdateExclusionsRequest";
|
|
191
|
+
const _LPTUERi = "ListPullTimeUpdateExclusionsResponse";
|
|
192
|
+
const _LTFR = "ListTagsForResource";
|
|
193
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
194
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
195
|
+
const _PAS = "PutAccountSetting";
|
|
196
|
+
const _PASR = "PutAccountSettingRequest";
|
|
197
|
+
const _PASRu = "PutAccountSettingResponse";
|
|
198
|
+
const _PI = "PutImage";
|
|
199
|
+
const _PIR = "PutImageRequest";
|
|
200
|
+
const _PIRu = "PutImageResponse";
|
|
201
|
+
const _PISC = "PutImageScanningConfiguration";
|
|
202
|
+
const _PISCR = "PutImageScanningConfigurationRequest";
|
|
203
|
+
const _PISCRu = "PutImageScanningConfigurationResponse";
|
|
204
|
+
const _PITM = "PutImageTagMutability";
|
|
205
|
+
const _PITMR = "PutImageTagMutabilityRequest";
|
|
206
|
+
const _PITMRu = "PutImageTagMutabilityResponse";
|
|
207
|
+
const _PLP = "PutLifecyclePolicy";
|
|
208
|
+
const _PLPR = "PutLifecyclePolicyRequest";
|
|
209
|
+
const _PLPRu = "PutLifecyclePolicyResponse";
|
|
210
|
+
const _PRC = "PutReplicationConfiguration";
|
|
211
|
+
const _PRCR = "PutReplicationConfigurationRequest";
|
|
212
|
+
const _PRCRu = "PutReplicationConfigurationResponse";
|
|
213
|
+
const _PRP = "PutRegistryPolicy";
|
|
214
|
+
const _PRPR = "PutRegistryPolicyRequest";
|
|
215
|
+
const _PRPRu = "PutRegistryPolicyResponse";
|
|
216
|
+
const _PRSC = "PutRegistryScanningConfiguration";
|
|
217
|
+
const _PRSCR = "PutRegistryScanningConfigurationRequest";
|
|
218
|
+
const _PRSCRu = "PutRegistryScanningConfigurationResponse";
|
|
219
|
+
const _PSC = "PutSigningConfiguration";
|
|
220
|
+
const _PSCR = "PutSigningConfigurationRequest";
|
|
221
|
+
const _PSCRu = "PutSigningConfigurationResponse";
|
|
222
|
+
const _PTCR = "PullThroughCacheRule";
|
|
223
|
+
const _PTCRAEE = "PullThroughCacheRuleAlreadyExistsException";
|
|
224
|
+
const _PTCRL = "PullThroughCacheRuleList";
|
|
225
|
+
const _PTCRNFE = "PullThroughCacheRuleNotFoundException";
|
|
226
|
+
const _PVD = "PackageVulnerabilityDetails";
|
|
227
|
+
const _R = "Recommendation";
|
|
228
|
+
const _RAEE = "RepositoryAlreadyExistsException";
|
|
229
|
+
const _RC = "ReplicationConfiguration";
|
|
230
|
+
const _RCT = "RepositoryCreationTemplate";
|
|
231
|
+
const _RCTL = "RepositoryCreationTemplateList";
|
|
232
|
+
const _RD = "ReplicationDestination";
|
|
233
|
+
const _RDL = "ReplicationDestinationList";
|
|
234
|
+
const _RDe = "ResourceDetails";
|
|
235
|
+
const _RF = "RepositoryFilter";
|
|
236
|
+
const _RFL = "RepositoryFilterList";
|
|
237
|
+
const _RINFE = "ReferencedImagesNotFoundException";
|
|
238
|
+
const _RL = "RepositoryList";
|
|
239
|
+
const _RLe = "ResourceList";
|
|
240
|
+
const _RNEE = "RepositoryNotEmptyException";
|
|
241
|
+
const _RNFE = "RepositoryNotFoundException";
|
|
242
|
+
const _RPNFE = "RegistryPolicyNotFoundException";
|
|
243
|
+
const _RPNFEe = "RepositoryPolicyNotFoundException";
|
|
244
|
+
const _RPTUE = "RegisterPullTimeUpdateExclusion";
|
|
245
|
+
const _RPTUER = "RegisterPullTimeUpdateExclusionRequest";
|
|
246
|
+
const _RPTUERe = "RegisterPullTimeUpdateExclusionResponse";
|
|
247
|
+
const _RR = "ReplicationRule";
|
|
248
|
+
const _RRL = "ReplicationRuleList";
|
|
249
|
+
const _RSC = "RegistryScanningConfiguration";
|
|
250
|
+
const _RSCF = "RepositoryScanningConfigurationFailure";
|
|
251
|
+
const _RSCFL = "RepositoryScanningConfigurationFailureList";
|
|
252
|
+
const _RSCL = "RepositoryScanningConfigurationList";
|
|
253
|
+
const _RSCe = "RepositoryScanningConfiguration";
|
|
254
|
+
const _RSR = "RegistryScanningRule";
|
|
255
|
+
const _RSRL = "RegistryScanningRuleList";
|
|
256
|
+
const _Re = "Remediation";
|
|
257
|
+
const _Rep = "Repository";
|
|
258
|
+
const _Res = "Resource";
|
|
259
|
+
const _SC = "SigningConfiguration";
|
|
260
|
+
const _SCNFE = "SigningConfigurationNotFoundException";
|
|
261
|
+
const _SD = "ScoreDetails";
|
|
262
|
+
const _SE = "ServerException";
|
|
263
|
+
const _SI = "SubjectIdentifier";
|
|
264
|
+
const _SIS = "StartImageScan";
|
|
265
|
+
const _SISR = "StartImageScanRequest";
|
|
266
|
+
const _SISRt = "StartImageScanResponse";
|
|
267
|
+
const _SLPP = "StartLifecyclePolicyPreview";
|
|
268
|
+
const _SLPPR = "StartLifecyclePolicyPreviewRequest";
|
|
269
|
+
const _SLPPRt = "StartLifecyclePolicyPreviewResponse";
|
|
270
|
+
const _SNFE = "ScanNotFoundException";
|
|
271
|
+
const _SNFEe = "SecretNotFoundException";
|
|
272
|
+
const _SR = "SigningRule";
|
|
273
|
+
const _SRF = "ScanningRepositoryFilter";
|
|
274
|
+
const _SRFL = "ScanningRepositoryFilterList";
|
|
275
|
+
const _SRFLi = "SigningRepositoryFilterList";
|
|
276
|
+
const _SRFi = "SigningRepositoryFilter";
|
|
277
|
+
const _SRL = "SigningRuleList";
|
|
278
|
+
const _SRP = "SetRepositoryPolicy";
|
|
279
|
+
const _SRPR = "SetRepositoryPolicyRequest";
|
|
280
|
+
const _SRPRe = "SetRepositoryPolicyResponse";
|
|
281
|
+
const _T = "Tag";
|
|
282
|
+
const _TAEE = "TemplateAlreadyExistsException";
|
|
283
|
+
const _TITC = "TransitioningImageTotalCount";
|
|
284
|
+
const _TITCr = "TransitioningImageTotalCounts";
|
|
285
|
+
const _TL = "TagList";
|
|
286
|
+
const _TMTE = "TooManyTagsException";
|
|
287
|
+
const _TNFE = "TemplateNotFoundException";
|
|
288
|
+
const _TR = "TagResource";
|
|
289
|
+
const _TRR = "TagResourceRequest";
|
|
290
|
+
const _TRRa = "TagResourceResponse";
|
|
291
|
+
const _UISC = "UpdateImageStorageClass";
|
|
292
|
+
const _UISCR = "UpdateImageStorageClassRequest";
|
|
293
|
+
const _UISCRp = "UpdateImageStorageClassResponse";
|
|
294
|
+
const _UITE = "UnsupportedImageTypeException";
|
|
295
|
+
const _ULP = "UploadLayerPart";
|
|
296
|
+
const _ULPR = "UploadLayerPartRequest";
|
|
297
|
+
const _ULPRp = "UploadLayerPartResponse";
|
|
298
|
+
const _UNFE = "UploadNotFoundException";
|
|
299
|
+
const _UPTCR = "UpdatePullThroughCacheRule";
|
|
300
|
+
const _UPTCRR = "UpdatePullThroughCacheRuleRequest";
|
|
301
|
+
const _UPTCRRp = "UpdatePullThroughCacheRuleResponse";
|
|
302
|
+
const _UR = "UntagResource";
|
|
303
|
+
const _URCT = "UpdateRepositoryCreationTemplate";
|
|
304
|
+
const _URCTR = "UpdateRepositoryCreationTemplateRequest";
|
|
305
|
+
const _URCTRp = "UpdateRepositoryCreationTemplateResponse";
|
|
306
|
+
const _URR = "UntagResourceRequest";
|
|
307
|
+
const _URRn = "UntagResourceResponse";
|
|
308
|
+
const _UTASE = "UnableToAccessSecretException";
|
|
309
|
+
const _UTDSVE = "UnableToDecryptSecretValueException";
|
|
310
|
+
const _UTGUIE = "UnableToGetUpstreamImageException";
|
|
311
|
+
const _UTGULE = "UnableToGetUpstreamLayerException";
|
|
312
|
+
const _UURE = "UnsupportedUpstreamRegistryException";
|
|
313
|
+
const _V = "Value";
|
|
314
|
+
const _VE = "ValidationException";
|
|
315
|
+
const _VP = "VulnerablePackage";
|
|
316
|
+
const _VPL = "VulnerablePackagesList";
|
|
317
|
+
const _VPTCR = "ValidatePullThroughCacheRule";
|
|
318
|
+
const _VPTCRR = "ValidatePullThroughCacheRuleRequest";
|
|
319
|
+
const _VPTCRRa = "ValidatePullThroughCacheRuleResponse";
|
|
320
|
+
const _a = "architecture";
|
|
321
|
+
const _aAI = "awsAccountId";
|
|
322
|
+
const _aD = "authorizationData";
|
|
323
|
+
const _aECI = "awsEcrContainerImage";
|
|
324
|
+
const _aF = "appliedFor";
|
|
325
|
+
const _aMT = "acceptedMediaTypes";
|
|
326
|
+
const _aMTr = "artifactMediaType";
|
|
327
|
+
const _aRP = "appliedRulePriority";
|
|
328
|
+
const _aS = "artifactStatus";
|
|
329
|
+
const _aSF = "appliedScanFilters";
|
|
330
|
+
const _aT = "authorizationToken";
|
|
331
|
+
const _aTr = "artifactType";
|
|
332
|
+
const _aTrt = "artifactTypes";
|
|
333
|
+
const _ac = "action";
|
|
334
|
+
const _ad = "adjustments";
|
|
335
|
+
const _an = "annotations";
|
|
336
|
+
const _ar = "arch";
|
|
337
|
+
const _at = "attributes";
|
|
338
|
+
const _au = "author";
|
|
339
|
+
const _bS = "baseScore";
|
|
340
|
+
const _c = "client";
|
|
341
|
+
const _cA = "credentialArn";
|
|
342
|
+
const _cAr = "createdAt";
|
|
343
|
+
const _cRA = "customRoleArn";
|
|
344
|
+
const _cv = "cvss";
|
|
345
|
+
const _d = "description";
|
|
346
|
+
const _dU = "downloadUrl";
|
|
347
|
+
const _de = "destinations";
|
|
348
|
+
const _det = "details";
|
|
349
|
+
const _di = "digest";
|
|
350
|
+
const _e = "error";
|
|
351
|
+
const _eA = "expiresAt";
|
|
352
|
+
const _eAx = "exploitAvailable";
|
|
353
|
+
const _eC = "encryptionConfiguration";
|
|
354
|
+
const _eF = "enhancedFindings";
|
|
355
|
+
const _eITC = "expiringImageTotalCount";
|
|
356
|
+
const _eRP = "ecrRepositoryPrefix";
|
|
357
|
+
const _eRPc = "ecrRepositoryPrefixes";
|
|
358
|
+
const _eT = "encryptionType";
|
|
359
|
+
const _ep = "epoch";
|
|
360
|
+
const _f = "failures";
|
|
361
|
+
const _fA = "findingArn";
|
|
362
|
+
const _fAi = "fixAvailable";
|
|
363
|
+
const _fC = "failureCode";
|
|
364
|
+
const _fIV = "fixedInVersion";
|
|
365
|
+
const _fOA = "firstObservedAt";
|
|
366
|
+
const _fP = "filePath";
|
|
367
|
+
const _fR = "failureReason";
|
|
368
|
+
const _fSC = "findingSeverityCounts";
|
|
369
|
+
const _fT = "filterType";
|
|
370
|
+
const _fa = "failure";
|
|
371
|
+
const _fi = "filter";
|
|
372
|
+
const _fin = "findings";
|
|
373
|
+
const _fo = "force";
|
|
374
|
+
const _hE = "httpError";
|
|
375
|
+
const _i = "images";
|
|
376
|
+
const _iD = "imageDetails";
|
|
377
|
+
const _iDm = "imageDigest";
|
|
378
|
+
const _iH = "imageHash";
|
|
379
|
+
const _iI = "imageIds";
|
|
380
|
+
const _iIm = "imageId";
|
|
381
|
+
const _iM = "imageManifest";
|
|
382
|
+
const _iMMT = "imageManifestMediaType";
|
|
383
|
+
const _iPA = "imagePushedAt";
|
|
384
|
+
const _iS = "imageStatus";
|
|
385
|
+
const _iSC = "imageScanningConfiguration";
|
|
386
|
+
const _iSCA = "imageScanCompletedAt";
|
|
387
|
+
const _iSF = "imageScanFindings";
|
|
388
|
+
const _iSFS = "imageScanFindingsSummary";
|
|
389
|
+
const _iSIB = "imageSizeInBytes";
|
|
390
|
+
const _iSS = "imageScanStatus";
|
|
391
|
+
const _iT = "imageTags";
|
|
392
|
+
const _iTC = "imageTotalCount";
|
|
393
|
+
const _iTM = "imageTagMutability";
|
|
394
|
+
const _iTMEF = "imageTagMutabilityExclusionFilters";
|
|
395
|
+
const _iTm = "imageTag";
|
|
396
|
+
const _iUC = "inUseCount";
|
|
397
|
+
const _iV = "isValid";
|
|
398
|
+
const _id = "id";
|
|
399
|
+
const _im = "image";
|
|
400
|
+
const _k = "key";
|
|
401
|
+
const _kE = "kmsError";
|
|
402
|
+
const _kK = "kmsKey";
|
|
403
|
+
const _l = "layers";
|
|
404
|
+
const _lA = "layerAvailability";
|
|
405
|
+
const _lAA = "lastArchivedAt";
|
|
406
|
+
const _lAAa = "lastActivatedAt";
|
|
407
|
+
const _lBR = "lastByteReceived";
|
|
408
|
+
const _lD = "layerDigests";
|
|
409
|
+
const _lDa = "layerDigest";
|
|
410
|
+
const _lEA = "lastEvaluatedAt";
|
|
411
|
+
const _lIUA = "lastInUseAt";
|
|
412
|
+
const _lOA = "lastObservedAt";
|
|
413
|
+
const _lP = "lifecyclePolicy";
|
|
414
|
+
const _lPB = "layerPartBlob";
|
|
415
|
+
const _lPT = "lifecyclePolicyText";
|
|
416
|
+
const _lRPT = "lastRecordedPullTime";
|
|
417
|
+
const _lS = "layerSize";
|
|
418
|
+
const _lVBR = "lastValidByteReceived";
|
|
419
|
+
const _m = "message";
|
|
420
|
+
const _mR = "maxResults";
|
|
421
|
+
const _mT = "mediaType";
|
|
422
|
+
const _me = "metric";
|
|
423
|
+
const _n = "name";
|
|
424
|
+
const _nT = "nextToken";
|
|
425
|
+
const _p = "platform";
|
|
426
|
+
const _pA = "pushedAt";
|
|
427
|
+
const _pAr = "principalArn";
|
|
428
|
+
const _pE = "proxyEndpoint";
|
|
429
|
+
const _pFB = "partFirstByte";
|
|
430
|
+
const _pLB = "partLastByte";
|
|
431
|
+
const _pM = "packageManager";
|
|
432
|
+
const _pR = "previewResults";
|
|
433
|
+
const _pS = "partSize";
|
|
434
|
+
const _pT = "policyText";
|
|
435
|
+
const _pTCR = "pullThroughCacheRules";
|
|
436
|
+
const _pTUE = "pullTimeUpdateExclusions";
|
|
437
|
+
const _pVD = "packageVulnerabilityDetails";
|
|
438
|
+
const _pr = "prefix";
|
|
439
|
+
const _pre = "prefixes";
|
|
440
|
+
const _r = "registry";
|
|
441
|
+
const _rA = "resourceArn";
|
|
442
|
+
const _rAe = "repositoryArn";
|
|
443
|
+
const _rC = "replicationConfiguration";
|
|
444
|
+
const _rCT = "repositoryCreationTemplate";
|
|
445
|
+
const _rCTe = "repositoryCreationTemplates";
|
|
446
|
+
const _rF = "repositoryFilters";
|
|
447
|
+
const _rI = "registryId";
|
|
448
|
+
const _rIe = "registryIds";
|
|
449
|
+
const _rN = "repositoryName";
|
|
450
|
+
const _rNe = "repositoryNames";
|
|
451
|
+
const _rP = "repositoryPolicy";
|
|
452
|
+
const _rS = "replicationStatuses";
|
|
453
|
+
const _rSC = "registryScanningConfiguration";
|
|
454
|
+
const _rT = "resourceTags";
|
|
455
|
+
const _rU = "referenceUrls";
|
|
456
|
+
const _rUe = "repositoryUri";
|
|
457
|
+
const _rV = "relatedVulnerabilities";
|
|
458
|
+
const _re = "repository";
|
|
459
|
+
const _rea = "reason";
|
|
460
|
+
const _rec = "recommendation";
|
|
461
|
+
const _ref = "referrers";
|
|
462
|
+
const _reg = "region";
|
|
463
|
+
const _rel = "release";
|
|
464
|
+
const _rem = "remediation";
|
|
465
|
+
const _rep = "repositories";
|
|
466
|
+
const _res = "resources";
|
|
467
|
+
const _ru = "rules";
|
|
468
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ecr";
|
|
469
|
+
const _sC = "scanningConfigurations";
|
|
470
|
+
const _sCc = "scanningConfiguration";
|
|
471
|
+
const _sCi = "signingConfiguration";
|
|
472
|
+
const _sCt = "storageClass";
|
|
473
|
+
const _sD = "scoreDetails";
|
|
474
|
+
const _sF = "scanFrequency";
|
|
475
|
+
const _sI = "subjectId";
|
|
476
|
+
const _sLH = "sourceLayerHash";
|
|
477
|
+
const _sMD = "subjectManifestDigest";
|
|
478
|
+
const _sOP = "scanOnPush";
|
|
479
|
+
const _sPA = "signingProfileArn";
|
|
480
|
+
const _sS = "scoreSource";
|
|
481
|
+
const _sSi = "signingStatuses";
|
|
482
|
+
const _sT = "scanType";
|
|
483
|
+
const _sU = "sourceUrl";
|
|
484
|
+
const _sV = "scoringVector";
|
|
485
|
+
const _sc = "score";
|
|
486
|
+
const _se = "server";
|
|
487
|
+
const _sev = "severity";
|
|
488
|
+
const _si = "size";
|
|
489
|
+
const _so = "source";
|
|
490
|
+
const _st = "status";
|
|
491
|
+
const _su = "summary";
|
|
492
|
+
const _t = "tags";
|
|
493
|
+
const _tITC = "transitioningImageTotalCounts";
|
|
494
|
+
const _tK = "tagKeys";
|
|
495
|
+
const _tS = "tagStatus";
|
|
496
|
+
const _tSC = "targetStorageClass";
|
|
497
|
+
const _te = "text";
|
|
498
|
+
const _ti = "title";
|
|
499
|
+
const _ty = "type";
|
|
500
|
+
const _u = "uri";
|
|
501
|
+
const _uA = "updatedAt";
|
|
502
|
+
const _uI = "uploadId";
|
|
503
|
+
const _uR = "upstreamRegistry";
|
|
504
|
+
const _uRP = "upstreamRepositoryPrefix";
|
|
505
|
+
const _uRU = "upstreamRegistryUrl";
|
|
506
|
+
const _ur = "url";
|
|
507
|
+
const _v = "value";
|
|
508
|
+
const _vCA = "vendorCreatedAt";
|
|
509
|
+
const _vI = "vulnerabilityId";
|
|
510
|
+
const _vP = "vulnerablePackages";
|
|
511
|
+
const _vS = "vendorSeverity";
|
|
512
|
+
const _vSUA = "vulnerabilitySourceUpdatedAt";
|
|
513
|
+
const _vUA = "vendorUpdatedAt";
|
|
514
|
+
const _ve = "version";
|
|
515
|
+
const n0 = "com.amazonaws.ecr";
|
|
516
|
+
const schema_1 = require("@smithy/core/schema");
|
|
517
|
+
const ECRServiceException_1 = require("../models/ECRServiceException");
|
|
518
|
+
const errors_1 = require("../models/errors");
|
|
519
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
520
|
+
exports.ECRServiceException$ = [-3, _s, "ECRServiceException", 0, [], []];
|
|
521
|
+
_s_registry.registerError(exports.ECRServiceException$, ECRServiceException_1.ECRServiceException);
|
|
522
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
523
|
+
exports.BlockedByOrganizationPolicyException$ = [-3, n0, _BBOPE,
|
|
524
|
+
{ [_e]: _c },
|
|
525
|
+
[_m],
|
|
526
|
+
[0]
|
|
527
|
+
];
|
|
528
|
+
n0_registry.registerError(exports.BlockedByOrganizationPolicyException$, errors_1.BlockedByOrganizationPolicyException);
|
|
529
|
+
exports.EmptyUploadException$ = [-3, n0, _EUE,
|
|
530
|
+
{ [_e]: _c },
|
|
531
|
+
[_m],
|
|
532
|
+
[0]
|
|
533
|
+
];
|
|
534
|
+
n0_registry.registerError(exports.EmptyUploadException$, errors_1.EmptyUploadException);
|
|
535
|
+
exports.ExclusionAlreadyExistsException$ = [-3, n0, _EAEE,
|
|
536
|
+
{ [_e]: _c },
|
|
537
|
+
[_m],
|
|
538
|
+
[0]
|
|
539
|
+
];
|
|
540
|
+
n0_registry.registerError(exports.ExclusionAlreadyExistsException$, errors_1.ExclusionAlreadyExistsException);
|
|
541
|
+
exports.ExclusionNotFoundException$ = [-3, n0, _ENFE,
|
|
542
|
+
{ [_e]: _c },
|
|
543
|
+
[_m],
|
|
544
|
+
[0]
|
|
545
|
+
];
|
|
546
|
+
n0_registry.registerError(exports.ExclusionNotFoundException$, errors_1.ExclusionNotFoundException);
|
|
547
|
+
exports.ImageAlreadyExistsException$ = [-3, n0, _IAEE,
|
|
548
|
+
{ [_e]: _c },
|
|
549
|
+
[_m],
|
|
550
|
+
[0]
|
|
551
|
+
];
|
|
552
|
+
n0_registry.registerError(exports.ImageAlreadyExistsException$, errors_1.ImageAlreadyExistsException);
|
|
553
|
+
exports.ImageArchivedException$ = [-3, n0, _IAE,
|
|
554
|
+
{ [_e]: _c },
|
|
555
|
+
[_m],
|
|
556
|
+
[0]
|
|
557
|
+
];
|
|
558
|
+
n0_registry.registerError(exports.ImageArchivedException$, errors_1.ImageArchivedException);
|
|
559
|
+
exports.ImageDigestDoesNotMatchException$ = [-3, n0, _IDDNME,
|
|
560
|
+
{ [_e]: _c },
|
|
561
|
+
[_m],
|
|
562
|
+
[0]
|
|
563
|
+
];
|
|
564
|
+
n0_registry.registerError(exports.ImageDigestDoesNotMatchException$, errors_1.ImageDigestDoesNotMatchException);
|
|
565
|
+
exports.ImageNotFoundException$ = [-3, n0, _INFE,
|
|
566
|
+
{ [_e]: _c },
|
|
567
|
+
[_m],
|
|
568
|
+
[0]
|
|
569
|
+
];
|
|
570
|
+
n0_registry.registerError(exports.ImageNotFoundException$, errors_1.ImageNotFoundException);
|
|
571
|
+
exports.ImageStorageClassUpdateNotSupportedException$ = [-3, n0, _ISCUNSE,
|
|
572
|
+
{ [_e]: _c },
|
|
573
|
+
[_m],
|
|
574
|
+
[0]
|
|
575
|
+
];
|
|
576
|
+
n0_registry.registerError(exports.ImageStorageClassUpdateNotSupportedException$, errors_1.ImageStorageClassUpdateNotSupportedException);
|
|
577
|
+
exports.ImageTagAlreadyExistsException$ = [-3, n0, _ITAEE,
|
|
578
|
+
{ [_e]: _c },
|
|
579
|
+
[_m],
|
|
580
|
+
[0]
|
|
581
|
+
];
|
|
582
|
+
n0_registry.registerError(exports.ImageTagAlreadyExistsException$, errors_1.ImageTagAlreadyExistsException);
|
|
583
|
+
exports.InvalidLayerException$ = [-3, n0, _ILE,
|
|
584
|
+
{ [_e]: _c },
|
|
585
|
+
[_m],
|
|
586
|
+
[0]
|
|
587
|
+
];
|
|
588
|
+
n0_registry.registerError(exports.InvalidLayerException$, errors_1.InvalidLayerException);
|
|
589
|
+
exports.InvalidLayerPartException$ = [-3, n0, _ILPE,
|
|
590
|
+
{ [_e]: _c },
|
|
591
|
+
[_rI, _rN, _uI, _lVBR, _m],
|
|
592
|
+
[0, 0, 0, 1, 0]
|
|
593
|
+
];
|
|
594
|
+
n0_registry.registerError(exports.InvalidLayerPartException$, errors_1.InvalidLayerPartException);
|
|
595
|
+
exports.InvalidParameterException$ = [-3, n0, _IPE,
|
|
596
|
+
{ [_e]: _c },
|
|
597
|
+
[_m],
|
|
598
|
+
[0]
|
|
599
|
+
];
|
|
600
|
+
n0_registry.registerError(exports.InvalidParameterException$, errors_1.InvalidParameterException);
|
|
601
|
+
exports.InvalidTagParameterException$ = [-3, n0, _ITPE,
|
|
602
|
+
{ [_e]: _c },
|
|
603
|
+
[_m],
|
|
604
|
+
[0]
|
|
605
|
+
];
|
|
606
|
+
n0_registry.registerError(exports.InvalidTagParameterException$, errors_1.InvalidTagParameterException);
|
|
607
|
+
exports.KmsException$ = [-3, n0, _KE,
|
|
608
|
+
{ [_e]: _c },
|
|
609
|
+
[_m, _kE],
|
|
610
|
+
[0, 0]
|
|
611
|
+
];
|
|
612
|
+
n0_registry.registerError(exports.KmsException$, errors_1.KmsException);
|
|
613
|
+
exports.LayerAlreadyExistsException$ = [-3, n0, _LAEE,
|
|
614
|
+
{ [_e]: _c },
|
|
615
|
+
[_m],
|
|
616
|
+
[0]
|
|
617
|
+
];
|
|
618
|
+
n0_registry.registerError(exports.LayerAlreadyExistsException$, errors_1.LayerAlreadyExistsException);
|
|
619
|
+
exports.LayerInaccessibleException$ = [-3, n0, _LIE,
|
|
620
|
+
{ [_e]: _c },
|
|
621
|
+
[_m],
|
|
622
|
+
[0]
|
|
623
|
+
];
|
|
624
|
+
n0_registry.registerError(exports.LayerInaccessibleException$, errors_1.LayerInaccessibleException);
|
|
625
|
+
exports.LayerPartTooSmallException$ = [-3, n0, _LPTSE,
|
|
626
|
+
{ [_e]: _c },
|
|
627
|
+
[_m],
|
|
628
|
+
[0]
|
|
629
|
+
];
|
|
630
|
+
n0_registry.registerError(exports.LayerPartTooSmallException$, errors_1.LayerPartTooSmallException);
|
|
631
|
+
exports.LayersNotFoundException$ = [-3, n0, _LNFE,
|
|
632
|
+
{ [_e]: _c },
|
|
633
|
+
[_m],
|
|
634
|
+
[0]
|
|
635
|
+
];
|
|
636
|
+
n0_registry.registerError(exports.LayersNotFoundException$, errors_1.LayersNotFoundException);
|
|
637
|
+
exports.LifecyclePolicyNotFoundException$ = [-3, n0, _LPNFE,
|
|
638
|
+
{ [_e]: _c },
|
|
639
|
+
[_m],
|
|
640
|
+
[0]
|
|
641
|
+
];
|
|
642
|
+
n0_registry.registerError(exports.LifecyclePolicyNotFoundException$, errors_1.LifecyclePolicyNotFoundException);
|
|
643
|
+
exports.LifecyclePolicyPreviewInProgressException$ = [-3, n0, _LPPIPE,
|
|
644
|
+
{ [_e]: _c },
|
|
645
|
+
[_m],
|
|
646
|
+
[0]
|
|
647
|
+
];
|
|
648
|
+
n0_registry.registerError(exports.LifecyclePolicyPreviewInProgressException$, errors_1.LifecyclePolicyPreviewInProgressException);
|
|
649
|
+
exports.LifecyclePolicyPreviewNotFoundException$ = [-3, n0, _LPPNFE,
|
|
650
|
+
{ [_e]: _c },
|
|
651
|
+
[_m],
|
|
652
|
+
[0]
|
|
653
|
+
];
|
|
654
|
+
n0_registry.registerError(exports.LifecyclePolicyPreviewNotFoundException$, errors_1.LifecyclePolicyPreviewNotFoundException);
|
|
655
|
+
exports.LimitExceededException$ = [-3, n0, _LEE,
|
|
656
|
+
{ [_e]: _c },
|
|
657
|
+
[_m],
|
|
658
|
+
[0]
|
|
659
|
+
];
|
|
660
|
+
n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
|
|
661
|
+
exports.PullThroughCacheRuleAlreadyExistsException$ = [-3, n0, _PTCRAEE,
|
|
662
|
+
{ [_e]: _c },
|
|
663
|
+
[_m],
|
|
664
|
+
[0]
|
|
665
|
+
];
|
|
666
|
+
n0_registry.registerError(exports.PullThroughCacheRuleAlreadyExistsException$, errors_1.PullThroughCacheRuleAlreadyExistsException);
|
|
667
|
+
exports.PullThroughCacheRuleNotFoundException$ = [-3, n0, _PTCRNFE,
|
|
668
|
+
{ [_e]: _c },
|
|
669
|
+
[_m],
|
|
670
|
+
[0]
|
|
671
|
+
];
|
|
672
|
+
n0_registry.registerError(exports.PullThroughCacheRuleNotFoundException$, errors_1.PullThroughCacheRuleNotFoundException);
|
|
673
|
+
exports.ReferencedImagesNotFoundException$ = [-3, n0, _RINFE,
|
|
674
|
+
{ [_e]: _c },
|
|
675
|
+
[_m],
|
|
676
|
+
[0]
|
|
677
|
+
];
|
|
678
|
+
n0_registry.registerError(exports.ReferencedImagesNotFoundException$, errors_1.ReferencedImagesNotFoundException);
|
|
679
|
+
exports.RegistryPolicyNotFoundException$ = [-3, n0, _RPNFE,
|
|
680
|
+
{ [_e]: _c },
|
|
681
|
+
[_m],
|
|
682
|
+
[0]
|
|
683
|
+
];
|
|
684
|
+
n0_registry.registerError(exports.RegistryPolicyNotFoundException$, errors_1.RegistryPolicyNotFoundException);
|
|
685
|
+
exports.RepositoryAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
686
|
+
{ [_e]: _c },
|
|
687
|
+
[_m],
|
|
688
|
+
[0]
|
|
689
|
+
];
|
|
690
|
+
n0_registry.registerError(exports.RepositoryAlreadyExistsException$, errors_1.RepositoryAlreadyExistsException);
|
|
691
|
+
exports.RepositoryNotEmptyException$ = [-3, n0, _RNEE,
|
|
692
|
+
{ [_e]: _c },
|
|
693
|
+
[_m],
|
|
694
|
+
[0]
|
|
695
|
+
];
|
|
696
|
+
n0_registry.registerError(exports.RepositoryNotEmptyException$, errors_1.RepositoryNotEmptyException);
|
|
697
|
+
exports.RepositoryNotFoundException$ = [-3, n0, _RNFE,
|
|
698
|
+
{ [_e]: _c },
|
|
699
|
+
[_m],
|
|
700
|
+
[0]
|
|
701
|
+
];
|
|
702
|
+
n0_registry.registerError(exports.RepositoryNotFoundException$, errors_1.RepositoryNotFoundException);
|
|
703
|
+
exports.RepositoryPolicyNotFoundException$ = [-3, n0, _RPNFEe,
|
|
704
|
+
{ [_e]: _c },
|
|
705
|
+
[_m],
|
|
706
|
+
[0]
|
|
707
|
+
];
|
|
708
|
+
n0_registry.registerError(exports.RepositoryPolicyNotFoundException$, errors_1.RepositoryPolicyNotFoundException);
|
|
709
|
+
exports.ScanNotFoundException$ = [-3, n0, _SNFE,
|
|
710
|
+
{ [_e]: _c },
|
|
711
|
+
[_m],
|
|
712
|
+
[0]
|
|
713
|
+
];
|
|
714
|
+
n0_registry.registerError(exports.ScanNotFoundException$, errors_1.ScanNotFoundException);
|
|
715
|
+
exports.SecretNotFoundException$ = [-3, n0, _SNFEe,
|
|
716
|
+
{ [_e]: _c },
|
|
717
|
+
[_m],
|
|
718
|
+
[0]
|
|
719
|
+
];
|
|
720
|
+
n0_registry.registerError(exports.SecretNotFoundException$, errors_1.SecretNotFoundException);
|
|
721
|
+
exports.ServerException$ = [-3, n0, _SE,
|
|
722
|
+
{ [_e]: _se },
|
|
723
|
+
[_m],
|
|
724
|
+
[0]
|
|
725
|
+
];
|
|
726
|
+
n0_registry.registerError(exports.ServerException$, errors_1.ServerException);
|
|
727
|
+
exports.SigningConfigurationNotFoundException$ = [-3, n0, _SCNFE,
|
|
728
|
+
{ [_e]: _c },
|
|
729
|
+
[_m],
|
|
730
|
+
[0]
|
|
731
|
+
];
|
|
732
|
+
n0_registry.registerError(exports.SigningConfigurationNotFoundException$, errors_1.SigningConfigurationNotFoundException);
|
|
733
|
+
exports.TemplateAlreadyExistsException$ = [-3, n0, _TAEE,
|
|
734
|
+
{ [_e]: _c },
|
|
735
|
+
[_m],
|
|
736
|
+
[0]
|
|
737
|
+
];
|
|
738
|
+
n0_registry.registerError(exports.TemplateAlreadyExistsException$, errors_1.TemplateAlreadyExistsException);
|
|
739
|
+
exports.TemplateNotFoundException$ = [-3, n0, _TNFE,
|
|
740
|
+
{ [_e]: _c },
|
|
741
|
+
[_m],
|
|
742
|
+
[0]
|
|
743
|
+
];
|
|
744
|
+
n0_registry.registerError(exports.TemplateNotFoundException$, errors_1.TemplateNotFoundException);
|
|
745
|
+
exports.TooManyTagsException$ = [-3, n0, _TMTE,
|
|
746
|
+
{ [_e]: _c },
|
|
747
|
+
[_m],
|
|
748
|
+
[0]
|
|
749
|
+
];
|
|
750
|
+
n0_registry.registerError(exports.TooManyTagsException$, errors_1.TooManyTagsException);
|
|
751
|
+
exports.UnableToAccessSecretException$ = [-3, n0, _UTASE,
|
|
752
|
+
{ [_e]: _c },
|
|
753
|
+
[_m],
|
|
754
|
+
[0]
|
|
755
|
+
];
|
|
756
|
+
n0_registry.registerError(exports.UnableToAccessSecretException$, errors_1.UnableToAccessSecretException);
|
|
757
|
+
exports.UnableToDecryptSecretValueException$ = [-3, n0, _UTDSVE,
|
|
758
|
+
{ [_e]: _c },
|
|
759
|
+
[_m],
|
|
760
|
+
[0]
|
|
761
|
+
];
|
|
762
|
+
n0_registry.registerError(exports.UnableToDecryptSecretValueException$, errors_1.UnableToDecryptSecretValueException);
|
|
763
|
+
exports.UnableToGetUpstreamImageException$ = [-3, n0, _UTGUIE,
|
|
764
|
+
{ [_e]: _c },
|
|
765
|
+
[_m],
|
|
766
|
+
[0]
|
|
767
|
+
];
|
|
768
|
+
n0_registry.registerError(exports.UnableToGetUpstreamImageException$, errors_1.UnableToGetUpstreamImageException);
|
|
769
|
+
exports.UnableToGetUpstreamLayerException$ = [-3, n0, _UTGULE,
|
|
770
|
+
{ [_e]: _c },
|
|
771
|
+
[_m],
|
|
772
|
+
[0]
|
|
773
|
+
];
|
|
774
|
+
n0_registry.registerError(exports.UnableToGetUpstreamLayerException$, errors_1.UnableToGetUpstreamLayerException);
|
|
775
|
+
exports.UnsupportedImageTypeException$ = [-3, n0, _UITE,
|
|
776
|
+
{ [_e]: _c },
|
|
777
|
+
[_m],
|
|
778
|
+
[0]
|
|
779
|
+
];
|
|
780
|
+
n0_registry.registerError(exports.UnsupportedImageTypeException$, errors_1.UnsupportedImageTypeException);
|
|
781
|
+
exports.UnsupportedUpstreamRegistryException$ = [-3, n0, _UURE,
|
|
782
|
+
{ [_e]: _c },
|
|
783
|
+
[_m],
|
|
784
|
+
[0]
|
|
785
|
+
];
|
|
786
|
+
n0_registry.registerError(exports.UnsupportedUpstreamRegistryException$, errors_1.UnsupportedUpstreamRegistryException);
|
|
787
|
+
exports.UploadNotFoundException$ = [-3, n0, _UNFE,
|
|
788
|
+
{ [_e]: _c },
|
|
789
|
+
[_m],
|
|
790
|
+
[0]
|
|
791
|
+
];
|
|
792
|
+
n0_registry.registerError(exports.UploadNotFoundException$, errors_1.UploadNotFoundException);
|
|
793
|
+
exports.ValidationException$ = [-3, n0, _VE,
|
|
794
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
795
|
+
[_m],
|
|
796
|
+
[0]
|
|
797
|
+
];
|
|
798
|
+
n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
|
|
799
|
+
exports.errorTypeRegistries = [
|
|
800
|
+
_s_registry,
|
|
801
|
+
n0_registry,
|
|
802
|
+
];
|
|
803
|
+
exports.Attribute$ = [3, n0, _A,
|
|
804
|
+
0,
|
|
805
|
+
[_k, _v],
|
|
806
|
+
[0, 0], 1
|
|
807
|
+
];
|
|
808
|
+
exports.AuthorizationData$ = [3, n0, _AD,
|
|
809
|
+
0,
|
|
810
|
+
[_aT, _eA, _pE],
|
|
811
|
+
[0, 4, 0]
|
|
812
|
+
];
|
|
813
|
+
exports.AwsEcrContainerImageDetails$ = [3, n0, _AECID,
|
|
814
|
+
0,
|
|
815
|
+
[_a, _au, _iH, _iT, _p, _pA, _lIUA, _iUC, _r, _rN],
|
|
816
|
+
[0, 0, 0, 64 | 0, 0, 4, 4, 1, 0, 0]
|
|
817
|
+
];
|
|
818
|
+
exports.BatchCheckLayerAvailabilityRequest$ = [3, n0, _BCLAR,
|
|
819
|
+
0,
|
|
820
|
+
[_rN, _lD, _rI],
|
|
821
|
+
[0, 64 | 0, 0], 2
|
|
822
|
+
];
|
|
823
|
+
exports.BatchCheckLayerAvailabilityResponse$ = [3, n0, _BCLARa,
|
|
824
|
+
0,
|
|
825
|
+
[_l, _f],
|
|
826
|
+
[() => LayerList, () => LayerFailureList]
|
|
827
|
+
];
|
|
828
|
+
exports.BatchDeleteImageRequest$ = [3, n0, _BDIR,
|
|
829
|
+
0,
|
|
830
|
+
[_rN, _iI, _rI],
|
|
831
|
+
[0, () => ImageIdentifierList, 0], 2
|
|
832
|
+
];
|
|
833
|
+
exports.BatchDeleteImageResponse$ = [3, n0, _BDIRa,
|
|
834
|
+
0,
|
|
835
|
+
[_iI, _f],
|
|
836
|
+
[() => ImageIdentifierList, () => ImageFailureList]
|
|
837
|
+
];
|
|
838
|
+
exports.BatchGetImageRequest$ = [3, n0, _BGIR,
|
|
839
|
+
0,
|
|
840
|
+
[_rN, _iI, _rI, _aMT],
|
|
841
|
+
[0, () => ImageIdentifierList, 0, 64 | 0], 2
|
|
842
|
+
];
|
|
843
|
+
exports.BatchGetImageResponse$ = [3, n0, _BGIRa,
|
|
844
|
+
0,
|
|
845
|
+
[_i, _f],
|
|
846
|
+
[() => ImageList, () => ImageFailureList]
|
|
847
|
+
];
|
|
848
|
+
exports.BatchGetRepositoryScanningConfigurationRequest$ = [3, n0, _BGRSCR,
|
|
849
|
+
0,
|
|
850
|
+
[_rNe],
|
|
851
|
+
[64 | 0], 1
|
|
852
|
+
];
|
|
853
|
+
exports.BatchGetRepositoryScanningConfigurationResponse$ = [3, n0, _BGRSCRa,
|
|
854
|
+
0,
|
|
855
|
+
[_sC, _f],
|
|
856
|
+
[() => RepositoryScanningConfigurationList, () => RepositoryScanningConfigurationFailureList]
|
|
857
|
+
];
|
|
858
|
+
exports.CompleteLayerUploadRequest$ = [3, n0, _CLUR,
|
|
859
|
+
0,
|
|
860
|
+
[_rN, _uI, _lD, _rI],
|
|
861
|
+
[0, 0, 64 | 0, 0], 3
|
|
862
|
+
];
|
|
863
|
+
exports.CompleteLayerUploadResponse$ = [3, n0, _CLURo,
|
|
864
|
+
0,
|
|
865
|
+
[_rI, _rN, _uI, _lDa],
|
|
866
|
+
[0, 0, 0, 0]
|
|
867
|
+
];
|
|
868
|
+
exports.CreatePullThroughCacheRuleRequest$ = [3, n0, _CPTCRR,
|
|
869
|
+
0,
|
|
870
|
+
[_eRP, _uRU, _rI, _uR, _cA, _cRA, _uRP],
|
|
871
|
+
[0, 0, 0, 0, 0, 0, 0], 2
|
|
872
|
+
];
|
|
873
|
+
exports.CreatePullThroughCacheRuleResponse$ = [3, n0, _CPTCRRr,
|
|
874
|
+
0,
|
|
875
|
+
[_eRP, _uRU, _cAr, _rI, _uR, _cA, _cRA, _uRP],
|
|
876
|
+
[0, 0, 4, 0, 0, 0, 0, 0]
|
|
877
|
+
];
|
|
878
|
+
exports.CreateRepositoryCreationTemplateRequest$ = [3, n0, _CRCTR,
|
|
879
|
+
0,
|
|
880
|
+
[_pr, _aF, _d, _eC, _rT, _iTM, _iTMEF, _rP, _lP, _cRA],
|
|
881
|
+
[0, 64 | 0, 0, () => exports.EncryptionConfigurationForRepositoryCreationTemplate$, () => TagList, 0, () => ImageTagMutabilityExclusionFilters, 0, 0, 0], 2
|
|
882
|
+
];
|
|
883
|
+
exports.CreateRepositoryCreationTemplateResponse$ = [3, n0, _CRCTRr,
|
|
884
|
+
0,
|
|
885
|
+
[_rI, _rCT],
|
|
886
|
+
[0, () => exports.RepositoryCreationTemplate$]
|
|
887
|
+
];
|
|
888
|
+
exports.CreateRepositoryRequest$ = [3, n0, _CRR,
|
|
889
|
+
0,
|
|
890
|
+
[_rN, _rI, _t, _iTM, _iTMEF, _iSC, _eC],
|
|
891
|
+
[0, 0, () => TagList, 0, () => ImageTagMutabilityExclusionFilters, () => exports.ImageScanningConfiguration$, () => exports.EncryptionConfiguration$], 1
|
|
892
|
+
];
|
|
893
|
+
exports.CreateRepositoryResponse$ = [3, n0, _CRRr,
|
|
894
|
+
0,
|
|
895
|
+
[_re],
|
|
896
|
+
[() => exports.Repository$]
|
|
897
|
+
];
|
|
898
|
+
exports.CvssScore$ = [3, n0, _CS,
|
|
899
|
+
0,
|
|
900
|
+
[_bS, _sV, _so, _ve],
|
|
901
|
+
[1, 0, 0, 0]
|
|
902
|
+
];
|
|
903
|
+
exports.CvssScoreAdjustment$ = [3, n0, _CSA,
|
|
904
|
+
0,
|
|
905
|
+
[_me, _rea],
|
|
906
|
+
[0, 0]
|
|
907
|
+
];
|
|
908
|
+
exports.CvssScoreDetails$ = [3, n0, _CSD,
|
|
909
|
+
0,
|
|
910
|
+
[_ad, _sc, _sS, _sV, _ve],
|
|
911
|
+
[() => CvssScoreAdjustmentList, 1, 0, 0, 0]
|
|
912
|
+
];
|
|
913
|
+
exports.DeleteLifecyclePolicyRequest$ = [3, n0, _DLPR,
|
|
914
|
+
0,
|
|
915
|
+
[_rN, _rI],
|
|
916
|
+
[0, 0], 1
|
|
917
|
+
];
|
|
918
|
+
exports.DeleteLifecyclePolicyResponse$ = [3, n0, _DLPRe,
|
|
919
|
+
0,
|
|
920
|
+
[_rI, _rN, _lPT, _lEA],
|
|
921
|
+
[0, 0, 0, 4]
|
|
922
|
+
];
|
|
923
|
+
exports.DeletePullThroughCacheRuleRequest$ = [3, n0, _DPTCRR,
|
|
924
|
+
0,
|
|
925
|
+
[_eRP, _rI],
|
|
926
|
+
[0, 0], 1
|
|
927
|
+
];
|
|
928
|
+
exports.DeletePullThroughCacheRuleResponse$ = [3, n0, _DPTCRRe,
|
|
929
|
+
0,
|
|
930
|
+
[_eRP, _uRU, _cAr, _rI, _cA, _cRA, _uRP],
|
|
931
|
+
[0, 0, 4, 0, 0, 0, 0]
|
|
932
|
+
];
|
|
933
|
+
exports.DeleteRegistryPolicyRequest$ = [3, n0, _DRPR,
|
|
934
|
+
0,
|
|
935
|
+
[],
|
|
936
|
+
[]
|
|
937
|
+
];
|
|
938
|
+
exports.DeleteRegistryPolicyResponse$ = [3, n0, _DRPRe,
|
|
939
|
+
0,
|
|
940
|
+
[_rI, _pT],
|
|
941
|
+
[0, 0]
|
|
942
|
+
];
|
|
943
|
+
exports.DeleteRepositoryCreationTemplateRequest$ = [3, n0, _DRCTR,
|
|
944
|
+
0,
|
|
945
|
+
[_pr],
|
|
946
|
+
[0], 1
|
|
947
|
+
];
|
|
948
|
+
exports.DeleteRepositoryCreationTemplateResponse$ = [3, n0, _DRCTRe,
|
|
949
|
+
0,
|
|
950
|
+
[_rI, _rCT],
|
|
951
|
+
[0, () => exports.RepositoryCreationTemplate$]
|
|
952
|
+
];
|
|
953
|
+
exports.DeleteRepositoryPolicyRequest$ = [3, n0, _DRPRel,
|
|
954
|
+
0,
|
|
955
|
+
[_rN, _rI],
|
|
956
|
+
[0, 0], 1
|
|
957
|
+
];
|
|
958
|
+
exports.DeleteRepositoryPolicyResponse$ = [3, n0, _DRPRele,
|
|
959
|
+
0,
|
|
960
|
+
[_rI, _rN, _pT],
|
|
961
|
+
[0, 0, 0]
|
|
962
|
+
];
|
|
963
|
+
exports.DeleteRepositoryRequest$ = [3, n0, _DRR,
|
|
964
|
+
0,
|
|
965
|
+
[_rN, _rI, _fo],
|
|
966
|
+
[0, 0, 2], 1
|
|
967
|
+
];
|
|
968
|
+
exports.DeleteRepositoryResponse$ = [3, n0, _DRRe,
|
|
969
|
+
0,
|
|
970
|
+
[_re],
|
|
971
|
+
[() => exports.Repository$]
|
|
972
|
+
];
|
|
973
|
+
exports.DeleteSigningConfigurationRequest$ = [3, n0, _DSCR,
|
|
974
|
+
0,
|
|
975
|
+
[],
|
|
976
|
+
[]
|
|
977
|
+
];
|
|
978
|
+
exports.DeleteSigningConfigurationResponse$ = [3, n0, _DSCRe,
|
|
979
|
+
0,
|
|
980
|
+
[_rI, _sCi],
|
|
981
|
+
[0, () => exports.SigningConfiguration$]
|
|
982
|
+
];
|
|
983
|
+
exports.DeregisterPullTimeUpdateExclusionRequest$ = [3, n0, _DPTUER,
|
|
984
|
+
0,
|
|
985
|
+
[_pAr],
|
|
986
|
+
[0], 1
|
|
987
|
+
];
|
|
988
|
+
exports.DeregisterPullTimeUpdateExclusionResponse$ = [3, n0, _DPTUERe,
|
|
989
|
+
0,
|
|
990
|
+
[_pAr],
|
|
991
|
+
[0]
|
|
992
|
+
];
|
|
993
|
+
exports.DescribeImageReplicationStatusRequest$ = [3, n0, _DIRSR,
|
|
994
|
+
0,
|
|
995
|
+
[_rN, _iIm, _rI],
|
|
996
|
+
[0, () => exports.ImageIdentifier$, 0], 2
|
|
997
|
+
];
|
|
998
|
+
exports.DescribeImageReplicationStatusResponse$ = [3, n0, _DIRSRe,
|
|
999
|
+
0,
|
|
1000
|
+
[_rN, _iIm, _rS],
|
|
1001
|
+
[0, () => exports.ImageIdentifier$, () => ImageReplicationStatusList]
|
|
1002
|
+
];
|
|
1003
|
+
exports.DescribeImageScanFindingsRequest$ = [3, n0, _DISFR,
|
|
1004
|
+
0,
|
|
1005
|
+
[_rN, _iIm, _rI, _nT, _mR],
|
|
1006
|
+
[0, () => exports.ImageIdentifier$, 0, 0, 1], 2
|
|
1007
|
+
];
|
|
1008
|
+
exports.DescribeImageScanFindingsResponse$ = [3, n0, _DISFRe,
|
|
1009
|
+
0,
|
|
1010
|
+
[_rI, _rN, _iIm, _iSS, _iSF, _nT],
|
|
1011
|
+
[0, 0, () => exports.ImageIdentifier$, () => exports.ImageScanStatus$, () => exports.ImageScanFindings$, 0]
|
|
1012
|
+
];
|
|
1013
|
+
exports.DescribeImagesFilter$ = [3, n0, _DIF,
|
|
1014
|
+
0,
|
|
1015
|
+
[_tS, _iS],
|
|
1016
|
+
[0, 0]
|
|
1017
|
+
];
|
|
1018
|
+
exports.DescribeImageSigningStatusRequest$ = [3, n0, _DISSR,
|
|
1019
|
+
0,
|
|
1020
|
+
[_rN, _iIm, _rI],
|
|
1021
|
+
[0, () => exports.ImageIdentifier$, 0], 2
|
|
1022
|
+
];
|
|
1023
|
+
exports.DescribeImageSigningStatusResponse$ = [3, n0, _DISSRe,
|
|
1024
|
+
0,
|
|
1025
|
+
[_rN, _iIm, _rI, _sSi],
|
|
1026
|
+
[0, () => exports.ImageIdentifier$, 0, () => ImageSigningStatusList]
|
|
1027
|
+
];
|
|
1028
|
+
exports.DescribeImagesRequest$ = [3, n0, _DIR,
|
|
1029
|
+
0,
|
|
1030
|
+
[_rN, _rI, _iI, _nT, _mR, _fi],
|
|
1031
|
+
[0, 0, () => ImageIdentifierList, 0, 1, () => exports.DescribeImagesFilter$], 1
|
|
1032
|
+
];
|
|
1033
|
+
exports.DescribeImagesResponse$ = [3, n0, _DIRe,
|
|
1034
|
+
0,
|
|
1035
|
+
[_iD, _nT],
|
|
1036
|
+
[() => ImageDetailList, 0]
|
|
1037
|
+
];
|
|
1038
|
+
exports.DescribePullThroughCacheRulesRequest$ = [3, n0, _DPTCRRes,
|
|
1039
|
+
0,
|
|
1040
|
+
[_rI, _eRPc, _nT, _mR],
|
|
1041
|
+
[0, 64 | 0, 0, 1]
|
|
1042
|
+
];
|
|
1043
|
+
exports.DescribePullThroughCacheRulesResponse$ = [3, n0, _DPTCRResc,
|
|
1044
|
+
0,
|
|
1045
|
+
[_pTCR, _nT],
|
|
1046
|
+
[() => PullThroughCacheRuleList, 0]
|
|
1047
|
+
];
|
|
1048
|
+
exports.DescribeRegistryRequest$ = [3, n0, _DRRes,
|
|
1049
|
+
0,
|
|
1050
|
+
[],
|
|
1051
|
+
[]
|
|
1052
|
+
];
|
|
1053
|
+
exports.DescribeRegistryResponse$ = [3, n0, _DRResc,
|
|
1054
|
+
0,
|
|
1055
|
+
[_rI, _rC],
|
|
1056
|
+
[0, () => exports.ReplicationConfiguration$]
|
|
1057
|
+
];
|
|
1058
|
+
exports.DescribeRepositoriesRequest$ = [3, n0, _DRRescr,
|
|
1059
|
+
0,
|
|
1060
|
+
[_rI, _rNe, _nT, _mR],
|
|
1061
|
+
[0, 64 | 0, 0, 1]
|
|
1062
|
+
];
|
|
1063
|
+
exports.DescribeRepositoriesResponse$ = [3, n0, _DRRescri,
|
|
1064
|
+
0,
|
|
1065
|
+
[_rep, _nT],
|
|
1066
|
+
[() => RepositoryList, 0]
|
|
1067
|
+
];
|
|
1068
|
+
exports.DescribeRepositoryCreationTemplatesRequest$ = [3, n0, _DRCTRes,
|
|
1069
|
+
0,
|
|
1070
|
+
[_pre, _nT, _mR],
|
|
1071
|
+
[64 | 0, 0, 1]
|
|
1072
|
+
];
|
|
1073
|
+
exports.DescribeRepositoryCreationTemplatesResponse$ = [3, n0, _DRCTResc,
|
|
1074
|
+
0,
|
|
1075
|
+
[_rI, _rCTe, _nT],
|
|
1076
|
+
[0, () => RepositoryCreationTemplateList, 0]
|
|
1077
|
+
];
|
|
1078
|
+
exports.EncryptionConfiguration$ = [3, n0, _EC,
|
|
1079
|
+
0,
|
|
1080
|
+
[_eT, _kK],
|
|
1081
|
+
[0, 0], 1
|
|
1082
|
+
];
|
|
1083
|
+
exports.EncryptionConfigurationForRepositoryCreationTemplate$ = [3, n0, _ECFRCT,
|
|
1084
|
+
0,
|
|
1085
|
+
[_eT, _kK],
|
|
1086
|
+
[0, 0], 1
|
|
1087
|
+
];
|
|
1088
|
+
exports.EnhancedImageScanFinding$ = [3, n0, _EISF,
|
|
1089
|
+
0,
|
|
1090
|
+
[_aAI, _d, _fA, _fOA, _lOA, _pVD, _rem, _res, _sc, _sD, _sev, _st, _ti, _ty, _uA, _fAi, _eAx],
|
|
1091
|
+
[0, 0, 0, 4, 4, () => exports.PackageVulnerabilityDetails$, () => exports.Remediation$, () => ResourceList, 1, () => exports.ScoreDetails$, 0, 0, 0, 0, 4, 0, 0]
|
|
1092
|
+
];
|
|
1093
|
+
exports.GetAccountSettingRequest$ = [3, n0, _GASR,
|
|
1094
|
+
0,
|
|
1095
|
+
[_n],
|
|
1096
|
+
[0], 1
|
|
1097
|
+
];
|
|
1098
|
+
exports.GetAccountSettingResponse$ = [3, n0, _GASRe,
|
|
1099
|
+
0,
|
|
1100
|
+
[_n, _v],
|
|
1101
|
+
[0, 0]
|
|
1102
|
+
];
|
|
1103
|
+
exports.GetAuthorizationTokenRequest$ = [3, n0, _GATR,
|
|
1104
|
+
0,
|
|
1105
|
+
[_rIe],
|
|
1106
|
+
[64 | 0]
|
|
1107
|
+
];
|
|
1108
|
+
exports.GetAuthorizationTokenResponse$ = [3, n0, _GATRe,
|
|
1109
|
+
0,
|
|
1110
|
+
[_aD],
|
|
1111
|
+
[() => AuthorizationDataList]
|
|
1112
|
+
];
|
|
1113
|
+
exports.GetDownloadUrlForLayerRequest$ = [3, n0, _GDUFLR,
|
|
1114
|
+
0,
|
|
1115
|
+
[_rN, _lDa, _rI],
|
|
1116
|
+
[0, 0, 0], 2
|
|
1117
|
+
];
|
|
1118
|
+
exports.GetDownloadUrlForLayerResponse$ = [3, n0, _GDUFLRe,
|
|
1119
|
+
0,
|
|
1120
|
+
[_dU, _lDa],
|
|
1121
|
+
[0, 0]
|
|
1122
|
+
];
|
|
1123
|
+
exports.GetLifecyclePolicyPreviewRequest$ = [3, n0, _GLPPR,
|
|
1124
|
+
0,
|
|
1125
|
+
[_rN, _rI, _iI, _nT, _mR, _fi],
|
|
1126
|
+
[0, 0, () => ImageIdentifierList, 0, 1, () => exports.LifecyclePolicyPreviewFilter$], 1
|
|
1127
|
+
];
|
|
1128
|
+
exports.GetLifecyclePolicyPreviewResponse$ = [3, n0, _GLPPRe,
|
|
1129
|
+
0,
|
|
1130
|
+
[_rI, _rN, _lPT, _st, _nT, _pR, _su],
|
|
1131
|
+
[0, 0, 0, 0, 0, () => LifecyclePolicyPreviewResultList, () => exports.LifecyclePolicyPreviewSummary$]
|
|
1132
|
+
];
|
|
1133
|
+
exports.GetLifecyclePolicyRequest$ = [3, n0, _GLPR,
|
|
1134
|
+
0,
|
|
1135
|
+
[_rN, _rI],
|
|
1136
|
+
[0, 0], 1
|
|
1137
|
+
];
|
|
1138
|
+
exports.GetLifecyclePolicyResponse$ = [3, n0, _GLPRe,
|
|
1139
|
+
0,
|
|
1140
|
+
[_rI, _rN, _lPT, _lEA],
|
|
1141
|
+
[0, 0, 0, 4]
|
|
1142
|
+
];
|
|
1143
|
+
exports.GetRegistryPolicyRequest$ = [3, n0, _GRPR,
|
|
1144
|
+
0,
|
|
1145
|
+
[],
|
|
1146
|
+
[]
|
|
1147
|
+
];
|
|
1148
|
+
exports.GetRegistryPolicyResponse$ = [3, n0, _GRPRe,
|
|
1149
|
+
0,
|
|
1150
|
+
[_rI, _pT],
|
|
1151
|
+
[0, 0]
|
|
1152
|
+
];
|
|
1153
|
+
exports.GetRegistryScanningConfigurationRequest$ = [3, n0, _GRSCR,
|
|
1154
|
+
0,
|
|
1155
|
+
[],
|
|
1156
|
+
[]
|
|
1157
|
+
];
|
|
1158
|
+
exports.GetRegistryScanningConfigurationResponse$ = [3, n0, _GRSCRe,
|
|
1159
|
+
0,
|
|
1160
|
+
[_rI, _sCc],
|
|
1161
|
+
[0, () => exports.RegistryScanningConfiguration$]
|
|
1162
|
+
];
|
|
1163
|
+
exports.GetRepositoryPolicyRequest$ = [3, n0, _GRPRet,
|
|
1164
|
+
0,
|
|
1165
|
+
[_rN, _rI],
|
|
1166
|
+
[0, 0], 1
|
|
1167
|
+
];
|
|
1168
|
+
exports.GetRepositoryPolicyResponse$ = [3, n0, _GRPRete,
|
|
1169
|
+
0,
|
|
1170
|
+
[_rI, _rN, _pT],
|
|
1171
|
+
[0, 0, 0]
|
|
1172
|
+
];
|
|
1173
|
+
exports.GetSigningConfigurationRequest$ = [3, n0, _GSCR,
|
|
1174
|
+
0,
|
|
1175
|
+
[],
|
|
1176
|
+
[]
|
|
1177
|
+
];
|
|
1178
|
+
exports.GetSigningConfigurationResponse$ = [3, n0, _GSCRe,
|
|
1179
|
+
0,
|
|
1180
|
+
[_rI, _sCi],
|
|
1181
|
+
[0, () => exports.SigningConfiguration$]
|
|
1182
|
+
];
|
|
1183
|
+
exports.Image$ = [3, n0, _I,
|
|
1184
|
+
0,
|
|
1185
|
+
[_rI, _rN, _iIm, _iM, _iMMT],
|
|
1186
|
+
[0, 0, () => exports.ImageIdentifier$, 0, 0]
|
|
1187
|
+
];
|
|
1188
|
+
exports.ImageDetail$ = [3, n0, _ID,
|
|
1189
|
+
0,
|
|
1190
|
+
[_rI, _rN, _iDm, _iT, _iSIB, _iPA, _iSS, _iSFS, _iMMT, _aMTr, _lRPT, _sMD, _iS, _lAA, _lAAa],
|
|
1191
|
+
[0, 0, 0, 64 | 0, 1, 4, () => exports.ImageScanStatus$, () => exports.ImageScanFindingsSummary$, 0, 0, 4, 0, 0, 4, 4]
|
|
1192
|
+
];
|
|
1193
|
+
exports.ImageFailure$ = [3, n0, _IF,
|
|
1194
|
+
0,
|
|
1195
|
+
[_iIm, _fC, _fR],
|
|
1196
|
+
[() => exports.ImageIdentifier$, 0, 0]
|
|
1197
|
+
];
|
|
1198
|
+
exports.ImageIdentifier$ = [3, n0, _II,
|
|
1199
|
+
0,
|
|
1200
|
+
[_iDm, _iTm],
|
|
1201
|
+
[0, 0]
|
|
1202
|
+
];
|
|
1203
|
+
exports.ImageReferrer$ = [3, n0, _IR,
|
|
1204
|
+
0,
|
|
1205
|
+
[_di, _mT, _si, _aTr, _an, _aS],
|
|
1206
|
+
[0, 0, 1, 0, 128 | 0, 0], 3
|
|
1207
|
+
];
|
|
1208
|
+
exports.ImageReplicationStatus$ = [3, n0, _IRS,
|
|
1209
|
+
0,
|
|
1210
|
+
[_reg, _rI, _st, _fC],
|
|
1211
|
+
[0, 0, 0, 0]
|
|
1212
|
+
];
|
|
1213
|
+
exports.ImageScanFinding$ = [3, n0, _ISF,
|
|
1214
|
+
0,
|
|
1215
|
+
[_n, _d, _u, _sev, _at],
|
|
1216
|
+
[0, 0, 0, 0, () => AttributeList]
|
|
1217
|
+
];
|
|
1218
|
+
exports.ImageScanFindings$ = [3, n0, _ISFm,
|
|
1219
|
+
0,
|
|
1220
|
+
[_iSCA, _vSUA, _fSC, _fin, _eF],
|
|
1221
|
+
[4, 4, 128 | 1, () => ImageScanFindingList, () => EnhancedImageScanFindingList]
|
|
1222
|
+
];
|
|
1223
|
+
exports.ImageScanFindingsSummary$ = [3, n0, _ISFS,
|
|
1224
|
+
0,
|
|
1225
|
+
[_iSCA, _vSUA, _fSC],
|
|
1226
|
+
[4, 4, 128 | 1]
|
|
1227
|
+
];
|
|
1228
|
+
exports.ImageScanningConfiguration$ = [3, n0, _ISC,
|
|
1229
|
+
0,
|
|
1230
|
+
[_sOP],
|
|
1231
|
+
[2]
|
|
1232
|
+
];
|
|
1233
|
+
exports.ImageScanStatus$ = [3, n0, _ISS,
|
|
1234
|
+
0,
|
|
1235
|
+
[_st, _d],
|
|
1236
|
+
[0, 0]
|
|
1237
|
+
];
|
|
1238
|
+
exports.ImageSigningStatus$ = [3, n0, _ISSm,
|
|
1239
|
+
0,
|
|
1240
|
+
[_sPA, _fC, _fR, _st],
|
|
1241
|
+
[0, 0, 0, 0]
|
|
1242
|
+
];
|
|
1243
|
+
exports.ImageTagMutabilityExclusionFilter$ = [3, n0, _ITMEF,
|
|
1244
|
+
0,
|
|
1245
|
+
[_fT, _fi],
|
|
1246
|
+
[0, 0], 2
|
|
1247
|
+
];
|
|
1248
|
+
exports.InitiateLayerUploadRequest$ = [3, n0, _ILUR,
|
|
1249
|
+
0,
|
|
1250
|
+
[_rN, _rI],
|
|
1251
|
+
[0, 0], 1
|
|
1252
|
+
];
|
|
1253
|
+
exports.InitiateLayerUploadResponse$ = [3, n0, _ILURn,
|
|
1254
|
+
0,
|
|
1255
|
+
[_uI, _pS],
|
|
1256
|
+
[0, 1]
|
|
1257
|
+
];
|
|
1258
|
+
exports.Layer$ = [3, n0, _L,
|
|
1259
|
+
0,
|
|
1260
|
+
[_lDa, _lA, _lS, _mT],
|
|
1261
|
+
[0, 0, 1, 0]
|
|
1262
|
+
];
|
|
1263
|
+
exports.LayerFailure$ = [3, n0, _LF,
|
|
1264
|
+
0,
|
|
1265
|
+
[_lDa, _fC, _fR],
|
|
1266
|
+
[0, 0, 0]
|
|
1267
|
+
];
|
|
1268
|
+
exports.LifecyclePolicyPreviewFilter$ = [3, n0, _LPPF,
|
|
1269
|
+
0,
|
|
1270
|
+
[_tS],
|
|
1271
|
+
[0]
|
|
1272
|
+
];
|
|
1273
|
+
exports.LifecyclePolicyPreviewResult$ = [3, n0, _LPPR,
|
|
1274
|
+
0,
|
|
1275
|
+
[_iT, _iDm, _iPA, _ac, _aRP, _sCt],
|
|
1276
|
+
[64 | 0, 0, 4, () => exports.LifecyclePolicyRuleAction$, 1, 0]
|
|
1277
|
+
];
|
|
1278
|
+
exports.LifecyclePolicyPreviewSummary$ = [3, n0, _LPPS,
|
|
1279
|
+
0,
|
|
1280
|
+
[_eITC, _tITC],
|
|
1281
|
+
[1, () => TransitioningImageTotalCounts]
|
|
1282
|
+
];
|
|
1283
|
+
exports.LifecyclePolicyRuleAction$ = [3, n0, _LPRA,
|
|
1284
|
+
0,
|
|
1285
|
+
[_ty, _tSC],
|
|
1286
|
+
[0, 0]
|
|
1287
|
+
];
|
|
1288
|
+
exports.ListImageReferrersFilter$ = [3, n0, _LIRF,
|
|
1289
|
+
0,
|
|
1290
|
+
[_aTrt, _aS],
|
|
1291
|
+
[64 | 0, 0]
|
|
1292
|
+
];
|
|
1293
|
+
exports.ListImageReferrersRequest$ = [3, n0, _LIRR,
|
|
1294
|
+
0,
|
|
1295
|
+
[_rN, _sI, _rI, _fi, _nT, _mR],
|
|
1296
|
+
[0, () => exports.SubjectIdentifier$, 0, () => exports.ListImageReferrersFilter$, 0, 1], 2
|
|
1297
|
+
];
|
|
1298
|
+
exports.ListImageReferrersResponse$ = [3, n0, _LIRRi,
|
|
1299
|
+
0,
|
|
1300
|
+
[_ref, _nT],
|
|
1301
|
+
[() => ImageReferrerList, 0]
|
|
1302
|
+
];
|
|
1303
|
+
exports.ListImagesFilter$ = [3, n0, _LIF,
|
|
1304
|
+
0,
|
|
1305
|
+
[_tS, _iS],
|
|
1306
|
+
[0, 0]
|
|
1307
|
+
];
|
|
1308
|
+
exports.ListImagesRequest$ = [3, n0, _LIR,
|
|
1309
|
+
0,
|
|
1310
|
+
[_rN, _rI, _nT, _mR, _fi],
|
|
1311
|
+
[0, 0, 0, 1, () => exports.ListImagesFilter$], 1
|
|
1312
|
+
];
|
|
1313
|
+
exports.ListImagesResponse$ = [3, n0, _LIRi,
|
|
1314
|
+
0,
|
|
1315
|
+
[_iI, _nT],
|
|
1316
|
+
[() => ImageIdentifierList, 0]
|
|
1317
|
+
];
|
|
1318
|
+
exports.ListPullTimeUpdateExclusionsRequest$ = [3, n0, _LPTUER,
|
|
1319
|
+
0,
|
|
1320
|
+
[_mR, _nT],
|
|
1321
|
+
[1, 0]
|
|
1322
|
+
];
|
|
1323
|
+
exports.ListPullTimeUpdateExclusionsResponse$ = [3, n0, _LPTUERi,
|
|
1324
|
+
0,
|
|
1325
|
+
[_pTUE, _nT],
|
|
1326
|
+
[64 | 0, 0]
|
|
1327
|
+
];
|
|
1328
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
1329
|
+
0,
|
|
1330
|
+
[_rA],
|
|
1331
|
+
[0], 1
|
|
1332
|
+
];
|
|
1333
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
1334
|
+
0,
|
|
1335
|
+
[_t],
|
|
1336
|
+
[() => TagList]
|
|
1337
|
+
];
|
|
1338
|
+
exports.PackageVulnerabilityDetails$ = [3, n0, _PVD,
|
|
1339
|
+
0,
|
|
1340
|
+
[_cv, _rU, _rV, _so, _sU, _vCA, _vS, _vUA, _vI, _vP],
|
|
1341
|
+
[() => CvssScoreList, 64 | 0, 64 | 0, 0, 0, 4, 0, 4, 0, () => VulnerablePackagesList]
|
|
1342
|
+
];
|
|
1343
|
+
exports.PullThroughCacheRule$ = [3, n0, _PTCR,
|
|
1344
|
+
0,
|
|
1345
|
+
[_eRP, _uRU, _cAr, _rI, _cA, _cRA, _uRP, _uR, _uA],
|
|
1346
|
+
[0, 0, 4, 0, 0, 0, 0, 0, 4]
|
|
1347
|
+
];
|
|
1348
|
+
exports.PutAccountSettingRequest$ = [3, n0, _PASR,
|
|
1349
|
+
0,
|
|
1350
|
+
[_n, _v],
|
|
1351
|
+
[0, 0], 2
|
|
1352
|
+
];
|
|
1353
|
+
exports.PutAccountSettingResponse$ = [3, n0, _PASRu,
|
|
1354
|
+
0,
|
|
1355
|
+
[_n, _v],
|
|
1356
|
+
[0, 0]
|
|
1357
|
+
];
|
|
1358
|
+
exports.PutImageRequest$ = [3, n0, _PIR,
|
|
1359
|
+
0,
|
|
1360
|
+
[_rN, _iM, _rI, _iMMT, _iTm, _iDm],
|
|
1361
|
+
[0, 0, 0, 0, 0, 0], 2
|
|
1362
|
+
];
|
|
1363
|
+
exports.PutImageResponse$ = [3, n0, _PIRu,
|
|
1364
|
+
0,
|
|
1365
|
+
[_im],
|
|
1366
|
+
[() => exports.Image$]
|
|
1367
|
+
];
|
|
1368
|
+
exports.PutImageScanningConfigurationRequest$ = [3, n0, _PISCR,
|
|
1369
|
+
0,
|
|
1370
|
+
[_rN, _iSC, _rI],
|
|
1371
|
+
[0, () => exports.ImageScanningConfiguration$, 0], 2
|
|
1372
|
+
];
|
|
1373
|
+
exports.PutImageScanningConfigurationResponse$ = [3, n0, _PISCRu,
|
|
1374
|
+
0,
|
|
1375
|
+
[_rI, _rN, _iSC],
|
|
1376
|
+
[0, 0, () => exports.ImageScanningConfiguration$]
|
|
1377
|
+
];
|
|
1378
|
+
exports.PutImageTagMutabilityRequest$ = [3, n0, _PITMR,
|
|
1379
|
+
0,
|
|
1380
|
+
[_rN, _iTM, _rI, _iTMEF],
|
|
1381
|
+
[0, 0, 0, () => ImageTagMutabilityExclusionFilters], 2
|
|
1382
|
+
];
|
|
1383
|
+
exports.PutImageTagMutabilityResponse$ = [3, n0, _PITMRu,
|
|
1384
|
+
0,
|
|
1385
|
+
[_rI, _rN, _iTM, _iTMEF],
|
|
1386
|
+
[0, 0, 0, () => ImageTagMutabilityExclusionFilters]
|
|
1387
|
+
];
|
|
1388
|
+
exports.PutLifecyclePolicyRequest$ = [3, n0, _PLPR,
|
|
1389
|
+
0,
|
|
1390
|
+
[_rN, _lPT, _rI],
|
|
1391
|
+
[0, 0, 0], 2
|
|
1392
|
+
];
|
|
1393
|
+
exports.PutLifecyclePolicyResponse$ = [3, n0, _PLPRu,
|
|
1394
|
+
0,
|
|
1395
|
+
[_rI, _rN, _lPT],
|
|
1396
|
+
[0, 0, 0]
|
|
1397
|
+
];
|
|
1398
|
+
exports.PutRegistryPolicyRequest$ = [3, n0, _PRPR,
|
|
1399
|
+
0,
|
|
1400
|
+
[_pT],
|
|
1401
|
+
[0], 1
|
|
1402
|
+
];
|
|
1403
|
+
exports.PutRegistryPolicyResponse$ = [3, n0, _PRPRu,
|
|
1404
|
+
0,
|
|
1405
|
+
[_rI, _pT],
|
|
1406
|
+
[0, 0]
|
|
1407
|
+
];
|
|
1408
|
+
exports.PutRegistryScanningConfigurationRequest$ = [3, n0, _PRSCR,
|
|
1409
|
+
0,
|
|
1410
|
+
[_sT, _ru],
|
|
1411
|
+
[0, () => RegistryScanningRuleList]
|
|
1412
|
+
];
|
|
1413
|
+
exports.PutRegistryScanningConfigurationResponse$ = [3, n0, _PRSCRu,
|
|
1414
|
+
0,
|
|
1415
|
+
[_rSC],
|
|
1416
|
+
[() => exports.RegistryScanningConfiguration$]
|
|
1417
|
+
];
|
|
1418
|
+
exports.PutReplicationConfigurationRequest$ = [3, n0, _PRCR,
|
|
1419
|
+
0,
|
|
1420
|
+
[_rC],
|
|
1421
|
+
[() => exports.ReplicationConfiguration$], 1
|
|
1422
|
+
];
|
|
1423
|
+
exports.PutReplicationConfigurationResponse$ = [3, n0, _PRCRu,
|
|
1424
|
+
0,
|
|
1425
|
+
[_rC],
|
|
1426
|
+
[() => exports.ReplicationConfiguration$]
|
|
1427
|
+
];
|
|
1428
|
+
exports.PutSigningConfigurationRequest$ = [3, n0, _PSCR,
|
|
1429
|
+
0,
|
|
1430
|
+
[_sCi],
|
|
1431
|
+
[() => exports.SigningConfiguration$], 1
|
|
1432
|
+
];
|
|
1433
|
+
exports.PutSigningConfigurationResponse$ = [3, n0, _PSCRu,
|
|
1434
|
+
0,
|
|
1435
|
+
[_sCi],
|
|
1436
|
+
[() => exports.SigningConfiguration$]
|
|
1437
|
+
];
|
|
1438
|
+
exports.Recommendation$ = [3, n0, _R,
|
|
1439
|
+
0,
|
|
1440
|
+
[_ur, _te],
|
|
1441
|
+
[0, 0]
|
|
1442
|
+
];
|
|
1443
|
+
exports.RegisterPullTimeUpdateExclusionRequest$ = [3, n0, _RPTUER,
|
|
1444
|
+
0,
|
|
1445
|
+
[_pAr],
|
|
1446
|
+
[0], 1
|
|
1447
|
+
];
|
|
1448
|
+
exports.RegisterPullTimeUpdateExclusionResponse$ = [3, n0, _RPTUERe,
|
|
1449
|
+
0,
|
|
1450
|
+
[_pAr, _cAr],
|
|
1451
|
+
[0, 4]
|
|
1452
|
+
];
|
|
1453
|
+
exports.RegistryScanningConfiguration$ = [3, n0, _RSC,
|
|
1454
|
+
0,
|
|
1455
|
+
[_sT, _ru],
|
|
1456
|
+
[0, () => RegistryScanningRuleList]
|
|
1457
|
+
];
|
|
1458
|
+
exports.RegistryScanningRule$ = [3, n0, _RSR,
|
|
1459
|
+
0,
|
|
1460
|
+
[_sF, _rF],
|
|
1461
|
+
[0, () => ScanningRepositoryFilterList], 2
|
|
1462
|
+
];
|
|
1463
|
+
exports.Remediation$ = [3, n0, _Re,
|
|
1464
|
+
0,
|
|
1465
|
+
[_rec],
|
|
1466
|
+
[() => exports.Recommendation$]
|
|
1467
|
+
];
|
|
1468
|
+
exports.ReplicationConfiguration$ = [3, n0, _RC,
|
|
1469
|
+
0,
|
|
1470
|
+
[_ru],
|
|
1471
|
+
[() => ReplicationRuleList], 1
|
|
1472
|
+
];
|
|
1473
|
+
exports.ReplicationDestination$ = [3, n0, _RD,
|
|
1474
|
+
0,
|
|
1475
|
+
[_reg, _rI],
|
|
1476
|
+
[0, 0], 2
|
|
1477
|
+
];
|
|
1478
|
+
exports.ReplicationRule$ = [3, n0, _RR,
|
|
1479
|
+
0,
|
|
1480
|
+
[_de, _rF],
|
|
1481
|
+
[() => ReplicationDestinationList, () => RepositoryFilterList], 1
|
|
1482
|
+
];
|
|
1483
|
+
exports.Repository$ = [3, n0, _Rep,
|
|
1484
|
+
0,
|
|
1485
|
+
[_rAe, _rI, _rN, _rUe, _cAr, _iTM, _iTMEF, _iSC, _eC],
|
|
1486
|
+
[0, 0, 0, 0, 4, 0, () => ImageTagMutabilityExclusionFilters, () => exports.ImageScanningConfiguration$, () => exports.EncryptionConfiguration$]
|
|
1487
|
+
];
|
|
1488
|
+
exports.RepositoryCreationTemplate$ = [3, n0, _RCT,
|
|
1489
|
+
0,
|
|
1490
|
+
[_pr, _d, _eC, _rT, _iTM, _iTMEF, _rP, _lP, _aF, _cRA, _cAr, _uA],
|
|
1491
|
+
[0, 0, () => exports.EncryptionConfigurationForRepositoryCreationTemplate$, () => TagList, 0, () => ImageTagMutabilityExclusionFilters, 0, 0, 64 | 0, 0, 4, 4]
|
|
1492
|
+
];
|
|
1493
|
+
exports.RepositoryFilter$ = [3, n0, _RF,
|
|
1494
|
+
0,
|
|
1495
|
+
[_fi, _fT],
|
|
1496
|
+
[0, 0], 2
|
|
1497
|
+
];
|
|
1498
|
+
exports.RepositoryScanningConfiguration$ = [3, n0, _RSCe,
|
|
1499
|
+
0,
|
|
1500
|
+
[_rAe, _rN, _sOP, _sF, _aSF],
|
|
1501
|
+
[0, 0, 2, 0, () => ScanningRepositoryFilterList]
|
|
1502
|
+
];
|
|
1503
|
+
exports.RepositoryScanningConfigurationFailure$ = [3, n0, _RSCF,
|
|
1504
|
+
0,
|
|
1505
|
+
[_rN, _fC, _fR],
|
|
1506
|
+
[0, 0, 0]
|
|
1507
|
+
];
|
|
1508
|
+
exports.Resource$ = [3, n0, _Res,
|
|
1509
|
+
0,
|
|
1510
|
+
[_det, _id, _t, _ty],
|
|
1511
|
+
[() => exports.ResourceDetails$, 0, 128 | 0, 0]
|
|
1512
|
+
];
|
|
1513
|
+
exports.ResourceDetails$ = [3, n0, _RDe,
|
|
1514
|
+
0,
|
|
1515
|
+
[_aECI],
|
|
1516
|
+
[() => exports.AwsEcrContainerImageDetails$]
|
|
1517
|
+
];
|
|
1518
|
+
exports.ScanningRepositoryFilter$ = [3, n0, _SRF,
|
|
1519
|
+
0,
|
|
1520
|
+
[_fi, _fT],
|
|
1521
|
+
[0, 0], 2
|
|
1522
|
+
];
|
|
1523
|
+
exports.ScoreDetails$ = [3, n0, _SD,
|
|
1524
|
+
0,
|
|
1525
|
+
[_cv],
|
|
1526
|
+
[() => exports.CvssScoreDetails$]
|
|
1527
|
+
];
|
|
1528
|
+
exports.SetRepositoryPolicyRequest$ = [3, n0, _SRPR,
|
|
1529
|
+
0,
|
|
1530
|
+
[_rN, _pT, _rI, _fo],
|
|
1531
|
+
[0, 0, 0, 2], 2
|
|
1532
|
+
];
|
|
1533
|
+
exports.SetRepositoryPolicyResponse$ = [3, n0, _SRPRe,
|
|
1534
|
+
0,
|
|
1535
|
+
[_rI, _rN, _pT],
|
|
1536
|
+
[0, 0, 0]
|
|
1537
|
+
];
|
|
1538
|
+
exports.SigningConfiguration$ = [3, n0, _SC,
|
|
1539
|
+
0,
|
|
1540
|
+
[_ru],
|
|
1541
|
+
[() => SigningRuleList], 1
|
|
1542
|
+
];
|
|
1543
|
+
exports.SigningRepositoryFilter$ = [3, n0, _SRFi,
|
|
1544
|
+
0,
|
|
1545
|
+
[_fi, _fT],
|
|
1546
|
+
[0, 0], 2
|
|
1547
|
+
];
|
|
1548
|
+
exports.SigningRule$ = [3, n0, _SR,
|
|
1549
|
+
0,
|
|
1550
|
+
[_sPA, _rF],
|
|
1551
|
+
[0, () => SigningRepositoryFilterList], 1
|
|
1552
|
+
];
|
|
1553
|
+
exports.StartImageScanRequest$ = [3, n0, _SISR,
|
|
1554
|
+
0,
|
|
1555
|
+
[_rN, _iIm, _rI],
|
|
1556
|
+
[0, () => exports.ImageIdentifier$, 0], 2
|
|
1557
|
+
];
|
|
1558
|
+
exports.StartImageScanResponse$ = [3, n0, _SISRt,
|
|
1559
|
+
0,
|
|
1560
|
+
[_rI, _rN, _iIm, _iSS],
|
|
1561
|
+
[0, 0, () => exports.ImageIdentifier$, () => exports.ImageScanStatus$]
|
|
1562
|
+
];
|
|
1563
|
+
exports.StartLifecyclePolicyPreviewRequest$ = [3, n0, _SLPPR,
|
|
1564
|
+
0,
|
|
1565
|
+
[_rN, _rI, _lPT],
|
|
1566
|
+
[0, 0, 0], 1
|
|
1567
|
+
];
|
|
1568
|
+
exports.StartLifecyclePolicyPreviewResponse$ = [3, n0, _SLPPRt,
|
|
1569
|
+
0,
|
|
1570
|
+
[_rI, _rN, _lPT, _st],
|
|
1571
|
+
[0, 0, 0, 0]
|
|
1572
|
+
];
|
|
1573
|
+
exports.SubjectIdentifier$ = [3, n0, _SI,
|
|
1574
|
+
0,
|
|
1575
|
+
[_iDm],
|
|
1576
|
+
[0], 1
|
|
1577
|
+
];
|
|
1578
|
+
exports.Tag$ = [3, n0, _T,
|
|
1579
|
+
0,
|
|
1580
|
+
[_K, _V],
|
|
1581
|
+
[0, 0], 2
|
|
1582
|
+
];
|
|
1583
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
1584
|
+
0,
|
|
1585
|
+
[_rA, _t],
|
|
1586
|
+
[0, () => TagList], 2
|
|
1587
|
+
];
|
|
1588
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
1589
|
+
0,
|
|
1590
|
+
[],
|
|
1591
|
+
[]
|
|
1592
|
+
];
|
|
1593
|
+
exports.TransitioningImageTotalCount$ = [3, n0, _TITC,
|
|
1594
|
+
0,
|
|
1595
|
+
[_tSC, _iTC],
|
|
1596
|
+
[0, 1]
|
|
1597
|
+
];
|
|
1598
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
1599
|
+
0,
|
|
1600
|
+
[_rA, _tK],
|
|
1601
|
+
[0, 64 | 0], 2
|
|
1602
|
+
];
|
|
1603
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
1604
|
+
0,
|
|
1605
|
+
[],
|
|
1606
|
+
[]
|
|
1607
|
+
];
|
|
1608
|
+
exports.UpdateImageStorageClassRequest$ = [3, n0, _UISCR,
|
|
1609
|
+
0,
|
|
1610
|
+
[_rN, _iIm, _tSC, _rI],
|
|
1611
|
+
[0, () => exports.ImageIdentifier$, 0, 0], 3
|
|
1612
|
+
];
|
|
1613
|
+
exports.UpdateImageStorageClassResponse$ = [3, n0, _UISCRp,
|
|
1614
|
+
0,
|
|
1615
|
+
[_rI, _rN, _iIm, _iS],
|
|
1616
|
+
[0, 0, () => exports.ImageIdentifier$, 0]
|
|
1617
|
+
];
|
|
1618
|
+
exports.UpdatePullThroughCacheRuleRequest$ = [3, n0, _UPTCRR,
|
|
1619
|
+
0,
|
|
1620
|
+
[_eRP, _rI, _cA, _cRA],
|
|
1621
|
+
[0, 0, 0, 0], 1
|
|
1622
|
+
];
|
|
1623
|
+
exports.UpdatePullThroughCacheRuleResponse$ = [3, n0, _UPTCRRp,
|
|
1624
|
+
0,
|
|
1625
|
+
[_eRP, _rI, _uA, _cA, _cRA, _uRP],
|
|
1626
|
+
[0, 0, 4, 0, 0, 0]
|
|
1627
|
+
];
|
|
1628
|
+
exports.UpdateRepositoryCreationTemplateRequest$ = [3, n0, _URCTR,
|
|
1629
|
+
0,
|
|
1630
|
+
[_pr, _d, _eC, _rT, _iTM, _iTMEF, _rP, _lP, _aF, _cRA],
|
|
1631
|
+
[0, 0, () => exports.EncryptionConfigurationForRepositoryCreationTemplate$, () => TagList, 0, () => ImageTagMutabilityExclusionFilters, 0, 0, 64 | 0, 0], 1
|
|
1632
|
+
];
|
|
1633
|
+
exports.UpdateRepositoryCreationTemplateResponse$ = [3, n0, _URCTRp,
|
|
1634
|
+
0,
|
|
1635
|
+
[_rI, _rCT],
|
|
1636
|
+
[0, () => exports.RepositoryCreationTemplate$]
|
|
1637
|
+
];
|
|
1638
|
+
exports.UploadLayerPartRequest$ = [3, n0, _ULPR,
|
|
1639
|
+
0,
|
|
1640
|
+
[_rN, _uI, _pFB, _pLB, _lPB, _rI],
|
|
1641
|
+
[0, 0, 1, 1, 21, 0], 5
|
|
1642
|
+
];
|
|
1643
|
+
exports.UploadLayerPartResponse$ = [3, n0, _ULPRp,
|
|
1644
|
+
0,
|
|
1645
|
+
[_rI, _rN, _uI, _lBR],
|
|
1646
|
+
[0, 0, 0, 1]
|
|
1647
|
+
];
|
|
1648
|
+
exports.ValidatePullThroughCacheRuleRequest$ = [3, n0, _VPTCRR,
|
|
1649
|
+
0,
|
|
1650
|
+
[_eRP, _rI],
|
|
1651
|
+
[0, 0], 1
|
|
1652
|
+
];
|
|
1653
|
+
exports.ValidatePullThroughCacheRuleResponse$ = [3, n0, _VPTCRRa,
|
|
1654
|
+
0,
|
|
1655
|
+
[_eRP, _rI, _uRU, _cA, _cRA, _uRP, _iV, _fa],
|
|
1656
|
+
[0, 0, 0, 0, 0, 0, 2, 0]
|
|
1657
|
+
];
|
|
1658
|
+
exports.VulnerablePackage$ = [3, n0, _VP,
|
|
1659
|
+
0,
|
|
1660
|
+
[_ar, _ep, _fP, _n, _pM, _rel, _sLH, _ve, _fIV],
|
|
1661
|
+
[0, 1, 0, 0, 0, 0, 0, 0, 0]
|
|
1662
|
+
];
|
|
1663
|
+
var ArtifactTypeList = 64 | 0;
|
|
1664
|
+
var AttributeList = [1, n0, _AL,
|
|
1665
|
+
0, () => exports.Attribute$
|
|
1666
|
+
];
|
|
1667
|
+
var AuthorizationDataList = [1, n0, _ADL,
|
|
1668
|
+
0, () => exports.AuthorizationData$
|
|
1669
|
+
];
|
|
1670
|
+
var BatchedOperationLayerDigestList = 64 | 0;
|
|
1671
|
+
var CvssScoreAdjustmentList = [1, n0, _CSAL,
|
|
1672
|
+
0, () => exports.CvssScoreAdjustment$
|
|
1673
|
+
];
|
|
1674
|
+
var CvssScoreList = [1, n0, _CSL,
|
|
1675
|
+
0, () => exports.CvssScore$
|
|
1676
|
+
];
|
|
1677
|
+
var EnhancedImageScanFindingList = [1, n0, _EISFL,
|
|
1678
|
+
0, () => exports.EnhancedImageScanFinding$
|
|
1679
|
+
];
|
|
1680
|
+
var GetAuthorizationTokenRegistryIdList = 64 | 0;
|
|
1681
|
+
var ImageDetailList = [1, n0, _IDL,
|
|
1682
|
+
0, () => exports.ImageDetail$
|
|
1683
|
+
];
|
|
1684
|
+
var ImageFailureList = [1, n0, _IFL,
|
|
1685
|
+
0, () => exports.ImageFailure$
|
|
1686
|
+
];
|
|
1687
|
+
var ImageIdentifierList = [1, n0, _IIL,
|
|
1688
|
+
0, () => exports.ImageIdentifier$
|
|
1689
|
+
];
|
|
1690
|
+
var ImageList = [1, n0, _IL,
|
|
1691
|
+
0, () => exports.Image$
|
|
1692
|
+
];
|
|
1693
|
+
var ImageReferrerList = [1, n0, _IRL,
|
|
1694
|
+
0, () => exports.ImageReferrer$
|
|
1695
|
+
];
|
|
1696
|
+
var ImageReplicationStatusList = [1, n0, _IRSL,
|
|
1697
|
+
0, () => exports.ImageReplicationStatus$
|
|
1698
|
+
];
|
|
1699
|
+
var ImageScanFindingList = [1, n0, _ISFL,
|
|
1700
|
+
0, () => exports.ImageScanFinding$
|
|
1701
|
+
];
|
|
1702
|
+
var ImageSigningStatusList = [1, n0, _ISSL,
|
|
1703
|
+
0, () => exports.ImageSigningStatus$
|
|
1704
|
+
];
|
|
1705
|
+
var ImageTagList = 64 | 0;
|
|
1706
|
+
var ImageTagMutabilityExclusionFilters = [1, n0, _ITMEFm,
|
|
1707
|
+
0, () => exports.ImageTagMutabilityExclusionFilter$
|
|
1708
|
+
];
|
|
1709
|
+
var ImageTagsList = 64 | 0;
|
|
1710
|
+
var LayerDigestList = 64 | 0;
|
|
1711
|
+
var LayerFailureList = [1, n0, _LFL,
|
|
1712
|
+
0, () => exports.LayerFailure$
|
|
1713
|
+
];
|
|
1714
|
+
var LayerList = [1, n0, _LL,
|
|
1715
|
+
0, () => exports.Layer$
|
|
1716
|
+
];
|
|
1717
|
+
var LifecyclePolicyPreviewResultList = [1, n0, _LPPRL,
|
|
1718
|
+
0, () => exports.LifecyclePolicyPreviewResult$
|
|
1719
|
+
];
|
|
1720
|
+
var MediaTypeList = 64 | 0;
|
|
1721
|
+
var PrefixList = 64 | 0;
|
|
1722
|
+
var PullThroughCacheRuleList = [1, n0, _PTCRL,
|
|
1723
|
+
0, () => exports.PullThroughCacheRule$
|
|
1724
|
+
];
|
|
1725
|
+
var PullThroughCacheRuleRepositoryPrefixList = 64 | 0;
|
|
1726
|
+
var PullTimeUpdateExclusionList = 64 | 0;
|
|
1727
|
+
var RCTAppliedForList = 64 | 0;
|
|
1728
|
+
var ReferenceUrlsList = 64 | 0;
|
|
1729
|
+
var RegistryScanningRuleList = [1, n0, _RSRL,
|
|
1730
|
+
0, () => exports.RegistryScanningRule$
|
|
1731
|
+
];
|
|
1732
|
+
var RelatedVulnerabilitiesList = 64 | 0;
|
|
1733
|
+
var ReplicationDestinationList = [1, n0, _RDL,
|
|
1734
|
+
0, () => exports.ReplicationDestination$
|
|
1735
|
+
];
|
|
1736
|
+
var ReplicationRuleList = [1, n0, _RRL,
|
|
1737
|
+
0, () => exports.ReplicationRule$
|
|
1738
|
+
];
|
|
1739
|
+
var RepositoryCreationTemplateList = [1, n0, _RCTL,
|
|
1740
|
+
0, () => exports.RepositoryCreationTemplate$
|
|
1741
|
+
];
|
|
1742
|
+
var RepositoryFilterList = [1, n0, _RFL,
|
|
1743
|
+
0, () => exports.RepositoryFilter$
|
|
1744
|
+
];
|
|
1745
|
+
var RepositoryList = [1, n0, _RL,
|
|
1746
|
+
0, () => exports.Repository$
|
|
1747
|
+
];
|
|
1748
|
+
var RepositoryNameList = 64 | 0;
|
|
1749
|
+
var RepositoryScanningConfigurationFailureList = [1, n0, _RSCFL,
|
|
1750
|
+
0, () => exports.RepositoryScanningConfigurationFailure$
|
|
1751
|
+
];
|
|
1752
|
+
var RepositoryScanningConfigurationList = [1, n0, _RSCL,
|
|
1753
|
+
0, () => exports.RepositoryScanningConfiguration$
|
|
1754
|
+
];
|
|
1755
|
+
var ResourceList = [1, n0, _RLe,
|
|
1756
|
+
0, () => exports.Resource$
|
|
1757
|
+
];
|
|
1758
|
+
var ScanningConfigurationRepositoryNameList = 64 | 0;
|
|
1759
|
+
var ScanningRepositoryFilterList = [1, n0, _SRFL,
|
|
1760
|
+
0, () => exports.ScanningRepositoryFilter$
|
|
1761
|
+
];
|
|
1762
|
+
var SigningRepositoryFilterList = [1, n0, _SRFLi,
|
|
1763
|
+
0, () => exports.SigningRepositoryFilter$
|
|
1764
|
+
];
|
|
1765
|
+
var SigningRuleList = [1, n0, _SRL,
|
|
1766
|
+
0, () => exports.SigningRule$
|
|
1767
|
+
];
|
|
1768
|
+
var TagKeyList = 64 | 0;
|
|
1769
|
+
var TagList = [1, n0, _TL,
|
|
1770
|
+
0, () => exports.Tag$
|
|
1771
|
+
];
|
|
1772
|
+
var TransitioningImageTotalCounts = [1, n0, _TITCr,
|
|
1773
|
+
0, () => exports.TransitioningImageTotalCount$
|
|
1774
|
+
];
|
|
1775
|
+
var VulnerablePackagesList = [1, n0, _VPL,
|
|
1776
|
+
0, () => exports.VulnerablePackage$
|
|
1777
|
+
];
|
|
1778
|
+
var Annotations = 128 | 0;
|
|
1779
|
+
var FindingSeverityCounts = 128 | 1;
|
|
1780
|
+
var Tags = 128 | 0;
|
|
1781
|
+
exports.BatchCheckLayerAvailability$ = [9, n0, _BCLA,
|
|
1782
|
+
0, () => exports.BatchCheckLayerAvailabilityRequest$, () => exports.BatchCheckLayerAvailabilityResponse$
|
|
1783
|
+
];
|
|
1784
|
+
exports.BatchDeleteImage$ = [9, n0, _BDI,
|
|
1785
|
+
0, () => exports.BatchDeleteImageRequest$, () => exports.BatchDeleteImageResponse$
|
|
1786
|
+
];
|
|
1787
|
+
exports.BatchGetImage$ = [9, n0, _BGI,
|
|
1788
|
+
0, () => exports.BatchGetImageRequest$, () => exports.BatchGetImageResponse$
|
|
1789
|
+
];
|
|
1790
|
+
exports.BatchGetRepositoryScanningConfiguration$ = [9, n0, _BGRSC,
|
|
1791
|
+
0, () => exports.BatchGetRepositoryScanningConfigurationRequest$, () => exports.BatchGetRepositoryScanningConfigurationResponse$
|
|
1792
|
+
];
|
|
1793
|
+
exports.CompleteLayerUpload$ = [9, n0, _CLU,
|
|
1794
|
+
0, () => exports.CompleteLayerUploadRequest$, () => exports.CompleteLayerUploadResponse$
|
|
1795
|
+
];
|
|
1796
|
+
exports.CreatePullThroughCacheRule$ = [9, n0, _CPTCR,
|
|
1797
|
+
0, () => exports.CreatePullThroughCacheRuleRequest$, () => exports.CreatePullThroughCacheRuleResponse$
|
|
1798
|
+
];
|
|
1799
|
+
exports.CreateRepository$ = [9, n0, _CR,
|
|
1800
|
+
0, () => exports.CreateRepositoryRequest$, () => exports.CreateRepositoryResponse$
|
|
1801
|
+
];
|
|
1802
|
+
exports.CreateRepositoryCreationTemplate$ = [9, n0, _CRCT,
|
|
1803
|
+
0, () => exports.CreateRepositoryCreationTemplateRequest$, () => exports.CreateRepositoryCreationTemplateResponse$
|
|
1804
|
+
];
|
|
1805
|
+
exports.DeleteLifecyclePolicy$ = [9, n0, _DLP,
|
|
1806
|
+
0, () => exports.DeleteLifecyclePolicyRequest$, () => exports.DeleteLifecyclePolicyResponse$
|
|
1807
|
+
];
|
|
1808
|
+
exports.DeletePullThroughCacheRule$ = [9, n0, _DPTCR,
|
|
1809
|
+
0, () => exports.DeletePullThroughCacheRuleRequest$, () => exports.DeletePullThroughCacheRuleResponse$
|
|
1810
|
+
];
|
|
1811
|
+
exports.DeleteRegistryPolicy$ = [9, n0, _DRP,
|
|
1812
|
+
0, () => exports.DeleteRegistryPolicyRequest$, () => exports.DeleteRegistryPolicyResponse$
|
|
1813
|
+
];
|
|
1814
|
+
exports.DeleteRepository$ = [9, n0, _DR,
|
|
1815
|
+
0, () => exports.DeleteRepositoryRequest$, () => exports.DeleteRepositoryResponse$
|
|
1816
|
+
];
|
|
1817
|
+
exports.DeleteRepositoryCreationTemplate$ = [9, n0, _DRCT,
|
|
1818
|
+
0, () => exports.DeleteRepositoryCreationTemplateRequest$, () => exports.DeleteRepositoryCreationTemplateResponse$
|
|
1819
|
+
];
|
|
1820
|
+
exports.DeleteRepositoryPolicy$ = [9, n0, _DRPe,
|
|
1821
|
+
0, () => exports.DeleteRepositoryPolicyRequest$, () => exports.DeleteRepositoryPolicyResponse$
|
|
1822
|
+
];
|
|
1823
|
+
exports.DeleteSigningConfiguration$ = [9, n0, _DSC,
|
|
1824
|
+
0, () => exports.DeleteSigningConfigurationRequest$, () => exports.DeleteSigningConfigurationResponse$
|
|
1825
|
+
];
|
|
1826
|
+
exports.DeregisterPullTimeUpdateExclusion$ = [9, n0, _DPTUE,
|
|
1827
|
+
0, () => exports.DeregisterPullTimeUpdateExclusionRequest$, () => exports.DeregisterPullTimeUpdateExclusionResponse$
|
|
1828
|
+
];
|
|
1829
|
+
exports.DescribeImageReplicationStatus$ = [9, n0, _DIRS,
|
|
1830
|
+
0, () => exports.DescribeImageReplicationStatusRequest$, () => exports.DescribeImageReplicationStatusResponse$
|
|
1831
|
+
];
|
|
1832
|
+
exports.DescribeImages$ = [9, n0, _DI,
|
|
1833
|
+
0, () => exports.DescribeImagesRequest$, () => exports.DescribeImagesResponse$
|
|
1834
|
+
];
|
|
1835
|
+
exports.DescribeImageScanFindings$ = [9, n0, _DISF,
|
|
1836
|
+
0, () => exports.DescribeImageScanFindingsRequest$, () => exports.DescribeImageScanFindingsResponse$
|
|
1837
|
+
];
|
|
1838
|
+
exports.DescribeImageSigningStatus$ = [9, n0, _DISS,
|
|
1839
|
+
0, () => exports.DescribeImageSigningStatusRequest$, () => exports.DescribeImageSigningStatusResponse$
|
|
1840
|
+
];
|
|
1841
|
+
exports.DescribePullThroughCacheRules$ = [9, n0, _DPTCRe,
|
|
1842
|
+
0, () => exports.DescribePullThroughCacheRulesRequest$, () => exports.DescribePullThroughCacheRulesResponse$
|
|
1843
|
+
];
|
|
1844
|
+
exports.DescribeRegistry$ = [9, n0, _DRe,
|
|
1845
|
+
0, () => exports.DescribeRegistryRequest$, () => exports.DescribeRegistryResponse$
|
|
1846
|
+
];
|
|
1847
|
+
exports.DescribeRepositories$ = [9, n0, _DRes,
|
|
1848
|
+
0, () => exports.DescribeRepositoriesRequest$, () => exports.DescribeRepositoriesResponse$
|
|
1849
|
+
];
|
|
1850
|
+
exports.DescribeRepositoryCreationTemplates$ = [9, n0, _DRCTe,
|
|
1851
|
+
0, () => exports.DescribeRepositoryCreationTemplatesRequest$, () => exports.DescribeRepositoryCreationTemplatesResponse$
|
|
1852
|
+
];
|
|
1853
|
+
exports.GetAccountSetting$ = [9, n0, _GAS,
|
|
1854
|
+
0, () => exports.GetAccountSettingRequest$, () => exports.GetAccountSettingResponse$
|
|
1855
|
+
];
|
|
1856
|
+
exports.GetAuthorizationToken$ = [9, n0, _GAT,
|
|
1857
|
+
0, () => exports.GetAuthorizationTokenRequest$, () => exports.GetAuthorizationTokenResponse$
|
|
1858
|
+
];
|
|
1859
|
+
exports.GetDownloadUrlForLayer$ = [9, n0, _GDUFL,
|
|
1860
|
+
0, () => exports.GetDownloadUrlForLayerRequest$, () => exports.GetDownloadUrlForLayerResponse$
|
|
1861
|
+
];
|
|
1862
|
+
exports.GetLifecyclePolicy$ = [9, n0, _GLP,
|
|
1863
|
+
0, () => exports.GetLifecyclePolicyRequest$, () => exports.GetLifecyclePolicyResponse$
|
|
1864
|
+
];
|
|
1865
|
+
exports.GetLifecyclePolicyPreview$ = [9, n0, _GLPP,
|
|
1866
|
+
0, () => exports.GetLifecyclePolicyPreviewRequest$, () => exports.GetLifecyclePolicyPreviewResponse$
|
|
1867
|
+
];
|
|
1868
|
+
exports.GetRegistryPolicy$ = [9, n0, _GRP,
|
|
1869
|
+
0, () => exports.GetRegistryPolicyRequest$, () => exports.GetRegistryPolicyResponse$
|
|
1870
|
+
];
|
|
1871
|
+
exports.GetRegistryScanningConfiguration$ = [9, n0, _GRSC,
|
|
1872
|
+
0, () => exports.GetRegistryScanningConfigurationRequest$, () => exports.GetRegistryScanningConfigurationResponse$
|
|
1873
|
+
];
|
|
1874
|
+
exports.GetRepositoryPolicy$ = [9, n0, _GRPe,
|
|
1875
|
+
0, () => exports.GetRepositoryPolicyRequest$, () => exports.GetRepositoryPolicyResponse$
|
|
1876
|
+
];
|
|
1877
|
+
exports.GetSigningConfiguration$ = [9, n0, _GSC,
|
|
1878
|
+
0, () => exports.GetSigningConfigurationRequest$, () => exports.GetSigningConfigurationResponse$
|
|
1879
|
+
];
|
|
1880
|
+
exports.InitiateLayerUpload$ = [9, n0, _ILU,
|
|
1881
|
+
0, () => exports.InitiateLayerUploadRequest$, () => exports.InitiateLayerUploadResponse$
|
|
1882
|
+
];
|
|
1883
|
+
exports.ListImageReferrers$ = [9, n0, _LIRis,
|
|
1884
|
+
0, () => exports.ListImageReferrersRequest$, () => exports.ListImageReferrersResponse$
|
|
1885
|
+
];
|
|
1886
|
+
exports.ListImages$ = [9, n0, _LI,
|
|
1887
|
+
0, () => exports.ListImagesRequest$, () => exports.ListImagesResponse$
|
|
1888
|
+
];
|
|
1889
|
+
exports.ListPullTimeUpdateExclusions$ = [9, n0, _LPTUE,
|
|
1890
|
+
0, () => exports.ListPullTimeUpdateExclusionsRequest$, () => exports.ListPullTimeUpdateExclusionsResponse$
|
|
1891
|
+
];
|
|
1892
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
1893
|
+
0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
1894
|
+
];
|
|
1895
|
+
exports.PutAccountSetting$ = [9, n0, _PAS,
|
|
1896
|
+
0, () => exports.PutAccountSettingRequest$, () => exports.PutAccountSettingResponse$
|
|
1897
|
+
];
|
|
1898
|
+
exports.PutImage$ = [9, n0, _PI,
|
|
1899
|
+
0, () => exports.PutImageRequest$, () => exports.PutImageResponse$
|
|
1900
|
+
];
|
|
1901
|
+
exports.PutImageScanningConfiguration$ = [9, n0, _PISC,
|
|
1902
|
+
0, () => exports.PutImageScanningConfigurationRequest$, () => exports.PutImageScanningConfigurationResponse$
|
|
1903
|
+
];
|
|
1904
|
+
exports.PutImageTagMutability$ = [9, n0, _PITM,
|
|
1905
|
+
0, () => exports.PutImageTagMutabilityRequest$, () => exports.PutImageTagMutabilityResponse$
|
|
1906
|
+
];
|
|
1907
|
+
exports.PutLifecyclePolicy$ = [9, n0, _PLP,
|
|
1908
|
+
0, () => exports.PutLifecyclePolicyRequest$, () => exports.PutLifecyclePolicyResponse$
|
|
1909
|
+
];
|
|
1910
|
+
exports.PutRegistryPolicy$ = [9, n0, _PRP,
|
|
1911
|
+
0, () => exports.PutRegistryPolicyRequest$, () => exports.PutRegistryPolicyResponse$
|
|
1912
|
+
];
|
|
1913
|
+
exports.PutRegistryScanningConfiguration$ = [9, n0, _PRSC,
|
|
1914
|
+
0, () => exports.PutRegistryScanningConfigurationRequest$, () => exports.PutRegistryScanningConfigurationResponse$
|
|
1915
|
+
];
|
|
1916
|
+
exports.PutReplicationConfiguration$ = [9, n0, _PRC,
|
|
1917
|
+
0, () => exports.PutReplicationConfigurationRequest$, () => exports.PutReplicationConfigurationResponse$
|
|
1918
|
+
];
|
|
1919
|
+
exports.PutSigningConfiguration$ = [9, n0, _PSC,
|
|
1920
|
+
0, () => exports.PutSigningConfigurationRequest$, () => exports.PutSigningConfigurationResponse$
|
|
1921
|
+
];
|
|
1922
|
+
exports.RegisterPullTimeUpdateExclusion$ = [9, n0, _RPTUE,
|
|
1923
|
+
0, () => exports.RegisterPullTimeUpdateExclusionRequest$, () => exports.RegisterPullTimeUpdateExclusionResponse$
|
|
1924
|
+
];
|
|
1925
|
+
exports.SetRepositoryPolicy$ = [9, n0, _SRP,
|
|
1926
|
+
0, () => exports.SetRepositoryPolicyRequest$, () => exports.SetRepositoryPolicyResponse$
|
|
1927
|
+
];
|
|
1928
|
+
exports.StartImageScan$ = [9, n0, _SIS,
|
|
1929
|
+
0, () => exports.StartImageScanRequest$, () => exports.StartImageScanResponse$
|
|
1930
|
+
];
|
|
1931
|
+
exports.StartLifecyclePolicyPreview$ = [9, n0, _SLPP,
|
|
1932
|
+
0, () => exports.StartLifecyclePolicyPreviewRequest$, () => exports.StartLifecyclePolicyPreviewResponse$
|
|
1933
|
+
];
|
|
1934
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
1935
|
+
0, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
1936
|
+
];
|
|
1937
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
1938
|
+
0, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
1939
|
+
];
|
|
1940
|
+
exports.UpdateImageStorageClass$ = [9, n0, _UISC,
|
|
1941
|
+
0, () => exports.UpdateImageStorageClassRequest$, () => exports.UpdateImageStorageClassResponse$
|
|
1942
|
+
];
|
|
1943
|
+
exports.UpdatePullThroughCacheRule$ = [9, n0, _UPTCR,
|
|
1944
|
+
0, () => exports.UpdatePullThroughCacheRuleRequest$, () => exports.UpdatePullThroughCacheRuleResponse$
|
|
1945
|
+
];
|
|
1946
|
+
exports.UpdateRepositoryCreationTemplate$ = [9, n0, _URCT,
|
|
1947
|
+
0, () => exports.UpdateRepositoryCreationTemplateRequest$, () => exports.UpdateRepositoryCreationTemplateResponse$
|
|
1948
|
+
];
|
|
1949
|
+
exports.UploadLayerPart$ = [9, n0, _ULP,
|
|
1950
|
+
0, () => exports.UploadLayerPartRequest$, () => exports.UploadLayerPartResponse$
|
|
1951
|
+
];
|
|
1952
|
+
exports.ValidatePullThroughCacheRule$ = [9, n0, _VPTCR,
|
|
1953
|
+
0, () => exports.ValidatePullThroughCacheRuleRequest$, () => exports.ValidatePullThroughCacheRuleResponse$
|
|
1954
|
+
];
|