@aws-sdk/client-amplify 3.490.0 → 3.496.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 (55) hide show
  1. package/dist-cjs/Amplify.js +1 -85
  2. package/dist-cjs/AmplifyClient.js +1 -43
  3. package/dist-cjs/commands/CreateAppCommand.js +1 -29
  4. package/dist-cjs/commands/CreateBackendEnvironmentCommand.js +1 -28
  5. package/dist-cjs/commands/CreateBranchCommand.js +1 -29
  6. package/dist-cjs/commands/CreateDeploymentCommand.js +1 -28
  7. package/dist-cjs/commands/CreateDomainAssociationCommand.js +1 -28
  8. package/dist-cjs/commands/CreateWebhookCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteAppCommand.js +1 -29
  10. package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteBranchCommand.js +1 -29
  12. package/dist-cjs/commands/DeleteDomainAssociationCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteJobCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteWebhookCommand.js +1 -28
  15. package/dist-cjs/commands/GenerateAccessLogsCommand.js +1 -28
  16. package/dist-cjs/commands/GetAppCommand.js +1 -29
  17. package/dist-cjs/commands/GetArtifactUrlCommand.js +1 -28
  18. package/dist-cjs/commands/GetBackendEnvironmentCommand.js +1 -28
  19. package/dist-cjs/commands/GetBranchCommand.js +1 -29
  20. package/dist-cjs/commands/GetDomainAssociationCommand.js +1 -28
  21. package/dist-cjs/commands/GetJobCommand.js +1 -28
  22. package/dist-cjs/commands/GetWebhookCommand.js +1 -28
  23. package/dist-cjs/commands/ListAppsCommand.js +1 -29
  24. package/dist-cjs/commands/ListArtifactsCommand.js +1 -28
  25. package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +1 -28
  26. package/dist-cjs/commands/ListBranchesCommand.js +1 -29
  27. package/dist-cjs/commands/ListDomainAssociationsCommand.js +1 -28
  28. package/dist-cjs/commands/ListJobsCommand.js +1 -28
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  30. package/dist-cjs/commands/ListWebhooksCommand.js +1 -28
  31. package/dist-cjs/commands/StartDeploymentCommand.js +1 -28
  32. package/dist-cjs/commands/StartJobCommand.js +1 -28
  33. package/dist-cjs/commands/StopJobCommand.js +1 -28
  34. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  35. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  36. package/dist-cjs/commands/UpdateAppCommand.js +1 -29
  37. package/dist-cjs/commands/UpdateBranchCommand.js +1 -29
  38. package/dist-cjs/commands/UpdateDomainAssociationCommand.js +1 -28
  39. package/dist-cjs/commands/UpdateWebhookCommand.js +1 -28
  40. package/dist-cjs/commands/index.js +1 -40
  41. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  42. package/dist-cjs/extensionConfiguration.js +1 -2
  43. package/dist-cjs/index.js +3713 -11
  44. package/dist-cjs/models/AmplifyServiceException.js +1 -12
  45. package/dist-cjs/models/index.js +1 -4
  46. package/dist-cjs/models/models_0.js +1 -244
  47. package/dist-cjs/pagination/Interfaces.js +1 -2
  48. package/dist-cjs/pagination/ListAppsPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListBranchesPaginator.js +1 -7
  50. package/dist-cjs/pagination/ListDomainAssociationsPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListJobsPaginator.js +1 -7
  52. package/dist-cjs/pagination/index.js +1 -8
  53. package/dist-cjs/protocols/Aws_restJson1.js +1 -2548
  54. package/dist-cjs/runtimeExtensions.js +1 -22
  55. package/package.json +40 -40
