@aws-sdk/client-appstream 3.128.0 → 3.137.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/dist-cjs/commands/AssociateApplicationFleetCommand.js +2 -2
- package/dist-cjs/commands/AssociateApplicationToEntitlementCommand.js +2 -2
- package/dist-cjs/commands/AssociateFleetCommand.js +2 -2
- package/dist-cjs/commands/BatchAssociateUserStackCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateUserStackCommand.js +2 -2
- package/dist-cjs/commands/CopyImageCommand.js +2 -2
- package/dist-cjs/commands/CreateAppBlockCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateEntitlementCommand.js +2 -2
- package/dist-cjs/commands/CreateFleetCommand.js +2 -2
- package/dist-cjs/commands/CreateImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/CreateImageBuilderStreamingURLCommand.js +2 -2
- package/dist-cjs/commands/CreateStackCommand.js +2 -2
- package/dist-cjs/commands/CreateStreamingURLCommand.js +2 -2
- package/dist-cjs/commands/CreateUpdatedImageCommand.js +2 -2
- package/dist-cjs/commands/CreateUsageReportSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateUserCommand.js +2 -2
- package/dist-cjs/commands/DeleteAppBlockCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteEntitlementCommand.js +2 -2
- package/dist-cjs/commands/DeleteFleetCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/DeleteImageCommand.js +2 -2
- package/dist-cjs/commands/DeleteImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DeleteStackCommand.js +2 -2
- package/dist-cjs/commands/DeleteUsageReportSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeAppBlocksCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationFleetAssociationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDirectoryConfigsCommand.js +2 -2
- package/dist-cjs/commands/DescribeEntitlementsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFleetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeImageBuildersCommand.js +2 -2
- package/dist-cjs/commands/DescribeImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeImagesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSessionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeStacksCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsageReportSubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserStackAssociationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsersCommand.js +2 -2
- package/dist-cjs/commands/DisableUserCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApplicationFleetCommand.js +2 -2
- package/dist-cjs/commands/DisassociateApplicationFromEntitlementCommand.js +2 -2
- package/dist-cjs/commands/DisassociateFleetCommand.js +2 -2
- package/dist-cjs/commands/EnableUserCommand.js +2 -2
- package/dist-cjs/commands/ExpireSessionCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedFleetsCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedStacksCommand.js +2 -2
- package/dist-cjs/commands/ListEntitledApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartFleetCommand.js +2 -2
- package/dist-cjs/commands/StartImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/StopFleetCommand.js +2 -2
- package/dist-cjs/commands/StopImageBuilderCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/commands/UpdateDirectoryConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateEntitlementCommand.js +2 -2
- package/dist-cjs/commands/UpdateFleetCommand.js +2 -2
- package/dist-cjs/commands/UpdateImagePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateStackCommand.js +2 -2
- package/dist-cjs/models/models_0.js +719 -1055
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/commands/AssociateApplicationFleetCommand.js +3 -3
- package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +3 -3
- package/dist-es/commands/AssociateFleetCommand.js +3 -3
- package/dist-es/commands/BatchAssociateUserStackCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateUserStackCommand.js +3 -3
- package/dist-es/commands/CopyImageCommand.js +3 -3
- package/dist-es/commands/CreateAppBlockCommand.js +3 -3
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/CreateEntitlementCommand.js +3 -3
- package/dist-es/commands/CreateFleetCommand.js +3 -3
- package/dist-es/commands/CreateImageBuilderCommand.js +3 -3
- package/dist-es/commands/CreateImageBuilderStreamingURLCommand.js +3 -3
- package/dist-es/commands/CreateStackCommand.js +3 -3
- package/dist-es/commands/CreateStreamingURLCommand.js +3 -3
- package/dist-es/commands/CreateUpdatedImageCommand.js +3 -3
- package/dist-es/commands/CreateUsageReportSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/DeleteAppBlockCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/DeleteEntitlementCommand.js +3 -3
- package/dist-es/commands/DeleteFleetCommand.js +3 -3
- package/dist-es/commands/DeleteImageBuilderCommand.js +3 -3
- package/dist-es/commands/DeleteImageCommand.js +3 -3
- package/dist-es/commands/DeleteImagePermissionsCommand.js +3 -3
- package/dist-es/commands/DeleteStackCommand.js +3 -3
- package/dist-es/commands/DeleteUsageReportSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DescribeAppBlocksCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationsCommand.js +3 -3
- package/dist-es/commands/DescribeDirectoryConfigsCommand.js +3 -3
- package/dist-es/commands/DescribeEntitlementsCommand.js +3 -3
- package/dist-es/commands/DescribeFleetsCommand.js +3 -3
- package/dist-es/commands/DescribeImageBuildersCommand.js +3 -3
- package/dist-es/commands/DescribeImagePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeImagesCommand.js +3 -3
- package/dist-es/commands/DescribeSessionsCommand.js +3 -3
- package/dist-es/commands/DescribeStacksCommand.js +3 -3
- package/dist-es/commands/DescribeUsageReportSubscriptionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserStackAssociationsCommand.js +3 -3
- package/dist-es/commands/DescribeUsersCommand.js +3 -3
- package/dist-es/commands/DisableUserCommand.js +3 -3
- package/dist-es/commands/DisassociateApplicationFleetCommand.js +3 -3
- package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +3 -3
- package/dist-es/commands/DisassociateFleetCommand.js +3 -3
- package/dist-es/commands/EnableUserCommand.js +3 -3
- package/dist-es/commands/ExpireSessionCommand.js +3 -3
- package/dist-es/commands/ListAssociatedFleetsCommand.js +3 -3
- package/dist-es/commands/ListAssociatedStacksCommand.js +3 -3
- package/dist-es/commands/ListEntitledApplicationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartFleetCommand.js +3 -3
- package/dist-es/commands/StartImageBuilderCommand.js +3 -3
- package/dist-es/commands/StopFleetCommand.js +3 -3
- package/dist-es/commands/StopImageBuilderCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/commands/UpdateDirectoryConfigCommand.js +3 -3
- package/dist-es/commands/UpdateEntitlementCommand.js +3 -3
- package/dist-es/commands/UpdateFleetCommand.js +3 -3
- package/dist-es/commands/UpdateImagePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateStackCommand.js +3 -3
- package/dist-es/models/models_0.js +184 -688
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/models/models_0.d.ts +672 -1008
- package/dist-types/ts3.4/models/models_0.d.ts +336 -672
- package/package.json +9 -9
|
@@ -5781,6 +5781,9 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
5781
5781
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
5782
5782
|
const sanitizeErrorCode = (rawValue) => {
|
|
5783
5783
|
let cleanValue = rawValue;
|
|
5784
|
+
if (typeof cleanValue === "number") {
|
|
5785
|
+
cleanValue = cleanValue.toString();
|
|
5786
|
+
}
|
|
5784
5787
|
if (cleanValue.indexOf(":") >= 0) {
|
|
5785
5788
|
cleanValue = cleanValue.split(":")[0];
|
|
5786
5789
|
}
|
|
@@ -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 { AssociateApplicationFleetRequestFilterSensitiveLog, AssociateApplicationFleetResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateApplicationFleetCommand, serializeAws_json1_1AssociateApplicationFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateApplicationFleetCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateApplicationFleetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateApplicationFleetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateApplicationFleetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateApplicationFleetResultFilterSensitiveLog,
|
|
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 { AssociateApplicationToEntitlementRequestFilterSensitiveLog, AssociateApplicationToEntitlementResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateApplicationToEntitlementCommand, serializeAws_json1_1AssociateApplicationToEntitlementCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateApplicationToEntitlementCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateApplicationToEntitlementCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateApplicationToEntitlementCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateApplicationToEntitlementRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateApplicationToEntitlementResultFilterSensitiveLog,
|
|
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 { AssociateFleetRequestFilterSensitiveLog, AssociateFleetResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1AssociateFleetCommand, serializeAws_json1_1AssociateFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateFleetCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateFleetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var AssociateFleetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: AssociateFleetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: AssociateFleetResultFilterSensitiveLog,
|
|
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 { BatchAssociateUserStackRequestFilterSensitiveLog, BatchAssociateUserStackResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchAssociateUserStackCommand, serializeAws_json1_1BatchAssociateUserStackCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchAssociateUserStackCommand = (function (_super) {
|
|
7
7
|
__extends(BatchAssociateUserStackCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchAssociateUserStackCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchAssociateUserStackRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchAssociateUserStackResultFilterSensitiveLog,
|
|
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 { BatchDisassociateUserStackRequestFilterSensitiveLog, BatchDisassociateUserStackResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1BatchDisassociateUserStackCommand, serializeAws_json1_1BatchDisassociateUserStackCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var BatchDisassociateUserStackCommand = (function (_super) {
|
|
7
7
|
__extends(BatchDisassociateUserStackCommand, _super);
|
|
@@ -20,8 +20,8 @@ var BatchDisassociateUserStackCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: BatchDisassociateUserStackRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: BatchDisassociateUserStackResultFilterSensitiveLog,
|
|
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 { CopyImageRequestFilterSensitiveLog, CopyImageResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CopyImageCommand, serializeAws_json1_1CopyImageCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CopyImageCommand = (function (_super) {
|
|
7
7
|
__extends(CopyImageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CopyImageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CopyImageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CopyImageResponseFilterSensitiveLog,
|
|
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 { CreateAppBlockRequestFilterSensitiveLog, CreateAppBlockResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateAppBlockCommand, serializeAws_json1_1CreateAppBlockCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateAppBlockCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAppBlockCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAppBlockCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAppBlockRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAppBlockResultFilterSensitiveLog,
|
|
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 { CreateApplicationRequestFilterSensitiveLog, CreateApplicationResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateApplicationCommand, serializeAws_json1_1CreateApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateApplicationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateApplicationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateApplicationResultFilterSensitiveLog,
|
|
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 { CreateDirectoryConfigRequestFilterSensitiveLog, CreateDirectoryConfigResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateDirectoryConfigCommand, serializeAws_json1_1CreateDirectoryConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateDirectoryConfigCommand = (function (_super) {
|
|
7
7
|
__extends(CreateDirectoryConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateDirectoryConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateDirectoryConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateDirectoryConfigResultFilterSensitiveLog,
|
|
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 { CreateEntitlementRequestFilterSensitiveLog, CreateEntitlementResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateEntitlementCommand, serializeAws_json1_1CreateEntitlementCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateEntitlementCommand = (function (_super) {
|
|
7
7
|
__extends(CreateEntitlementCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateEntitlementCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateEntitlementRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateEntitlementResultFilterSensitiveLog,
|
|
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 { CreateFleetRequestFilterSensitiveLog, CreateFleetResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateFleetCommand, serializeAws_json1_1CreateFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateFleetCommand = (function (_super) {
|
|
7
7
|
__extends(CreateFleetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateFleetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateFleetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateFleetResultFilterSensitiveLog,
|
|
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 { CreateImageBuilderRequestFilterSensitiveLog, CreateImageBuilderResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateImageBuilderCommand, serializeAws_json1_1CreateImageBuilderCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateImageBuilderCommand = (function (_super) {
|
|
7
7
|
__extends(CreateImageBuilderCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateImageBuilderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateImageBuilderRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateImageBuilderResultFilterSensitiveLog,
|
|
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 { CreateImageBuilderStreamingURLRequestFilterSensitiveLog, CreateImageBuilderStreamingURLResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateImageBuilderStreamingURLCommand, serializeAws_json1_1CreateImageBuilderStreamingURLCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateImageBuilderStreamingURLCommand = (function (_super) {
|
|
7
7
|
__extends(CreateImageBuilderStreamingURLCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateImageBuilderStreamingURLCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateImageBuilderStreamingURLRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateImageBuilderStreamingURLResultFilterSensitiveLog,
|
|
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 { CreateStackRequestFilterSensitiveLog, CreateStackResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateStackCommand, serializeAws_json1_1CreateStackCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateStackCommand = (function (_super) {
|
|
7
7
|
__extends(CreateStackCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateStackCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateStackRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateStackResultFilterSensitiveLog,
|
|
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 { CreateStreamingURLRequestFilterSensitiveLog, CreateStreamingURLResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateStreamingURLCommand, serializeAws_json1_1CreateStreamingURLCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateStreamingURLCommand = (function (_super) {
|
|
7
7
|
__extends(CreateStreamingURLCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateStreamingURLCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateStreamingURLRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateStreamingURLResultFilterSensitiveLog,
|
|
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 { CreateUpdatedImageRequestFilterSensitiveLog, CreateUpdatedImageResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateUpdatedImageCommand, serializeAws_json1_1CreateUpdatedImageCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateUpdatedImageCommand = (function (_super) {
|
|
7
7
|
__extends(CreateUpdatedImageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateUpdatedImageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateUpdatedImageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateUpdatedImageResultFilterSensitiveLog,
|
|
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 { CreateUsageReportSubscriptionRequestFilterSensitiveLog, CreateUsageReportSubscriptionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateUsageReportSubscriptionCommand, serializeAws_json1_1CreateUsageReportSubscriptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateUsageReportSubscriptionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateUsageReportSubscriptionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateUsageReportSubscriptionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateUsageReportSubscriptionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateUsageReportSubscriptionResultFilterSensitiveLog,
|
|
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 { CreateUserRequestFilterSensitiveLog, CreateUserResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1CreateUserCommand, serializeAws_json1_1CreateUserCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var CreateUserCommand = (function (_super) {
|
|
7
7
|
__extends(CreateUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateUserRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateUserResultFilterSensitiveLog,
|
|
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 { DeleteAppBlockRequestFilterSensitiveLog, DeleteAppBlockResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteAppBlockCommand, serializeAws_json1_1DeleteAppBlockCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteAppBlockCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAppBlockCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteAppBlockCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAppBlockRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteAppBlockResultFilterSensitiveLog,
|
|
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 { DeleteApplicationRequestFilterSensitiveLog, DeleteApplicationResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteApplicationCommand, serializeAws_json1_1DeleteApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteApplicationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteApplicationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteApplicationResultFilterSensitiveLog,
|
|
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 { DeleteDirectoryConfigRequestFilterSensitiveLog, DeleteDirectoryConfigResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteDirectoryConfigCommand, serializeAws_json1_1DeleteDirectoryConfigCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteDirectoryConfigCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteDirectoryConfigCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteDirectoryConfigCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteDirectoryConfigRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteDirectoryConfigResultFilterSensitiveLog,
|
|
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 { DeleteEntitlementRequestFilterSensitiveLog, DeleteEntitlementResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteEntitlementCommand, serializeAws_json1_1DeleteEntitlementCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteEntitlementCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteEntitlementCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteEntitlementCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteEntitlementRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteEntitlementResultFilterSensitiveLog,
|
|
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 { DeleteFleetRequestFilterSensitiveLog, DeleteFleetResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteFleetCommand, serializeAws_json1_1DeleteFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteFleetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteFleetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteFleetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteFleetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteFleetResultFilterSensitiveLog,
|
|
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 { DeleteImageBuilderRequestFilterSensitiveLog, DeleteImageBuilderResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteImageBuilderCommand, serializeAws_json1_1DeleteImageBuilderCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteImageBuilderCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteImageBuilderCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteImageBuilderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteImageBuilderRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteImageBuilderResultFilterSensitiveLog,
|
|
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 { DeleteImageRequestFilterSensitiveLog, DeleteImageResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteImageCommand, serializeAws_json1_1DeleteImageCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteImageCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteImageCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteImageCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteImageRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteImageResultFilterSensitiveLog,
|
|
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 { DeleteImagePermissionsRequestFilterSensitiveLog, DeleteImagePermissionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteImagePermissionsCommand, serializeAws_json1_1DeleteImagePermissionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteImagePermissionsCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteImagePermissionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteImagePermissionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteImagePermissionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteImagePermissionsResultFilterSensitiveLog,
|
|
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 { DeleteStackRequestFilterSensitiveLog, DeleteStackResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteStackCommand, serializeAws_json1_1DeleteStackCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteStackCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteStackCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteStackCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteStackRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteStackResultFilterSensitiveLog,
|
|
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 { DeleteUsageReportSubscriptionRequestFilterSensitiveLog, DeleteUsageReportSubscriptionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteUsageReportSubscriptionCommand, serializeAws_json1_1DeleteUsageReportSubscriptionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteUsageReportSubscriptionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteUsageReportSubscriptionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteUsageReportSubscriptionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteUsageReportSubscriptionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteUsageReportSubscriptionResultFilterSensitiveLog,
|
|
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 { DeleteUserRequestFilterSensitiveLog, DeleteUserResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DeleteUserCommand, serializeAws_json1_1DeleteUserCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteUserCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteUserRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteUserResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|