@aws-sdk/client-appstream 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/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-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-types/models/models_0.d.ts +672 -1008
- package/dist-types/ts3.4/models/models_0.d.ts +336 -672
- 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 { DescribeAppBlocksRequestFilterSensitiveLog, DescribeAppBlocksResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeAppBlocksCommand, serializeAws_json1_1DescribeAppBlocksCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeAppBlocksCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAppBlocksCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAppBlocksCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAppBlocksRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAppBlocksResultFilterSensitiveLog,
|
|
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 { DescribeApplicationFleetAssociationsRequestFilterSensitiveLog, DescribeApplicationFleetAssociationsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeApplicationFleetAssociationsCommand, serializeAws_json1_1DescribeApplicationFleetAssociationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeApplicationFleetAssociationsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeApplicationFleetAssociationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeApplicationFleetAssociationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeApplicationFleetAssociationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeApplicationFleetAssociationsResultFilterSensitiveLog,
|
|
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 { DescribeApplicationsRequestFilterSensitiveLog, DescribeApplicationsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeApplicationsCommand, serializeAws_json1_1DescribeApplicationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeApplicationsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeApplicationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeApplicationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeApplicationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeApplicationsResultFilterSensitiveLog,
|
|
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 { DescribeDirectoryConfigsRequestFilterSensitiveLog, DescribeDirectoryConfigsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeDirectoryConfigsCommand, serializeAws_json1_1DescribeDirectoryConfigsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeDirectoryConfigsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeDirectoryConfigsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeDirectoryConfigsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeDirectoryConfigsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeDirectoryConfigsResultFilterSensitiveLog,
|
|
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 { DescribeEntitlementsRequestFilterSensitiveLog, DescribeEntitlementsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEntitlementsCommand, serializeAws_json1_1DescribeEntitlementsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEntitlementsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEntitlementsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEntitlementsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEntitlementsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEntitlementsResultFilterSensitiveLog,
|
|
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 { DescribeFleetsRequestFilterSensitiveLog, DescribeFleetsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeFleetsCommand, serializeAws_json1_1DescribeFleetsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeFleetsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeFleetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeFleetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeFleetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeFleetsResultFilterSensitiveLog,
|
|
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 { DescribeImageBuildersRequestFilterSensitiveLog, DescribeImageBuildersResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeImageBuildersCommand, serializeAws_json1_1DescribeImageBuildersCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeImageBuildersCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeImageBuildersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeImageBuildersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeImageBuildersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeImageBuildersResultFilterSensitiveLog,
|
|
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 { DescribeImagePermissionsRequestFilterSensitiveLog, DescribeImagePermissionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeImagePermissionsCommand, serializeAws_json1_1DescribeImagePermissionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeImagePermissionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeImagePermissionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeImagePermissionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeImagePermissionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeImagePermissionsResultFilterSensitiveLog,
|
|
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, DescribeImagesResultFilterSensitiveLog, } 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: DescribeImagesResultFilterSensitiveLog,
|
|
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 { DescribeSessionsRequestFilterSensitiveLog, DescribeSessionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeSessionsCommand, serializeAws_json1_1DescribeSessionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeSessionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeSessionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeSessionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeSessionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeSessionsResultFilterSensitiveLog,
|
|
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 { DescribeStacksRequestFilterSensitiveLog, DescribeStacksResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeStacksCommand, serializeAws_json1_1DescribeStacksCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeStacksCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeStacksCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeStacksCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeStacksRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeStacksResultFilterSensitiveLog,
|
|
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 { DescribeUsageReportSubscriptionsRequestFilterSensitiveLog, DescribeUsageReportSubscriptionsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeUsageReportSubscriptionsCommand, serializeAws_json1_1DescribeUsageReportSubscriptionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeUsageReportSubscriptionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeUsageReportSubscriptionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeUsageReportSubscriptionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeUsageReportSubscriptionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeUsageReportSubscriptionsResultFilterSensitiveLog,
|
|
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 { DescribeUserStackAssociationsRequestFilterSensitiveLog, DescribeUserStackAssociationsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeUserStackAssociationsCommand, serializeAws_json1_1DescribeUserStackAssociationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeUserStackAssociationsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeUserStackAssociationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeUserStackAssociationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeUserStackAssociationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeUserStackAssociationsResultFilterSensitiveLog,
|
|
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 { DescribeUsersRequestFilterSensitiveLog, DescribeUsersResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeUsersCommand, serializeAws_json1_1DescribeUsersCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeUsersCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeUsersCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeUsersCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeUsersRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeUsersResultFilterSensitiveLog,
|
|
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 { DisableUserRequestFilterSensitiveLog, DisableUserResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisableUserCommand, serializeAws_json1_1DisableUserCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisableUserCommand = (function (_super) {
|
|
7
7
|
__extends(DisableUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisableUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisableUserRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisableUserResultFilterSensitiveLog,
|
|
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 { DisassociateApplicationFleetRequestFilterSensitiveLog, DisassociateApplicationFleetResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateApplicationFleetCommand, serializeAws_json1_1DisassociateApplicationFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateApplicationFleetCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateApplicationFleetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateApplicationFleetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateApplicationFleetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateApplicationFleetResultFilterSensitiveLog,
|
|
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 { DisassociateApplicationFromEntitlementRequestFilterSensitiveLog, DisassociateApplicationFromEntitlementResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateApplicationFromEntitlementCommand, serializeAws_json1_1DisassociateApplicationFromEntitlementCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateApplicationFromEntitlementCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateApplicationFromEntitlementCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateApplicationFromEntitlementCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateApplicationFromEntitlementRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateApplicationFromEntitlementResultFilterSensitiveLog,
|
|
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 { DisassociateFleetRequestFilterSensitiveLog, DisassociateFleetResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DisassociateFleetCommand, serializeAws_json1_1DisassociateFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateFleetCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateFleetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DisassociateFleetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DisassociateFleetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DisassociateFleetResultFilterSensitiveLog,
|
|
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 { EnableUserRequestFilterSensitiveLog, EnableUserResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1EnableUserCommand, serializeAws_json1_1EnableUserCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var EnableUserCommand = (function (_super) {
|
|
7
7
|
__extends(EnableUserCommand, _super);
|
|
@@ -20,8 +20,8 @@ var EnableUserCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: EnableUserRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: EnableUserResultFilterSensitiveLog,
|
|
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 { ExpireSessionRequestFilterSensitiveLog, ExpireSessionResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ExpireSessionCommand, serializeAws_json1_1ExpireSessionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ExpireSessionCommand = (function (_super) {
|
|
7
7
|
__extends(ExpireSessionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ExpireSessionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ExpireSessionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ExpireSessionResultFilterSensitiveLog,
|
|
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 { ListAssociatedFleetsRequestFilterSensitiveLog, ListAssociatedFleetsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListAssociatedFleetsCommand, serializeAws_json1_1ListAssociatedFleetsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAssociatedFleetsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAssociatedFleetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAssociatedFleetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAssociatedFleetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAssociatedFleetsResultFilterSensitiveLog,
|
|
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 { ListAssociatedStacksRequestFilterSensitiveLog, ListAssociatedStacksResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListAssociatedStacksCommand, serializeAws_json1_1ListAssociatedStacksCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAssociatedStacksCommand = (function (_super) {
|
|
7
7
|
__extends(ListAssociatedStacksCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListAssociatedStacksCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListAssociatedStacksRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListAssociatedStacksResultFilterSensitiveLog,
|
|
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 { ListEntitledApplicationsRequestFilterSensitiveLog, ListEntitledApplicationsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1ListEntitledApplicationsCommand, serializeAws_json1_1ListEntitledApplicationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListEntitledApplicationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListEntitledApplicationsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListEntitledApplicationsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListEntitledApplicationsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListEntitledApplicationsResultFilterSensitiveLog,
|
|
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 { StartFleetRequestFilterSensitiveLog, StartFleetResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartFleetCommand, serializeAws_json1_1StartFleetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartFleetCommand = (function (_super) {
|
|
7
7
|
__extends(StartFleetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartFleetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartFleetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartFleetResultFilterSensitiveLog,
|
|
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 { StartImageBuilderRequestFilterSensitiveLog, StartImageBuilderResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StartImageBuilderCommand, serializeAws_json1_1StartImageBuilderCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartImageBuilderCommand = (function (_super) {
|
|
7
7
|
__extends(StartImageBuilderCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StartImageBuilderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StartImageBuilderRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StartImageBuilderResultFilterSensitiveLog,
|
|
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 { StopFleetRequestFilterSensitiveLog, StopFleetResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopFleetCommand, serializeAws_json1_1StopFleetCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopFleetCommand = (function (_super) {
|
|
7
7
|
__extends(StopFleetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopFleetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopFleetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopFleetResultFilterSensitiveLog,
|
|
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 { StopImageBuilderRequestFilterSensitiveLog, StopImageBuilderResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1StopImageBuilderCommand, serializeAws_json1_1StopImageBuilderCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StopImageBuilderCommand = (function (_super) {
|
|
7
7
|
__extends(StopImageBuilderCommand, _super);
|
|
@@ -20,8 +20,8 @@ var StopImageBuilderCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: StopImageBuilderRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: StopImageBuilderResultFilterSensitiveLog,
|
|
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_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
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) {
|