@aws-sdk/client-ecr 3.30.0 → 3.34.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 +39 -0
- package/ECR.ts +54 -15
- package/ECRClient.ts +8 -0
- package/README.md +2 -0
- package/commands/CreateRepositoryCommand.ts +1 -1
- package/commands/DescribeImageReplicationStatusCommand.ts +102 -0
- package/commands/GetAuthorizationTokenCommand.ts +2 -2
- package/commands/GetDownloadUrlForLayerCommand.ts +2 -2
- package/commands/PutImageTagMutabilityCommand.ts +2 -2
- package/commands/PutLifecyclePolicyCommand.ts +2 -2
- package/commands/PutRegistryPolicyCommand.ts +1 -1
- package/commands/PutReplicationConfigurationCommand.ts +1 -1
- package/commands/SetRepositoryPolicyCommand.ts +1 -1
- package/commands/StartImageScanCommand.ts +3 -3
- package/dist/cjs/ECR.js +17 -0
- package/dist/cjs/ECR.js.map +1 -1
- package/dist/cjs/ECRClient.js +15 -13
- package/dist/cjs/ECRClient.js.map +1 -1
- package/dist/cjs/commands/BatchCheckLayerAvailabilityCommand.js +3 -3
- package/dist/cjs/commands/BatchCheckLayerAvailabilityCommand.js.map +1 -1
- package/dist/cjs/commands/BatchDeleteImageCommand.js +3 -3
- package/dist/cjs/commands/BatchDeleteImageCommand.js.map +1 -1
- package/dist/cjs/commands/BatchGetImageCommand.js +3 -3
- package/dist/cjs/commands/BatchGetImageCommand.js.map +1 -1
- package/dist/cjs/commands/CompleteLayerUploadCommand.js +3 -3
- package/dist/cjs/commands/CompleteLayerUploadCommand.js.map +1 -1
- package/dist/cjs/commands/CreateRepositoryCommand.js +4 -4
- package/dist/cjs/commands/CreateRepositoryCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteLifecyclePolicyCommand.js +3 -3
- package/dist/cjs/commands/DeleteLifecyclePolicyCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteRegistryPolicyCommand.js +3 -3
- package/dist/cjs/commands/DeleteRegistryPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteRepositoryCommand.js +3 -3
- package/dist/cjs/commands/DeleteRepositoryCommand.js.map +1 -1
- package/dist/cjs/commands/DeleteRepositoryPolicyCommand.js +3 -3
- package/dist/cjs/commands/DeleteRepositoryPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeImageReplicationStatusCommand.js +61 -0
- package/dist/cjs/commands/DescribeImageReplicationStatusCommand.js.map +1 -0
- package/dist/cjs/commands/DescribeImageScanFindingsCommand.js +3 -3
- package/dist/cjs/commands/DescribeImageScanFindingsCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeImagesCommand.js +3 -3
- package/dist/cjs/commands/DescribeImagesCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeRegistryCommand.js +3 -3
- package/dist/cjs/commands/DescribeRegistryCommand.js.map +1 -1
- package/dist/cjs/commands/DescribeRepositoriesCommand.js +3 -3
- package/dist/cjs/commands/DescribeRepositoriesCommand.js.map +1 -1
- package/dist/cjs/commands/GetAuthorizationTokenCommand.js +5 -5
- package/dist/cjs/commands/GetAuthorizationTokenCommand.js.map +1 -1
- package/dist/cjs/commands/GetDownloadUrlForLayerCommand.js +5 -5
- package/dist/cjs/commands/GetDownloadUrlForLayerCommand.js.map +1 -1
- package/dist/cjs/commands/GetLifecyclePolicyCommand.js +3 -3
- package/dist/cjs/commands/GetLifecyclePolicyCommand.js.map +1 -1
- package/dist/cjs/commands/GetLifecyclePolicyPreviewCommand.js +3 -3
- package/dist/cjs/commands/GetLifecyclePolicyPreviewCommand.js.map +1 -1
- package/dist/cjs/commands/GetRegistryPolicyCommand.js +3 -3
- package/dist/cjs/commands/GetRegistryPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/GetRepositoryPolicyCommand.js +3 -3
- package/dist/cjs/commands/GetRepositoryPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/InitiateLayerUploadCommand.js +3 -3
- package/dist/cjs/commands/InitiateLayerUploadCommand.js.map +1 -1
- package/dist/cjs/commands/ListImagesCommand.js +3 -3
- package/dist/cjs/commands/ListImagesCommand.js.map +1 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/cjs/commands/PutImageCommand.js +3 -3
- package/dist/cjs/commands/PutImageCommand.js.map +1 -1
- package/dist/cjs/commands/PutImageScanningConfigurationCommand.js +3 -3
- package/dist/cjs/commands/PutImageScanningConfigurationCommand.js.map +1 -1
- package/dist/cjs/commands/PutImageTagMutabilityCommand.js +5 -5
- package/dist/cjs/commands/PutImageTagMutabilityCommand.js.map +1 -1
- package/dist/cjs/commands/PutLifecyclePolicyCommand.js +5 -5
- package/dist/cjs/commands/PutLifecyclePolicyCommand.js.map +1 -1
- package/dist/cjs/commands/PutRegistryPolicyCommand.js +4 -4
- package/dist/cjs/commands/PutRegistryPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/PutReplicationConfigurationCommand.js +4 -4
- package/dist/cjs/commands/PutReplicationConfigurationCommand.js.map +1 -1
- package/dist/cjs/commands/SetRepositoryPolicyCommand.js +4 -4
- package/dist/cjs/commands/SetRepositoryPolicyCommand.js.map +1 -1
- package/dist/cjs/commands/StartImageScanCommand.js +6 -6
- package/dist/cjs/commands/StartImageScanCommand.js.map +1 -1
- package/dist/cjs/commands/StartLifecyclePolicyPreviewCommand.js +3 -3
- package/dist/cjs/commands/StartLifecyclePolicyPreviewCommand.js.map +1 -1
- package/dist/cjs/commands/TagResourceCommand.js +3 -3
- package/dist/cjs/commands/TagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UntagResourceCommand.js +3 -3
- package/dist/cjs/commands/UntagResourceCommand.js.map +1 -1
- package/dist/cjs/commands/UploadLayerPartCommand.js +3 -3
- package/dist/cjs/commands/UploadLayerPartCommand.js.map +1 -1
- package/dist/cjs/endpoints.js +1 -1
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/index.js +46 -45
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/index.js +1 -1
- package/dist/cjs/models/index.js.map +1 -1
- package/dist/cjs/models/models_0.js +67 -21
- package/dist/cjs/models/models_0.js.map +1 -1
- package/dist/cjs/package.json +40 -40
- package/dist/cjs/protocols/Aws_json1_1.js +346 -155
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/cjs/runtimeConfig.browser.js +4 -4
- package/dist/cjs/runtimeConfig.browser.js.map +1 -1
- package/dist/cjs/runtimeConfig.js +8 -8
- package/dist/cjs/runtimeConfig.js.map +1 -1
- package/dist/cjs/runtimeConfig.native.js +1 -1
- package/dist/cjs/runtimeConfig.native.js.map +1 -1
- package/dist/cjs/waiters/waitForImageScanComplete.js +3 -3
- package/dist/cjs/waiters/waitForImageScanComplete.js.map +1 -1
- package/dist/cjs/waiters/waitForLifecyclePolicyPreviewComplete.js +3 -3
- package/dist/cjs/waiters/waitForLifecyclePolicyPreviewComplete.js.map +1 -1
- package/dist/es/ECR.js +16 -10
- package/dist/es/ECR.js.map +1 -1
- package/dist/es/ECRClient.js +1 -15
- package/dist/es/ECRClient.js.map +1 -1
- package/dist/es/commands/BatchCheckLayerAvailabilityCommand.js +2 -34
- package/dist/es/commands/BatchCheckLayerAvailabilityCommand.js.map +1 -1
- package/dist/es/commands/BatchDeleteImageCommand.js +2 -32
- package/dist/es/commands/BatchDeleteImageCommand.js.map +1 -1
- package/dist/es/commands/BatchGetImageCommand.js +2 -30
- package/dist/es/commands/BatchGetImageCommand.js.map +1 -1
- package/dist/es/commands/CompleteLayerUploadCommand.js +2 -35
- package/dist/es/commands/CompleteLayerUploadCommand.js.map +1 -1
- package/dist/es/commands/CreateRepositoryCommand.js +2 -28
- package/dist/es/commands/CreateRepositoryCommand.js.map +1 -1
- package/dist/es/commands/DeleteLifecyclePolicyCommand.js +2 -27
- package/dist/es/commands/DeleteLifecyclePolicyCommand.js.map +1 -1
- package/dist/es/commands/DeleteRegistryPolicyCommand.js +2 -27
- package/dist/es/commands/DeleteRegistryPolicyCommand.js.map +1 -1
- package/dist/es/commands/DeleteRepositoryCommand.js +2 -29
- package/dist/es/commands/DeleteRepositoryCommand.js.map +1 -1
- package/dist/es/commands/DeleteRepositoryPolicyCommand.js +2 -27
- package/dist/es/commands/DeleteRepositoryPolicyCommand.js.map +1 -1
- package/dist/es/commands/DescribeImageReplicationStatusCommand.js +40 -0
- package/dist/es/commands/DescribeImageReplicationStatusCommand.js.map +1 -0
- package/dist/es/commands/DescribeImageScanFindingsCommand.js +2 -27
- package/dist/es/commands/DescribeImageScanFindingsCommand.js.map +1 -1
- package/dist/es/commands/DescribeImagesCommand.js +2 -33
- package/dist/es/commands/DescribeImagesCommand.js.map +1 -1
- package/dist/es/commands/DescribeRegistryCommand.js +2 -29
- package/dist/es/commands/DescribeRegistryCommand.js.map +1 -1
- package/dist/es/commands/DescribeRepositoriesCommand.js +2 -27
- package/dist/es/commands/DescribeRepositoriesCommand.js.map +1 -1
- package/dist/es/commands/GetAuthorizationTokenCommand.js +2 -34
- package/dist/es/commands/GetAuthorizationTokenCommand.js.map +1 -1
- package/dist/es/commands/GetDownloadUrlForLayerCommand.js +2 -34
- package/dist/es/commands/GetDownloadUrlForLayerCommand.js.map +1 -1
- package/dist/es/commands/GetLifecyclePolicyCommand.js +2 -27
- package/dist/es/commands/GetLifecyclePolicyCommand.js.map +1 -1
- package/dist/es/commands/GetLifecyclePolicyPreviewCommand.js +2 -28
- package/dist/es/commands/GetLifecyclePolicyPreviewCommand.js.map +1 -1
- package/dist/es/commands/GetRegistryPolicyCommand.js +2 -27
- package/dist/es/commands/GetRegistryPolicyCommand.js.map +1 -1
- package/dist/es/commands/GetRepositoryPolicyCommand.js +2 -27
- package/dist/es/commands/GetRepositoryPolicyCommand.js.map +1 -1
- package/dist/es/commands/InitiateLayerUploadCommand.js +2 -34
- package/dist/es/commands/InitiateLayerUploadCommand.js.map +1 -1
- package/dist/es/commands/ListImagesCommand.js +2 -33
- package/dist/es/commands/ListImagesCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -27
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/PutImageCommand.js +2 -35
- package/dist/es/commands/PutImageCommand.js.map +1 -1
- package/dist/es/commands/PutImageScanningConfigurationCommand.js +2 -27
- package/dist/es/commands/PutImageScanningConfigurationCommand.js.map +1 -1
- package/dist/es/commands/PutImageTagMutabilityCommand.js +2 -29
- package/dist/es/commands/PutImageTagMutabilityCommand.js.map +1 -1
- package/dist/es/commands/PutLifecyclePolicyCommand.js +2 -29
- package/dist/es/commands/PutLifecyclePolicyCommand.js.map +1 -1
- package/dist/es/commands/PutRegistryPolicyCommand.js +2 -29
- package/dist/es/commands/PutRegistryPolicyCommand.js.map +1 -1
- package/dist/es/commands/PutReplicationConfigurationCommand.js +2 -37
- package/dist/es/commands/PutReplicationConfigurationCommand.js.map +1 -1
- package/dist/es/commands/SetRepositoryPolicyCommand.js +2 -29
- package/dist/es/commands/SetRepositoryPolicyCommand.js.map +1 -1
- package/dist/es/commands/StartImageScanCommand.js +2 -30
- package/dist/es/commands/StartImageScanCommand.js.map +1 -1
- package/dist/es/commands/StartLifecyclePolicyPreviewCommand.js +2 -28
- package/dist/es/commands/StartLifecyclePolicyPreviewCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -28
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -27
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UploadLayerPartCommand.js +2 -34
- package/dist/es/commands/UploadLayerPartCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/index.js +1 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/models_0.js +34 -377
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +40 -40
- package/dist/es/pagination/DescribeImageScanFindingsPaginator.js +16 -28
- package/dist/es/pagination/DescribeImageScanFindingsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeImagesPaginator.js +16 -28
- package/dist/es/pagination/DescribeImagesPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeRepositoriesPaginator.js +16 -28
- package/dist/es/pagination/DescribeRepositoriesPaginator.js.map +1 -1
- package/dist/es/pagination/GetLifecyclePolicyPreviewPaginator.js +16 -28
- package/dist/es/pagination/GetLifecyclePolicyPreviewPaginator.js.map +1 -1
- package/dist/es/pagination/ListImagesPaginator.js +16 -28
- package/dist/es/pagination/ListImagesPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_json1_1.js +1080 -893
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/es/waiters/waitForImageScanComplete.js +9 -18
- package/dist/es/waiters/waitForImageScanComplete.js.map +1 -1
- package/dist/es/waiters/waitForLifecyclePolicyPreviewComplete.js +9 -18
- package/dist/es/waiters/waitForLifecyclePolicyPreviewComplete.js.map +1 -1
- package/dist/types/ECR.d.ts +24 -15
- package/dist/types/ECRClient.d.ts +5 -2
- package/dist/types/commands/CreateRepositoryCommand.d.ts +1 -1
- package/dist/types/commands/DescribeImageReplicationStatusCommand.d.ts +35 -0
- package/dist/types/commands/GetAuthorizationTokenCommand.d.ts +2 -2
- package/dist/types/commands/GetDownloadUrlForLayerCommand.d.ts +2 -2
- package/dist/types/commands/PutImageTagMutabilityCommand.d.ts +2 -2
- package/dist/types/commands/PutLifecyclePolicyCommand.d.ts +2 -2
- package/dist/types/commands/PutRegistryPolicyCommand.d.ts +1 -1
- package/dist/types/commands/PutReplicationConfigurationCommand.d.ts +1 -1
- package/dist/types/commands/SetRepositoryPolicyCommand.d.ts +1 -1
- package/dist/types/commands/StartImageScanCommand.d.ts +3 -3
- package/dist/types/index.d.ts +1 -0
- package/dist/types/models/models_0.d.ts +210 -100
- package/dist/types/protocols/Aws_json1_1.d.ts +3 -0
- package/dist/types/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/runtimeConfig.d.ts +1 -0
- package/dist/types/runtimeConfig.native.d.ts +1 -0
- package/dist/types/ts3.4/ECR.d.ts +24 -15
- package/dist/types/ts3.4/ECRClient.d.ts +5 -2
- package/dist/types/ts3.4/commands/CreateRepositoryCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +35 -0
- package/dist/types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +2 -2
- package/dist/types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +2 -2
- package/dist/types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +2 -2
- package/dist/types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +2 -2
- package/dist/types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +1 -1
- package/dist/types/ts3.4/commands/StartImageScanCommand.d.ts +3 -3
- package/dist/types/ts3.4/index.d.ts +1 -0
- package/dist/types/ts3.4/models/models_0.d.ts +210 -100
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +3 -0
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/index.ts +1 -0
- package/models/models_0.ts +246 -108
- package/package.json +40 -40
- package/protocols/Aws_json1_1.ts +242 -10
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +3 -5
- package/tsconfig.types.json +8 -0
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var BatchCheckLayerAvailabilityRequest;
|
|
3
3
|
(function (BatchCheckLayerAvailabilityRequest) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
BatchCheckLayerAvailabilityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(BatchCheckLayerAvailabilityRequest || (BatchCheckLayerAvailabilityRequest = {}));
|
|
9
6
|
export var LayerFailureCode;
|
|
@@ -13,9 +10,6 @@ export var LayerFailureCode;
|
|
|
13
10
|
})(LayerFailureCode || (LayerFailureCode = {}));
|
|
14
11
|
export var LayerFailure;
|
|
15
12
|
(function (LayerFailure) {
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
13
|
LayerFailure.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
20
14
|
})(LayerFailure || (LayerFailure = {}));
|
|
21
15
|
export var LayerAvailability;
|
|
@@ -25,51 +19,30 @@ export var LayerAvailability;
|
|
|
25
19
|
})(LayerAvailability || (LayerAvailability = {}));
|
|
26
20
|
export var Layer;
|
|
27
21
|
(function (Layer) {
|
|
28
|
-
/**
|
|
29
|
-
* @internal
|
|
30
|
-
*/
|
|
31
22
|
Layer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
32
23
|
})(Layer || (Layer = {}));
|
|
33
24
|
export var BatchCheckLayerAvailabilityResponse;
|
|
34
25
|
(function (BatchCheckLayerAvailabilityResponse) {
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
26
|
BatchCheckLayerAvailabilityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
27
|
})(BatchCheckLayerAvailabilityResponse || (BatchCheckLayerAvailabilityResponse = {}));
|
|
40
28
|
export var InvalidParameterException;
|
|
41
29
|
(function (InvalidParameterException) {
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
30
|
InvalidParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
31
|
})(InvalidParameterException || (InvalidParameterException = {}));
|
|
47
32
|
export var RepositoryNotFoundException;
|
|
48
33
|
(function (RepositoryNotFoundException) {
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
34
|
RepositoryNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
35
|
})(RepositoryNotFoundException || (RepositoryNotFoundException = {}));
|
|
54
36
|
export var ServerException;
|
|
55
37
|
(function (ServerException) {
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
38
|
ServerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
60
39
|
})(ServerException || (ServerException = {}));
|
|
61
40
|
export var ImageIdentifier;
|
|
62
41
|
(function (ImageIdentifier) {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
42
|
ImageIdentifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
43
|
})(ImageIdentifier || (ImageIdentifier = {}));
|
|
68
44
|
export var BatchDeleteImageRequest;
|
|
69
45
|
(function (BatchDeleteImageRequest) {
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
46
|
BatchDeleteImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
47
|
})(BatchDeleteImageRequest || (BatchDeleteImageRequest = {}));
|
|
75
48
|
export var ImageFailureCode;
|
|
@@ -84,93 +57,54 @@ export var ImageFailureCode;
|
|
|
84
57
|
})(ImageFailureCode || (ImageFailureCode = {}));
|
|
85
58
|
export var ImageFailure;
|
|
86
59
|
(function (ImageFailure) {
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
60
|
ImageFailure.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
61
|
})(ImageFailure || (ImageFailure = {}));
|
|
92
62
|
export var BatchDeleteImageResponse;
|
|
93
63
|
(function (BatchDeleteImageResponse) {
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
64
|
BatchDeleteImageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
65
|
})(BatchDeleteImageResponse || (BatchDeleteImageResponse = {}));
|
|
99
66
|
export var BatchGetImageRequest;
|
|
100
67
|
(function (BatchGetImageRequest) {
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
68
|
BatchGetImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
69
|
})(BatchGetImageRequest || (BatchGetImageRequest = {}));
|
|
106
70
|
export var Image;
|
|
107
71
|
(function (Image) {
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
72
|
Image.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
73
|
})(Image || (Image = {}));
|
|
113
74
|
export var BatchGetImageResponse;
|
|
114
75
|
(function (BatchGetImageResponse) {
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
76
|
BatchGetImageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
77
|
})(BatchGetImageResponse || (BatchGetImageResponse = {}));
|
|
120
78
|
export var CompleteLayerUploadRequest;
|
|
121
79
|
(function (CompleteLayerUploadRequest) {
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
80
|
CompleteLayerUploadRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
81
|
})(CompleteLayerUploadRequest || (CompleteLayerUploadRequest = {}));
|
|
127
82
|
export var CompleteLayerUploadResponse;
|
|
128
83
|
(function (CompleteLayerUploadResponse) {
|
|
129
|
-
/**
|
|
130
|
-
* @internal
|
|
131
|
-
*/
|
|
132
84
|
CompleteLayerUploadResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
85
|
})(CompleteLayerUploadResponse || (CompleteLayerUploadResponse = {}));
|
|
134
86
|
export var EmptyUploadException;
|
|
135
87
|
(function (EmptyUploadException) {
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
88
|
EmptyUploadException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
89
|
})(EmptyUploadException || (EmptyUploadException = {}));
|
|
141
90
|
export var InvalidLayerException;
|
|
142
91
|
(function (InvalidLayerException) {
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
92
|
InvalidLayerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
93
|
})(InvalidLayerException || (InvalidLayerException = {}));
|
|
148
94
|
export var KmsException;
|
|
149
95
|
(function (KmsException) {
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
96
|
KmsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
97
|
})(KmsException || (KmsException = {}));
|
|
155
98
|
export var LayerAlreadyExistsException;
|
|
156
99
|
(function (LayerAlreadyExistsException) {
|
|
157
|
-
/**
|
|
158
|
-
* @internal
|
|
159
|
-
*/
|
|
160
100
|
LayerAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
101
|
})(LayerAlreadyExistsException || (LayerAlreadyExistsException = {}));
|
|
162
102
|
export var LayerPartTooSmallException;
|
|
163
103
|
(function (LayerPartTooSmallException) {
|
|
164
|
-
/**
|
|
165
|
-
* @internal
|
|
166
|
-
*/
|
|
167
104
|
LayerPartTooSmallException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
105
|
})(LayerPartTooSmallException || (LayerPartTooSmallException = {}));
|
|
169
106
|
export var UploadNotFoundException;
|
|
170
107
|
(function (UploadNotFoundException) {
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
108
|
UploadNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
109
|
})(UploadNotFoundException || (UploadNotFoundException = {}));
|
|
176
110
|
export var EncryptionType;
|
|
@@ -180,16 +114,10 @@ export var EncryptionType;
|
|
|
180
114
|
})(EncryptionType || (EncryptionType = {}));
|
|
181
115
|
export var EncryptionConfiguration;
|
|
182
116
|
(function (EncryptionConfiguration) {
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
117
|
EncryptionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
118
|
})(EncryptionConfiguration || (EncryptionConfiguration = {}));
|
|
188
119
|
export var ImageScanningConfiguration;
|
|
189
120
|
(function (ImageScanningConfiguration) {
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
121
|
ImageScanningConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
122
|
})(ImageScanningConfiguration || (ImageScanningConfiguration = {}));
|
|
195
123
|
export var ImageTagMutability;
|
|
@@ -199,144 +127,110 @@ export var ImageTagMutability;
|
|
|
199
127
|
})(ImageTagMutability || (ImageTagMutability = {}));
|
|
200
128
|
export var Tag;
|
|
201
129
|
(function (Tag) {
|
|
202
|
-
/**
|
|
203
|
-
* @internal
|
|
204
|
-
*/
|
|
205
130
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
131
|
})(Tag || (Tag = {}));
|
|
207
132
|
export var CreateRepositoryRequest;
|
|
208
133
|
(function (CreateRepositoryRequest) {
|
|
209
|
-
/**
|
|
210
|
-
* @internal
|
|
211
|
-
*/
|
|
212
134
|
CreateRepositoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
135
|
})(CreateRepositoryRequest || (CreateRepositoryRequest = {}));
|
|
214
136
|
export var Repository;
|
|
215
137
|
(function (Repository) {
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
138
|
Repository.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
139
|
})(Repository || (Repository = {}));
|
|
221
140
|
export var CreateRepositoryResponse;
|
|
222
141
|
(function (CreateRepositoryResponse) {
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
142
|
CreateRepositoryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
143
|
})(CreateRepositoryResponse || (CreateRepositoryResponse = {}));
|
|
228
144
|
export var InvalidTagParameterException;
|
|
229
145
|
(function (InvalidTagParameterException) {
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
146
|
InvalidTagParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
147
|
})(InvalidTagParameterException || (InvalidTagParameterException = {}));
|
|
235
148
|
export var LimitExceededException;
|
|
236
149
|
(function (LimitExceededException) {
|
|
237
|
-
/**
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
240
150
|
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
151
|
})(LimitExceededException || (LimitExceededException = {}));
|
|
242
152
|
export var RepositoryAlreadyExistsException;
|
|
243
153
|
(function (RepositoryAlreadyExistsException) {
|
|
244
|
-
/**
|
|
245
|
-
* @internal
|
|
246
|
-
*/
|
|
247
154
|
RepositoryAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
155
|
})(RepositoryAlreadyExistsException || (RepositoryAlreadyExistsException = {}));
|
|
249
156
|
export var TooManyTagsException;
|
|
250
157
|
(function (TooManyTagsException) {
|
|
251
|
-
/**
|
|
252
|
-
* @internal
|
|
253
|
-
*/
|
|
254
158
|
TooManyTagsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
159
|
})(TooManyTagsException || (TooManyTagsException = {}));
|
|
256
160
|
export var DeleteLifecyclePolicyRequest;
|
|
257
161
|
(function (DeleteLifecyclePolicyRequest) {
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
162
|
DeleteLifecyclePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
163
|
})(DeleteLifecyclePolicyRequest || (DeleteLifecyclePolicyRequest = {}));
|
|
263
164
|
export var DeleteLifecyclePolicyResponse;
|
|
264
165
|
(function (DeleteLifecyclePolicyResponse) {
|
|
265
|
-
/**
|
|
266
|
-
* @internal
|
|
267
|
-
*/
|
|
268
166
|
DeleteLifecyclePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
167
|
})(DeleteLifecyclePolicyResponse || (DeleteLifecyclePolicyResponse = {}));
|
|
270
168
|
export var LifecyclePolicyNotFoundException;
|
|
271
169
|
(function (LifecyclePolicyNotFoundException) {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
170
|
LifecyclePolicyNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
171
|
})(LifecyclePolicyNotFoundException || (LifecyclePolicyNotFoundException = {}));
|
|
277
172
|
export var DeleteRegistryPolicyRequest;
|
|
278
173
|
(function (DeleteRegistryPolicyRequest) {
|
|
279
|
-
/**
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
282
174
|
DeleteRegistryPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
175
|
})(DeleteRegistryPolicyRequest || (DeleteRegistryPolicyRequest = {}));
|
|
284
176
|
export var DeleteRegistryPolicyResponse;
|
|
285
177
|
(function (DeleteRegistryPolicyResponse) {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
178
|
DeleteRegistryPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
179
|
})(DeleteRegistryPolicyResponse || (DeleteRegistryPolicyResponse = {}));
|
|
291
180
|
export var RegistryPolicyNotFoundException;
|
|
292
181
|
(function (RegistryPolicyNotFoundException) {
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
182
|
RegistryPolicyNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
183
|
})(RegistryPolicyNotFoundException || (RegistryPolicyNotFoundException = {}));
|
|
184
|
+
export var ValidationException;
|
|
185
|
+
(function (ValidationException) {
|
|
186
|
+
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
})(ValidationException || (ValidationException = {}));
|
|
298
188
|
export var DeleteRepositoryRequest;
|
|
299
189
|
(function (DeleteRepositoryRequest) {
|
|
300
|
-
/**
|
|
301
|
-
* @internal
|
|
302
|
-
*/
|
|
303
190
|
DeleteRepositoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
191
|
})(DeleteRepositoryRequest || (DeleteRepositoryRequest = {}));
|
|
305
192
|
export var DeleteRepositoryResponse;
|
|
306
193
|
(function (DeleteRepositoryResponse) {
|
|
307
|
-
/**
|
|
308
|
-
* @internal
|
|
309
|
-
*/
|
|
310
194
|
DeleteRepositoryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
195
|
})(DeleteRepositoryResponse || (DeleteRepositoryResponse = {}));
|
|
312
196
|
export var RepositoryNotEmptyException;
|
|
313
197
|
(function (RepositoryNotEmptyException) {
|
|
314
|
-
/**
|
|
315
|
-
* @internal
|
|
316
|
-
*/
|
|
317
198
|
RepositoryNotEmptyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
199
|
})(RepositoryNotEmptyException || (RepositoryNotEmptyException = {}));
|
|
319
200
|
export var DeleteRepositoryPolicyRequest;
|
|
320
201
|
(function (DeleteRepositoryPolicyRequest) {
|
|
321
|
-
/**
|
|
322
|
-
* @internal
|
|
323
|
-
*/
|
|
324
202
|
DeleteRepositoryPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
203
|
})(DeleteRepositoryPolicyRequest || (DeleteRepositoryPolicyRequest = {}));
|
|
326
204
|
export var DeleteRepositoryPolicyResponse;
|
|
327
205
|
(function (DeleteRepositoryPolicyResponse) {
|
|
328
|
-
/**
|
|
329
|
-
* @internal
|
|
330
|
-
*/
|
|
331
206
|
DeleteRepositoryPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
207
|
})(DeleteRepositoryPolicyResponse || (DeleteRepositoryPolicyResponse = {}));
|
|
333
208
|
export var RepositoryPolicyNotFoundException;
|
|
334
209
|
(function (RepositoryPolicyNotFoundException) {
|
|
335
|
-
/**
|
|
336
|
-
* @internal
|
|
337
|
-
*/
|
|
338
210
|
RepositoryPolicyNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
211
|
})(RepositoryPolicyNotFoundException || (RepositoryPolicyNotFoundException = {}));
|
|
212
|
+
export var DescribeImageReplicationStatusRequest;
|
|
213
|
+
(function (DescribeImageReplicationStatusRequest) {
|
|
214
|
+
DescribeImageReplicationStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
})(DescribeImageReplicationStatusRequest || (DescribeImageReplicationStatusRequest = {}));
|
|
216
|
+
export var ReplicationStatus;
|
|
217
|
+
(function (ReplicationStatus) {
|
|
218
|
+
ReplicationStatus["COMPLETE"] = "COMPLETE";
|
|
219
|
+
ReplicationStatus["FAILED"] = "FAILED";
|
|
220
|
+
ReplicationStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
221
|
+
})(ReplicationStatus || (ReplicationStatus = {}));
|
|
222
|
+
export var ImageReplicationStatus;
|
|
223
|
+
(function (ImageReplicationStatus) {
|
|
224
|
+
ImageReplicationStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
+
})(ImageReplicationStatus || (ImageReplicationStatus = {}));
|
|
226
|
+
export var DescribeImageReplicationStatusResponse;
|
|
227
|
+
(function (DescribeImageReplicationStatusResponse) {
|
|
228
|
+
DescribeImageReplicationStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
})(DescribeImageReplicationStatusResponse || (DescribeImageReplicationStatusResponse = {}));
|
|
230
|
+
export var ImageNotFoundException;
|
|
231
|
+
(function (ImageNotFoundException) {
|
|
232
|
+
ImageNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
})(ImageNotFoundException || (ImageNotFoundException = {}));
|
|
340
234
|
export var TagStatus;
|
|
341
235
|
(function (TagStatus) {
|
|
342
236
|
TagStatus["ANY"] = "ANY";
|
|
@@ -345,16 +239,10 @@ export var TagStatus;
|
|
|
345
239
|
})(TagStatus || (TagStatus = {}));
|
|
346
240
|
export var DescribeImagesFilter;
|
|
347
241
|
(function (DescribeImagesFilter) {
|
|
348
|
-
/**
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
351
242
|
DescribeImagesFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
243
|
})(DescribeImagesFilter || (DescribeImagesFilter = {}));
|
|
353
244
|
export var DescribeImagesRequest;
|
|
354
245
|
(function (DescribeImagesRequest) {
|
|
355
|
-
/**
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
246
|
DescribeImagesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
247
|
})(DescribeImagesRequest || (DescribeImagesRequest = {}));
|
|
360
248
|
export var FindingSeverity;
|
|
@@ -368,9 +256,6 @@ export var FindingSeverity;
|
|
|
368
256
|
})(FindingSeverity || (FindingSeverity = {}));
|
|
369
257
|
export var ImageScanFindingsSummary;
|
|
370
258
|
(function (ImageScanFindingsSummary) {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
259
|
ImageScanFindingsSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
260
|
})(ImageScanFindingsSummary || (ImageScanFindingsSummary = {}));
|
|
376
261
|
export var ScanStatus;
|
|
@@ -381,205 +266,118 @@ export var ScanStatus;
|
|
|
381
266
|
})(ScanStatus || (ScanStatus = {}));
|
|
382
267
|
export var ImageScanStatus;
|
|
383
268
|
(function (ImageScanStatus) {
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
269
|
ImageScanStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
270
|
})(ImageScanStatus || (ImageScanStatus = {}));
|
|
389
271
|
export var ImageDetail;
|
|
390
272
|
(function (ImageDetail) {
|
|
391
|
-
/**
|
|
392
|
-
* @internal
|
|
393
|
-
*/
|
|
394
273
|
ImageDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
274
|
})(ImageDetail || (ImageDetail = {}));
|
|
396
275
|
export var DescribeImagesResponse;
|
|
397
276
|
(function (DescribeImagesResponse) {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
277
|
DescribeImagesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
278
|
})(DescribeImagesResponse || (DescribeImagesResponse = {}));
|
|
403
|
-
export var ImageNotFoundException;
|
|
404
|
-
(function (ImageNotFoundException) {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
|
-
ImageNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
-
})(ImageNotFoundException || (ImageNotFoundException = {}));
|
|
410
279
|
export var DescribeImageScanFindingsRequest;
|
|
411
280
|
(function (DescribeImageScanFindingsRequest) {
|
|
412
|
-
/**
|
|
413
|
-
* @internal
|
|
414
|
-
*/
|
|
415
281
|
DescribeImageScanFindingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
282
|
})(DescribeImageScanFindingsRequest || (DescribeImageScanFindingsRequest = {}));
|
|
417
283
|
export var Attribute;
|
|
418
284
|
(function (Attribute) {
|
|
419
|
-
/**
|
|
420
|
-
* @internal
|
|
421
|
-
*/
|
|
422
285
|
Attribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
286
|
})(Attribute || (Attribute = {}));
|
|
424
287
|
export var ImageScanFinding;
|
|
425
288
|
(function (ImageScanFinding) {
|
|
426
|
-
/**
|
|
427
|
-
* @internal
|
|
428
|
-
*/
|
|
429
289
|
ImageScanFinding.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
290
|
})(ImageScanFinding || (ImageScanFinding = {}));
|
|
431
291
|
export var ImageScanFindings;
|
|
432
292
|
(function (ImageScanFindings) {
|
|
433
|
-
/**
|
|
434
|
-
* @internal
|
|
435
|
-
*/
|
|
436
293
|
ImageScanFindings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
294
|
})(ImageScanFindings || (ImageScanFindings = {}));
|
|
438
295
|
export var DescribeImageScanFindingsResponse;
|
|
439
296
|
(function (DescribeImageScanFindingsResponse) {
|
|
440
|
-
/**
|
|
441
|
-
* @internal
|
|
442
|
-
*/
|
|
443
297
|
DescribeImageScanFindingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
298
|
})(DescribeImageScanFindingsResponse || (DescribeImageScanFindingsResponse = {}));
|
|
445
299
|
export var ScanNotFoundException;
|
|
446
300
|
(function (ScanNotFoundException) {
|
|
447
|
-
/**
|
|
448
|
-
* @internal
|
|
449
|
-
*/
|
|
450
301
|
ScanNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
302
|
})(ScanNotFoundException || (ScanNotFoundException = {}));
|
|
452
303
|
export var DescribeRegistryRequest;
|
|
453
304
|
(function (DescribeRegistryRequest) {
|
|
454
|
-
/**
|
|
455
|
-
* @internal
|
|
456
|
-
*/
|
|
457
305
|
DescribeRegistryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
306
|
})(DescribeRegistryRequest || (DescribeRegistryRequest = {}));
|
|
459
307
|
export var ReplicationDestination;
|
|
460
308
|
(function (ReplicationDestination) {
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
309
|
ReplicationDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
310
|
})(ReplicationDestination || (ReplicationDestination = {}));
|
|
311
|
+
export var RepositoryFilterType;
|
|
312
|
+
(function (RepositoryFilterType) {
|
|
313
|
+
RepositoryFilterType["PREFIX_MATCH"] = "PREFIX_MATCH";
|
|
314
|
+
})(RepositoryFilterType || (RepositoryFilterType = {}));
|
|
315
|
+
export var RepositoryFilter;
|
|
316
|
+
(function (RepositoryFilter) {
|
|
317
|
+
RepositoryFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
})(RepositoryFilter || (RepositoryFilter = {}));
|
|
466
319
|
export var ReplicationRule;
|
|
467
320
|
(function (ReplicationRule) {
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
321
|
ReplicationRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
322
|
})(ReplicationRule || (ReplicationRule = {}));
|
|
473
323
|
export var ReplicationConfiguration;
|
|
474
324
|
(function (ReplicationConfiguration) {
|
|
475
|
-
/**
|
|
476
|
-
* @internal
|
|
477
|
-
*/
|
|
478
325
|
ReplicationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
326
|
})(ReplicationConfiguration || (ReplicationConfiguration = {}));
|
|
480
327
|
export var DescribeRegistryResponse;
|
|
481
328
|
(function (DescribeRegistryResponse) {
|
|
482
|
-
/**
|
|
483
|
-
* @internal
|
|
484
|
-
*/
|
|
485
329
|
DescribeRegistryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
330
|
})(DescribeRegistryResponse || (DescribeRegistryResponse = {}));
|
|
487
|
-
export var ValidationException;
|
|
488
|
-
(function (ValidationException) {
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
*/
|
|
492
|
-
ValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
-
})(ValidationException || (ValidationException = {}));
|
|
494
331
|
export var DescribeRepositoriesRequest;
|
|
495
332
|
(function (DescribeRepositoriesRequest) {
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
333
|
DescribeRepositoriesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
334
|
})(DescribeRepositoriesRequest || (DescribeRepositoriesRequest = {}));
|
|
501
335
|
export var DescribeRepositoriesResponse;
|
|
502
336
|
(function (DescribeRepositoriesResponse) {
|
|
503
|
-
/**
|
|
504
|
-
* @internal
|
|
505
|
-
*/
|
|
506
337
|
DescribeRepositoriesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
338
|
})(DescribeRepositoriesResponse || (DescribeRepositoriesResponse = {}));
|
|
508
339
|
export var GetAuthorizationTokenRequest;
|
|
509
340
|
(function (GetAuthorizationTokenRequest) {
|
|
510
|
-
/**
|
|
511
|
-
* @internal
|
|
512
|
-
*/
|
|
513
341
|
GetAuthorizationTokenRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
342
|
})(GetAuthorizationTokenRequest || (GetAuthorizationTokenRequest = {}));
|
|
515
343
|
export var AuthorizationData;
|
|
516
344
|
(function (AuthorizationData) {
|
|
517
|
-
/**
|
|
518
|
-
* @internal
|
|
519
|
-
*/
|
|
520
345
|
AuthorizationData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
346
|
})(AuthorizationData || (AuthorizationData = {}));
|
|
522
347
|
export var GetAuthorizationTokenResponse;
|
|
523
348
|
(function (GetAuthorizationTokenResponse) {
|
|
524
|
-
/**
|
|
525
|
-
* @internal
|
|
526
|
-
*/
|
|
527
349
|
GetAuthorizationTokenResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
350
|
})(GetAuthorizationTokenResponse || (GetAuthorizationTokenResponse = {}));
|
|
529
351
|
export var GetDownloadUrlForLayerRequest;
|
|
530
352
|
(function (GetDownloadUrlForLayerRequest) {
|
|
531
|
-
/**
|
|
532
|
-
* @internal
|
|
533
|
-
*/
|
|
534
353
|
GetDownloadUrlForLayerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
354
|
})(GetDownloadUrlForLayerRequest || (GetDownloadUrlForLayerRequest = {}));
|
|
536
355
|
export var GetDownloadUrlForLayerResponse;
|
|
537
356
|
(function (GetDownloadUrlForLayerResponse) {
|
|
538
|
-
/**
|
|
539
|
-
* @internal
|
|
540
|
-
*/
|
|
541
357
|
GetDownloadUrlForLayerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
358
|
})(GetDownloadUrlForLayerResponse || (GetDownloadUrlForLayerResponse = {}));
|
|
543
359
|
export var LayerInaccessibleException;
|
|
544
360
|
(function (LayerInaccessibleException) {
|
|
545
|
-
/**
|
|
546
|
-
* @internal
|
|
547
|
-
*/
|
|
548
361
|
LayerInaccessibleException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
362
|
})(LayerInaccessibleException || (LayerInaccessibleException = {}));
|
|
550
363
|
export var LayersNotFoundException;
|
|
551
364
|
(function (LayersNotFoundException) {
|
|
552
|
-
/**
|
|
553
|
-
* @internal
|
|
554
|
-
*/
|
|
555
365
|
LayersNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
366
|
})(LayersNotFoundException || (LayersNotFoundException = {}));
|
|
557
367
|
export var GetLifecyclePolicyRequest;
|
|
558
368
|
(function (GetLifecyclePolicyRequest) {
|
|
559
|
-
/**
|
|
560
|
-
* @internal
|
|
561
|
-
*/
|
|
562
369
|
GetLifecyclePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
370
|
})(GetLifecyclePolicyRequest || (GetLifecyclePolicyRequest = {}));
|
|
564
371
|
export var GetLifecyclePolicyResponse;
|
|
565
372
|
(function (GetLifecyclePolicyResponse) {
|
|
566
|
-
/**
|
|
567
|
-
* @internal
|
|
568
|
-
*/
|
|
569
373
|
GetLifecyclePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
374
|
})(GetLifecyclePolicyResponse || (GetLifecyclePolicyResponse = {}));
|
|
571
375
|
export var LifecyclePolicyPreviewFilter;
|
|
572
376
|
(function (LifecyclePolicyPreviewFilter) {
|
|
573
|
-
/**
|
|
574
|
-
* @internal
|
|
575
|
-
*/
|
|
576
377
|
LifecyclePolicyPreviewFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
378
|
})(LifecyclePolicyPreviewFilter || (LifecyclePolicyPreviewFilter = {}));
|
|
578
379
|
export var GetLifecyclePolicyPreviewRequest;
|
|
579
380
|
(function (GetLifecyclePolicyPreviewRequest) {
|
|
580
|
-
/**
|
|
581
|
-
* @internal
|
|
582
|
-
*/
|
|
583
381
|
GetLifecyclePolicyPreviewRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
382
|
})(GetLifecyclePolicyPreviewRequest || (GetLifecyclePolicyPreviewRequest = {}));
|
|
585
383
|
export var ImageActionType;
|
|
@@ -588,16 +386,10 @@ export var ImageActionType;
|
|
|
588
386
|
})(ImageActionType || (ImageActionType = {}));
|
|
589
387
|
export var LifecyclePolicyRuleAction;
|
|
590
388
|
(function (LifecyclePolicyRuleAction) {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
389
|
LifecyclePolicyRuleAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
390
|
})(LifecyclePolicyRuleAction || (LifecyclePolicyRuleAction = {}));
|
|
596
391
|
export var LifecyclePolicyPreviewResult;
|
|
597
392
|
(function (LifecyclePolicyPreviewResult) {
|
|
598
|
-
/**
|
|
599
|
-
* @internal
|
|
600
|
-
*/
|
|
601
393
|
LifecyclePolicyPreviewResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
394
|
})(LifecyclePolicyPreviewResult || (LifecyclePolicyPreviewResult = {}));
|
|
603
395
|
export var LifecyclePolicyPreviewStatus;
|
|
@@ -609,317 +401,182 @@ export var LifecyclePolicyPreviewStatus;
|
|
|
609
401
|
})(LifecyclePolicyPreviewStatus || (LifecyclePolicyPreviewStatus = {}));
|
|
610
402
|
export var LifecyclePolicyPreviewSummary;
|
|
611
403
|
(function (LifecyclePolicyPreviewSummary) {
|
|
612
|
-
/**
|
|
613
|
-
* @internal
|
|
614
|
-
*/
|
|
615
404
|
LifecyclePolicyPreviewSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
405
|
})(LifecyclePolicyPreviewSummary || (LifecyclePolicyPreviewSummary = {}));
|
|
617
406
|
export var GetLifecyclePolicyPreviewResponse;
|
|
618
407
|
(function (GetLifecyclePolicyPreviewResponse) {
|
|
619
|
-
/**
|
|
620
|
-
* @internal
|
|
621
|
-
*/
|
|
622
408
|
GetLifecyclePolicyPreviewResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
409
|
})(GetLifecyclePolicyPreviewResponse || (GetLifecyclePolicyPreviewResponse = {}));
|
|
624
410
|
export var LifecyclePolicyPreviewNotFoundException;
|
|
625
411
|
(function (LifecyclePolicyPreviewNotFoundException) {
|
|
626
|
-
/**
|
|
627
|
-
* @internal
|
|
628
|
-
*/
|
|
629
412
|
LifecyclePolicyPreviewNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
413
|
})(LifecyclePolicyPreviewNotFoundException || (LifecyclePolicyPreviewNotFoundException = {}));
|
|
631
414
|
export var GetRegistryPolicyRequest;
|
|
632
415
|
(function (GetRegistryPolicyRequest) {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
416
|
GetRegistryPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
417
|
})(GetRegistryPolicyRequest || (GetRegistryPolicyRequest = {}));
|
|
638
418
|
export var GetRegistryPolicyResponse;
|
|
639
419
|
(function (GetRegistryPolicyResponse) {
|
|
640
|
-
/**
|
|
641
|
-
* @internal
|
|
642
|
-
*/
|
|
643
420
|
GetRegistryPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
421
|
})(GetRegistryPolicyResponse || (GetRegistryPolicyResponse = {}));
|
|
645
422
|
export var GetRepositoryPolicyRequest;
|
|
646
423
|
(function (GetRepositoryPolicyRequest) {
|
|
647
|
-
/**
|
|
648
|
-
* @internal
|
|
649
|
-
*/
|
|
650
424
|
GetRepositoryPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
425
|
})(GetRepositoryPolicyRequest || (GetRepositoryPolicyRequest = {}));
|
|
652
426
|
export var GetRepositoryPolicyResponse;
|
|
653
427
|
(function (GetRepositoryPolicyResponse) {
|
|
654
|
-
/**
|
|
655
|
-
* @internal
|
|
656
|
-
*/
|
|
657
428
|
GetRepositoryPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
429
|
})(GetRepositoryPolicyResponse || (GetRepositoryPolicyResponse = {}));
|
|
659
430
|
export var InitiateLayerUploadRequest;
|
|
660
431
|
(function (InitiateLayerUploadRequest) {
|
|
661
|
-
/**
|
|
662
|
-
* @internal
|
|
663
|
-
*/
|
|
664
432
|
InitiateLayerUploadRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
433
|
})(InitiateLayerUploadRequest || (InitiateLayerUploadRequest = {}));
|
|
666
434
|
export var InitiateLayerUploadResponse;
|
|
667
435
|
(function (InitiateLayerUploadResponse) {
|
|
668
|
-
/**
|
|
669
|
-
* @internal
|
|
670
|
-
*/
|
|
671
436
|
InitiateLayerUploadResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
437
|
})(InitiateLayerUploadResponse || (InitiateLayerUploadResponse = {}));
|
|
673
438
|
export var ListImagesFilter;
|
|
674
439
|
(function (ListImagesFilter) {
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
*/
|
|
678
440
|
ListImagesFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
441
|
})(ListImagesFilter || (ListImagesFilter = {}));
|
|
680
442
|
export var ListImagesRequest;
|
|
681
443
|
(function (ListImagesRequest) {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
444
|
ListImagesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
445
|
})(ListImagesRequest || (ListImagesRequest = {}));
|
|
687
446
|
export var ListImagesResponse;
|
|
688
447
|
(function (ListImagesResponse) {
|
|
689
|
-
/**
|
|
690
|
-
* @internal
|
|
691
|
-
*/
|
|
692
448
|
ListImagesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
449
|
})(ListImagesResponse || (ListImagesResponse = {}));
|
|
694
450
|
export var ListTagsForResourceRequest;
|
|
695
451
|
(function (ListTagsForResourceRequest) {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
452
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
700
453
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
701
454
|
export var ListTagsForResourceResponse;
|
|
702
455
|
(function (ListTagsForResourceResponse) {
|
|
703
|
-
/**
|
|
704
|
-
* @internal
|
|
705
|
-
*/
|
|
706
456
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
457
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
708
458
|
export var ImageAlreadyExistsException;
|
|
709
459
|
(function (ImageAlreadyExistsException) {
|
|
710
|
-
/**
|
|
711
|
-
* @internal
|
|
712
|
-
*/
|
|
713
460
|
ImageAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
461
|
})(ImageAlreadyExistsException || (ImageAlreadyExistsException = {}));
|
|
715
462
|
export var ImageDigestDoesNotMatchException;
|
|
716
463
|
(function (ImageDigestDoesNotMatchException) {
|
|
717
|
-
/**
|
|
718
|
-
* @internal
|
|
719
|
-
*/
|
|
720
464
|
ImageDigestDoesNotMatchException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
465
|
})(ImageDigestDoesNotMatchException || (ImageDigestDoesNotMatchException = {}));
|
|
722
466
|
export var ImageTagAlreadyExistsException;
|
|
723
467
|
(function (ImageTagAlreadyExistsException) {
|
|
724
|
-
/**
|
|
725
|
-
* @internal
|
|
726
|
-
*/
|
|
727
468
|
ImageTagAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
469
|
})(ImageTagAlreadyExistsException || (ImageTagAlreadyExistsException = {}));
|
|
729
470
|
export var PutImageRequest;
|
|
730
471
|
(function (PutImageRequest) {
|
|
731
|
-
/**
|
|
732
|
-
* @internal
|
|
733
|
-
*/
|
|
734
472
|
PutImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
473
|
})(PutImageRequest || (PutImageRequest = {}));
|
|
736
474
|
export var PutImageResponse;
|
|
737
475
|
(function (PutImageResponse) {
|
|
738
|
-
/**
|
|
739
|
-
* @internal
|
|
740
|
-
*/
|
|
741
476
|
PutImageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
477
|
})(PutImageResponse || (PutImageResponse = {}));
|
|
743
478
|
export var ReferencedImagesNotFoundException;
|
|
744
479
|
(function (ReferencedImagesNotFoundException) {
|
|
745
|
-
/**
|
|
746
|
-
* @internal
|
|
747
|
-
*/
|
|
748
480
|
ReferencedImagesNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
481
|
})(ReferencedImagesNotFoundException || (ReferencedImagesNotFoundException = {}));
|
|
750
482
|
export var PutImageScanningConfigurationRequest;
|
|
751
483
|
(function (PutImageScanningConfigurationRequest) {
|
|
752
|
-
/**
|
|
753
|
-
* @internal
|
|
754
|
-
*/
|
|
755
484
|
PutImageScanningConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
485
|
})(PutImageScanningConfigurationRequest || (PutImageScanningConfigurationRequest = {}));
|
|
757
486
|
export var PutImageScanningConfigurationResponse;
|
|
758
487
|
(function (PutImageScanningConfigurationResponse) {
|
|
759
|
-
/**
|
|
760
|
-
* @internal
|
|
761
|
-
*/
|
|
762
488
|
PutImageScanningConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
489
|
})(PutImageScanningConfigurationResponse || (PutImageScanningConfigurationResponse = {}));
|
|
764
490
|
export var PutImageTagMutabilityRequest;
|
|
765
491
|
(function (PutImageTagMutabilityRequest) {
|
|
766
|
-
/**
|
|
767
|
-
* @internal
|
|
768
|
-
*/
|
|
769
492
|
PutImageTagMutabilityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
493
|
})(PutImageTagMutabilityRequest || (PutImageTagMutabilityRequest = {}));
|
|
771
494
|
export var PutImageTagMutabilityResponse;
|
|
772
495
|
(function (PutImageTagMutabilityResponse) {
|
|
773
|
-
/**
|
|
774
|
-
* @internal
|
|
775
|
-
*/
|
|
776
496
|
PutImageTagMutabilityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
497
|
})(PutImageTagMutabilityResponse || (PutImageTagMutabilityResponse = {}));
|
|
778
498
|
export var PutLifecyclePolicyRequest;
|
|
779
499
|
(function (PutLifecyclePolicyRequest) {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
500
|
PutLifecyclePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
501
|
})(PutLifecyclePolicyRequest || (PutLifecyclePolicyRequest = {}));
|
|
785
502
|
export var PutLifecyclePolicyResponse;
|
|
786
503
|
(function (PutLifecyclePolicyResponse) {
|
|
787
|
-
/**
|
|
788
|
-
* @internal
|
|
789
|
-
*/
|
|
790
504
|
PutLifecyclePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
505
|
})(PutLifecyclePolicyResponse || (PutLifecyclePolicyResponse = {}));
|
|
792
506
|
export var PutRegistryPolicyRequest;
|
|
793
507
|
(function (PutRegistryPolicyRequest) {
|
|
794
|
-
/**
|
|
795
|
-
* @internal
|
|
796
|
-
*/
|
|
797
508
|
PutRegistryPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
509
|
})(PutRegistryPolicyRequest || (PutRegistryPolicyRequest = {}));
|
|
799
510
|
export var PutRegistryPolicyResponse;
|
|
800
511
|
(function (PutRegistryPolicyResponse) {
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
*/
|
|
804
512
|
PutRegistryPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
513
|
})(PutRegistryPolicyResponse || (PutRegistryPolicyResponse = {}));
|
|
806
514
|
export var PutReplicationConfigurationRequest;
|
|
807
515
|
(function (PutReplicationConfigurationRequest) {
|
|
808
|
-
/**
|
|
809
|
-
* @internal
|
|
810
|
-
*/
|
|
811
516
|
PutReplicationConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
517
|
})(PutReplicationConfigurationRequest || (PutReplicationConfigurationRequest = {}));
|
|
813
518
|
export var PutReplicationConfigurationResponse;
|
|
814
519
|
(function (PutReplicationConfigurationResponse) {
|
|
815
|
-
/**
|
|
816
|
-
* @internal
|
|
817
|
-
*/
|
|
818
520
|
PutReplicationConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
521
|
})(PutReplicationConfigurationResponse || (PutReplicationConfigurationResponse = {}));
|
|
820
522
|
export var SetRepositoryPolicyRequest;
|
|
821
523
|
(function (SetRepositoryPolicyRequest) {
|
|
822
|
-
/**
|
|
823
|
-
* @internal
|
|
824
|
-
*/
|
|
825
524
|
SetRepositoryPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
525
|
})(SetRepositoryPolicyRequest || (SetRepositoryPolicyRequest = {}));
|
|
827
526
|
export var SetRepositoryPolicyResponse;
|
|
828
527
|
(function (SetRepositoryPolicyResponse) {
|
|
829
|
-
/**
|
|
830
|
-
* @internal
|
|
831
|
-
*/
|
|
832
528
|
SetRepositoryPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
529
|
})(SetRepositoryPolicyResponse || (SetRepositoryPolicyResponse = {}));
|
|
834
530
|
export var StartImageScanRequest;
|
|
835
531
|
(function (StartImageScanRequest) {
|
|
836
|
-
/**
|
|
837
|
-
* @internal
|
|
838
|
-
*/
|
|
839
532
|
StartImageScanRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
533
|
})(StartImageScanRequest || (StartImageScanRequest = {}));
|
|
841
534
|
export var StartImageScanResponse;
|
|
842
535
|
(function (StartImageScanResponse) {
|
|
843
|
-
/**
|
|
844
|
-
* @internal
|
|
845
|
-
*/
|
|
846
536
|
StartImageScanResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
537
|
})(StartImageScanResponse || (StartImageScanResponse = {}));
|
|
848
538
|
export var UnsupportedImageTypeException;
|
|
849
539
|
(function (UnsupportedImageTypeException) {
|
|
850
|
-
/**
|
|
851
|
-
* @internal
|
|
852
|
-
*/
|
|
853
540
|
UnsupportedImageTypeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
541
|
})(UnsupportedImageTypeException || (UnsupportedImageTypeException = {}));
|
|
855
542
|
export var LifecyclePolicyPreviewInProgressException;
|
|
856
543
|
(function (LifecyclePolicyPreviewInProgressException) {
|
|
857
|
-
/**
|
|
858
|
-
* @internal
|
|
859
|
-
*/
|
|
860
544
|
LifecyclePolicyPreviewInProgressException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
861
545
|
})(LifecyclePolicyPreviewInProgressException || (LifecyclePolicyPreviewInProgressException = {}));
|
|
862
546
|
export var StartLifecyclePolicyPreviewRequest;
|
|
863
547
|
(function (StartLifecyclePolicyPreviewRequest) {
|
|
864
|
-
/**
|
|
865
|
-
* @internal
|
|
866
|
-
*/
|
|
867
548
|
StartLifecyclePolicyPreviewRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
868
549
|
})(StartLifecyclePolicyPreviewRequest || (StartLifecyclePolicyPreviewRequest = {}));
|
|
869
550
|
export var StartLifecyclePolicyPreviewResponse;
|
|
870
551
|
(function (StartLifecyclePolicyPreviewResponse) {
|
|
871
|
-
/**
|
|
872
|
-
* @internal
|
|
873
|
-
*/
|
|
874
552
|
StartLifecyclePolicyPreviewResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
875
553
|
})(StartLifecyclePolicyPreviewResponse || (StartLifecyclePolicyPreviewResponse = {}));
|
|
876
554
|
export var TagResourceRequest;
|
|
877
555
|
(function (TagResourceRequest) {
|
|
878
|
-
/**
|
|
879
|
-
* @internal
|
|
880
|
-
*/
|
|
881
556
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
557
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
883
558
|
export var TagResourceResponse;
|
|
884
559
|
(function (TagResourceResponse) {
|
|
885
|
-
/**
|
|
886
|
-
* @internal
|
|
887
|
-
*/
|
|
888
560
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
889
561
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
890
562
|
export var UntagResourceRequest;
|
|
891
563
|
(function (UntagResourceRequest) {
|
|
892
|
-
/**
|
|
893
|
-
* @internal
|
|
894
|
-
*/
|
|
895
564
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
896
565
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
897
566
|
export var UntagResourceResponse;
|
|
898
567
|
(function (UntagResourceResponse) {
|
|
899
|
-
/**
|
|
900
|
-
* @internal
|
|
901
|
-
*/
|
|
902
568
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
903
569
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
904
570
|
export var InvalidLayerPartException;
|
|
905
571
|
(function (InvalidLayerPartException) {
|
|
906
|
-
/**
|
|
907
|
-
* @internal
|
|
908
|
-
*/
|
|
909
572
|
InvalidLayerPartException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
910
573
|
})(InvalidLayerPartException || (InvalidLayerPartException = {}));
|
|
911
574
|
export var UploadLayerPartRequest;
|
|
912
575
|
(function (UploadLayerPartRequest) {
|
|
913
|
-
/**
|
|
914
|
-
* @internal
|
|
915
|
-
*/
|
|
916
576
|
UploadLayerPartRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
917
577
|
})(UploadLayerPartRequest || (UploadLayerPartRequest = {}));
|
|
918
578
|
export var UploadLayerPartResponse;
|
|
919
579
|
(function (UploadLayerPartResponse) {
|
|
920
|
-
/**
|
|
921
|
-
* @internal
|
|
922
|
-
*/
|
|
923
580
|
UploadLayerPartResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
924
581
|
})(UploadLayerPartResponse || (UploadLayerPartResponse = {}));
|
|
925
582
|
//# sourceMappingURL=models_0.js.map
|