@aws-sdk/client-appintegrations 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 (41) hide show
  1. package/dist-cjs/AppIntegrations.js +1 -53
  2. package/dist-cjs/AppIntegrationsClient.js +1 -43
  3. package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
  4. package/dist-cjs/commands/CreateDataIntegrationCommand.js +1 -28
  5. package/dist-cjs/commands/CreateEventIntegrationCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteDataIntegrationCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteEventIntegrationCommand.js +1 -28
  9. package/dist-cjs/commands/GetApplicationCommand.js +1 -28
  10. package/dist-cjs/commands/GetDataIntegrationCommand.js +1 -28
  11. package/dist-cjs/commands/GetEventIntegrationCommand.js +1 -28
  12. package/dist-cjs/commands/ListApplicationAssociationsCommand.js +1 -28
  13. package/dist-cjs/commands/ListApplicationsCommand.js +1 -28
  14. package/dist-cjs/commands/ListDataIntegrationAssociationsCommand.js +1 -28
  15. package/dist-cjs/commands/ListDataIntegrationsCommand.js +1 -28
  16. package/dist-cjs/commands/ListEventIntegrationAssociationsCommand.js +1 -28
  17. package/dist-cjs/commands/ListEventIntegrationsCommand.js +1 -28
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  19. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  20. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  21. package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
  22. package/dist-cjs/commands/UpdateDataIntegrationCommand.js +1 -28
  23. package/dist-cjs/commands/UpdateEventIntegrationCommand.js +1 -28
  24. package/dist-cjs/commands/index.js +1 -24
  25. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  26. package/dist-cjs/extensionConfiguration.js +1 -2
  27. package/dist-cjs/index.js +2190 -11
  28. package/dist-cjs/models/AppIntegrationsServiceException.js +1 -12
  29. package/dist-cjs/models/index.js +1 -4
  30. package/dist-cjs/models/models_0.js +1 -116
  31. package/dist-cjs/pagination/Interfaces.js +1 -2
  32. package/dist-cjs/pagination/ListApplicationAssociationsPaginator.js +1 -7
  33. package/dist-cjs/pagination/ListApplicationsPaginator.js +1 -7
  34. package/dist-cjs/pagination/ListDataIntegrationAssociationsPaginator.js +1 -7
  35. package/dist-cjs/pagination/ListDataIntegrationsPaginator.js +1 -7
  36. package/dist-cjs/pagination/ListEventIntegrationAssociationsPaginator.js +1 -7
  37. package/dist-cjs/pagination/ListEventIntegrationsPaginator.js +1 -7
  38. package/dist-cjs/pagination/index.js +1 -10
  39. package/dist-cjs/protocols/Aws_restJson1.js +1 -1457
  40. package/dist-cjs/runtimeExtensions.js +1 -22
  41. package/package.json +40 -40
