@aws-sdk/client-kinesis-analytics-v2 3.1077.0 → 3.1078.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 (107) hide show
  1. package/dist-cjs/index.js +41 -333
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddApplicationCloudWatchLoggingOptionCommand.js +2 -14
  4. package/dist-es/commands/AddApplicationInputCommand.js +2 -14
  5. package/dist-es/commands/AddApplicationInputProcessingConfigurationCommand.js +2 -14
  6. package/dist-es/commands/AddApplicationOutputCommand.js +2 -14
  7. package/dist-es/commands/AddApplicationReferenceDataSourceCommand.js +2 -14
  8. package/dist-es/commands/AddApplicationVpcConfigurationCommand.js +2 -14
  9. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  10. package/dist-es/commands/CreateApplicationPresignedUrlCommand.js +2 -14
  11. package/dist-es/commands/CreateApplicationSnapshotCommand.js +2 -14
  12. package/dist-es/commands/DeleteApplicationCloudWatchLoggingOptionCommand.js +2 -14
  13. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  14. package/dist-es/commands/DeleteApplicationInputProcessingConfigurationCommand.js +2 -14
  15. package/dist-es/commands/DeleteApplicationOutputCommand.js +2 -14
  16. package/dist-es/commands/DeleteApplicationReferenceDataSourceCommand.js +2 -14
  17. package/dist-es/commands/DeleteApplicationSnapshotCommand.js +2 -14
  18. package/dist-es/commands/DeleteApplicationVpcConfigurationCommand.js +2 -14
  19. package/dist-es/commands/DescribeApplicationCommand.js +2 -14
  20. package/dist-es/commands/DescribeApplicationOperationCommand.js +2 -14
  21. package/dist-es/commands/DescribeApplicationSnapshotCommand.js +2 -14
  22. package/dist-es/commands/DescribeApplicationVersionCommand.js +2 -14
  23. package/dist-es/commands/DiscoverInputSchemaCommand.js +2 -14
  24. package/dist-es/commands/ListApplicationOperationsCommand.js +2 -14
  25. package/dist-es/commands/ListApplicationSnapshotsCommand.js +2 -14
  26. package/dist-es/commands/ListApplicationVersionsCommand.js +2 -14
  27. package/dist-es/commands/ListApplicationsCommand.js +2 -14
  28. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  29. package/dist-es/commands/RollbackApplicationCommand.js +2 -14
  30. package/dist-es/commands/StartApplicationCommand.js +2 -14
  31. package/dist-es/commands/StopApplicationCommand.js +2 -14
  32. package/dist-es/commands/TagResourceCommand.js +2 -14
  33. package/dist-es/commands/UntagResourceCommand.js +2 -14
  34. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  35. package/dist-es/commands/UpdateApplicationMaintenanceConfigurationCommand.js +2 -14
  36. package/dist-es/index.js +1 -0
  37. package/dist-types/commandBuilder.d.ts +18 -0
  38. package/dist-types/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +3 -8
  39. package/dist-types/commands/AddApplicationInputCommand.d.ts +3 -8
  40. package/dist-types/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +3 -8
  41. package/dist-types/commands/AddApplicationOutputCommand.d.ts +3 -8
  42. package/dist-types/commands/AddApplicationReferenceDataSourceCommand.d.ts +3 -8
  43. package/dist-types/commands/AddApplicationVpcConfigurationCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateApplicationPresignedUrlCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateApplicationSnapshotCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteApplicationOutputCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteApplicationSnapshotCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteApplicationVpcConfigurationCommand.d.ts +3 -8
  54. package/dist-types/commands/DescribeApplicationCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeApplicationOperationCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribeApplicationSnapshotCommand.d.ts +3 -8
  57. package/dist-types/commands/DescribeApplicationVersionCommand.d.ts +3 -8
  58. package/dist-types/commands/DiscoverInputSchemaCommand.d.ts +3 -8
  59. package/dist-types/commands/ListApplicationOperationsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListApplicationSnapshotsCommand.d.ts +3 -8
  61. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +3 -8
  62. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/RollbackApplicationCommand.d.ts +3 -8
  65. package/dist-types/commands/StartApplicationCommand.d.ts +3 -8
  66. package/dist-types/commands/StopApplicationCommand.d.ts +3 -8
  67. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  68. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +3 -8
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  73. package/dist-types/ts3.4/commands/AddApplicationCloudWatchLoggingOptionCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/AddApplicationInputCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/AddApplicationInputProcessingConfigurationCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/AddApplicationOutputCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/AddApplicationReferenceDataSourceCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/AddApplicationVpcConfigurationCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/CreateApplicationPresignedUrlCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/CreateApplicationSnapshotCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteApplicationCloudWatchLoggingOptionCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DeleteApplicationInputProcessingConfigurationCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DeleteApplicationOutputCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DeleteApplicationReferenceDataSourceCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DeleteApplicationSnapshotCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DeleteApplicationVpcConfigurationCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DescribeApplicationCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DescribeApplicationOperationCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DescribeApplicationSnapshotCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DescribeApplicationVersionCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DiscoverInputSchemaCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListApplicationOperationsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListApplicationSnapshotsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListApplicationVersionsCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/RollbackApplicationCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/StartApplicationCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/StopApplicationCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UpdateApplicationMaintenanceConfigurationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/index.d.ts +1 -0
  107. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
