@aws-sdk/client-ecr 3.306.0 → 3.310.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 (87) hide show
  1. package/dist-cjs/commands/BatchCheckLayerAvailabilityCommand.js +2 -2
  2. package/dist-cjs/commands/BatchDeleteImageCommand.js +2 -2
  3. package/dist-cjs/commands/BatchGetImageCommand.js +2 -2
  4. package/dist-cjs/commands/BatchGetRepositoryScanningConfigurationCommand.js +2 -2
  5. package/dist-cjs/commands/CompleteLayerUploadCommand.js +2 -2
  6. package/dist-cjs/commands/CreatePullThroughCacheRuleCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +2 -2
  9. package/dist-cjs/commands/DeletePullThroughCacheRuleCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteRegistryPolicyCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteRepositoryPolicyCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeImageReplicationStatusCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeImageScanFindingsCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeImagesCommand.js +2 -2
  16. package/dist-cjs/commands/DescribePullThroughCacheRulesCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeRegistryCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeRepositoriesCommand.js +2 -2
  19. package/dist-cjs/commands/GetAuthorizationTokenCommand.js +2 -2
  20. package/dist-cjs/commands/GetDownloadUrlForLayerCommand.js +2 -2
  21. package/dist-cjs/commands/GetLifecyclePolicyCommand.js +2 -2
  22. package/dist-cjs/commands/GetLifecyclePolicyPreviewCommand.js +2 -2
  23. package/dist-cjs/commands/GetRegistryPolicyCommand.js +2 -2
  24. package/dist-cjs/commands/GetRegistryScanningConfigurationCommand.js +2 -2
  25. package/dist-cjs/commands/GetRepositoryPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/InitiateLayerUploadCommand.js +2 -2
  27. package/dist-cjs/commands/ListImagesCommand.js +2 -2
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  29. package/dist-cjs/commands/PutImageCommand.js +2 -2
  30. package/dist-cjs/commands/PutImageScanningConfigurationCommand.js +2 -2
  31. package/dist-cjs/commands/PutImageTagMutabilityCommand.js +2 -2
  32. package/dist-cjs/commands/PutLifecyclePolicyCommand.js +2 -2
  33. package/dist-cjs/commands/PutRegistryPolicyCommand.js +2 -2
  34. package/dist-cjs/commands/PutRegistryScanningConfigurationCommand.js +2 -2
  35. package/dist-cjs/commands/PutReplicationConfigurationCommand.js +2 -2
  36. package/dist-cjs/commands/SetRepositoryPolicyCommand.js +2 -2
  37. package/dist-cjs/commands/StartImageScanCommand.js +2 -2
  38. package/dist-cjs/commands/StartLifecyclePolicyPreviewCommand.js +2 -2
  39. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  41. package/dist-cjs/commands/UploadLayerPartCommand.js +2 -2
  42. package/dist-cjs/protocols/Aws_json1_1.js +919 -951
  43. package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +3 -3
  44. package/dist-es/commands/BatchDeleteImageCommand.js +3 -3
  45. package/dist-es/commands/BatchGetImageCommand.js +3 -3
  46. package/dist-es/commands/BatchGetRepositoryScanningConfigurationCommand.js +3 -3
  47. package/dist-es/commands/CompleteLayerUploadCommand.js +3 -3
  48. package/dist-es/commands/CreatePullThroughCacheRuleCommand.js +3 -3
  49. package/dist-es/commands/CreateRepositoryCommand.js +3 -3
  50. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -3
  51. package/dist-es/commands/DeletePullThroughCacheRuleCommand.js +3 -3
  52. package/dist-es/commands/DeleteRegistryPolicyCommand.js +3 -3
  53. package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
  54. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +3 -3
  55. package/dist-es/commands/DescribeImageReplicationStatusCommand.js +3 -3
  56. package/dist-es/commands/DescribeImageScanFindingsCommand.js +3 -3
  57. package/dist-es/commands/DescribeImagesCommand.js +3 -3
  58. package/dist-es/commands/DescribePullThroughCacheRulesCommand.js +3 -3
  59. package/dist-es/commands/DescribeRegistryCommand.js +3 -3
  60. package/dist-es/commands/DescribeRepositoriesCommand.js +3 -3
  61. package/dist-es/commands/GetAuthorizationTokenCommand.js +3 -3
  62. package/dist-es/commands/GetDownloadUrlForLayerCommand.js +3 -3
  63. package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -3
  64. package/dist-es/commands/GetLifecyclePolicyPreviewCommand.js +3 -3
  65. package/dist-es/commands/GetRegistryPolicyCommand.js +3 -3
  66. package/dist-es/commands/GetRegistryScanningConfigurationCommand.js +3 -3
  67. package/dist-es/commands/GetRepositoryPolicyCommand.js +3 -3
  68. package/dist-es/commands/InitiateLayerUploadCommand.js +3 -3
  69. package/dist-es/commands/ListImagesCommand.js +3 -3
  70. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  71. package/dist-es/commands/PutImageCommand.js +3 -3
  72. package/dist-es/commands/PutImageScanningConfigurationCommand.js +3 -3
  73. package/dist-es/commands/PutImageTagMutabilityCommand.js +3 -3
  74. package/dist-es/commands/PutLifecyclePolicyCommand.js +3 -3
  75. package/dist-es/commands/PutRegistryPolicyCommand.js +3 -3
  76. package/dist-es/commands/PutRegistryScanningConfigurationCommand.js +3 -3
  77. package/dist-es/commands/PutReplicationConfigurationCommand.js +3 -3
  78. package/dist-es/commands/SetRepositoryPolicyCommand.js +3 -3
  79. package/dist-es/commands/StartImageScanCommand.js +3 -3
  80. package/dist-es/commands/StartLifecyclePolicyPreviewCommand.js +3 -3
  81. package/dist-es/commands/TagResourceCommand.js +3 -3
  82. package/dist-es/commands/UntagResourceCommand.js +3 -3
  83. package/dist-es/commands/UploadLayerPartCommand.js +3 -3
  84. package/dist-es/protocols/Aws_json1_1.js +835 -867
  85. package/dist-types/protocols/Aws_json1_1.d.ts +328 -82
  86. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +82 -82
  87. package/package.json +36 -36
