@aws-sdk/client-appintegrations 3.480.0 → 3.481.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 (89) hide show
  1. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDataIntegrationCommand.js +18 -41
  3. package/dist-cjs/commands/CreateEventIntegrationCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteDataIntegrationCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteEventIntegrationCommand.js +18 -41
  7. package/dist-cjs/commands/GetApplicationCommand.js +18 -41
  8. package/dist-cjs/commands/GetDataIntegrationCommand.js +18 -41
  9. package/dist-cjs/commands/GetEventIntegrationCommand.js +18 -41
  10. package/dist-cjs/commands/ListApplicationAssociationsCommand.js +18 -41
  11. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  12. package/dist-cjs/commands/ListDataIntegrationAssociationsCommand.js +18 -41
  13. package/dist-cjs/commands/ListDataIntegrationsCommand.js +18 -41
  14. package/dist-cjs/commands/ListEventIntegrationAssociationsCommand.js +18 -41
  15. package/dist-cjs/commands/ListEventIntegrationsCommand.js +18 -41
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  17. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  18. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  19. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  20. package/dist-cjs/commands/UpdateDataIntegrationCommand.js +18 -41
  21. package/dist-cjs/commands/UpdateEventIntegrationCommand.js +18 -41
  22. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  23. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  24. package/dist-es/commands/CreateDataIntegrationCommand.js +18 -41
  25. package/dist-es/commands/CreateEventIntegrationCommand.js +18 -41
  26. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  27. package/dist-es/commands/DeleteDataIntegrationCommand.js +18 -41
  28. package/dist-es/commands/DeleteEventIntegrationCommand.js +18 -41
  29. package/dist-es/commands/GetApplicationCommand.js +18 -41
  30. package/dist-es/commands/GetDataIntegrationCommand.js +18 -41
  31. package/dist-es/commands/GetEventIntegrationCommand.js +18 -41
  32. package/dist-es/commands/ListApplicationAssociationsCommand.js +18 -41
  33. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  34. package/dist-es/commands/ListDataIntegrationAssociationsCommand.js +18 -41
  35. package/dist-es/commands/ListDataIntegrationsCommand.js +18 -41
  36. package/dist-es/commands/ListEventIntegrationAssociationsCommand.js +18 -41
  37. package/dist-es/commands/ListEventIntegrationsCommand.js +18 -41
  38. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  39. package/dist-es/commands/TagResourceCommand.js +18 -41
  40. package/dist-es/commands/UntagResourceCommand.js +18 -41
  41. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  42. package/dist-es/commands/UpdateDataIntegrationCommand.js +18 -41
  43. package/dist-es/commands/UpdateEventIntegrationCommand.js +18 -41
  44. package/dist-es/endpoint/EndpointParameters.js +6 -0
  45. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  46. package/dist-types/commands/CreateDataIntegrationCommand.d.ts +6 -21
  47. package/dist-types/commands/CreateEventIntegrationCommand.d.ts +6 -21
  48. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  49. package/dist-types/commands/DeleteDataIntegrationCommand.d.ts +6 -21
  50. package/dist-types/commands/DeleteEventIntegrationCommand.d.ts +6 -21
  51. package/dist-types/commands/GetApplicationCommand.d.ts +6 -21
  52. package/dist-types/commands/GetDataIntegrationCommand.d.ts +6 -21
  53. package/dist-types/commands/GetEventIntegrationCommand.d.ts +6 -21
  54. package/dist-types/commands/ListApplicationAssociationsCommand.d.ts +6 -21
  55. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  56. package/dist-types/commands/ListDataIntegrationAssociationsCommand.d.ts +6 -21
  57. package/dist-types/commands/ListDataIntegrationsCommand.d.ts +6 -21
  58. package/dist-types/commands/ListEventIntegrationAssociationsCommand.d.ts +6 -21
  59. package/dist-types/commands/ListEventIntegrationsCommand.d.ts +6 -21
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  61. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  62. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  63. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  64. package/dist-types/commands/UpdateDataIntegrationCommand.d.ts +6 -21
  65. package/dist-types/commands/UpdateEventIntegrationCommand.d.ts +6 -21
  66. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  67. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/CreateDataIntegrationCommand.d.ts +12 -24
  69. package/dist-types/ts3.4/commands/CreateEventIntegrationCommand.d.ts +12 -24
  70. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/DeleteDataIntegrationCommand.d.ts +12 -24
  72. package/dist-types/ts3.4/commands/DeleteEventIntegrationCommand.d.ts +12 -24
  73. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/GetDataIntegrationCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/GetEventIntegrationCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/ListApplicationAssociationsCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/ListDataIntegrationAssociationsCommand.d.ts +12 -24
  79. package/dist-types/ts3.4/commands/ListDataIntegrationsCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/ListEventIntegrationAssociationsCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/ListEventIntegrationsCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/UpdateDataIntegrationCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/UpdateEventIntegrationCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  89. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
