@aws-sdk/client-ecr 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ECR.d.ts +707 -210
  3. package/dist-types/ts3.4/ECRClient.d.ts +349 -114
  4. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/index.d.ts +41 -41
  46. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  47. package/dist-types/ts3.4/index.d.ts +7 -7
  48. package/dist-types/ts3.4/models/ECRServiceException.d.ts +7 -6
  49. package/dist-types/ts3.4/models/index.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +1332 -1637
  51. package/dist-types/ts3.4/pagination/DescribeImageScanFindingsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/DescribePullThroughCacheRulesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  57. package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  59. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +497 -125
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  64. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  65. package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +11 -7
  66. package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +11 -7
  67. package/package.json +35 -35
@@ -1,125 +1,497 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput } from "../commands/BatchCheckLayerAvailabilityCommand";
4
- import { BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput } from "../commands/BatchDeleteImageCommand";
5
- import { BatchGetImageCommandInput, BatchGetImageCommandOutput } from "../commands/BatchGetImageCommand";
6
- import { BatchGetRepositoryScanningConfigurationCommandInput, BatchGetRepositoryScanningConfigurationCommandOutput } from "../commands/BatchGetRepositoryScanningConfigurationCommand";
7
- import { CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput } from "../commands/CompleteLayerUploadCommand";
8
- import { CreatePullThroughCacheRuleCommandInput, CreatePullThroughCacheRuleCommandOutput } from "../commands/CreatePullThroughCacheRuleCommand";
9
- import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "../commands/CreateRepositoryCommand";
10
- import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput } from "../commands/DeleteLifecyclePolicyCommand";
11
- import { DeletePullThroughCacheRuleCommandInput, DeletePullThroughCacheRuleCommandOutput } from "../commands/DeletePullThroughCacheRuleCommand";
12
- import { DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput } from "../commands/DeleteRegistryPolicyCommand";
13
- import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "../commands/DeleteRepositoryCommand";
14
- import { DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput } from "../commands/DeleteRepositoryPolicyCommand";
15
- import { DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput } from "../commands/DescribeImageReplicationStatusCommand";
16
- import { DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput } from "../commands/DescribeImageScanFindingsCommand";
17
- import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "../commands/DescribeImagesCommand";
18
- import { DescribePullThroughCacheRulesCommandInput, DescribePullThroughCacheRulesCommandOutput } from "../commands/DescribePullThroughCacheRulesCommand";
19
- import { DescribeRegistryCommandInput, DescribeRegistryCommandOutput } from "../commands/DescribeRegistryCommand";
20
- import { DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput } from "../commands/DescribeRepositoriesCommand";
21
- import { GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput } from "../commands/GetAuthorizationTokenCommand";
22
- import { GetDownloadUrlForLayerCommandInput, GetDownloadUrlForLayerCommandOutput } from "../commands/GetDownloadUrlForLayerCommand";
23
- import { GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput } from "../commands/GetLifecyclePolicyCommand";
24
- import { GetLifecyclePolicyPreviewCommandInput, GetLifecyclePolicyPreviewCommandOutput } from "../commands/GetLifecyclePolicyPreviewCommand";
25
- import { GetRegistryPolicyCommandInput, GetRegistryPolicyCommandOutput } from "../commands/GetRegistryPolicyCommand";
26
- import { GetRegistryScanningConfigurationCommandInput, GetRegistryScanningConfigurationCommandOutput } from "../commands/GetRegistryScanningConfigurationCommand";
27
- import { GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput } from "../commands/GetRepositoryPolicyCommand";
28
- import { InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput } from "../commands/InitiateLayerUploadCommand";
29
- import { ListImagesCommandInput, ListImagesCommandOutput } from "../commands/ListImagesCommand";
30
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
31
- import { PutImageCommandInput, PutImageCommandOutput } from "../commands/PutImageCommand";
32
- import { PutImageScanningConfigurationCommandInput, PutImageScanningConfigurationCommandOutput } from "../commands/PutImageScanningConfigurationCommand";
33
- import { PutImageTagMutabilityCommandInput, PutImageTagMutabilityCommandOutput } from "../commands/PutImageTagMutabilityCommand";
34
- import { PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput } from "../commands/PutLifecyclePolicyCommand";
35
- import { PutRegistryPolicyCommandInput, PutRegistryPolicyCommandOutput } from "../commands/PutRegistryPolicyCommand";
36
- import { PutRegistryScanningConfigurationCommandInput, PutRegistryScanningConfigurationCommandOutput } from "../commands/PutRegistryScanningConfigurationCommand";
37
- import { PutReplicationConfigurationCommandInput, PutReplicationConfigurationCommandOutput } from "../commands/PutReplicationConfigurationCommand";
38
- import { SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput } from "../commands/SetRepositoryPolicyCommand";
39
- import { StartImageScanCommandInput, StartImageScanCommandOutput } from "../commands/StartImageScanCommand";
40
- import { StartLifecyclePolicyPreviewCommandInput, StartLifecyclePolicyPreviewCommandOutput } from "../commands/StartLifecyclePolicyPreviewCommand";
41
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
42
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
43
- import { UploadLayerPartCommandInput, UploadLayerPartCommandOutput } from "../commands/UploadLayerPartCommand";
44
- export declare const serializeAws_json1_1BatchCheckLayerAvailabilityCommand: (input: BatchCheckLayerAvailabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1BatchDeleteImageCommand: (input: BatchDeleteImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1BatchGetImageCommand: (input: BatchGetImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand: (input: BatchGetRepositoryScanningConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1CompleteLayerUploadCommand: (input: CompleteLayerUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1CreatePullThroughCacheRuleCommand: (input: CreatePullThroughCacheRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1CreateRepositoryCommand: (input: CreateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1DeleteLifecyclePolicyCommand: (input: DeleteLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1DeletePullThroughCacheRuleCommand: (input: DeletePullThroughCacheRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1DeleteRegistryPolicyCommand: (input: DeleteRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1DeleteRepositoryPolicyCommand: (input: DeleteRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1DescribeImageReplicationStatusCommand: (input: DescribeImageReplicationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1DescribeImagesCommand: (input: DescribeImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1DescribeImageScanFindingsCommand: (input: DescribeImageScanFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1DescribePullThroughCacheRulesCommand: (input: DescribePullThroughCacheRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1DescribeRegistryCommand: (input: DescribeRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1DescribeRepositoriesCommand: (input: DescribeRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1GetAuthorizationTokenCommand: (input: GetAuthorizationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1GetDownloadUrlForLayerCommand: (input: GetDownloadUrlForLayerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1GetLifecyclePolicyCommand: (input: GetLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1GetLifecyclePolicyPreviewCommand: (input: GetLifecyclePolicyPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1GetRegistryPolicyCommand: (input: GetRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1GetRegistryScanningConfigurationCommand: (input: GetRegistryScanningConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1GetRepositoryPolicyCommand: (input: GetRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1InitiateLayerUploadCommand: (input: InitiateLayerUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1ListImagesCommand: (input: ListImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1PutImageCommand: (input: PutImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1PutImageScanningConfigurationCommand: (input: PutImageScanningConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1PutImageTagMutabilityCommand: (input: PutImageTagMutabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1PutLifecyclePolicyCommand: (input: PutLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1PutRegistryPolicyCommand: (input: PutRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1PutRegistryScanningConfigurationCommand: (input: PutRegistryScanningConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1PutReplicationConfigurationCommand: (input: PutReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1SetRepositoryPolicyCommand: (input: SetRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1StartImageScanCommand: (input: StartImageScanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1StartLifecyclePolicyPreviewCommand: (input: StartLifecyclePolicyPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1UploadLayerPartCommand: (input: UploadLayerPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const deserializeAws_json1_1BatchCheckLayerAvailabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCheckLayerAvailabilityCommandOutput>;
86
- export declare const deserializeAws_json1_1BatchDeleteImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteImageCommandOutput>;
87
- export declare const deserializeAws_json1_1BatchGetImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetImageCommandOutput>;
88
- export declare const deserializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetRepositoryScanningConfigurationCommandOutput>;
89
- export declare const deserializeAws_json1_1CompleteLayerUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteLayerUploadCommandOutput>;
90
- export declare const deserializeAws_json1_1CreatePullThroughCacheRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePullThroughCacheRuleCommandOutput>;
91
- export declare const deserializeAws_json1_1CreateRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryCommandOutput>;
92
- export declare const deserializeAws_json1_1DeleteLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLifecyclePolicyCommandOutput>;
93
- export declare const deserializeAws_json1_1DeletePullThroughCacheRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePullThroughCacheRuleCommandOutput>;
94
- export declare const deserializeAws_json1_1DeleteRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegistryPolicyCommandOutput>;
95
- export declare const deserializeAws_json1_1DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
96
- export declare const deserializeAws_json1_1DeleteRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryPolicyCommandOutput>;
97
- export declare const deserializeAws_json1_1DescribeImageReplicationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageReplicationStatusCommandOutput>;
98
- export declare const deserializeAws_json1_1DescribeImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImagesCommandOutput>;
99
- export declare const deserializeAws_json1_1DescribeImageScanFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageScanFindingsCommandOutput>;
100
- export declare const deserializeAws_json1_1DescribePullThroughCacheRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePullThroughCacheRulesCommandOutput>;
101
- export declare const deserializeAws_json1_1DescribeRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRegistryCommandOutput>;
102
- export declare const deserializeAws_json1_1DescribeRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRepositoriesCommandOutput>;
103
- export declare const deserializeAws_json1_1GetAuthorizationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizationTokenCommandOutput>;
104
- export declare const deserializeAws_json1_1GetDownloadUrlForLayerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDownloadUrlForLayerCommandOutput>;
105
- export declare const deserializeAws_json1_1GetLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLifecyclePolicyCommandOutput>;
106
- export declare const deserializeAws_json1_1GetLifecyclePolicyPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLifecyclePolicyPreviewCommandOutput>;
107
- export declare const deserializeAws_json1_1GetRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegistryPolicyCommandOutput>;
108
- export declare const deserializeAws_json1_1GetRegistryScanningConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegistryScanningConfigurationCommandOutput>;
109
- export declare const deserializeAws_json1_1GetRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryPolicyCommandOutput>;
110
- export declare const deserializeAws_json1_1InitiateLayerUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateLayerUploadCommandOutput>;
111
- export declare const deserializeAws_json1_1ListImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagesCommandOutput>;
112
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
113
- export declare const deserializeAws_json1_1PutImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageCommandOutput>;
114
- export declare const deserializeAws_json1_1PutImageScanningConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageScanningConfigurationCommandOutput>;
115
- export declare const deserializeAws_json1_1PutImageTagMutabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageTagMutabilityCommandOutput>;
116
- export declare const deserializeAws_json1_1PutLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLifecyclePolicyCommandOutput>;
117
- export declare const deserializeAws_json1_1PutRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRegistryPolicyCommandOutput>;
118
- export declare const deserializeAws_json1_1PutRegistryScanningConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRegistryScanningConfigurationCommandOutput>;
119
- export declare const deserializeAws_json1_1PutReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutReplicationConfigurationCommandOutput>;
120
- export declare const deserializeAws_json1_1SetRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetRepositoryPolicyCommandOutput>;
121
- export declare const deserializeAws_json1_1StartImageScanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImageScanCommandOutput>;
122
- export declare const deserializeAws_json1_1StartLifecyclePolicyPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartLifecyclePolicyPreviewCommandOutput>;
123
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
124
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
125
- export declare const deserializeAws_json1_1UploadLayerPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadLayerPartCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ BatchCheckLayerAvailabilityCommandInput,
8
+ BatchCheckLayerAvailabilityCommandOutput,
9
+ } from "../commands/BatchCheckLayerAvailabilityCommand";
10
+ import {
11
+ BatchDeleteImageCommandInput,
12
+ BatchDeleteImageCommandOutput,
13
+ } from "../commands/BatchDeleteImageCommand";
14
+ import {
15
+ BatchGetImageCommandInput,
16
+ BatchGetImageCommandOutput,
17
+ } from "../commands/BatchGetImageCommand";
18
+ import {
19
+ BatchGetRepositoryScanningConfigurationCommandInput,
20
+ BatchGetRepositoryScanningConfigurationCommandOutput,
21
+ } from "../commands/BatchGetRepositoryScanningConfigurationCommand";
22
+ import {
23
+ CompleteLayerUploadCommandInput,
24
+ CompleteLayerUploadCommandOutput,
25
+ } from "../commands/CompleteLayerUploadCommand";
26
+ import {
27
+ CreatePullThroughCacheRuleCommandInput,
28
+ CreatePullThroughCacheRuleCommandOutput,
29
+ } from "../commands/CreatePullThroughCacheRuleCommand";
30
+ import {
31
+ CreateRepositoryCommandInput,
32
+ CreateRepositoryCommandOutput,
33
+ } from "../commands/CreateRepositoryCommand";
34
+ import {
35
+ DeleteLifecyclePolicyCommandInput,
36
+ DeleteLifecyclePolicyCommandOutput,
37
+ } from "../commands/DeleteLifecyclePolicyCommand";
38
+ import {
39
+ DeletePullThroughCacheRuleCommandInput,
40
+ DeletePullThroughCacheRuleCommandOutput,
41
+ } from "../commands/DeletePullThroughCacheRuleCommand";
42
+ import {
43
+ DeleteRegistryPolicyCommandInput,
44
+ DeleteRegistryPolicyCommandOutput,
45
+ } from "../commands/DeleteRegistryPolicyCommand";
46
+ import {
47
+ DeleteRepositoryCommandInput,
48
+ DeleteRepositoryCommandOutput,
49
+ } from "../commands/DeleteRepositoryCommand";
50
+ import {
51
+ DeleteRepositoryPolicyCommandInput,
52
+ DeleteRepositoryPolicyCommandOutput,
53
+ } from "../commands/DeleteRepositoryPolicyCommand";
54
+ import {
55
+ DescribeImageReplicationStatusCommandInput,
56
+ DescribeImageReplicationStatusCommandOutput,
57
+ } from "../commands/DescribeImageReplicationStatusCommand";
58
+ import {
59
+ DescribeImageScanFindingsCommandInput,
60
+ DescribeImageScanFindingsCommandOutput,
61
+ } from "../commands/DescribeImageScanFindingsCommand";
62
+ import {
63
+ DescribeImagesCommandInput,
64
+ DescribeImagesCommandOutput,
65
+ } from "../commands/DescribeImagesCommand";
66
+ import {
67
+ DescribePullThroughCacheRulesCommandInput,
68
+ DescribePullThroughCacheRulesCommandOutput,
69
+ } from "../commands/DescribePullThroughCacheRulesCommand";
70
+ import {
71
+ DescribeRegistryCommandInput,
72
+ DescribeRegistryCommandOutput,
73
+ } from "../commands/DescribeRegistryCommand";
74
+ import {
75
+ DescribeRepositoriesCommandInput,
76
+ DescribeRepositoriesCommandOutput,
77
+ } from "../commands/DescribeRepositoriesCommand";
78
+ import {
79
+ GetAuthorizationTokenCommandInput,
80
+ GetAuthorizationTokenCommandOutput,
81
+ } from "../commands/GetAuthorizationTokenCommand";
82
+ import {
83
+ GetDownloadUrlForLayerCommandInput,
84
+ GetDownloadUrlForLayerCommandOutput,
85
+ } from "../commands/GetDownloadUrlForLayerCommand";
86
+ import {
87
+ GetLifecyclePolicyCommandInput,
88
+ GetLifecyclePolicyCommandOutput,
89
+ } from "../commands/GetLifecyclePolicyCommand";
90
+ import {
91
+ GetLifecyclePolicyPreviewCommandInput,
92
+ GetLifecyclePolicyPreviewCommandOutput,
93
+ } from "../commands/GetLifecyclePolicyPreviewCommand";
94
+ import {
95
+ GetRegistryPolicyCommandInput,
96
+ GetRegistryPolicyCommandOutput,
97
+ } from "../commands/GetRegistryPolicyCommand";
98
+ import {
99
+ GetRegistryScanningConfigurationCommandInput,
100
+ GetRegistryScanningConfigurationCommandOutput,
101
+ } from "../commands/GetRegistryScanningConfigurationCommand";
102
+ import {
103
+ GetRepositoryPolicyCommandInput,
104
+ GetRepositoryPolicyCommandOutput,
105
+ } from "../commands/GetRepositoryPolicyCommand";
106
+ import {
107
+ InitiateLayerUploadCommandInput,
108
+ InitiateLayerUploadCommandOutput,
109
+ } from "../commands/InitiateLayerUploadCommand";
110
+ import {
111
+ ListImagesCommandInput,
112
+ ListImagesCommandOutput,
113
+ } from "../commands/ListImagesCommand";
114
+ import {
115
+ ListTagsForResourceCommandInput,
116
+ ListTagsForResourceCommandOutput,
117
+ } from "../commands/ListTagsForResourceCommand";
118
+ import {
119
+ PutImageCommandInput,
120
+ PutImageCommandOutput,
121
+ } from "../commands/PutImageCommand";
122
+ import {
123
+ PutImageScanningConfigurationCommandInput,
124
+ PutImageScanningConfigurationCommandOutput,
125
+ } from "../commands/PutImageScanningConfigurationCommand";
126
+ import {
127
+ PutImageTagMutabilityCommandInput,
128
+ PutImageTagMutabilityCommandOutput,
129
+ } from "../commands/PutImageTagMutabilityCommand";
130
+ import {
131
+ PutLifecyclePolicyCommandInput,
132
+ PutLifecyclePolicyCommandOutput,
133
+ } from "../commands/PutLifecyclePolicyCommand";
134
+ import {
135
+ PutRegistryPolicyCommandInput,
136
+ PutRegistryPolicyCommandOutput,
137
+ } from "../commands/PutRegistryPolicyCommand";
138
+ import {
139
+ PutRegistryScanningConfigurationCommandInput,
140
+ PutRegistryScanningConfigurationCommandOutput,
141
+ } from "../commands/PutRegistryScanningConfigurationCommand";
142
+ import {
143
+ PutReplicationConfigurationCommandInput,
144
+ PutReplicationConfigurationCommandOutput,
145
+ } from "../commands/PutReplicationConfigurationCommand";
146
+ import {
147
+ SetRepositoryPolicyCommandInput,
148
+ SetRepositoryPolicyCommandOutput,
149
+ } from "../commands/SetRepositoryPolicyCommand";
150
+ import {
151
+ StartImageScanCommandInput,
152
+ StartImageScanCommandOutput,
153
+ } from "../commands/StartImageScanCommand";
154
+ import {
155
+ StartLifecyclePolicyPreviewCommandInput,
156
+ StartLifecyclePolicyPreviewCommandOutput,
157
+ } from "../commands/StartLifecyclePolicyPreviewCommand";
158
+ import {
159
+ TagResourceCommandInput,
160
+ TagResourceCommandOutput,
161
+ } from "../commands/TagResourceCommand";
162
+ import {
163
+ UntagResourceCommandInput,
164
+ UntagResourceCommandOutput,
165
+ } from "../commands/UntagResourceCommand";
166
+ import {
167
+ UploadLayerPartCommandInput,
168
+ UploadLayerPartCommandOutput,
169
+ } from "../commands/UploadLayerPartCommand";
170
+ export declare const serializeAws_json1_1BatchCheckLayerAvailabilityCommand: (
171
+ input: BatchCheckLayerAvailabilityCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_1BatchDeleteImageCommand: (
175
+ input: BatchDeleteImageCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_json1_1BatchGetImageCommand: (
179
+ input: BatchGetImageCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand: (
183
+ input: BatchGetRepositoryScanningConfigurationCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_json1_1CompleteLayerUploadCommand: (
187
+ input: CompleteLayerUploadCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_1CreatePullThroughCacheRuleCommand: (
191
+ input: CreatePullThroughCacheRuleCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_1CreateRepositoryCommand: (
195
+ input: CreateRepositoryCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1DeleteLifecyclePolicyCommand: (
199
+ input: DeleteLifecyclePolicyCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1DeletePullThroughCacheRuleCommand: (
203
+ input: DeletePullThroughCacheRuleCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1DeleteRegistryPolicyCommand: (
207
+ input: DeleteRegistryPolicyCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1DeleteRepositoryCommand: (
211
+ input: DeleteRepositoryCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1DeleteRepositoryPolicyCommand: (
215
+ input: DeleteRepositoryPolicyCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1DescribeImageReplicationStatusCommand: (
219
+ input: DescribeImageReplicationStatusCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1DescribeImagesCommand: (
223
+ input: DescribeImagesCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1DescribeImageScanFindingsCommand: (
227
+ input: DescribeImageScanFindingsCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1DescribePullThroughCacheRulesCommand: (
231
+ input: DescribePullThroughCacheRulesCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1DescribeRegistryCommand: (
235
+ input: DescribeRegistryCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1DescribeRepositoriesCommand: (
239
+ input: DescribeRepositoriesCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1GetAuthorizationTokenCommand: (
243
+ input: GetAuthorizationTokenCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1GetDownloadUrlForLayerCommand: (
247
+ input: GetDownloadUrlForLayerCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1GetLifecyclePolicyCommand: (
251
+ input: GetLifecyclePolicyCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1GetLifecyclePolicyPreviewCommand: (
255
+ input: GetLifecyclePolicyPreviewCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1GetRegistryPolicyCommand: (
259
+ input: GetRegistryPolicyCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1GetRegistryScanningConfigurationCommand: (
263
+ input: GetRegistryScanningConfigurationCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1GetRepositoryPolicyCommand: (
267
+ input: GetRepositoryPolicyCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1InitiateLayerUploadCommand: (
271
+ input: InitiateLayerUploadCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1ListImagesCommand: (
275
+ input: ListImagesCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
279
+ input: ListTagsForResourceCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1PutImageCommand: (
283
+ input: PutImageCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1PutImageScanningConfigurationCommand: (
287
+ input: PutImageScanningConfigurationCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1PutImageTagMutabilityCommand: (
291
+ input: PutImageTagMutabilityCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1PutLifecyclePolicyCommand: (
295
+ input: PutLifecyclePolicyCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1PutRegistryPolicyCommand: (
299
+ input: PutRegistryPolicyCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1PutRegistryScanningConfigurationCommand: (
303
+ input: PutRegistryScanningConfigurationCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1PutReplicationConfigurationCommand: (
307
+ input: PutReplicationConfigurationCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1SetRepositoryPolicyCommand: (
311
+ input: SetRepositoryPolicyCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1StartImageScanCommand: (
315
+ input: StartImageScanCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1StartLifecyclePolicyPreviewCommand: (
319
+ input: StartLifecyclePolicyPreviewCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1TagResourceCommand: (
323
+ input: TagResourceCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1UntagResourceCommand: (
327
+ input: UntagResourceCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1UploadLayerPartCommand: (
331
+ input: UploadLayerPartCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const deserializeAws_json1_1BatchCheckLayerAvailabilityCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<BatchCheckLayerAvailabilityCommandOutput>;
338
+ export declare const deserializeAws_json1_1BatchDeleteImageCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<BatchDeleteImageCommandOutput>;
342
+ export declare const deserializeAws_json1_1BatchGetImageCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<BatchGetImageCommandOutput>;
346
+ export declare const deserializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<BatchGetRepositoryScanningConfigurationCommandOutput>;
350
+ export declare const deserializeAws_json1_1CompleteLayerUploadCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<CompleteLayerUploadCommandOutput>;
354
+ export declare const deserializeAws_json1_1CreatePullThroughCacheRuleCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<CreatePullThroughCacheRuleCommandOutput>;
358
+ export declare const deserializeAws_json1_1CreateRepositoryCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<CreateRepositoryCommandOutput>;
362
+ export declare const deserializeAws_json1_1DeleteLifecyclePolicyCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<DeleteLifecyclePolicyCommandOutput>;
366
+ export declare const deserializeAws_json1_1DeletePullThroughCacheRuleCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<DeletePullThroughCacheRuleCommandOutput>;
370
+ export declare const deserializeAws_json1_1DeleteRegistryPolicyCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<DeleteRegistryPolicyCommandOutput>;
374
+ export declare const deserializeAws_json1_1DeleteRepositoryCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<DeleteRepositoryCommandOutput>;
378
+ export declare const deserializeAws_json1_1DeleteRepositoryPolicyCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<DeleteRepositoryPolicyCommandOutput>;
382
+ export declare const deserializeAws_json1_1DescribeImageReplicationStatusCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<DescribeImageReplicationStatusCommandOutput>;
386
+ export declare const deserializeAws_json1_1DescribeImagesCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<DescribeImagesCommandOutput>;
390
+ export declare const deserializeAws_json1_1DescribeImageScanFindingsCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<DescribeImageScanFindingsCommandOutput>;
394
+ export declare const deserializeAws_json1_1DescribePullThroughCacheRulesCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<DescribePullThroughCacheRulesCommandOutput>;
398
+ export declare const deserializeAws_json1_1DescribeRegistryCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<DescribeRegistryCommandOutput>;
402
+ export declare const deserializeAws_json1_1DescribeRepositoriesCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<DescribeRepositoriesCommandOutput>;
406
+ export declare const deserializeAws_json1_1GetAuthorizationTokenCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<GetAuthorizationTokenCommandOutput>;
410
+ export declare const deserializeAws_json1_1GetDownloadUrlForLayerCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<GetDownloadUrlForLayerCommandOutput>;
414
+ export declare const deserializeAws_json1_1GetLifecyclePolicyCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<GetLifecyclePolicyCommandOutput>;
418
+ export declare const deserializeAws_json1_1GetLifecyclePolicyPreviewCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<GetLifecyclePolicyPreviewCommandOutput>;
422
+ export declare const deserializeAws_json1_1GetRegistryPolicyCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<GetRegistryPolicyCommandOutput>;
426
+ export declare const deserializeAws_json1_1GetRegistryScanningConfigurationCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<GetRegistryScanningConfigurationCommandOutput>;
430
+ export declare const deserializeAws_json1_1GetRepositoryPolicyCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<GetRepositoryPolicyCommandOutput>;
434
+ export declare const deserializeAws_json1_1InitiateLayerUploadCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<InitiateLayerUploadCommandOutput>;
438
+ export declare const deserializeAws_json1_1ListImagesCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<ListImagesCommandOutput>;
442
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<ListTagsForResourceCommandOutput>;
446
+ export declare const deserializeAws_json1_1PutImageCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<PutImageCommandOutput>;
450
+ export declare const deserializeAws_json1_1PutImageScanningConfigurationCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<PutImageScanningConfigurationCommandOutput>;
454
+ export declare const deserializeAws_json1_1PutImageTagMutabilityCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<PutImageTagMutabilityCommandOutput>;
458
+ export declare const deserializeAws_json1_1PutLifecyclePolicyCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<PutLifecyclePolicyCommandOutput>;
462
+ export declare const deserializeAws_json1_1PutRegistryPolicyCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<PutRegistryPolicyCommandOutput>;
466
+ export declare const deserializeAws_json1_1PutRegistryScanningConfigurationCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<PutRegistryScanningConfigurationCommandOutput>;
470
+ export declare const deserializeAws_json1_1PutReplicationConfigurationCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<PutReplicationConfigurationCommandOutput>;
474
+ export declare const deserializeAws_json1_1SetRepositoryPolicyCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<SetRepositoryPolicyCommandOutput>;
478
+ export declare const deserializeAws_json1_1StartImageScanCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<StartImageScanCommandOutput>;
482
+ export declare const deserializeAws_json1_1StartLifecyclePolicyPreviewCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<StartLifecyclePolicyPreviewCommandOutput>;
486
+ export declare const deserializeAws_json1_1TagResourceCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<TagResourceCommandOutput>;
490
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<UntagResourceCommandOutput>;
494
+ export declare const deserializeAws_json1_1UploadLayerPartCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<UploadLayerPartCommandOutput>;