@aws-sdk/client-ecr 3.716.0 → 3.718.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.
|
@@ -27,7 +27,7 @@ declare const GetAccountSettingCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Retrieves the
|
|
30
|
+
* <p>Retrieves the account setting value for the specified setting name.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const PutAccountSettingCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Allows you to change the basic scan type version
|
|
31
|
-
* parameter to either <code>CLAIR</code> to <code>AWS_NATIVE</code>.</p>
|
|
30
|
+
* <p>Allows you to change the basic scan type version or registry policy scope.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -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 <code>KMS</code> encryption
|
|
845
|
-
* can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your
|
|
846
|
-
* key, which you've already created. </p>
|
|
844
|
+
* KMS Management Service key stored in KMS. Similar to the <code>KMS</code> encryption
|
|
845
|
+
* type, you can either use the default Amazon Web Services managed KMS key for Amazon ECR, or specify your
|
|
846
|
+
* own KMS 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
849
|
* AES256 encryption algorithm.</p>
|
|
850
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
|
-
*
|
|
851
|
+
* rest</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
|
|
852
852
|
* @public
|
|
853
853
|
*/
|
|
854
854
|
encryptionType: EncryptionType | undefined;
|
|
@@ -2809,7 +2809,8 @@ export interface DescribeRepositoryCreationTemplatesResponse {
|
|
|
2809
2809
|
*/
|
|
2810
2810
|
export interface GetAccountSettingRequest {
|
|
2811
2811
|
/**
|
|
2812
|
-
* <p>
|
|
2812
|
+
* <p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code> or
|
|
2813
|
+
* <code>REGISTRY_POLICY_SCOPE</code>. </p>
|
|
2813
2814
|
* @public
|
|
2814
2815
|
*/
|
|
2815
2816
|
name: string | undefined;
|
|
@@ -2819,13 +2820,15 @@ export interface GetAccountSettingRequest {
|
|
|
2819
2820
|
*/
|
|
2820
2821
|
export interface GetAccountSettingResponse {
|
|
2821
2822
|
/**
|
|
2822
|
-
* <p>Retrieves the
|
|
2823
|
+
* <p>Retrieves the name of the account setting.</p>
|
|
2823
2824
|
* @public
|
|
2824
2825
|
*/
|
|
2825
2826
|
name?: string | undefined;
|
|
2826
2827
|
/**
|
|
2827
|
-
* <p>
|
|
2828
|
-
*
|
|
2828
|
+
* <p>The setting value for the setting name. The following are valid values for the basic scan
|
|
2829
|
+
* type being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>. The following are valid
|
|
2830
|
+
* values for the registry policy scope being used: <code>V1</code> or
|
|
2831
|
+
* <code>V2</code>.</p>
|
|
2829
2832
|
* @public
|
|
2830
2833
|
*/
|
|
2831
2834
|
value?: string | undefined;
|
|
@@ -3469,13 +3472,16 @@ export interface ListTagsForResourceResponse {
|
|
|
3469
3472
|
*/
|
|
3470
3473
|
export interface PutAccountSettingRequest {
|
|
3471
3474
|
/**
|
|
3472
|
-
* <p>
|
|
3475
|
+
* <p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code> or
|
|
3476
|
+
* <code>REGISTRY_POLICY_SCOPE</code>. </p>
|
|
3473
3477
|
* @public
|
|
3474
3478
|
*/
|
|
3475
3479
|
name: string | undefined;
|
|
3476
3480
|
/**
|
|
3477
|
-
* <p>Setting value that
|
|
3478
|
-
*
|
|
3481
|
+
* <p>Setting value that is specified. The following are valid values for the basic scan
|
|
3482
|
+
* type being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>. The following are valid
|
|
3483
|
+
* values for the registry policy scope being used: <code>V1</code> or
|
|
3484
|
+
* <code>V2</code>.</p>
|
|
3479
3485
|
* @public
|
|
3480
3486
|
*/
|
|
3481
3487
|
value: string | undefined;
|
|
@@ -3485,13 +3491,12 @@ export interface PutAccountSettingRequest {
|
|
|
3485
3491
|
*/
|
|
3486
3492
|
export interface PutAccountSettingResponse {
|
|
3487
3493
|
/**
|
|
3488
|
-
* <p>Retrieves the
|
|
3494
|
+
* <p>Retrieves the name of the account setting.</p>
|
|
3489
3495
|
* @public
|
|
3490
3496
|
*/
|
|
3491
3497
|
name?: string | undefined;
|
|
3492
3498
|
/**
|
|
3493
|
-
* <p>Retrieves the
|
|
3494
|
-
* <code>-</code>.</p>
|
|
3499
|
+
* <p>Retrieves the value of the specified account setting.</p>
|
|
3495
3500
|
* @public
|
|
3496
3501
|
*/
|
|
3497
3502
|
value?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ecr",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.718.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ecr",
|