@aws-sdk/client-ecr 3.990.0 → 3.992.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.
|
@@ -28,6 +28,9 @@ declare const ListImageReferrersCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Lists the artifacts associated with a specified subject image.</p>
|
|
31
|
+
* <note>
|
|
32
|
+
* <p>The IAM principal invoking this operation must have the <code>ecr:BatchGetImage</code> permission.</p>
|
|
33
|
+
* </note>
|
|
31
34
|
* @example
|
|
32
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
36
|
* ```javascript
|
|
@@ -2577,8 +2577,8 @@ export interface DescribeRepositoryCreationTemplatesResponse {
|
|
|
2577
2577
|
*/
|
|
2578
2578
|
export interface GetAccountSettingRequest {
|
|
2579
2579
|
/**
|
|
2580
|
-
* <p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code
|
|
2581
|
-
*
|
|
2580
|
+
* <p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code>,
|
|
2581
|
+
* <code>REGISTRY_POLICY_SCOPE</code>, or <code>BLOB_MOUNTING</code>.</p>
|
|
2582
2582
|
* @public
|
|
2583
2583
|
*/
|
|
2584
2584
|
name: string | undefined;
|
|
@@ -2593,10 +2593,9 @@ export interface GetAccountSettingResponse {
|
|
|
2593
2593
|
*/
|
|
2594
2594
|
name?: string | undefined;
|
|
2595
2595
|
/**
|
|
2596
|
-
* <p>The setting value for the setting name.
|
|
2597
|
-
*
|
|
2598
|
-
*
|
|
2599
|
-
* <code>V2</code>.</p>
|
|
2596
|
+
* <p>The setting value for the setting name. Valid value for basic scan type: <code>AWS_NATIVE</code>.
|
|
2597
|
+
* Valid values for registry policy scope: <code>V1</code> or <code>V2</code>.
|
|
2598
|
+
* Valid values for blob mounting: <code>ENABLED</code> or <code>DISABLED</code>.</p>
|
|
2600
2599
|
* @public
|
|
2601
2600
|
*/
|
|
2602
2601
|
value?: string | undefined;
|
|
@@ -3397,16 +3396,15 @@ export interface ListTagsForResourceResponse {
|
|
|
3397
3396
|
*/
|
|
3398
3397
|
export interface PutAccountSettingRequest {
|
|
3399
3398
|
/**
|
|
3400
|
-
* <p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code
|
|
3401
|
-
*
|
|
3399
|
+
* <p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code>,
|
|
3400
|
+
* <code>REGISTRY_POLICY_SCOPE</code>, or <code>BLOB_MOUNTING</code>.</p>
|
|
3402
3401
|
* @public
|
|
3403
3402
|
*/
|
|
3404
3403
|
name: string | undefined;
|
|
3405
3404
|
/**
|
|
3406
|
-
* <p>Setting value that is specified.
|
|
3407
|
-
*
|
|
3408
|
-
* values for
|
|
3409
|
-
* <code>V2</code>.</p>
|
|
3405
|
+
* <p>Setting value that is specified. Valid value for basic scan type: <code>AWS_NATIVE</code>.
|
|
3406
|
+
* Valid values for registry policy scope: <code>V1</code> or <code>V2</code>.
|
|
3407
|
+
* Valid values for blob mounting: <code>ENABLED</code> or <code>DISABLED</code>.</p>
|
|
3410
3408
|
* @public
|
|
3411
3409
|
*/
|
|
3412
3410
|
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.992.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ecr",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@aws-sdk/middleware-user-agent": "^3.972.10",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.992.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
36
|
"@aws-sdk/util-user-agent-node": "^3.972.8",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|