@aws-sdk/client-appconfig 3.414.0 → 3.418.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/CreateApplicationCommand.js +5 -0
- package/dist-cjs/commands/CreateConfigurationProfileCommand.js +5 -0
- package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +5 -0
- package/dist-cjs/commands/CreateEnvironmentCommand.js +5 -0
- package/dist-cjs/commands/CreateExtensionAssociationCommand.js +5 -0
- package/dist-cjs/commands/CreateExtensionCommand.js +5 -0
- package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +5 -0
- package/dist-cjs/commands/DeleteApplicationCommand.js +5 -0
- package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +5 -0
- package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +5 -0
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +5 -0
- package/dist-cjs/commands/DeleteExtensionAssociationCommand.js +5 -0
- package/dist-cjs/commands/DeleteExtensionCommand.js +5 -0
- package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +5 -0
- package/dist-cjs/commands/GetApplicationCommand.js +5 -0
- package/dist-cjs/commands/GetConfigurationCommand.js +5 -0
- package/dist-cjs/commands/GetConfigurationProfileCommand.js +5 -0
- package/dist-cjs/commands/GetDeploymentCommand.js +5 -0
- package/dist-cjs/commands/GetDeploymentStrategyCommand.js +5 -0
- package/dist-cjs/commands/GetEnvironmentCommand.js +5 -0
- package/dist-cjs/commands/GetExtensionAssociationCommand.js +5 -0
- package/dist-cjs/commands/GetExtensionCommand.js +5 -0
- package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +5 -0
- package/dist-cjs/commands/ListApplicationsCommand.js +5 -0
- package/dist-cjs/commands/ListConfigurationProfilesCommand.js +5 -0
- package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +5 -0
- package/dist-cjs/commands/ListDeploymentsCommand.js +5 -0
- package/dist-cjs/commands/ListEnvironmentsCommand.js +5 -0
- package/dist-cjs/commands/ListExtensionAssociationsCommand.js +5 -0
- package/dist-cjs/commands/ListExtensionsCommand.js +5 -0
- package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/StartDeploymentCommand.js +5 -0
- package/dist-cjs/commands/StopDeploymentCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateApplicationCommand.js +5 -0
- package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +5 -0
- package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +5 -0
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +5 -0
- package/dist-cjs/commands/UpdateExtensionAssociationCommand.js +5 -0
- package/dist-cjs/commands/UpdateExtensionCommand.js +5 -0
- package/dist-cjs/commands/ValidateConfigurationCommand.js +5 -0
- package/dist-cjs/models/models_0.js +15 -15
- package/dist-cjs/protocols/Aws_restJson1.js +16 -0
- package/dist-es/commands/CreateApplicationCommand.js +5 -0
- package/dist-es/commands/CreateConfigurationProfileCommand.js +5 -0
- package/dist-es/commands/CreateDeploymentStrategyCommand.js +5 -0
- package/dist-es/commands/CreateEnvironmentCommand.js +5 -0
- package/dist-es/commands/CreateExtensionAssociationCommand.js +5 -0
- package/dist-es/commands/CreateExtensionCommand.js +5 -0
- package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +5 -0
- package/dist-es/commands/DeleteApplicationCommand.js +5 -0
- package/dist-es/commands/DeleteConfigurationProfileCommand.js +5 -0
- package/dist-es/commands/DeleteDeploymentStrategyCommand.js +5 -0
- package/dist-es/commands/DeleteEnvironmentCommand.js +5 -0
- package/dist-es/commands/DeleteExtensionAssociationCommand.js +5 -0
- package/dist-es/commands/DeleteExtensionCommand.js +5 -0
- package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +5 -0
- package/dist-es/commands/GetApplicationCommand.js +5 -0
- package/dist-es/commands/GetConfigurationCommand.js +5 -0
- package/dist-es/commands/GetConfigurationProfileCommand.js +5 -0
- package/dist-es/commands/GetDeploymentCommand.js +5 -0
- package/dist-es/commands/GetDeploymentStrategyCommand.js +5 -0
- package/dist-es/commands/GetEnvironmentCommand.js +5 -0
- package/dist-es/commands/GetExtensionAssociationCommand.js +5 -0
- package/dist-es/commands/GetExtensionCommand.js +5 -0
- package/dist-es/commands/GetHostedConfigurationVersionCommand.js +5 -0
- package/dist-es/commands/ListApplicationsCommand.js +5 -0
- package/dist-es/commands/ListConfigurationProfilesCommand.js +5 -0
- package/dist-es/commands/ListDeploymentStrategiesCommand.js +5 -0
- package/dist-es/commands/ListDeploymentsCommand.js +5 -0
- package/dist-es/commands/ListEnvironmentsCommand.js +5 -0
- package/dist-es/commands/ListExtensionAssociationsCommand.js +5 -0
- package/dist-es/commands/ListExtensionsCommand.js +5 -0
- package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/StartDeploymentCommand.js +5 -0
- package/dist-es/commands/StopDeploymentCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateApplicationCommand.js +5 -0
- package/dist-es/commands/UpdateConfigurationProfileCommand.js +5 -0
- package/dist-es/commands/UpdateDeploymentStrategyCommand.js +5 -0
- package/dist-es/commands/UpdateEnvironmentCommand.js +5 -0
- package/dist-es/commands/UpdateExtensionAssociationCommand.js +5 -0
- package/dist-es/commands/UpdateExtensionCommand.js +5 -0
- package/dist-es/commands/ValidateConfigurationCommand.js +5 -0
- package/dist-es/models/models_0.js +13 -13
- package/dist-es/protocols/Aws_restJson1.js +16 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +11 -0
- package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +11 -0
- package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +11 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +11 -0
- package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +9 -1
- package/dist-types/commands/CreateExtensionCommand.d.ts +28 -4
- package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +9 -1
- package/dist-types/commands/GetDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/StopDeploymentCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +59 -20
- package/dist-types/ts3.4/models/models_0.d.ts +10 -8
- package/package.json +32 -32
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class StartDeploymentCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class StartDeploymentCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonAppConfig",
|
|
38
|
+
operation: "StartDeployment",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class StopDeploymentCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class StopDeploymentCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonAppConfig",
|
|
38
|
+
operation: "StopDeployment",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonAppConfig",
|
|
38
|
+
operation: "TagResource",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonAppConfig",
|
|
38
|
+
operation: "UntagResource",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class UpdateApplicationCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateApplicationCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonAppConfig",
|
|
38
|
+
operation: "UpdateApplication",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
11
|
class UpdateConfigurationProfileCommand extends smithy_client_1.Command {
|
|
@@ -33,6 +34,10 @@ class UpdateConfigurationProfileCommand extends smithy_client_1.Command {
|
|
|
33
34
|
commandName,
|
|
34
35
|
inputFilterSensitiveLog: models_0_1.UpdateConfigurationProfileRequestFilterSensitiveLog,
|
|
35
36
|
outputFilterSensitiveLog: models_0_1.ConfigurationProfileFilterSensitiveLog,
|
|
37
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
+
service: "AmazonAppConfig",
|
|
39
|
+
operation: "UpdateConfigurationProfile",
|
|
40
|
+
},
|
|
36
41
|
};
|
|
37
42
|
const { requestHandler } = configuration;
|
|
38
43
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class UpdateDeploymentStrategyCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateDeploymentStrategyCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonAppConfig",
|
|
38
|
+
operation: "UpdateDeploymentStrategy",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class UpdateEnvironmentCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateEnvironmentCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonAppConfig",
|
|
38
|
+
operation: "UpdateEnvironment",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class UpdateExtensionAssociationCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateExtensionAssociationCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonAppConfig",
|
|
38
|
+
operation: "UpdateExtensionAssociation",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class UpdateExtensionCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class UpdateExtensionCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonAppConfig",
|
|
38
|
+
operation: "UpdateExtension",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class ValidateConfigurationCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
@@ -32,6 +33,10 @@ class ValidateConfigurationCommand extends smithy_client_1.Command {
|
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: (_) => _,
|
|
34
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonAppConfig",
|
|
38
|
+
operation: "ValidateConfiguration",
|
|
39
|
+
},
|
|
35
40
|
};
|
|
36
41
|
const { requestHandler } = configuration;
|
|
37
42
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateConfigurationProfileRequestFilterSensitiveLog = exports.ConfigurationFilterSensitiveLog = exports.HostedConfigurationVersionFilterSensitiveLog = exports.CreateHostedConfigurationVersionRequestFilterSensitiveLog = exports.CreateConfigurationProfileRequestFilterSensitiveLog = exports.ConfigurationProfileFilterSensitiveLog = exports.ValidatorFilterSensitiveLog = exports.DeploymentState = exports.TriggeredBy = exports.DeploymentEventType = exports.PayloadTooLargeException = exports.BytesMeasure = exports.
|
|
3
|
+
exports.UpdateConfigurationProfileRequestFilterSensitiveLog = exports.ConfigurationFilterSensitiveLog = exports.HostedConfigurationVersionFilterSensitiveLog = exports.CreateHostedConfigurationVersionRequestFilterSensitiveLog = exports.CreateConfigurationProfileRequestFilterSensitiveLog = exports.ConfigurationProfileFilterSensitiveLog = exports.ValidatorFilterSensitiveLog = exports.DeploymentState = exports.TriggeredBy = exports.DeploymentEventType = exports.PayloadTooLargeException = exports.BytesMeasure = exports.ConflictException = exports.EnvironmentState = exports.ReplicateTo = exports.GrowthType = exports.ResourceNotFoundException = exports.ValidatorType = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.BadRequestException = exports.BadRequestReason = exports.BadRequestDetails = exports.ActionPoint = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const AppConfigServiceException_1 = require("./AppConfigServiceException");
|
|
6
6
|
exports.ActionPoint = {
|
|
@@ -53,6 +53,20 @@ class InternalServerException extends AppConfigServiceException_1.AppConfigServi
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
exports.InternalServerException = InternalServerException;
|
|
56
|
+
class ServiceQuotaExceededException extends AppConfigServiceException_1.AppConfigServiceException {
|
|
57
|
+
constructor(opts) {
|
|
58
|
+
super({
|
|
59
|
+
name: "ServiceQuotaExceededException",
|
|
60
|
+
$fault: "client",
|
|
61
|
+
...opts,
|
|
62
|
+
});
|
|
63
|
+
this.name = "ServiceQuotaExceededException";
|
|
64
|
+
this.$fault = "client";
|
|
65
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
66
|
+
this.Message = opts.Message;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
56
70
|
exports.ValidatorType = {
|
|
57
71
|
JSON_SCHEMA: "JSON_SCHEMA",
|
|
58
72
|
LAMBDA: "LAMBDA",
|
|
@@ -100,20 +114,6 @@ class ConflictException extends AppConfigServiceException_1.AppConfigServiceExce
|
|
|
100
114
|
}
|
|
101
115
|
}
|
|
102
116
|
exports.ConflictException = ConflictException;
|
|
103
|
-
class ServiceQuotaExceededException extends AppConfigServiceException_1.AppConfigServiceException {
|
|
104
|
-
constructor(opts) {
|
|
105
|
-
super({
|
|
106
|
-
name: "ServiceQuotaExceededException",
|
|
107
|
-
$fault: "client",
|
|
108
|
-
...opts,
|
|
109
|
-
});
|
|
110
|
-
this.name = "ServiceQuotaExceededException";
|
|
111
|
-
this.$fault = "client";
|
|
112
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
113
|
-
this.Message = opts.Message;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
117
117
|
exports.BytesMeasure = {
|
|
118
118
|
KILOBYTES: "KILOBYTES",
|
|
119
119
|
};
|
|
@@ -1008,6 +1008,9 @@ const de_CreateApplicationCommandError = async (output, context) => {
|
|
|
1008
1008
|
case "InternalServerException":
|
|
1009
1009
|
case "com.amazonaws.appconfig#InternalServerException":
|
|
1010
1010
|
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1011
|
+
case "ServiceQuotaExceededException":
|
|
1012
|
+
case "com.amazonaws.appconfig#ServiceQuotaExceededException":
|
|
1013
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
1011
1014
|
default:
|
|
1012
1015
|
const parsedBody = parsedOutput.body;
|
|
1013
1016
|
return throwDefaultError({
|
|
@@ -1055,6 +1058,9 @@ const de_CreateConfigurationProfileCommandError = async (output, context) => {
|
|
|
1055
1058
|
case "ResourceNotFoundException":
|
|
1056
1059
|
case "com.amazonaws.appconfig#ResourceNotFoundException":
|
|
1057
1060
|
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1061
|
+
case "ServiceQuotaExceededException":
|
|
1062
|
+
case "com.amazonaws.appconfig#ServiceQuotaExceededException":
|
|
1063
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
1058
1064
|
default:
|
|
1059
1065
|
const parsedBody = parsedOutput.body;
|
|
1060
1066
|
return throwDefaultError({
|
|
@@ -1099,6 +1105,9 @@ const de_CreateDeploymentStrategyCommandError = async (output, context) => {
|
|
|
1099
1105
|
case "InternalServerException":
|
|
1100
1106
|
case "com.amazonaws.appconfig#InternalServerException":
|
|
1101
1107
|
throw await de_InternalServerExceptionRes(parsedOutput, context);
|
|
1108
|
+
case "ServiceQuotaExceededException":
|
|
1109
|
+
case "com.amazonaws.appconfig#ServiceQuotaExceededException":
|
|
1110
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
1102
1111
|
default:
|
|
1103
1112
|
const parsedBody = parsedOutput.body;
|
|
1104
1113
|
return throwDefaultError({
|
|
@@ -1144,6 +1153,9 @@ const de_CreateEnvironmentCommandError = async (output, context) => {
|
|
|
1144
1153
|
case "ResourceNotFoundException":
|
|
1145
1154
|
case "com.amazonaws.appconfig#ResourceNotFoundException":
|
|
1146
1155
|
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1156
|
+
case "ServiceQuotaExceededException":
|
|
1157
|
+
case "com.amazonaws.appconfig#ServiceQuotaExceededException":
|
|
1158
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
1147
1159
|
default:
|
|
1148
1160
|
const parsedBody = parsedOutput.body;
|
|
1149
1161
|
return throwDefaultError({
|
|
@@ -1721,6 +1733,7 @@ const de_GetDeploymentCommand = async (output, context) => {
|
|
|
1721
1733
|
PercentageComplete: smithy_client_1.limitedParseFloat32,
|
|
1722
1734
|
StartedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
1723
1735
|
State: smithy_client_1.expectString,
|
|
1736
|
+
VersionLabel: smithy_client_1.expectString,
|
|
1724
1737
|
});
|
|
1725
1738
|
Object.assign(contents, doc);
|
|
1726
1739
|
return contents;
|
|
@@ -2366,6 +2379,7 @@ const de_StartDeploymentCommand = async (output, context) => {
|
|
|
2366
2379
|
PercentageComplete: smithy_client_1.limitedParseFloat32,
|
|
2367
2380
|
StartedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
2368
2381
|
State: smithy_client_1.expectString,
|
|
2382
|
+
VersionLabel: smithy_client_1.expectString,
|
|
2369
2383
|
});
|
|
2370
2384
|
Object.assign(contents, doc);
|
|
2371
2385
|
return contents;
|
|
@@ -2429,6 +2443,7 @@ const de_StopDeploymentCommand = async (output, context) => {
|
|
|
2429
2443
|
PercentageComplete: smithy_client_1.limitedParseFloat32,
|
|
2430
2444
|
StartedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
2431
2445
|
State: smithy_client_1.expectString,
|
|
2446
|
+
VersionLabel: smithy_client_1.expectString,
|
|
2432
2447
|
});
|
|
2433
2448
|
Object.assign(contents, doc);
|
|
2434
2449
|
return contents;
|
|
@@ -2985,6 +3000,7 @@ const de_DeploymentSummary = (output, context) => {
|
|
|
2985
3000
|
PercentageComplete: smithy_client_1.limitedParseFloat32,
|
|
2986
3001
|
StartedAt: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_)),
|
|
2987
3002
|
State: smithy_client_1.expectString,
|
|
3003
|
+
VersionLabel: smithy_client_1.expectString,
|
|
2988
3004
|
});
|
|
2989
3005
|
};
|
|
2990
3006
|
const deserializeMetadata = (output) => ({
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateApplicationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateApplicationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppConfig",
|
|
35
|
+
operation: "CreateApplication",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { ConfigurationProfileFilterSensitiveLog, CreateConfigurationProfileRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreateConfigurationProfileCommand, se_CreateConfigurationProfileCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateConfigurationProfileCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateConfigurationProfileRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: ConfigurationProfileFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AmazonAppConfig",
|
|
36
|
+
operation: "CreateConfigurationProfile",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateDeploymentStrategyCommand, se_CreateDeploymentStrategyCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateDeploymentStrategyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateDeploymentStrategyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppConfig",
|
|
35
|
+
operation: "CreateDeploymentStrategy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateEnvironmentCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateEnvironmentCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppConfig",
|
|
35
|
+
operation: "CreateEnvironment",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateExtensionAssociationCommand, se_CreateExtensionAssociationCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateExtensionAssociationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateExtensionAssociationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppConfig",
|
|
35
|
+
operation: "CreateExtensionAssociation",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_CreateExtensionCommand, se_CreateExtensionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class CreateExtensionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class CreateExtensionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppConfig",
|
|
35
|
+
operation: "CreateExtension",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { CreateHostedConfigurationVersionRequestFilterSensitiveLog, HostedConfigurationVersionFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreateHostedConfigurationVersionCommand, se_CreateHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
@@ -30,6 +31,10 @@ export class CreateHostedConfigurationVersionCommand extends $Command {
|
|
|
30
31
|
commandName,
|
|
31
32
|
inputFilterSensitiveLog: CreateHostedConfigurationVersionRequestFilterSensitiveLog,
|
|
32
33
|
outputFilterSensitiveLog: HostedConfigurationVersionFilterSensitiveLog,
|
|
34
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
35
|
+
service: "AmazonAppConfig",
|
|
36
|
+
operation: "CreateHostedConfigurationVersion",
|
|
37
|
+
},
|
|
33
38
|
};
|
|
34
39
|
const { requestHandler } = configuration;
|
|
35
40
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteApplicationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteApplicationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppConfig",
|
|
35
|
+
operation: "DeleteApplication",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteConfigurationProfileCommand, se_DeleteConfigurationProfileCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteConfigurationProfileCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteConfigurationProfileCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppConfig",
|
|
35
|
+
operation: "DeleteConfigurationProfile",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteDeploymentStrategyCommand, se_DeleteDeploymentStrategyCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteDeploymentStrategyCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteDeploymentStrategyCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppConfig",
|
|
35
|
+
operation: "DeleteDeploymentStrategy",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteEnvironmentCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteEnvironmentCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppConfig",
|
|
35
|
+
operation: "DeleteEnvironment",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteExtensionAssociationCommand, se_DeleteExtensionAssociationCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteExtensionAssociationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteExtensionAssociationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppConfig",
|
|
35
|
+
operation: "DeleteExtensionAssociation",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteExtensionCommand, se_DeleteExtensionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteExtensionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteExtensionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppConfig",
|
|
35
|
+
operation: "DeleteExtension",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteHostedConfigurationVersionCommand, se_DeleteHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteHostedConfigurationVersionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteHostedConfigurationVersionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppConfig",
|
|
35
|
+
operation: "DeleteHostedConfigurationVersion",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetApplicationCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetApplicationCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonAppConfig",
|
|
35
|
+
operation: "GetApplication",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|