@@ -1,53 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AppIntegrations = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AppIntegrationsClient_1 = require("./AppIntegrationsClient");
6
- const CreateApplicationCommand_1 = require("./commands/CreateApplicationCommand");
7
- const CreateDataIntegrationCommand_1 = require("./commands/CreateDataIntegrationCommand");
8
- const CreateEventIntegrationCommand_1 = require("./commands/CreateEventIntegrationCommand");
9
- const DeleteApplicationCommand_1 = require("./commands/DeleteApplicationCommand");
10
- const DeleteDataIntegrationCommand_1 = require("./commands/DeleteDataIntegrationCommand");
11
- const DeleteEventIntegrationCommand_1 = require("./commands/DeleteEventIntegrationCommand");
12
- const GetApplicationCommand_1 = require("./commands/GetApplicationCommand");
13
- const GetDataIntegrationCommand_1 = require("./commands/GetDataIntegrationCommand");
14
- const GetEventIntegrationCommand_1 = require("./commands/GetEventIntegrationCommand");
15
- const ListApplicationAssociationsCommand_1 = require("./commands/ListApplicationAssociationsCommand");
16
- const ListApplicationsCommand_1 = require("./commands/ListApplicationsCommand");
17
- const ListDataIntegrationAssociationsCommand_1 = require("./commands/ListDataIntegrationAssociationsCommand");
18
- const ListDataIntegrationsCommand_1 = require("./commands/ListDataIntegrationsCommand");
19
- const ListEventIntegrationAssociationsCommand_1 = require("./commands/ListEventIntegrationAssociationsCommand");
20
- const ListEventIntegrationsCommand_1 = require("./commands/ListEventIntegrationsCommand");
21
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
22
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
23
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
24
- const UpdateApplicationCommand_1 = require("./commands/UpdateApplicationCommand");
25
- const UpdateDataIntegrationCommand_1 = require("./commands/UpdateDataIntegrationCommand");
26
- const UpdateEventIntegrationCommand_1 = require("./commands/UpdateEventIntegrationCommand");
27
- const commands = {
28
- CreateApplicationCommand: CreateApplicationCommand_1.CreateApplicationCommand,
29
- CreateDataIntegrationCommand: CreateDataIntegrationCommand_1.CreateDataIntegrationCommand,
30
- CreateEventIntegrationCommand: CreateEventIntegrationCommand_1.CreateEventIntegrationCommand,
31
- DeleteApplicationCommand: DeleteApplicationCommand_1.DeleteApplicationCommand,
32
- DeleteDataIntegrationCommand: DeleteDataIntegrationCommand_1.DeleteDataIntegrationCommand,
33
- DeleteEventIntegrationCommand: DeleteEventIntegrationCommand_1.DeleteEventIntegrationCommand,
34
- GetApplicationCommand: GetApplicationCommand_1.GetApplicationCommand,
35
- GetDataIntegrationCommand: GetDataIntegrationCommand_1.GetDataIntegrationCommand,
36
- GetEventIntegrationCommand: GetEventIntegrationCommand_1.GetEventIntegrationCommand,
37
- ListApplicationAssociationsCommand: ListApplicationAssociationsCommand_1.ListApplicationAssociationsCommand,
38
- ListApplicationsCommand: ListApplicationsCommand_1.ListApplicationsCommand,
39
- ListDataIntegrationAssociationsCommand: ListDataIntegrationAssociationsCommand_1.ListDataIntegrationAssociationsCommand,
40
- ListDataIntegrationsCommand: ListDataIntegrationsCommand_1.ListDataIntegrationsCommand,
41
- ListEventIntegrationAssociationsCommand: ListEventIntegrationAssociationsCommand_1.ListEventIntegrationAssociationsCommand,
42
- ListEventIntegrationsCommand: ListEventIntegrationsCommand_1.ListEventIntegrationsCommand,
43
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
44
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
45
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
46
- UpdateApplicationCommand: UpdateApplicationCommand_1.UpdateApplicationCommand,
47
- UpdateDataIntegrationCommand: UpdateDataIntegrationCommand_1.UpdateDataIntegrationCommand,
48
- UpdateEventIntegrationCommand: UpdateEventIntegrationCommand_1.UpdateEventIntegrationCommand,
49
- };
50
- class AppIntegrations extends AppIntegrationsClient_1.AppIntegrationsClient {
51
- }
52
- exports.AppIntegrations = AppIntegrations;
53
- (0, smithy_client_1.createAggregatedClient)(commands, AppIntegrations);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AppIntegrationsClient = 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 AppIntegrationsClient 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.AppIntegrationsClient = AppIntegrationsClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateApplicationCommand = 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 CreateApplicationCommand 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("AmazonAppIntegrationService", "CreateApplication", {})
22
- .n("AppIntegrationsClient", "CreateApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateApplicationCommand)
25
- .de(Aws_restJson1_1.de_CreateApplicationCommand)
26
- .build() {
27
- }
28
- exports.CreateApplicationCommand = CreateApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDataIntegrationCommand = 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 CreateDataIntegrationCommand 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("AmazonAppIntegrationService", "CreateDataIntegration", {})
22
- .n("AppIntegrationsClient", "CreateDataIntegrationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateDataIntegrationCommand)
25
- .de(Aws_restJson1_1.de_CreateDataIntegrationCommand)
26
- .build() {
27
- }
28
- exports.CreateDataIntegrationCommand = CreateDataIntegrationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateEventIntegrationCommand = 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 CreateEventIntegrationCommand 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("AmazonAppIntegrationService", "CreateEventIntegration", {})
22
- .n("AppIntegrationsClient", "CreateEventIntegrationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateEventIntegrationCommand)
25
- .de(Aws_restJson1_1.de_CreateEventIntegrationCommand)
26
- .build() {
27
- }
28
- exports.CreateEventIntegrationCommand = CreateEventIntegrationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteApplicationCommand = 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 DeleteApplicationCommand 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("AmazonAppIntegrationService", "DeleteApplication", {})
22
- .n("AppIntegrationsClient", "DeleteApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteApplicationCommand)
25
- .de(Aws_restJson1_1.de_DeleteApplicationCommand)
26
- .build() {
27
- }
28
- exports.DeleteApplicationCommand = DeleteApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteDataIntegrationCommand = 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 DeleteDataIntegrationCommand 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("AmazonAppIntegrationService", "DeleteDataIntegration", {})
22
- .n("AppIntegrationsClient", "DeleteDataIntegrationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteDataIntegrationCommand)
25
- .de(Aws_restJson1_1.de_DeleteDataIntegrationCommand)
26
- .build() {
27
- }
28
- exports.DeleteDataIntegrationCommand = DeleteDataIntegrationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEventIntegrationCommand = 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 DeleteEventIntegrationCommand 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("AmazonAppIntegrationService", "DeleteEventIntegration", {})
22
- .n("AppIntegrationsClient", "DeleteEventIntegrationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteEventIntegrationCommand)
25
- .de(Aws_restJson1_1.de_DeleteEventIntegrationCommand)
26
- .build() {
27
- }
28
- exports.DeleteEventIntegrationCommand = DeleteEventIntegrationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetApplicationCommand = 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 GetApplicationCommand 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("AmazonAppIntegrationService", "GetApplication", {})
22
- .n("AppIntegrationsClient", "GetApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetApplicationCommand)
25
- .de(Aws_restJson1_1.de_GetApplicationCommand)
26
- .build() {
27
- }
28
- exports.GetApplicationCommand = GetApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDataIntegrationCommand = 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 GetDataIntegrationCommand 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("AmazonAppIntegrationService", "GetDataIntegration", {})
22
- .n("AppIntegrationsClient", "GetDataIntegrationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDataIntegrationCommand)
25
- .de(Aws_restJson1_1.de_GetDataIntegrationCommand)
26
- .build() {
27
- }
28
- exports.GetDataIntegrationCommand = GetDataIntegrationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEventIntegrationCommand = 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 GetEventIntegrationCommand 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("AmazonAppIntegrationService", "GetEventIntegration", {})
22
- .n("AppIntegrationsClient", "GetEventIntegrationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetEventIntegrationCommand)
25
- .de(Aws_restJson1_1.de_GetEventIntegrationCommand)
26
- .build() {
27
- }
28
- exports.GetEventIntegrationCommand = GetEventIntegrationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListApplicationAssociationsCommand = 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 ListApplicationAssociationsCommand 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("AmazonAppIntegrationService", "ListApplicationAssociations", {})
22
- .n("AppIntegrationsClient", "ListApplicationAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListApplicationAssociationsCommand)
25
- .de(Aws_restJson1_1.de_ListApplicationAssociationsCommand)
26
- .build() {
27
- }
28
- exports.ListApplicationAssociationsCommand = ListApplicationAssociationsCommand;
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("AmazonAppIntegrationService", "ListApplications", {})
22
- .n("AppIntegrationsClient", "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.ListDataIntegrationAssociationsCommand = 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 ListDataIntegrationAssociationsCommand 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("AmazonAppIntegrationService", "ListDataIntegrationAssociations", {})
22
- .n("AppIntegrationsClient", "ListDataIntegrationAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDataIntegrationAssociationsCommand)
25
- .de(Aws_restJson1_1.de_ListDataIntegrationAssociationsCommand)
26
- .build() {
27
- }
28
- exports.ListDataIntegrationAssociationsCommand = ListDataIntegrationAssociationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDataIntegrationsCommand = 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 ListDataIntegrationsCommand 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("AmazonAppIntegrationService", "ListDataIntegrations", {})
22
- .n("AppIntegrationsClient", "ListDataIntegrationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDataIntegrationsCommand)
25
- .de(Aws_restJson1_1.de_ListDataIntegrationsCommand)
26
- .build() {
27
- }
28
- exports.ListDataIntegrationsCommand = ListDataIntegrationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEventIntegrationAssociationsCommand = 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 ListEventIntegrationAssociationsCommand 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("AmazonAppIntegrationService", "ListEventIntegrationAssociations", {})
22
- .n("AppIntegrationsClient", "ListEventIntegrationAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListEventIntegrationAssociationsCommand)
25
- .de(Aws_restJson1_1.de_ListEventIntegrationAssociationsCommand)
26
- .build() {
27
- }
28
- exports.ListEventIntegrationAssociationsCommand = ListEventIntegrationAssociationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEventIntegrationsCommand = 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 ListEventIntegrationsCommand 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("AmazonAppIntegrationService", "ListEventIntegrations", {})
22
- .n("AppIntegrationsClient", "ListEventIntegrationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListEventIntegrationsCommand)
25
- .de(Aws_restJson1_1.de_ListEventIntegrationsCommand)
26
- .build() {
27
- }
28
- exports.ListEventIntegrationsCommand = ListEventIntegrationsCommand;
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("AmazonAppIntegrationService", "ListTagsForResource", {})
22
- .n("AppIntegrationsClient", "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.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("AmazonAppIntegrationService", "TagResource", {})
22
- .n("AppIntegrationsClient", "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");