@aws-sdk/client-appconfig 3.489.0 → 3.495.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.
Files changed (65) hide show
  1. package/dist-cjs/AppConfig.js +1 -97
  2. package/dist-cjs/AppConfigClient.js +1 -43
  3. package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
  4. package/dist-cjs/commands/CreateConfigurationProfileCommand.js +1 -29
  5. package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +1 -28
  6. package/dist-cjs/commands/CreateEnvironmentCommand.js +1 -28
  7. package/dist-cjs/commands/CreateExtensionAssociationCommand.js +1 -28
  8. package/dist-cjs/commands/CreateExtensionCommand.js +1 -28
  9. package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +1 -29
  10. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteEnvironmentCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteExtensionAssociationCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteExtensionCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +1 -28
  17. package/dist-cjs/commands/GetApplicationCommand.js +1 -28
  18. package/dist-cjs/commands/GetConfigurationCommand.js +1 -29
  19. package/dist-cjs/commands/GetConfigurationProfileCommand.js +1 -29
  20. package/dist-cjs/commands/GetDeploymentCommand.js +1 -28
  21. package/dist-cjs/commands/GetDeploymentStrategyCommand.js +1 -28
  22. package/dist-cjs/commands/GetEnvironmentCommand.js +1 -28
  23. package/dist-cjs/commands/GetExtensionAssociationCommand.js +1 -28
  24. package/dist-cjs/commands/GetExtensionCommand.js +1 -28
  25. package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +1 -29
  26. package/dist-cjs/commands/ListApplicationsCommand.js +1 -28
  27. package/dist-cjs/commands/ListConfigurationProfilesCommand.js +1 -28
  28. package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +1 -28
  29. package/dist-cjs/commands/ListDeploymentsCommand.js +1 -28
  30. package/dist-cjs/commands/ListEnvironmentsCommand.js +1 -28
  31. package/dist-cjs/commands/ListExtensionAssociationsCommand.js +1 -28
  32. package/dist-cjs/commands/ListExtensionsCommand.js +1 -28
  33. package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +1 -28
  34. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  35. package/dist-cjs/commands/StartDeploymentCommand.js +1 -28
  36. package/dist-cjs/commands/StopDeploymentCommand.js +1 -28
  37. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  38. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  39. package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
  40. package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +1 -29
  41. package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +1 -28
  42. package/dist-cjs/commands/UpdateEnvironmentCommand.js +1 -28
  43. package/dist-cjs/commands/UpdateExtensionAssociationCommand.js +1 -28
  44. package/dist-cjs/commands/UpdateExtensionCommand.js +1 -28
  45. package/dist-cjs/commands/ValidateConfigurationCommand.js +1 -28
  46. package/dist-cjs/commands/index.js +1 -46
  47. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  48. package/dist-cjs/extensionConfiguration.js +1 -2
  49. package/dist-cjs/index.js +4004 -11
  50. package/dist-cjs/models/AppConfigServiceException.js +1 -12
  51. package/dist-cjs/models/index.js +1 -4
  52. package/dist-cjs/models/models_0.js +1 -193
  53. package/dist-cjs/pagination/Interfaces.js +1 -2
  54. package/dist-cjs/pagination/ListApplicationsPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListConfigurationProfilesPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListDeploymentStrategiesPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListDeploymentsPaginator.js +1 -7
  58. package/dist-cjs/pagination/ListEnvironmentsPaginator.js +1 -7
  59. package/dist-cjs/pagination/ListExtensionAssociationsPaginator.js +1 -7
  60. package/dist-cjs/pagination/ListExtensionsPaginator.js +1 -7
  61. package/dist-cjs/pagination/ListHostedConfigurationVersionsPaginator.js +1 -7
  62. package/dist-cjs/pagination/index.js +1 -12
  63. package/dist-cjs/protocols/Aws_restJson1.js +1 -2755
  64. package/dist-cjs/runtimeExtensions.js +1 -22
  65. package/package.json +41 -41
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConfigurationProfileCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetConfigurationProfileCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AmazonAppConfig", "GetConfigurationProfile", {})
23
- .n("AppConfigClient", "GetConfigurationProfileCommand")
24
- .f(void 0, models_0_1.ConfigurationProfileFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetConfigurationProfileCommand)
26
- .de(Aws_restJson1_1.de_GetConfigurationProfileCommand)
27
- .build() {
28
- }
29
- exports.GetConfigurationProfileCommand = GetConfigurationProfileCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDeploymentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetDeploymentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "GetDeployment", {})
22
- .n("AppConfigClient", "GetDeploymentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDeploymentCommand)
25
- .de(Aws_restJson1_1.de_GetDeploymentCommand)
26
- .build() {
27
- }
28
- exports.GetDeploymentCommand = GetDeploymentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDeploymentStrategyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetDeploymentStrategyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "GetDeploymentStrategy", {})
22
- .n("AppConfigClient", "GetDeploymentStrategyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDeploymentStrategyCommand)
25
- .de(Aws_restJson1_1.de_GetDeploymentStrategyCommand)
26
- .build() {
27
- }
28
- exports.GetDeploymentStrategyCommand = GetDeploymentStrategyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEnvironmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetEnvironmentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "GetEnvironment", {})
22
- .n("AppConfigClient", "GetEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_GetEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.GetEnvironmentCommand = GetEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetExtensionAssociationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetExtensionAssociationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "GetExtensionAssociation", {})
22
- .n("AppConfigClient", "GetExtensionAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetExtensionAssociationCommand)
25
- .de(Aws_restJson1_1.de_GetExtensionAssociationCommand)
26
- .build() {
27
- }
28
- exports.GetExtensionAssociationCommand = GetExtensionAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetExtensionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetExtensionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "GetExtension", {})
22
- .n("AppConfigClient", "GetExtensionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetExtensionCommand)
25
- .de(Aws_restJson1_1.de_GetExtensionCommand)
26
- .build() {
27
- }
28
- exports.GetExtensionCommand = GetExtensionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetHostedConfigurationVersionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetHostedConfigurationVersionCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AmazonAppConfig", "GetHostedConfigurationVersion", {})
23
- .n("AppConfigClient", "GetHostedConfigurationVersionCommand")
24
- .f(void 0, models_0_1.HostedConfigurationVersionFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetHostedConfigurationVersionCommand)
26
- .de(Aws_restJson1_1.de_GetHostedConfigurationVersionCommand)
27
- .build() {
28
- }
29
- exports.GetHostedConfigurationVersionCommand = GetHostedConfigurationVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListApplicationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListApplicationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "ListApplications", {})
22
- .n("AppConfigClient", "ListApplicationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListApplicationsCommand)
25
- .de(Aws_restJson1_1.de_ListApplicationsCommand)
26
- .build() {
27
- }
28
- exports.ListApplicationsCommand = ListApplicationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConfigurationProfilesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListConfigurationProfilesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "ListConfigurationProfiles", {})
22
- .n("AppConfigClient", "ListConfigurationProfilesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListConfigurationProfilesCommand)
25
- .de(Aws_restJson1_1.de_ListConfigurationProfilesCommand)
26
- .build() {
27
- }
28
- exports.ListConfigurationProfilesCommand = ListConfigurationProfilesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDeploymentStrategiesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListDeploymentStrategiesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "ListDeploymentStrategies", {})
22
- .n("AppConfigClient", "ListDeploymentStrategiesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDeploymentStrategiesCommand)
25
- .de(Aws_restJson1_1.de_ListDeploymentStrategiesCommand)
26
- .build() {
27
- }
28
- exports.ListDeploymentStrategiesCommand = ListDeploymentStrategiesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDeploymentsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListDeploymentsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "ListDeployments", {})
22
- .n("AppConfigClient", "ListDeploymentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDeploymentsCommand)
25
- .de(Aws_restJson1_1.de_ListDeploymentsCommand)
26
- .build() {
27
- }
28
- exports.ListDeploymentsCommand = ListDeploymentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEnvironmentsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListEnvironmentsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "ListEnvironments", {})
22
- .n("AppConfigClient", "ListEnvironmentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListEnvironmentsCommand)
25
- .de(Aws_restJson1_1.de_ListEnvironmentsCommand)
26
- .build() {
27
- }
28
- exports.ListEnvironmentsCommand = ListEnvironmentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListExtensionAssociationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListExtensionAssociationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "ListExtensionAssociations", {})
22
- .n("AppConfigClient", "ListExtensionAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListExtensionAssociationsCommand)
25
- .de(Aws_restJson1_1.de_ListExtensionAssociationsCommand)
26
- .build() {
27
- }
28
- exports.ListExtensionAssociationsCommand = ListExtensionAssociationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListExtensionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListExtensionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "ListExtensions", {})
22
- .n("AppConfigClient", "ListExtensionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListExtensionsCommand)
25
- .de(Aws_restJson1_1.de_ListExtensionsCommand)
26
- .build() {
27
- }
28
- exports.ListExtensionsCommand = ListExtensionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListHostedConfigurationVersionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListHostedConfigurationVersionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "ListHostedConfigurationVersions", {})
22
- .n("AppConfigClient", "ListHostedConfigurationVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListHostedConfigurationVersionsCommand)
25
- .de(Aws_restJson1_1.de_ListHostedConfigurationVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListHostedConfigurationVersionsCommand = ListHostedConfigurationVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "ListTagsForResource", {})
22
- .n("AppConfigClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDeploymentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StartDeploymentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "StartDeployment", {})
22
- .n("AppConfigClient", "StartDeploymentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartDeploymentCommand)
25
- .de(Aws_restJson1_1.de_StartDeploymentCommand)
26
- .build() {
27
- }
28
- exports.StartDeploymentCommand = StartDeploymentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopDeploymentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class StopDeploymentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "StopDeployment", {})
22
- .n("AppConfigClient", "StopDeploymentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StopDeploymentCommand)
25
- .de(Aws_restJson1_1.de_StopDeploymentCommand)
26
- .build() {
27
- }
28
- exports.StopDeploymentCommand = StopDeploymentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "TagResource", {})
22
- .n("AppConfigClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "UntagResource", {})
22
- .n("AppConfigClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateApplicationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateApplicationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonAppConfig", "UpdateApplication", {})
22
- .n("AppConfigClient", "UpdateApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateApplicationCommand)
25
- .de(Aws_restJson1_1.de_UpdateApplicationCommand)
26
- .build() {
27
- }
28
- exports.UpdateApplicationCommand = UpdateApplicationCommand;
1
+ module.exports = require("../index.js");