5
4
  import { UpdateDataIntegrationRequest, UpdateDataIntegrationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDataIntegrationCommandInput extends UpdateDataIntegration
21
20
  */
22
21
  export interface UpdateDataIntegrationCommandOutput extends UpdateDataIntegrationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDataIntegrationCommand_base: {
24
+ new (input: UpdateDataIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataIntegrationCommandInput, UpdateDataIntegrationCommandOutput, AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the description of a DataIntegration.</p>
@@ -71,23 +74,5 @@ export interface UpdateDataIntegrationCommandOutput extends UpdateDataIntegratio
71
74
  * <p>Base exception class for all service exceptions from AppIntegrations service.</p>
72
75
  *
73
76
  */
74
- export declare class UpdateDataIntegrationCommand extends $Command<UpdateDataIntegrationCommandInput, UpdateDataIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
75
- readonly input: UpdateDataIntegrationCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: UpdateDataIntegrationCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppIntegrationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataIntegrationCommandInput, UpdateDataIntegrationCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class UpdateDataIntegrationCommand extends UpdateDataIntegrationCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppIntegrationsClient";
5
4
  import { UpdateEventIntegrationRequest, UpdateEventIntegrationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateEventIntegrationCommandInput extends UpdateEventIntegrati
21
20
  */
22
21
  export interface UpdateEventIntegrationCommandOutput extends UpdateEventIntegrationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateEventIntegrationCommand_base: {
24
+ new (input: UpdateEventIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventIntegrationCommandInput, UpdateEventIntegrationCommandOutput, AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the description of an event integration.</p>
@@ -65,23 +68,5 @@ export interface UpdateEventIntegrationCommandOutput extends UpdateEventIntegrat
65
68
  * <p>Base exception class for all service exceptions from AppIntegrations service.</p>
66
69
  *
67
70
  */
68
- export declare class UpdateEventIntegrationCommand extends $Command<UpdateEventIntegrationCommandInput, UpdateEventIntegrationCommandOutput, AppIntegrationsClientResolvedConfig> {
69
- readonly input: UpdateEventIntegrationCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: UpdateEventIntegrationCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppIntegrationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventIntegrationCommandInput, UpdateEventIntegrationCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class UpdateEventIntegrationCommand extends UpdateEventIntegrationCommand_base {
87
72
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppIntegrationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateApplicationCommandInput
21
15
  export interface CreateApplicationCommandOutput
22
16
  extends CreateApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateApplicationCommand extends $Command<
25
- CreateApplicationCommandInput,
26
- CreateApplicationCommandOutput,
27
- AppIntegrationsClientResolvedConfig
28
- > {
29
- readonly input: CreateApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppIntegrationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateApplicationCommand_base: {
19
+ new (
20
+ input: CreateApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateApplicationCommandInput,
23
+ CreateApplicationCommandOutput,
24
+ AppIntegrationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppIntegrationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateDataIntegrationCommandInput
21
15
  export interface CreateDataIntegrationCommandOutput
22
16
  extends CreateDataIntegrationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateDataIntegrationCommand extends $Command<
25
- CreateDataIntegrationCommandInput,
26
- CreateDataIntegrationCommandOutput,
27
- AppIntegrationsClientResolvedConfig
28
- > {
29
- readonly input: CreateDataIntegrationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateDataIntegrationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppIntegrationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateDataIntegrationCommand_base: {
19
+ new (
20
+ input: CreateDataIntegrationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateDataIntegrationCommandInput,
38
- CreateDataIntegrationCommandOutput
23
+ CreateDataIntegrationCommandOutput,
24
+ AppIntegrationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateDataIntegrationCommand extends CreateDataIntegrationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppIntegrationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateEventIntegrationCommandInput
21
15
  export interface CreateEventIntegrationCommandOutput
22
16
  extends CreateEventIntegrationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateEventIntegrationCommand extends $Command<
25
- CreateEventIntegrationCommandInput,
26
- CreateEventIntegrationCommandOutput,
27
- AppIntegrationsClientResolvedConfig
28
- > {
29
- readonly input: CreateEventIntegrationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateEventIntegrationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppIntegrationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateEventIntegrationCommand_base: {
19
+ new (
20
+ input: CreateEventIntegrationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateEventIntegrationCommandInput,
38
- CreateEventIntegrationCommandOutput
23
+ CreateEventIntegrationCommandOutput,
24
+ AppIntegrationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateEventIntegrationCommand extends CreateEventIntegrationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppIntegrationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeleteApplicationCommandInput
21
15
  export interface DeleteApplicationCommandOutput
22
16
  extends DeleteApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteApplicationCommand extends $Command<
25
- DeleteApplicationCommandInput,
26
- DeleteApplicationCommandOutput,
27
- AppIntegrationsClientResolvedConfig
28
- > {
29
- readonly input: DeleteApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppIntegrationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteApplicationCommand_base: {
19
+ new (
20
+ input: DeleteApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteApplicationCommandInput,
23
+ DeleteApplicationCommandOutput,
24
+ AppIntegrationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppIntegrationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteDataIntegrationCommandInput
21
15
  export interface DeleteDataIntegrationCommandOutput
22
16
  extends DeleteDataIntegrationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteDataIntegrationCommand extends $Command<
25
- DeleteDataIntegrationCommandInput,
26
- DeleteDataIntegrationCommandOutput,
27
- AppIntegrationsClientResolvedConfig
28
- > {
29
- readonly input: DeleteDataIntegrationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteDataIntegrationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppIntegrationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteDataIntegrationCommand_base: {
19
+ new (
20
+ input: DeleteDataIntegrationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteDataIntegrationCommandInput,
38
- DeleteDataIntegrationCommandOutput
23
+ DeleteDataIntegrationCommandOutput,
24
+ AppIntegrationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteDataIntegrationCommand extends DeleteDataIntegrationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppIntegrationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteEventIntegrationCommandInput
21
15
  export interface DeleteEventIntegrationCommandOutput
22
16
  extends DeleteEventIntegrationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteEventIntegrationCommand extends $Command<
25
- DeleteEventIntegrationCommandInput,
26
- DeleteEventIntegrationCommandOutput,
27
- AppIntegrationsClientResolvedConfig
28
- > {
29
- readonly input: DeleteEventIntegrationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteEventIntegrationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppIntegrationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteEventIntegrationCommand_base: {
19
+ new (
20
+ input: DeleteEventIntegrationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteEventIntegrationCommandInput,
38
- DeleteEventIntegrationCommandOutput
23
+ DeleteEventIntegrationCommandOutput,
24
+ AppIntegrationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteEventIntegrationCommand extends DeleteEventIntegrationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppIntegrationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {}
20
14
  export interface GetApplicationCommandOutput
21
15
  extends GetApplicationResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetApplicationCommand extends $Command<
24
- GetApplicationCommandInput,
25
- GetApplicationCommandOutput,
26
- AppIntegrationsClientResolvedConfig
27
- > {
28
- readonly input: GetApplicationCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetApplicationCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AppIntegrationsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetApplicationCommand_base: {
18
+ new (
19
+ input: GetApplicationCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetApplicationCommandInput,
22
+ GetApplicationCommandOutput,
23
+ AppIntegrationsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetApplicationCommand extends GetApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppIntegrationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetDataIntegrationCommandInput
21
15
  export interface GetDataIntegrationCommandOutput
22
16
  extends GetDataIntegrationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDataIntegrationCommand extends $Command<
25
- GetDataIntegrationCommandInput,
26
- GetDataIntegrationCommandOutput,
27
- AppIntegrationsClientResolvedConfig
28
- > {
29
- readonly input: GetDataIntegrationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDataIntegrationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppIntegrationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetDataIntegrationCommandInput, GetDataIntegrationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetDataIntegrationCommand_base: {
19
+ new (
20
+ input: GetDataIntegrationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetDataIntegrationCommandInput,
23
+ GetDataIntegrationCommandOutput,
24
+ AppIntegrationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDataIntegrationCommand extends GetDataIntegrationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppIntegrationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetEventIntegrationCommandInput
21
15
  export interface GetEventIntegrationCommandOutput
22
16
  extends GetEventIntegrationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetEventIntegrationCommand extends $Command<
25
- GetEventIntegrationCommandInput,
26
- GetEventIntegrationCommandOutput,
27
- AppIntegrationsClientResolvedConfig
28
- > {
29
- readonly input: GetEventIntegrationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetEventIntegrationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppIntegrationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetEventIntegrationCommandInput, GetEventIntegrationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetEventIntegrationCommand_base: {
19
+ new (
20
+ input: GetEventIntegrationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetEventIntegrationCommandInput,
23
+ GetEventIntegrationCommandOutput,
24
+ AppIntegrationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetEventIntegrationCommand extends GetEventIntegrationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppIntegrationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListApplicationAssociationsCommandInput
21
15
  export interface ListApplicationAssociationsCommandOutput
22
16
  extends ListApplicationAssociationsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListApplicationAssociationsCommand extends $Command<
25
- ListApplicationAssociationsCommandInput,
26
- ListApplicationAssociationsCommandOutput,
27
- AppIntegrationsClientResolvedConfig
28
- > {
29
- readonly input: ListApplicationAssociationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListApplicationAssociationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AppIntegrationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListApplicationAssociationsCommand_base: {
19
+ new (
20
+ input: ListApplicationAssociationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListApplicationAssociationsCommandInput,
38
- ListApplicationAssociationsCommandOutput
23
+ ListApplicationAssociationsCommandOutput,
24
+ AppIntegrationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListApplicationAssociationsCommand extends ListApplicationAssociationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AppIntegrationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
20
14
  export interface ListApplicationsCommandOutput
21
15
  extends ListApplicationsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListApplicationsCommand extends $Command<
24
- ListApplicationsCommandInput,
25
- ListApplicationsCommandOutput,
26
- AppIntegrationsClientResolvedConfig
27
- > {
28
- readonly input: ListApplicationsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListApplicationsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AppIntegrationsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListApplicationsCommand_base: {
18
+ new (
19
+ input: ListApplicationsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListApplicationsCommandInput,
22
+ ListApplicationsCommandOutput,
23
+ AppIntegrationsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListApplicationsCommand extends ListApplicationsCommand_base {}