@aws-sdk/client-ecr 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/BatchCheckLayerAvailabilityCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteImageCommand.js +2 -2
- package/dist-cjs/commands/BatchGetImageCommand.js +2 -2
- package/dist-cjs/commands/BatchGetRepositoryScanningConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CompleteLayerUploadCommand.js +2 -2
- package/dist-cjs/commands/CreatePullThroughCacheRuleCommand.js +2 -2
- package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeletePullThroughCacheRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteRegistryPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
- package/dist-cjs/commands/DeleteRepositoryPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeImageReplicationStatusCommand.js +2 -2
- package/dist-cjs/commands/DescribeImageScanFindingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeImagesCommand.js +2 -2
- package/dist-cjs/commands/DescribePullThroughCacheRulesCommand.js +2 -2
- package/dist-cjs/commands/DescribeRegistryCommand.js +2 -2
- package/dist-cjs/commands/DescribeRepositoriesCommand.js +2 -2
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js +2 -2
- package/dist-cjs/commands/GetDownloadUrlForLayerCommand.js +2 -2
- package/dist-cjs/commands/GetLifecyclePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetLifecyclePolicyPreviewCommand.js +2 -2
- package/dist-cjs/commands/GetRegistryPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetRegistryScanningConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetRepositoryPolicyCommand.js +2 -2
- package/dist-cjs/commands/InitiateLayerUploadCommand.js +2 -2
- package/dist-cjs/commands/ListImagesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutImageCommand.js +2 -2
- package/dist-cjs/commands/PutImageScanningConfigurationCommand.js +2 -2
- package/dist-cjs/commands/PutImageTagMutabilityCommand.js +2 -2
- package/dist-cjs/commands/PutLifecyclePolicyCommand.js +2 -2
- package/dist-cjs/commands/PutRegistryPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutRegistryScanningConfigurationCommand.js +2 -2
- package/dist-cjs/commands/PutReplicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/SetRepositoryPolicyCommand.js +2 -2
- package/dist-cjs/commands/StartImageScanCommand.js +2 -2
- package/dist-cjs/commands/StartLifecyclePolicyPreviewCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UploadLayerPartCommand.js +2 -2
- package/dist-cjs/models/models_0.js +512 -766
- package/dist-cjs/protocols/Aws_json1_1.js +205 -373
- package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +3 -3
- package/dist-es/commands/BatchDeleteImageCommand.js +3 -3
- package/dist-es/commands/BatchGetImageCommand.js +3 -3
- package/dist-es/commands/BatchGetRepositoryScanningConfigurationCommand.js +3 -3
- package/dist-es/commands/CompleteLayerUploadCommand.js +3 -3
- package/dist-es/commands/CreatePullThroughCacheRuleCommand.js +3 -3
- package/dist-es/commands/CreateRepositoryCommand.js +3 -3
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -3
- package/dist-es/commands/DeletePullThroughCacheRuleCommand.js +3 -3
- package/dist-es/commands/DeleteRegistryPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
- package/dist-es/commands/DeleteRepositoryPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeImageReplicationStatusCommand.js +3 -3
- package/dist-es/commands/DescribeImageScanFindingsCommand.js +3 -3
- package/dist-es/commands/DescribeImagesCommand.js +3 -3
- package/dist-es/commands/DescribePullThroughCacheRulesCommand.js +3 -3
- package/dist-es/commands/DescribeRegistryCommand.js +3 -3
- package/dist-es/commands/DescribeRepositoriesCommand.js +3 -3
- package/dist-es/commands/GetAuthorizationTokenCommand.js +3 -3
- package/dist-es/commands/GetDownloadUrlForLayerCommand.js +3 -3
- package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -3
- package/dist-es/commands/GetLifecyclePolicyPreviewCommand.js +3 -3
- package/dist-es/commands/GetRegistryPolicyCommand.js +3 -3
- package/dist-es/commands/GetRegistryScanningConfigurationCommand.js +3 -3
- package/dist-es/commands/GetRepositoryPolicyCommand.js +3 -3
- package/dist-es/commands/InitiateLayerUploadCommand.js +3 -3
- package/dist-es/commands/ListImagesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutImageCommand.js +3 -3
- package/dist-es/commands/PutImageScanningConfigurationCommand.js +3 -3
- package/dist-es/commands/PutImageTagMutabilityCommand.js +3 -3
- package/dist-es/commands/PutLifecyclePolicyCommand.js +3 -3
- package/dist-es/commands/PutRegistryPolicyCommand.js +3 -3
- package/dist-es/commands/PutRegistryScanningConfigurationCommand.js +3 -3
- package/dist-es/commands/PutReplicationConfigurationCommand.js +3 -3
- package/dist-es/commands/SetRepositoryPolicyCommand.js +3 -3
- package/dist-es/commands/StartImageScanCommand.js +3 -3
- package/dist-es/commands/StartLifecyclePolicyPreviewCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UploadLayerPartCommand.js +3 -3
- package/dist-es/models/models_0.js +127 -508
- package/dist-es/protocols/Aws_json1_1.js +329 -374
- package/dist-types/models/models_0.d.ts +508 -762
- package/dist-types/ts3.4/models/models_0.d.ts +254 -508
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchCheckLayerAvailabilityRequestFilterSensitiveLog, BatchCheckLayerAvailabilityResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchCheckLayerAvailabilityCommand, serializeAws_json1_1BatchCheckLayerAvailabilityCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchCheckLayerAvailabilityCommand = (function (_super) {
|
|
7
7
|
__extends(BatchCheckLayerAvailabilityCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchCheckLayerAvailabilityCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchCheckLayerAvailabilityRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchCheckLayerAvailabilityResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchDeleteImageRequestFilterSensitiveLog, BatchDeleteImageResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchDeleteImageCommand, serializeAws_json1_1BatchDeleteImageCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchDeleteImageCommand = (function (_super) {
|
|
7
7
|
__extends(BatchDeleteImageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchDeleteImageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchDeleteImageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchDeleteImageResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchGetImageRequestFilterSensitiveLog, BatchGetImageResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchGetImageCommand, serializeAws_json1_1BatchGetImageCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchGetImageCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGetImageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchGetImageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchGetImageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchGetImageResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { BatchGetRepositoryScanningConfigurationRequestFilterSensitiveLog, BatchGetRepositoryScanningConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand, serializeAws_json1_1BatchGetRepositoryScanningConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchGetRepositoryScanningConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(BatchGetRepositoryScanningConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchGetRepositoryScanningConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchGetRepositoryScanningConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchGetRepositoryScanningConfigurationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CompleteLayerUploadRequestFilterSensitiveLog, CompleteLayerUploadResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CompleteLayerUploadCommand, serializeAws_json1_1CompleteLayerUploadCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CompleteLayerUploadCommand = (function (_super) {
|
|
7
7
|
__extends(CompleteLayerUploadCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CompleteLayerUploadCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CompleteLayerUploadRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CompleteLayerUploadResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreatePullThroughCacheRuleRequestFilterSensitiveLog, CreatePullThroughCacheRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreatePullThroughCacheRuleCommand, serializeAws_json1_1CreatePullThroughCacheRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreatePullThroughCacheRuleCommand = (function (_super) {
|
|
7
7
|
__extends(CreatePullThroughCacheRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreatePullThroughCacheRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreatePullThroughCacheRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreatePullThroughCacheRuleResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateRepositoryRequestFilterSensitiveLog, CreateRepositoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateRepositoryCommand, serializeAws_json1_1CreateRepositoryCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateRepositoryCommand = (function (_super) {
|
|
7
7
|
__extends(CreateRepositoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateRepositoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateRepositoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateRepositoryResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteLifecyclePolicyRequestFilterSensitiveLog, DeleteLifecyclePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteLifecyclePolicyCommand, serializeAws_json1_1DeleteLifecyclePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteLifecyclePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteLifecyclePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteLifecyclePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteLifecyclePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteLifecyclePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeletePullThroughCacheRuleRequestFilterSensitiveLog, DeletePullThroughCacheRuleResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeletePullThroughCacheRuleCommand, serializeAws_json1_1DeletePullThroughCacheRuleCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeletePullThroughCacheRuleCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePullThroughCacheRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeletePullThroughCacheRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeletePullThroughCacheRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeletePullThroughCacheRuleResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteRegistryPolicyRequestFilterSensitiveLog, DeleteRegistryPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteRegistryPolicyCommand, serializeAws_json1_1DeleteRegistryPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteRegistryPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteRegistryPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteRegistryPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteRegistryPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteRegistryPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteRepositoryRequestFilterSensitiveLog, DeleteRepositoryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteRepositoryCommand, serializeAws_json1_1DeleteRepositoryCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteRepositoryCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteRepositoryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteRepositoryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteRepositoryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteRepositoryResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteRepositoryPolicyRequestFilterSensitiveLog, DeleteRepositoryPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteRepositoryPolicyCommand, serializeAws_json1_1DeleteRepositoryPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteRepositoryPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteRepositoryPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteRepositoryPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteRepositoryPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteRepositoryPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeImageReplicationStatusRequestFilterSensitiveLog, DescribeImageReplicationStatusResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeImageReplicationStatusCommand, serializeAws_json1_1DescribeImageReplicationStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeImageReplicationStatusCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeImageReplicationStatusCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeImageReplicationStatusCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeImageReplicationStatusRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeImageReplicationStatusResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeImageScanFindingsRequestFilterSensitiveLog, DescribeImageScanFindingsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeImageScanFindingsCommand, serializeAws_json1_1DescribeImageScanFindingsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeImageScanFindingsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeImageScanFindingsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeImageScanFindingsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeImageScanFindingsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeImageScanFindingsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeImagesRequestFilterSensitiveLog, DescribeImagesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeImagesCommand, serializeAws_json1_1DescribeImagesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeImagesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeImagesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeImagesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeImagesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeImagesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribePullThroughCacheRulesRequestFilterSensitiveLog, DescribePullThroughCacheRulesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribePullThroughCacheRulesCommand, serializeAws_json1_1DescribePullThroughCacheRulesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribePullThroughCacheRulesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribePullThroughCacheRulesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribePullThroughCacheRulesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribePullThroughCacheRulesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribePullThroughCacheRulesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeRegistryRequestFilterSensitiveLog, DescribeRegistryResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeRegistryCommand, serializeAws_json1_1DescribeRegistryCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeRegistryCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRegistryCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRegistryCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRegistryRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRegistryResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeRepositoriesRequestFilterSensitiveLog, DescribeRepositoriesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeRepositoriesCommand, serializeAws_json1_1DescribeRepositoriesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeRepositoriesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRepositoriesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRepositoriesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRepositoriesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRepositoriesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetAuthorizationTokenRequestFilterSensitiveLog, GetAuthorizationTokenResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetAuthorizationTokenCommand, serializeAws_json1_1GetAuthorizationTokenCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetAuthorizationTokenCommand = (function (_super) {
|
|
7
7
|
__extends(GetAuthorizationTokenCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetAuthorizationTokenCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetAuthorizationTokenRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetAuthorizationTokenResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetDownloadUrlForLayerRequestFilterSensitiveLog, GetDownloadUrlForLayerResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetDownloadUrlForLayerCommand, serializeAws_json1_1GetDownloadUrlForLayerCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetDownloadUrlForLayerCommand = (function (_super) {
|
|
7
7
|
__extends(GetDownloadUrlForLayerCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetDownloadUrlForLayerCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetDownloadUrlForLayerRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetDownloadUrlForLayerResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetLifecyclePolicyRequestFilterSensitiveLog, GetLifecyclePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetLifecyclePolicyCommand, serializeAws_json1_1GetLifecyclePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetLifecyclePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetLifecyclePolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetLifecyclePolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetLifecyclePolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetLifecyclePolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetLifecyclePolicyPreviewRequestFilterSensitiveLog, GetLifecyclePolicyPreviewResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetLifecyclePolicyPreviewCommand, serializeAws_json1_1GetLifecyclePolicyPreviewCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetLifecyclePolicyPreviewCommand = (function (_super) {
|
|
7
7
|
__extends(GetLifecyclePolicyPreviewCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetLifecyclePolicyPreviewCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetLifecyclePolicyPreviewRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetLifecyclePolicyPreviewResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetRegistryPolicyRequestFilterSensitiveLog, GetRegistryPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetRegistryPolicyCommand, serializeAws_json1_1GetRegistryPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetRegistryPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetRegistryPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetRegistryPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetRegistryPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRegistryPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetRegistryScanningConfigurationRequestFilterSensitiveLog, GetRegistryScanningConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetRegistryScanningConfigurationCommand, serializeAws_json1_1GetRegistryScanningConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetRegistryScanningConfigurationCommand = (function (_super) {
|
|
7
7
|
__extends(GetRegistryScanningConfigurationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetRegistryScanningConfigurationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetRegistryScanningConfigurationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRegistryScanningConfigurationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { GetRepositoryPolicyRequestFilterSensitiveLog, GetRepositoryPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1GetRepositoryPolicyCommand, serializeAws_json1_1GetRepositoryPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetRepositoryPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetRepositoryPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var GetRepositoryPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: GetRepositoryPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: GetRepositoryPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { InitiateLayerUploadRequestFilterSensitiveLog, InitiateLayerUploadResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1InitiateLayerUploadCommand, serializeAws_json1_1InitiateLayerUploadCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var InitiateLayerUploadCommand = (function (_super) {
|
|
7
7
|
__extends(InitiateLayerUploadCommand, _super);
|
|
@@ -20,8 +20,8 @@ var InitiateLayerUploadCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: InitiateLayerUploadRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: InitiateLayerUploadResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListImagesRequestFilterSensitiveLog, ListImagesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListImagesCommand, serializeAws_json1_1ListImagesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListImagesCommand = (function (_super) {
|
|
7
7
|
__extends(ListImagesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListImagesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListImagesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListImagesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutImageRequestFilterSensitiveLog, PutImageResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutImageCommand, serializeAws_json1_1PutImageCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutImageCommand = (function (_super) {
|
|
7
7
|
__extends(PutImageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutImageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutImageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutImageResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|