@aws-sdk/client-ecr 3.651.1 → 3.654.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +2 -0
- package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +11 -0
- package/dist-types/commands/BatchDeleteImageCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetImageCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CompleteLayerUploadCommand.d.ts +11 -0
- package/dist-types/commands/CreatePullThroughCacheRuleCommand.d.ts +11 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +11 -0
- package/dist-types/commands/CreateRepositoryCreationTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeletePullThroughCacheRuleCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRegistryPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRepositoryCreationTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DescribeImageReplicationStatusCommand.d.ts +11 -0
- package/dist-types/commands/DescribeImageScanFindingsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +11 -0
- package/dist-types/commands/DescribePullThroughCacheRulesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRegistryCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRepositoriesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRepositoryCreationTemplatesCommand.d.ts +11 -0
- package/dist-types/commands/GetAccountSettingCommand.d.ts +11 -0
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +11 -0
- package/dist-types/commands/GetDownloadUrlForLayerCommand.d.ts +11 -0
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetLifecyclePolicyPreviewCommand.d.ts +11 -0
- package/dist-types/commands/GetRegistryPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetRegistryScanningConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +11 -0
- package/dist-types/commands/InitiateLayerUploadCommand.d.ts +11 -0
- package/dist-types/commands/ListImagesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutAccountSettingCommand.d.ts +11 -0
- package/dist-types/commands/PutImageCommand.d.ts +11 -0
- package/dist-types/commands/PutImageScanningConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutImageTagMutabilityCommand.d.ts +11 -0
- package/dist-types/commands/PutLifecyclePolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutRegistryPolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutRegistryScanningConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutReplicationConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +11 -0
- package/dist-types/commands/StartImageScanCommand.d.ts +11 -0
- package/dist-types/commands/StartLifecyclePolicyPreviewCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePullThroughCacheRuleCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRepositoryCreationTemplateCommand.d.ts +11 -0
- package/dist-types/commands/UploadLayerPartCommand.d.ts +11 -0
- package/dist-types/commands/ValidatePullThroughCacheRuleCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +22 -4
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRepositoryCreationTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRepositoryCreationTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRepositoryCreationTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAccountSettingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutAccountSettingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePullThroughCacheRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRepositoryCreationTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ValidatePullThroughCacheRuleCommand.d.ts +12 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/package.json +36 -36
|
@@ -77,4 +77,15 @@ declare const PutLifecyclePolicyCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class PutLifecyclePolicyCommand extends PutLifecyclePolicyCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: PutLifecyclePolicyRequest;
|
|
84
|
+
output: PutLifecyclePolicyResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: PutLifecyclePolicyCommandInput;
|
|
88
|
+
output: PutLifecyclePolicyCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -70,4 +70,15 @@ declare const PutRegistryPolicyCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class PutRegistryPolicyCommand extends PutRegistryPolicyCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: PutRegistryPolicyRequest;
|
|
77
|
+
output: PutRegistryPolicyResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: PutRegistryPolicyCommandInput;
|
|
81
|
+
output: PutRegistryPolicyCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -91,4 +91,15 @@ declare const PutRegistryScanningConfigurationCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class PutRegistryScanningConfigurationCommand extends PutRegistryScanningConfigurationCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: PutRegistryScanningConfigurationRequest;
|
|
98
|
+
output: PutRegistryScanningConfigurationResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: PutRegistryScanningConfigurationCommandInput;
|
|
102
|
+
output: PutRegistryScanningConfigurationCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -111,4 +111,15 @@ declare const PutReplicationConfigurationCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class PutReplicationConfigurationCommand extends PutReplicationConfigurationCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: PutReplicationConfigurationRequest;
|
|
118
|
+
output: PutReplicationConfigurationResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: PutReplicationConfigurationCommandInput;
|
|
122
|
+
output: PutReplicationConfigurationCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -75,4 +75,15 @@ declare const SetRepositoryPolicyCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class SetRepositoryPolicyCommand extends SetRepositoryPolicyCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: SetRepositoryPolicyRequest;
|
|
82
|
+
output: SetRepositoryPolicyResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: SetRepositoryPolicyCommandInput;
|
|
86
|
+
output: SetRepositoryPolicyCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -99,4 +99,15 @@ declare const StartImageScanCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class StartImageScanCommand extends StartImageScanCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: StartImageScanRequest;
|
|
106
|
+
output: StartImageScanResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: StartImageScanCommandInput;
|
|
110
|
+
output: StartImageScanCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -85,4 +85,15 @@ declare const StartLifecyclePolicyPreviewCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class StartLifecyclePolicyPreviewCommand extends StartLifecyclePolicyPreviewCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: StartLifecyclePolicyPreviewRequest;
|
|
92
|
+
output: StartLifecyclePolicyPreviewResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: StartLifecyclePolicyPreviewCommandInput;
|
|
96
|
+
output: StartLifecyclePolicyPreviewCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -81,4 +81,15 @@ declare const TagResourceCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: TagResourceRequest;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: TagResourceCommandInput;
|
|
92
|
+
output: TagResourceCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -77,4 +77,15 @@ declare const UntagResourceCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: UntagResourceRequest;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: UntagResourceCommandInput;
|
|
88
|
+
output: UntagResourceCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -88,4 +88,15 @@ declare const UpdatePullThroughCacheRuleCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class UpdatePullThroughCacheRuleCommand extends UpdatePullThroughCacheRuleCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: UpdatePullThroughCacheRuleRequest;
|
|
95
|
+
output: UpdatePullThroughCacheRuleResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: UpdatePullThroughCacheRuleCommandInput;
|
|
99
|
+
output: UpdatePullThroughCacheRuleCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -158,4 +158,15 @@ declare const UpdateRepositoryCreationTemplateCommand_base: {
|
|
|
158
158
|
*
|
|
159
159
|
*/
|
|
160
160
|
export declare class UpdateRepositoryCreationTemplateCommand extends UpdateRepositoryCreationTemplateCommand_base {
|
|
161
|
+
/** @internal type navigation helper, not in runtime. */
|
|
162
|
+
protected static __types: {
|
|
163
|
+
api: {
|
|
164
|
+
input: UpdateRepositoryCreationTemplateRequest;
|
|
165
|
+
output: UpdateRepositoryCreationTemplateResponse;
|
|
166
|
+
};
|
|
167
|
+
sdk: {
|
|
168
|
+
input: UpdateRepositoryCreationTemplateCommandInput;
|
|
169
|
+
output: UpdateRepositoryCreationTemplateCommandOutput;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
161
172
|
}
|
|
@@ -99,4 +99,15 @@ declare const UploadLayerPartCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class UploadLayerPartCommand extends UploadLayerPartCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: UploadLayerPartRequest;
|
|
106
|
+
output: UploadLayerPartResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: UploadLayerPartCommandInput;
|
|
110
|
+
output: UploadLayerPartCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -80,4 +80,15 @@ declare const ValidatePullThroughCacheRuleCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ValidatePullThroughCacheRuleCommand extends ValidatePullThroughCacheRuleCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ValidatePullThroughCacheRuleRequest;
|
|
87
|
+
output: ValidatePullThroughCacheRuleResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ValidatePullThroughCacheRuleCommandInput;
|
|
91
|
+
output: ValidatePullThroughCacheRuleCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -841,14 +841,14 @@ export interface EncryptionConfiguration {
|
|
|
841
841
|
* for Amazon ECR, or specify your own KMS key, which you already created.</p>
|
|
842
842
|
* <p>If you use the <code>KMS_DSSE</code> encryption type, the contents of the repository
|
|
843
843
|
* will be encrypted with two layers of encryption using server-side encryption with the
|
|
844
|
-
* KMS Management Service key stored in KMS. Similar to the KMS encryption type, you
|
|
844
|
+
* KMS Management Service key stored in KMS. Similar to the <code>KMS</code> encryption type, you
|
|
845
845
|
* can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your own KMS
|
|
846
846
|
* key, which you've already created. </p>
|
|
847
847
|
* <p>If you use the <code>AES256</code> encryption type, Amazon ECR uses server-side encryption
|
|
848
848
|
* with Amazon S3-managed encryption keys which encrypts the images in the repository using an
|
|
849
|
-
* AES256 encryption algorithm
|
|
850
|
-
*
|
|
851
|
-
*
|
|
849
|
+
* AES256 encryption algorithm.</p>
|
|
850
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html">Amazon ECR encryption at
|
|
851
|
+
* rest</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
|
|
852
852
|
* @public
|
|
853
853
|
*/
|
|
854
854
|
encryptionType: EncryptionType | undefined;
|
|
@@ -2010,6 +2010,11 @@ export interface VulnerablePackage {
|
|
|
2010
2010
|
* @public
|
|
2011
2011
|
*/
|
|
2012
2012
|
version?: string;
|
|
2013
|
+
/**
|
|
2014
|
+
* <p>The version of the package that contains the vulnerability fix.</p>
|
|
2015
|
+
* @public
|
|
2016
|
+
*/
|
|
2017
|
+
fixedInVersion?: string;
|
|
2013
2018
|
}
|
|
2014
2019
|
/**
|
|
2015
2020
|
* <p>Information about a package vulnerability finding.</p>
|
|
@@ -2319,6 +2324,19 @@ export interface EnhancedImageScanFinding {
|
|
|
2319
2324
|
* @public
|
|
2320
2325
|
*/
|
|
2321
2326
|
updatedAt?: Date;
|
|
2327
|
+
/**
|
|
2328
|
+
* <p>Details on whether a fix is available through a version update. This value can be
|
|
2329
|
+
* <code>YES</code>, <code>NO</code>, or <code>PARTIAL</code>. A <code>PARTIAL</code>
|
|
2330
|
+
* fix means that some, but not all, of the packages identified in the finding have fixes
|
|
2331
|
+
* available through updated versions.</p>
|
|
2332
|
+
* @public
|
|
2333
|
+
*/
|
|
2334
|
+
fixAvailable?: string;
|
|
2335
|
+
/**
|
|
2336
|
+
* <p>If a finding discovered in your environment has an exploit available.</p>
|
|
2337
|
+
* @public
|
|
2338
|
+
*/
|
|
2339
|
+
exploitAvailable?: string;
|
|
2322
2340
|
}
|
|
2323
2341
|
/**
|
|
2324
2342
|
* <p>This data type is used in the <a>ImageScanFinding</a> data type.</p>
|
|
@@ -37,4 +37,15 @@ declare const BatchCheckLayerAvailabilityCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchCheckLayerAvailabilityCommand extends BatchCheckLayerAvailabilityCommand_base {
|
|
40
|
+
export declare class BatchCheckLayerAvailabilityCommand extends BatchCheckLayerAvailabilityCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchCheckLayerAvailabilityRequest;
|
|
44
|
+
output: BatchCheckLayerAvailabilityResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchCheckLayerAvailabilityCommandInput;
|
|
48
|
+
output: BatchCheckLayerAvailabilityCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const BatchDeleteImageCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class BatchDeleteImageCommand extends BatchDeleteImageCommand_base {
|
|
39
|
+
export declare class BatchDeleteImageCommand extends BatchDeleteImageCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: BatchDeleteImageRequest;
|
|
43
|
+
output: BatchDeleteImageResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: BatchDeleteImageCommandInput;
|
|
47
|
+
output: BatchDeleteImageCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const BatchGetImageCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class BatchGetImageCommand extends BatchGetImageCommand_base {
|
|
39
|
+
export declare class BatchGetImageCommand extends BatchGetImageCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: BatchGetImageRequest;
|
|
43
|
+
output: BatchGetImageResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: BatchGetImageCommandInput;
|
|
47
|
+
output: BatchGetImageCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const BatchGetRepositoryScanningConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchGetRepositoryScanningConfigurationCommand extends BatchGetRepositoryScanningConfigurationCommand_base {
|
|
40
|
+
export declare class BatchGetRepositoryScanningConfigurationCommand extends BatchGetRepositoryScanningConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchGetRepositoryScanningConfigurationRequest;
|
|
44
|
+
output: BatchGetRepositoryScanningConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchGetRepositoryScanningConfigurationCommandInput;
|
|
48
|
+
output: BatchGetRepositoryScanningConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CompleteLayerUploadCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CompleteLayerUploadCommand extends CompleteLayerUploadCommand_base {
|
|
40
|
+
export declare class CompleteLayerUploadCommand extends CompleteLayerUploadCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CompleteLayerUploadRequest;
|
|
44
|
+
output: CompleteLayerUploadResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CompleteLayerUploadCommandInput;
|
|
48
|
+
output: CompleteLayerUploadCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreatePullThroughCacheRuleCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreatePullThroughCacheRuleCommand extends CreatePullThroughCacheRuleCommand_base {
|
|
40
|
+
export declare class CreatePullThroughCacheRuleCommand extends CreatePullThroughCacheRuleCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreatePullThroughCacheRuleRequest;
|
|
44
|
+
output: CreatePullThroughCacheRuleResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreatePullThroughCacheRuleCommandInput;
|
|
48
|
+
output: CreatePullThroughCacheRuleCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateRepositoryCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateRepositoryCommand extends CreateRepositoryCommand_base {
|
|
39
|
+
export declare class CreateRepositoryCommand extends CreateRepositoryCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateRepositoryRequest;
|
|
43
|
+
output: CreateRepositoryResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateRepositoryCommandInput;
|
|
47
|
+
output: CreateRepositoryCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateRepositoryCreationTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateRepositoryCreationTemplateCommand extends CreateRepositoryCreationTemplateCommand_base {
|
|
40
|
+
export declare class CreateRepositoryCreationTemplateCommand extends CreateRepositoryCreationTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateRepositoryCreationTemplateRequest;
|
|
44
|
+
output: CreateRepositoryCreationTemplateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateRepositoryCreationTemplateCommandInput;
|
|
48
|
+
output: CreateRepositoryCreationTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteLifecyclePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {
|
|
40
|
+
export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteLifecyclePolicyRequest;
|
|
44
|
+
output: DeleteLifecyclePolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteLifecyclePolicyCommandInput;
|
|
48
|
+
output: DeleteLifecyclePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeletePullThroughCacheRuleCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeletePullThroughCacheRuleCommand extends DeletePullThroughCacheRuleCommand_base {
|
|
40
|
+
export declare class DeletePullThroughCacheRuleCommand extends DeletePullThroughCacheRuleCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeletePullThroughCacheRuleRequest;
|
|
44
|
+
output: DeletePullThroughCacheRuleResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeletePullThroughCacheRuleCommandInput;
|
|
48
|
+
output: DeletePullThroughCacheRuleCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteRegistryPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteRegistryPolicyCommand extends DeleteRegistryPolicyCommand_base {
|
|
40
|
+
export declare class DeleteRegistryPolicyCommand extends DeleteRegistryPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: DeleteRegistryPolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteRegistryPolicyCommandInput;
|
|
48
|
+
output: DeleteRegistryPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteRepositoryCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_base {
|
|
39
|
+
export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteRepositoryRequest;
|
|
43
|
+
output: DeleteRepositoryResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteRepositoryCommandInput;
|
|
47
|
+
output: DeleteRepositoryCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteRepositoryCreationTemplateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteRepositoryCreationTemplateCommand extends DeleteRepositoryCreationTemplateCommand_base {
|
|
40
|
+
export declare class DeleteRepositoryCreationTemplateCommand extends DeleteRepositoryCreationTemplateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteRepositoryCreationTemplateRequest;
|
|
44
|
+
output: DeleteRepositoryCreationTemplateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteRepositoryCreationTemplateCommandInput;
|
|
48
|
+
output: DeleteRepositoryCreationTemplateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteRepositoryPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteRepositoryPolicyCommand extends DeleteRepositoryPolicyCommand_base {
|
|
40
|
+
export declare class DeleteRepositoryPolicyCommand extends DeleteRepositoryPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteRepositoryPolicyRequest;
|
|
44
|
+
output: DeleteRepositoryPolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteRepositoryPolicyCommandInput;
|
|
48
|
+
output: DeleteRepositoryPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeImageReplicationStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeImageReplicationStatusCommand extends DescribeImageReplicationStatusCommand_base {
|
|
40
|
+
export declare class DescribeImageReplicationStatusCommand extends DescribeImageReplicationStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeImageReplicationStatusRequest;
|
|
44
|
+
output: DescribeImageReplicationStatusResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeImageReplicationStatusCommandInput;
|
|
48
|
+
output: DescribeImageReplicationStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeImageScanFindingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeImageScanFindingsCommand extends DescribeImageScanFindingsCommand_base {
|
|
40
|
+
export declare class DescribeImageScanFindingsCommand extends DescribeImageScanFindingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeImageScanFindingsRequest;
|
|
44
|
+
output: DescribeImageScanFindingsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeImageScanFindingsCommandInput;
|
|
48
|
+
output: DescribeImageScanFindingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeImagesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeImagesCommand extends DescribeImagesCommand_base {
|
|
39
|
+
export declare class DescribeImagesCommand extends DescribeImagesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeImagesRequest;
|
|
43
|
+
output: DescribeImagesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeImagesCommandInput;
|
|
47
|
+
output: DescribeImagesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribePullThroughCacheRulesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribePullThroughCacheRulesCommand extends DescribePullThroughCacheRulesCommand_base {
|
|
40
|
+
export declare class DescribePullThroughCacheRulesCommand extends DescribePullThroughCacheRulesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribePullThroughCacheRulesRequest;
|
|
44
|
+
output: DescribePullThroughCacheRulesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribePullThroughCacheRulesCommandInput;
|
|
48
|
+
output: DescribePullThroughCacheRulesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeRegistryCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeRegistryCommand extends DescribeRegistryCommand_base {
|
|
39
|
+
export declare class DescribeRegistryCommand extends DescribeRegistryCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: {};
|
|
43
|
+
output: DescribeRegistryResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeRegistryCommandInput;
|
|
47
|
+
output: DescribeRegistryCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeRepositoriesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeRepositoriesCommand extends DescribeRepositoriesCommand_base {
|
|
40
|
+
export declare class DescribeRepositoriesCommand extends DescribeRepositoriesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeRepositoriesRequest;
|
|
44
|
+
output: DescribeRepositoriesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeRepositoriesCommandInput;
|
|
48
|
+
output: DescribeRepositoriesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeRepositoryCreationTemplatesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeRepositoryCreationTemplatesCommand extends DescribeRepositoryCreationTemplatesCommand_base {
|
|
40
|
+
export declare class DescribeRepositoryCreationTemplatesCommand extends DescribeRepositoryCreationTemplatesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeRepositoryCreationTemplatesRequest;
|
|
44
|
+
output: DescribeRepositoryCreationTemplatesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeRepositoryCreationTemplatesCommandInput;
|
|
48
|
+
output: DescribeRepositoryCreationTemplatesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|