@@ -1,85 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Amplify = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AmplifyClient_1 = require("./AmplifyClient");
6
- const CreateAppCommand_1 = require("./commands/CreateAppCommand");
7
- const CreateBackendEnvironmentCommand_1 = require("./commands/CreateBackendEnvironmentCommand");
8
- const CreateBranchCommand_1 = require("./commands/CreateBranchCommand");
9
- const CreateDeploymentCommand_1 = require("./commands/CreateDeploymentCommand");
10
- const CreateDomainAssociationCommand_1 = require("./commands/CreateDomainAssociationCommand");
11
- const CreateWebhookCommand_1 = require("./commands/CreateWebhookCommand");
12
- const DeleteAppCommand_1 = require("./commands/DeleteAppCommand");
13
- const DeleteBackendEnvironmentCommand_1 = require("./commands/DeleteBackendEnvironmentCommand");
14
- const DeleteBranchCommand_1 = require("./commands/DeleteBranchCommand");
15
- const DeleteDomainAssociationCommand_1 = require("./commands/DeleteDomainAssociationCommand");
16
- const DeleteJobCommand_1 = require("./commands/DeleteJobCommand");
17
- const DeleteWebhookCommand_1 = require("./commands/DeleteWebhookCommand");
18
- const GenerateAccessLogsCommand_1 = require("./commands/GenerateAccessLogsCommand");
19
- const GetAppCommand_1 = require("./commands/GetAppCommand");
20
- const GetArtifactUrlCommand_1 = require("./commands/GetArtifactUrlCommand");
21
- const GetBackendEnvironmentCommand_1 = require("./commands/GetBackendEnvironmentCommand");
22
- const GetBranchCommand_1 = require("./commands/GetBranchCommand");
23
- const GetDomainAssociationCommand_1 = require("./commands/GetDomainAssociationCommand");
24
- const GetJobCommand_1 = require("./commands/GetJobCommand");
25
- const GetWebhookCommand_1 = require("./commands/GetWebhookCommand");
26
- const ListAppsCommand_1 = require("./commands/ListAppsCommand");
27
- const ListArtifactsCommand_1 = require("./commands/ListArtifactsCommand");
28
- const ListBackendEnvironmentsCommand_1 = require("./commands/ListBackendEnvironmentsCommand");
29
- const ListBranchesCommand_1 = require("./commands/ListBranchesCommand");
30
- const ListDomainAssociationsCommand_1 = require("./commands/ListDomainAssociationsCommand");
31
- const ListJobsCommand_1 = require("./commands/ListJobsCommand");
32
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
33
- const ListWebhooksCommand_1 = require("./commands/ListWebhooksCommand");
34
- const StartDeploymentCommand_1 = require("./commands/StartDeploymentCommand");
35
- const StartJobCommand_1 = require("./commands/StartJobCommand");
36
- const StopJobCommand_1 = require("./commands/StopJobCommand");
37
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
38
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
39
- const UpdateAppCommand_1 = require("./commands/UpdateAppCommand");
40
- const UpdateBranchCommand_1 = require("./commands/UpdateBranchCommand");
41
- const UpdateDomainAssociationCommand_1 = require("./commands/UpdateDomainAssociationCommand");
42
- const UpdateWebhookCommand_1 = require("./commands/UpdateWebhookCommand");
43
- const commands = {
44
- CreateAppCommand: CreateAppCommand_1.CreateAppCommand,
45
- CreateBackendEnvironmentCommand: CreateBackendEnvironmentCommand_1.CreateBackendEnvironmentCommand,
46
- CreateBranchCommand: CreateBranchCommand_1.CreateBranchCommand,
47
- CreateDeploymentCommand: CreateDeploymentCommand_1.CreateDeploymentCommand,
48
- CreateDomainAssociationCommand: CreateDomainAssociationCommand_1.CreateDomainAssociationCommand,
49
- CreateWebhookCommand: CreateWebhookCommand_1.CreateWebhookCommand,
50
- DeleteAppCommand: DeleteAppCommand_1.DeleteAppCommand,
51
- DeleteBackendEnvironmentCommand: DeleteBackendEnvironmentCommand_1.DeleteBackendEnvironmentCommand,
52
- DeleteBranchCommand: DeleteBranchCommand_1.DeleteBranchCommand,
53
- DeleteDomainAssociationCommand: DeleteDomainAssociationCommand_1.DeleteDomainAssociationCommand,
54
- DeleteJobCommand: DeleteJobCommand_1.DeleteJobCommand,
55
- DeleteWebhookCommand: DeleteWebhookCommand_1.DeleteWebhookCommand,
56
- GenerateAccessLogsCommand: GenerateAccessLogsCommand_1.GenerateAccessLogsCommand,
57
- GetAppCommand: GetAppCommand_1.GetAppCommand,
58
- GetArtifactUrlCommand: GetArtifactUrlCommand_1.GetArtifactUrlCommand,
59
- GetBackendEnvironmentCommand: GetBackendEnvironmentCommand_1.GetBackendEnvironmentCommand,
60
- GetBranchCommand: GetBranchCommand_1.GetBranchCommand,
61
- GetDomainAssociationCommand: GetDomainAssociationCommand_1.GetDomainAssociationCommand,
62
- GetJobCommand: GetJobCommand_1.GetJobCommand,
63
- GetWebhookCommand: GetWebhookCommand_1.GetWebhookCommand,
64
- ListAppsCommand: ListAppsCommand_1.ListAppsCommand,
65
- ListArtifactsCommand: ListArtifactsCommand_1.ListArtifactsCommand,
66
- ListBackendEnvironmentsCommand: ListBackendEnvironmentsCommand_1.ListBackendEnvironmentsCommand,
67
- ListBranchesCommand: ListBranchesCommand_1.ListBranchesCommand,
68
- ListDomainAssociationsCommand: ListDomainAssociationsCommand_1.ListDomainAssociationsCommand,
69
- ListJobsCommand: ListJobsCommand_1.ListJobsCommand,
70
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
71
- ListWebhooksCommand: ListWebhooksCommand_1.ListWebhooksCommand,
72
- StartDeploymentCommand: StartDeploymentCommand_1.StartDeploymentCommand,
73
- StartJobCommand: StartJobCommand_1.StartJobCommand,
74
- StopJobCommand: StopJobCommand_1.StopJobCommand,
75
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
76
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
77
- UpdateAppCommand: UpdateAppCommand_1.UpdateAppCommand,
78
- UpdateBranchCommand: UpdateBranchCommand_1.UpdateBranchCommand,
79
- UpdateDomainAssociationCommand: UpdateDomainAssociationCommand_1.UpdateDomainAssociationCommand,
80
- UpdateWebhookCommand: UpdateWebhookCommand_1.UpdateWebhookCommand,
81
- };
82
- class Amplify extends AmplifyClient_1.AmplifyClient {
83
- }
84
- exports.Amplify = Amplify;
85
- (0, smithy_client_1.createAggregatedClient)(commands, Amplify);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AmplifyClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class AmplifyClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.AmplifyClient = AmplifyClient;
1
+ module.exports = require("./index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAppCommand = 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 CreateAppCommand 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("Amplify", "CreateApp", {})
23
- .n("AmplifyClient", "CreateAppCommand")
24
- .f(models_0_1.CreateAppRequestFilterSensitiveLog, models_0_1.CreateAppResultFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateAppCommand)
26
- .de(Aws_restJson1_1.de_CreateAppCommand)
27
- .build() {
28
- }
29
- exports.CreateAppCommand = CreateAppCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateBackendEnvironmentCommand = 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 CreateBackendEnvironmentCommand 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("Amplify", "CreateBackendEnvironment", {})
22
- .n("AmplifyClient", "CreateBackendEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateBackendEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_CreateBackendEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.CreateBackendEnvironmentCommand = CreateBackendEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateBranchCommand = 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 CreateBranchCommand 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("Amplify", "CreateBranch", {})
23
- .n("AmplifyClient", "CreateBranchCommand")
24
- .f(models_0_1.CreateBranchRequestFilterSensitiveLog, models_0_1.CreateBranchResultFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateBranchCommand)
26
- .de(Aws_restJson1_1.de_CreateBranchCommand)
27
- .build() {
28
- }
29
- exports.CreateBranchCommand = CreateBranchCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDeploymentCommand = 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 CreateDeploymentCommand 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("Amplify", "CreateDeployment", {})
22
- .n("AmplifyClient", "CreateDeploymentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateDeploymentCommand)
25
- .de(Aws_restJson1_1.de_CreateDeploymentCommand)
26
- .build() {
27
- }
28
- exports.CreateDeploymentCommand = CreateDeploymentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDomainAssociationCommand = 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 CreateDomainAssociationCommand 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("Amplify", "CreateDomainAssociation", {})
22
- .n("AmplifyClient", "CreateDomainAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateDomainAssociationCommand)
25
- .de(Aws_restJson1_1.de_CreateDomainAssociationCommand)
26
- .build() {
27
- }
28
- exports.CreateDomainAssociationCommand = CreateDomainAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWebhookCommand = 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 CreateWebhookCommand 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("Amplify", "CreateWebhook", {})
22
- .n("AmplifyClient", "CreateWebhookCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateWebhookCommand)
25
- .de(Aws_restJson1_1.de_CreateWebhookCommand)
26
- .build() {
27
- }
28
- exports.CreateWebhookCommand = CreateWebhookCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAppCommand = 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 DeleteAppCommand 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("Amplify", "DeleteApp", {})
23
- .n("AmplifyClient", "DeleteAppCommand")
24
- .f(void 0, models_0_1.DeleteAppResultFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_DeleteAppCommand)
26
- .de(Aws_restJson1_1.de_DeleteAppCommand)
27
- .build() {
28
- }
29
- exports.DeleteAppCommand = DeleteAppCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteBackendEnvironmentCommand = 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 DeleteBackendEnvironmentCommand 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("Amplify", "DeleteBackendEnvironment", {})
22
- .n("AmplifyClient", "DeleteBackendEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteBackendEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_DeleteBackendEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.DeleteBackendEnvironmentCommand = DeleteBackendEnvironmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteBranchCommand = 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 DeleteBranchCommand 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("Amplify", "DeleteBranch", {})
23
- .n("AmplifyClient", "DeleteBranchCommand")
24
- .f(void 0, models_0_1.DeleteBranchResultFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_DeleteBranchCommand)
26
- .de(Aws_restJson1_1.de_DeleteBranchCommand)
27
- .build() {
28
- }
29
- exports.DeleteBranchCommand = DeleteBranchCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDomainAssociationCommand = 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 DeleteDomainAssociationCommand 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("Amplify", "DeleteDomainAssociation", {})
22
- .n("AmplifyClient", "DeleteDomainAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteDomainAssociationCommand)
25
- .de(Aws_restJson1_1.de_DeleteDomainAssociationCommand)
26
- .build() {
27
- }
28
- exports.DeleteDomainAssociationCommand = DeleteDomainAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteJobCommand = 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 DeleteJobCommand 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("Amplify", "DeleteJob", {})
22
- .n("AmplifyClient", "DeleteJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteJobCommand)
25
- .de(Aws_restJson1_1.de_DeleteJobCommand)
26
- .build() {
27
- }
28
- exports.DeleteJobCommand = DeleteJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWebhookCommand = 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 DeleteWebhookCommand 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("Amplify", "DeleteWebhook", {})
22
- .n("AmplifyClient", "DeleteWebhookCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteWebhookCommand)
25
- .de(Aws_restJson1_1.de_DeleteWebhookCommand)
26
- .build() {
27
- }
28
- exports.DeleteWebhookCommand = DeleteWebhookCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GenerateAccessLogsCommand = 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 GenerateAccessLogsCommand 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("Amplify", "GenerateAccessLogs", {})
22
- .n("AmplifyClient", "GenerateAccessLogsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GenerateAccessLogsCommand)
25
- .de(Aws_restJson1_1.de_GenerateAccessLogsCommand)
26
- .build() {
27
- }
28
- exports.GenerateAccessLogsCommand = GenerateAccessLogsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAppCommand = 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 GetAppCommand 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("Amplify", "GetApp", {})
23
- .n("AmplifyClient", "GetAppCommand")
24
- .f(void 0, models_0_1.GetAppResultFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetAppCommand)
26
- .de(Aws_restJson1_1.de_GetAppCommand)
27
- .build() {
28
- }
29
- exports.GetAppCommand = GetAppCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetArtifactUrlCommand = 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 GetArtifactUrlCommand 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("Amplify", "GetArtifactUrl", {})
22
- .n("AmplifyClient", "GetArtifactUrlCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetArtifactUrlCommand)
25
- .de(Aws_restJson1_1.de_GetArtifactUrlCommand)
26
- .build() {
27
- }
28
- exports.GetArtifactUrlCommand = GetArtifactUrlCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetBackendEnvironmentCommand = 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 GetBackendEnvironmentCommand 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("Amplify", "GetBackendEnvironment", {})
22
- .n("AmplifyClient", "GetBackendEnvironmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetBackendEnvironmentCommand)
25
- .de(Aws_restJson1_1.de_GetBackendEnvironmentCommand)
26
- .build() {
27
- }
28
- exports.GetBackendEnvironmentCommand = GetBackendEnvironmentCommand;
1
+ module.exports = require("../index.js");