@aws-sdk/client-migration-hub-refactor-spaces 3.296.0 → 3.298.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/DeleteApplicationCommand.js +2 -3
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/DeleteRouteCommand.js +2 -3
- package/dist-cjs/commands/DeleteServiceCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationCommand.js +1 -1
- package/dist-cjs/commands/GetEnvironmentCommand.js +1 -1
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/GetRouteCommand.js +1 -1
- package/dist-cjs/commands/GetServiceCommand.js +1 -1
- package/dist-cjs/commands/ListApplicationsCommand.js +1 -1
- package/dist-cjs/commands/ListEnvironmentVpcsCommand.js +2 -3
- package/dist-cjs/commands/ListEnvironmentsCommand.js +1 -1
- package/dist-cjs/commands/ListRoutesCommand.js +1 -1
- package/dist-cjs/commands/ListServicesCommand.js +1 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateRouteCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -170
- package/dist-es/commands/DeleteApplicationCommand.js +2 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -3
- package/dist-es/commands/DeleteRouteCommand.js +2 -3
- package/dist-es/commands/DeleteServiceCommand.js +2 -3
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetEnvironmentCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -3
- package/dist-es/commands/GetRouteCommand.js +2 -2
- package/dist-es/commands/GetServiceCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListEnvironmentVpcsCommand.js +2 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-es/commands/ListRoutesCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateRouteCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -126
- package/dist-types/MigrationHubRefactorSpaces.d.ts +25 -0
- package/dist-types/MigrationHubRefactorSpacesClient.d.ts +24 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +16 -0
- package/dist-types/commands/GetApplicationCommand.d.ts +16 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetRouteCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceCommand.d.ts +16 -0
- package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/ListEnvironmentVpcsCommand.d.ts +16 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListRoutesCommand.d.ts +16 -0
- package/dist-types/commands/ListServicesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRouteCommand.d.ts +16 -0
- package/dist-types/models/MigrationHubRefactorSpacesServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +208 -168
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEnvironmentVpcsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListServicesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -126
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.DeleteApplicationCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class DeleteApplicationCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DeleteApplicationCommand 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.DeleteEnvironmentCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class DeleteEnvironmentCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DeleteEnvironmentCommand 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.DeleteResourcePolicyCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class DeleteResourcePolicyCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DeleteResourcePolicyCommand 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.DeleteRouteCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class DeleteRouteCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DeleteRouteCommand 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.DeleteServiceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class DeleteServiceCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DeleteServiceCommand 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);
|
|
@@ -30,7 +30,7 @@ class GetApplicationCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.GetApplicationResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class GetEnvironmentCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.GetEnvironmentResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -4,7 +4,6 @@ exports.GetResourcePolicyCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class GetResourcePolicyCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class GetResourcePolicyCommand 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);
|
|
@@ -30,7 +30,7 @@ class GetRouteCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.GetRouteResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class GetServiceCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.GetServiceResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class ListApplicationsCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.ListApplicationsResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -4,7 +4,6 @@ exports.ListEnvironmentVpcsCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class ListEnvironmentVpcsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class ListEnvironmentVpcsCommand 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);
|
|
@@ -30,7 +30,7 @@ class ListEnvironmentsCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.ListEnvironmentsResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class ListRoutesCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.ListRoutesResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class ListServicesCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.ListServicesResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -30,7 +30,7 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
34
|
outputFilterSensitiveLog: models_0_1.ListTagsForResourceResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
@@ -4,7 +4,6 @@ exports.PutResourcePolicyCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class PutResourcePolicyCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class PutResourcePolicyCommand 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);
|
|
@@ -31,7 +31,7 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
33
|
inputFilterSensitiveLog: models_0_1.TagResourceRequestFilterSensitiveLog,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -31,7 +31,7 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
33
|
inputFilterSensitiveLog: models_0_1.UntagResourceRequestFilterSensitiveLog,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.UpdateRouteCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
8
|
class UpdateRouteCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class UpdateRouteCommand 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.UpdateRouteResponseFilterSensitiveLog = exports.UpdateRouteRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.PutResourcePolicyResponseFilterSensitiveLog = exports.PutResourcePolicyRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListServicesResponseFilterSensitiveLog = exports.ServiceSummaryFilterSensitiveLog = exports.UrlEndpointSummaryFilterSensitiveLog = exports.ListServicesRequestFilterSensitiveLog = exports.ListRoutesResponseFilterSensitiveLog = exports.RouteSummaryFilterSensitiveLog = exports.ListRoutesRequestFilterSensitiveLog = exports.ListEnvironmentVpcsResponseFilterSensitiveLog = exports.ListEnvironmentVpcsRequestFilterSensitiveLog = exports.ListEnvironmentsResponseFilterSensitiveLog = exports.ListEnvironmentsRequestFilterSensitiveLog = exports.ListApplicationsResponseFilterSensitiveLog = exports.ListApplicationsRequestFilterSensitiveLog = exports.LambdaEndpointSummaryFilterSensitiveLog = exports.GetServiceResponseFilterSensitiveLog = exports.UrlEndpointConfigFilterSensitiveLog = exports.LambdaEndpointConfigFilterSensitiveLog = exports.GetServiceRequestFilterSensitiveLog = exports.GetRouteResponseFilterSensitiveLog = exports.GetRouteRequestFilterSensitiveLog = exports.GetResourcePolicyResponseFilterSensitiveLog = exports.GetResourcePolicyRequestFilterSensitiveLog = exports.GetEnvironmentResponseFilterSensitiveLog = exports.GetEnvironmentRequestFilterSensitiveLog = exports.GetApplicationResponseFilterSensitiveLog = exports.GetApplicationRequestFilterSensitiveLog = void 0;
|
|
3
|
+
exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListServicesResponseFilterSensitiveLog = exports.ServiceSummaryFilterSensitiveLog = exports.ListRoutesResponseFilterSensitiveLog = exports.RouteSummaryFilterSensitiveLog = exports.ListEnvironmentsResponseFilterSensitiveLog = exports.ListApplicationsResponseFilterSensitiveLog = exports.GetServiceResponseFilterSensitiveLog = exports.GetRouteResponseFilterSensitiveLog = exports.GetEnvironmentResponseFilterSensitiveLog = exports.GetApplicationResponseFilterSensitiveLog = exports.EnvironmentSummaryFilterSensitiveLog = exports.CreateServiceResponseFilterSensitiveLog = exports.CreateServiceRequestFilterSensitiveLog = exports.CreateRouteResponseFilterSensitiveLog = exports.CreateRouteRequestFilterSensitiveLog = exports.CreateEnvironmentResponseFilterSensitiveLog = exports.CreateEnvironmentRequestFilterSensitiveLog = exports.CreateApplicationResponseFilterSensitiveLog = exports.CreateApplicationRequestFilterSensitiveLog = exports.ApplicationSummaryFilterSensitiveLog = exports.InvalidResourcePolicyException = exports.ServiceState = exports.ServiceEndpointType = exports.RouteState = exports.HttpMethod = exports.RouteType = exports.RouteActivationState = exports.EnvironmentState = exports.NetworkFabricType = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.ProxyType = exports.ErrorResourceType = exports.ErrorCode = exports.ApplicationState = exports.ApiGatewayEndpointType = exports.AccessDeniedException = void 0;
|
|
5
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
5
|
const MigrationHubRefactorSpacesServiceException_1 = require("./MigrationHubRefactorSpacesServiceException");
|
|
7
6
|
class AccessDeniedException extends MigrationHubRefactorSpacesServiceException_1.MigrationHubRefactorSpacesServiceException {
|
|
@@ -234,22 +233,6 @@ class InvalidResourcePolicyException extends MigrationHubRefactorSpacesServiceEx
|
|
|
234
233
|
}
|
|
235
234
|
}
|
|
236
235
|
exports.InvalidResourcePolicyException = InvalidResourcePolicyException;
|
|
237
|
-
const ApiGatewayProxyConfigFilterSensitiveLog = (obj) => ({
|
|
238
|
-
...obj,
|
|
239
|
-
});
|
|
240
|
-
exports.ApiGatewayProxyConfigFilterSensitiveLog = ApiGatewayProxyConfigFilterSensitiveLog;
|
|
241
|
-
const ApiGatewayProxyInputFilterSensitiveLog = (obj) => ({
|
|
242
|
-
...obj,
|
|
243
|
-
});
|
|
244
|
-
exports.ApiGatewayProxyInputFilterSensitiveLog = ApiGatewayProxyInputFilterSensitiveLog;
|
|
245
|
-
const ApiGatewayProxySummaryFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
|
-
exports.ApiGatewayProxySummaryFilterSensitiveLog = ApiGatewayProxySummaryFilterSensitiveLog;
|
|
249
|
-
const ErrorResponseFilterSensitiveLog = (obj) => ({
|
|
250
|
-
...obj,
|
|
251
|
-
});
|
|
252
|
-
exports.ErrorResponseFilterSensitiveLog = ErrorResponseFilterSensitiveLog;
|
|
253
236
|
const ApplicationSummaryFilterSensitiveLog = (obj) => ({
|
|
254
237
|
...obj,
|
|
255
238
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -275,14 +258,6 @@ const CreateEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
|
275
258
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
276
259
|
});
|
|
277
260
|
exports.CreateEnvironmentResponseFilterSensitiveLog = CreateEnvironmentResponseFilterSensitiveLog;
|
|
278
|
-
const DefaultRouteInputFilterSensitiveLog = (obj) => ({
|
|
279
|
-
...obj,
|
|
280
|
-
});
|
|
281
|
-
exports.DefaultRouteInputFilterSensitiveLog = DefaultRouteInputFilterSensitiveLog;
|
|
282
|
-
const UriPathRouteInputFilterSensitiveLog = (obj) => ({
|
|
283
|
-
...obj,
|
|
284
|
-
});
|
|
285
|
-
exports.UriPathRouteInputFilterSensitiveLog = UriPathRouteInputFilterSensitiveLog;
|
|
286
261
|
const CreateRouteRequestFilterSensitiveLog = (obj) => ({
|
|
287
262
|
...obj,
|
|
288
263
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -293,14 +268,6 @@ const CreateRouteResponseFilterSensitiveLog = (obj) => ({
|
|
|
293
268
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
294
269
|
});
|
|
295
270
|
exports.CreateRouteResponseFilterSensitiveLog = CreateRouteResponseFilterSensitiveLog;
|
|
296
|
-
const LambdaEndpointInputFilterSensitiveLog = (obj) => ({
|
|
297
|
-
...obj,
|
|
298
|
-
});
|
|
299
|
-
exports.LambdaEndpointInputFilterSensitiveLog = LambdaEndpointInputFilterSensitiveLog;
|
|
300
|
-
const UrlEndpointInputFilterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
});
|
|
303
|
-
exports.UrlEndpointInputFilterSensitiveLog = UrlEndpointInputFilterSensitiveLog;
|
|
304
271
|
const CreateServiceRequestFilterSensitiveLog = (obj) => ({
|
|
305
272
|
...obj,
|
|
306
273
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -311,115 +278,31 @@ const CreateServiceResponseFilterSensitiveLog = (obj) => ({
|
|
|
311
278
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
312
279
|
});
|
|
313
280
|
exports.CreateServiceResponseFilterSensitiveLog = CreateServiceResponseFilterSensitiveLog;
|
|
314
|
-
const DeleteApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
315
|
-
...obj,
|
|
316
|
-
});
|
|
317
|
-
exports.DeleteApplicationRequestFilterSensitiveLog = DeleteApplicationRequestFilterSensitiveLog;
|
|
318
|
-
const DeleteApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
exports.DeleteApplicationResponseFilterSensitiveLog = DeleteApplicationResponseFilterSensitiveLog;
|
|
322
|
-
const DeleteEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
323
|
-
...obj,
|
|
324
|
-
});
|
|
325
|
-
exports.DeleteEnvironmentRequestFilterSensitiveLog = DeleteEnvironmentRequestFilterSensitiveLog;
|
|
326
|
-
const DeleteEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
327
|
-
...obj,
|
|
328
|
-
});
|
|
329
|
-
exports.DeleteEnvironmentResponseFilterSensitiveLog = DeleteEnvironmentResponseFilterSensitiveLog;
|
|
330
|
-
const DeleteResourcePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
});
|
|
333
|
-
exports.DeleteResourcePolicyRequestFilterSensitiveLog = DeleteResourcePolicyRequestFilterSensitiveLog;
|
|
334
|
-
const DeleteResourcePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
335
|
-
...obj,
|
|
336
|
-
});
|
|
337
|
-
exports.DeleteResourcePolicyResponseFilterSensitiveLog = DeleteResourcePolicyResponseFilterSensitiveLog;
|
|
338
|
-
const DeleteRouteRequestFilterSensitiveLog = (obj) => ({
|
|
339
|
-
...obj,
|
|
340
|
-
});
|
|
341
|
-
exports.DeleteRouteRequestFilterSensitiveLog = DeleteRouteRequestFilterSensitiveLog;
|
|
342
|
-
const DeleteRouteResponseFilterSensitiveLog = (obj) => ({
|
|
343
|
-
...obj,
|
|
344
|
-
});
|
|
345
|
-
exports.DeleteRouteResponseFilterSensitiveLog = DeleteRouteResponseFilterSensitiveLog;
|
|
346
|
-
const DeleteServiceRequestFilterSensitiveLog = (obj) => ({
|
|
347
|
-
...obj,
|
|
348
|
-
});
|
|
349
|
-
exports.DeleteServiceRequestFilterSensitiveLog = DeleteServiceRequestFilterSensitiveLog;
|
|
350
|
-
const DeleteServiceResponseFilterSensitiveLog = (obj) => ({
|
|
351
|
-
...obj,
|
|
352
|
-
});
|
|
353
|
-
exports.DeleteServiceResponseFilterSensitiveLog = DeleteServiceResponseFilterSensitiveLog;
|
|
354
281
|
const EnvironmentSummaryFilterSensitiveLog = (obj) => ({
|
|
355
282
|
...obj,
|
|
356
283
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
357
284
|
});
|
|
358
285
|
exports.EnvironmentSummaryFilterSensitiveLog = EnvironmentSummaryFilterSensitiveLog;
|
|
359
|
-
const EnvironmentVpcFilterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
});
|
|
362
|
-
exports.EnvironmentVpcFilterSensitiveLog = EnvironmentVpcFilterSensitiveLog;
|
|
363
|
-
const GetApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
364
|
-
...obj,
|
|
365
|
-
});
|
|
366
|
-
exports.GetApplicationRequestFilterSensitiveLog = GetApplicationRequestFilterSensitiveLog;
|
|
367
286
|
const GetApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
368
287
|
...obj,
|
|
369
288
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
370
289
|
});
|
|
371
290
|
exports.GetApplicationResponseFilterSensitiveLog = GetApplicationResponseFilterSensitiveLog;
|
|
372
|
-
const GetEnvironmentRequestFilterSensitiveLog = (obj) => ({
|
|
373
|
-
...obj,
|
|
374
|
-
});
|
|
375
|
-
exports.GetEnvironmentRequestFilterSensitiveLog = GetEnvironmentRequestFilterSensitiveLog;
|
|
376
291
|
const GetEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
377
292
|
...obj,
|
|
378
293
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
379
294
|
});
|
|
380
295
|
exports.GetEnvironmentResponseFilterSensitiveLog = GetEnvironmentResponseFilterSensitiveLog;
|
|
381
|
-
const GetResourcePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
382
|
-
...obj,
|
|
383
|
-
});
|
|
384
|
-
exports.GetResourcePolicyRequestFilterSensitiveLog = GetResourcePolicyRequestFilterSensitiveLog;
|
|
385
|
-
const GetResourcePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
386
|
-
...obj,
|
|
387
|
-
});
|
|
388
|
-
exports.GetResourcePolicyResponseFilterSensitiveLog = GetResourcePolicyResponseFilterSensitiveLog;
|
|
389
|
-
const GetRouteRequestFilterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
});
|
|
392
|
-
exports.GetRouteRequestFilterSensitiveLog = GetRouteRequestFilterSensitiveLog;
|
|
393
296
|
const GetRouteResponseFilterSensitiveLog = (obj) => ({
|
|
394
297
|
...obj,
|
|
395
298
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
396
299
|
});
|
|
397
300
|
exports.GetRouteResponseFilterSensitiveLog = GetRouteResponseFilterSensitiveLog;
|
|
398
|
-
const GetServiceRequestFilterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
exports.GetServiceRequestFilterSensitiveLog = GetServiceRequestFilterSensitiveLog;
|
|
402
|
-
const LambdaEndpointConfigFilterSensitiveLog = (obj) => ({
|
|
403
|
-
...obj,
|
|
404
|
-
});
|
|
405
|
-
exports.LambdaEndpointConfigFilterSensitiveLog = LambdaEndpointConfigFilterSensitiveLog;
|
|
406
|
-
const UrlEndpointConfigFilterSensitiveLog = (obj) => ({
|
|
407
|
-
...obj,
|
|
408
|
-
});
|
|
409
|
-
exports.UrlEndpointConfigFilterSensitiveLog = UrlEndpointConfigFilterSensitiveLog;
|
|
410
301
|
const GetServiceResponseFilterSensitiveLog = (obj) => ({
|
|
411
302
|
...obj,
|
|
412
303
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
413
304
|
});
|
|
414
305
|
exports.GetServiceResponseFilterSensitiveLog = GetServiceResponseFilterSensitiveLog;
|
|
415
|
-
const LambdaEndpointSummaryFilterSensitiveLog = (obj) => ({
|
|
416
|
-
...obj,
|
|
417
|
-
});
|
|
418
|
-
exports.LambdaEndpointSummaryFilterSensitiveLog = LambdaEndpointSummaryFilterSensitiveLog;
|
|
419
|
-
const ListApplicationsRequestFilterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
exports.ListApplicationsRequestFilterSensitiveLog = ListApplicationsRequestFilterSensitiveLog;
|
|
423
306
|
const ListApplicationsResponseFilterSensitiveLog = (obj) => ({
|
|
424
307
|
...obj,
|
|
425
308
|
...(obj.ApplicationSummaryList && {
|
|
@@ -427,10 +310,6 @@ const ListApplicationsResponseFilterSensitiveLog = (obj) => ({
|
|
|
427
310
|
}),
|
|
428
311
|
});
|
|
429
312
|
exports.ListApplicationsResponseFilterSensitiveLog = ListApplicationsResponseFilterSensitiveLog;
|
|
430
|
-
const ListEnvironmentsRequestFilterSensitiveLog = (obj) => ({
|
|
431
|
-
...obj,
|
|
432
|
-
});
|
|
433
|
-
exports.ListEnvironmentsRequestFilterSensitiveLog = ListEnvironmentsRequestFilterSensitiveLog;
|
|
434
313
|
const ListEnvironmentsResponseFilterSensitiveLog = (obj) => ({
|
|
435
314
|
...obj,
|
|
436
315
|
...(obj.EnvironmentSummaryList && {
|
|
@@ -438,18 +317,6 @@ const ListEnvironmentsResponseFilterSensitiveLog = (obj) => ({
|
|
|
438
317
|
}),
|
|
439
318
|
});
|
|
440
319
|
exports.ListEnvironmentsResponseFilterSensitiveLog = ListEnvironmentsResponseFilterSensitiveLog;
|
|
441
|
-
const ListEnvironmentVpcsRequestFilterSensitiveLog = (obj) => ({
|
|
442
|
-
...obj,
|
|
443
|
-
});
|
|
444
|
-
exports.ListEnvironmentVpcsRequestFilterSensitiveLog = ListEnvironmentVpcsRequestFilterSensitiveLog;
|
|
445
|
-
const ListEnvironmentVpcsResponseFilterSensitiveLog = (obj) => ({
|
|
446
|
-
...obj,
|
|
447
|
-
});
|
|
448
|
-
exports.ListEnvironmentVpcsResponseFilterSensitiveLog = ListEnvironmentVpcsResponseFilterSensitiveLog;
|
|
449
|
-
const ListRoutesRequestFilterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
});
|
|
452
|
-
exports.ListRoutesRequestFilterSensitiveLog = ListRoutesRequestFilterSensitiveLog;
|
|
453
320
|
const RouteSummaryFilterSensitiveLog = (obj) => ({
|
|
454
321
|
...obj,
|
|
455
322
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -462,14 +329,6 @@ const ListRoutesResponseFilterSensitiveLog = (obj) => ({
|
|
|
462
329
|
}),
|
|
463
330
|
});
|
|
464
331
|
exports.ListRoutesResponseFilterSensitiveLog = ListRoutesResponseFilterSensitiveLog;
|
|
465
|
-
const ListServicesRequestFilterSensitiveLog = (obj) => ({
|
|
466
|
-
...obj,
|
|
467
|
-
});
|
|
468
|
-
exports.ListServicesRequestFilterSensitiveLog = ListServicesRequestFilterSensitiveLog;
|
|
469
|
-
const UrlEndpointSummaryFilterSensitiveLog = (obj) => ({
|
|
470
|
-
...obj,
|
|
471
|
-
});
|
|
472
|
-
exports.UrlEndpointSummaryFilterSensitiveLog = UrlEndpointSummaryFilterSensitiveLog;
|
|
473
332
|
const ServiceSummaryFilterSensitiveLog = (obj) => ({
|
|
474
333
|
...obj,
|
|
475
334
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -482,46 +341,18 @@ const ListServicesResponseFilterSensitiveLog = (obj) => ({
|
|
|
482
341
|
}),
|
|
483
342
|
});
|
|
484
343
|
exports.ListServicesResponseFilterSensitiveLog = ListServicesResponseFilterSensitiveLog;
|
|
485
|
-
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
486
|
-
...obj,
|
|
487
|
-
});
|
|
488
|
-
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
489
344
|
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
490
345
|
...obj,
|
|
491
346
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
492
347
|
});
|
|
493
348
|
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
494
|
-
const PutResourcePolicyRequestFilterSensitiveLog = (obj) => ({
|
|
495
|
-
...obj,
|
|
496
|
-
});
|
|
497
|
-
exports.PutResourcePolicyRequestFilterSensitiveLog = PutResourcePolicyRequestFilterSensitiveLog;
|
|
498
|
-
const PutResourcePolicyResponseFilterSensitiveLog = (obj) => ({
|
|
499
|
-
...obj,
|
|
500
|
-
});
|
|
501
|
-
exports.PutResourcePolicyResponseFilterSensitiveLog = PutResourcePolicyResponseFilterSensitiveLog;
|
|
502
349
|
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
503
350
|
...obj,
|
|
504
351
|
...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
|
|
505
352
|
});
|
|
506
353
|
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
507
|
-
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
508
|
-
...obj,
|
|
509
|
-
});
|
|
510
|
-
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
511
354
|
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
512
355
|
...obj,
|
|
513
356
|
...(obj.TagKeys && { TagKeys: smithy_client_1.SENSITIVE_STRING }),
|
|
514
357
|
});
|
|
515
358
|
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
516
|
-
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
517
|
-
...obj,
|
|
518
|
-
});
|
|
519
|
-
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
520
|
-
const UpdateRouteRequestFilterSensitiveLog = (obj) => ({
|
|
521
|
-
...obj,
|
|
522
|
-
});
|
|
523
|
-
exports.UpdateRouteRequestFilterSensitiveLog = UpdateRouteRequestFilterSensitiveLog;
|
|
524
|
-
const UpdateRouteResponseFilterSensitiveLog = (obj) => ({
|
|
525
|
-
...obj,
|
|
526
|
-
});
|
|
527
|
-
exports.UpdateRouteResponseFilterSensitiveLog = UpdateRouteResponseFilterSensitiveLog;
|
|
@@ -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 { DeleteApplicationRequestFilterSensitiveLog, DeleteApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteApplicationCommand, serializeAws_restJson1DeleteApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteApplicationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteApplicationCommand 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 { DeleteEnvironmentRequestFilterSensitiveLog, DeleteEnvironmentResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteEnvironmentCommand, serializeAws_restJson1DeleteEnvironmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteEnvironmentCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteEnvironmentCommand 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 { DeleteResourcePolicyRequestFilterSensitiveLog, DeleteResourcePolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteResourcePolicyCommand, serializeAws_restJson1DeleteResourcePolicyCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteResourcePolicyCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteResourcePolicyCommand 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 { DeleteRouteRequestFilterSensitiveLog, DeleteRouteResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_restJson1DeleteRouteCommand, serializeAws_restJson1DeleteRouteCommand, } from "../protocols/Aws_restJson1";
|
|
6
5
|
export class DeleteRouteCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DeleteRouteCommand 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);
|