@aws-sdk/client-support 3.297.0 → 3.299.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/dist-cjs/commands/AddAttachmentsToSetCommand.js +2 -3
- package/dist-cjs/commands/AddCommunicationToCaseCommand.js +2 -3
- package/dist-cjs/commands/CreateCaseCommand.js +2 -3
- package/dist-cjs/commands/DescribeAttachmentCommand.js +2 -3
- package/dist-cjs/commands/DescribeCasesCommand.js +2 -3
- package/dist-cjs/commands/DescribeCommunicationsCommand.js +2 -3
- package/dist-cjs/commands/DescribeServicesCommand.js +2 -3
- package/dist-cjs/commands/DescribeSeverityLevelsCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrustedAdvisorCheckResultCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +2 -3
- package/dist-cjs/commands/DescribeTrustedAdvisorChecksCommand.js +2 -3
- package/dist-cjs/commands/RefreshTrustedAdvisorCheckCommand.js +2 -3
- package/dist-cjs/commands/ResolveCaseCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -178
- package/dist-es/commands/AddAttachmentsToSetCommand.js +2 -3
- package/dist-es/commands/AddCommunicationToCaseCommand.js +2 -3
- package/dist-es/commands/CreateCaseCommand.js +2 -3
- package/dist-es/commands/DescribeAttachmentCommand.js +2 -3
- package/dist-es/commands/DescribeCasesCommand.js +2 -3
- package/dist-es/commands/DescribeCommunicationsCommand.js +2 -3
- package/dist-es/commands/DescribeServicesCommand.js +2 -3
- package/dist-es/commands/DescribeSeverityLevelsCommand.js +2 -3
- package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +2 -3
- package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +2 -3
- package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +2 -3
- package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +2 -3
- package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +2 -3
- package/dist-es/commands/ResolveCaseCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -132
- package/dist-types/models/models_0.d.ts +0 -176
- package/dist-types/ts3.4/models/models_0.d.ts +0 -124
- package/package.json +11 -10
|
@@ -4,7 +4,6 @@ exports.AddAttachmentsToSetCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class AddAttachmentsToSetCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class AddAttachmentsToSetCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.AddCommunicationToCaseCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class AddCommunicationToCaseCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class AddCommunicationToCaseCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.CreateCaseCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class CreateCaseCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class CreateCaseCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeAttachmentCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeAttachmentCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeAttachmentCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeCasesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeCasesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeCasesCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeCommunicationsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeCommunicationsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeCommunicationsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeServicesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeServicesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeServicesCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeSeverityLevelsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeSeverityLevelsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeSeverityLevelsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeTrustedAdvisorCheckRefreshStatusesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends smithy_client_1.
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeTrustedAdvisorCheckResultCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeTrustedAdvisorCheckResultCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeTrustedAdvisorCheckResultCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeTrustedAdvisorCheckSummariesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeTrustedAdvisorCheckSummariesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeTrustedAdvisorCheckSummariesCommand extends smithy_client_1.Comman
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeTrustedAdvisorChecksCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeTrustedAdvisorChecksCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeTrustedAdvisorChecksCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.RefreshTrustedAdvisorCheckCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class RefreshTrustedAdvisorCheckCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class RefreshTrustedAdvisorCheckCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.ResolveCaseCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class ResolveCaseCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ResolveCaseCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.ResolveCaseResponseFilterSensitiveLog = exports.ResolveCaseRequestFilterSensitiveLog = exports.RefreshTrustedAdvisorCheckResponseFilterSensitiveLog = void 0;
|
|
3
|
+
exports.DescribeAttachmentLimitExceeded = exports.CaseCreationLimitExceeded = exports.AttachmentIdNotFound = exports.CaseIdNotFound = exports.InternalServerError = exports.AttachmentSetSizeLimitExceeded = exports.AttachmentSetIdNotFound = exports.AttachmentSetExpired = exports.AttachmentLimitExceeded = void 0;
|
|
5
4
|
const SupportServiceException_1 = require("./SupportServiceException");
|
|
6
5
|
class AttachmentLimitExceeded extends SupportServiceException_1.SupportServiceException {
|
|
7
6
|
constructor(opts) {
|
|
@@ -120,179 +119,3 @@ class DescribeAttachmentLimitExceeded extends SupportServiceException_1.SupportS
|
|
|
120
119
|
}
|
|
121
120
|
}
|
|
122
121
|
exports.DescribeAttachmentLimitExceeded = DescribeAttachmentLimitExceeded;
|
|
123
|
-
const AttachmentFilterSensitiveLog = (obj) => ({
|
|
124
|
-
...obj,
|
|
125
|
-
});
|
|
126
|
-
exports.AttachmentFilterSensitiveLog = AttachmentFilterSensitiveLog;
|
|
127
|
-
const AddAttachmentsToSetRequestFilterSensitiveLog = (obj) => ({
|
|
128
|
-
...obj,
|
|
129
|
-
});
|
|
130
|
-
exports.AddAttachmentsToSetRequestFilterSensitiveLog = AddAttachmentsToSetRequestFilterSensitiveLog;
|
|
131
|
-
const AddAttachmentsToSetResponseFilterSensitiveLog = (obj) => ({
|
|
132
|
-
...obj,
|
|
133
|
-
});
|
|
134
|
-
exports.AddAttachmentsToSetResponseFilterSensitiveLog = AddAttachmentsToSetResponseFilterSensitiveLog;
|
|
135
|
-
const AddCommunicationToCaseRequestFilterSensitiveLog = (obj) => ({
|
|
136
|
-
...obj,
|
|
137
|
-
});
|
|
138
|
-
exports.AddCommunicationToCaseRequestFilterSensitiveLog = AddCommunicationToCaseRequestFilterSensitiveLog;
|
|
139
|
-
const AddCommunicationToCaseResponseFilterSensitiveLog = (obj) => ({
|
|
140
|
-
...obj,
|
|
141
|
-
});
|
|
142
|
-
exports.AddCommunicationToCaseResponseFilterSensitiveLog = AddCommunicationToCaseResponseFilterSensitiveLog;
|
|
143
|
-
const AttachmentDetailsFilterSensitiveLog = (obj) => ({
|
|
144
|
-
...obj,
|
|
145
|
-
});
|
|
146
|
-
exports.AttachmentDetailsFilterSensitiveLog = AttachmentDetailsFilterSensitiveLog;
|
|
147
|
-
const CreateCaseRequestFilterSensitiveLog = (obj) => ({
|
|
148
|
-
...obj,
|
|
149
|
-
});
|
|
150
|
-
exports.CreateCaseRequestFilterSensitiveLog = CreateCaseRequestFilterSensitiveLog;
|
|
151
|
-
const CreateCaseResponseFilterSensitiveLog = (obj) => ({
|
|
152
|
-
...obj,
|
|
153
|
-
});
|
|
154
|
-
exports.CreateCaseResponseFilterSensitiveLog = CreateCaseResponseFilterSensitiveLog;
|
|
155
|
-
const DescribeAttachmentRequestFilterSensitiveLog = (obj) => ({
|
|
156
|
-
...obj,
|
|
157
|
-
});
|
|
158
|
-
exports.DescribeAttachmentRequestFilterSensitiveLog = DescribeAttachmentRequestFilterSensitiveLog;
|
|
159
|
-
const DescribeAttachmentResponseFilterSensitiveLog = (obj) => ({
|
|
160
|
-
...obj,
|
|
161
|
-
});
|
|
162
|
-
exports.DescribeAttachmentResponseFilterSensitiveLog = DescribeAttachmentResponseFilterSensitiveLog;
|
|
163
|
-
const DescribeCasesRequestFilterSensitiveLog = (obj) => ({
|
|
164
|
-
...obj,
|
|
165
|
-
});
|
|
166
|
-
exports.DescribeCasesRequestFilterSensitiveLog = DescribeCasesRequestFilterSensitiveLog;
|
|
167
|
-
const CommunicationFilterSensitiveLog = (obj) => ({
|
|
168
|
-
...obj,
|
|
169
|
-
});
|
|
170
|
-
exports.CommunicationFilterSensitiveLog = CommunicationFilterSensitiveLog;
|
|
171
|
-
const RecentCaseCommunicationsFilterSensitiveLog = (obj) => ({
|
|
172
|
-
...obj,
|
|
173
|
-
});
|
|
174
|
-
exports.RecentCaseCommunicationsFilterSensitiveLog = RecentCaseCommunicationsFilterSensitiveLog;
|
|
175
|
-
const CaseDetailsFilterSensitiveLog = (obj) => ({
|
|
176
|
-
...obj,
|
|
177
|
-
});
|
|
178
|
-
exports.CaseDetailsFilterSensitiveLog = CaseDetailsFilterSensitiveLog;
|
|
179
|
-
const DescribeCasesResponseFilterSensitiveLog = (obj) => ({
|
|
180
|
-
...obj,
|
|
181
|
-
});
|
|
182
|
-
exports.DescribeCasesResponseFilterSensitiveLog = DescribeCasesResponseFilterSensitiveLog;
|
|
183
|
-
const DescribeCommunicationsRequestFilterSensitiveLog = (obj) => ({
|
|
184
|
-
...obj,
|
|
185
|
-
});
|
|
186
|
-
exports.DescribeCommunicationsRequestFilterSensitiveLog = DescribeCommunicationsRequestFilterSensitiveLog;
|
|
187
|
-
const DescribeCommunicationsResponseFilterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
|
-
exports.DescribeCommunicationsResponseFilterSensitiveLog = DescribeCommunicationsResponseFilterSensitiveLog;
|
|
191
|
-
const DescribeServicesRequestFilterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
194
|
-
exports.DescribeServicesRequestFilterSensitiveLog = DescribeServicesRequestFilterSensitiveLog;
|
|
195
|
-
const CategoryFilterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
});
|
|
198
|
-
exports.CategoryFilterSensitiveLog = CategoryFilterSensitiveLog;
|
|
199
|
-
const ServiceFilterSensitiveLog = (obj) => ({
|
|
200
|
-
...obj,
|
|
201
|
-
});
|
|
202
|
-
exports.ServiceFilterSensitiveLog = ServiceFilterSensitiveLog;
|
|
203
|
-
const DescribeServicesResponseFilterSensitiveLog = (obj) => ({
|
|
204
|
-
...obj,
|
|
205
|
-
});
|
|
206
|
-
exports.DescribeServicesResponseFilterSensitiveLog = DescribeServicesResponseFilterSensitiveLog;
|
|
207
|
-
const DescribeSeverityLevelsRequestFilterSensitiveLog = (obj) => ({
|
|
208
|
-
...obj,
|
|
209
|
-
});
|
|
210
|
-
exports.DescribeSeverityLevelsRequestFilterSensitiveLog = DescribeSeverityLevelsRequestFilterSensitiveLog;
|
|
211
|
-
const SeverityLevelFilterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
exports.SeverityLevelFilterSensitiveLog = SeverityLevelFilterSensitiveLog;
|
|
215
|
-
const DescribeSeverityLevelsResponseFilterSensitiveLog = (obj) => ({
|
|
216
|
-
...obj,
|
|
217
|
-
});
|
|
218
|
-
exports.DescribeSeverityLevelsResponseFilterSensitiveLog = DescribeSeverityLevelsResponseFilterSensitiveLog;
|
|
219
|
-
const DescribeTrustedAdvisorCheckRefreshStatusesRequestFilterSensitiveLog = (obj) => ({
|
|
220
|
-
...obj,
|
|
221
|
-
});
|
|
222
|
-
exports.DescribeTrustedAdvisorCheckRefreshStatusesRequestFilterSensitiveLog = DescribeTrustedAdvisorCheckRefreshStatusesRequestFilterSensitiveLog;
|
|
223
|
-
const TrustedAdvisorCheckRefreshStatusFilterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
exports.TrustedAdvisorCheckRefreshStatusFilterSensitiveLog = TrustedAdvisorCheckRefreshStatusFilterSensitiveLog;
|
|
227
|
-
const DescribeTrustedAdvisorCheckRefreshStatusesResponseFilterSensitiveLog = (obj) => ({
|
|
228
|
-
...obj,
|
|
229
|
-
});
|
|
230
|
-
exports.DescribeTrustedAdvisorCheckRefreshStatusesResponseFilterSensitiveLog = DescribeTrustedAdvisorCheckRefreshStatusesResponseFilterSensitiveLog;
|
|
231
|
-
const DescribeTrustedAdvisorCheckResultRequestFilterSensitiveLog = (obj) => ({
|
|
232
|
-
...obj,
|
|
233
|
-
});
|
|
234
|
-
exports.DescribeTrustedAdvisorCheckResultRequestFilterSensitiveLog = DescribeTrustedAdvisorCheckResultRequestFilterSensitiveLog;
|
|
235
|
-
const TrustedAdvisorCostOptimizingSummaryFilterSensitiveLog = (obj) => ({
|
|
236
|
-
...obj,
|
|
237
|
-
});
|
|
238
|
-
exports.TrustedAdvisorCostOptimizingSummaryFilterSensitiveLog = TrustedAdvisorCostOptimizingSummaryFilterSensitiveLog;
|
|
239
|
-
const TrustedAdvisorCategorySpecificSummaryFilterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
exports.TrustedAdvisorCategorySpecificSummaryFilterSensitiveLog = TrustedAdvisorCategorySpecificSummaryFilterSensitiveLog;
|
|
243
|
-
const TrustedAdvisorResourceDetailFilterSensitiveLog = (obj) => ({
|
|
244
|
-
...obj,
|
|
245
|
-
});
|
|
246
|
-
exports.TrustedAdvisorResourceDetailFilterSensitiveLog = TrustedAdvisorResourceDetailFilterSensitiveLog;
|
|
247
|
-
const TrustedAdvisorResourcesSummaryFilterSensitiveLog = (obj) => ({
|
|
248
|
-
...obj,
|
|
249
|
-
});
|
|
250
|
-
exports.TrustedAdvisorResourcesSummaryFilterSensitiveLog = TrustedAdvisorResourcesSummaryFilterSensitiveLog;
|
|
251
|
-
const TrustedAdvisorCheckResultFilterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
});
|
|
254
|
-
exports.TrustedAdvisorCheckResultFilterSensitiveLog = TrustedAdvisorCheckResultFilterSensitiveLog;
|
|
255
|
-
const DescribeTrustedAdvisorCheckResultResponseFilterSensitiveLog = (obj) => ({
|
|
256
|
-
...obj,
|
|
257
|
-
});
|
|
258
|
-
exports.DescribeTrustedAdvisorCheckResultResponseFilterSensitiveLog = DescribeTrustedAdvisorCheckResultResponseFilterSensitiveLog;
|
|
259
|
-
const DescribeTrustedAdvisorChecksRequestFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
});
|
|
262
|
-
exports.DescribeTrustedAdvisorChecksRequestFilterSensitiveLog = DescribeTrustedAdvisorChecksRequestFilterSensitiveLog;
|
|
263
|
-
const TrustedAdvisorCheckDescriptionFilterSensitiveLog = (obj) => ({
|
|
264
|
-
...obj,
|
|
265
|
-
});
|
|
266
|
-
exports.TrustedAdvisorCheckDescriptionFilterSensitiveLog = TrustedAdvisorCheckDescriptionFilterSensitiveLog;
|
|
267
|
-
const DescribeTrustedAdvisorChecksResponseFilterSensitiveLog = (obj) => ({
|
|
268
|
-
...obj,
|
|
269
|
-
});
|
|
270
|
-
exports.DescribeTrustedAdvisorChecksResponseFilterSensitiveLog = DescribeTrustedAdvisorChecksResponseFilterSensitiveLog;
|
|
271
|
-
const DescribeTrustedAdvisorCheckSummariesRequestFilterSensitiveLog = (obj) => ({
|
|
272
|
-
...obj,
|
|
273
|
-
});
|
|
274
|
-
exports.DescribeTrustedAdvisorCheckSummariesRequestFilterSensitiveLog = DescribeTrustedAdvisorCheckSummariesRequestFilterSensitiveLog;
|
|
275
|
-
const TrustedAdvisorCheckSummaryFilterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
});
|
|
278
|
-
exports.TrustedAdvisorCheckSummaryFilterSensitiveLog = TrustedAdvisorCheckSummaryFilterSensitiveLog;
|
|
279
|
-
const DescribeTrustedAdvisorCheckSummariesResponseFilterSensitiveLog = (obj) => ({
|
|
280
|
-
...obj,
|
|
281
|
-
});
|
|
282
|
-
exports.DescribeTrustedAdvisorCheckSummariesResponseFilterSensitiveLog = DescribeTrustedAdvisorCheckSummariesResponseFilterSensitiveLog;
|
|
283
|
-
const RefreshTrustedAdvisorCheckRequestFilterSensitiveLog = (obj) => ({
|
|
284
|
-
...obj,
|
|
285
|
-
});
|
|
286
|
-
exports.RefreshTrustedAdvisorCheckRequestFilterSensitiveLog = RefreshTrustedAdvisorCheckRequestFilterSensitiveLog;
|
|
287
|
-
const RefreshTrustedAdvisorCheckResponseFilterSensitiveLog = (obj) => ({
|
|
288
|
-
...obj,
|
|
289
|
-
});
|
|
290
|
-
exports.RefreshTrustedAdvisorCheckResponseFilterSensitiveLog = RefreshTrustedAdvisorCheckResponseFilterSensitiveLog;
|
|
291
|
-
const ResolveCaseRequestFilterSensitiveLog = (obj) => ({
|
|
292
|
-
...obj,
|
|
293
|
-
});
|
|
294
|
-
exports.ResolveCaseRequestFilterSensitiveLog = ResolveCaseRequestFilterSensitiveLog;
|
|
295
|
-
const ResolveCaseResponseFilterSensitiveLog = (obj) => ({
|
|
296
|
-
...obj,
|
|
297
|
-
});
|
|
298
|
-
exports.ResolveCaseResponseFilterSensitiveLog = ResolveCaseResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { AddAttachmentsToSetRequestFilterSensitiveLog, AddAttachmentsToSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1AddAttachmentsToSetCommand, serializeAws_json1_1AddAttachmentsToSetCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class AddAttachmentsToSetCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class AddAttachmentsToSetCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { AddCommunicationToCaseRequestFilterSensitiveLog, AddCommunicationToCaseResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1AddCommunicationToCaseCommand, serializeAws_json1_1AddCommunicationToCaseCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class AddCommunicationToCaseCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class AddCommunicationToCaseCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateCaseRequestFilterSensitiveLog, CreateCaseResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1CreateCaseCommand, serializeAws_json1_1CreateCaseCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class CreateCaseCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class CreateCaseCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeAttachmentRequestFilterSensitiveLog, DescribeAttachmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeAttachmentCommand, serializeAws_json1_1DescribeAttachmentCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeAttachmentCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeAttachmentCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeCasesRequestFilterSensitiveLog, DescribeCasesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeCasesCommand, serializeAws_json1_1DescribeCasesCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeCasesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeCasesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeCommunicationsRequestFilterSensitiveLog, DescribeCommunicationsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeCommunicationsCommand, serializeAws_json1_1DescribeCommunicationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeCommunicationsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeCommunicationsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeServicesRequestFilterSensitiveLog, DescribeServicesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeServicesCommand, serializeAws_json1_1DescribeServicesCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeServicesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeServicesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeSeverityLevelsRequestFilterSensitiveLog, DescribeSeverityLevelsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeSeverityLevelsCommand, serializeAws_json1_1DescribeSeverityLevelsCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeSeverityLevelsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeSeverityLevelsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeTrustedAdvisorCheckRefreshStatusesRequestFilterSensitiveLog, DescribeTrustedAdvisorCheckRefreshStatusesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeTrustedAdvisorCheckRefreshStatusesCommand, serializeAws_json1_1DescribeTrustedAdvisorCheckRefreshStatusesCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends $Command
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeTrustedAdvisorCheckResultRequestFilterSensitiveLog, DescribeTrustedAdvisorCheckResultResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeTrustedAdvisorCheckResultCommand, serializeAws_json1_1DescribeTrustedAdvisorCheckResultCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeTrustedAdvisorCheckResultCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeTrustedAdvisorCheckResultCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeTrustedAdvisorCheckSummariesRequestFilterSensitiveLog, DescribeTrustedAdvisorCheckSummariesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeTrustedAdvisorCheckSummariesCommand, serializeAws_json1_1DescribeTrustedAdvisorCheckSummariesCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeTrustedAdvisorCheckSummariesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeTrustedAdvisorCheckSummariesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeTrustedAdvisorChecksRequestFilterSensitiveLog, DescribeTrustedAdvisorChecksResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeTrustedAdvisorChecksCommand, serializeAws_json1_1DescribeTrustedAdvisorChecksCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeTrustedAdvisorChecksCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeTrustedAdvisorChecksCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { RefreshTrustedAdvisorCheckRequestFilterSensitiveLog, RefreshTrustedAdvisorCheckResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1RefreshTrustedAdvisorCheckCommand, serializeAws_json1_1RefreshTrustedAdvisorCheckCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class RefreshTrustedAdvisorCheckCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class RefreshTrustedAdvisorCheckCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ResolveCaseRequestFilterSensitiveLog, ResolveCaseResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1ResolveCaseCommand, serializeAws_json1_1ResolveCaseCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class ResolveCaseCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class ResolveCaseCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -107,135 +107,3 @@ export class DescribeAttachmentLimitExceeded extends __BaseException {
|
|
|
107
107
|
Object.setPrototypeOf(this, DescribeAttachmentLimitExceeded.prototype);
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
|
-
export const AttachmentFilterSensitiveLog = (obj) => ({
|
|
111
|
-
...obj,
|
|
112
|
-
});
|
|
113
|
-
export const AddAttachmentsToSetRequestFilterSensitiveLog = (obj) => ({
|
|
114
|
-
...obj,
|
|
115
|
-
});
|
|
116
|
-
export const AddAttachmentsToSetResponseFilterSensitiveLog = (obj) => ({
|
|
117
|
-
...obj,
|
|
118
|
-
});
|
|
119
|
-
export const AddCommunicationToCaseRequestFilterSensitiveLog = (obj) => ({
|
|
120
|
-
...obj,
|
|
121
|
-
});
|
|
122
|
-
export const AddCommunicationToCaseResponseFilterSensitiveLog = (obj) => ({
|
|
123
|
-
...obj,
|
|
124
|
-
});
|
|
125
|
-
export const AttachmentDetailsFilterSensitiveLog = (obj) => ({
|
|
126
|
-
...obj,
|
|
127
|
-
});
|
|
128
|
-
export const CreateCaseRequestFilterSensitiveLog = (obj) => ({
|
|
129
|
-
...obj,
|
|
130
|
-
});
|
|
131
|
-
export const CreateCaseResponseFilterSensitiveLog = (obj) => ({
|
|
132
|
-
...obj,
|
|
133
|
-
});
|
|
134
|
-
export const DescribeAttachmentRequestFilterSensitiveLog = (obj) => ({
|
|
135
|
-
...obj,
|
|
136
|
-
});
|
|
137
|
-
export const DescribeAttachmentResponseFilterSensitiveLog = (obj) => ({
|
|
138
|
-
...obj,
|
|
139
|
-
});
|
|
140
|
-
export const DescribeCasesRequestFilterSensitiveLog = (obj) => ({
|
|
141
|
-
...obj,
|
|
142
|
-
});
|
|
143
|
-
export const CommunicationFilterSensitiveLog = (obj) => ({
|
|
144
|
-
...obj,
|
|
145
|
-
});
|
|
146
|
-
export const RecentCaseCommunicationsFilterSensitiveLog = (obj) => ({
|
|
147
|
-
...obj,
|
|
148
|
-
});
|
|
149
|
-
export const CaseDetailsFilterSensitiveLog = (obj) => ({
|
|
150
|
-
...obj,
|
|
151
|
-
});
|
|
152
|
-
export const DescribeCasesResponseFilterSensitiveLog = (obj) => ({
|
|
153
|
-
...obj,
|
|
154
|
-
});
|
|
155
|
-
export const DescribeCommunicationsRequestFilterSensitiveLog = (obj) => ({
|
|
156
|
-
...obj,
|
|
157
|
-
});
|
|
158
|
-
export const DescribeCommunicationsResponseFilterSensitiveLog = (obj) => ({
|
|
159
|
-
...obj,
|
|
160
|
-
});
|
|
161
|
-
export const DescribeServicesRequestFilterSensitiveLog = (obj) => ({
|
|
162
|
-
...obj,
|
|
163
|
-
});
|
|
164
|
-
export const CategoryFilterSensitiveLog = (obj) => ({
|
|
165
|
-
...obj,
|
|
166
|
-
});
|
|
167
|
-
export const ServiceFilterSensitiveLog = (obj) => ({
|
|
168
|
-
...obj,
|
|
169
|
-
});
|
|
170
|
-
export const DescribeServicesResponseFilterSensitiveLog = (obj) => ({
|
|
171
|
-
...obj,
|
|
172
|
-
});
|
|
173
|
-
export const DescribeSeverityLevelsRequestFilterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
|
-
export const SeverityLevelFilterSensitiveLog = (obj) => ({
|
|
177
|
-
...obj,
|
|
178
|
-
});
|
|
179
|
-
export const DescribeSeverityLevelsResponseFilterSensitiveLog = (obj) => ({
|
|
180
|
-
...obj,
|
|
181
|
-
});
|
|
182
|
-
export const DescribeTrustedAdvisorCheckRefreshStatusesRequestFilterSensitiveLog = (obj) => ({
|
|
183
|
-
...obj,
|
|
184
|
-
});
|
|
185
|
-
export const TrustedAdvisorCheckRefreshStatusFilterSensitiveLog = (obj) => ({
|
|
186
|
-
...obj,
|
|
187
|
-
});
|
|
188
|
-
export const DescribeTrustedAdvisorCheckRefreshStatusesResponseFilterSensitiveLog = (obj) => ({
|
|
189
|
-
...obj,
|
|
190
|
-
});
|
|
191
|
-
export const DescribeTrustedAdvisorCheckResultRequestFilterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
194
|
-
export const TrustedAdvisorCostOptimizingSummaryFilterSensitiveLog = (obj) => ({
|
|
195
|
-
...obj,
|
|
196
|
-
});
|
|
197
|
-
export const TrustedAdvisorCategorySpecificSummaryFilterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
export const TrustedAdvisorResourceDetailFilterSensitiveLog = (obj) => ({
|
|
201
|
-
...obj,
|
|
202
|
-
});
|
|
203
|
-
export const TrustedAdvisorResourcesSummaryFilterSensitiveLog = (obj) => ({
|
|
204
|
-
...obj,
|
|
205
|
-
});
|
|
206
|
-
export const TrustedAdvisorCheckResultFilterSensitiveLog = (obj) => ({
|
|
207
|
-
...obj,
|
|
208
|
-
});
|
|
209
|
-
export const DescribeTrustedAdvisorCheckResultResponseFilterSensitiveLog = (obj) => ({
|
|
210
|
-
...obj,
|
|
211
|
-
});
|
|
212
|
-
export const DescribeTrustedAdvisorChecksRequestFilterSensitiveLog = (obj) => ({
|
|
213
|
-
...obj,
|
|
214
|
-
});
|
|
215
|
-
export const TrustedAdvisorCheckDescriptionFilterSensitiveLog = (obj) => ({
|
|
216
|
-
...obj,
|
|
217
|
-
});
|
|
218
|
-
export const DescribeTrustedAdvisorChecksResponseFilterSensitiveLog = (obj) => ({
|
|
219
|
-
...obj,
|
|
220
|
-
});
|
|
221
|
-
export const DescribeTrustedAdvisorCheckSummariesRequestFilterSensitiveLog = (obj) => ({
|
|
222
|
-
...obj,
|
|
223
|
-
});
|
|
224
|
-
export const TrustedAdvisorCheckSummaryFilterSensitiveLog = (obj) => ({
|
|
225
|
-
...obj,
|
|
226
|
-
});
|
|
227
|
-
export const DescribeTrustedAdvisorCheckSummariesResponseFilterSensitiveLog = (obj) => ({
|
|
228
|
-
...obj,
|
|
229
|
-
});
|
|
230
|
-
export const RefreshTrustedAdvisorCheckRequestFilterSensitiveLog = (obj) => ({
|
|
231
|
-
...obj,
|
|
232
|
-
});
|
|
233
|
-
export const RefreshTrustedAdvisorCheckResponseFilterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
export const ResolveCaseRequestFilterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
export const ResolveCaseResponseFilterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
@@ -1258,179 +1258,3 @@ export interface ResolveCaseResponse {
|
|
|
1258
1258
|
*/
|
|
1259
1259
|
finalCaseStatus?: string;
|
|
1260
1260
|
}
|
|
1261
|
-
/**
|
|
1262
|
-
* @internal
|
|
1263
|
-
*/
|
|
1264
|
-
export declare const AttachmentFilterSensitiveLog: (obj: Attachment) => any;
|
|
1265
|
-
/**
|
|
1266
|
-
* @internal
|
|
1267
|
-
*/
|
|
1268
|
-
export declare const AddAttachmentsToSetRequestFilterSensitiveLog: (obj: AddAttachmentsToSetRequest) => any;
|
|
1269
|
-
/**
|
|
1270
|
-
* @internal
|
|
1271
|
-
*/
|
|
1272
|
-
export declare const AddAttachmentsToSetResponseFilterSensitiveLog: (obj: AddAttachmentsToSetResponse) => any;
|
|
1273
|
-
/**
|
|
1274
|
-
* @internal
|
|
1275
|
-
*/
|
|
1276
|
-
export declare const AddCommunicationToCaseRequestFilterSensitiveLog: (obj: AddCommunicationToCaseRequest) => any;
|
|
1277
|
-
/**
|
|
1278
|
-
* @internal
|
|
1279
|
-
*/
|
|
1280
|
-
export declare const AddCommunicationToCaseResponseFilterSensitiveLog: (obj: AddCommunicationToCaseResponse) => any;
|
|
1281
|
-
/**
|
|
1282
|
-
* @internal
|
|
1283
|
-
*/
|
|
1284
|
-
export declare const AttachmentDetailsFilterSensitiveLog: (obj: AttachmentDetails) => any;
|
|
1285
|
-
/**
|
|
1286
|
-
* @internal
|
|
1287
|
-
*/
|
|
1288
|
-
export declare const CreateCaseRequestFilterSensitiveLog: (obj: CreateCaseRequest) => any;
|
|
1289
|
-
/**
|
|
1290
|
-
* @internal
|
|
1291
|
-
*/
|
|
1292
|
-
export declare const CreateCaseResponseFilterSensitiveLog: (obj: CreateCaseResponse) => any;
|
|
1293
|
-
/**
|
|
1294
|
-
* @internal
|
|
1295
|
-
*/
|
|
1296
|
-
export declare const DescribeAttachmentRequestFilterSensitiveLog: (obj: DescribeAttachmentRequest) => any;
|
|
1297
|
-
/**
|
|
1298
|
-
* @internal
|
|
1299
|
-
*/
|
|
1300
|
-
export declare const DescribeAttachmentResponseFilterSensitiveLog: (obj: DescribeAttachmentResponse) => any;
|
|
1301
|
-
/**
|
|
1302
|
-
* @internal
|
|
1303
|
-
*/
|
|
1304
|
-
export declare const DescribeCasesRequestFilterSensitiveLog: (obj: DescribeCasesRequest) => any;
|
|
1305
|
-
/**
|
|
1306
|
-
* @internal
|
|
1307
|
-
*/
|
|
1308
|
-
export declare const CommunicationFilterSensitiveLog: (obj: Communication) => any;
|
|
1309
|
-
/**
|
|
1310
|
-
* @internal
|
|
1311
|
-
*/
|
|
1312
|
-
export declare const RecentCaseCommunicationsFilterSensitiveLog: (obj: RecentCaseCommunications) => any;
|
|
1313
|
-
/**
|
|
1314
|
-
* @internal
|
|
1315
|
-
*/
|
|
1316
|
-
export declare const CaseDetailsFilterSensitiveLog: (obj: CaseDetails) => any;
|
|
1317
|
-
/**
|
|
1318
|
-
* @internal
|
|
1319
|
-
*/
|
|
1320
|
-
export declare const DescribeCasesResponseFilterSensitiveLog: (obj: DescribeCasesResponse) => any;
|
|
1321
|
-
/**
|
|
1322
|
-
* @internal
|
|
1323
|
-
*/
|
|
1324
|
-
export declare const DescribeCommunicationsRequestFilterSensitiveLog: (obj: DescribeCommunicationsRequest) => any;
|
|
1325
|
-
/**
|
|
1326
|
-
* @internal
|
|
1327
|
-
*/
|
|
1328
|
-
export declare const DescribeCommunicationsResponseFilterSensitiveLog: (obj: DescribeCommunicationsResponse) => any;
|
|
1329
|
-
/**
|
|
1330
|
-
* @internal
|
|
1331
|
-
*/
|
|
1332
|
-
export declare const DescribeServicesRequestFilterSensitiveLog: (obj: DescribeServicesRequest) => any;
|
|
1333
|
-
/**
|
|
1334
|
-
* @internal
|
|
1335
|
-
*/
|
|
1336
|
-
export declare const CategoryFilterSensitiveLog: (obj: Category) => any;
|
|
1337
|
-
/**
|
|
1338
|
-
* @internal
|
|
1339
|
-
*/
|
|
1340
|
-
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
1341
|
-
/**
|
|
1342
|
-
* @internal
|
|
1343
|
-
*/
|
|
1344
|
-
export declare const DescribeServicesResponseFilterSensitiveLog: (obj: DescribeServicesResponse) => any;
|
|
1345
|
-
/**
|
|
1346
|
-
* @internal
|
|
1347
|
-
*/
|
|
1348
|
-
export declare const DescribeSeverityLevelsRequestFilterSensitiveLog: (obj: DescribeSeverityLevelsRequest) => any;
|
|
1349
|
-
/**
|
|
1350
|
-
* @internal
|
|
1351
|
-
*/
|
|
1352
|
-
export declare const SeverityLevelFilterSensitiveLog: (obj: SeverityLevel) => any;
|
|
1353
|
-
/**
|
|
1354
|
-
* @internal
|
|
1355
|
-
*/
|
|
1356
|
-
export declare const DescribeSeverityLevelsResponseFilterSensitiveLog: (obj: DescribeSeverityLevelsResponse) => any;
|
|
1357
|
-
/**
|
|
1358
|
-
* @internal
|
|
1359
|
-
*/
|
|
1360
|
-
export declare const DescribeTrustedAdvisorCheckRefreshStatusesRequestFilterSensitiveLog: (obj: DescribeTrustedAdvisorCheckRefreshStatusesRequest) => any;
|
|
1361
|
-
/**
|
|
1362
|
-
* @internal
|
|
1363
|
-
*/
|
|
1364
|
-
export declare const TrustedAdvisorCheckRefreshStatusFilterSensitiveLog: (obj: TrustedAdvisorCheckRefreshStatus) => any;
|
|
1365
|
-
/**
|
|
1366
|
-
* @internal
|
|
1367
|
-
*/
|
|
1368
|
-
export declare const DescribeTrustedAdvisorCheckRefreshStatusesResponseFilterSensitiveLog: (obj: DescribeTrustedAdvisorCheckRefreshStatusesResponse) => any;
|
|
1369
|
-
/**
|
|
1370
|
-
* @internal
|
|
1371
|
-
*/
|
|
1372
|
-
export declare const DescribeTrustedAdvisorCheckResultRequestFilterSensitiveLog: (obj: DescribeTrustedAdvisorCheckResultRequest) => any;
|
|
1373
|
-
/**
|
|
1374
|
-
* @internal
|
|
1375
|
-
*/
|
|
1376
|
-
export declare const TrustedAdvisorCostOptimizingSummaryFilterSensitiveLog: (obj: TrustedAdvisorCostOptimizingSummary) => any;
|
|
1377
|
-
/**
|
|
1378
|
-
* @internal
|
|
1379
|
-
*/
|
|
1380
|
-
export declare const TrustedAdvisorCategorySpecificSummaryFilterSensitiveLog: (obj: TrustedAdvisorCategorySpecificSummary) => any;
|
|
1381
|
-
/**
|
|
1382
|
-
* @internal
|
|
1383
|
-
*/
|
|
1384
|
-
export declare const TrustedAdvisorResourceDetailFilterSensitiveLog: (obj: TrustedAdvisorResourceDetail) => any;
|
|
1385
|
-
/**
|
|
1386
|
-
* @internal
|
|
1387
|
-
*/
|
|
1388
|
-
export declare const TrustedAdvisorResourcesSummaryFilterSensitiveLog: (obj: TrustedAdvisorResourcesSummary) => any;
|
|
1389
|
-
/**
|
|
1390
|
-
* @internal
|
|
1391
|
-
*/
|
|
1392
|
-
export declare const TrustedAdvisorCheckResultFilterSensitiveLog: (obj: TrustedAdvisorCheckResult) => any;
|
|
1393
|
-
/**
|
|
1394
|
-
* @internal
|
|
1395
|
-
*/
|
|
1396
|
-
export declare const DescribeTrustedAdvisorCheckResultResponseFilterSensitiveLog: (obj: DescribeTrustedAdvisorCheckResultResponse) => any;
|
|
1397
|
-
/**
|
|
1398
|
-
* @internal
|
|
1399
|
-
*/
|
|
1400
|
-
export declare const DescribeTrustedAdvisorChecksRequestFilterSensitiveLog: (obj: DescribeTrustedAdvisorChecksRequest) => any;
|
|
1401
|
-
/**
|
|
1402
|
-
* @internal
|
|
1403
|
-
*/
|
|
1404
|
-
export declare const TrustedAdvisorCheckDescriptionFilterSensitiveLog: (obj: TrustedAdvisorCheckDescription) => any;
|
|
1405
|
-
/**
|
|
1406
|
-
* @internal
|
|
1407
|
-
*/
|
|
1408
|
-
export declare const DescribeTrustedAdvisorChecksResponseFilterSensitiveLog: (obj: DescribeTrustedAdvisorChecksResponse) => any;
|
|
1409
|
-
/**
|
|
1410
|
-
* @internal
|
|
1411
|
-
*/
|
|
1412
|
-
export declare const DescribeTrustedAdvisorCheckSummariesRequestFilterSensitiveLog: (obj: DescribeTrustedAdvisorCheckSummariesRequest) => any;
|
|
1413
|
-
/**
|
|
1414
|
-
* @internal
|
|
1415
|
-
*/
|
|
1416
|
-
export declare const TrustedAdvisorCheckSummaryFilterSensitiveLog: (obj: TrustedAdvisorCheckSummary) => any;
|
|
1417
|
-
/**
|
|
1418
|
-
* @internal
|
|
1419
|
-
*/
|
|
1420
|
-
export declare const DescribeTrustedAdvisorCheckSummariesResponseFilterSensitiveLog: (obj: DescribeTrustedAdvisorCheckSummariesResponse) => any;
|
|
1421
|
-
/**
|
|
1422
|
-
* @internal
|
|
1423
|
-
*/
|
|
1424
|
-
export declare const RefreshTrustedAdvisorCheckRequestFilterSensitiveLog: (obj: RefreshTrustedAdvisorCheckRequest) => any;
|
|
1425
|
-
/**
|
|
1426
|
-
* @internal
|
|
1427
|
-
*/
|
|
1428
|
-
export declare const RefreshTrustedAdvisorCheckResponseFilterSensitiveLog: (obj: RefreshTrustedAdvisorCheckResponse) => any;
|
|
1429
|
-
/**
|
|
1430
|
-
* @internal
|
|
1431
|
-
*/
|
|
1432
|
-
export declare const ResolveCaseRequestFilterSensitiveLog: (obj: ResolveCaseRequest) => any;
|
|
1433
|
-
/**
|
|
1434
|
-
* @internal
|
|
1435
|
-
*/
|
|
1436
|
-
export declare const ResolveCaseResponseFilterSensitiveLog: (obj: ResolveCaseResponse) => any;
|
|
@@ -272,127 +272,3 @@ export interface ResolveCaseResponse {
|
|
|
272
272
|
initialCaseStatus?: string;
|
|
273
273
|
finalCaseStatus?: string;
|
|
274
274
|
}
|
|
275
|
-
export declare const AttachmentFilterSensitiveLog: (obj: Attachment) => any;
|
|
276
|
-
export declare const AddAttachmentsToSetRequestFilterSensitiveLog: (
|
|
277
|
-
obj: AddAttachmentsToSetRequest
|
|
278
|
-
) => any;
|
|
279
|
-
export declare const AddAttachmentsToSetResponseFilterSensitiveLog: (
|
|
280
|
-
obj: AddAttachmentsToSetResponse
|
|
281
|
-
) => any;
|
|
282
|
-
export declare const AddCommunicationToCaseRequestFilterSensitiveLog: (
|
|
283
|
-
obj: AddCommunicationToCaseRequest
|
|
284
|
-
) => any;
|
|
285
|
-
export declare const AddCommunicationToCaseResponseFilterSensitiveLog: (
|
|
286
|
-
obj: AddCommunicationToCaseResponse
|
|
287
|
-
) => any;
|
|
288
|
-
export declare const AttachmentDetailsFilterSensitiveLog: (
|
|
289
|
-
obj: AttachmentDetails
|
|
290
|
-
) => any;
|
|
291
|
-
export declare const CreateCaseRequestFilterSensitiveLog: (
|
|
292
|
-
obj: CreateCaseRequest
|
|
293
|
-
) => any;
|
|
294
|
-
export declare const CreateCaseResponseFilterSensitiveLog: (
|
|
295
|
-
obj: CreateCaseResponse
|
|
296
|
-
) => any;
|
|
297
|
-
export declare const DescribeAttachmentRequestFilterSensitiveLog: (
|
|
298
|
-
obj: DescribeAttachmentRequest
|
|
299
|
-
) => any;
|
|
300
|
-
export declare const DescribeAttachmentResponseFilterSensitiveLog: (
|
|
301
|
-
obj: DescribeAttachmentResponse
|
|
302
|
-
) => any;
|
|
303
|
-
export declare const DescribeCasesRequestFilterSensitiveLog: (
|
|
304
|
-
obj: DescribeCasesRequest
|
|
305
|
-
) => any;
|
|
306
|
-
export declare const CommunicationFilterSensitiveLog: (
|
|
307
|
-
obj: Communication
|
|
308
|
-
) => any;
|
|
309
|
-
export declare const RecentCaseCommunicationsFilterSensitiveLog: (
|
|
310
|
-
obj: RecentCaseCommunications
|
|
311
|
-
) => any;
|
|
312
|
-
export declare const CaseDetailsFilterSensitiveLog: (obj: CaseDetails) => any;
|
|
313
|
-
export declare const DescribeCasesResponseFilterSensitiveLog: (
|
|
314
|
-
obj: DescribeCasesResponse
|
|
315
|
-
) => any;
|
|
316
|
-
export declare const DescribeCommunicationsRequestFilterSensitiveLog: (
|
|
317
|
-
obj: DescribeCommunicationsRequest
|
|
318
|
-
) => any;
|
|
319
|
-
export declare const DescribeCommunicationsResponseFilterSensitiveLog: (
|
|
320
|
-
obj: DescribeCommunicationsResponse
|
|
321
|
-
) => any;
|
|
322
|
-
export declare const DescribeServicesRequestFilterSensitiveLog: (
|
|
323
|
-
obj: DescribeServicesRequest
|
|
324
|
-
) => any;
|
|
325
|
-
export declare const CategoryFilterSensitiveLog: (obj: Category) => any;
|
|
326
|
-
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
327
|
-
export declare const DescribeServicesResponseFilterSensitiveLog: (
|
|
328
|
-
obj: DescribeServicesResponse
|
|
329
|
-
) => any;
|
|
330
|
-
export declare const DescribeSeverityLevelsRequestFilterSensitiveLog: (
|
|
331
|
-
obj: DescribeSeverityLevelsRequest
|
|
332
|
-
) => any;
|
|
333
|
-
export declare const SeverityLevelFilterSensitiveLog: (
|
|
334
|
-
obj: SeverityLevel
|
|
335
|
-
) => any;
|
|
336
|
-
export declare const DescribeSeverityLevelsResponseFilterSensitiveLog: (
|
|
337
|
-
obj: DescribeSeverityLevelsResponse
|
|
338
|
-
) => any;
|
|
339
|
-
export declare const DescribeTrustedAdvisorCheckRefreshStatusesRequestFilterSensitiveLog: (
|
|
340
|
-
obj: DescribeTrustedAdvisorCheckRefreshStatusesRequest
|
|
341
|
-
) => any;
|
|
342
|
-
export declare const TrustedAdvisorCheckRefreshStatusFilterSensitiveLog: (
|
|
343
|
-
obj: TrustedAdvisorCheckRefreshStatus
|
|
344
|
-
) => any;
|
|
345
|
-
export declare const DescribeTrustedAdvisorCheckRefreshStatusesResponseFilterSensitiveLog: (
|
|
346
|
-
obj: DescribeTrustedAdvisorCheckRefreshStatusesResponse
|
|
347
|
-
) => any;
|
|
348
|
-
export declare const DescribeTrustedAdvisorCheckResultRequestFilterSensitiveLog: (
|
|
349
|
-
obj: DescribeTrustedAdvisorCheckResultRequest
|
|
350
|
-
) => any;
|
|
351
|
-
export declare const TrustedAdvisorCostOptimizingSummaryFilterSensitiveLog: (
|
|
352
|
-
obj: TrustedAdvisorCostOptimizingSummary
|
|
353
|
-
) => any;
|
|
354
|
-
export declare const TrustedAdvisorCategorySpecificSummaryFilterSensitiveLog: (
|
|
355
|
-
obj: TrustedAdvisorCategorySpecificSummary
|
|
356
|
-
) => any;
|
|
357
|
-
export declare const TrustedAdvisorResourceDetailFilterSensitiveLog: (
|
|
358
|
-
obj: TrustedAdvisorResourceDetail
|
|
359
|
-
) => any;
|
|
360
|
-
export declare const TrustedAdvisorResourcesSummaryFilterSensitiveLog: (
|
|
361
|
-
obj: TrustedAdvisorResourcesSummary
|
|
362
|
-
) => any;
|
|
363
|
-
export declare const TrustedAdvisorCheckResultFilterSensitiveLog: (
|
|
364
|
-
obj: TrustedAdvisorCheckResult
|
|
365
|
-
) => any;
|
|
366
|
-
export declare const DescribeTrustedAdvisorCheckResultResponseFilterSensitiveLog: (
|
|
367
|
-
obj: DescribeTrustedAdvisorCheckResultResponse
|
|
368
|
-
) => any;
|
|
369
|
-
export declare const DescribeTrustedAdvisorChecksRequestFilterSensitiveLog: (
|
|
370
|
-
obj: DescribeTrustedAdvisorChecksRequest
|
|
371
|
-
) => any;
|
|
372
|
-
export declare const TrustedAdvisorCheckDescriptionFilterSensitiveLog: (
|
|
373
|
-
obj: TrustedAdvisorCheckDescription
|
|
374
|
-
) => any;
|
|
375
|
-
export declare const DescribeTrustedAdvisorChecksResponseFilterSensitiveLog: (
|
|
376
|
-
obj: DescribeTrustedAdvisorChecksResponse
|
|
377
|
-
) => any;
|
|
378
|
-
export declare const DescribeTrustedAdvisorCheckSummariesRequestFilterSensitiveLog: (
|
|
379
|
-
obj: DescribeTrustedAdvisorCheckSummariesRequest
|
|
380
|
-
) => any;
|
|
381
|
-
export declare const TrustedAdvisorCheckSummaryFilterSensitiveLog: (
|
|
382
|
-
obj: TrustedAdvisorCheckSummary
|
|
383
|
-
) => any;
|
|
384
|
-
export declare const DescribeTrustedAdvisorCheckSummariesResponseFilterSensitiveLog: (
|
|
385
|
-
obj: DescribeTrustedAdvisorCheckSummariesResponse
|
|
386
|
-
) => any;
|
|
387
|
-
export declare const RefreshTrustedAdvisorCheckRequestFilterSensitiveLog: (
|
|
388
|
-
obj: RefreshTrustedAdvisorCheckRequest
|
|
389
|
-
) => any;
|
|
390
|
-
export declare const RefreshTrustedAdvisorCheckResponseFilterSensitiveLog: (
|
|
391
|
-
obj: RefreshTrustedAdvisorCheckResponse
|
|
392
|
-
) => any;
|
|
393
|
-
export declare const ResolveCaseRequestFilterSensitiveLog: (
|
|
394
|
-
obj: ResolveCaseRequest
|
|
395
|
-
) => any;
|
|
396
|
-
export declare const ResolveCaseResponseFilterSensitiveLog: (
|
|
397
|
-
obj: ResolveCaseResponse
|
|
398
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-support",
|
|
3
3
|
"description": "AWS SDK for JavaScript Support Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo support"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0"
|
|
56
57
|
},
|