2
  import type { ListApplicationVersionsRequest, ListApplicationVersionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListApplicationVersionsCommandInput extends ListApplicationVers
22
19
  export interface ListApplicationVersionsCommandOutput extends ListApplicationVersionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListApplicationVersionsCommand_base: {
25
- new (input: ListApplicationVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListApplicationVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListApplicationVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListApplicationVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all the versions for the specified application, including versions that were rolled back. The response also includes a summary of the configuration
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
2
  import type { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {
22
19
  export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListApplicationsCommand_base: {
25
- new (input: ListApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of Managed Service for Apache Flink applications in your account. For each
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the list of key-value tags assigned to the application. For more information, see
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
2
  import type { RollbackApplicationRequest, RollbackApplicationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RollbackApplicationCommandInput extends RollbackApplicationRequ
22
19
  export interface RollbackApplicationCommandOutput extends RollbackApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RollbackApplicationCommand_base: {
25
- new (input: RollbackApplicationCommandInput): import("@smithy/core/client").CommandImpl<RollbackApplicationCommandInput, RollbackApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RollbackApplicationCommandInput): import("@smithy/core/client").CommandImpl<RollbackApplicationCommandInput, RollbackApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RollbackApplicationCommandInput): import("@smithy/core/client").CommandImpl<RollbackApplicationCommandInput, RollbackApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RollbackApplicationCommandInput): import("@smithy/core/client").CommandImpl<RollbackApplicationCommandInput, RollbackApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Reverts the application to the previous running version. You can roll back an
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
2
  import type { StartApplicationRequest, StartApplicationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartApplicationCommandInput extends StartApplicationRequest {
22
19
  export interface StartApplicationCommandOutput extends StartApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartApplicationCommand_base: {
25
- new (input: StartApplicationCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartApplicationCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartApplicationCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartApplicationCommandInput): import("@smithy/core/client").CommandImpl<StartApplicationCommandInput, StartApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts the specified Managed Service for Apache Flink application. After creating an application, you must exclusively call this operation to
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
2
  import type { StopApplicationRequest, StopApplicationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StopApplicationCommandInput extends StopApplicationRequest {
22
19
  export interface StopApplicationCommandOutput extends StopApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StopApplicationCommand_base: {
25
- new (input: StopApplicationCommandInput): import("@smithy/core/client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopApplicationCommandInput): import("@smithy/core/client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StopApplicationCommandInput): import("@smithy/core/client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StopApplicationCommandInput): import("@smithy/core/client").CommandImpl<StopApplicationCommandInput, StopApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Stops the application from processing data. You can stop
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds one or more key-value tags to a Managed Service for Apache Flink application. Note that the maximum number of application
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes one or more tags from a Managed Service for Apache Flink application. For more information, see
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
2
  import type { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest
22
19
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateApplicationCommand_base: {
25
- new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing Managed Service for Apache Flink application. Using this operation, you
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisAnalyticsV2Client";
4
2
  import type { UpdateApplicationMaintenanceConfigurationRequest, UpdateApplicationMaintenanceConfigurationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateApplicationMaintenanceConfigurationCommandInput extends U
22
19
  export interface UpdateApplicationMaintenanceConfigurationCommandOutput extends UpdateApplicationMaintenanceConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateApplicationMaintenanceConfigurationCommand_base: {
25
- new (input: UpdateApplicationMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationMaintenanceConfigurationCommandInput, UpdateApplicationMaintenanceConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateApplicationMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationMaintenanceConfigurationCommandInput, UpdateApplicationMaintenanceConfigurationCommandOutput, KinesisAnalyticsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateApplicationMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationMaintenanceConfigurationCommandInput, UpdateApplicationMaintenanceConfigurationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateApplicationMaintenanceConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationMaintenanceConfigurationCommandInput, UpdateApplicationMaintenanceConfigurationCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the maintenance configuration of the Managed Service for Apache Flink application. </p>
@@ -14,6 +14,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
14
14
  export type { RuntimeExtension } from "./runtimeExtensions";
15
15
  export type { KinesisAnalyticsV2ExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
+ export { Command as $Command } from "@smithy/core/client";
17
18
  export * from "./schemas/schemas_0";
18
19
  export * from "./pagination";
19
20
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ KinesisAnalyticsV2ClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./KinesisAnalyticsV2Client";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ KinesisAnalyticsV2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ KinesisAnalyticsV2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisAnalyticsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisAnalyticsV2Client";
8
2
  import {
9
3
  AddApplicationCloudWatchLoggingOptionRequest,
10
4
  AddApplicationCloudWatchLoggingOptionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AddApplicationCloudWatchLoggingOptionCommandInput
15
8
  extends AddApplicationCloudWatchLoggingOptionRequest {}
16
9
  export interface AddApplicationCloudWatchLoggingOptionCommandOutput
@@ -22,22 +15,20 @@ declare const AddApplicationCloudWatchLoggingOptionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AddApplicationCloudWatchLoggingOptionCommandInput,
24
17
  AddApplicationCloudWatchLoggingOptionCommandOutput,
25
- KinesisAnalyticsV2ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisAnalyticsV2ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AddApplicationCloudWatchLoggingOptionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AddApplicationCloudWatchLoggingOptionCommandInput,
33
26
  AddApplicationCloudWatchLoggingOptionCommandOutput,
34
- KinesisAnalyticsV2ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisAnalyticsV2ClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AddApplicationCloudWatchLoggingOptionCommand extends AddApplicationCloudWatchLoggingOptionCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisAnalyticsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisAnalyticsV2Client";
8
2
  import {
9
3
  AddApplicationInputRequest,
10
4
  AddApplicationInputResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AddApplicationInputCommandInput
15
8
  extends AddApplicationInputRequest {}
16
9
  export interface AddApplicationInputCommandOutput
@@ -22,22 +15,20 @@ declare const AddApplicationInputCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AddApplicationInputCommandInput,
24
17
  AddApplicationInputCommandOutput,
25
- KinesisAnalyticsV2ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisAnalyticsV2ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AddApplicationInputCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AddApplicationInputCommandInput,
33
26
  AddApplicationInputCommandOutput,
34
- KinesisAnalyticsV2ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisAnalyticsV2ClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AddApplicationInputCommand extends AddApplicationInputCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisAnalyticsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisAnalyticsV2Client";
8
2
  import {
9
3
  AddApplicationInputProcessingConfigurationRequest,
10
4
  AddApplicationInputProcessingConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AddApplicationInputProcessingConfigurationCommandInput
15
8
  extends AddApplicationInputProcessingConfigurationRequest {}
16
9
  export interface AddApplicationInputProcessingConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const AddApplicationInputProcessingConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AddApplicationInputProcessingConfigurationCommandInput,
24
17
  AddApplicationInputProcessingConfigurationCommandOutput,
25
- KinesisAnalyticsV2ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisAnalyticsV2ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AddApplicationInputProcessingConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AddApplicationInputProcessingConfigurationCommandInput,
33
26
  AddApplicationInputProcessingConfigurationCommandOutput,
34
- KinesisAnalyticsV2ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisAnalyticsV2ClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AddApplicationInputProcessingConfigurationCommand extends AddApplicationInputProcessingConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisAnalyticsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisAnalyticsV2Client";
8
2
  import {
9
3
  AddApplicationOutputRequest,
10
4
  AddApplicationOutputResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AddApplicationOutputCommandInput
15
8
  extends AddApplicationOutputRequest {}
16
9
  export interface AddApplicationOutputCommandOutput
@@ -22,22 +15,20 @@ declare const AddApplicationOutputCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AddApplicationOutputCommandInput,
24
17
  AddApplicationOutputCommandOutput,
25
- KinesisAnalyticsV2ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisAnalyticsV2ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AddApplicationOutputCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AddApplicationOutputCommandInput,
33
26
  AddApplicationOutputCommandOutput,
34
- KinesisAnalyticsV2ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisAnalyticsV2ClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AddApplicationOutputCommand extends AddApplicationOutputCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisAnalyticsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisAnalyticsV2Client";
8
2
  import {
9
3
  AddApplicationReferenceDataSourceRequest,
10
4
  AddApplicationReferenceDataSourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AddApplicationReferenceDataSourceCommandInput
15
8
  extends AddApplicationReferenceDataSourceRequest {}
16
9
  export interface AddApplicationReferenceDataSourceCommandOutput
@@ -22,22 +15,20 @@ declare const AddApplicationReferenceDataSourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AddApplicationReferenceDataSourceCommandInput,
24
17
  AddApplicationReferenceDataSourceCommandOutput,
25
- KinesisAnalyticsV2ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisAnalyticsV2ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AddApplicationReferenceDataSourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AddApplicationReferenceDataSourceCommandInput,
33
26
  AddApplicationReferenceDataSourceCommandOutput,
34
- KinesisAnalyticsV2ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisAnalyticsV2ClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AddApplicationReferenceDataSourceCommand extends AddApplicationReferenceDataSourceCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KinesisAnalyticsV2ClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KinesisAnalyticsV2Client";
8
2
  import {
9
3
  AddApplicationVpcConfigurationRequest,
10
4
  AddApplicationVpcConfigurationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AddApplicationVpcConfigurationCommandInput
15
8
  extends AddApplicationVpcConfigurationRequest {}
16
9
  export interface AddApplicationVpcConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const AddApplicationVpcConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AddApplicationVpcConfigurationCommandInput,
24
17
  AddApplicationVpcConfigurationCommandOutput,
25
- KinesisAnalyticsV2ClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KinesisAnalyticsV2ClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AddApplicationVpcConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AddApplicationVpcConfigurationCommandInput,
33
26
  AddApplicationVpcConfigurationCommandOutput,
34
- KinesisAnalyticsV2ClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KinesisAnalyticsV2ClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AddApplicationVpcConfigurationCommand extends AddApplicationVpcConfigurationCommand_base {
43
34
  protected static __types: {