@aws-sdk/client-ecr 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ECR.d.ts +748 -210
- package/dist-types/ts3.4/ECRClient.d.ts +374 -114
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +41 -41
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ECRServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1835 -1637
- package/dist-types/ts3.4/pagination/DescribeImageScanFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePullThroughCacheRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +497 -125
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,210 +1,748 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchCheckLayerAvailabilityCommandInput,
|
|
4
|
+
BatchCheckLayerAvailabilityCommandOutput,
|
|
5
|
+
} from "./commands/BatchCheckLayerAvailabilityCommand";
|
|
6
|
+
import {
|
|
7
|
+
BatchDeleteImageCommandInput,
|
|
8
|
+
BatchDeleteImageCommandOutput,
|
|
9
|
+
} from "./commands/BatchDeleteImageCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchGetImageCommandInput,
|
|
12
|
+
BatchGetImageCommandOutput,
|
|
13
|
+
} from "./commands/BatchGetImageCommand";
|
|
14
|
+
import {
|
|
15
|
+
BatchGetRepositoryScanningConfigurationCommandInput,
|
|
16
|
+
BatchGetRepositoryScanningConfigurationCommandOutput,
|
|
17
|
+
} from "./commands/BatchGetRepositoryScanningConfigurationCommand";
|
|
18
|
+
import {
|
|
19
|
+
CompleteLayerUploadCommandInput,
|
|
20
|
+
CompleteLayerUploadCommandOutput,
|
|
21
|
+
} from "./commands/CompleteLayerUploadCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreatePullThroughCacheRuleCommandInput,
|
|
24
|
+
CreatePullThroughCacheRuleCommandOutput,
|
|
25
|
+
} from "./commands/CreatePullThroughCacheRuleCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateRepositoryCommandInput,
|
|
28
|
+
CreateRepositoryCommandOutput,
|
|
29
|
+
} from "./commands/CreateRepositoryCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteLifecyclePolicyCommandInput,
|
|
32
|
+
DeleteLifecyclePolicyCommandOutput,
|
|
33
|
+
} from "./commands/DeleteLifecyclePolicyCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeletePullThroughCacheRuleCommandInput,
|
|
36
|
+
DeletePullThroughCacheRuleCommandOutput,
|
|
37
|
+
} from "./commands/DeletePullThroughCacheRuleCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteRegistryPolicyCommandInput,
|
|
40
|
+
DeleteRegistryPolicyCommandOutput,
|
|
41
|
+
} from "./commands/DeleteRegistryPolicyCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteRepositoryCommandInput,
|
|
44
|
+
DeleteRepositoryCommandOutput,
|
|
45
|
+
} from "./commands/DeleteRepositoryCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteRepositoryPolicyCommandInput,
|
|
48
|
+
DeleteRepositoryPolicyCommandOutput,
|
|
49
|
+
} from "./commands/DeleteRepositoryPolicyCommand";
|
|
50
|
+
import {
|
|
51
|
+
DescribeImageReplicationStatusCommandInput,
|
|
52
|
+
DescribeImageReplicationStatusCommandOutput,
|
|
53
|
+
} from "./commands/DescribeImageReplicationStatusCommand";
|
|
54
|
+
import {
|
|
55
|
+
DescribeImageScanFindingsCommandInput,
|
|
56
|
+
DescribeImageScanFindingsCommandOutput,
|
|
57
|
+
} from "./commands/DescribeImageScanFindingsCommand";
|
|
58
|
+
import {
|
|
59
|
+
DescribeImagesCommandInput,
|
|
60
|
+
DescribeImagesCommandOutput,
|
|
61
|
+
} from "./commands/DescribeImagesCommand";
|
|
62
|
+
import {
|
|
63
|
+
DescribePullThroughCacheRulesCommandInput,
|
|
64
|
+
DescribePullThroughCacheRulesCommandOutput,
|
|
65
|
+
} from "./commands/DescribePullThroughCacheRulesCommand";
|
|
66
|
+
import {
|
|
67
|
+
DescribeRegistryCommandInput,
|
|
68
|
+
DescribeRegistryCommandOutput,
|
|
69
|
+
} from "./commands/DescribeRegistryCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeRepositoriesCommandInput,
|
|
72
|
+
DescribeRepositoriesCommandOutput,
|
|
73
|
+
} from "./commands/DescribeRepositoriesCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetAuthorizationTokenCommandInput,
|
|
76
|
+
GetAuthorizationTokenCommandOutput,
|
|
77
|
+
} from "./commands/GetAuthorizationTokenCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetDownloadUrlForLayerCommandInput,
|
|
80
|
+
GetDownloadUrlForLayerCommandOutput,
|
|
81
|
+
} from "./commands/GetDownloadUrlForLayerCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetLifecyclePolicyCommandInput,
|
|
84
|
+
GetLifecyclePolicyCommandOutput,
|
|
85
|
+
} from "./commands/GetLifecyclePolicyCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetLifecyclePolicyPreviewCommandInput,
|
|
88
|
+
GetLifecyclePolicyPreviewCommandOutput,
|
|
89
|
+
} from "./commands/GetLifecyclePolicyPreviewCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetRegistryPolicyCommandInput,
|
|
92
|
+
GetRegistryPolicyCommandOutput,
|
|
93
|
+
} from "./commands/GetRegistryPolicyCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetRegistryScanningConfigurationCommandInput,
|
|
96
|
+
GetRegistryScanningConfigurationCommandOutput,
|
|
97
|
+
} from "./commands/GetRegistryScanningConfigurationCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetRepositoryPolicyCommandInput,
|
|
100
|
+
GetRepositoryPolicyCommandOutput,
|
|
101
|
+
} from "./commands/GetRepositoryPolicyCommand";
|
|
102
|
+
import {
|
|
103
|
+
InitiateLayerUploadCommandInput,
|
|
104
|
+
InitiateLayerUploadCommandOutput,
|
|
105
|
+
} from "./commands/InitiateLayerUploadCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListImagesCommandInput,
|
|
108
|
+
ListImagesCommandOutput,
|
|
109
|
+
} from "./commands/ListImagesCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListTagsForResourceCommandInput,
|
|
112
|
+
ListTagsForResourceCommandOutput,
|
|
113
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
114
|
+
import {
|
|
115
|
+
PutImageCommandInput,
|
|
116
|
+
PutImageCommandOutput,
|
|
117
|
+
} from "./commands/PutImageCommand";
|
|
118
|
+
import {
|
|
119
|
+
PutImageScanningConfigurationCommandInput,
|
|
120
|
+
PutImageScanningConfigurationCommandOutput,
|
|
121
|
+
} from "./commands/PutImageScanningConfigurationCommand";
|
|
122
|
+
import {
|
|
123
|
+
PutImageTagMutabilityCommandInput,
|
|
124
|
+
PutImageTagMutabilityCommandOutput,
|
|
125
|
+
} from "./commands/PutImageTagMutabilityCommand";
|
|
126
|
+
import {
|
|
127
|
+
PutLifecyclePolicyCommandInput,
|
|
128
|
+
PutLifecyclePolicyCommandOutput,
|
|
129
|
+
} from "./commands/PutLifecyclePolicyCommand";
|
|
130
|
+
import {
|
|
131
|
+
PutRegistryPolicyCommandInput,
|
|
132
|
+
PutRegistryPolicyCommandOutput,
|
|
133
|
+
} from "./commands/PutRegistryPolicyCommand";
|
|
134
|
+
import {
|
|
135
|
+
PutRegistryScanningConfigurationCommandInput,
|
|
136
|
+
PutRegistryScanningConfigurationCommandOutput,
|
|
137
|
+
} from "./commands/PutRegistryScanningConfigurationCommand";
|
|
138
|
+
import {
|
|
139
|
+
PutReplicationConfigurationCommandInput,
|
|
140
|
+
PutReplicationConfigurationCommandOutput,
|
|
141
|
+
} from "./commands/PutReplicationConfigurationCommand";
|
|
142
|
+
import {
|
|
143
|
+
SetRepositoryPolicyCommandInput,
|
|
144
|
+
SetRepositoryPolicyCommandOutput,
|
|
145
|
+
} from "./commands/SetRepositoryPolicyCommand";
|
|
146
|
+
import {
|
|
147
|
+
StartImageScanCommandInput,
|
|
148
|
+
StartImageScanCommandOutput,
|
|
149
|
+
} from "./commands/StartImageScanCommand";
|
|
150
|
+
import {
|
|
151
|
+
StartLifecyclePolicyPreviewCommandInput,
|
|
152
|
+
StartLifecyclePolicyPreviewCommandOutput,
|
|
153
|
+
} from "./commands/StartLifecyclePolicyPreviewCommand";
|
|
154
|
+
import {
|
|
155
|
+
TagResourceCommandInput,
|
|
156
|
+
TagResourceCommandOutput,
|
|
157
|
+
} from "./commands/TagResourceCommand";
|
|
158
|
+
import {
|
|
159
|
+
UntagResourceCommandInput,
|
|
160
|
+
UntagResourceCommandOutput,
|
|
161
|
+
} from "./commands/UntagResourceCommand";
|
|
162
|
+
import {
|
|
163
|
+
UploadLayerPartCommandInput,
|
|
164
|
+
UploadLayerPartCommandOutput,
|
|
165
|
+
} from "./commands/UploadLayerPartCommand";
|
|
166
|
+
import { ECRClient } from "./ECRClient";
|
|
167
|
+
|
|
168
|
+
export declare class ECR extends ECRClient {
|
|
169
|
+
batchCheckLayerAvailability(
|
|
170
|
+
args: BatchCheckLayerAvailabilityCommandInput,
|
|
171
|
+
options?: __HttpHandlerOptions
|
|
172
|
+
): Promise<BatchCheckLayerAvailabilityCommandOutput>;
|
|
173
|
+
batchCheckLayerAvailability(
|
|
174
|
+
args: BatchCheckLayerAvailabilityCommandInput,
|
|
175
|
+
cb: (err: any, data?: BatchCheckLayerAvailabilityCommandOutput) => void
|
|
176
|
+
): void;
|
|
177
|
+
batchCheckLayerAvailability(
|
|
178
|
+
args: BatchCheckLayerAvailabilityCommandInput,
|
|
179
|
+
options: __HttpHandlerOptions,
|
|
180
|
+
cb: (err: any, data?: BatchCheckLayerAvailabilityCommandOutput) => void
|
|
181
|
+
): void;
|
|
182
|
+
|
|
183
|
+
batchDeleteImage(
|
|
184
|
+
args: BatchDeleteImageCommandInput,
|
|
185
|
+
options?: __HttpHandlerOptions
|
|
186
|
+
): Promise<BatchDeleteImageCommandOutput>;
|
|
187
|
+
batchDeleteImage(
|
|
188
|
+
args: BatchDeleteImageCommandInput,
|
|
189
|
+
cb: (err: any, data?: BatchDeleteImageCommandOutput) => void
|
|
190
|
+
): void;
|
|
191
|
+
batchDeleteImage(
|
|
192
|
+
args: BatchDeleteImageCommandInput,
|
|
193
|
+
options: __HttpHandlerOptions,
|
|
194
|
+
cb: (err: any, data?: BatchDeleteImageCommandOutput) => void
|
|
195
|
+
): void;
|
|
196
|
+
|
|
197
|
+
batchGetImage(
|
|
198
|
+
args: BatchGetImageCommandInput,
|
|
199
|
+
options?: __HttpHandlerOptions
|
|
200
|
+
): Promise<BatchGetImageCommandOutput>;
|
|
201
|
+
batchGetImage(
|
|
202
|
+
args: BatchGetImageCommandInput,
|
|
203
|
+
cb: (err: any, data?: BatchGetImageCommandOutput) => void
|
|
204
|
+
): void;
|
|
205
|
+
batchGetImage(
|
|
206
|
+
args: BatchGetImageCommandInput,
|
|
207
|
+
options: __HttpHandlerOptions,
|
|
208
|
+
cb: (err: any, data?: BatchGetImageCommandOutput) => void
|
|
209
|
+
): void;
|
|
210
|
+
|
|
211
|
+
batchGetRepositoryScanningConfiguration(
|
|
212
|
+
args: BatchGetRepositoryScanningConfigurationCommandInput,
|
|
213
|
+
options?: __HttpHandlerOptions
|
|
214
|
+
): Promise<BatchGetRepositoryScanningConfigurationCommandOutput>;
|
|
215
|
+
batchGetRepositoryScanningConfiguration(
|
|
216
|
+
args: BatchGetRepositoryScanningConfigurationCommandInput,
|
|
217
|
+
cb: (
|
|
218
|
+
err: any,
|
|
219
|
+
data?: BatchGetRepositoryScanningConfigurationCommandOutput
|
|
220
|
+
) => void
|
|
221
|
+
): void;
|
|
222
|
+
batchGetRepositoryScanningConfiguration(
|
|
223
|
+
args: BatchGetRepositoryScanningConfigurationCommandInput,
|
|
224
|
+
options: __HttpHandlerOptions,
|
|
225
|
+
cb: (
|
|
226
|
+
err: any,
|
|
227
|
+
data?: BatchGetRepositoryScanningConfigurationCommandOutput
|
|
228
|
+
) => void
|
|
229
|
+
): void;
|
|
230
|
+
|
|
231
|
+
completeLayerUpload(
|
|
232
|
+
args: CompleteLayerUploadCommandInput,
|
|
233
|
+
options?: __HttpHandlerOptions
|
|
234
|
+
): Promise<CompleteLayerUploadCommandOutput>;
|
|
235
|
+
completeLayerUpload(
|
|
236
|
+
args: CompleteLayerUploadCommandInput,
|
|
237
|
+
cb: (err: any, data?: CompleteLayerUploadCommandOutput) => void
|
|
238
|
+
): void;
|
|
239
|
+
completeLayerUpload(
|
|
240
|
+
args: CompleteLayerUploadCommandInput,
|
|
241
|
+
options: __HttpHandlerOptions,
|
|
242
|
+
cb: (err: any, data?: CompleteLayerUploadCommandOutput) => void
|
|
243
|
+
): void;
|
|
244
|
+
|
|
245
|
+
createPullThroughCacheRule(
|
|
246
|
+
args: CreatePullThroughCacheRuleCommandInput,
|
|
247
|
+
options?: __HttpHandlerOptions
|
|
248
|
+
): Promise<CreatePullThroughCacheRuleCommandOutput>;
|
|
249
|
+
createPullThroughCacheRule(
|
|
250
|
+
args: CreatePullThroughCacheRuleCommandInput,
|
|
251
|
+
cb: (err: any, data?: CreatePullThroughCacheRuleCommandOutput) => void
|
|
252
|
+
): void;
|
|
253
|
+
createPullThroughCacheRule(
|
|
254
|
+
args: CreatePullThroughCacheRuleCommandInput,
|
|
255
|
+
options: __HttpHandlerOptions,
|
|
256
|
+
cb: (err: any, data?: CreatePullThroughCacheRuleCommandOutput) => void
|
|
257
|
+
): void;
|
|
258
|
+
|
|
259
|
+
createRepository(
|
|
260
|
+
args: CreateRepositoryCommandInput,
|
|
261
|
+
options?: __HttpHandlerOptions
|
|
262
|
+
): Promise<CreateRepositoryCommandOutput>;
|
|
263
|
+
createRepository(
|
|
264
|
+
args: CreateRepositoryCommandInput,
|
|
265
|
+
cb: (err: any, data?: CreateRepositoryCommandOutput) => void
|
|
266
|
+
): void;
|
|
267
|
+
createRepository(
|
|
268
|
+
args: CreateRepositoryCommandInput,
|
|
269
|
+
options: __HttpHandlerOptions,
|
|
270
|
+
cb: (err: any, data?: CreateRepositoryCommandOutput) => void
|
|
271
|
+
): void;
|
|
272
|
+
|
|
273
|
+
deleteLifecyclePolicy(
|
|
274
|
+
args: DeleteLifecyclePolicyCommandInput,
|
|
275
|
+
options?: __HttpHandlerOptions
|
|
276
|
+
): Promise<DeleteLifecyclePolicyCommandOutput>;
|
|
277
|
+
deleteLifecyclePolicy(
|
|
278
|
+
args: DeleteLifecyclePolicyCommandInput,
|
|
279
|
+
cb: (err: any, data?: DeleteLifecyclePolicyCommandOutput) => void
|
|
280
|
+
): void;
|
|
281
|
+
deleteLifecyclePolicy(
|
|
282
|
+
args: DeleteLifecyclePolicyCommandInput,
|
|
283
|
+
options: __HttpHandlerOptions,
|
|
284
|
+
cb: (err: any, data?: DeleteLifecyclePolicyCommandOutput) => void
|
|
285
|
+
): void;
|
|
286
|
+
|
|
287
|
+
deletePullThroughCacheRule(
|
|
288
|
+
args: DeletePullThroughCacheRuleCommandInput,
|
|
289
|
+
options?: __HttpHandlerOptions
|
|
290
|
+
): Promise<DeletePullThroughCacheRuleCommandOutput>;
|
|
291
|
+
deletePullThroughCacheRule(
|
|
292
|
+
args: DeletePullThroughCacheRuleCommandInput,
|
|
293
|
+
cb: (err: any, data?: DeletePullThroughCacheRuleCommandOutput) => void
|
|
294
|
+
): void;
|
|
295
|
+
deletePullThroughCacheRule(
|
|
296
|
+
args: DeletePullThroughCacheRuleCommandInput,
|
|
297
|
+
options: __HttpHandlerOptions,
|
|
298
|
+
cb: (err: any, data?: DeletePullThroughCacheRuleCommandOutput) => void
|
|
299
|
+
): void;
|
|
300
|
+
|
|
301
|
+
deleteRegistryPolicy(
|
|
302
|
+
args: DeleteRegistryPolicyCommandInput,
|
|
303
|
+
options?: __HttpHandlerOptions
|
|
304
|
+
): Promise<DeleteRegistryPolicyCommandOutput>;
|
|
305
|
+
deleteRegistryPolicy(
|
|
306
|
+
args: DeleteRegistryPolicyCommandInput,
|
|
307
|
+
cb: (err: any, data?: DeleteRegistryPolicyCommandOutput) => void
|
|
308
|
+
): void;
|
|
309
|
+
deleteRegistryPolicy(
|
|
310
|
+
args: DeleteRegistryPolicyCommandInput,
|
|
311
|
+
options: __HttpHandlerOptions,
|
|
312
|
+
cb: (err: any, data?: DeleteRegistryPolicyCommandOutput) => void
|
|
313
|
+
): void;
|
|
314
|
+
|
|
315
|
+
deleteRepository(
|
|
316
|
+
args: DeleteRepositoryCommandInput,
|
|
317
|
+
options?: __HttpHandlerOptions
|
|
318
|
+
): Promise<DeleteRepositoryCommandOutput>;
|
|
319
|
+
deleteRepository(
|
|
320
|
+
args: DeleteRepositoryCommandInput,
|
|
321
|
+
cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
|
|
322
|
+
): void;
|
|
323
|
+
deleteRepository(
|
|
324
|
+
args: DeleteRepositoryCommandInput,
|
|
325
|
+
options: __HttpHandlerOptions,
|
|
326
|
+
cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
|
|
327
|
+
): void;
|
|
328
|
+
|
|
329
|
+
deleteRepositoryPolicy(
|
|
330
|
+
args: DeleteRepositoryPolicyCommandInput,
|
|
331
|
+
options?: __HttpHandlerOptions
|
|
332
|
+
): Promise<DeleteRepositoryPolicyCommandOutput>;
|
|
333
|
+
deleteRepositoryPolicy(
|
|
334
|
+
args: DeleteRepositoryPolicyCommandInput,
|
|
335
|
+
cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void
|
|
336
|
+
): void;
|
|
337
|
+
deleteRepositoryPolicy(
|
|
338
|
+
args: DeleteRepositoryPolicyCommandInput,
|
|
339
|
+
options: __HttpHandlerOptions,
|
|
340
|
+
cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void
|
|
341
|
+
): void;
|
|
342
|
+
|
|
343
|
+
describeImageReplicationStatus(
|
|
344
|
+
args: DescribeImageReplicationStatusCommandInput,
|
|
345
|
+
options?: __HttpHandlerOptions
|
|
346
|
+
): Promise<DescribeImageReplicationStatusCommandOutput>;
|
|
347
|
+
describeImageReplicationStatus(
|
|
348
|
+
args: DescribeImageReplicationStatusCommandInput,
|
|
349
|
+
cb: (err: any, data?: DescribeImageReplicationStatusCommandOutput) => void
|
|
350
|
+
): void;
|
|
351
|
+
describeImageReplicationStatus(
|
|
352
|
+
args: DescribeImageReplicationStatusCommandInput,
|
|
353
|
+
options: __HttpHandlerOptions,
|
|
354
|
+
cb: (err: any, data?: DescribeImageReplicationStatusCommandOutput) => void
|
|
355
|
+
): void;
|
|
356
|
+
|
|
357
|
+
describeImages(
|
|
358
|
+
args: DescribeImagesCommandInput,
|
|
359
|
+
options?: __HttpHandlerOptions
|
|
360
|
+
): Promise<DescribeImagesCommandOutput>;
|
|
361
|
+
describeImages(
|
|
362
|
+
args: DescribeImagesCommandInput,
|
|
363
|
+
cb: (err: any, data?: DescribeImagesCommandOutput) => void
|
|
364
|
+
): void;
|
|
365
|
+
describeImages(
|
|
366
|
+
args: DescribeImagesCommandInput,
|
|
367
|
+
options: __HttpHandlerOptions,
|
|
368
|
+
cb: (err: any, data?: DescribeImagesCommandOutput) => void
|
|
369
|
+
): void;
|
|
370
|
+
|
|
371
|
+
describeImageScanFindings(
|
|
372
|
+
args: DescribeImageScanFindingsCommandInput,
|
|
373
|
+
options?: __HttpHandlerOptions
|
|
374
|
+
): Promise<DescribeImageScanFindingsCommandOutput>;
|
|
375
|
+
describeImageScanFindings(
|
|
376
|
+
args: DescribeImageScanFindingsCommandInput,
|
|
377
|
+
cb: (err: any, data?: DescribeImageScanFindingsCommandOutput) => void
|
|
378
|
+
): void;
|
|
379
|
+
describeImageScanFindings(
|
|
380
|
+
args: DescribeImageScanFindingsCommandInput,
|
|
381
|
+
options: __HttpHandlerOptions,
|
|
382
|
+
cb: (err: any, data?: DescribeImageScanFindingsCommandOutput) => void
|
|
383
|
+
): void;
|
|
384
|
+
|
|
385
|
+
describePullThroughCacheRules(
|
|
386
|
+
args: DescribePullThroughCacheRulesCommandInput,
|
|
387
|
+
options?: __HttpHandlerOptions
|
|
388
|
+
): Promise<DescribePullThroughCacheRulesCommandOutput>;
|
|
389
|
+
describePullThroughCacheRules(
|
|
390
|
+
args: DescribePullThroughCacheRulesCommandInput,
|
|
391
|
+
cb: (err: any, data?: DescribePullThroughCacheRulesCommandOutput) => void
|
|
392
|
+
): void;
|
|
393
|
+
describePullThroughCacheRules(
|
|
394
|
+
args: DescribePullThroughCacheRulesCommandInput,
|
|
395
|
+
options: __HttpHandlerOptions,
|
|
396
|
+
cb: (err: any, data?: DescribePullThroughCacheRulesCommandOutput) => void
|
|
397
|
+
): void;
|
|
398
|
+
|
|
399
|
+
describeRegistry(
|
|
400
|
+
args: DescribeRegistryCommandInput,
|
|
401
|
+
options?: __HttpHandlerOptions
|
|
402
|
+
): Promise<DescribeRegistryCommandOutput>;
|
|
403
|
+
describeRegistry(
|
|
404
|
+
args: DescribeRegistryCommandInput,
|
|
405
|
+
cb: (err: any, data?: DescribeRegistryCommandOutput) => void
|
|
406
|
+
): void;
|
|
407
|
+
describeRegistry(
|
|
408
|
+
args: DescribeRegistryCommandInput,
|
|
409
|
+
options: __HttpHandlerOptions,
|
|
410
|
+
cb: (err: any, data?: DescribeRegistryCommandOutput) => void
|
|
411
|
+
): void;
|
|
412
|
+
|
|
413
|
+
describeRepositories(
|
|
414
|
+
args: DescribeRepositoriesCommandInput,
|
|
415
|
+
options?: __HttpHandlerOptions
|
|
416
|
+
): Promise<DescribeRepositoriesCommandOutput>;
|
|
417
|
+
describeRepositories(
|
|
418
|
+
args: DescribeRepositoriesCommandInput,
|
|
419
|
+
cb: (err: any, data?: DescribeRepositoriesCommandOutput) => void
|
|
420
|
+
): void;
|
|
421
|
+
describeRepositories(
|
|
422
|
+
args: DescribeRepositoriesCommandInput,
|
|
423
|
+
options: __HttpHandlerOptions,
|
|
424
|
+
cb: (err: any, data?: DescribeRepositoriesCommandOutput) => void
|
|
425
|
+
): void;
|
|
426
|
+
|
|
427
|
+
getAuthorizationToken(
|
|
428
|
+
args: GetAuthorizationTokenCommandInput,
|
|
429
|
+
options?: __HttpHandlerOptions
|
|
430
|
+
): Promise<GetAuthorizationTokenCommandOutput>;
|
|
431
|
+
getAuthorizationToken(
|
|
432
|
+
args: GetAuthorizationTokenCommandInput,
|
|
433
|
+
cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void
|
|
434
|
+
): void;
|
|
435
|
+
getAuthorizationToken(
|
|
436
|
+
args: GetAuthorizationTokenCommandInput,
|
|
437
|
+
options: __HttpHandlerOptions,
|
|
438
|
+
cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void
|
|
439
|
+
): void;
|
|
440
|
+
|
|
441
|
+
getDownloadUrlForLayer(
|
|
442
|
+
args: GetDownloadUrlForLayerCommandInput,
|
|
443
|
+
options?: __HttpHandlerOptions
|
|
444
|
+
): Promise<GetDownloadUrlForLayerCommandOutput>;
|
|
445
|
+
getDownloadUrlForLayer(
|
|
446
|
+
args: GetDownloadUrlForLayerCommandInput,
|
|
447
|
+
cb: (err: any, data?: GetDownloadUrlForLayerCommandOutput) => void
|
|
448
|
+
): void;
|
|
449
|
+
getDownloadUrlForLayer(
|
|
450
|
+
args: GetDownloadUrlForLayerCommandInput,
|
|
451
|
+
options: __HttpHandlerOptions,
|
|
452
|
+
cb: (err: any, data?: GetDownloadUrlForLayerCommandOutput) => void
|
|
453
|
+
): void;
|
|
454
|
+
|
|
455
|
+
getLifecyclePolicy(
|
|
456
|
+
args: GetLifecyclePolicyCommandInput,
|
|
457
|
+
options?: __HttpHandlerOptions
|
|
458
|
+
): Promise<GetLifecyclePolicyCommandOutput>;
|
|
459
|
+
getLifecyclePolicy(
|
|
460
|
+
args: GetLifecyclePolicyCommandInput,
|
|
461
|
+
cb: (err: any, data?: GetLifecyclePolicyCommandOutput) => void
|
|
462
|
+
): void;
|
|
463
|
+
getLifecyclePolicy(
|
|
464
|
+
args: GetLifecyclePolicyCommandInput,
|
|
465
|
+
options: __HttpHandlerOptions,
|
|
466
|
+
cb: (err: any, data?: GetLifecyclePolicyCommandOutput) => void
|
|
467
|
+
): void;
|
|
468
|
+
|
|
469
|
+
getLifecyclePolicyPreview(
|
|
470
|
+
args: GetLifecyclePolicyPreviewCommandInput,
|
|
471
|
+
options?: __HttpHandlerOptions
|
|
472
|
+
): Promise<GetLifecyclePolicyPreviewCommandOutput>;
|
|
473
|
+
getLifecyclePolicyPreview(
|
|
474
|
+
args: GetLifecyclePolicyPreviewCommandInput,
|
|
475
|
+
cb: (err: any, data?: GetLifecyclePolicyPreviewCommandOutput) => void
|
|
476
|
+
): void;
|
|
477
|
+
getLifecyclePolicyPreview(
|
|
478
|
+
args: GetLifecyclePolicyPreviewCommandInput,
|
|
479
|
+
options: __HttpHandlerOptions,
|
|
480
|
+
cb: (err: any, data?: GetLifecyclePolicyPreviewCommandOutput) => void
|
|
481
|
+
): void;
|
|
482
|
+
|
|
483
|
+
getRegistryPolicy(
|
|
484
|
+
args: GetRegistryPolicyCommandInput,
|
|
485
|
+
options?: __HttpHandlerOptions
|
|
486
|
+
): Promise<GetRegistryPolicyCommandOutput>;
|
|
487
|
+
getRegistryPolicy(
|
|
488
|
+
args: GetRegistryPolicyCommandInput,
|
|
489
|
+
cb: (err: any, data?: GetRegistryPolicyCommandOutput) => void
|
|
490
|
+
): void;
|
|
491
|
+
getRegistryPolicy(
|
|
492
|
+
args: GetRegistryPolicyCommandInput,
|
|
493
|
+
options: __HttpHandlerOptions,
|
|
494
|
+
cb: (err: any, data?: GetRegistryPolicyCommandOutput) => void
|
|
495
|
+
): void;
|
|
496
|
+
|
|
497
|
+
getRegistryScanningConfiguration(
|
|
498
|
+
args: GetRegistryScanningConfigurationCommandInput,
|
|
499
|
+
options?: __HttpHandlerOptions
|
|
500
|
+
): Promise<GetRegistryScanningConfigurationCommandOutput>;
|
|
501
|
+
getRegistryScanningConfiguration(
|
|
502
|
+
args: GetRegistryScanningConfigurationCommandInput,
|
|
503
|
+
cb: (err: any, data?: GetRegistryScanningConfigurationCommandOutput) => void
|
|
504
|
+
): void;
|
|
505
|
+
getRegistryScanningConfiguration(
|
|
506
|
+
args: GetRegistryScanningConfigurationCommandInput,
|
|
507
|
+
options: __HttpHandlerOptions,
|
|
508
|
+
cb: (err: any, data?: GetRegistryScanningConfigurationCommandOutput) => void
|
|
509
|
+
): void;
|
|
510
|
+
|
|
511
|
+
getRepositoryPolicy(
|
|
512
|
+
args: GetRepositoryPolicyCommandInput,
|
|
513
|
+
options?: __HttpHandlerOptions
|
|
514
|
+
): Promise<GetRepositoryPolicyCommandOutput>;
|
|
515
|
+
getRepositoryPolicy(
|
|
516
|
+
args: GetRepositoryPolicyCommandInput,
|
|
517
|
+
cb: (err: any, data?: GetRepositoryPolicyCommandOutput) => void
|
|
518
|
+
): void;
|
|
519
|
+
getRepositoryPolicy(
|
|
520
|
+
args: GetRepositoryPolicyCommandInput,
|
|
521
|
+
options: __HttpHandlerOptions,
|
|
522
|
+
cb: (err: any, data?: GetRepositoryPolicyCommandOutput) => void
|
|
523
|
+
): void;
|
|
524
|
+
|
|
525
|
+
initiateLayerUpload(
|
|
526
|
+
args: InitiateLayerUploadCommandInput,
|
|
527
|
+
options?: __HttpHandlerOptions
|
|
528
|
+
): Promise<InitiateLayerUploadCommandOutput>;
|
|
529
|
+
initiateLayerUpload(
|
|
530
|
+
args: InitiateLayerUploadCommandInput,
|
|
531
|
+
cb: (err: any, data?: InitiateLayerUploadCommandOutput) => void
|
|
532
|
+
): void;
|
|
533
|
+
initiateLayerUpload(
|
|
534
|
+
args: InitiateLayerUploadCommandInput,
|
|
535
|
+
options: __HttpHandlerOptions,
|
|
536
|
+
cb: (err: any, data?: InitiateLayerUploadCommandOutput) => void
|
|
537
|
+
): void;
|
|
538
|
+
|
|
539
|
+
listImages(
|
|
540
|
+
args: ListImagesCommandInput,
|
|
541
|
+
options?: __HttpHandlerOptions
|
|
542
|
+
): Promise<ListImagesCommandOutput>;
|
|
543
|
+
listImages(
|
|
544
|
+
args: ListImagesCommandInput,
|
|
545
|
+
cb: (err: any, data?: ListImagesCommandOutput) => void
|
|
546
|
+
): void;
|
|
547
|
+
listImages(
|
|
548
|
+
args: ListImagesCommandInput,
|
|
549
|
+
options: __HttpHandlerOptions,
|
|
550
|
+
cb: (err: any, data?: ListImagesCommandOutput) => void
|
|
551
|
+
): void;
|
|
552
|
+
|
|
553
|
+
listTagsForResource(
|
|
554
|
+
args: ListTagsForResourceCommandInput,
|
|
555
|
+
options?: __HttpHandlerOptions
|
|
556
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
557
|
+
listTagsForResource(
|
|
558
|
+
args: ListTagsForResourceCommandInput,
|
|
559
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
560
|
+
): void;
|
|
561
|
+
listTagsForResource(
|
|
562
|
+
args: ListTagsForResourceCommandInput,
|
|
563
|
+
options: __HttpHandlerOptions,
|
|
564
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
565
|
+
): void;
|
|
566
|
+
|
|
567
|
+
putImage(
|
|
568
|
+
args: PutImageCommandInput,
|
|
569
|
+
options?: __HttpHandlerOptions
|
|
570
|
+
): Promise<PutImageCommandOutput>;
|
|
571
|
+
putImage(
|
|
572
|
+
args: PutImageCommandInput,
|
|
573
|
+
cb: (err: any, data?: PutImageCommandOutput) => void
|
|
574
|
+
): void;
|
|
575
|
+
putImage(
|
|
576
|
+
args: PutImageCommandInput,
|
|
577
|
+
options: __HttpHandlerOptions,
|
|
578
|
+
cb: (err: any, data?: PutImageCommandOutput) => void
|
|
579
|
+
): void;
|
|
580
|
+
|
|
581
|
+
putImageScanningConfiguration(
|
|
582
|
+
args: PutImageScanningConfigurationCommandInput,
|
|
583
|
+
options?: __HttpHandlerOptions
|
|
584
|
+
): Promise<PutImageScanningConfigurationCommandOutput>;
|
|
585
|
+
putImageScanningConfiguration(
|
|
586
|
+
args: PutImageScanningConfigurationCommandInput,
|
|
587
|
+
cb: (err: any, data?: PutImageScanningConfigurationCommandOutput) => void
|
|
588
|
+
): void;
|
|
589
|
+
putImageScanningConfiguration(
|
|
590
|
+
args: PutImageScanningConfigurationCommandInput,
|
|
591
|
+
options: __HttpHandlerOptions,
|
|
592
|
+
cb: (err: any, data?: PutImageScanningConfigurationCommandOutput) => void
|
|
593
|
+
): void;
|
|
594
|
+
|
|
595
|
+
putImageTagMutability(
|
|
596
|
+
args: PutImageTagMutabilityCommandInput,
|
|
597
|
+
options?: __HttpHandlerOptions
|
|
598
|
+
): Promise<PutImageTagMutabilityCommandOutput>;
|
|
599
|
+
putImageTagMutability(
|
|
600
|
+
args: PutImageTagMutabilityCommandInput,
|
|
601
|
+
cb: (err: any, data?: PutImageTagMutabilityCommandOutput) => void
|
|
602
|
+
): void;
|
|
603
|
+
putImageTagMutability(
|
|
604
|
+
args: PutImageTagMutabilityCommandInput,
|
|
605
|
+
options: __HttpHandlerOptions,
|
|
606
|
+
cb: (err: any, data?: PutImageTagMutabilityCommandOutput) => void
|
|
607
|
+
): void;
|
|
608
|
+
|
|
609
|
+
putLifecyclePolicy(
|
|
610
|
+
args: PutLifecyclePolicyCommandInput,
|
|
611
|
+
options?: __HttpHandlerOptions
|
|
612
|
+
): Promise<PutLifecyclePolicyCommandOutput>;
|
|
613
|
+
putLifecyclePolicy(
|
|
614
|
+
args: PutLifecyclePolicyCommandInput,
|
|
615
|
+
cb: (err: any, data?: PutLifecyclePolicyCommandOutput) => void
|
|
616
|
+
): void;
|
|
617
|
+
putLifecyclePolicy(
|
|
618
|
+
args: PutLifecyclePolicyCommandInput,
|
|
619
|
+
options: __HttpHandlerOptions,
|
|
620
|
+
cb: (err: any, data?: PutLifecyclePolicyCommandOutput) => void
|
|
621
|
+
): void;
|
|
622
|
+
|
|
623
|
+
putRegistryPolicy(
|
|
624
|
+
args: PutRegistryPolicyCommandInput,
|
|
625
|
+
options?: __HttpHandlerOptions
|
|
626
|
+
): Promise<PutRegistryPolicyCommandOutput>;
|
|
627
|
+
putRegistryPolicy(
|
|
628
|
+
args: PutRegistryPolicyCommandInput,
|
|
629
|
+
cb: (err: any, data?: PutRegistryPolicyCommandOutput) => void
|
|
630
|
+
): void;
|
|
631
|
+
putRegistryPolicy(
|
|
632
|
+
args: PutRegistryPolicyCommandInput,
|
|
633
|
+
options: __HttpHandlerOptions,
|
|
634
|
+
cb: (err: any, data?: PutRegistryPolicyCommandOutput) => void
|
|
635
|
+
): void;
|
|
636
|
+
|
|
637
|
+
putRegistryScanningConfiguration(
|
|
638
|
+
args: PutRegistryScanningConfigurationCommandInput,
|
|
639
|
+
options?: __HttpHandlerOptions
|
|
640
|
+
): Promise<PutRegistryScanningConfigurationCommandOutput>;
|
|
641
|
+
putRegistryScanningConfiguration(
|
|
642
|
+
args: PutRegistryScanningConfigurationCommandInput,
|
|
643
|
+
cb: (err: any, data?: PutRegistryScanningConfigurationCommandOutput) => void
|
|
644
|
+
): void;
|
|
645
|
+
putRegistryScanningConfiguration(
|
|
646
|
+
args: PutRegistryScanningConfigurationCommandInput,
|
|
647
|
+
options: __HttpHandlerOptions,
|
|
648
|
+
cb: (err: any, data?: PutRegistryScanningConfigurationCommandOutput) => void
|
|
649
|
+
): void;
|
|
650
|
+
|
|
651
|
+
putReplicationConfiguration(
|
|
652
|
+
args: PutReplicationConfigurationCommandInput,
|
|
653
|
+
options?: __HttpHandlerOptions
|
|
654
|
+
): Promise<PutReplicationConfigurationCommandOutput>;
|
|
655
|
+
putReplicationConfiguration(
|
|
656
|
+
args: PutReplicationConfigurationCommandInput,
|
|
657
|
+
cb: (err: any, data?: PutReplicationConfigurationCommandOutput) => void
|
|
658
|
+
): void;
|
|
659
|
+
putReplicationConfiguration(
|
|
660
|
+
args: PutReplicationConfigurationCommandInput,
|
|
661
|
+
options: __HttpHandlerOptions,
|
|
662
|
+
cb: (err: any, data?: PutReplicationConfigurationCommandOutput) => void
|
|
663
|
+
): void;
|
|
664
|
+
|
|
665
|
+
setRepositoryPolicy(
|
|
666
|
+
args: SetRepositoryPolicyCommandInput,
|
|
667
|
+
options?: __HttpHandlerOptions
|
|
668
|
+
): Promise<SetRepositoryPolicyCommandOutput>;
|
|
669
|
+
setRepositoryPolicy(
|
|
670
|
+
args: SetRepositoryPolicyCommandInput,
|
|
671
|
+
cb: (err: any, data?: SetRepositoryPolicyCommandOutput) => void
|
|
672
|
+
): void;
|
|
673
|
+
setRepositoryPolicy(
|
|
674
|
+
args: SetRepositoryPolicyCommandInput,
|
|
675
|
+
options: __HttpHandlerOptions,
|
|
676
|
+
cb: (err: any, data?: SetRepositoryPolicyCommandOutput) => void
|
|
677
|
+
): void;
|
|
678
|
+
|
|
679
|
+
startImageScan(
|
|
680
|
+
args: StartImageScanCommandInput,
|
|
681
|
+
options?: __HttpHandlerOptions
|
|
682
|
+
): Promise<StartImageScanCommandOutput>;
|
|
683
|
+
startImageScan(
|
|
684
|
+
args: StartImageScanCommandInput,
|
|
685
|
+
cb: (err: any, data?: StartImageScanCommandOutput) => void
|
|
686
|
+
): void;
|
|
687
|
+
startImageScan(
|
|
688
|
+
args: StartImageScanCommandInput,
|
|
689
|
+
options: __HttpHandlerOptions,
|
|
690
|
+
cb: (err: any, data?: StartImageScanCommandOutput) => void
|
|
691
|
+
): void;
|
|
692
|
+
|
|
693
|
+
startLifecyclePolicyPreview(
|
|
694
|
+
args: StartLifecyclePolicyPreviewCommandInput,
|
|
695
|
+
options?: __HttpHandlerOptions
|
|
696
|
+
): Promise<StartLifecyclePolicyPreviewCommandOutput>;
|
|
697
|
+
startLifecyclePolicyPreview(
|
|
698
|
+
args: StartLifecyclePolicyPreviewCommandInput,
|
|
699
|
+
cb: (err: any, data?: StartLifecyclePolicyPreviewCommandOutput) => void
|
|
700
|
+
): void;
|
|
701
|
+
startLifecyclePolicyPreview(
|
|
702
|
+
args: StartLifecyclePolicyPreviewCommandInput,
|
|
703
|
+
options: __HttpHandlerOptions,
|
|
704
|
+
cb: (err: any, data?: StartLifecyclePolicyPreviewCommandOutput) => void
|
|
705
|
+
): void;
|
|
706
|
+
|
|
707
|
+
tagResource(
|
|
708
|
+
args: TagResourceCommandInput,
|
|
709
|
+
options?: __HttpHandlerOptions
|
|
710
|
+
): Promise<TagResourceCommandOutput>;
|
|
711
|
+
tagResource(
|
|
712
|
+
args: TagResourceCommandInput,
|
|
713
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
714
|
+
): void;
|
|
715
|
+
tagResource(
|
|
716
|
+
args: TagResourceCommandInput,
|
|
717
|
+
options: __HttpHandlerOptions,
|
|
718
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
719
|
+
): void;
|
|
720
|
+
|
|
721
|
+
untagResource(
|
|
722
|
+
args: UntagResourceCommandInput,
|
|
723
|
+
options?: __HttpHandlerOptions
|
|
724
|
+
): Promise<UntagResourceCommandOutput>;
|
|
725
|
+
untagResource(
|
|
726
|
+
args: UntagResourceCommandInput,
|
|
727
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
728
|
+
): void;
|
|
729
|
+
untagResource(
|
|
730
|
+
args: UntagResourceCommandInput,
|
|
731
|
+
options: __HttpHandlerOptions,
|
|
732
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
733
|
+
): void;
|
|
734
|
+
|
|
735
|
+
uploadLayerPart(
|
|
736
|
+
args: UploadLayerPartCommandInput,
|
|
737
|
+
options?: __HttpHandlerOptions
|
|
738
|
+
): Promise<UploadLayerPartCommandOutput>;
|
|
739
|
+
uploadLayerPart(
|
|
740
|
+
args: UploadLayerPartCommandInput,
|
|
741
|
+
cb: (err: any, data?: UploadLayerPartCommandOutput) => void
|
|
742
|
+
): void;
|
|
743
|
+
uploadLayerPart(
|
|
744
|
+
args: UploadLayerPartCommandInput,
|
|
745
|
+
options: __HttpHandlerOptions,
|
|
746
|
+
cb: (err: any, data?: UploadLayerPartCommandOutput) => void
|
|
747
|
+
): void;
|
|
748
|
+
}
|