@@ -41,85 +41,331 @@ import { StartLifecyclePolicyPreviewCommandInput, StartLifecyclePolicyPreviewCom
41
41
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
42
42
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
43
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>;
44
+ /**
45
+ * serializeAws_json1_1BatchCheckLayerAvailabilityCommand
46
+ */
47
+ export declare const se_BatchCheckLayerAvailabilityCommand: (input: BatchCheckLayerAvailabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ /**
49
+ * serializeAws_json1_1BatchDeleteImageCommand
50
+ */
51
+ export declare const se_BatchDeleteImageCommand: (input: BatchDeleteImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ /**
53
+ * serializeAws_json1_1BatchGetImageCommand
54
+ */
55
+ export declare const se_BatchGetImageCommand: (input: BatchGetImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ /**
57
+ * serializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand
58
+ */
59
+ export declare const se_BatchGetRepositoryScanningConfigurationCommand: (input: BatchGetRepositoryScanningConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ /**
61
+ * serializeAws_json1_1CompleteLayerUploadCommand
62
+ */
63
+ export declare const se_CompleteLayerUploadCommand: (input: CompleteLayerUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ /**
65
+ * serializeAws_json1_1CreatePullThroughCacheRuleCommand
66
+ */
67
+ export declare const se_CreatePullThroughCacheRuleCommand: (input: CreatePullThroughCacheRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ /**
69
+ * serializeAws_json1_1CreateRepositoryCommand
70
+ */
71
+ export declare const se_CreateRepositoryCommand: (input: CreateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ /**
73
+ * serializeAws_json1_1DeleteLifecyclePolicyCommand
74
+ */
75
+ export declare const se_DeleteLifecyclePolicyCommand: (input: DeleteLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ /**
77
+ * serializeAws_json1_1DeletePullThroughCacheRuleCommand
78
+ */
79
+ export declare const se_DeletePullThroughCacheRuleCommand: (input: DeletePullThroughCacheRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ /**
81
+ * serializeAws_json1_1DeleteRegistryPolicyCommand
82
+ */
83
+ export declare const se_DeleteRegistryPolicyCommand: (input: DeleteRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
+ /**
85
+ * serializeAws_json1_1DeleteRepositoryCommand
86
+ */
87
+ export declare const se_DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
+ /**
89
+ * serializeAws_json1_1DeleteRepositoryPolicyCommand
90
+ */
91
+ export declare const se_DeleteRepositoryPolicyCommand: (input: DeleteRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
+ /**
93
+ * serializeAws_json1_1DescribeImageReplicationStatusCommand
94
+ */
95
+ export declare const se_DescribeImageReplicationStatusCommand: (input: DescribeImageReplicationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
+ /**
97
+ * serializeAws_json1_1DescribeImagesCommand
98
+ */
99
+ export declare const se_DescribeImagesCommand: (input: DescribeImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
+ /**
101
+ * serializeAws_json1_1DescribeImageScanFindingsCommand
102
+ */
103
+ export declare const se_DescribeImageScanFindingsCommand: (input: DescribeImageScanFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
+ /**
105
+ * serializeAws_json1_1DescribePullThroughCacheRulesCommand
106
+ */
107
+ export declare const se_DescribePullThroughCacheRulesCommand: (input: DescribePullThroughCacheRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ /**
109
+ * serializeAws_json1_1DescribeRegistryCommand
110
+ */
111
+ export declare const se_DescribeRegistryCommand: (input: DescribeRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
+ /**
113
+ * serializeAws_json1_1DescribeRepositoriesCommand
114
+ */
115
+ export declare const se_DescribeRepositoriesCommand: (input: DescribeRepositoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ /**
117
+ * serializeAws_json1_1GetAuthorizationTokenCommand
118
+ */
119
+ export declare const se_GetAuthorizationTokenCommand: (input: GetAuthorizationTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
+ /**
121
+ * serializeAws_json1_1GetDownloadUrlForLayerCommand
122
+ */
123
+ export declare const se_GetDownloadUrlForLayerCommand: (input: GetDownloadUrlForLayerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
+ /**
125
+ * serializeAws_json1_1GetLifecyclePolicyCommand
126
+ */
127
+ export declare const se_GetLifecyclePolicyCommand: (input: GetLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
+ /**
129
+ * serializeAws_json1_1GetLifecyclePolicyPreviewCommand
130
+ */
131
+ export declare const se_GetLifecyclePolicyPreviewCommand: (input: GetLifecyclePolicyPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
+ /**
133
+ * serializeAws_json1_1GetRegistryPolicyCommand
134
+ */
135
+ export declare const se_GetRegistryPolicyCommand: (input: GetRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
+ /**
137
+ * serializeAws_json1_1GetRegistryScanningConfigurationCommand
138
+ */
139
+ export declare const se_GetRegistryScanningConfigurationCommand: (input: GetRegistryScanningConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
+ /**
141
+ * serializeAws_json1_1GetRepositoryPolicyCommand
142
+ */
143
+ export declare const se_GetRepositoryPolicyCommand: (input: GetRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
+ /**
145
+ * serializeAws_json1_1InitiateLayerUploadCommand
146
+ */
147
+ export declare const se_InitiateLayerUploadCommand: (input: InitiateLayerUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
+ /**
149
+ * serializeAws_json1_1ListImagesCommand
150
+ */
151
+ export declare const se_ListImagesCommand: (input: ListImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
+ /**
153
+ * serializeAws_json1_1ListTagsForResourceCommand
154
+ */
155
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
+ /**
157
+ * serializeAws_json1_1PutImageCommand
158
+ */
159
+ export declare const se_PutImageCommand: (input: PutImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
+ /**
161
+ * serializeAws_json1_1PutImageScanningConfigurationCommand
162
+ */
163
+ export declare const se_PutImageScanningConfigurationCommand: (input: PutImageScanningConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
+ /**
165
+ * serializeAws_json1_1PutImageTagMutabilityCommand
166
+ */
167
+ export declare const se_PutImageTagMutabilityCommand: (input: PutImageTagMutabilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
+ /**
169
+ * serializeAws_json1_1PutLifecyclePolicyCommand
170
+ */
171
+ export declare const se_PutLifecyclePolicyCommand: (input: PutLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
+ /**
173
+ * serializeAws_json1_1PutRegistryPolicyCommand
174
+ */
175
+ export declare const se_PutRegistryPolicyCommand: (input: PutRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
+ /**
177
+ * serializeAws_json1_1PutRegistryScanningConfigurationCommand
178
+ */
179
+ export declare const se_PutRegistryScanningConfigurationCommand: (input: PutRegistryScanningConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
+ /**
181
+ * serializeAws_json1_1PutReplicationConfigurationCommand
182
+ */
183
+ export declare const se_PutReplicationConfigurationCommand: (input: PutReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
+ /**
185
+ * serializeAws_json1_1SetRepositoryPolicyCommand
186
+ */
187
+ export declare const se_SetRepositoryPolicyCommand: (input: SetRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
+ /**
189
+ * serializeAws_json1_1StartImageScanCommand
190
+ */
191
+ export declare const se_StartImageScanCommand: (input: StartImageScanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
+ /**
193
+ * serializeAws_json1_1StartLifecyclePolicyPreviewCommand
194
+ */
195
+ export declare const se_StartLifecyclePolicyPreviewCommand: (input: StartLifecyclePolicyPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
+ /**
197
+ * serializeAws_json1_1TagResourceCommand
198
+ */
199
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
+ /**
201
+ * serializeAws_json1_1UntagResourceCommand
202
+ */
203
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
+ /**
205
+ * serializeAws_json1_1UploadLayerPartCommand
206
+ */
207
+ export declare const se_UploadLayerPartCommand: (input: UploadLayerPartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
+ /**
209
+ * deserializeAws_json1_1BatchCheckLayerAvailabilityCommand
210
+ */
211
+ export declare const de_BatchCheckLayerAvailabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCheckLayerAvailabilityCommandOutput>;
212
+ /**
213
+ * deserializeAws_json1_1BatchDeleteImageCommand
214
+ */
215
+ export declare const de_BatchDeleteImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteImageCommandOutput>;
216
+ /**
217
+ * deserializeAws_json1_1BatchGetImageCommand
218
+ */
219
+ export declare const de_BatchGetImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetImageCommandOutput>;
220
+ /**
221
+ * deserializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand
222
+ */
223
+ export declare const de_BatchGetRepositoryScanningConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetRepositoryScanningConfigurationCommandOutput>;
224
+ /**
225
+ * deserializeAws_json1_1CompleteLayerUploadCommand
226
+ */
227
+ export declare const de_CompleteLayerUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CompleteLayerUploadCommandOutput>;
228
+ /**
229
+ * deserializeAws_json1_1CreatePullThroughCacheRuleCommand
230
+ */
231
+ export declare const de_CreatePullThroughCacheRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePullThroughCacheRuleCommandOutput>;
232
+ /**
233
+ * deserializeAws_json1_1CreateRepositoryCommand
234
+ */
235
+ export declare const de_CreateRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryCommandOutput>;
236
+ /**
237
+ * deserializeAws_json1_1DeleteLifecyclePolicyCommand
238
+ */
239
+ export declare const de_DeleteLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLifecyclePolicyCommandOutput>;
240
+ /**
241
+ * deserializeAws_json1_1DeletePullThroughCacheRuleCommand
242
+ */
243
+ export declare const de_DeletePullThroughCacheRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePullThroughCacheRuleCommandOutput>;
244
+ /**
245
+ * deserializeAws_json1_1DeleteRegistryPolicyCommand
246
+ */
247
+ export declare const de_DeleteRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegistryPolicyCommandOutput>;
248
+ /**
249
+ * deserializeAws_json1_1DeleteRepositoryCommand
250
+ */
251
+ export declare const de_DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
252
+ /**
253
+ * deserializeAws_json1_1DeleteRepositoryPolicyCommand
254
+ */
255
+ export declare const de_DeleteRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryPolicyCommandOutput>;
256
+ /**
257
+ * deserializeAws_json1_1DescribeImageReplicationStatusCommand
258
+ */
259
+ export declare const de_DescribeImageReplicationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageReplicationStatusCommandOutput>;
260
+ /**
261
+ * deserializeAws_json1_1DescribeImagesCommand
262
+ */
263
+ export declare const de_DescribeImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImagesCommandOutput>;
264
+ /**
265
+ * deserializeAws_json1_1DescribeImageScanFindingsCommand
266
+ */
267
+ export declare const de_DescribeImageScanFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageScanFindingsCommandOutput>;
268
+ /**
269
+ * deserializeAws_json1_1DescribePullThroughCacheRulesCommand
270
+ */
271
+ export declare const de_DescribePullThroughCacheRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribePullThroughCacheRulesCommandOutput>;
272
+ /**
273
+ * deserializeAws_json1_1DescribeRegistryCommand
274
+ */
275
+ export declare const de_DescribeRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRegistryCommandOutput>;
276
+ /**
277
+ * deserializeAws_json1_1DescribeRepositoriesCommand
278
+ */
279
+ export declare const de_DescribeRepositoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRepositoriesCommandOutput>;
280
+ /**
281
+ * deserializeAws_json1_1GetAuthorizationTokenCommand
282
+ */
283
+ export declare const de_GetAuthorizationTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAuthorizationTokenCommandOutput>;
284
+ /**
285
+ * deserializeAws_json1_1GetDownloadUrlForLayerCommand
286
+ */
287
+ export declare const de_GetDownloadUrlForLayerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDownloadUrlForLayerCommandOutput>;
288
+ /**
289
+ * deserializeAws_json1_1GetLifecyclePolicyCommand
290
+ */
291
+ export declare const de_GetLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLifecyclePolicyCommandOutput>;
292
+ /**
293
+ * deserializeAws_json1_1GetLifecyclePolicyPreviewCommand
294
+ */
295
+ export declare const de_GetLifecyclePolicyPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLifecyclePolicyPreviewCommandOutput>;
296
+ /**
297
+ * deserializeAws_json1_1GetRegistryPolicyCommand
298
+ */
299
+ export declare const de_GetRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegistryPolicyCommandOutput>;
300
+ /**
301
+ * deserializeAws_json1_1GetRegistryScanningConfigurationCommand
302
+ */
303
+ export declare const de_GetRegistryScanningConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegistryScanningConfigurationCommandOutput>;
304
+ /**
305
+ * deserializeAws_json1_1GetRepositoryPolicyCommand
306
+ */
307
+ export declare const de_GetRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryPolicyCommandOutput>;
308
+ /**
309
+ * deserializeAws_json1_1InitiateLayerUploadCommand
310
+ */
311
+ export declare const de_InitiateLayerUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateLayerUploadCommandOutput>;
312
+ /**
313
+ * deserializeAws_json1_1ListImagesCommand
314
+ */
315
+ export declare const de_ListImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImagesCommandOutput>;
316
+ /**
317
+ * deserializeAws_json1_1ListTagsForResourceCommand
318
+ */
319
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
320
+ /**
321
+ * deserializeAws_json1_1PutImageCommand
322
+ */
323
+ export declare const de_PutImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageCommandOutput>;
324
+ /**
325
+ * deserializeAws_json1_1PutImageScanningConfigurationCommand
326
+ */
327
+ export declare const de_PutImageScanningConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageScanningConfigurationCommandOutput>;
328
+ /**
329
+ * deserializeAws_json1_1PutImageTagMutabilityCommand
330
+ */
331
+ export declare const de_PutImageTagMutabilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutImageTagMutabilityCommandOutput>;
332
+ /**
333
+ * deserializeAws_json1_1PutLifecyclePolicyCommand
334
+ */
335
+ export declare const de_PutLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLifecyclePolicyCommandOutput>;
336
+ /**
337
+ * deserializeAws_json1_1PutRegistryPolicyCommand
338
+ */
339
+ export declare const de_PutRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRegistryPolicyCommandOutput>;
340
+ /**
341
+ * deserializeAws_json1_1PutRegistryScanningConfigurationCommand
342
+ */
343
+ export declare const de_PutRegistryScanningConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRegistryScanningConfigurationCommandOutput>;
344
+ /**
345
+ * deserializeAws_json1_1PutReplicationConfigurationCommand
346
+ */
347
+ export declare const de_PutReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutReplicationConfigurationCommandOutput>;
348
+ /**
349
+ * deserializeAws_json1_1SetRepositoryPolicyCommand
350
+ */
351
+ export declare const de_SetRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetRepositoryPolicyCommandOutput>;
352
+ /**
353
+ * deserializeAws_json1_1StartImageScanCommand
354
+ */
355
+ export declare const de_StartImageScanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImageScanCommandOutput>;
356
+ /**
357
+ * deserializeAws_json1_1StartLifecyclePolicyPreviewCommand
358
+ */
359
+ export declare const de_StartLifecyclePolicyPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartLifecyclePolicyPreviewCommandOutput>;
360
+ /**
361
+ * deserializeAws_json1_1TagResourceCommand
362
+ */
363
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
364
+ /**
365
+ * deserializeAws_json1_1UntagResourceCommand
366
+ */
367
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
368
+ /**
369
+ * deserializeAws_json1_1UploadLayerPartCommand
370
+ */
371
+ export declare const de_UploadLayerPartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UploadLayerPartCommandOutput>;