@aws-sdk/client-eks 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +2 -2
- package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateAddonCommand.js +2 -2
- package/dist-cjs/commands/CreateClusterCommand.js +2 -2
- package/dist-cjs/commands/CreateFargateProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateNodegroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteAddonCommand.js +2 -2
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
- package/dist-cjs/commands/DeleteFargateProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteNodegroupCommand.js +2 -2
- package/dist-cjs/commands/DeregisterClusterCommand.js +2 -2
- package/dist-cjs/commands/DescribeAddonCommand.js +2 -2
- package/dist-cjs/commands/DescribeAddonVersionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -2
- package/dist-cjs/commands/DescribeFargateProfileCommand.js +2 -2
- package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeNodegroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeUpdateCommand.js +2 -2
- package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +2 -2
- package/dist-cjs/commands/ListAddonsCommand.js +2 -2
- package/dist-cjs/commands/ListClustersCommand.js +2 -2
- package/dist-cjs/commands/ListFargateProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListNodegroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListUpdatesCommand.js +2 -2
- package/dist-cjs/commands/RegisterClusterCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAddonCommand.js +2 -2
- package/dist-cjs/commands/UpdateClusterConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateClusterVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +439 -657
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +3 -3
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +3 -3
- package/dist-es/commands/CreateAddonCommand.js +3 -3
- package/dist-es/commands/CreateClusterCommand.js +3 -3
- package/dist-es/commands/CreateFargateProfileCommand.js +3 -3
- package/dist-es/commands/CreateNodegroupCommand.js +3 -3
- package/dist-es/commands/DeleteAddonCommand.js +3 -3
- package/dist-es/commands/DeleteClusterCommand.js +3 -3
- package/dist-es/commands/DeleteFargateProfileCommand.js +3 -3
- package/dist-es/commands/DeleteNodegroupCommand.js +3 -3
- package/dist-es/commands/DeregisterClusterCommand.js +3 -3
- package/dist-es/commands/DescribeAddonCommand.js +3 -3
- package/dist-es/commands/DescribeAddonVersionsCommand.js +3 -3
- package/dist-es/commands/DescribeClusterCommand.js +3 -3
- package/dist-es/commands/DescribeFargateProfileCommand.js +3 -3
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +3 -3
- package/dist-es/commands/DescribeNodegroupCommand.js +3 -3
- package/dist-es/commands/DescribeUpdateCommand.js +3 -3
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +3 -3
- package/dist-es/commands/ListAddonsCommand.js +3 -3
- package/dist-es/commands/ListClustersCommand.js +3 -3
- package/dist-es/commands/ListFargateProfilesCommand.js +3 -3
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +3 -3
- package/dist-es/commands/ListNodegroupsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListUpdatesCommand.js +3 -3
- package/dist-es/commands/RegisterClusterCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAddonCommand.js +3 -3
- package/dist-es/commands/UpdateClusterConfigCommand.js +3 -3
- package/dist-es/commands/UpdateClusterVersionCommand.js +3 -3
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +3 -3
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +3 -3
- package/dist-es/models/models_0.js +109 -436
- package/dist-types/models/models_0.d.ts +436 -654
- package/dist-types/ts3.4/models/models_0.d.ts +218 -436
- package/package.json +7 -7
|
@@ -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 { AssociateEncryptionConfigRequestFilterSensitiveLog, AssociateEncryptionConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AssociateEncryptionConfigCommand, serializeAws_restJson1AssociateEncryptionConfigCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AssociateEncryptionConfigCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateEncryptionConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateEncryptionConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateEncryptionConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateEncryptionConfigResponseFilterSensitiveLog,
|
|
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 { AssociateIdentityProviderConfigRequestFilterSensitiveLog, AssociateIdentityProviderConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1AssociateIdentityProviderConfigCommand, serializeAws_restJson1AssociateIdentityProviderConfigCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var AssociateIdentityProviderConfigCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateIdentityProviderConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateIdentityProviderConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateIdentityProviderConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateIdentityProviderConfigResponseFilterSensitiveLog,
|
|
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 { CreateAddonRequestFilterSensitiveLog, CreateAddonResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateAddonCommand, serializeAws_restJson1CreateAddonCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateAddonCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAddonCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAddonCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAddonRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAddonResponseFilterSensitiveLog,
|
|
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 { CreateClusterRequestFilterSensitiveLog, CreateClusterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateClusterCommand, serializeAws_restJson1CreateClusterCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateClusterCommand = (function (_super) {
|
|
7
7
|
__extends(CreateClusterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateClusterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateClusterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateClusterResponseFilterSensitiveLog,
|
|
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 { CreateFargateProfileRequestFilterSensitiveLog, CreateFargateProfileResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateFargateProfileCommand, serializeAws_restJson1CreateFargateProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateFargateProfileCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFargateProfileCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFargateProfileCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFargateProfileRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFargateProfileResponseFilterSensitiveLog,
|
|
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 { CreateNodegroupRequestFilterSensitiveLog, CreateNodegroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateNodegroupCommand, serializeAws_restJson1CreateNodegroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateNodegroupCommand = (function (_super) {
|
|
7
7
|
__extends(CreateNodegroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateNodegroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateNodegroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateNodegroupResponseFilterSensitiveLog,
|
|
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 { DeleteAddonRequestFilterSensitiveLog, DeleteAddonResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAddonCommand, serializeAws_restJson1DeleteAddonCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAddonCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAddonCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAddonCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAddonRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAddonResponseFilterSensitiveLog,
|
|
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 { DeleteClusterRequestFilterSensitiveLog, DeleteClusterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteClusterCommand, serializeAws_restJson1DeleteClusterCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteClusterCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteClusterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteClusterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteClusterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteClusterResponseFilterSensitiveLog,
|
|
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 { DeleteFargateProfileRequestFilterSensitiveLog, DeleteFargateProfileResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteFargateProfileCommand, serializeAws_restJson1DeleteFargateProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteFargateProfileCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFargateProfileCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteFargateProfileCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFargateProfileRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteFargateProfileResponseFilterSensitiveLog,
|
|
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 { DeleteNodegroupRequestFilterSensitiveLog, DeleteNodegroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteNodegroupCommand, serializeAws_restJson1DeleteNodegroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteNodegroupCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteNodegroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteNodegroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteNodegroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteNodegroupResponseFilterSensitiveLog,
|
|
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 { DeregisterClusterRequestFilterSensitiveLog, DeregisterClusterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeregisterClusterCommand, serializeAws_restJson1DeregisterClusterCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeregisterClusterCommand = (function (_super) {
|
|
7
7
|
__extends(DeregisterClusterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeregisterClusterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeregisterClusterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeregisterClusterResponseFilterSensitiveLog,
|
|
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 { DescribeAddonRequestFilterSensitiveLog, DescribeAddonResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeAddonCommand, serializeAws_restJson1DescribeAddonCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeAddonCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAddonCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAddonCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAddonRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAddonResponseFilterSensitiveLog,
|
|
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 { DescribeAddonVersionsRequestFilterSensitiveLog, DescribeAddonVersionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeAddonVersionsCommand, serializeAws_restJson1DescribeAddonVersionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeAddonVersionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAddonVersionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAddonVersionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAddonVersionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAddonVersionsResponseFilterSensitiveLog,
|
|
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 { DescribeClusterRequestFilterSensitiveLog, DescribeClusterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeClusterCommand, serializeAws_restJson1DescribeClusterCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeClusterCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeClusterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeClusterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeClusterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeClusterResponseFilterSensitiveLog,
|
|
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 { DescribeFargateProfileRequestFilterSensitiveLog, DescribeFargateProfileResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeFargateProfileCommand, serializeAws_restJson1DescribeFargateProfileCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeFargateProfileCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFargateProfileCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeFargateProfileCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeFargateProfileRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFargateProfileResponseFilterSensitiveLog,
|
|
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 { DescribeIdentityProviderConfigRequestFilterSensitiveLog, DescribeIdentityProviderConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeIdentityProviderConfigCommand, serializeAws_restJson1DescribeIdentityProviderConfigCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeIdentityProviderConfigCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeIdentityProviderConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeIdentityProviderConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeIdentityProviderConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeIdentityProviderConfigResponseFilterSensitiveLog,
|
|
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 { DescribeNodegroupRequestFilterSensitiveLog, DescribeNodegroupResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeNodegroupCommand, serializeAws_restJson1DescribeNodegroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeNodegroupCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeNodegroupCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeNodegroupCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeNodegroupRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeNodegroupResponseFilterSensitiveLog,
|
|
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 { DescribeUpdateRequestFilterSensitiveLog, DescribeUpdateResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeUpdateCommand, serializeAws_restJson1DescribeUpdateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeUpdateCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeUpdateCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeUpdateCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeUpdateRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeUpdateResponseFilterSensitiveLog,
|
|
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 { DisassociateIdentityProviderConfigRequestFilterSensitiveLog, DisassociateIdentityProviderConfigResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DisassociateIdentityProviderConfigCommand, serializeAws_restJson1DisassociateIdentityProviderConfigCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DisassociateIdentityProviderConfigCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateIdentityProviderConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateIdentityProviderConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateIdentityProviderConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateIdentityProviderConfigResponseFilterSensitiveLog,
|
|
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 { ListAddonsRequestFilterSensitiveLog, ListAddonsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListAddonsCommand, serializeAws_restJson1ListAddonsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListAddonsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAddonsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAddonsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAddonsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAddonsResponseFilterSensitiveLog,
|
|
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 { ListClustersRequestFilterSensitiveLog, ListClustersResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListClustersCommand, serializeAws_restJson1ListClustersCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListClustersCommand = (function (_super) {
|
|
7
7
|
__extends(ListClustersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListClustersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListClustersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListClustersResponseFilterSensitiveLog,
|
|
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 { ListFargateProfilesRequestFilterSensitiveLog, ListFargateProfilesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListFargateProfilesCommand, serializeAws_restJson1ListFargateProfilesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListFargateProfilesCommand = (function (_super) {
|
|
7
7
|
__extends(ListFargateProfilesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListFargateProfilesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListFargateProfilesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListFargateProfilesResponseFilterSensitiveLog,
|
|
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 { ListIdentityProviderConfigsRequestFilterSensitiveLog, ListIdentityProviderConfigsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListIdentityProviderConfigsCommand, serializeAws_restJson1ListIdentityProviderConfigsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListIdentityProviderConfigsCommand = (function (_super) {
|
|
7
7
|
__extends(ListIdentityProviderConfigsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListIdentityProviderConfigsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListIdentityProviderConfigsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListIdentityProviderConfigsResponseFilterSensitiveLog,
|
|
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 { ListNodegroupsRequestFilterSensitiveLog, ListNodegroupsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListNodegroupsCommand, serializeAws_restJson1ListNodegroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListNodegroupsCommand = (function (_super) {
|
|
7
7
|
__extends(ListNodegroupsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListNodegroupsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListNodegroupsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListNodegroupsResponseFilterSensitiveLog,
|
|
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_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
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 { ListUpdatesRequestFilterSensitiveLog, ListUpdatesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListUpdatesCommand, serializeAws_restJson1ListUpdatesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListUpdatesCommand = (function (_super) {
|
|
7
7
|
__extends(ListUpdatesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListUpdatesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListUpdatesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListUpdatesResponseFilterSensitiveLog,
|
|
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 { RegisterClusterRequestFilterSensitiveLog, RegisterClusterResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1RegisterClusterCommand, serializeAws_restJson1RegisterClusterCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var RegisterClusterCommand = (function (_super) {
|
|
7
7
|
__extends(RegisterClusterCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RegisterClusterCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RegisterClusterRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RegisterClusterResponseFilterSensitiveLog,
|
|
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 { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
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 { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|